|
|
@@ -6,8 +6,8 @@
|
|
|
<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: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>
|