app
zsk 5 months ago
parent cc0430820a
commit 0ae43c9421

@ -147,7 +147,7 @@ export default {
onLoad() {
let that = this;
that.navInfo = that.G.getNavInfo();
that.tabInfo.active = 0;
// #ifdef MP-WEIXIN
// this.searchAnimate();
// #endif
@ -275,7 +275,6 @@ export default {
computed: {},
onShow() {
let that = this;
that.tabInfo.active = 0;
that.isLogin = uni.getStorageSync("apply-token");
if (!that.isLogin) {

Loading…
Cancel
Save