Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2019-01-17 13:57:36 +0800
Commit
dd57adef0796add49db7fa5af27129727102f7f8
1 parent
efe436f7
删除debugger
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/orderList/index.js
src/pages/orderList/index.js
View file @
dd57ade
...
...
@@ -161,7 +161,6 @@ Page({
this
.
data
.
api
.
getOrderListInfo
(
params
,
()
=>
{
wx
.
hideLoading
();
}).
then
(
data
=>
{
debugger
let
products
=
data
.
data
;
for
(
let
index
in
products
)
{
let
productInfo
=
products
[
index
];
...
...
Please
register
or
login
to post a comment