|
@@ -244,9 +244,9 @@
|
|
|
>
|
|
|
文件大小≤2M
|
|
|
</text>
|
|
|
+ <!-- :max-size="2097152" -->
|
|
|
<u-upload
|
|
|
:show-progress="false"
|
|
|
- :max-size="2097152"
|
|
|
:ref="
|
|
|
item.fieldKey === 'recent_photos'
|
|
|
? 'recent_photos'
|
|
@@ -989,13 +989,9 @@ export default {
|
|
|
return false;
|
|
|
}
|
|
|
},
|
|
|
- cahngeText() {
|
|
|
- this.$set(this.form, "name", "唐");
|
|
|
- console.log(this.form.name, 123);
|
|
|
- },
|
|
|
|
|
|
async uploadDatas(data) {
|
|
|
- console.log('sfsfg---data', data)
|
|
|
+ // console.log('sfsfg---data', data)
|
|
|
if (this.form.recent_photos && this.form.idcard_face_photo) {
|
|
|
uni.downloadFile({
|
|
|
url: this.$method.splitImgHost(this.form.idcard_face_photo),
|
|
@@ -1435,7 +1431,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
async changePhotoListHeader1(lists, name) {
|
|
|
- console.log(lists);
|
|
|
+ console.log('个人近照---',lists);
|
|
|
if (lists.length) {
|
|
|
this.fileList1 = lists;
|
|
|
console.log(lists, "lists1");
|
|
@@ -1443,6 +1439,7 @@ export default {
|
|
|
lists[0].url.indexOf("//tmp") !== -1 ||
|
|
|
lists[0].url.indexOf("//temp") !== -1
|
|
|
) {
|
|
|
+ console.log('----')
|
|
|
this.$set(
|
|
|
this.form,
|
|
|
"recent_photos",
|