|
|
@@ -7,8 +7,15 @@
|
|
|
v-if="item.value==orderStatus">
|
|
|
<view class="dis f-c a-start">
|
|
|
<text>{{item.text}}</text>
|
|
|
- <div>
|
|
|
- <text class="text">核保时间可能较长,如长时间无结果</text>
|
|
|
+ <div class="dis a-c mt-2" v-if="orderStatus==3">
|
|
|
+ <text class="text mr-2">核保时间可能较长,如长时间无结果</text>
|
|
|
+ <u-icon name="reload" color="#333" size="18"></u-icon>
|
|
|
+ <text style="font-size: 28rpx;" @click="refreshUnderwriting">点此刷新</text>
|
|
|
+ </div>
|
|
|
+ <div class="dis a-c mt-2" v-if="orderStatus==4">
|
|
|
+ <text class="text mr-2">已经完成支付</text>
|
|
|
+ <u-icon name="reload" color="#333" size="18"></u-icon>
|
|
|
+ <text style="font-size: 28rpx;" @click="refreshPayment">点此刷新</text>
|
|
|
</div>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -363,7 +370,15 @@
|
|
|
this.detailbackimg = await turnBase64Image('/static/image/detailback.png');
|
|
|
},
|
|
|
methods: {
|
|
|
- //核保
|
|
|
+ //核保状态刷新
|
|
|
+ refreshUnderwriting() {
|
|
|
+
|
|
|
+ },
|
|
|
+ //支付状态刷新
|
|
|
+ refreshPayment() {
|
|
|
+
|
|
|
+ },
|
|
|
+ //提交核保
|
|
|
async instantUnderwriting() {
|
|
|
let images = await this.$http.post('/unify/order/imagesUpload', {
|
|
|
order: this.order,
|