完成第一部分

This commit is contained in:
2025-05-29 00:47:08 +08:00
parent bc4ea87cab
commit fc3ba7e04b
26 changed files with 754 additions and 111 deletions

View File

@ -85,7 +85,7 @@ Page({
// “结算明细”跳转
goToSettlementDetail() {
wx.navigateTo({
url: '/pages/settlementDetail/settlementDetail' // 替换为你的页面路径
url: '/pages/projectModule/subSettlement/subSettlement' // 替换为你的页面路径
});
},