移动端去空格

This commit is contained in:
zhal 2022-10-07 22:14:07 +08:00
parent 4b2e87fa85
commit 61ab95f2c2

View File

@ -1954,7 +1954,7 @@ function sortModelByNumber() {
if (attr != null && attr.id) {
if(attr.id=="activity_number"){
var number = attr.value;
var number = attr.value.trim();
var subNumer=number< 10 ? number.substr(1,1) : number;
if(typeof subNumer == 'string') {