Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
a2d215c5
Commit
a2d215c5
authored
May 31, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品列表判断
parent
92d2ea9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
productList.vue
pages/my/order/productList/productList.vue
+2
-7
No files found.
pages/my/order/productList/productList.vue
View file @
a2d215c5
...
@@ -494,9 +494,9 @@
...
@@ -494,9 +494,9 @@
this
.
lists
=
[]
this
.
lists
=
[]
}
}
if
(
ret
.
data
.
length
>
0
){
if
(
ret
.
data
.
length
>
0
){
this
.
dataLengthType
=
false
}
else
{
this
.
dataLengthType
=
true
this
.
dataLengthType
=
true
}
else
{
this
.
dataLengthType
=
false
}
}
ret
.
data
.
list
.
forEach
((
item
)
=>
{
ret
.
data
.
list
.
forEach
((
item
)
=>
{
if
(
this
.
orderStatus
==
'0'
){
////待付款的订单 pid 不能空的不显示
if
(
this
.
orderStatus
==
'0'
){
////待付款的订单 pid 不能空的不显示
...
@@ -631,11 +631,6 @@
...
@@ -631,11 +631,6 @@
},
},
},
},
onReachBottom
(){
//上拉加载
onReachBottom
(){
//上拉加载
uni
.
showToast
({
title
:
'进入上拉加载'
,
icon
:
'none'
,
duration
:
2000
})
this
.
pageIndex
++
;
this
.
pageIndex
++
;
this
.
getData
(
2
);
this
.
getData
(
2
);
},
},
...
...
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