Procházet zdrojové kódy

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

许静 před 5 roky
rodič
revize
0e09ac126d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/pages/shop/index.js

+ 1
- 1
src/pages/shop/index.js Zobrazit soubor

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