|
@@ -82,13 +82,13 @@
|
82
|
82
|
<div>首页</div>
|
83
|
83
|
</van-tabbar-item>
|
84
|
84
|
</router-link>
|
85
|
|
- <!--<router-link to="/active">-->
|
86
|
|
- <!--<van-tabbar-item>-->
|
87
|
|
- <!--<i class="iconfont icon-jishiben iconOne"></i>-->
|
88
|
|
- <!--<div>致敬医护</div>-->
|
89
|
|
- <!--</van-tabbar-item>-->
|
90
|
|
- <!--</router-link>-->
|
91
|
|
- <!--<router-link to="/service">-->
|
|
85
|
+ <router-link to="/active">
|
|
86
|
+ <van-tabbar-item>
|
|
87
|
+ <i class="iconfont icon-jishiben iconOne"></i>
|
|
88
|
+ <div>致敬医护</div>
|
|
89
|
+ </van-tabbar-item>
|
|
90
|
+ </router-link>
|
|
91
|
+ <!-- <router-link to="/service">-->
|
92
|
92
|
<!--<van-tabbar-item>-->
|
93
|
93
|
<!--<i class="iconfont icon-fuwu2 iconOne"></i>-->
|
94
|
94
|
<!--<div>服务</div>-->
|
|
@@ -141,16 +141,15 @@ export default {
|
141
|
141
|
const id = this.$route.query.id;
|
142
|
142
|
// this.getAllOrgName(id);
|
143
|
143
|
setRem();
|
144
|
|
-
|
145
|
144
|
},
|
146
|
|
- mounted(){
|
147
|
|
- let currenttabbar = window.location.hash.split("/")[1]
|
148
|
|
- if (currenttabbar === 'homeIndex') {
|
149
|
|
- this.active = 0
|
150
|
|
- } else if (currenttabbar === 'newMy') {
|
151
|
|
- this.active = 2
|
152
|
|
- } else if (currenttabbar === 'active') {
|
153
|
|
- this.active = 1
|
|
145
|
+ mounted() {
|
|
146
|
+ let currenttabbar = window.location.hash.split("/")[1];
|
|
147
|
+ if (currenttabbar === "homeIndex") {
|
|
148
|
+ this.active = 0;
|
|
149
|
+ } else if (currenttabbar === "newMy") {
|
|
150
|
+ this.active = 2;
|
|
151
|
+ } else if (currenttabbar === "active") {
|
|
152
|
+ this.active = 1;
|
154
|
153
|
}
|
155
|
154
|
}
|
156
|
155
|
};
|