litian
2024-04-11 f00c1cca98455a036548672d28e7e8ad13729a21
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -72,7 +72,7 @@
      productLinkPath: options.productLinkPath,
      flag: false
    })
    console.log(options, 'options');
    this.resourceDetailsData()
    this.getNoteList()
  },
@@ -328,12 +328,11 @@
  },
  confirmSuggest() {
    if (!this.data.textvalue) {
    if (!this.data.textvalue.trim()) {
      return wx.showToast({
        icon: 'error',
        title: '请填写笔记内容',
      })
    } else if (!this.data.titleName) {
      return wx.showToast({
        icon: 'error',
@@ -539,5 +538,7 @@
      submitType: "new"
    })
  },
  videoErrorCallback(e) {
    console.log(e);
  }
})