|
@@ -60,12 +60,16 @@
|
|
<image class="w-9rpx" src="@/static/images/right.svg" mode="widthFix"></image>
|
|
<image class="w-9rpx" src="@/static/images/right.svg" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <HotTags v-model:current-tag="currentTag"></HotTags>
|
|
|
|
+ <ProductList></ProductList>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<tabbar />
|
|
<tabbar />
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
|
|
+ import HotTags from '@/components/hot-tags/hot-tags.vue'
|
|
|
|
+ import ProductList from '@/components/product-list/product-list.vue'
|
|
import { t } from '@/locale'
|
|
import { t } from '@/locale'
|
|
import CateImg1 from '@/static/temp/cate-1.png'
|
|
import CateImg1 from '@/static/temp/cate-1.png'
|
|
import CateImg2 from '@/static/temp/cate-2.png'
|
|
import CateImg2 from '@/static/temp/cate-2.png'
|
|
@@ -77,6 +81,7 @@
|
|
})
|
|
})
|
|
|
|
|
|
const current = ref(0)
|
|
const current = ref(0)
|
|
|
|
+ const currentTag = ref(0)
|
|
|
|
|
|
const swiperList = ref([
|
|
const swiperList = ref([
|
|
'https://t.xiaoyaotravel.com/image/TourImComplait/messageContent/696b679508664bb4bceb6cc6b06d0cdc.png',
|
|
'https://t.xiaoyaotravel.com/image/TourImComplait/messageContent/696b679508664bb4bceb6cc6b06d0cdc.png',
|