s***@foxmail.com
s***@foxmail.com
  • 发布:2025-03-17 13:17
  • 更新:2025-06-17 10:53
  • 阅读:116

uni.showActionSheet的alertText参数在微信小程序无效

分类:uni-app

换成wx.showActionSheet能正常显示文案

2025-03-17 13:17 负责人:无 分享
已邀请:
爱豆豆

爱豆豆 - 办法总比困难多

改为title试试

uni.showActionSheet({  
    title:'测试文案',  
    itemList: ['A', 'B', 'C'],  
    success: function (res) {  
        console.log('选中了第' + (res.tapIndex + 1) + '个按钮');  
    },  
    fail: function (res) {  
        console.log(res.errMsg);  
    }  
});
DCloud_UNI_JBB

DCloud_UNI_JBB

这个要真机调试才有效,开发者工具里实测是不生效的。

要回复问题请先登录注册