@@ -45,7 +45,7 @@
<img src="../assets/discover/yishuzhanlan-diwen.png" alt="" class="menu-bg" />
</div>
<div class="menu-right">
- <div class="menu-item" @click="$router.push('/hopeMarket')">
+ <div class="menu-item" @click="$router.push('/hopeMarket')" v-if="!$store.state.review">
<div class="text1">
<img src="../assets/discover/info_icon_banquanshichang.png" alt="" />
<span>版权市场</span>
@@ -357,10 +357,10 @@ export default {
}
},
getInit() {
- this.$toast.loading({
- message: '加载中...',
- forbidClick: true
- });
+ // this.$toast.loading({
+ // message: '加载中...',
+ // forbidClick: true
+ // });
return Promise.all([this.getBanner(), this.getProduct(), this.getHot(), this.getTop()]).then(() => {
this.$toast.clear();
return Promise.resolve();