|
|
|
@ -325,6 +325,8 @@ Page({ |
|
|
|
if (app.globalData.list) { |
|
|
|
app.globalData.product = app.globalData.list[app.globalData.index] |
|
|
|
} |
|
|
|
// 是否从购物车下单
|
|
|
|
app.globalData.isCartBuy = true; |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/pages/order/postOrder/index?from=cart&flag=' + this.data.flag, |
|
|
|
}) |
|
|
|
@ -783,6 +785,7 @@ Page({ |
|
|
|
// debugger
|
|
|
|
this.getCount() |
|
|
|
} |
|
|
|
app.globalData.isCartBuy = true; |
|
|
|
// debugger
|
|
|
|
}, |
|
|
|
|
|
|
|
|