修改cid无效、登录缓存问题,正在对接支付功能

This commit is contained in:
zhouyanli
2026-07-14 14:35:54 +08:00
parent 3124f95cb3
commit 173f1c4585
10 changed files with 391 additions and 121 deletions

View File

@@ -205,7 +205,7 @@ const doLogin = () => {
setTimeout(() =>{
uni.switchTab({
url: '/pages/index/index'
},1000);
},2000);
})
}else{
uni.showToast({ title: res.msg, icon: 'error' });