Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
f5c4e776
Commit
f5c4e776
authored
Jun 02, 2023
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商户列表组件
parent
a6675cb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
static/nativeComponents/MerchantsList/index.js
+13
-8
No files found.
static/nativeComponents/MerchantsList/index.js
View file @
f5c4e776
...
...
@@ -133,18 +133,23 @@ Component({
[
'WaterfallFlowListL['
+
this
.
data
.
WaterfallFlowListL
.
length
+
']'
]:
WaterfallFlowListL
,
[
'WaterfallFlowListR['
+
this
.
data
.
WaterfallFlowListR
.
length
+
']'
]:
WaterfallFlowListR
})
if
(
this
.
data
.
WaterfallFlowListL
.
length
==
0
&&
this
.
data
.
WaterfallFlowListR
.
length
==
0
)
{
this
.
setData
({
showList
:
false
})
console
.
log
(
'------change2'
)
}
}
else
{
this
.
setData
({
[
'WaterfallFlowList['
+
this
.
data
.
WaterfallFlowList
.
length
+
']'
]:
list
})
if
(
this
.
data
.
WaterfallFlowList
.
length
==
0
)
{
this
.
setData
({
showList
:
false
})
console
.
log
(
'------change3'
)
}
}
}
if
(
this
.
data
.
WaterfallFlowList
.
length
<=
0
)
{
this
.
setData
({
showList
:
false
})
console
.
log
(
'------change2'
)
}
}
if
(
list
==
null
||
list
.
length
<
10
)
{
...
...
@@ -163,7 +168,7 @@ Component({
finished
:
true
,
showList
:
false
})
console
.
log
(
'------change
3
'
)
console
.
log
(
'------change
4
'
)
}
})
...
...
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