1
0
forked from dyf/APP

018A UI部分完成了

This commit is contained in:
liub
2025-12-15 10:22:05 +08:00
parent 8ad20ad7fc
commit 2cf02932e5
14 changed files with 1867 additions and 10 deletions

View File

@ -65,7 +65,7 @@
logOff(){
let task=()=>{
return new Promise((resolve,reject)=>{
//假装注销
setTimeout(()=>{
resolve();
},500)
@ -74,7 +74,9 @@
}
let logOut=()=>{
let phone=uni.getStorageSync('phone');
uni.clearStorageSync();
uni.setStorageSync("logOutPhone",phone)
uni.reLaunch({
url:'/pages/common/login/index'
})