登录注册/数据分析

This commit is contained in:
comlibmb
2026-01-22 21:15:02 +08:00
parent 75fad97d5d
commit fdbee0fa32
41 changed files with 5812 additions and 2102 deletions

View File

@@ -428,7 +428,7 @@ function changeTrendPeriod(period: string) {
function viewReportDetail(reportId: string) {
uni.navigateTo({
url: `/pages/mall/analytics/report-detail?id=${reportId}`
url: `/pages/mall/analytics/report-detail?reportId=${reportId}`
})
}