|
@@ -116,7 +116,7 @@
|
|
|
setTimeout(()=> {
|
|
|
let isform = this.isform;
|
|
|
let store_id = this.store_id;
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/myOrder/finsh?isform=${isform}&order_id=${this.order_id}&store_id=${store_id}`
|
|
|
})
|
|
|
//uni.navigateBack()
|
|
@@ -152,7 +152,7 @@
|
|
|
success: (res) => {
|
|
|
let isform = this.isform;
|
|
|
let order_id = this.order_id;
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: `/pages/myOrder/finsh?isform=${isform}&order_id=${order_id}&store_id=${store_id}`
|
|
|
})
|
|
|
},
|