修改
This commit is contained in:
parent
465aba910b
commit
597be6905d
@ -1,6 +1,6 @@
|
||||
import request from "../request.js"
|
||||
|
||||
//健康咨询
|
||||
//齐鲁名医
|
||||
export function selectDepartment(pageNum,pageSize) {
|
||||
return request({
|
||||
url: `/nurseApp/healthConsultation/selectDepartment?pageNum=${pageNum}&pageSize=${pageSize}`,
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
this.getHeathHousing();
|
||||
},
|
||||
methods: {
|
||||
//跳转健康咨询item
|
||||
//跳转item
|
||||
gohealthitem(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
|
||||
|
||||
@ -37,8 +37,9 @@
|
||||
<view class="detailtitle">
|
||||
<view class="Introduction">服务详情:</view>
|
||||
<!-- <u-parse :html="list.nurseItemContent"></u-parse> -->
|
||||
<view class="textInfo" v-if="list.nurseItemContent" v-html="list.nurseItemContent">
|
||||
</view>
|
||||
<u-parse :html="list.nurseItemContent"></u-parse>
|
||||
<!-- <view class="textInfo" v-if="list.nurseItemContent" v-html="list.nurseItemContent">
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="bottomcontent">
|
||||
<view class="appoinprice" v-if="list.totalPrice">
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<view class="item" @tap="gomedicine">
|
||||
<image src="../../static/jkzx.png" mode=""></image>
|
||||
<view class="title">
|
||||
健康咨询
|
||||
齐鲁名医
|
||||
</view>
|
||||
</view>
|
||||
<view class="item" @tap='godiseasemanagement'>
|
||||
@ -162,13 +162,13 @@
|
||||
ended() {
|
||||
this.autoplay = true
|
||||
},
|
||||
//跳转健康咨询item
|
||||
//跳转item
|
||||
gohealthitem(item) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/Healthitem/Healthitem?item=${encodeURIComponent(JSON.stringify(item))}`
|
||||
})
|
||||
},
|
||||
//健康咨询
|
||||
//齐鲁名医
|
||||
getHeathHousing() {
|
||||
getHeathHousingList(this.pageNum, this.pageSize).then(res => {
|
||||
if (res.rows) {
|
||||
@ -205,7 +205,7 @@
|
||||
url: '/pages/diseasemanagement/diseasemanagement'
|
||||
})
|
||||
},
|
||||
//健康咨询
|
||||
//齐鲁名医
|
||||
gomedicine() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/medicine/medicine'
|
||||
|
||||
@ -49,7 +49,8 @@
|
||||
.swiper {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
left: 2%;
|
||||
width: 96%;
|
||||
height: 380rpx;
|
||||
z-index: 999;
|
||||
|
||||
@ -76,7 +77,7 @@
|
||||
}
|
||||
|
||||
.hospital {
|
||||
width: 97%;
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<swiper :indicator-dots="false" indicator-color='#fff' indicator-active-color='#0086d6' :autoplay="autoplay"
|
||||
:interval="2000" :duration="1000" class="swiper-box" :circular='true' @change="swiperChange">
|
||||
<swiper-item v-for="(item ,index) in swiperImgUrls" :key="index">
|
||||
<view class="swiper-item" v-show="!splits(item)" wx-if="{item}">
|
||||
<view class="swiper-item" v-show="!splits(item)" wx-if="{item}" @tap='goConsultationDetails'>
|
||||
<image v-if="item" :src="item" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="swiper-item" v-show="splits(item)" v-if="item">
|
||||
@ -158,7 +158,7 @@
|
||||
this.selectHospitalPersonInfo();
|
||||
}
|
||||
},
|
||||
//健康咨询科室
|
||||
//齐鲁名医科室
|
||||
selectDepartmentinfo() {
|
||||
this.DepartmentpageNum = 1
|
||||
this.swiperImgUrls = []
|
||||
@ -257,6 +257,11 @@
|
||||
url: '/pages/information/information'
|
||||
})
|
||||
},
|
||||
goConsultationDetails() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/ConsultationDetails/ConsultationDetails'
|
||||
})
|
||||
},
|
||||
},
|
||||
onLoad() {
|
||||
this.DepartmentpageNum = 1
|
||||
|
||||
@ -402,7 +402,7 @@
|
||||
success: function(res) {
|
||||
if (res.tapIndex + 1 == 1) {
|
||||
uni.makePhoneCall({
|
||||
phoneNumber: that.list.phone //仅为示例
|
||||
phoneNumber: that.list.dutyPhone //仅为示例
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
BIN
static/yuyue.png
Normal file
BIN
static/yuyue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in New Issue
Block a user