|
|
@@ -759,13 +759,16 @@ export default {
|
|
|
});
|
|
|
|
|
|
|
|
|
- listToLiveNoEnd().then(response => {
|
|
|
- this.liveList = response.rows;
|
|
|
- });
|
|
|
+ // listToLiveNoEnd().then(response => {
|
|
|
+ // this.liveList = response.rows;
|
|
|
+ // });
|
|
|
listReward(this.queryParams1).then(response => {
|
|
|
this.luckyBagList = response.rows;
|
|
|
});
|
|
|
|
|
|
+
|
|
|
+ console.log("listToLiveNoEnd",this.projectFrom);
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
getLuckyBagStatus(content) {
|