抖火法律首页调整
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
@diff="onDiff"
|
||||
@callPhone="onCallPhone"
|
||||
@cancel="onCancel"
|
||||
@payTurn="onPayTurn"
|
||||
/>
|
||||
<!-- 拓展单 -->
|
||||
<expand-block
|
||||
@@ -207,6 +208,16 @@
|
||||
this.getList()
|
||||
}
|
||||
},
|
||||
// 委托单线上支付被驳回
|
||||
onPayTurn(no){
|
||||
let orderArr = this.orderArr
|
||||
let orderObj = orderArr.find(val => val.order_no === no)
|
||||
uni.showModal({
|
||||
title : '提示',
|
||||
content : '支付驳回原因:' + orderObj.remark,
|
||||
showCancel : false
|
||||
})
|
||||
},
|
||||
// 取消订单
|
||||
onCancel(no){
|
||||
let orderArr = this.orderArr
|
||||
@@ -284,7 +295,6 @@
|
||||
icon : 'none'
|
||||
})
|
||||
})
|
||||
// console.log(is_)
|
||||
uni.hideLoading()
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
@@ -300,7 +310,6 @@
|
||||
let orderObj = orderArr.find(val => val.order_no === no)
|
||||
let { can, price, order_id, order_type } = orderObj
|
||||
|
||||
console.log(orderObj)
|
||||
switch(can.pay_status){
|
||||
case 1:
|
||||
this.expressSheet(order_id, order_type, can, price)
|
||||
|
||||
Reference in New Issue
Block a user