|
|
@ -42,7 +42,7 @@ Page({ |
|
|
|
volunteerTag: {}, //志愿者标签id
|
|
|
|
tagList: [{ |
|
|
|
tagName: '请选择', |
|
|
|
id: '0' |
|
|
|
id: '' |
|
|
|
}], |
|
|
|
tagIndex: 0, |
|
|
|
}, |
|
|
@ -284,10 +284,10 @@ Page({ |
|
|
|
this.showToast("请输入昵称") |
|
|
|
return false |
|
|
|
} |
|
|
|
if (this.data.volunteerTag.id == '0') { |
|
|
|
this.showToast("请选择小组") |
|
|
|
return false |
|
|
|
} |
|
|
|
// if (this.data.volunteerTag.id == '') {
|
|
|
|
// this.showToast("请选择小组")
|
|
|
|
// return false
|
|
|
|
// }
|
|
|
|
// if(!this.data.volunteerSignature){
|
|
|
|
// this.showToast("请输入格言")
|
|
|
|
// return false
|
|
|
|