Browse Source

首页价格显示优化

test
Enzo 4 years ago
parent
commit
c46f0b947a
  1. 2
      pages/index/index.vue

2
pages/index/index.vue

@ -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

Loading…
Cancel
Save