y595705120 5 päivää sitten
vanhempi
commit
3d8cd75c43

+ 2 - 2
src/containers/center/market/index.vue

@@ -211,10 +211,10 @@
         <el-row>
           <h2 class="tc"> 本课程费用: <strong style="color: red;"> {{buyForm.fee/100}} 元 </strong> </h2>
           <el-col :span="12" class="p20">
-            <img src="/static/images/wxpay.jpg"   width="300px">
+            <img src="/static/images/wxpay.jpg"   width="300px" @click="showImg('/static/images/wxpay.jpg')">
           </el-col>
           <el-col :span="12" class="p20">
-            <img src="/static/images/payNo.jpg"   width="300px">
+            <img src="/static/images/payNo.jpg"   width="400px" @click="showImg('/static/images/payNo.jpg')">
           </el-col>
         </el-row>
 

+ 4 - 4
src/containers/center/market/trainIndex.vue

@@ -198,11 +198,11 @@
 
         <el-row>
           <h2 class="tc"> 本课程费用: <strong style="color: red;"> {{buyForm.fee/100}} 元 </strong> </h2>
-          <el-col :lg="12" class="p20">
-            <img src="/static/images/wxpay.jpg"   width="300px" >
+          <el-col :span="12" class="p20">
+            <img src="/static/images/wxpay.jpg"   width="300px" @click="showImg('/static/images/wxpay.jpg')">
           </el-col>
-          <el-col :lg="12" class="p20">
-            <img src="/static/images/payNo.jpg"   width="300px" >
+          <el-col :span="12" class="p20">
+            <img src="/static/images/payNo.jpg"   width="400px" @click="showImg('/static/images/payNo.jpg')">
           </el-col>
         </el-row>
 

BIN
static/images/payNo.jpg