bug(custom): eCX-7448

This commit is contained in:
zhangjing1
2025-11-17 11:54:06 +08:00
parent cf131f7cf3
commit b8d98ffce4

View File

@@ -389,7 +389,7 @@ export default class DistributionGoods extends Component {
console.log(list)
return (
<SpPage className='page-distribution-shop'>
<SpPage className='page-distribution-shop' renderFooter={<AtTabBar fixed tabList={tabList} onClick={this.handleClick} current={localCurrent} />}>
<View>
<SpNavBar title='推广商品' leftIconType='chevron-left' fixed='true' />
<SpSearchBar
@@ -438,7 +438,6 @@ export default class DistributionGoods extends Component {
)}
</ScrollView>
<SpToast />
<AtTabBar fixed tabList={tabList} onClick={this.handleClick} current={localCurrent} />
</View>
</SpPage>
)