|
@@ -135,7 +135,7 @@
|
|
|
</i-Col>
|
|
</i-Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
<Row type="flex" align="middle" class="searchBox padd-15 mar-b-10"
|
|
<Row type="flex" align="middle" class="searchBox padd-15 mar-b-10"
|
|
|
- v-for="(ls,ind) in shopList.reverse()" :key="ls.id">
|
|
|
|
|
|
|
+ v-for="(ls,ind) in shopList" :key="ls.id">
|
|
|
<i-Col span="8">
|
|
<i-Col span="8">
|
|
|
<div class="flex itemStart">
|
|
<div class="flex itemStart">
|
|
|
<img :src="ls.image" class="shopImg">
|
|
<img :src="ls.image" class="shopImg">
|