@@ -281,7 +281,7 @@
this.toPage(projectId);
},
onLoad() {
- this.getSingle();
+
onPullDownRefresh() {
this.getData();
@@ -314,6 +314,7 @@
this.getUserInfo();
this.getHomePage();
this.getRegistTask();
+ this.getSingle();
chooiceType(e){
this.city = e.city==''?"城市":(e.city).split('市')[0];