@@ -19,7 +19,7 @@
//var platedata = [{value:"123123122223",text:"bj123123"},{value:"123123122223",text:"bj123124"},{value:"1231122223",text:"bj123125"}];
$page.find('#plate').val(userinfo.baseinfo.plate);
$page.find('#mobile').val(userinfo.baseinfo.mobile);
- $page.find('#date2').rldate({
+ $page.find('#date2').lrdate({
type: 'date'
});
@@ -84,7 +84,7 @@
],
series : [
{
- name:'直接访问',
+ name:'行驶里程',
type:'bar',
barWidth: '50%',
data:[10, 52, 50, 34, 40, 30, 20]
@@ -1073,7 +1073,9 @@ u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(
var pageid = renlian.pageid();
$('#' + pageid).find('input[type="password"]:focus,input[type="text"]:focus,textarea:focus,.lrtextarea:focus').blur();
if (renlian.isreal) {// 真机调试下隐藏键盘
- window.Keyboard.hide();
+ if(window.Keyboard){
+ window.Keyboard.hide();
+ }
}
};