Update index.js
This commit is contained in:
@@ -312,9 +312,9 @@ Page({
|
||||
agencyparams['v_id'] = res.data.v_id;
|
||||
agencyparams['page'] = 1;
|
||||
agencyparams['size'] = 100;
|
||||
_.apiQuery.getAppServices(agencyparams).then(res => {
|
||||
_.apiQuery.getAppServices(agencyparams).then(res9 => {
|
||||
this.setData({
|
||||
agencyList:res.data.list,
|
||||
agencyList:res9.data.list,
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user