提交 f48165ee 编写于 作者: 杜庆泉's avatar 杜庆泉

交互反馈 toast/loading 自动弹出示例修改为2000ms 自动关闭

上级 e9e01e31
......@@ -60,11 +60,11 @@
},
onLoad(){
uni.showLoading({
title:'onLoad 调用示例,1秒后消失'
title:'onLoad 调用示例,2秒后消失'
})
setTimeout(function() {
uni.hideLoading()
}, 1000);
}, 2000);
},
methods: {
......
......@@ -29,11 +29,11 @@
},
onLoad(){
uni.showToast({
title:'onLoad 调用示例,1秒后消失'
title:'onLoad 调用示例,2秒后消失'
})
setTimeout(function() {
uni.hideToast()
}, 1000);
}, 2000);
},
methods: {
toast1Tap: function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册