This commit is contained in:
@fawn-nine
2024-08-26 17:35:18 +08:00
parent 57d5beaa72
commit 4792202081
21 changed files with 726 additions and 693 deletions

View File

@@ -147,8 +147,8 @@
// this.ispreviewImage = false
// }
},
onBackPress() {
},
// onBackPress() {
// },
methods: {
setScore(val){
// if(this.form.score == val) return
@@ -156,7 +156,7 @@
},
onSubmit() {
// this.$refs.form.validate().then(res => {
if(!this.form.score){
if(!this.form.score && this.form.score != 0){
uni.showToast({
title:'请选择分值',
icon:'none'