暂存
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user