litian
2024-04-11 98810537e386203c8ef0067d2fe07f37df7de338
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',