Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
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
wildfirecode13
new_taobao
Commits
96d25d31
Commit
96d25d31
authored
Oct 18, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本过低
parent
e8f63d73
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9809 additions
and
551 deletions
+9809
-551
cominvitelistmodal.acss
...ent/components/cominvitelistmodal/cominvitelistmodal.acss
+1
-1
cominvitelistmodal.js
...lient/components/cominvitelistmodal/cominvitelistmodal.js
+3
-2
pagepageindex.js
taobao_jn/client/pages/pagepageindex/pagepageindex.js
+577
-544
resList.js
taobao_jn/client/resconfig/resList.js
+2
-2
debug.log
taobao_jn/debug.log
+9224
-0
jn.getInviteList.json
taobao_jn/mocks/jn.getInviteList.json
+2
-2
No files found.
taobao_jn/client/components/cominvitelistmodal/cominvitelistmodal.acss
View file @
96d25d31
...
...
@@ -94,7 +94,7 @@
transform-origin: 0px 0px 0px;
}
.invitelistmodal .inviteList .inviteItem .inviteId{
width: 3
0
0rpx;
width: 3
8
0rpx;
height: 40rpx;
opacity: 1;
display: block;
...
...
taobao_jn/client/components/cominvitelistmodal/cominvitelistmodal.js
View file @
96d25d31
...
...
@@ -12,6 +12,7 @@ const {
getUserAddress
,
setClipboard
}
=
tbcc
.
tb
;
const
changeStr
=
'***'
Component
({
props
:
{},
data
:
{
...
...
@@ -48,9 +49,9 @@ Component({
let
len
=
data
.
list
[
i
].
userNick
.
length
;
let
str
=
data
.
list
[
i
].
userNick
;
if
(
len
<=
4
){
data
.
list
[
i
].
userNick
=
str
.
substr
(
0
,
0
)
+
this
.
changeStr
+
str
.
substr
(
len
-
1
,
len
-
1
);
data
.
list
[
i
].
userNick
=
str
.
substr
(
0
,
0
)
+
changeStr
+
str
.
substr
(
len
-
1
,
len
-
1
);
}
else
{
data
.
list
[
i
].
userNick
=
str
.
substr
(
0
,
Math
.
floor
((
len
-
3
)
/
2
))
+
this
.
changeStr
+
str
.
substr
(
len
-
Math
.
floor
((
len
-
3
)
/
2
)
-
1
,
len
-
1
)
data
.
list
[
i
].
userNick
=
str
.
substr
(
0
,
Math
.
floor
((
len
-
3
)
/
2
))
+
changeStr
+
str
.
substr
(
len
-
Math
.
floor
((
len
-
3
)
/
2
)
-
1
,
len
-
1
)
}
}
console
.
log
(
data
.
list
);
...
...
taobao_jn/client/pages/pagepageindex/pagepageindex.js
View file @
96d25d31
This diff is collapsed.
Click to expand it.
taobao_jn/client/resconfig/resList.js
View file @
96d25d31
...
...
@@ -313,8 +313,8 @@ const resList = {
},
'3ee62d6c-3e44-470b-b2a5-fb805ec6a6c3'
:
{
name
:
'mainBG'
,
ext
:
'.
pn
g'
,
url
:
'//yun.duiba.com.cn/spark/assets/mainBG.
c7698e5dba4494258624138e18429842bb37e85f.pn
g'
,
ext
:
'.
jp
g'
,
url
:
'//yun.duiba.com.cn/spark/assets/mainBG.
677d8c562ee2f8a1fc9aef7830b7fd7e1f3604f9.jp
g'
,
uuid
:
'3ee62d6c-3e44-470b-b2a5-fb805ec6a6c3'
},
'f3909518-193e-49eb-a1cd-357c4f83d796'
:
{
...
...
taobao_jn/debug.log
View file @
96d25d31
This diff is collapsed.
Click to expand it.
taobao_jn/mocks/jn.getInviteList.json
View file @
96d25d31
...
...
@@ -7,11 +7,11 @@
"totalPage"
:
-12361727.86125888
,
"list"
:
[
{
"userNick"
:
"1111"
,
"userNick"
:
"111
ythtyjhytj
1"
,
"createTime"
:
"1602482660574"
},
{
"userNick"
:
"2222"
,
"userNick"
:
"2222
tyjtyjytjtyjtyjtyjtyjtyj
"
,
"createTime"
:
"1602485660574"
},
{
...
...
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