Commit fd4db3eb48c22c1ad12da75dd89c70bc221bee5c
1 parent
684cb14b
消息
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/orderMessage/index.vue
| ... | ... | @@ -38,7 +38,7 @@ |
| 38 | 38 | </ul> |
| 39 | 39 | <div class="nwwest-roll news-wrap" id="nwwest-roll"> |
| 40 | 40 | <ul id="roll-ul"> |
| 41 | - <li v-for="item in list" ref="rollul" :class="{anim:animate==true}"> | |
| 41 | + <li v-for="(item,index) in list" ref="rollul" :class="{anim:animate==true}" :key="index"> | |
| 42 | 42 | <div :title="item.orderId">{{item.orderId}}</div> |
| 43 | 43 | <div :title="item.plName">{{item.plName}}</div> |
| 44 | 44 | <div :title="item.orderActFee">{{item.orderActFee|formatMoney}}</div> | ... | ... |