修改订单功能

This commit is contained in:
2023-04-26 23:14:18 +08:00
parent 4ba7c5a37f
commit bfe27540fa

View File

@@ -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);