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 @@
import { baseUrl } from "../../../request"
import { baseUrl, globalImgUrl } from "../../../request"
// pages/projectModule/userProject/userProject.js
Page({
@ -9,6 +9,7 @@ Page({
data: {
userProjectList: [],
globalImgUrl,
},
/**

View File

@ -5,7 +5,7 @@
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="{{ item.projectImage }}"
src="{{ globalImgUrl + item.projectImage }}"
/>
<view class="ml-18 flex-col shrink-0 group">
<text class="font">{{ item.projectName }}</text>