瀏覽代碼

图片更新

y595705120 5 天之前
父節點
當前提交
3d8cd75c43
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      src/containers/center/market/index.vue
  2. 4 4
      src/containers/center/market/trainIndex.vue
  3. 二進制
      static/images/payNo.jpg

+ 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>
 

二進制
static/images/payNo.jpg