tapd相关修改更新
This commit is contained in:
@@ -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(()=>{
|
||||
|
||||
Reference in New Issue
Block a user