Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
2016-04-21 18:05:48 +0800
Commit
5097decfc1fe4a3184afae7286c9c1e6c1b4f760
1 parent
363b87ef
gulpge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
static/dist/myohobuy/1.3.16/index-debug.js
static/dist/myohobuy/1.3.16/index.js
static/dist/myohobuy/1.3.16/lib.js
static/dist/myohobuy/1.3.16/index-debug.js
View file @
5097dec
...
...
@@ -306,8 +306,8 @@ function phoneHidden(phone) {
return
phone
.
replace
(
/
(\d{3})\d{4}(\d{4})
/
,
'$1****$2'
);
}
if
(
$
(
'.user-name'
).
text
().
length
===
11
)
{
$
(
'.user-name'
).
html
(
phoneHidden
(
$
(
'.user-name'
).
text
()));
if
(
$footer
.
find
(
'.user-name'
).
text
().
length
===
11
)
{
$footer
.
find
(
'.user-name'
).
html
(
phoneHidden
(
$footer
.
find
(
'.user-name'
).
text
()));
}
//暴露公共接口
...
...
static/dist/myohobuy/1.3.16/index.js
View file @
5097dec
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.16/lib.js
View file @
5097dec
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment