闫增涛
2024-04-11 78068d49c20a8b90db902d955f558af507eb8b96
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',