|
|
|
@ -73,11 +73,12 @@ |
|
|
|
<view style="margin-top: 10rpx;position: relative;top: 26rpx;"> |
|
|
|
<view class="lf-font-28 text-black1"> |
|
|
|
{{checkArea}} |
|
|
|
<text v-if="false" style="position: relative;left: 172rpx;top: -36rpx;display: inherit;" class="lf-color-blue lf-font-28" @tap="copy(checkArea)">复制</text></view> |
|
|
|
<text v-if="checkArea" style="position: relative;left: 172rpx;top: -36rpx;display: inherit;" class="lf-color-blue lf-font-28" @tap="copy(checkArea)">复制</text></view> |
|
|
|
</view> |
|
|
|
<view class="lf-m-t-32" v-if="false"> |
|
|
|
<view class="lf-m-t-32" v-if="checkArea"> |
|
|
|
<view class="lf-color-green lf-font-28 lf-flex"> |
|
|
|
<text>待使用</text> |
|
|
|
<text v-if="orderDetails.status == 3">待使用</text> |
|
|
|
<text v-else>{{orderDetails.status_text}}</text> |
|
|
|
<!-- <text class="lf-iconfont lf-icon-shuaxin1 lf-font-40" |
|
|
|
style="color: #999;position: relative;left: 84rpx;top: -42rpx;display: inherit;" |
|
|
|
@tap="refreshCode()"></text> --> |
|
|
|
@ -87,11 +88,11 @@ |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 44rpx;" v-else> |
|
|
|
<!-- <view style="margin-top: 44rpx;" v-else> |
|
|
|
<view class="lf-color-999 lf-font-28"> |
|
|
|
{{orderDetails.status_text}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
<view class="padding-lr padding-tb-sm bg-white flex justify-between align-center solid-top1 btn-bottom"> |
|
|
|
<view class="flex align-center"> |
|
|
|
@ -118,6 +119,10 @@ |
|
|
|
<button class="btn lf-bg-gray" v-if="orderDetails.status == -1"> |
|
|
|
<text class="lf-font-32 text-white">已取消</text> |
|
|
|
</button> |
|
|
|
|
|
|
|
<button class="btn lf-bg-gray" v-else> |
|
|
|
<text class="lf-font-32 text-white">{{orderDetails.status_text}}</text> |
|
|
|
</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
@ -172,10 +177,9 @@ |
|
|
|
id: this.order_id |
|
|
|
}).then(res => { |
|
|
|
this.orderDetails = res.data |
|
|
|
this.checkArea = res.data.id |
|
|
|
this.checkArea = res.data.verify_code |
|
|
|
this.skeletonLoading = false |
|
|
|
console.log(res.data) |
|
|
|
|
|
|
|
}).catch(err => { |
|
|
|
setTimeout(() => { |
|
|
|
this.$toBack() |
|
|
|
|