|
@@ -222,8 +222,7 @@
|
|
|
onLoad(op) {
|
|
|
if(this.carhelp.getPersonInfo().id != null) {
|
|
|
this.data.memberId = this.carhelp.getPersonInfo().id;
|
|
|
- }
|
|
|
- this.getFriendList();
|
|
|
+ }
|
|
|
this.getConditionList();
|
|
|
},
|
|
|
onReachBottom() {
|
|
@@ -284,13 +283,13 @@
|
|
|
this.data.qy = this.qyList[0].name;
|
|
|
}
|
|
|
if(this.data.xl == ''){
|
|
|
- this.data.xl = this.qyList[0].name;
|
|
|
+ this.data.xl = this.xlList[0].name;
|
|
|
}
|
|
|
if(this.data.hyqk == ''){
|
|
|
- this.data.hyqk = this.qyList[0].name;
|
|
|
+ this.data.hyqk = this.hyqkList[0].name;
|
|
|
}
|
|
|
if(this.data.znqk == ''){
|
|
|
- this.data.znqk = this.qyList[0].name;
|
|
|
+ this.data.znqk = this.znqkList[0].name;
|
|
|
}
|
|
|
|
|
|
this.getFriendList();
|
|
@@ -365,7 +364,10 @@
|
|
|
title: error
|
|
|
})
|
|
|
})
|
|
|
- },
|
|
|
+ },
|
|
|
+ onReady() {
|
|
|
+ this.getFriendList();
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</script>
|