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 | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.js b/packageDomain/pages/resourceDetails/myVideo/index.js index 1b03a19..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', -- Gitblit v1.9.1