be737fae by 杨炀

+香港身份证识别 港澳xx

信息变更 未修改信息不能提交
1 parent 89213734
...@@ -150,7 +150,7 @@ export function createMyMember(data) { ...@@ -150,7 +150,7 @@ export function createMyMember(data) {
150 } 150 }
151 export function updateUserPwd(data) { 151 export function updateUserPwd(data) {
152 return request({ 152 return request({
153 url: `/system/user/profile/updatePwd?oldPassword=${encodeURIComponent(data.oldPassword)}&newPassword=${encodeURIComponent(data.oldPassword)}`, 153 url: `/system/user/profile/updatePwd?oldPassword=${encodeURIComponent(data.oldPassword)}&newPassword=${encodeURIComponent(data.newPassword)}`,
154 method: 'put', 154 method: 'put',
155 params: data 155 params: data
156 }) 156 })
......
...@@ -54,8 +54,8 @@ function getCodeImg() { ...@@ -54,8 +54,8 @@ function getCodeImg() {
54 // 代退图形认证的获取手机验证码 54 // 代退图形认证的获取手机验证码
55 function getSmsCode(data) { 55 function getSmsCode(data) {
56 return request({ 56 return request({
57 url: '/captchaSmsWithCaptchaImage', 57 // url: '/captchaSmsWithCaptchaImage',
58 // url: '/captchaSmsWithCaptchaImageForMiniApp', 58 url: '/captchaSmsWithCaptchaImageForMiniApp',
59 method: 'post', 59 method: 'post',
60 params: data 60 params: data
61 }) 61 })
......
...@@ -183,8 +183,7 @@ function goDetail(item) { ...@@ -183,8 +183,7 @@ function goDetail(item) {
183 let path = `/group/apply/mergeUpDetail?&form=${form}` 183 let path = `/group/apply/mergeUpDetail?&form=${form}`
184 uni.navigateTo({ 184 uni.navigateTo({
185 url: path 185 url: path
186 }); 186 });
187
188 } 187 }
189 function goMerge(){ 188 function goMerge(){
190 let path = `/group/apply/merge` 189 let path = `/group/apply/merge`
......
...@@ -240,7 +240,10 @@ ...@@ -240,7 +240,10 @@
240 icon: 'none' 240 icon: 'none'
241 }) 241 })
242 countDown.value.start = true 242 countDown.value.start = true
243 }).catch(getCode) 243 }).catch(res=>{
244 console.log(res.data.msg)
245 getCode()
246 })
244 } 247 }
245 248
246 function timeup() { 249 function timeup() {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 v-model="baseFormData.name" placeholder="请输入姓名" /> 11 v-model="baseFormData.name" placeholder="请输入姓名" />
12 </uni-forms-item> 12 </uni-forms-item>
13 <uni-forms-item label="证件类型" required name="idcType"> 13 <uni-forms-item label="证件类型" required name="idcType">
14 <uni-data-select v-model="baseFormData.idcType" style="width: 300rpx;" 14 <uni-data-select v-model="baseFormData.idcType" style="width: 360rpx;"
15 @change="changeIdcType" :clear="false" :disabled="current === 0" 15 @change="changeIdcType" :clear="false" :disabled="current === 0"
16 :localdata="idcTypeList"></uni-data-select> 16 :localdata="idcTypeList"></uni-data-select>
17 </uni-forms-item> 17 </uni-forms-item>
...@@ -150,14 +150,17 @@ ...@@ -150,14 +150,17 @@
150 }, 150 },
151 { 151 {
152 value: '1', 152 value: '1',
153 text: "港澳台通行证" 153 text: "来往大陆(内地)通行证"
154 }, 154 },
155 { 155 {
156 value: '3', 156 value: '3',
157 text: "外国护照" 157 text: "护照"
158 }, { 158 }, {
159 value: '4', 159 value: '4',
160 text: '户口本' 160 text: '户口本'
161 }, {
162 value: '5',
163 text: '香港身份证'
161 } 164 }
162 ]) 165 ])
163 const sexs = ref([{ 166 const sexs = ref([{
......
...@@ -65,7 +65,7 @@ const cardType = ref([{ ...@@ -65,7 +65,7 @@ const cardType = ref([{
65 value: '0' 65 value: '0'
66 }, 66 },
67 { 67 {
68 text: '港澳台通行证 ', 68 text: '来往大陆(内地)通行证',
69 value: '1' 69 value: '1'
70 }, 70 },
71 { 71 {
...@@ -73,7 +73,7 @@ const cardType = ref([{ ...@@ -73,7 +73,7 @@ const cardType = ref([{
73 value: '2' 73 value: '2'
74 }, 74 },
75 { 75 {
76 text: '外国护照', 76 text: '护照',
77 value: '3' 77 value: '3'
78 }, 78 },
79 { 79 {
...@@ -81,8 +81,12 @@ const cardType = ref([{ ...@@ -81,8 +81,12 @@ const cardType = ref([{
81 value: '4' 81 value: '4'
82 }, 82 },
83 { 83 {
84 text: '户口本', 84 text: '香港身份证',
85 value: '5' 85 value: '5'
86 },
87 {
88 text: '往来港澳台通行证',
89 value: '6'
86 } 90 }
87 ]) 91 ])
88 onLoad((option) => { 92 onLoad((option) => {
......
...@@ -94,15 +94,15 @@ ...@@ -94,15 +94,15 @@
94 value: '2' 94 value: '2'
95 }, 95 },
96 { 96 {
97 label: '外国护照', 97 label: '护照',
98 value: '3' 98 value: '3'
99 }, 99 },
100 { 100 {
101 label: '其它', 101 label: '户口本',
102 value: '4' 102 value: '4'
103 }, 103 },
104 { 104 {
105 label: '户口本', 105 label: '香港身份证',
106 value: '5' 106 value: '5'
107 } 107 }
108 ]) 108 ])
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
57 value: '0' 57 value: '0'
58 }, 58 },
59 { 59 {
60 label: '港澳台通行证 ', 60 label: '来往大陆(内地)通行证',
61 value: '1' 61 value: '1'
62 }, 62 },
63 { 63 {
...@@ -65,12 +65,18 @@ ...@@ -65,12 +65,18 @@
65 value: '2' 65 value: '2'
66 }, 66 },
67 { 67 {
68 label: '外国护照', 68 label: '护照',
69 value: '3' 69 value: '3'
70 }, 70 },
71 { 71 {
72 label: '其它', 72 label: '其它',
73 value: '4' 73 value: '4'
74 }, {
75 label: '香港身份证',
76 value: '5'
77 }, {
78 label: '往来港澳台通行证',
79 value: '6'
74 } 80 }
75 ]) 81 ])
76 const form = ref({}) 82 const form = ref({})
......
...@@ -65,7 +65,7 @@ const cardType = ref([{ ...@@ -65,7 +65,7 @@ const cardType = ref([{
65 value: '0' 65 value: '0'
66 }, 66 },
67 { 67 {
68 text: '港澳台通行证 ', 68 text: '来往大陆(内地)通行证',
69 value: '1' 69 value: '1'
70 }, 70 },
71 { 71 {
...@@ -73,7 +73,7 @@ const cardType = ref([{ ...@@ -73,7 +73,7 @@ const cardType = ref([{
73 value: '2' 73 value: '2'
74 }, 74 },
75 { 75 {
76 text: '外国护照', 76 text: '护照',
77 value: '3' 77 value: '3'
78 }, 78 },
79 { 79 {
...@@ -81,8 +81,12 @@ const cardType = ref([{ ...@@ -81,8 +81,12 @@ const cardType = ref([{
81 value: '4' 81 value: '4'
82 }, 82 },
83 { 83 {
84 text: '户口本', 84 text: '香港身份证',
85 value: '5' 85 value: '5'
86 },
87 {
88 text: '往来港澳台通行证',
89 value: '6'
86 } 90 }
87 ]) 91 ])
88 onLoad((option) => { 92 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!