修改
This commit is contained in:
parent
9df3c6f1d0
commit
b4da4f6eb4
14
pages.json
14
pages.json
@ -4,13 +4,6 @@
|
|||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://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": {
|
||||||
|
|||||||
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user