cxz-lastest-commit

This commit is contained in:
2025-06-04 07:34:05 +08:00
parent 1067eb8c72
commit 80923c3d66
5 changed files with 17 additions and 19 deletions

View File

@ -59,7 +59,7 @@ Page({
const projectId = e.currentTarget.dataset.id;
// 带上 id 跳转到详情页(路径按你的项目结构调整)
wx.navigateTo({
url: `/pages/projectModule/projectDetail/projectDetail?id=${projectId}`
url: `/pages/projectModule/projectDetail/projectDetail?id=${projectId}&isPromo=0`
});
},
});

View File

@ -53,7 +53,7 @@
/* 结算周期背景 */
.text-wrapper {
padding: 7.5rpx 0;
padding: 10.5rpx 0;
background-color: #ffebeb;
border-radius: 9.38rpx;
width: 112.5rpx;