From 762a49929ee789aa81fd4df9c7c63be6749603c7 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 11 四月 2024 18:11:59 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 packageDomain/pages/resourceDetails/myVideo/index.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.js b/packageDomain/pages/resourceDetails/myVideo/index.js
index 421bf0d..b5d46e4 100644
--- a/packageDomain/pages/resourceDetails/myVideo/index.js
+++ b/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);
+  }
 })
\ No newline at end of file

--
Gitblit v1.9.1