diff --git a/pages/order/detail/detail.js b/pages/order/detail/detail.js index 0e60dca..409c717 100644 --- a/pages/order/detail/detail.js +++ b/pages/order/detail/detail.js @@ -111,10 +111,10 @@ Page({ if (app.globalData.shareInParameter.id) { var detailItemID = parseInt(app.globalData.shareInParameter.id); - wx.showModal({ - title: '看下ID值', - content: '+++' + detailItemID + '+++', - }) + // wx.showModal({ + // title: '看下ID值', + // content: '+++' + detailItemID + '+++', + // }) // detailItemType = app.globalData.shareInParameter.detailItemType; } else { var detailItemID = parseInt(options.ID); diff --git a/pages/outStore/outStoreDetail/outStoreDetail.js b/pages/outStore/outStoreDetail/outStoreDetail.js index fa5c137..323990e 100644 --- a/pages/outStore/outStoreDetail/outStoreDetail.js +++ b/pages/outStore/outStoreDetail/outStoreDetail.js @@ -19,10 +19,10 @@ Page({ if (app.globalData.shareInParameter.id) { var detailItemID = parseInt(app.globalData.shareInParameter.id); - wx.showModal({ - title: '看下ID值', - content: '+++' + detailItemID + '+++', - }) + // wx.showModal({ + // title: '看下ID值', + // content: '+++' + detailItemID + '+++', + // }) // detailItemType = app.globalData.shareInParameter.detailItemType; } else { var detailItemID = parseInt(options.ID);