|
@@ -141,13 +141,9 @@ export default {
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.hideLoading();
|
|
this.hideLoading();
|
|
|
this.id = res.id;
|
|
this.id = res.id;
|
|
|
- // wx.navigateBack('/pages/orderdetails?id=' + this.id, {
|
|
|
|
|
- // delta: 2
|
|
|
|
|
- // });
|
|
|
|
|
wx.redirectTo({
|
|
wx.redirectTo({
|
|
|
url: '/pages/orderdetails?id=' + this.id
|
|
url: '/pages/orderdetails?id=' + this.id
|
|
|
});
|
|
});
|
|
|
- // this.navigateTo('/pages/orderdetails?id=' + this.id);
|
|
|
|
|
})
|
|
})
|
|
|
.catch(e => {
|
|
.catch(e => {
|
|
|
this.hideLoading();
|
|
this.hideLoading();
|