This commit is contained in:
曹辉 2023-02-20 17:08:22 +08:00
parent 384572601f
commit 9d5596ec76
3 changed files with 6 additions and 5 deletions

View File

@ -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'
}) })
} }

View File

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

View File

@ -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">
更多 更多