统一排行榜页:四角色七时段,对接 phbhqsj 新接口

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-06-27 00:40:42 +08:00
parent 29b8f303b3
commit a21b1d2426
8 changed files with 1191 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// 已合并到统一排行榜页,保留路由兼容
Page({
onLoad() {
wx.redirectTo({ url: '/pages/dashoupaihang/dashoupaihang?type=shangjia' })
},
})