页面代码在附件里。
pages.json里的页面配置:
{
"path" : "pages/live-video/live-video",
"style" : {
"navigationBarTitleText":"",
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue667",
"fontSrc":"/static/font_eibktlmzo5/iconfont.ttf",
"fontSize": "36rpx",
"width": "40px",
"float": "right"
}
]
},
"subNVues":[
{
"id": "concat", // 唯一标识
"path": "pages/live-video/subnvue/subnvue", // 页面路径
"type": "popup",
"style": {
"width": "100%",
"height": "451rpx",
"position": "absolute",
"bottom":"0"
}
},
{
"id": "concatHB", // 唯一标识
"path": "pages/live-video/subnvue/subnvueHB", // 页面路径
"type": "popup",
"style": {
"width": "690rpx",
"height": "1134rpx",
"margin": "auto",
"bottom":"130rpx",
"background": "transparent"
}
}
]
}
}
}