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
33c56af2
Commit
33c56af2
authored
Sep 16, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改资质
parent
ff15d0b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
102 additions
and
10 deletions
+102
-10
manifest.json
manifest.json
+2
-2
package.json
package.json
+1
-1
applypage2.vue
pages/apply/applypage2.vue
+94
-2
applypage3.vue
pages/apply/applypage3.vue
+5
-5
No files found.
manifest.json
View file @
33c56af2
...
...
@@ -2,7 +2,7 @@
"name"
:
"shop_mobile_uni"
,
"appid"
:
"__UNI__F904656"
,
"description"
:
""
,
"versionName"
:
"1.0.3
1
"
,
"versionName"
:
"1.0.3
2
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
...
...
@@ -51,7 +51,7 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.3
1
/"
,
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/prod/1.0.3
2
/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
...
...
package.json
View file @
33c56af2
{
"name"
:
"shop_mobile_uni"
,
"version"
:
"1.0.3
1
"
,
"version"
:
"1.0.3
2
"
,
"description"
:
"谛宝多多商城"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
...
...
pages/apply/applypage2.vue
View file @
33c56af2
...
...
@@ -50,6 +50,42 @@
<image
class=
"preview_img"
:src=
"params.bank_credit_report"
></image>
</view>
</view>
<view
style=
"margin-top:60rpx;"
>
<view
class=
"apply_title"
><text
class=
"mustbe_star"
>
*
</text>
法人信息
</view>
<view
class=
"apply_desc"
>
请填写法人相关信息,以便顺利帮您认证
</view>
</view>
<view
class=
"apply_data_item"
>
<view
class=
"input_item"
>
<view
class=
"apply_input_title"
>
法人年龄
</view>
<input
class=
"apply_input"
type=
"number"
v-model=
"params.legal_age"
placeholder=
"请输入法人年龄"
>
</view>
</view>
<view
class=
"apply_data_item"
>
<view
class=
"input_item"
>
<view
class=
"apply_input_title"
>
文化程度
</view>
<picker
@
change=
"chooseEdu"
:range=
"eduArray"
>
<view
class=
"apply_input"
:style=
"[params.education === '' ?
{color:'rgb(118,118,118)'} : null]">
{{
params
.
education
||
'请选择'
}}
</view>
</picker>
</view>
</view>
<view
class=
"apply_data_item"
>
<view
class=
"input_item"
>
<view
class=
"apply_input_title"
>
医院开业时间
</view>
<picker
mode=
"date"
@
change=
"chooseDate"
>
<view
class=
"apply_input"
:style=
"[params.opening_hours === '' ?
{color:'rgb(118,118,118)'} : null]">
{{
params
.
opening_hours
||
'请选择'
}}
</view>
</picker>
</view>
</view>
<view
class=
"apply_data_item"
>
<view
v-if=
"!params.user_sesame_level"
class=
"apply_upload"
@
click=
"uploadImage('user_sesame_level')"
>
<text
class=
"eosfont icons"
>

</text>
<text
class=
"upload_font"
>
法人芝麻信用照片/截图
</text>
</view>
<view
v-if=
"params.user_sesame_level"
class=
"apply_upload"
>
<text
class=
"close_icon"
@
click=
"clearParams('user_sesame_level')"
></text>
<image
class=
"preview_img"
:src=
"params.user_sesame_level"
></image>
</view>
</view>
<view
:style=
"
{'margin-top':'60rpx'}">
<view
class=
"apply_title"
>
法人半年银行流水(需含户名)
</view>
<view
class=
"apply_desc"
>
支持(zip/rar)格式
</view>
...
...
@@ -82,13 +118,18 @@
card_reverse
:
''
,
//身份证反面
legal_business_img
:
''
,
//在企业内照片
bank_credit_report
:
''
,
//征信报告
legal_card_record
:
''
//个人流水
legal_card_record
:
''
,
//个人流水
user_sesame_level
:
''
,
//法人芝麻信用截图
education
:
''
,
//法人文化程度
legal_age
:
''
,
//法人年龄
opening_hours
:
''
//开业时间
},
compressName
:
''
,
data
:
null
,
submitFlag
:
true
,
contract_no
:
''
,
qualification_id
:
''
qualification_id
:
''
,
eduArray
:
[
'研究生及以上'
,
'大学'
,
'高中'
,
'其他'
]
}
},
onLoad
(
option
)
{
...
...
@@ -100,6 +141,14 @@
success
:
(
res
)
=>
{
const
s
=
res
.
data
.
data
;
Object
.
keys
(
this
.
params
).
forEach
((
item
,
index
)
=>
{
if
(
item
===
'legal_age'
)
{
this
.
params
[
item
]
=
s
[
item
]
===
'0'
?
''
:
s
[
item
];
return
}
if
(
item
===
'opening_hours'
)
{
this
.
params
[
item
]
=
s
[
item
]
===
'0000-00-00 00:00:00'
?
''
:
s
[
item
];
return
}
this
.
params
[
item
]
=
s
[
item
]
});
this
.
data
=
{
...
...
@@ -225,6 +274,27 @@
});
return
}
if
(
!
this
.
params
.
legal_age
||
this
.
params
.
legal_age
===
null
)
{
uni
.
showToast
({
title
:
'请填写法人年龄'
,
icon
:
'none'
});
return
}
if
(
!
this
.
params
.
education
)
{
uni
.
showToast
({
title
:
'请选择法人文化程度'
,
icon
:
'none'
});
return
}
if
(
!
this
.
params
.
opening_hours
)
{
uni
.
showToast
({
title
:
'请选择医院开业时间'
,
icon
:
'none'
});
return
}
this
.
submitFlag
=
false
;
uni
.
showToast
({
title
:
'提交中'
,
...
...
@@ -254,6 +324,12 @@
}
}
});
},
chooseDate
(
e
)
{
this
.
params
.
opening_hours
=
e
.
detail
.
value
;
},
chooseEdu
(
e
)
{
this
.
params
.
education
=
this
.
eduArray
[
e
.
detail
.
value
];
}
},
components
:
{
...
...
@@ -333,6 +409,22 @@
z-index: 10;
}
}
.input_item {
width: 100%;
height: 44rpx;
line-height: 44rpx;
margin-top: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
.apply_input_title, .apply_input {
font-size: 28rpx;
}
.apply_input {
margin-left: 20rpx;
width: 460rpx;
}
}
}
.apply_btn_box {
display: flex;
...
...
pages/apply/applypage3.vue
View file @
33c56af2
...
...
@@ -24,14 +24,14 @@
<text
class=
"close_icon"
@
click=
"clearParams('deposit_certificate')"
></text>
<image
class=
"preview_img"
:src=
"params.deposit_certificate"
></image>
</view>
<view
v-if=
"!params.user_sesame_level"
class=
"apply_upload"
@
click=
"uploadImage('user_sesame_level')"
>
<
!--
<
view
v-if=
"!params.user_sesame_level"
class=
"apply_upload"
@
click=
"uploadImage('user_sesame_level')"
>
<text
class=
"eosfont icons"
>

</text>
<text
class=
"upload_font"
>
法人芝麻信用照片/截图
</text>
</view>
<view
v-if=
"params.user_sesame_level"
class=
"apply_upload"
>
</view>
-->
<
!--
<
view
v-if=
"params.user_sesame_level"
class=
"apply_upload"
>
<text
class=
"close_icon"
@
click=
"clearParams('user_sesame_level')"
></text>
<image
class=
"preview_img"
:src=
"params.user_sesame_level"
></image>
</view>
</view>
-->
<view
v-if=
"!params.business_sesame_level"
class=
"apply_upload"
@
click=
"uploadImage('business_sesame_level')"
>
<text
class=
"eosfont icons"
>

</text>
<text
class=
"upload_font"
>
企业芝麻信用照片/截图
</text>
...
...
@@ -70,7 +70,7 @@
params
:
{
house_property
:
''
,
//房产证
deposit_certificate
:
''
,
//存款理财
user_sesame_level
:
''
,
//法人芝麻信用
//
user_sesame_level: '', //法人芝麻信用
business_sesame_level
:
''
,
//企业芝麻信用
vehicle_license
:
''
,
//机动车
},
...
...
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