|
@@ -11,7 +11,7 @@
|
|
|
<p style="width:110px;color:#000;font-size:12px;margin-top:5px;">扫描下载APP</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-link v-if="!isLogin" href="/pay" type="warning" class="ml20" underline style="font-size: 16px;">
|
|
|
+ <el-link v-if="showPay()" href="/pay" type="warning" class="ml20" underline style="font-size: 16px;">
|
|
|
在线购卡
|
|
|
</el-link>
|
|
|
</div>
|
|
@@ -69,6 +69,10 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
...mapActions(['LogOut', 'AccessDeepMenu']),
|
|
|
+ showPay() {
|
|
|
+ return false // 22.11.21 暂不开放
|
|
|
+ // return !this.isLogin
|
|
|
+ },
|
|
|
handleMenuClick(item) {
|
|
|
this.AccessDeepMenu(item)
|
|
|
},
|