guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
2456fa8c14
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 1 0
      src/layout/userCenter/heads.vue
  2. 2 2
      src/views/market/index.vue

+ 1 - 0
src/layout/userCenter/heads.vue

@@ -69,6 +69,7 @@ export default {
     },
     // 返回科技超市页面
     linkBtn() {
+      console.log(Vue.config.weixin.baseUrl);
       this.$router.push({ path: `${process.env.NODE_ENV === 'development' ? '' : Vue.config.weixin.baseUrl + '/platlive'}/market/index` });
     },
   },

+ 2 - 2
src/views/market/index.vue

@@ -94,7 +94,7 @@
             </el-col>
           </div>
         </el-col>
-        <el-col :span="24" class="image">
+        <el-col :span="24" class="centerimage">
           <el-image :src="gongqiuImage"></el-image>
         </el-col>
         <el-col :span="24" class="down">
@@ -933,7 +933,7 @@ export default {
     }
   }
 }
-.image {
+.centerimage {
   text-align: center;
   .el-image {
     height: 140px;