This commit is contained in:
aixianling
2022-12-29 15:35:17 +08:00
parent 3130479d39
commit e107c058af

View File

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