|
|
|
@ -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) {
|
|
|
|
|