青橙1.1.2
This commit is contained in:
@ -57,6 +57,11 @@ Page({
|
||||
else if (trueCount === 1) this.setData({widthRate: '100%'})
|
||||
},
|
||||
|
||||
onPullDownRefresh() {
|
||||
this.fetchPerformance()
|
||||
wx.stopPullDownRefresh();
|
||||
},
|
||||
|
||||
fetchPerformance() {
|
||||
wx.request({
|
||||
url: baseUrl + '/perform/mini/query/dashboard',
|
||||
|
Reference in New Issue
Block a user