Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
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
member
member
Commits
90fbae49
Commit
90fbae49
authored
May 20, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量bug
parent
54420fc0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
posmembers.js
src/components/posmembers/posmembers.js
+1
-0
total.js
src/components/wechatmembers/total.js
+1
-0
wechatmembers.js
src/components/wechatmembers/wechatmembers.js
+1
-0
No files found.
src/components/posmembers/posmembers.js
View file @
90fbae49
...
...
@@ -506,6 +506,7 @@ export default {
if
(
res
.
data
.
errorCode
===
0
)
{
this
.
isdot
=
res
.
data
.
result
.
list
.
length
>
0
?
true
:
false
;
this
.
popWidth
=
this
.
isdot
?
this
.
popWidth
:
160
;
if
(
!
this
.
processList
.
length
&&
!
res
.
data
.
result
.
list
.
length
)
return
;
this
.
processList
=
res
.
data
.
result
.
list
.
map
(
ele
=>
({
...
ele
,
name
:
ele
.
name
?
ele
.
name
:
"未知"
...
...
src/components/wechatmembers/total.js
View file @
90fbae49
...
...
@@ -524,6 +524,7 @@ export default {
if
(
res
.
data
.
errorCode
===
0
)
{
this
.
isdot
=
res
.
data
.
result
.
list
.
length
>
0
?
true
:
false
;
this
.
popWidth
=
this
.
isdot
?
this
.
popWidth
:
160
;
if
(
!
this
.
processList
.
length
&&
!
res
.
data
.
result
.
list
.
length
)
return
;
this
.
processList
=
res
.
data
.
result
.
list
.
map
(
ele
=>
({
...
ele
,
name
:
ele
.
name
?
ele
.
name
:
"未知"
...
...
src/components/wechatmembers/wechatmembers.js
View file @
90fbae49
...
...
@@ -434,6 +434,7 @@ export default {
if
(
res
.
data
.
errorCode
===
0
)
{
this
.
isdot
=
res
.
data
.
result
.
list
.
length
>
0
?
true
:
false
;
this
.
popWidth
=
this
.
isdot
?
this
.
popWidth
:
160
;
if
(
!
this
.
processList
.
length
&&
!
res
.
data
.
result
.
list
.
length
)
return
;
this
.
processList
=
res
.
data
.
result
.
list
.
map
(
ele
=>
({
...
ele
,
name
:
ele
.
name
?
ele
.
name
:
"未知"
...
...
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