app
zsk 5 months ago
parent cc0430820a
commit 0ae43c9421

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

Loading…
Cancel
Save