From a22c86c0a14de6fe7e7110f158beefa86ebc58ad Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 19 九月 2024 19:52:43 +0800
Subject: [PATCH] 资源播放器,是否购买判断

---
 pages/specialDiscussion/index.js |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/pages/specialDiscussion/index.js b/pages/specialDiscussion/index.js
index 40429ee..c46036b 100644
--- a/pages/specialDiscussion/index.js
+++ b/pages/specialDiscussion/index.js
@@ -88,9 +88,8 @@
   /**
    * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�
    */
-  onShareAppMessage() {
-
-  },
+  onShareAppMessage() {},
+  onShareTimeline() {},
   goBack() {
     wx.navigateBack();
   },
@@ -276,8 +275,6 @@
     console.log(this.data.searchValue);
     this.ceShiList()
     this.specialDiscussionGet(this.data.batList[this.data.batListValue])
-
-
   },
 
 })
\ No newline at end of file

--
Gitblit v1.9.1