更新部分样式,增加部分功能
This commit is contained in:
@@ -34,6 +34,9 @@ class LIST{
|
||||
getVal(key){
|
||||
return this.data[key]
|
||||
}
|
||||
setQuery(key,val){
|
||||
this.data.query[key]=val
|
||||
}
|
||||
setVal(key,val){
|
||||
this.data[key]=val
|
||||
if(key=='page'){
|
||||
|
||||
Reference in New Issue
Block a user