码迷,mamicode.com
首页 > 其他好文 > 详细

vux弹框显示

时间:2017-09-22 15:19:52      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:pos   his   成功   设置   title   text   bottom   ott   pre   


//点击按钮,执行什么成功,失败用这个合适
this.$vux.toast.show({
text: ‘添加成功‘
})
//点击按钮,提示出现的问题
this.$vux.toast.show({
text: ‘请输入该问题‘,
type: ‘text‘,
width: ‘180px‘, //设置显示宽度
 position: ‘bottom‘ //显示在底部,默认不填显示在中间
})
//点击按钮,执行什么成功,失败用这个合适
this.$vux.confirm.show({
title: ‘系统提示‘,
content: ‘确认删除吗?‘,
 onConfirm (){
  //点击确定要执行的事件
 }
 onCancel () {
  //点击取消要执行的事件
 }
})

vux弹框显示

标签:pos   his   成功   设置   title   text   bottom   ott   pre   

原文地址:http://www.cnblogs.com/gqx-html/p/7574651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!