青橙1.1.2

This commit is contained in:
2025-08-16 22:14:42 +08:00
parent a3ffe71ccb
commit 3dc4d64215
33 changed files with 430 additions and 289 deletions

View File

@ -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',