This commit is contained in:
花有清香月有阴
2022-01-18 11:05:41 +08:00
parent 3875f8c4ae
commit 0b10d917a1

View File

@@ -30,7 +30,7 @@
<div class="right">
<div class="rightTop">{{ item.name }}</div>
<div class="rightBottom">
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1****$2') }}</span>
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
<span>{{ item.phone }}</span>
</div>
@@ -70,7 +70,7 @@ export default {
}
},
computed: {
...mapState(['user', 'global']),
...mapState(['user']),
},
watch: {},
onLoad() {