页面
This commit is contained in:
parent
d673fcb82b
commit
b5e604e5b2
@ -148,7 +148,13 @@
|
|||||||
<view class="py-2">
|
<view class="py-2">
|
||||||
<wd-card custom-class="card-content">
|
<wd-card custom-class="card-content">
|
||||||
<view style="height: 200rpx; width: 300rpx">
|
<view style="height: 200rpx; width: 300rpx">
|
||||||
<wd-img radius="20rpx" :width="'100%'" :height="'100%'" :src="item.image" />
|
<wd-img
|
||||||
|
radius="20rpx"
|
||||||
|
:width="'100%'"
|
||||||
|
:height="'100%'"
|
||||||
|
mode="center"
|
||||||
|
:src="item.image"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<view class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
|
<view class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
|
||||||
@ -270,7 +276,13 @@
|
|||||||
<view class="py-2">
|
<view class="py-2">
|
||||||
<wd-card custom-class="card-content">
|
<wd-card custom-class="card-content">
|
||||||
<view style="height: 200rpx">
|
<view style="height: 200rpx">
|
||||||
<wd-img radius="20rpx" :width="'100%'" :height="'100%'" :src="item.cover" />
|
<wd-img
|
||||||
|
radius="20rpx"
|
||||||
|
:width="'100%'"
|
||||||
|
mode="center"
|
||||||
|
:height="'100%'"
|
||||||
|
:src="item.cover"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
|
<view class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
|
||||||
{{ item.title }}发放接口连接啊发生金坷拉激发
|
{{ item.title }}发放接口连接啊发生金坷拉激发
|
||||||
@ -314,6 +326,7 @@
|
|||||||
:width="'100%'"
|
:width="'100%'"
|
||||||
:height="'100%'"
|
:height="'100%'"
|
||||||
radius="20rpx"
|
radius="20rpx"
|
||||||
|
mode="center"
|
||||||
:src="item.cover"
|
:src="item.cover"
|
||||||
alt="joy"
|
alt="joy"
|
||||||
/>
|
/>
|
||||||
@ -358,7 +371,13 @@
|
|||||||
<view class="py-2" @click="goPage(item)">
|
<view class="py-2" @click="goPage(item)">
|
||||||
<wd-card custom-class="card-content">
|
<wd-card custom-class="card-content">
|
||||||
<view style="height: 200rpx">
|
<view style="height: 200rpx">
|
||||||
<wd-img radius="20rpx" :width="'100%'" :height="'100%'" :src="item.cover" />
|
<wd-img
|
||||||
|
radius="20rpx"
|
||||||
|
:width="'100%'"
|
||||||
|
:height="'100%'"
|
||||||
|
mode="center"
|
||||||
|
:src="item.cover"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
|
<view class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
|
||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
@ -425,7 +444,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
async onLoad(option) {
|
async onLoad(option) {
|
||||||
this.getBanner()
|
this.getBanner()
|
||||||
this.getProduct(30)
|
this.getProduct(38)
|
||||||
this.getArticle()
|
this.getArticle()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user