shish 2 tygodni temu
rodzic
commit
a1a43d767b

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

@@ -21,7 +21,7 @@
             <view style="text-align:center;">
             <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" />
               <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">
               <block v-if="goPay == 2">
-                <text style="color:red;font-weight:bold;font-size:28upx;">{{ remindText }}</text>
+                <view style="color:red;font-weight:bold;font-size:28upx;">{{ remindText }}</view>
                 <view style="width:100%;text-align:center;" v-if="returnCode=='BBS11105' || returnCode=='BBS10000'">
                 <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>
                   <button style="width:25vh;" class="admin-button-com big" @click="checkResult()">查询结果</button>
                 </view>
                 </view>

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

@@ -17,8 +17,8 @@
 
 
                 <view class="show-code" v-if="goPay == 0">请出示付款码</view>
                 <view class="show-code" v-if="goPay == 0">请出示付款码</view>
                 <view class="paying" v-if="goPay == 1">请求中</view>
                 <view class="paying" v-if="goPay == 1">请求中</view>
-                <view style="font-size:18upx;margin:45upx auto 10upx auto;color:red;font-weight:bold;" v-if="goPay == 2">
-                    {{ remindText }}
+                <view style="font-size:18upx;margin:20upx auto 10upx auto;color:red;font-weight:bold;" v-if="goPay == 2">
+                    <view style="font-size:18upx;">{{ remindText }}</view>
                     <text v-if="returnCode=='BBS11105' || returnCode=='BBS10000'" style="margin-left:10upx;color:green;border:1upx solid green;border-radius: 8upx;padding:6upx;font-size:18upx;" @click="checkOrder">
                     <text v-if="returnCode=='BBS11105' || returnCode=='BBS10000'" style="margin-left:10upx;color:green;border:1upx solid green;border-radius: 8upx;padding:6upx;font-size:18upx;" @click="checkOrder">
                     查询结果
                     查询结果
                     </text>
                     </text>

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

@@ -21,7 +21,7 @@
             <view style="text-align:center;">
             <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" />
               <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">
               <block v-if="goPay == 2">
-                <text style="color:red;font-weight:bold;font-size:28upx;">{{ remindText }}</text>
+                <view style="color:red;font-weight:bold;font-size:28upx;">{{ remindText }}</view>
                 <view style="width:100%;text-align:center;" v-if="returnCode=='BBS11105' || returnCode=='BBS10000'">
                 <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>
                   <button style="width:25vh;" class="admin-button-com big" @click="checkResult()">查询结果</button>
                 </view>
                 </view>

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

@@ -6,8 +6,8 @@
                 <view style="margin-top:20upx;font-weight:bold;font-size:35upx;color:black;">¥{{price}}</view>
                 <view style="margin-top:20upx;font-weight:bold;font-size:35upx;color:black;">¥{{price}}</view>
                 <view class="show-code" v-if="goPay == 0">请出示付款码</view>
                 <view class="show-code" v-if="goPay == 0">请出示付款码</view>
                 <view class="paying" v-if="goPay == 1">请求中</view>
                 <view class="paying" v-if="goPay == 1">请求中</view>
-                <view style="font-size:19upx;margin:45upx auto 10upx auto;color:red;font-weight:bold;" v-if="goPay == 2">
-                    {{ remindText }}
+                <view style="font-size:19upx;margin:20upx auto 10upx auto;color:red;font-weight:bold;" v-if="goPay == 2">
+                    <view style="font-size:18upx;">{{ remindText }}</view>
                     <text v-if="returnCode=='BBS11105' || returnCode=='BBS10000'" style="margin-left:10upx;color:green;border:1upx solid green;border-radius: 8upx;padding:6upx;font-size:18upx;" @click="checkOrder">
                     <text v-if="returnCode=='BBS11105' || returnCode=='BBS10000'" style="margin-left:10upx;color:green;border:1upx solid green;border-radius: 8upx;padding:6upx;font-size:18upx;" @click="checkOrder">
                         查询结果
                         查询结果
                     </text>
                     </text>