修改
This commit is contained in:
parent
384572601f
commit
9d5596ec76
@ -18,7 +18,7 @@ export function getPatientInfo(id) {
|
||||
//护理站和护理项目分类
|
||||
export function getNurseClassifyList() {
|
||||
return request({
|
||||
url: `/nurseApplet/nearbyNursingStation/getNurseClassifyList?moduleType=NURSE_AGENCY_MODULE`,
|
||||
url: `/nurseApplet/nearbyNursingStation/getNurseClassifyList?moduleType=NURSE_AGENCY_INTRODUCE_MODULE`,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
@ -51,13 +51,14 @@
|
||||
},
|
||||
getHeathHousing() {
|
||||
getHeathHousingList(this.pageNum, this.pageSize).then(res => {
|
||||
res.rows.forEach(e => {
|
||||
e.leadThumbnailUrl = baseurl + e.leadThumbnailUrl
|
||||
})
|
||||
this.informationCategoryVOList = res.rows
|
||||
this.total = res.total
|
||||
})
|
||||
},
|
||||
change() {
|
||||
|
||||
},
|
||||
change() {},
|
||||
},
|
||||
onPageScroll(e) {
|
||||
this.scrollTop = e.scrollTop;
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
{{item.classifyName}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" v-if='nurseItemClassifyInfoList.length>8'>
|
||||
<view class="item" v-if='nurseItemClassifyInfoList.length>=8'>
|
||||
<image src="../../static/gd.png" mode=""></image>
|
||||
<view class="title">
|
||||
更多
|
||||
|
||||
Loading…
Reference in New Issue
Block a user