packageBookService/pages/bookServices/detail/index.js
@@ -1230,7 +1230,7 @@ }); } if (data.length > 0) { console.log('data', data); console.log('data01', data); let list = [] that.getTreeList(data, list, query.cmsPath) list = that.ensureTreeConsistency(list) @@ -3070,6 +3070,17 @@ cloundMenuIsBuy: flag }) }, // 显示ISBN showISBN() { wx.showModal({ title: '', content: this.data.bookDetail.isbn, showCancel: false, confirmText: '关闭', success: (res) => {} }) }, /** * 用户点击右上角分享 */