闫增涛
2024-04-03 5e649be819c7297c79c21c6dc120b4b6b362db9e
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: '请填写笔记内容',