|
|
|
@ -16,16 +16,16 @@ Page({ |
|
|
|
if (app.globalData.shareInState == 1) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
var detailItemID = 0; |
|
|
|
if (app.globalData.shareInParameter.id) { |
|
|
|
var detailItemID = parseInt(app.globalData.shareInParameter.id); |
|
|
|
detailItemID = parseInt(app.globalData.shareInParameter.id); |
|
|
|
// wx.showModal({
|
|
|
|
// title: '看下ID值',
|
|
|
|
// content: '+++' + detailItemID + '+++',
|
|
|
|
// })
|
|
|
|
// detailItemType = app.globalData.shareInParameter.detailItemType;
|
|
|
|
} else { |
|
|
|
var detailItemID = parseInt(options.ID); |
|
|
|
detailItemID = parseInt(options.ID); |
|
|
|
} |
|
|
|
|
|
|
|
var that = this; |
|
|
|
|