uni.showToast({
icon: 'none',
title: '提示',
duration: 2500
})
- 发布:2022-06-16 17:42
- 更新:2022-10-18 14:37
- 阅读:1435
产品分类: uniapp/小程序/阿里
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 64 位操作系统, 基于 x64 的处理器
HBuilderX类型: 正式
HBuilderX版本号: 3.4.7
第三方开发者工具版本号: 2.9.1
基础库版本号: 2.0
项目创建方式: HBuilderX
示例代码:
操作步骤:
The 'showToast' method of platform '支付宝小程序' does not support option 'duration'
The 'showToast' method of platform '支付宝小程序' does not support option 'duration'
预期结果:
duration能使用
duration能使用
实际结果:
The 'showToast' method of platform '支付宝小程序' does not support option 'duration'
The 'showToast' method of platform '支付宝小程序' does not support option 'duration'
bug描述:
uni.showToast 在支付宝小程序中duration提示不能使用
luojl (作者)
my.showToast({
type: 'success',
content: '操作成功',
duration: 14000,
});
单独使用支付宝的,duration能生效的
2022-06-30 15:44