{
"path": "dynamic/view",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#000000",
"app-plus": {
"subNVues":[{
"id": "comment", // 唯一标识
"path": "pages/community/dynamic/dynamic-comment-list", // 页面路径
"type": "popup",
"style": {
"position": "absolute",
"dock": "bottom",
"width": "750rpx",
"height": "50%",
"background": "transparent",
"bottom": "0"
}
}]
}
}
},

- 发布:2025-04-22 14:30
- 更新:2025-04-22 14:30
- 阅读:48
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 4.57
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: x
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
1
1
预期结果:
1
1
实际结果:
1
1
bug描述:
配置了子窗体后,不会显示差量编译,也不会热重启,这样无法开发。好像是差量编译了,只是不显示而已,这个没深究了,不用子窗体了
0 个回复