|
@@ -342,7 +342,7 @@
|
|
|
isshow: false,
|
|
|
token: GetRequest().token ? GetRequest().token:'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyYW5kb20iOiI1MTc5OSIsImNsaWVudCI6IjAiLCJleHAiOjE2NDAyMzY0NjQsInVzZXJuYW1lIjoiYWRtaW4ifQ.M8qTMKfMQjKjQ1uAu1M-ty8HRRmWJgq7ED1Kbhu4p4Q',
|
|
|
topic: {},
|
|
|
- rewardList: [],
|
|
|
+ rewardList: [{surfaceName:'1221',receiveStatus:0,id:1},{surfaceName:'1221',receiveStatus:1,id:12}],
|
|
|
queryParams: {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10
|
|
@@ -355,16 +355,16 @@
|
|
|
total: 0,
|
|
|
shareInfo: {},
|
|
|
defaultImg: 'this.src="' + "../static/offImg/tou.png" + '"',
|
|
|
- actStatus: 0, //0活动状态 1开始
|
|
|
+ actStatus: 1, //0活动状态 1开始
|
|
|
marqueeList: [],
|
|
|
|
|
|
},
|
|
|
created() {
|
|
|
- this.getAwardPage(); //获取奖励列表
|
|
|
+ // this.getAwardPage(); //获取奖励列表
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.getActDetail();
|
|
|
- this.getMarquee(); //跑马灯
|
|
|
+ // this.getActDetail();
|
|
|
+ // this.getMarquee(); //跑马灯
|
|
|
|
|
|
//this.getList();
|
|
|
|