Commit f00a14c4 authored by lshan's avatar lshan

手机号码部分隐藏

parent f118c609
...@@ -68,8 +68,7 @@ ...@@ -68,8 +68,7 @@
>{{ weekDays }}{{ dailyTime }}</span> >{{ weekDays }}{{ dailyTime }}</span>
</template> </template>
<template v-else> <template v-else>
<div class="text-red">{{ error }}</div> <div class="text-red">{{ errorReason }}</div>
<!-- <div class="text-red">{{ errorReason }}</div> -->
</template> </template>
</div> </div>
</div> </div>
...@@ -179,7 +178,6 @@ const isOpen = computed(() => { ...@@ -179,7 +178,6 @@ const isOpen = computed(() => {
return false return false
} }
}) })
const error="由于施工原因,本营业厅暂时不营业搬迁中"
const errorReason = ref('') const errorReason = ref('')
const getErrorNote = () => { const getErrorNote = () => {
if (props.is_normal_work) return if (props.is_normal_work) return
......
...@@ -51,8 +51,9 @@ export default defineComponent({ ...@@ -51,8 +51,9 @@ export default defineComponent({
return eAccountType.REG_PDSET return eAccountType.REG_PDSET
}, },
getPhone(){ getPhone(){
const phone =getUserMsg()?.userInfo.phone const phone =getUserMsg()?.userInfo.phone+''
return phone var newphone= phone.replace(phone.substr(3, 4),"****")
return newphone
} }
}, },
setup() { setup() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment