积分bug
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user