|
|
@ -303,7 +303,7 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
order: function () { |
|
|
order: function () { |
|
|
app.globalData.postProduct = null |
|
|
app.globalData.postProduct = [] |
|
|
app.globalData.list = [] |
|
|
app.globalData.list = [] |
|
|
commonApi.user_post("/product/checkStock", { |
|
|
commonApi.user_post("/product/checkStock", { |
|
|
sku_id: this.data.info.sku[this.data.skuIndex].id, |
|
|
sku_id: this.data.info.sku[this.data.skuIndex].id, |
|
|
@ -669,6 +669,7 @@ Page({ |
|
|
* 生命周期函数--监听页面显示 |
|
|
* 生命周期函数--监听页面显示 |
|
|
*/ |
|
|
*/ |
|
|
onShow: function () { |
|
|
onShow: function () { |
|
|
|
|
|
app.globalData.postProduct = [] |
|
|
if (!wx.getStorageSync('jstrip_token')) { |
|
|
if (!wx.getStorageSync('jstrip_token')) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|