From bbba5d26e9e26c910ed337dcb65f462752ee6dce Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 12 九月 2024 09:11:47 +0800
Subject: [PATCH] fenxiang

---
 pages/specialDiscussion/webView/index.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/pages/specialDiscussion/webView/index.js b/pages/specialDiscussion/webView/index.js
index 5315a56..0275028 100644
--- a/pages/specialDiscussion/webView/index.js
+++ b/pages/specialDiscussion/webView/index.js
@@ -5,7 +5,7 @@
    * 椤甸潰鐨勫垵濮嬫暟鎹�
    */
   data: {
-      link:''
+    link: ''
   },
 
   /**
@@ -14,7 +14,7 @@
   onLoad(options) {
     console.log(options);
     this.setData({
-      link:options.link
+      link: options.link
     })
   },
 
@@ -63,7 +63,6 @@
   /**
    * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�
    */
-  onShareAppMessage() {
-
-  }
+  onShareAppMessage() {},
+  onShareTimeline() {},
 })
\ No newline at end of file

--
Gitblit v1.9.1