This commit is contained in:
曹辉 2023-02-24 14:45:40 +08:00
parent 9df3c6f1d0
commit b4da4f6eb4
2 changed files with 23 additions and 15 deletions

View File

@ -4,13 +4,6 @@
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠卷",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/Personal/Personal", "path": "pages/Personal/Personal",
"style": { "style": {
"navigationBarTitleText": "个人中心", "navigationBarTitleText": "个人中心",
@ -18,6 +11,13 @@
"navigationBarBackgroundColor": "#ffffff", "navigationBarBackgroundColor": "#ffffff",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠卷",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, { }, {
"path": "pages/integral/integral", "path": "pages/integral/integral",
"style": { "style": {

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',
extraData: {
from: 'qy'
},
success(res) {
console.log(res)
}
}) })
// uni.navigateTo({
// url: '/pages/diseasemanagement/diseasemanagement'
// })
}, },
// //
gomedicine() { gomedicine() {
@ -367,11 +378,8 @@
position: absolute; position: absolute;
top: 20rpx; top: 20rpx;
left: 0; left: 0;
width: 50%; width: 65%;
font-size: 30rpx; font-size: 30rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
} }
} }