阿良1024
阿良1024
  • 发布:2023-04-01 09:46
  • 更新:2023-04-03 19:16
  • 阅读:206

【报Bug】快手小程序无法获取button的dataset

分类:uni-app

产品分类: uniapp/小程序

PC开发环境操作系统: Mac

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

HBuilderX类型: 正式

HBuilderX版本号: 3.7.9

第三方开发者工具版本号: 1.26.1

基础库版本号: 1.54.0

项目创建方式: HBuilderX

操作步骤:
                        <button open-type="share"  data-post-id="999">  
                            ↗️  
                        </button>  
                        <button open-type="share"  data-post-id="999">  
                            <uni-icons class="interact" size="26" type="paperplane"></uni-icons>  
                        </button>

预期结果:

在onShareAppMessage打印event,第一个button能正确拿到dataset,第二个button出现了不明字符

实际结果:

在onShareAppMessage打印event,第一个button能正确拿到dataset,第二个button出现了不明字符

bug描述:

                        <button open-type="share"  data-post-id="999">  
                            ↗️  
                        </button>  
                        <button open-type="share"  data-post-id="999">  
                            <uni-icons class="interact" size="26" type="paperplane"></uni-icons>  
                        </button>

在onShareAppMessage打印event,第一个button能正确拿到dataset,第二个button出现了不明字符

2023-04-01 09:46 负责人:无 分享
已邀请:
DCloud_UNI_WZF

DCloud_UNI_WZF

快手小程序问题,快手小程序社区反馈

要回复问题请先登录注册