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

s***@foxmail.com
- 发布:2025-03-17 13:17
- 更新:2025-03-17 14:13
- 阅读:43
1 个回复
爱豆豆 - 办法总比困难多
改为title试试
复制代码
uni.showActionSheet({ title:'测试文案', itemList: ['A', 'B', 'C'], success: function (res) { console.log('选中了第' + (res.tapIndex + 1) + '个按钮'); }, fail: function (res) { console.log(res.errMsg); } });