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
10de4fd0
Commit
10de4fd0
authored
Apr 09, 2020
by
郑秀明
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into zxm_credit_dev
parents
4a8d8a95
1684cb53
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
9 deletions
+29
-9
applypage1.vue
pages/apply/applypage1.vue
+19
-4
installmentinfo.vue
pages/installment/installmentinfo.vue
+10
-5
No files found.
pages/apply/applypage1.vue
View file @
10de4fd0
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<text
class=
"next_step_btn"
>
下一步
</text>
<text
class=
"next_step_btn"
@
click=
"submit()"
>
下一步
</text>
</view>
</view>
</
template
>
</
template
>
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
vet_certificate
:
''
,
//兽医证
vet_certificate
:
''
,
//兽医证
business_license
:
''
,
//营业执照
business_license
:
''
,
//营业执照
certification_materials
:
''
,
//经营场所
certification_materials
:
''
,
//经营场所
bank_card_record
:
''
,
//企业银行流水
bank_card_record
:
'
xxxxx
'
,
//企业银行流水
},
},
compressName
:
''
compressName
:
''
}
}
...
@@ -183,6 +183,13 @@
...
@@ -183,6 +183,13 @@
this
.
params
[
key
]
=
''
;
this
.
params
[
key
]
=
''
;
},
},
submit
()
{
submit
()
{
let
data
=
null
;
uni
.
getStorage
({
key
:
'installment'
,
success
:
(
res
)
=>
{
data
=
res
.
data
;
}
});
if
(
!
this
.
params
.
business_street
)
{
if
(
!
this
.
params
.
business_street
)
{
uni
.
showToast
({
uni
.
showToast
({
title
:
'请上传所在街道照片'
,
title
:
'请上传所在街道照片'
,
...
@@ -233,8 +240,16 @@
...
@@ -233,8 +240,16 @@
return
return
}
}
uni
.
request
({
uni
.
request
({
url
:
''
url
:
'/uni/api/userqualification/AddUserQualification'
,
})
method
:
'POST'
,
data
:
{
...
this
.
params
,
...
data
},
success
:
(
res
)
=>
{
console
.
log
(
res
)
}
});
}
}
},
},
components
:
{
components
:
{
...
...
pages/installment/installmentinfo.vue
View file @
10de4fd0
...
@@ -159,7 +159,6 @@
...
@@ -159,7 +159,6 @@
<
script
>
<
script
>
import
uniPopup
from
"@/components/uni-popup/uni-popup.vue"
;
import
uniPopup
from
"@/components/uni-popup/uni-popup.vue"
;
import
{
php
,
go
}
from
'../../common/host.js'
;
import
{
php
,
go
}
from
'../../common/host.js'
;
import
store
from
'@/store/store.js'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -227,15 +226,21 @@
...
@@ -227,15 +226,21 @@
uni
.
navigateBack
();
uni
.
navigateBack
();
},
},
buy_now
()
{
buy_now
()
{
uni
.
navigateTo
({
url
:
'/pages/apply/choosetype'
})
const
data
=
{
const
data
=
{
contract_no
:
this
.
contract_no
,
contract_no
:
this
.
contract_no
,
equipment_id
:
this
.
equipment_id
,
equipment_id
:
this
.
equipment_id
,
property_id
:
this
.
e_info
.
property_id
property_id
:
this
.
e_info
.
property_id
}
}
store
.
dispatch
(
'changeInstallment'
,
data
);
uni
.
setStorage
({
key
:
'installment'
,
data
:
data
,
success
:
()
=>
{
uni
.
navigateTo
({
url
:
'/pages/apply/choosetype'
});
}
});
},
},
collectGoods
(
id
,
type
)
{
collectGoods
(
id
,
type
)
{
uni
.
request
({
uni
.
request
({
...
...
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