|
|
@@ -21,7 +21,7 @@
|
|
|
<view style="text-align:center;">
|
|
|
<image style="width:40upx;height:40upx;margin:0 auto;" :src="`${constant.imgUrl}/icon/loading.gif`" v-if="goPay == 1" mode="scaleToFill" />
|
|
|
<block v-if="goPay == 2">
|
|
|
- <view style="color:red;font-weight:bold;font-size:28upx;margin-bottom:20upx;">{{ remindText }}</view>
|
|
|
+ <view style="color:red;font-weight:bold;font-size:32upx;margin-bottom:20upx;">{{ remindText }}</view>
|
|
|
<view style="width:100%;text-align:center;" v-if="returnCode=='BBS11105' || returnCode=='BBS10000'">
|
|
|
<button style="width:25vh;" class="admin-button-com big" @click="checkResult()">查询结果</button>
|
|
|
</view>
|
|
|
@@ -283,7 +283,7 @@ export default {
|
|
|
that.clearPolling()
|
|
|
that.isPaymentProcessing = false
|
|
|
that.goPay = 2
|
|
|
- that.remindText = '支付确认超时,请确认顾客扣款,并点【查询结果】'
|
|
|
+ that.remindText = '支付确认超时,请确认顾客扣款,并点查询结果'
|
|
|
return
|
|
|
}
|
|
|
|