fixbug: 修复部分bug

This commit is contained in:
2025-08-17 07:30:48 +08:00
parent 19fe51883f
commit 5398b4234d
9 changed files with 95 additions and 237 deletions
@@ -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,