save
This commit is contained in:
parent
8efaa6fef5
commit
1ebe37006a
@ -39,7 +39,7 @@ export default {
|
||||
this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode})
|
||||
|
||||
//footer下面的5个按钮,对跳不要用动画
|
||||
let noAnimation = ['/', '/home', '/slide', '/me', '/attention', '/message', '/publish', '/home/live',
|
||||
let noAnimation = ['/', '/home', '/slide', '/me', '/shop', '/message', '/publish', '/home/live',
|
||||
'slide'
|
||||
]
|
||||
if (noAnimation.indexOf(from.path) !== -1 && noAnimation.indexOf(to.path) !== -1) {
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<img v-if="isRefresh1 " src="../assets/img/icon/refresh1.png" alt="" class="refresh">
|
||||
</div>
|
||||
<div class="l-button" @click="refresh(2)">
|
||||
<span v-if="!isRefresh2" :class="{active:currentTab === 2}">朋友</span>
|
||||
<span v-if="!isRefresh2" :class="{active:currentTab === 2}">商城</span>
|
||||
<img v-if="isRefresh2" src="../assets/img/icon/refresh1.png" alt="" class="refresh">
|
||||
</div>
|
||||
<div class="l-button" @click="tab(3)">
|
||||
@ -53,7 +53,7 @@ export default {
|
||||
this.$nav('/')
|
||||
break
|
||||
case 2:
|
||||
this.$nav('/attention')
|
||||
this.$nav('/shop')
|
||||
break
|
||||
case 3:
|
||||
this.$nav('/publish')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user