Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
2e2cb601
Commit
2e2cb601
authored
Mar 20, 2019
by
Junling Bu
Browse files
chore[litemall-wx, renard-wx]: 取消下拉刷新
parent
0cd80acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/order/order.js
View file @
2e2cb601
...
...
@@ -21,14 +21,6 @@ Page({
}
catch
(
e
)
{}
},
onPullDownRefresh
()
{
wx
.
showNavigationBarLoading
()
//在标题栏中显示加载
this
.
getOrderList
();
wx
.
hideNavigationBarLoading
()
//完成停止加载
wx
.
stopPullDownRefresh
()
//停止下拉刷新
},
getOrderList
()
{
let
that
=
this
;
util
.
request
(
api
.
OrderList
,
{
...
...
renard-wx/pages/ucenter/order/order.js
View file @
2e2cb601
...
...
@@ -13,13 +13,6 @@ Page({
// 页面初始化 options为页面跳转所带来的参数
},
onPullDownRefresh
()
{
// wx.showNavigationBarLoading() //在标题栏中显示加载
this
.
getOrderList
();
// wx.hideNavigationBarLoading() //完成停止加载
wx
.
stopPullDownRefresh
()
//停止下拉刷新
},
getOrderList
()
{
wx
.
showLoading
({
title
:
'
加载中
'
,
...
...
Write
Preview
Supports
Markdown
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