packageBookService/pages/bookServices/detail/components/note/note.js
@@ -66,12 +66,21 @@ }); }, openDialog() { loginInfo(app, (data) => {}) if (data) const token = wx.getStorageSync(app.config.tokenKey); if (token) { this.setData({ submitTitle: this.properties.bookInfo.name, showNoteDialog: true, }); } else { loginInfo(app, (data) => { if (data) this.setData({ submitTitle: this.properties.bookInfo.name, showNoteDialog: true, }); }) } }, closeDialog() { this.setData({