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