Commit 4b99ef87d7894e40d767722e96898628017b3c3e
1 parent
b94ceba3
数据格式优化
Showing
1 changed file
with
1 additions
and
4 deletions
src/pages/GuanAIHouse/GuanAIHouse.vue
| ... | ... | @@ -291,11 +291,8 @@ |
| 291 | 291 | |
| 292 | 292 | // 设置banner |
| 293 | 293 | if (datas.banner) { |
| 294 | - this.$set(this, "swipers", { | |
| 295 | - list: datas.banner | |
| 296 | - }); | |
| 294 | + this.$set(this, "swipers", datas.banner); | |
| 297 | 295 | } |
| 298 | - | |
| 299 | 296 | // 设置领头雁简介 |
| 300 | 297 | this.$set(this, "briefs", datas.content); |
| 301 | 298 | ... | ... |