This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wanglu
/
shuyuanweb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改内容必填
master
王饶冀
1 year ago
parent
77730d8666
commit
8d87ae64d6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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;
}
Write
Preview
Loading…
Cancel
Save