master
xy 1 year ago
parent 43e09edf6c
commit c35189484a

@ -144,6 +144,9 @@ export default {
onReady() {
this.defaultTime = this.$moment().format('YYYY-MM-DD HH:mm:ss')
},
onPullDownRefresh() {
this.getList(true)
},
onPageScroll(e) {
this.scrollTop = e.scrollTop;
},

@ -36,7 +36,8 @@
{
"path": "pages/HistoryScore/HistoryScore",
"style": {
"navigationBarTitleText": "历年分数"
"navigationBarTitleText": "历年分数",
"enablePullDownRefresh": true
}
},
{

Loading…
Cancel
Save