commission--yt-commit
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user