修改了查询推广码下的结算记录
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user