update SrcJySet.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 52aece2468
commit 5294bc33e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      SrcJySet.js

@ -616,7 +616,7 @@ function SRCSet() {
//定义排序函数
function sortData(a, b) {
try{
if((a.sort?a.sort:1)!=(b.sort?b.sort:1){
if((a.sort?a.sort:1)!=(b.sort?b.sort:1)){
return a.sort - b.sort
}else{
return a.id - b.id;

Loading…
Cancel
Save