|
@@ -36,7 +36,6 @@ $(function () {
|
|
|
let newHash = hash.substr(1, hash.length)
|
|
|
if (newHash.indexOf('&') > -1) {
|
|
|
let hashArr = newHash.split('&');
|
|
|
- console.log(hashArr)
|
|
|
hashArr.map(item => {
|
|
|
if (item.indexOf('name') > -1) {
|
|
|
let names = item.split('=')
|
|
@@ -229,6 +228,8 @@ $(function () {
|
|
|
if (!isNaN(val) && val <= thePageLength && val > 0) {
|
|
|
thePageNo = val;
|
|
|
loadDate(thePageNo);
|
|
|
+ }else{
|
|
|
+ msg('请输入正确页码')
|
|
|
}
|
|
|
})
|
|
|
}
|