weizuichunsun

Results 4 issues of weizuichunsun

toast 用于操作错误时的提示场景该如何修改样式? ![image](https://user-images.githubusercontent.com/27394381/93073998-547a3f80-f6b6-11ea-8720-966fd2197ac8.png) weui.toast('操作成功', { duration: 30000, // className: 'weui-icon_toast weui-icon-success-no-circle', icon: "none", callback: function() { console.log('close') } });

![image](https://user-images.githubusercontent.com/27394381/75321286-637cda00-58ab-11ea-8418-abdd82b74bfb.png) {{ i18n.t('nested', { test: 0 }, $_locale) }} {{ i18n.t('nested', { test: 1 }, $_locale) }} 输出 0 == > test

期望新增支持上下左右滑动的日历切换组件 ![image](https://user-images.githubusercontent.com/27394381/76372827-a04fd300-6379-11ea-9335-e6ea62c55ea3.png)

.eslintrc.js 怎么设置关闭语法检查提示错误? 格式化文档后,就出现空格类的错误了