From 9e5a84a4e41d7ab2cb820c7f77122f69a9d036dd Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 20:15:09 +0800
Subject: [PATCH] 图书列表、详情代码修改

---
 pages/testLogin/index.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pages/testLogin/index.js b/pages/testLogin/index.js
index e83f718..4c0e7be 100644
--- a/pages/testLogin/index.js
+++ b/pages/testLogin/index.js
@@ -40,6 +40,9 @@
           icon: "error",
           duration: 2000
         })
+        this.setData({
+          loading: false
+        })
       }
     });
   },
@@ -74,7 +77,7 @@
         } else if (secretData) {
           defaultUser = {
             nickName: secretData.credential,
-            avatarUrl: "../../static/images/index/tab.png",
+            avatarUrl: "",
             userId: res.userId
           }
         }

--
Gitblit v1.9.1