Commit f00a14c4 authored by lshan's avatar lshan

手机号码部分隐藏

parent f118c609
......@@ -68,8 +68,7 @@
>{{ weekDays }}{{ dailyTime }}</span>
</template>
<template v-else>
<div class="text-red">{{ error }}</div>
<!-- <div class="text-red">{{ errorReason }}</div> -->
<div class="text-red">{{ errorReason }}</div>
</template>
</div>
</div>
......@@ -179,7 +178,6 @@ const isOpen = computed(() => {
return false
}
})
const error="由于施工原因,本营业厅暂时不营业搬迁中"
const errorReason = ref('')
const getErrorNote = () => {
if (props.is_normal_work) return
......
......@@ -51,8 +51,9 @@ export default defineComponent({
return eAccountType.REG_PDSET
},
getPhone(){
const phone =getUserMsg()?.userInfo.phone
return phone
const phone =getUserMsg()?.userInfo.phone+''
var newphone= phone.replace(phone.substr(3, 4),"****")
return newphone
}
},
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