@@ -98,7 +98,8 @@
{
"path": "pages/assay/index",
"style": {
- "navigationBarTitleText": "我的备案申请"
+ "navigationBarTitleText": "我的备案申请",
+ "enablePullDownRefresh": true
}
},
@@ -161,6 +161,13 @@
this.record = res;
});
this.getList();
+ uni.startPullDownRefresh();
+ },
+ onPullDownRefresh() {
+ console.log('refresh');
+ setTimeout(function() {
+ uni.stopPullDownRefresh();
+ }, 1000);
onShow() {
// this.getList()