From dd9ca4df1e2a72707de5ae4e57e081d89db01a36 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 31 十二月 2024 15:09:06 +0800 Subject: [PATCH] 批量操作 --- 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