Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-07-05 16:22:05 +0800
Commit
1161e854e8225837ae281a6193fb92a107f16d58
2 parents
d331d798
6254fab9
Merge branch 'release/0704' into 'gray'
加了分号 See merge request
!326
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/account-service.js
apps/home/models/account-service.js
View file @
1161e85
...
...
@@ -20,7 +20,7 @@ const _privacyProtection = (str, start = 0, end = 0) => {
}
return
`
$
{
str
.
slice
(
0
,
3
)}
****
$
{
str
.
slice
(
7
)}
`
;
}
}
;
module
.
exports
=
class
extends
global
.
yoho
.
BaseModel
{
constructor
(
ctx
)
{
...
...
Please
register
or
login
to post a comment