From 5d3ed12a593020ec7fd9b5af50991f68b191e649 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期一, 07 四月 2025 17:17:20 +0800
Subject: [PATCH] 调整参数
---
pages/home/home.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pages/home/home.js b/pages/home/home.js
index 773340d..dd86186 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -633,11 +633,11 @@
}
} else {
// 鍏朵粬閿欒锛屾樉绀洪敊璇俊鎭�
- wx.showToast({
- title: err.msg || '鑾峰彇鐢ㄦ埛淇℃伅澶辫触',
- icon: 'none',
- duration: 3000
- });
+ // wx.showToast({
+ // title: err.msg || '鑾峰彇鐢ㄦ埛淇℃伅澶辫触',
+ // icon: 'none',
+ // duration: 3000
+ // });
}
});
},
--
Gitblit v1.8.0