|
@@ -113,7 +113,6 @@ export default {
|
|
|
ticketBoxDetail({ boxId: this.boxId })
|
|
|
.then((res) => {
|
|
|
this.loading = false;
|
|
|
- console.log("res", res);
|
|
|
if (res.code == 0) {
|
|
|
let data = res.data;
|
|
|
this.info = {
|
|
@@ -128,7 +127,6 @@ export default {
|
|
|
});
|
|
|
});
|
|
|
this.awardsList = data.awardsList;
|
|
|
- console.log('this.awardsList', this.awardsList)
|
|
|
}
|
|
|
})
|
|
|
.catch(() => {
|