游客模式

This commit is contained in:
徐哼唧L
2023-12-06 16:26:45 +08:00
parent 52b8c4503b
commit 97ff3915c0
10 changed files with 603 additions and 405 deletions

View File

@@ -240,13 +240,13 @@ export const h5Login = function(type = "judge", callback) {
appMutual("jumpLogin", null, function() {
if (type == "force") {
// 没登录跳转回登录页
uni.showToast({
icon: 'none',
title: '用户信息失效,请重新登陆。'
})
uni.navigateTo({
url: "/pages/user/login"
});
// uni.showToast({
// icon: 'none',
// title: '用户信息失效,请重新登陆。'
// })
// uni.navigateTo({
// url: "/pages/user/login"
// });
}else{
uni.showModal({
title:"提示",