|
|
@@ -24,7 +24,10 @@ Page({
|
|
|
}
|
|
|
},
|
|
|
onBackOrderList() {
|
|
|
- wx.redirectTo({ url: '/module/article/pages/order-list/order-list' });
|
|
|
+ // wx.redirectTo({ url: '/module/article/pages/order-list/order-list' });
|
|
|
+ // 先到「我的」再自动进订单列表,这样订单列表返回时栈上是「我的」
|
|
|
+ wx.setStorageSync("fromSuccessToOrderList", "1");
|
|
|
+ wx.redirectTo({ url: "/pages/mine/mine" });
|
|
|
},
|
|
|
async load() {
|
|
|
wx.showLoading({ title: '加载中' });
|