|
@@ -198,11 +198,11 @@
|
|
|
|
|
|
|
|
<el-row>
|
|
<el-row>
|
|
|
<h2 class="tc"> 本课程费用: <strong style="color: red;"> {{buyForm.fee/100}} 元 </strong> </h2>
|
|
<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>
|
|
|
- <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-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|