@@ -9,8 +9,7 @@
{
"path": "pages/home",
"style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
+ "navigationStyle": "custom"
}
},
@@ -42,10 +42,6 @@
await this.getAgentModelList()
this.getDeviceList();
- async onPullDownRefresh() {
- await this.getAgentModelList()
- this.getDeviceList();
- },
methods:{
getAgentModelList(){
return new Promise((resolve,reject)=>{