|
|
|
@ -156,7 +156,7 @@ |
|
|
|
this.$http(this.API.API_INDEX).then(res => { |
|
|
|
this.notice = res.data?.notice |
|
|
|
this.hot_list = res.data?.hots |
|
|
|
this.hot_number = parseInt(this.hot_list[0].price) |
|
|
|
this.hot_number = this.hot_list[0].price |
|
|
|
this.banner = res.data?.slide |
|
|
|
this.channel_list = res.data?.my_channels |
|
|
|
this.home_ad1 = res.data?.special |
|
|
|
|