Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑秀明
shop_mobile_uni
Commits
3300bcff
Commit
3300bcff
authored
Apr 09, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购分期
parent
0e462b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
applypage1.vue
pages/apply/applypage1.vue
+12
-4
No files found.
pages/apply/applypage1.vue
View file @
3300bcff
...
...
@@ -89,7 +89,7 @@
</view>
</view>
</view>
<text
class=
"next_step_btn"
>
下一步
</text>
<text
class=
"next_step_btn"
@
click=
"submit()"
>
下一步
</text>
</view>
</
template
>
...
...
@@ -105,7 +105,7 @@
vet_certificate
:
''
,
//兽医证
business_license
:
''
,
//营业执照
certification_materials
:
''
,
//经营场所
bank_card_record
:
''
,
//企业银行流水
bank_card_record
:
'
xxxxx
'
,
//企业银行流水
},
compressName
:
''
}
...
...
@@ -233,8 +233,16 @@
return
}
uni
.
request
({
url
:
''
})
url
:
'/uni/api/userqualification/AddUserQualification'
,
method
:
'POST'
,
data
:
{
...
this
.
params
,
...
this
.
$store
.
state
.
installment
},
success
:
(
res
)
=>
{
console
.
log
(
res
)
}
});
}
},
components
:
{
...
...
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