This commit is contained in:
caolc
2023-06-12 14:42:21 +08:00
parent 7be1d39055
commit 41dbc836d3
9 changed files with 265 additions and 178 deletions

View File

@@ -335,9 +335,9 @@
content:"登录佰川加油才可以加油 |˛˙꒳​˙)♡",
confirmText:'去登陆',
success: (res) => {
if(res.confirm){
if(res.confirm){
uni.reLaunch({
url:'../../../BagAuth/pages/login/login'
url:'../../../BagAuth/pages/login/login?loginType=true'
})
}
}