委托单新增 price,首页案件委托接收参数 id 和order orderId
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
this.payStatus = false
|
||||
|
||||
// 选择支付方式
|
||||
this.expressSheet(res.synthesis_diff_price_id, res.order_type, res.can)
|
||||
this.expressSheet(res.synthesis_diff_price_id, res.order_type, res.can,this.price)
|
||||
}).catch(err => {
|
||||
this.payStatus = false
|
||||
uni.showToast({
|
||||
@@ -249,6 +249,7 @@
|
||||
|
||||
// 选择支付方式
|
||||
expressSheet(id, type, can, price) {
|
||||
console.log(price)
|
||||
this.orderId = id
|
||||
this.orderType = type
|
||||
this.orderPrice = price
|
||||
|
||||
Reference in New Issue
Block a user