shish 3 settimane fa
parent
commit
725684ffc0

+ 2 - 2
ghsApp/src/admin/billing/toPay.vue

@@ -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
             }
 

+ 1 - 1
ghsPad/src/pages/home/components/toPay.vue

@@ -217,7 +217,7 @@ export default {
                     that.clearPolling()
                     that.isPaymentProcessing = false
                     that.goPay = 2
-                    that.remindText = '支付确认超时,请让顾客查看扣款,并手动点查询结果'
+                    that.remindText = '支付确认超时,请让顾客查看扣款,并手动点查询结果'
                     return
                 }
                 

+ 2 - 2
hdApp/src/admin/billing/toPay.vue

@@ -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>
@@ -211,7 +211,7 @@ export default {
                 that.clearPolling()
                 that.isPaymentProcessing = false
                 that.goPay = 2
-                that.remindText = '支付确认超时,请确认顾客扣款,并点查询结果'
+                that.remindText = '支付确认超时,请确认顾客扣款,并点查询结果'
                 return
             }
 

+ 1 - 1
hdPad/src/pages/home/components/toPay.vue

@@ -198,7 +198,7 @@ export default {
                     that.clearPolling()
                     that.isPaymentProcessing = false
                     that.goPay = 2
-                    that.remindText = '支付确认超时,请让顾客查看扣款,并手动点查询结果'
+                    that.remindText = '支付确认超时,请让顾客查看扣款,并手动点查询结果'
                     return
                 }