commission--yt-commit

This commit is contained in:
2025-06-09 19:33:21 +08:00
parent a576bacae2
commit 179f70b65d
9 changed files with 24 additions and 9 deletions

View File

@ -1,4 +1,4 @@
const { baseUrl } = require('../../../request');
const { baseUrl, globalImgUrl } = require('../../../request');
Page({
/**
@ -13,7 +13,8 @@ Page({
'./images/banner.png'
],
// 后端返回的项目列表
items: []
items: [],
globalImgUrl
},
/**

View File

@ -28,7 +28,7 @@
<!-- 项目图片 -->
<image
class="image_2"
src="{{item.projectImage}}"
src="{{globalImgUrl + item.projectImage}}"
mode="aspectFill"
/>
<view class="ml-14 flex-row items-end">