Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
2016-04-15 17:19:29 +0800
Commit
6fc0b627567fb2b2e9443d9fbd1e3e85bd44dbbf
1 parent
b383bd2f
代码合并
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
static/dist/myohobuy/1.3.11/index-debug.js
static/dist/myohobuy/1.3.11/index.js
static/dist/myohobuy/1.3.11/lib.js
static/dist/myohobuy/1.3.11/index-debug.js
View file @
6fc0b62
...
...
@@ -301,6 +301,15 @@ $.extend({
}
});
//临时修改 footer
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
()));
}
//暴露公共接口
window
.
cookie
=
cookie
;
...
...
static/dist/myohobuy/1.3.11/index.js
View file @
6fc0b62
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.11/lib.js
View file @
6fc0b62
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment