yiming
2024-06-17 5aa3b54105ae365c9a010347838b9f6cda7f8141
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'
    //   })
  },
})