当前位置:网站首页>js显示隐藏手机号
js显示隐藏手机号
2022-08-02 23:44:00 【@小朱呀路】
<template>
<view>
<view class="flex a-c" style="height: 100rpx;width: 100%; ">
<view class="" style="height: 50rpx " >
{
{
xphonenumbool?allphonenum:isunum}}
</view>
<view class="aj-c" @click="select" style="width: 100rpx;height: 50rpx ">
<!-- 方法很多
<image v-if="!xphonenumbool" src="../../static/noseay.png" ></image>
<image v-if="xphonenumbool" src="../../static/yeseay.png" ></image>
-->
<image :src="`../../static/${
!xphonenumbool?'noseay':'yeseay'}.png`" >
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
allphonenum: '18338088912',
xphonenum: '',
xphonenumbool: false,
}
},
methods: {
select() {
this.xphonenumbool = !this.xphonenumbool;
},
},
computed: {
isunum: function() {
const newarr = this.allphonenum.split('');
newarr.forEach((item, index, arr) => {
if (index > 2 && index < 7) {
arr[index] = '*'
}
})
return newarr.join('');
}
}
}
</script>
<style>
image {
width: 100%;
height: 100%;
}
</style>
边栏推荐
猜你喜欢
Day117.尚医通:生成挂号订单模块
Cholesterol-PEG-Acid,胆固醇-聚乙二醇-羧基保持在干燥、低温环境下
mPEG-Cholesterol,mPEG-CLS,甲氧基-聚乙二醇-胆固醇可用于脂质体制备
关于地图GIS开发事项的一次实践整理(上)
心电记录电路设计(框图/波形以及信号放大器的选择)
Speech Synthesis Model Cheat Sheet (1)
alibaba数据同步组件canal的实践整理
NLP commonly used Backbone model cheat sheet (1)
Connect the Snowflake of CKAN tutorial CKAN to release to open data portal
机器学习-特征映射方法
随机推荐
2022暑假牛客多校1 (A/G/D/I)
典型相关分析CCA计算过程
I have been in the software testing industry for nearly 20 years, let me talk to you about today's software testing
华为设备配置BFD与接口联动(触发与BFD联动的接口物理状态变为Down)
Nlog自定义时间
合并两个excel表格工具
mPEG-Cholesterol,mPEG-CLS,甲氧基-聚乙二醇-胆固醇可用于脂质体制备
@GetMapping、@PostMapping、@PutMapping、@DeleteMapping的区别
4、Citrix MCS云桌面无法安装todesk等软件
浅谈I2C知识
d实验新异常
KubeSphere监控失效为NAN的问题
Heartwarming AI Review (1)
Week 7 - Distributional Representations
机电设备制造企业,如何借助ERP系统做好客供料管理?
解决错误:Optional int parameter ‘pageSize‘ is present but cannot be translated into a null value due to
为了面试阿里,熬夜肝完这份软件测试笔记后,Offer终于到手了
程序员常说的“左手锟斤拷,右手烫烫烫”是怎么回事?
【多线程】线程与进程、以及线程进程的调度
ORA-55610: Invalid DDL statement on history-tracked table