yiming
2024-04-03 8c794be279e13aa477af7ebbe4bc97570b7da816
packageDomain/pages/resourceDetails/myAudio/index.js
@@ -331,7 +331,6 @@
      appRefCode: app.config.appRefCode
    }).then((res) => {
      // console.log(res);
      this.setData({
        topicId: res.id
      })
@@ -370,7 +369,7 @@
  },
  confirmSuggest() {
    if (!this.data.textvalue) {
    if (!this.data.textvalue.trim()) {
      return wx.showToast({
        icon: 'error',
        title: '请填写笔记内容',