.
This commit is contained in:
parent
e56d98c23b
commit
7487e02a4d
|
|
@ -70,7 +70,7 @@
|
|||
style="font-size: 29.19rpx; color: #6E5B51; margin-left: 31.94rpx; margin-top: 52.78rpx;">共10条搜索结果</text>
|
||||
<!-- 商品列表 -->
|
||||
<view class="grid-container">
|
||||
<home-goods-item v-for="(item, index) in goodsLsit" :key="index" :goods-item="item" />
|
||||
<guyu-home-goods-item v-for="(item, index) in goodsLsit" :key="index" :goods-item="item" />
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
|
@ -81,7 +81,6 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import HomeGoodsItem from '@/components/guyu-home-container/home-goods-item.vue';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user