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