08 2017 档案

摘要:function getPicture() { api.confirm({ title : "提示", msg : "选择图片", buttons : ["现在照", "相册选", "取消"] }, function(ret, err) { //定义图片来源类型 var sourceType; if (1 =... 阅读全文
posted @ 2017-08-28 11:45 永往 阅读(2116) 评论(0) 推荐(0)
摘要:layer.confirm('确定不选择花车?', { title: false, btn: ['确定','取消'] //按钮 }, function(ind){ layer.close(ind); pagegoto('AddVehicle','AddVehicle',data_arr[swin]. 阅读全文
posted @ 2017-08-24 21:17 永往 阅读(14045) 评论(0) 推荐(0)
摘要:if(localStorage.getItem("selectcarmsg")){ var arr=JSON.parse(localStorage.getItem("selectcarmsg")); arr.push(selectcarmsg); var jsonstr = [];//json去重 outer: for(... 阅读全文
posted @ 2017-08-10 10:27 永往 阅读(755) 评论(0) 推荐(0)
摘要:// 滑动其他地方隐藏软键盘document.body.addEventListener('touchend', function(evt) { document.activeElement.blur(); }); // 解决键盘影响定位的问题// $(document).ready(functio 阅读全文
posted @ 2017-08-05 18:54 永往 阅读(479) 评论(0) 推荐(0)
摘要:style="pointer-events:none;" 阅读全文
posted @ 2017-08-03 13:44 永往 阅读(1039) 评论(0) 推荐(0)