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