7***@qq.com
7***@qq.com
  • 发布:2021-08-31 15:15
  • 更新:2021-08-31 15:15
  • 阅读:269

原生导航栏tags属性绘制按钮

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: win10

HBuilderX类型: 正式

HBuilderX版本号: 3.2.5

手机系统: Android

手机系统版本号: Android 11

手机厂商: 华为

手机机型: 任何型号

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

"titleNView":{
"tags" : [
{
"tag" : "img",
"src" : "/static/mine/set.png",
"position" : {
"right" : "52px",
"top" : "auto",
"width" : "21px",
"height" : "19px"
}
},
{
"tag" : "img",
"src" : "/static/mine/service.png",
"position" : {
"right" : "10px",
"top" : "auto",
"width" : "21px",
"height" : "20px"
}
}
],

操作步骤:

"tags" : [
{
"tag" : "img",
"src" : "/static/mine/set.png",
"position" : {
"right" : "52px",
"top" : "auto",
"width" : "21px",
"height" : "19px"
}
},
{
"tag" : "img",
"src" : "/static/mine/service.png",
"position" : {
"right" : "10px",
"top" : "auto",
"width" : "21px",
"height" : "20px"
}
}
],

预期结果:

使用tag绘制按钮之后,可以监听按钮的点击事件

实际结果:

使用tag绘制按钮之后,无法监听按钮的点击事件

bug描述:

系统导航栏设置tag属性之后,在导航栏绘制按钮,无法监听按钮的点击事件

2021-08-31 15:15 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复