调整webView,新增关闭按钮
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<view class="btns-item btns-red" @click="onRefused(item.business_order_transfer_id)">拒绝</view>
|
||||
<view class="btns-item btns-border" @click="onAgree(item.business_order_transfer_id)">接收</view>
|
||||
</block>
|
||||
<view class="btns-item" @click="$Router.push({name: 'OrderInfo', params: {orderId: item.business_order_transfer_id}})">查看</view>
|
||||
<view class="btns-item" @click="$Router.push({name: 'OrderInfo', params: {orderId: item.order.business_order_id}})">查看</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -169,6 +169,9 @@
|
||||
status: this.tabs[this.tabsCurrent].val,
|
||||
type : this.type
|
||||
}).then(res => {
|
||||
|
||||
console.log(res)
|
||||
|
||||
let { data } = res;
|
||||
this.orders = data
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user