Commit cbcef9de8b1644d655fc88e399c3520282e9efa3
1 parent
3b35d37b
优选库——优选首页,积分商城模块,点击商品跳转积分商城首页~
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/optimization2/optimization2.vue
| ... | ... | @@ -105,7 +105,7 @@ |
| 105 | 105 | <div class="list-box"> |
| 106 | 106 | |
| 107 | 107 | <!-- 商品展示样式 2 --> |
| 108 | - <goods-item-2 class="item" v-for="(item, index) in pointsLists" :key="index" @jump="pointsDetail" | |
| 108 | + <goods-item-2 class="item" v-for="(item, index) in pointsLists" :key="index" @jump="pointsMore" | |
| 109 | 109 | :item="item" |
| 110 | 110 | pid="5"> |
| 111 | 111 | </goods-item-2> | ... | ... |