Authored by QC-L

rm try

... ... @@ -226,16 +226,10 @@ class GroupService extends global.yoho.BaseModel {
}
async goodsTab(query, result = {}) {
try {
result.filterGroupList = await this.filterGroupList({
...query,
});
return result;
} catch (e) {
return {
error: e
};
}
result.filterGroupList = await this.filterGroupList({
...query,
});
return result;
}
async groupListIndex(params, uid) {
... ...