修改订单功能
This commit is contained in:
@@ -73,9 +73,9 @@ Page({
|
|||||||
order_id: e.id
|
order_id: e.id
|
||||||
})
|
})
|
||||||
//条目点击进入详情页,调取接口获取详情页数据,除外都是通过列表传参的方式展示详情页数据。
|
//条目点击进入详情页,调取接口获取详情页数据,除外都是通过列表传参的方式展示详情页数据。
|
||||||
// if(e.type=3){
|
if(e.type=3){
|
||||||
// this.getOrderDetail();
|
this.getOrderDetail();
|
||||||
// }
|
}
|
||||||
|
|
||||||
var that = this;
|
var that = this;
|
||||||
let item = JSON.parse(e.item);
|
let item = JSON.parse(e.item);
|
||||||
|
|||||||
Reference in New Issue
Block a user