hmp 4 лет назад
Родитель
Сommit
078c1c90da
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      components/poster/poster.vue

+ 3 - 1
components/poster/poster.vue

@@ -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() {