增加登录失败时控制台打印错误原因

This commit is contained in:
贫困的蚊子
2024-11-05 09:29:18 +08:00
parent f1c3277eb0
commit 4668c525c1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
------
# ⭐最近更新
- 2024.11.05:增加登录失败时控制台打印错误原因,从此版本开始为长期稳定版本,基本不会频繁更新
- 2024.10.18: 修复高清照一直没生效的问题,从此版本开始为长期稳定版本,基本不会频繁更新
- 2024.10.07: 增加管理员后台
- 2024.10.04: 修复高级参数dpi参数读取错误
+1
View File
@@ -25,6 +25,7 @@ Page({
delta: 1
});
}else{
console.log("登录失败原因:"+res.data.data)
wx.showToast({
title: '登录失败,请重试',
icon: 'none'