guhongwei 4 роки тому
батько
коміт
ab97257b5d

+ 1 - 1
src/views/kjpdCenter/index.vue

@@ -70,7 +70,7 @@ export default {
 
 <style lang="less" scoped>
 .w_1200 {
-  width: 80%;
+  width: 1200px;
   margin: 0 auto;
 }
 .info {

+ 5 - 1
src/views/kjpdhall/index.vue

@@ -9,7 +9,7 @@
             </el-col>
             <el-col :span="24" class="two">
               <el-col :span="24" class="two1">
-                <el-button type="primary" size="mini" @click="$router.push({ path: '/hallList/index' })">返回</el-button>
+                <el-button type="primary" size="mini" @click="back()">返回</el-button>
               </el-col>
               <el-col :span="24" class="two2">
                 <el-col :span="24" class="title">
@@ -125,6 +125,10 @@ export default {
         this.show(data[0], '0');
       }
     },
+    // 返回
+    back() {
+      this.$router.go(-1);
+    },
   },
   computed: {
     ...mapState(['user']),

+ 1 - 1
src/views/vipCenter/index.vue

@@ -75,7 +75,7 @@ export default {
 
 <style lang="less" scoped>
 .w_1200 {
-  width: 80%;
+  width: 1200px;
   margin: 0 auto;
 }
 .info {