From cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 15 四月 2024 09:31:39 +0800
Subject: [PATCH] 详情页bug修改,资源购买页添加骨架屏

---
 pages/personalCenter/feedBackSubmit/index.js |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/pages/personalCenter/feedBackSubmit/index.js b/pages/personalCenter/feedBackSubmit/index.js
index 462762c..33c79f8 100644
--- a/pages/personalCenter/feedBackSubmit/index.js
+++ b/pages/personalCenter/feedBackSubmit/index.js
@@ -110,15 +110,6 @@
         })
         return
       }
-      if (this.data.phoneError) {
-        this.data.lock = true;
-        wx.showToast({
-          title: "鑱旂郴鏂瑰紡鏍煎紡涓嶆纭�",
-          icon: 'none',
-          duration: 1000
-        })
-        return
-      }
       if (this.data.content.replace(/^\s*|\s*$/g, "") == '') {
         this.data.lock = true;
         wx.showToast({
@@ -128,6 +119,10 @@
         })
         return
       }
+      if (this.data.phoneError) {
+        this.data.lock = true;
+        return
+      }
 
       let submitData = {
         content: this.data.content.replace(/^\s*|\s*$/g, ""),

--
Gitblit v1.9.1