【小程序】使用uni-app搭建小程序环境---弹窗
时间:2020-04-17 20:10:08
收藏:0
阅读:218
1.消息提示框
uni.showToast({ title: ‘亲,请输入关键字‘, icon: ‘none‘, duration: 2000//提示的延迟时间,单位毫秒,默认:1500 });
2.应有结果的错误信息:
报错:
评论(0)