Update index.js

This commit is contained in:
老叶
2021-11-01 10:15:56 +08:00
parent a1f7481af7
commit 1ae56ab426
+2 -2
View File
@@ -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,
})
});
}