This commit is contained in:
zyronon 2024-03-27 15:44:38 +08:00
parent 8efaa6fef5
commit 1ebe37006a
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ export default {
this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode}) this.$store.commit('setMaskDialog', {state: false, mode: this.maskDialogMode})
//footer5 //footer5
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) {

View File

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