shish 2 недель назад
Родитель
Сommit
a5fe60044a

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

@@ -23,7 +23,7 @@
               <block v-if="goPay == 2">
                 <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>
+                  <button style="width:25vh;background-color:red;border:1upx solid red;color:white;" class="admin-button-com big" @click="checkResult()">查询结果</button>
                 </view>
               </block>
             </view>

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

@@ -20,7 +20,7 @@
                 <view style="font-size:18upx;margin:8upx auto;color:red;font-weight:bold;text-align:center;" v-if="goPay == 2">
                     <view style="font-size:16upx;line-height:1.3;max-width:90%;margin:0 auto;">{{ remindText }}</view>
                     <view style="margin-top:6upx;display:flex;justify-content:center;" v-if="returnCode=='BBS11105' || returnCode=='BBS10000'">
-                        <text style="color:green;border:1upx solid green;border-radius:8upx;padding:4upx 12upx;font-size:18upx;font-weight:bold;line-height:1.2;background-color:transparent;" @click="checkOrder">
+                        <text style="color:white;border:1upx solid red;border-radius:8upx;padding:4upx 12upx;font-size:18upx;font-weight:bold;line-height:1.2;background-color:red;" @click="checkOrder">
                             查询结果
                         </text>
                     </view>

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

@@ -23,7 +23,7 @@
               <block v-if="goPay == 2">
                 <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>
+                  <button style="width:25vh;background-color:red;border:1upx solid red;color:white;" class="admin-button-com big" @click="checkResult()">查询结果</button>
                 </view>
               </block>
             </view>

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

@@ -9,7 +9,7 @@
                 <view style="font-size:18upx;margin:8upx auto;color:red;font-weight:bold;text-align:center;" v-if="goPay == 2">
                     <view style="font-size:16upx;line-height:1.3;max-width:90%;margin:0 auto;">{{ remindText }}</view>
                     <view style="margin-top:6upx;display:flex;justify-content:center;" v-if="returnCode=='BBS11105' || returnCode=='BBS10000'">
-                        <text style="color:green;border:1upx solid green;border-radius:8upx;padding:4upx 12upx;font-size:18upx;font-weight:bold;line-height:1.2;background-color:transparent;" @click="checkOrder">
+                        <text style="color:white;border:1upx solid red;border-radius:8upx;padding:4upx 12upx;font-size:18upx;font-weight:bold;line-height:1.2;background-color:red;" @click="checkOrder">
                             查询结果
                         </text>
                     </view>