master
王文杰 7 months ago
parent 3e15ee72d2
commit 8d643681f6

@ -26,6 +26,21 @@ const leiList = [
name: '废塑料', name: '废塑料',
}, },
] ]
const bannerList = [
{
id: '1',
imgUrl: '/static/images/banner1.jpg',
hrefUrl: '1013001',
type: '1',
},
{
id: '2',
imgUrl: '/static/images/banner1.jpg',
hrefUrl: '1019000',
type: '1',
},
]
const siteInfo = ref({}) const siteInfo = ref({})
const rateValue = ref(5) const rateValue = ref(5)
const isLoading = ref(true) const isLoading = ref(true)
@ -57,6 +72,7 @@ onLoad((options) => {
<template> <template>
<view class="site-detail"> <view class="site-detail">
<template v-if="!isLoading"> <template v-if="!isLoading">
<XtxSwiper :list="bannerList" />
<view class="cont"> <view class="cont">
<view class="info"> <view class="info">
<view class="hd"> <view class="hd">

Loading…
Cancel
Save