shish 8 months ago
parent
commit
88cde4d662
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hdApp/src/admin/ghs/pay.vue

+ 1 - 1
hdApp/src/admin/ghs/pay.vue

@@ -20,7 +20,7 @@
 				<button class="button-com green" @click="wexinPayFn">微信支付</button>
 				<div style="text-align:center;margin-top:10upx;">
 					<image :src="imgUrl" mode="widthFix" style="width:230upx;height:230upx;margin:0 auto;"></image>
-					<view style="margin-top:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
+					<view style="margin-top:10upx;margin-bottom:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
 					<button @click="downloadImg()" class="button-com red" style="margin:0 auto;width:600upx;">保存二维码</button>
 					<div style="margin-top:58upx;font-size:30upx;text-decoration: underline;" @click="teachPayFn()">不会用支付宝付款?点这里教您</div>
 				</div>