修改测试问题

This commit is contained in:
guanj
2026-06-29 11:01:44 +08:00
parent f008bcb4b8
commit 1d73755a43
56 changed files with 2875 additions and 2702 deletions

View File

@@ -83,7 +83,10 @@ function errHandler(res) {
break
default:
uni.showToast({
title: res.message || res.msg || '网络异常,请稍后再试',
title:
res.message.substring(res.message.indexOf(',') + 1) ||
res.msg.substring(msg.indexOf(',') + 1) ||
'网络异常,请稍后再试',
duration: 2000,
icon: 'none',
})