commission--yt-commit

This commit is contained in:
2025-06-05 22:27:57 +08:00
parent e2182c8248
commit 8a3a6dde23
9 changed files with 93 additions and 67 deletions

View File

@ -22,9 +22,11 @@ Page({
gotoSubSettlement(e) {
const projectId = e.currentTarget.dataset.id;
const url = e.currentTarget.dataset.url;
const name = e.currentTarget.dataset.name;
wx.navigateTo({
url: `/pages/projectModule/settlement/settlement?id=${projectId}`,
url: `/pages/projectModule/settlement/settlement?id=${projectId}&picurl=${url}&name=${name}`,
})
},
@ -37,7 +39,7 @@ Page({
Authorization: wx.getStorageSync('token')
},
success: res => {
// console.log(res.data);
console.log('项目列表---->',res.data);
if(res.data.code === 1) {
this.setData({
userProjectList: res.data.data

View File

@ -25,7 +25,7 @@
/>
<text class="ml-4 font_3">推广码</text>
</view>
<view class="ml-14 flex-row items-center section equal-division-item_2" bind:tap="gotoSubSettlement" data-id="{{ item.projectId }}">
<view class="ml-14 flex-row items-center section equal-division-item_2" bind:tap="gotoSubSettlement" data-id="{{ item.projectId }}" data-url="{{ item.projectImage }}" data-name="{{ item.projectName }}">
<image
class="shrink-0 image_4"
src="./images/jsmx.png"