Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
be737fae
authored
2024-01-26 10:26:25 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
+香港身份证识别 港澳xx
信息变更 未修改信息不能提交
1 parent
89213734
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
39 additions
and
20 deletions
common/api.js
common/login.js
group/apply/mergeUp.vue
login/login.vue
personalVip/addChange.vue
personalVip/addVip.vue
personalVip/changeVipChoseList.vue
personalVip/changeVipDetail.vue
personalVip/detail.vue
personalVip/mergeVipChoseList.vue
common/api.js
View file @
be737fa
...
...
@@ -150,7 +150,7 @@ export function createMyMember(data) {
}
export
function
updateUserPwd
(
data
)
{
return
request
({
url
:
`/system/user/profile/updatePwd?oldPassword=
${
encodeURIComponent
(
data
.
oldPassword
)}
&newPassword=
${
encodeURIComponent
(
data
.
old
Password
)}
`
,
url
:
`/system/user/profile/updatePwd?oldPassword=
${
encodeURIComponent
(
data
.
oldPassword
)}
&newPassword=
${
encodeURIComponent
(
data
.
new
Password
)}
`
,
method
:
'put'
,
params
:
data
})
...
...
common/login.js
View file @
be737fa
...
...
@@ -54,8 +54,8 @@ function getCodeImg() {
// 代退图形认证的获取手机验证码
function
getSmsCode
(
data
)
{
return
request
({
url
:
'/captchaSmsWithCaptchaImage'
,
//
url: '/captchaSmsWithCaptchaImageForMiniApp',
//
url: '/captchaSmsWithCaptchaImage',
url
:
'/captchaSmsWithCaptchaImageForMiniApp'
,
method
:
'post'
,
params
:
data
})
...
...
group/apply/mergeUp.vue
View file @
be737fa
...
...
@@ -183,8 +183,7 @@ function goDetail(item) {
let
path
=
`/group/apply/mergeUpDetail?&form=
${
form
}
`
uni
.
navigateTo
({
url
:
path
});
});
}
function
goMerge
(){
let
path
=
`/group/apply/merge`
...
...
login/login.vue
View file @
be737fa
...
...
@@ -240,7 +240,10 @@
icon
:
'none'
})
countDown
.
value
.
start
=
true
}).
catch
(
getCode
)
}).
catch
(
res
=>
{
console
.
log
(
res
.
data
.
msg
)
getCode
()
})
}
function
timeup
()
{
...
...
personalVip/addChange.vue
View file @
be737fa
This diff is collapsed.
Click to expand it.
personalVip/addVip.vue
View file @
be737fa
...
...
@@ -11,7 +11,7 @@
v-model=
"baseFormData.name"
placeholder=
"请输入姓名"
/>
</uni-forms-item>
<uni-forms-item
label=
"证件类型"
required
name=
"idcType"
>
<uni-data-select
v-model=
"baseFormData.idcType"
style=
"width: 3
0
0rpx;"
<uni-data-select
v-model=
"baseFormData.idcType"
style=
"width: 3
6
0rpx;"
@
change=
"changeIdcType"
:clear=
"false"
:disabled=
"current === 0"
:localdata=
"idcTypeList"
></uni-data-select>
</uni-forms-item>
...
...
@@ -150,14 +150,17 @@
},
{
value
:
'1'
,
text
:
"
港澳台
通行证"
text
:
"
来往大陆(内地)
通行证"
},
{
value
:
'3'
,
text
:
"
外国
护照"
text
:
"护照"
},
{
value
:
'4'
,
text
:
'户口本'
},
{
value
:
'5'
,
text
:
'香港身份证'
}
])
const
sexs
=
ref
([{
...
...
personalVip/changeVipChoseList.vue
View file @
be737fa
...
...
@@ -65,7 +65,7 @@ const cardType = ref([{
value
:
'0'
},
{
text
:
'
港澳台通行证
'
,
text
:
'
来往大陆(内地)通行证
'
,
value
:
'1'
},
{
...
...
@@ -73,7 +73,7 @@ const cardType = ref([{
value
:
'2'
},
{
text
:
'
外国
护照'
,
text
:
'护照'
,
value
:
'3'
},
{
...
...
@@ -81,8 +81,12 @@ const cardType = ref([{
value
:
'4'
},
{
text
:
'
户口本
'
,
text
:
'
香港身份证
'
,
value
:
'5'
},
{
text
:
'往来港澳台通行证'
,
value
:
'6'
}
])
onLoad
((
option
)
=>
{
...
...
personalVip/changeVipDetail.vue
View file @
be737fa
...
...
@@ -94,15 +94,15 @@
value
:
'2'
},
{
label
:
'
外国
护照'
,
label
:
'护照'
,
value
:
'3'
},
{
label
:
'
其它
'
,
label
:
'
户口本
'
,
value
:
'4'
},
{
label
:
'
户口本
'
,
label
:
'
香港身份证
'
,
value
:
'5'
}
])
...
...
personalVip/detail.vue
View file @
be737fa
...
...
@@ -57,7 +57,7 @@
value
:
'0'
},
{
label
:
'
港澳台通行证
'
,
label
:
'
来往大陆(内地)通行证
'
,
value
:
'1'
},
{
...
...
@@ -65,12 +65,18 @@
value
:
'2'
},
{
label
:
'
外国
护照'
,
label
:
'护照'
,
value
:
'3'
},
{
label
:
'其它'
,
value
:
'4'
},
{
label
:
'香港身份证'
,
value
:
'5'
},
{
label
:
'往来港澳台通行证'
,
value
:
'6'
}
])
const
form
=
ref
({})
...
...
personalVip/mergeVipChoseList.vue
View file @
be737fa
...
...
@@ -65,7 +65,7 @@ const cardType = ref([{
value
:
'0'
},
{
text
:
'
港澳台通行证
'
,
text
:
'
来往大陆(内地)通行证
'
,
value
:
'1'
},
{
...
...
@@ -73,7 +73,7 @@ const cardType = ref([{
value
:
'2'
},
{
text
:
'
外国
护照'
,
text
:
'护照'
,
value
:
'3'
},
{
...
...
@@ -81,8 +81,12 @@ const cardType = ref([{
value
:
'4'
},
{
text
:
'
户口本
'
,
text
:
'
香港身份证
'
,
value
:
'5'
},
{
text
:
'往来港澳台通行证'
,
value
:
'6'
}
])
onLoad
((
option
)
=>
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment