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