|
|
@@ -35,8 +35,8 @@
|
|
|
<!-- 首页广告内容-->
|
|
|
<HomeConnect/>
|
|
|
<!-- 首页优惠礼包信息-->
|
|
|
-<!-- <GiftPackDiscounts/>-->
|
|
|
- <hr width="1170" style="margin-bottom: 40px">
|
|
|
+ <GiftPackDiscounts/>
|
|
|
+ <!-- <hr width="1170" style="margin-bottom: 40px;">-->
|
|
|
<template v-for="item in goodsListArray">
|
|
|
<GoodsTypeComponent :goods-type="item"/>
|
|
|
<GoodsTypeComponent :goods-type="item"/>
|
|
|
@@ -94,6 +94,7 @@ import GoodsTypeComponent from "../components/GoodsTypeComponent.vue";
|
|
|
|
|
|
import {GoodsInfo, GoodsType} from "../entity/Entity.ts";
|
|
|
import {ref} from 'vue'
|
|
|
+import GiftPackDiscounts from "./GiftPackDiscounts.vue";
|
|
|
|
|
|
let showLogin = ref(false)
|
|
|
|
|
|
@@ -226,7 +227,6 @@ let goodsListArray = ref([
|
|
|
height: 100%;
|
|
|
width: 1170px;
|
|
|
margin: auto auto;
|
|
|
-
|
|
|
display: grid;
|
|
|
grid-template-columns: 135px 1fr 150px;
|
|
|
|