From 78068d49c20a8b90db902d955f558af507eb8b96 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 11 四月 2024 16:06:12 +0800
Subject: [PATCH] 各页面添加骨架屏

---
 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