Parcourir la source

修改会员页面展示

xiaozhen il y a 6 ans
Parent
commit
967238fae4
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      pages/type/vip/index.vue

+ 4 - 1
pages/type/vip/index.vue

@@ -45,6 +45,9 @@ export default {
   async mounted() {
     await this.getList();
     this.getVipDetail();
+    if (this.isPC){
+      location.href="/#vip";
+    }
   },
   methods: {
     async getList() {
@@ -68,4 +71,4 @@ export default {
 </script>
 
 <style>
-</style>
+</style>