shish 2 weeks ago
parent
commit
608d50d0fe
2 changed files with 5 additions and 2 deletions
  1. 4 1
      ghsApp/src/admin/billing/toPay.vue
  2. 1 1
      hdApp/src/admin/billing/toPay.vue

+ 4 - 1
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;">{{ remindText }}</view>
+                <view style="color:red;font-weight:bold;font-size:28upx;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>
@@ -376,6 +376,9 @@ export default {
           })
       })
     }
+  },
+};
+</script>
 <style lang="scss" scoped>
 .app-content {
   .callback-wrap {

+ 1 - 1
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;">{{ remindText }}</view>
+                <view style="color:red;font-weight:bold;font-size:28upx;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>