Commit 21929922 authored by youjie's avatar youjie

优化叠加券

parent 086ce084
......@@ -198,6 +198,11 @@
}
}
})
this.ts.sort((a,b) => {
const aerr = (a.err?a.err:'').length
const berr = (b.err?b.err:'').length
return aerr-berr
})
}
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment