uni-app 界面交互实战(微信小程序可用)

交互反馈 Toast 显示消息提示框html uni.showToast({ title: '标题', // 标题 icon: 'none', // 不显示图标 mask: true, // 显示透明蒙层,防止触摸穿透 duration: 2000 }); 隐藏消息提示框web uni.hideToast(); Loading 显示 loading 提示框, 需主动调用 uni
相关文章
相关标签/搜索