feat:修复地址

This commit is contained in:
2026-07-16 22:08:56 +08:00
parent a879198143
commit 16fef18079
3 changed files with 112 additions and 26 deletions
@@ -394,6 +394,7 @@ export default {
}
const res = await editAddress(params);
if (res && res.bizcode === 100) {
uni.$emit("refreshAddressList");
this.$refs.uToastRef.show({
type: "success",
message: params.id && params.id !== 0 ? "修改成功" : "添加成功",