@sammffl
2016-02-19T02:46:03.000000Z
字数 165
阅读 752
javascript插件
无阻塞弹框处理,对手机适配
github地址:https://github.com/jaredreich/notie.js
notie.confirm(hint, '确认', '取消', function() { notie.alert(1, '我知道了,我不是开店卖家!', 2);});
notie.confirm(hint, '确认', '取消', function() {
notie.alert(1, '我知道了,我不是开店卖家!', 2);
});