Fork me on GitHub
摘要: async created () {//这个是判断是否是微信浏览器, let ua = navigator.userAgent.toLowerCase() if (ua.match(/MicroMessenger/i) === 'micromessenger') { /* eslint-disable no-unused-vars */ let res... 阅读全文
posted @ 2017-11-03 15:58 广东靓仔-啊锋 阅读(1703) 评论(0) 推荐(0) 编辑
摘要: // js如何判断一个对象{}是否为空对象,没有任何属性 if (typeof model.rows "object" && !(model.rows instanceof Array)){ var hasProp = false; for (var prop in model.rows){ has 阅读全文
posted @ 2017-11-03 15:57 广东靓仔-啊锋 阅读(3729) 评论(0) 推荐(0) 编辑