From bbd3feaa30f2d980eb55c17f8cb492eae4372b5b Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 17 六月 2024 17:27:12 +0800 Subject: [PATCH] 专题讨论 --- pages/digitalTextbooks/digitalTextbooksDetails/index.js | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.js b/pages/digitalTextbooks/digitalTextbooksDetails/index.js index 55b7beb..ba85f02 100644 --- a/pages/digitalTextbooks/digitalTextbooksDetails/index.js +++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.js @@ -637,12 +637,20 @@ }) } } + }, + // 鎴戣寤鸿 + suggestBtn() { + // 妫�鏌ョ櫥褰曠姸鎬� + const token = wx.getStorageSync(app.config.tokenKey); + console.log(465); - - - - - } + const child = this.selectComponent("#suggest-component"); + // if (token) + // // child.showDialog(); + // this.setData({ + // showIndex: '1' + // }) + }, }) \ No newline at end of file -- Gitblit v1.9.1