|
|
@@ -74,10 +74,12 @@
|
|
|
activeId:this.activeId
|
|
|
}
|
|
|
this.$api.poster.list(params).then(res=>{
|
|
|
- const records=res.data.records
|
|
|
+ const records=res.data.data.records
|
|
|
+ console.log("123");
|
|
|
if (this.$isNotEmpty(records)) {
|
|
|
this.posterParams=records[0]
|
|
|
}
|
|
|
+ console.log(this.posterParams,"/******");
|
|
|
})
|
|
|
},
|
|
|
goLottery() {
|