This commit is contained in:
曹辉 2023-02-24 14:43:36 +08:00
parent 08d819c522
commit e5c695b936

View File

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