Browse Source

隐藏分享进入ID提示

master
chenxuhui 7 years ago
parent
commit
b3a23dd4c6
2 changed files with 8 additions and 8 deletions
  1. +4
    -4
      pages/order/detail/detail.js
  2. +4
    -4
      pages/outStore/outStoreDetail/outStoreDetail.js

+ 4
- 4
pages/order/detail/detail.js View File

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


+ 4
- 4
pages/outStore/outStoreDetail/outStoreDetail.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