shish 3 nedēļas atpakaļ
vecāks
revīzija
c9de5c10d0

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

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

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

@@ -6,9 +6,9 @@
                 <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="paying" v-if="goPay == 1">请求中</view>
-                <view style="font-size:19upx;margin:20upx auto 10upx auto;color:red;font-weight:bold;" v-if="goPay == 2">
+                <view style="font-size:19upx;margin:10upx 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:0 auto;color:green;border:1upx solid green;border-radius: 8upx;padding:6upx;font-size:18upx;" @click="checkOrder">
                         查询结果
                     </text>
                 </view>