积分bug

This commit is contained in:
liuye
2022-05-25 16:01:53 +08:00
parent 13e6b3dd32
commit 89f04e2f2b
3 changed files with 9 additions and 3 deletions

View File

@@ -64,8 +64,11 @@ export default {
params: {...this.form}
}).then(res => {
if (res?.code == 0) {
uni.$emit("updateIntegral")
this.$u.toast("提交成功!")
uni.navigateBack({})
}else {
this.$u.toast(res.msg)
}
})
},