修改
This commit is contained in:
parent
08d819c522
commit
e5c695b936
@ -173,8 +173,9 @@
|
||||
e.image = baseurl + e.posterPictureUrl
|
||||
this.swiperImgUrls.push(e.image)
|
||||
})
|
||||
if(res.data.poserInfoList[0].video){
|
||||
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0].posterVideoUrl
|
||||
if (res.data.poserInfoList[0].video) {
|
||||
res.data.poserInfoList[0].video = baseurl + res.data.poserInfoList[0]
|
||||
.posterVideoUrl
|
||||
this.swiperImgUrls.push(res.data.poserInfoList[0].video)
|
||||
}
|
||||
}
|
||||
@ -187,9 +188,19 @@
|
||||
},
|
||||
//专病管理
|
||||
godiseasemanagement() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/diseasemanagement/diseasemanagement'
|
||||
uni.navigateToMiniProgram({
|
||||
appId: 'wxa690d053c34ceebd',
|
||||
path: '/pages/index/index?id=123',
|
||||
extraData: {
|
||||
from: 'qy'
|
||||
},
|
||||
success(res) {
|
||||
console.log(res)
|
||||
}
|
||||
})
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/diseasemanagement/diseasemanagement'
|
||||
// })
|
||||
},
|
||||
//健康咨询
|
||||
gomedicine() {
|
||||
@ -266,6 +277,7 @@
|
||||
.app {
|
||||
padding: 100rpx 0 0 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
.swiper-block {
|
||||
height: 500rpx;
|
||||
width: 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user