...
|
...
|
@@ -41,7 +41,7 @@ const _getShopData = (req, shopId, uid, isApp) => { |
|
|
shopCategory: shopCategory
|
|
|
}, shopData);
|
|
|
|
|
|
//noinspection JSCheckFunctionSignatures
|
|
|
// noinspection JSCheckFunctionSignatures
|
|
|
return listModel.formShopData(shopData, shopId, isApp); // 组织楼层数据
|
|
|
});
|
|
|
});
|
...
|
...
|
|