Browse Source

隐藏分享进入ID提示

master
chenxuhui 7 years ago
parent
commit
844bfe61fb
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      pages/orderList/orderDetail/orderDetail.js

+ 4
- 4
pages/orderList/orderDetail/orderDetail.js View File

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


Loading…
Cancel
Save