瀏覽代碼

营销物料

zhaoxiaohai 3 年之前
父節點
當前提交
daf2dd9c61
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      pages/tabbar/smartStore/folder.js
  2. 1 0
      pages/tabbar/smartStore/index.js

+ 1 - 0
pages/tabbar/smartStore/folder.js

@@ -6,4 +6,5 @@ Page({
             title: obj.document
         });
     },
+    onShareAppMessage(res) { }
 })

+ 1 - 0
pages/tabbar/smartStore/index.js

@@ -2,4 +2,5 @@ Page({
     onShow() {
         this.getTabBar().init();
     },
+    onShareAppMessage(res) { }
 })