修改
This commit is contained in:
parent
bd1bb30a83
commit
cc7712182e
@ -12,7 +12,7 @@
|
||||
{{item.classifyName}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" v-if='nurseItemClassifyInfoList.length>=8'>
|
||||
<view class="item" v-if='nurseItemClassifyInfolength>=8'>
|
||||
<image src="../../static/gd.png" mode=""></image>
|
||||
<view class="title">
|
||||
更多
|
||||
@ -78,6 +78,7 @@
|
||||
nurseAgencyClassifyInfoList: [], //护理站分类
|
||||
conNewcurrent: 0,
|
||||
nurseItemClassifyInfoList: [], //护理项目分类
|
||||
nurseItemClassifyInfolength: 0,
|
||||
lbinfo: [], //轮播list
|
||||
nursestationlist: [],
|
||||
mask: false,
|
||||
@ -120,6 +121,7 @@
|
||||
res.data.poserInfoList.forEach(e => {
|
||||
e.image = baseurl + e.posterPictureUrl
|
||||
})
|
||||
this.nurseItemClassifyInfolength = res.data.nurseItemClassifyInfoList.length
|
||||
this.lbinfo = res.data.poserInfoList
|
||||
this.nurseItemClassifyInfoList = res.data.nurseItemClassifyInfoList.slice(0, 7)
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user