|
|
|
@ -65,17 +65,19 @@ |
|
|
|
pdground="#000" :onval="true" :loadMake="true" /> |
|
|
|
</view> |
|
|
|
<view class="flex justify-around align-center text-center" style="margin-top: 10rpx;"> |
|
|
|
<view @tap="refreshCode()" v-if="orderDetails.state==2"> |
|
|
|
<image class="margin-right" src="@/static/images/system/refresh.png" mode="widthFix" style="width: 20px;height: 20px;"></image> |
|
|
|
</view> |
|
|
|
<view class="lf-font-32 text-black1">{{checkArea}}</view> |
|
|
|
<view v-if="orderDetails.state == 2" class="text-orange lf-font-28 margin-left" @tap="copy(checkArea)">复制</view> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 10rpx;" class="text-gray lf-font-28" v-if="orderDetails.refund_text"> |
|
|
|
{{orderDetails.refund_text}} |
|
|
|
</view> |
|
|
|
<view style="margin-top: 10rpx;" class="text-green lf-font-32" v-if="orderDetails.state == 2"> |
|
|
|
{{orderDetails.confirm_code_text}} |
|
|
|
<view class="flex align-center text-center" style="margin-top: 10rpx;"> |
|
|
|
<view class="text-green lf-font-32" v-if="orderDetails.state == 2"> |
|
|
|
{{orderDetails.confirm_code_text}} |
|
|
|
</view> |
|
|
|
<view @tap="refreshCode()" v-if="orderDetails.state==2"> |
|
|
|
<image class="margin-left" src="@/static/images/system/refresh.png" mode="widthFix" style="width: 20px;height: 20px;"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="padding-lr padding-tb-sm bg-white flex justify-between align-center solid-top1 btn-bottom"> |
|
|
|
|