王饶冀 пре 1 година
родитељ
комит
a96576a102
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/views/pc/apply/apply.js

+ 1
- 1
src/views/pc/apply/apply.js Прегледај датотеку

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

Loading…
Откажи
Сачувај