fixbug: 修复部分bug
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
||||
}
|
||||
const ids = option.ids;
|
||||
if (ids && ids !== 0) {
|
||||
this.leftPath = "/pages/order_package/order_submit/order_submit?ids=" + ids + "&addressShow = true";
|
||||
this.leftPath = "/pages/order_package/order_submit/order_submit?ids=" + ids + "&addressShow=true";
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -246,6 +246,8 @@ export default {
|
||||
message: params.id && params.id !== 0 ? '修改成功' : "添加成功",
|
||||
});
|
||||
const leftPath = this.leftPath;
|
||||
console.log("参数--111-", leftPath)
|
||||
|
||||
setTimeout(() => {
|
||||
uni.navigateTo({
|
||||
url: leftPath,
|
||||
|
||||
Reference in New Issue
Block a user