This commit is contained in:
shijingjing
2022-04-29 21:18:47 +08:00
parent da1261d52b
commit 11e144aca4

View File

@@ -625,7 +625,7 @@ export default {
isHousehold: '0',
}).then(res => {
if (res.code == 0) {
this.$u.toast(this.isEdit ? '保存成功' : '提交成功')
this.$u.toast('保存成功')
uni.$emit('reload')
uni.navigateBack({
delta: 2