sdc-alibaba / SUI-Mobile

SUI Mobile (MSUI)是由阿里巴巴国际UED前端出品的移动端UI库,轻量精美
http://m.sui.taobao.org/components/
MIT License
6.1k stars 1.58k forks source link

$.alert没有显示对话框也不会报错。 #608

Open gmars opened 8 years ago

gmars commented 8 years ago

$.alert不显示对话框也不会报错。我是按照手册上的弄的。

lh4111 commented 8 years ago

我也出现过 alert calendar picker等都出不来

gmars commented 8 years ago

我最终解决了,是js的引入顺序导致的,你把sum.min.js在之前引入就可以了。不要放在head中 @fullstacktop

gmars commented 8 years ago

这是因为js加载顺序的问题。js的加载会阻塞其他组件的加载,所以你将sui.js放在body最后加载就行

2016-04-28 15:06 GMT+08:00 lihao notifications@github.com:

我也出现过 alert calendar picker等都出不来

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sdc-alibaba/SUI-Mobile/issues/608#issuecomment-215329972

lh4111 commented 8 years ago

@gmars 确实是这个问题