// uni.showActionSheet({
// itemList: ['修改', '删除'],
// success: (res) => {
// if(res.tapIndex===0){
// uni.navigateTo({url:'/pages/work/fire/editVideo'+uni.$u.queryParams(this.curVideo)})
// }else if(res.tapIndex===1){
// uni.showModal({
// title: '确认删除该过程视频么?',
// confirmText: "确认",
// success: (res)=> {
// if (res.confirm) {
// removeWorkDevice(this.curVideo.id).then(res=>{
// this.$u.toast('删除成功');
// })
// }
// }
// });
// }
// },
// });
- 发布:2024-01-15 16:34
- 更新:2024-01-15 16:34
- 阅读:164
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 专业版 22H2
HBuilderX类型: 正式
HBuilderX版本号: 3.99
手机系统: Android
手机系统版本号: Android 14
手机厂商: 华为
手机机型: 华为
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
从推送进入理应关闭
从推送进入理应关闭
实际结果:
uni.showActionSheet未关闭
uni.showActionSheet未关闭
bug描述:
【报Bug】uni.showActionSheet()在一个页面点击弹出后,从推送进入,没有自动关闭。且没有提供关闭方法。
0 个回复