be737fae by 杨炀

+香港身份证识别 港澳xx

信息变更 未修改信息不能提交
1 parent 89213734
......@@ -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.oldPassword)}`,
url: `/system/user/profile/updatePwd?oldPassword=${encodeURIComponent(data.oldPassword)}&newPassword=${encodeURIComponent(data.newPassword)}`,
method: 'put',
params: data
})
......
......@@ -54,8 +54,8 @@ function getCodeImg() {
// 代退图形认证的获取手机验证码
function getSmsCode(data) {
return request({
url: '/captchaSmsWithCaptchaImage',
// url: '/captchaSmsWithCaptchaImageForMiniApp',
// url: '/captchaSmsWithCaptchaImage',
url: '/captchaSmsWithCaptchaImageForMiniApp',
method: 'post',
params: data
})
......
......@@ -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`
......
......@@ -240,7 +240,10 @@
icon: 'none'
})
countDown.value.start = true
}).catch(getCode)
}).catch(res=>{
console.log(res.data.msg)
getCode()
})
}
function timeup() {
......
......@@ -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: 300rpx;"
<uni-data-select v-model="baseFormData.idcType" style="width: 360rpx;"
@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([{
......
......@@ -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) => {
......
......@@ -94,15 +94,15 @@
value: '2'
},
{
label: '外国护照',
label: '护照',
value: '3'
},
{
label: '其它',
label: '户口本',
value: '4'
},
{
label: '户口本',
label: '香港身份证',
value: '5'
}
])
......
......@@ -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({})
......
......@@ -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) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!