This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
WxXuSaleDriverRole
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
订单详情回订单清空之前的数据
master
chenxuhui
7 years ago
parent
ef956ca444
commit
6320e78b95
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pages/orderList/orderList.js
+ 3
- 0
pages/orderList/orderList.js
View File
@ -14,6 +14,9 @@ Page({
onShow
:
function
(
options
)
{
PageIndex
=
0
;
this
.
setData
(
{
orderList
:
[
]
,
}
)
this
.
getOrderList
(
)
;
}
,
Write
Preview
Loading…
Cancel
Save