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) { }
 })