替换图片

This commit is contained in:
zhouyanli
2026-04-20 17:47:48 +08:00
parent e6c6e2c291
commit b0d90c27db
7 changed files with 7 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
<up-row justify="space-between" customStyle="margin-bottom: 10px"> <up-row justify="space-between" customStyle="margin-bottom: 10px">
<up-col span="4"> <up-col span="4">
<view class="info-image-left"> <view class="info-image-left">
<image src="/static/logo.png" style="width: 100%;height: 100%;"></image> <image src="/static/首页/activity-img.png" style="width: 100%;height: 100%;"></image>
</view> </view>
</up-col> </up-col>
<up-col span="8"> <up-col span="8">

View File

@@ -126,7 +126,7 @@
<up-row justify="space-between" customStyle="margin-bottom: 10px"> <up-row justify="space-between" customStyle="margin-bottom: 10px">
<up-col span="4"> <up-col span="4">
<view class="demo-layout bg-purple-light activity-img"> <view class="demo-layout bg-purple-light activity-img">
<image src="/static/logo.png" style="width: 100%;height: 100%;"></image> <image src="/static/首页/activity-img.png" style="width: 100%;height: 100%;"></image>
</view> </view>
</up-col> </up-col>
<up-col span="10"> <up-col span="10">

View File

@@ -26,8 +26,8 @@
推动工作的强大力量以实干担当不断开创中国特色大国外交新局面 推动工作的强大力量以实干担当不断开创中国特色大国外交新局面
</view> </view>
<view class="articleimg"> <view class="articleimg">
<image src="/static/bannar1.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image> <image src="/static/首页/notice-1.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image>
<image src="/static/bannar1.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image> <image src="/static/首页/notice-2.png" mode="" style="width: 100%;height: 100%;border-radius: 20rpx;"></image>
</view> </view>
</view> </view>

View File

@@ -121,6 +121,9 @@ const repairList = computed(() => {
statusText = '已完成', statusText = '已完成',
statusClass = 'completed' statusClass = 'completed'
} }
// const imgList = ref([
// {img:'/static/shouye'},
// ])
// 原始数据 // 原始数据
const mockData = [ const mockData = [
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB