Merge branch 'main' of https://gitea.lihaink.cn/sjeam/digital_village_uni
Some checks are pending
Auto Merge Main to Other Branches / Merge main into i18n (push) Waiting to run
Auto Merge Main to Other Branches / Merge main into base-sard-ui (push) Waiting to run

This commit is contained in:
mkm 2025-09-06 18:11:56 +08:00
commit 70c4ed5d19

View File

@ -148,7 +148,13 @@
<view class="py-2">
<wd-card custom-class="card-content">
<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 class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
@ -270,7 +276,13 @@
<view class="py-2">
<wd-card custom-class="card-content">
<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 class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
{{ item.title }}发放接口连接啊发生金坷拉激发
@ -314,6 +326,7 @@
:width="'100%'"
:height="'100%'"
radius="20rpx"
mode="center"
:src="item.cover"
alt="joy"
/>
@ -358,7 +371,13 @@
<view class="py-2" @click="goPage(item)">
<wd-card custom-class="card-content">
<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 class="ps-2 pt-2 font-size-4 font-bold color-black ellipsis">
{{ item.title }}
@ -425,7 +444,7 @@ export default defineComponent({
},
async onLoad(option) {
this.getBanner()
this.getProduct(30)
this.getProduct(38)
this.getArticle()
},
methods: {