|
|
|
@ -93,6 +93,7 @@ Page({ |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 0, |
|
|
|
qkdat: true, |
|
|
|
sponsor: this.data.searchActive, |
|
|
|
selectedTab:this.data.selectedTab |
|
|
|
} |
|
|
|
this.selectComponent("#state-0").getActivityList(parms) |
|
|
|
@ -147,6 +148,7 @@ Page({ |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 0,//活动列表类型(0-招募令,1-精彩活动)
|
|
|
|
qkdat: true, |
|
|
|
sponsor: this.data.searchActive, |
|
|
|
selectedTab:this.data.selectedTab |
|
|
|
} |
|
|
|
this.selectComponent("#state-0").getActivityList(parms) |
|
|
|
@ -180,6 +182,7 @@ Page({ |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 0,//活动列表类型(0-招募令,1-精彩活动)
|
|
|
|
qkdat: true, |
|
|
|
sponsor: this.data.searchActive, |
|
|
|
selectedTab:e.currentTarget.dataset.tab |
|
|
|
} |
|
|
|
this.selectComponent("#state-0").getActivityList(parms) |
|
|
|
@ -209,6 +212,7 @@ Page({ |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 1,//活动列表类型(0-招募令,1-精彩活动)
|
|
|
|
qkdat: true, |
|
|
|
sponsor: this.data.searchJingcai, |
|
|
|
selectedTab:e.currentTarget.dataset.tab |
|
|
|
} |
|
|
|
this.selectComponent("#state-2").getActivityList(parms) |
|
|
|
@ -235,6 +239,7 @@ Page({ |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 0, |
|
|
|
actId: this.data.actId, |
|
|
|
sponsor: this.data.searchActive, |
|
|
|
selectedTab:this.data.selectedTab |
|
|
|
} |
|
|
|
this.selectComponent("#state-0").updateActivityList(params) |
|
|
|
@ -245,6 +250,7 @@ Page({ |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 1, |
|
|
|
actId: this.data.actId, |
|
|
|
sponsor: this.data.searchJingcai, |
|
|
|
selectedTab:this.data.selectedTab |
|
|
|
} |
|
|
|
this.selectComponent("#state-2").updateActivityList(params) |
|
|
|
@ -427,6 +433,7 @@ Page({ |
|
|
|
pageSize: this.data.pageSize, |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 0, |
|
|
|
sponsor: this.data.searchActive, |
|
|
|
selectedTab:this.data.selectedTab |
|
|
|
} |
|
|
|
this.selectComponent("#state-0").getActivityList(parms) |
|
|
|
@ -450,6 +457,7 @@ Page({ |
|
|
|
pageSize: this.data.pageSize, |
|
|
|
timestamp: getTimestamp(), |
|
|
|
actType: 1, |
|
|
|
sponsor: this.data.searchJingcai, |
|
|
|
selectedTab:this.data.selectedTab |
|
|
|
} |
|
|
|
this.selectComponent("#state-2").getActivityList(parms) |
|
|
|
|