|
|
@@ -26,10 +26,10 @@
|
|
|
<image :src="aliPayCodeImg" mode="heightFix" style="width:290upx;height:290upx;margin:0 auto;"></image>
|
|
|
<view style="margin-top:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
|
|
|
</view>
|
|
|
- <button class="button-com ali-btn" @click="savePayCode" style="margin-top:10upx;">保存二维码</button>
|
|
|
- <button class="button-com ali-btn" @click="goDetail" style="margin-top:10upx;">我已经付款</button>
|
|
|
+ <button class="button-com ali-btn" @click="savePayCode" style="margin-top:20upx;">保存二维码</button>
|
|
|
+ <button class="button-com ali-btn" @click="goDetail" style="margin-top:20upx;">我已付款成功</button>
|
|
|
<view style="margin-top:25upx;font-size:32upx;text-decoration: underline;" @click="teachPayFn()">不会用支付宝付款?点这里教您</view>
|
|
|
- <button class="button-com green pay-wx" @click="useWxPay" style="margin-top:50upx;">用微信付款</button>
|
|
|
+ <button class="button-com green pay-wx" @click="useWxPay" style="margin-top:60upx;">用微信付款</button>
|
|
|
<!-- #endif -->
|
|
|
</block>
|
|
|
<block v-else>
|