Browse Source

修改内容必填

master
王饶冀 1 year ago
parent
commit
8d87ae64d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/pc/apply/apply.js

+ 1
- 1
src/views/pc/apply/apply.js View File

@@ -64,7 +64,7 @@ export function apply() {
toast("请输入联系电话!", "error");
return;
}
if (!text.trim()) {
if (!text.trim() && currentTb.value == 0) {
toast("请输入需求内容!", "error");
return;
}

Loading…
Cancel
Save