diff --git a/src/components/checkPhoto/index.vue b/src/components/checkPhoto/index.vue
index a5b028c..ec7f543 100644
--- a/src/components/checkPhoto/index.vue
+++ b/src/components/checkPhoto/index.vue
@@ -14,18 +14,26 @@
{{ dataFlow.phone }}
√
√
+
- 姓名:{{ dataFlow.userName }}
- 性别:{{ dataFlow.sex==1? '男': '女' }}
+ 姓名:{{ dataFlow.userName }}
+ 性别:{{ dataFlow.sex==1? '男': '女' }}
- 出生日期:{{ dataFlow.birthday }}
+ 出生日期:{{ dataFlow.birthday }}
- 地址:{{ dataFlow.mailbox }}
- 身份证号码:{{ dataFlow.idNumber }}
+ {{ dataFlow.birthday.split('-')[2] }}
-->
+ 地址:{{ dataFlow.mailbox }}
+ 身份证号码:{{ dataFlow.idNumber }}
+
-
+
+ 12802851701099
+ 袋鼠互联网科技有限公司
+
+
+
+
@@ -66,6 +74,13 @@ export default {
mounted() {
// console.log('---showImg')
// console.log(this.showImg)
+ // const allH3 = document.querySelectorAll('h3');
+ // for(let i=0; i {
+ // e.stopPropagation();
+ // })
+ // }
+
},
watch: {
showImg: {
@@ -109,6 +124,9 @@ export default {
// }
},
methods: {
+ test() {
+ console.log('xxxx')
+ },
closeIt() {
this.$emit('update:showImg', false)
},
@@ -122,6 +140,10 @@ export default {
}
-
\ No newline at end of file
diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue
index 2b3134d..774d2bb 100644
--- a/src/pages/counter/list/index.vue
+++ b/src/pages/counter/list/index.vue
@@ -402,14 +402,15 @@
-