This commit is contained in:
aixianling
2022-12-26 17:51:12 +08:00
parent dc5fefccdc
commit 7fc55b99e8

View File

@@ -93,7 +93,7 @@ export default {
}).then(res => { }).then(res => {
if (res?.code == 0) { if (res?.code == 0) {
this.$u.toast("提交成功!") this.$u.toast("提交成功!")
uni.navigateBack() uni.reLaunch({url:"./AppRecoScore"})
} }
}) })
} }