Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
7d0e0a79
Commit
7d0e0a79
authored
9 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 复筛详情字段样式调整
parent
7ebe6efc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
register.js
src/register.js
+7
-0
SecondDetail.vue
src/residentWX/screening/detail/SecondDetail.vue
+0
-0
No files found.
src/register.js
View file @
7d0e0a79
...
...
@@ -18,6 +18,7 @@ export function registe(app) {
app
.
config
.
globalProperties
.
$idCardHide
=
idCardHide
app
.
config
.
globalProperties
.
$phoneHide
=
phoneHide
app
.
config
.
globalProperties
.
$addrJoin
=
addrJoin
}
// idCard 脱敏
...
...
@@ -35,3 +36,9 @@ function phoneHide(phone) {
}
return
phone
.
substring
(
0
,
3
)
+
'******'
+
phone
.
substring
(
9
)
}
// 地址拼接显示
function
addrJoin
(
str1
=
''
,
str2
=
''
)
{
if
(
!
str1
&&
!
str2
)
return
'-'
return
(
str1
??
''
)
+
(
str2
??
''
)
}
This diff is collapsed.
Click to expand it.
src/residentWX/screening/detail/SecondDetail.vue
View file @
7d0e0a79
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment