zhaoxiaohai 3 年之前
父节点
当前提交
1bd82f22f0
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      pages/annunciate/details.js
  2. 1 1
      pages/annunciate/index.js

+ 2 - 1
pages/annunciate/details.js

@@ -187,5 +187,6 @@ Page({
                 "sat_noticeid": this.data.detailsData.sat_noticeid
             }
         })
-    }
+    },
+    onShareAppMessage(res) { }
 })

+ 1 - 1
pages/annunciate/index.js

@@ -80,5 +80,5 @@ Page({
             })
         })
     },
-
+    onShareAppMessage(res) { }
 })