tapd相关修改更新

This commit is contained in:
GaoHao
2025-03-19 18:19:34 +08:00
parent 994cf8bf2b
commit f01bc839f7
53 changed files with 1084 additions and 1032 deletions

View File

@@ -44,7 +44,8 @@
total: 0,
query: {
orderNo: "",
platformType: "APP",
userId: "",
platformType: "",
page: 1,
pageSize: 10,
startTime: today.start,
@@ -54,7 +55,9 @@
})
onLoad((opt)=>{
if( opt.type == 'user' && opt.userId ) {
pageData.query.userId = opt.userId
}
})
onShow(init)
onPullDownRefresh(()=>{