mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 05:56:45 +08:00
Merge branch 'feature/GFRS-693【待确定】自助入司流程优化(app端)' into dev
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
<van-cell-group class="flex justify-content-fs pt10 pb10">
|
<van-cell-group class="flex justify-content-fs pt10 pb10">
|
||||||
<!-- <van-field class="w-auto" required label="" disabled /> -->
|
<!-- <van-field class="w-auto" required label="" disabled /> -->
|
||||||
<span class="fs14"><b class="red">*</b><b>近期免冠照片1张</b>(免冠、正面、白底彩色、JPG格式、大小30-40k像素210*370)</span>
|
<span class="fs14"><b class="red">*</b><b>近期免冠照片1张</b>(免冠、正面、白底彩色、JPG格式、大小30-40k,尺寸210*370)</span>
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
<div @click="test('fileListBank04')">
|
<div @click="test('fileListBank04')">
|
||||||
<van-uploader
|
<van-uploader
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
faceAuth() {
|
faceAuth() {
|
||||||
/*
|
// /*
|
||||||
let that = this
|
let that = this
|
||||||
localStorage.idNo = this.agentInfo.idNo
|
localStorage.idNo = this.agentInfo.idNo
|
||||||
localStorage.idName = this.agentInfo.name
|
localStorage.idName = this.agentInfo.name
|
||||||
@@ -128,8 +128,8 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
that.goUrl()
|
that.goUrl()
|
||||||
}
|
}
|
||||||
*/
|
// */
|
||||||
this.goUrl()
|
// this.goUrl()//调试专用
|
||||||
},
|
},
|
||||||
//自定义key值排序用
|
//自定义key值排序用
|
||||||
addKey(item) {
|
addKey(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user