修改了查询推广码下的结算记录

This commit is contained in:
2025-06-16 16:16:50 +08:00
parent 8ea2d7a89e
commit a48fa01050

View File

@ -32,7 +32,7 @@ Page({
fetchSettlementData() {
const token = wx.getStorageSync('token'); // 从本地存储获取 token
const data = {
id: 5
id: this.data.id
};
wx.request({
url: baseUrl + '/projectSettlement/query/settle',