Explorar el Código

首页添加分享功能

zhuliu hace 1 año
padre
commit
686c738e6e
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      pageIndex/index/index.js

+ 7 - 0
pageIndex/index/index.js

@@ -151,5 +151,12 @@ Page({
       hasUserInfo: nickName && avatarUrl && avatarUrl !== defaultAvatarUrl,
     })
   },
+
+    /**
+   * 用户点击右上角分享
+   */
+  onShareAppMessage() {
+
+  }
   
 })