소스 검색

Merge branch 'v4' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into v4

许静 5 년 전
부모
커밋
0e09ac126d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/shop/index.js

+ 1
- 1
src/pages/shop/index.js 파일 보기

@@ -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 => (