|
@@ -1,13 +1,13 @@
|
|
|
|
|
|
const qs = require('qs');
|
|
|
const $ = require('jquery');
|
|
|
-const imageUrlPrefix = 'http://192.168.2.241:82' //后台图片地址
|
|
|
+const imageUrlPrefix = 'http://192.168.2.121:82' //后台图片地址
|
|
|
// const imageUrlPrefix = 'http://192.168.2.236:82' //后台图片地址
|
|
|
|
|
|
const getUrlArgObject = (parm) => {
|
|
|
let query = window.location.search;
|
|
|
let args = qs.parse(query.substr(1));
|
|
|
- return args[parm];//返回对象
|
|
|
+ return args[parm];//返回对象
|
|
|
}
|
|
|
|
|
|
const deepClone = (arr) =>{
|
|
@@ -118,8 +118,8 @@ const phoneTest = /^[1]([3-9])[0-9]{9}$/;
|
|
|
* \d{2}[0-9Xx] 顺序码两位,一位校验码最后一位数字或者大小写X
|
|
|
*/
|
|
|
/**18位
|
|
|
- *
|
|
|
- *
|
|
|
+ *
|
|
|
+ *
|
|
|
* [1-9]\d{5} 前六位地区,非0打头
|
|
|
* (18|19|([23]\d))\d{2} 出身年份,覆盖范围为 1800-3999 年
|
|
|
* ((0[1-9])|(10|11|12)) 月份,01-12月
|
|
@@ -251,7 +251,7 @@ function fixedKeyboard() {
|
|
|
|
|
|
}, 400);
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -270,7 +270,7 @@ function scrollToV(e){
|
|
|
// e.target.scrollIntoView(true);//顶部对齐
|
|
|
// }
|
|
|
// else{
|
|
|
- // e.target.scrollIntoView();
|
|
|
+ // e.target.scrollIntoView();
|
|
|
// }*/
|
|
|
// }, 400)
|
|
|
}
|