0521
This commit is contained in:
@@ -707,11 +707,21 @@
|
||||
title: '登录成功',
|
||||
duration: 2000
|
||||
});
|
||||
// 跳转底部导航
|
||||
|
||||
|
||||
setTimeout(() => {
|
||||
// uni.switchTab({
|
||||
// url: "/pages/home/home"
|
||||
// });
|
||||
uni.switchTab({
|
||||
url: "/pages/home/home"
|
||||
});
|
||||
}, 2000);
|
||||
url: "/pages/home/home",
|
||||
success: function () {
|
||||
let page = getCurrentPages()[0];
|
||||
page.$vm.requestAll();
|
||||
},
|
||||
});
|
||||
}, 1000);
|
||||
} else {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
@@ -767,10 +777,17 @@
|
||||
duration: 2000
|
||||
});
|
||||
setTimeout(() => {
|
||||
// uni.switchTab({
|
||||
// url: "/pages/home/home"
|
||||
// });
|
||||
uni.switchTab({
|
||||
url: "/pages/home/home"
|
||||
});
|
||||
}, 2000);
|
||||
url: "/pages/home/home",
|
||||
success: function () {
|
||||
let page = getCurrentPages()[0];
|
||||
page.$vm.requestAll();
|
||||
},
|
||||
});
|
||||
}, 1000);
|
||||
} else {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
|
||||
Reference in New Issue
Block a user