This commit is contained in:
shijingjing
2023-03-24 09:47:58 +08:00
parent 891d8bfaf5
commit 79b964055a

View File

@@ -186,7 +186,6 @@ export default {
score: this.score
}).then(res=> {
if(res?.code == 0) {
this.flag = false
this.$u.toast('提交成功')
setTimeout(()=> {
uni.navigateTo({
@@ -195,7 +194,6 @@ export default {
}, 600)
}
}).catch(err=> {
this.flag = false
this.$u.toast(err.masg)
})
},