|
|
@@ -21,6 +21,10 @@
|
|
|
<block>
|
|
|
<div class="call-one-btn">
|
|
|
<block v-if="orderTime>0">
|
|
|
+ <view style="width:100%;font-size:34upx;margin:0 auto;margin-top:50upx;color:red;font-weight:bold;">请确认收到花材质量没有问题</view>
|
|
|
+ <view style="width:100%;font-size:34upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;"><text style="color:#3385ff;">本单是欠款单付清后,将无法再售后</text></view>
|
|
|
+ <view style="width:100%;font-size:34upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;">确认收到花材没问题,点下方按钮付款</view>
|
|
|
+
|
|
|
<button class="button-com green pay-wx" @click="wxPayFn(1)" style="height:100upx;line-height:50upx;">微信支付</button>
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
@@ -163,9 +167,7 @@ export default {
|
|
|
this.$msg('请用小程序打开,再支付')
|
|
|
return false
|
|
|
// #endif
|
|
|
- that.$util.confirmModal({content:'确认收到花材没有问题?结清后本单无法再售后'},() => {
|
|
|
- that.confirmWxPayFn()
|
|
|
- })
|
|
|
+ that.confirmWxPayFn()
|
|
|
},
|
|
|
confirmWxPayFn () {
|
|
|
let that = this
|
|
|
@@ -269,7 +271,7 @@ export default {
|
|
|
// 使用icon
|
|
|
.icon {
|
|
|
.iconfont {
|
|
|
- font-size: 170upx;
|
|
|
+ font-size: 120upx;
|
|
|
}
|
|
|
}
|
|
|
// 一个按钮
|