Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bcf9474e
authored
Jan 15, 2020
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
b26c75cd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
src/views/sample/sampleapply.vue
view/19.js
src/views/sample/sampleapply.vue
View file @
bcf9474e
...
...
@@ -43,7 +43,7 @@
</div>
<div
class=
"form-group"
>
<h3><span
class=
"f-red"
>
*
</span>
公司/机构/学校名称
</h3>
<input
type=
"text"
v-model=
"com_name"
placeholder=
"
请输入单位名称
"
/>
<input
type=
"text"
v-model=
"com_name"
placeholder=
"
深圳市猎芯科技有限公司
"
/>
</div>
<div
class=
"form-group"
>
<h3>
项目需求描述
</h3>
...
...
@@ -150,10 +150,7 @@
},
submitS
()
{
var
self
=
this
;
if
(
!
this
.
apply_num
)
{
Toast
(
"请输入申请数量"
);
return
;
}
if
(
!
this
.
com_name
)
{
Toast
(
"请输入单位名称"
);
return
;
...
...
view/19.js
View file @
bcf9474e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment