yiming
2024-03-13 f9d4b09377c5471e1202be2fef2c89de27b6654d
pages/bookServices/detail/components/note/note.js
@@ -62,6 +62,7 @@
      })
    },
    openDialog() {
      console.log(this.properties.bookInfo.name);
      this.setData({
        submitTitle: this.properties.bookInfo.name,
        showNoteDialog: true
@@ -130,7 +131,7 @@
    },
    changeLoading() {
      this.setData({
        loading:true
        loading: true
      })
    },
    // 获取笔记列表
@@ -138,6 +139,7 @@
      // this.setData({
      //   loading: true
      // })
      console.log(this.properties.bookInfo.id, 'this.properties.bookInfo.id');
      let topicId
      await app.MG.ugc
        .getProductUserSubmitTopic({