|
@@ -462,7 +462,7 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
.then(res => { |
|
|
.then(res => { |
|
|
wx.hideLoading() |
|
|
wx.hideLoading() |
|
|
if (orderGroupId == undefined) { |
|
|
|
|
|
|
|
|
if (orderGroupId !== 0) { |
|
|
wx.navigateTo({ |
|
|
wx.navigateTo({ |
|
|
url: '/pages/order/detail/index?orderId=' + res.data.id, |
|
|
url: '/pages/order/detail/index?orderId=' + res.data.id, |
|
|
}) |
|
|
}) |
|
|