|
@@ -241,7 +241,7 @@ export default class Shop extends Component {
|
241
|
241
|
<AtTabs scroll tabDirection='horizontal' current={current} tabList={goodsBuilding} onClick={this.handleClick.bind(this)}>
|
242
|
242
|
|
243
|
243
|
{goodsBuilding.map((l_item, index) => (
|
244
|
|
- <AtTabsPane current={current} key={index} index={index} >
|
|
244
|
+ <AtTabsPane current={current} key={`pane-${index}`} index={index} >
|
245
|
245
|
<View>
|
246
|
246
|
{
|
247
|
247
|
goodsList.map(item => (
|