|
@@ -51,8 +51,8 @@ export class feedback_submit extends base_ui {
|
|
|
}
|
|
|
|
|
|
public getData() {
|
|
|
- if(this.editbox_content.string.length<=0) {
|
|
|
- uiManager.showToast('请填写内容')
|
|
|
+ if(this.editbox_content.string.length<10) {
|
|
|
+ uiManager.showToast('请填写10个字以上的问题描述')
|
|
|
return null
|
|
|
}
|
|
|
if(this.editbox_contact.string.length<=0) {
|