uni.showActionSheet({
itemList:['拍摄', '从相册选择']
success: function (res) {
console.log('选中了第' + (res.tapIndex + 1) + '个按钮');
},
fail: function (res) {
console.log(res.errMsg);
}
});
- 发布:2024-05-09 10:36
- 更新:2024-05-09 10:36
- 阅读:156
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10
HBuilderX类型: 正式
HBuilderX版本号: 4.15
手机系统: iOS
手机系统版本号: iOS 15
手机厂商: 苹果
手机机型: iPhone X
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.showActionSheet({
itemList:['拍摄', '从相册选择']
success: function (res) {
console.log('选中了第' + (res.tapIndex + 1) + '个按钮');
},
fail: function (res) {
console.log(res.errMsg);
}
});
uni.showActionSheet({
itemList:['拍摄', '从相册选择']
success: function (res) {
console.log('选中了第' + (res.tapIndex + 1) + '个按钮');
},
fail: function (res) {
console.log(res.errMsg);
}
});
预期结果:
IOS APP uni.showActionSheet()方法弹窗上面没有留白
IOS APP uni.showActionSheet()方法弹窗上面没有留白
实际结果:
IOS APP uni.showActionSheet()方法弹窗上面有留白
IOS APP uni.showActionSheet()方法弹窗上面有留白
bug描述:
IOS APP uni.showActionSheet()方法弹窗上面有留白,Android上面是正常的