添加的功能:查看推广码对应的结算记录

This commit is contained in:
2025-06-09 19:08:32 +08:00
parent 38ba528f76
commit c0c6b5b61a
23 changed files with 131 additions and 86 deletions

View File

@ -1,4 +1,5 @@
const { baseUrl } = require('../../../request');
import { globalImgUrl } from '../../../request';
Page({
/**
@ -13,7 +14,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">