...
|
...
|
@@ -64,7 +64,7 @@ export default class GoodsGroupList extends React.Component { |
|
|
let isModuleMargin = properties.isModuleMargin;
|
|
|
let list = resource?resource.get('list'):null;
|
|
|
if (!list || list.size == 0) {
|
|
|
return null;
|
|
|
return (<View style={{height:0,width:width,backgroundColor:'white'}}/>);
|
|
|
}
|
|
|
|
|
|
let backgroundWidth = width;
|
...
|
...
|
|