update display text 3
This commit is contained in:
@ -12,7 +12,7 @@ class TextUtils{
|
|||||||
// txt = "${f.properties!["cp"].toString().replaceAll(regex, '')}";
|
// txt = "${f.properties!["cp"].toString().replaceAll(regex, '')}";
|
||||||
// }
|
// }
|
||||||
//if(f.properties!["buy_point"] != null && f.properties!["buy_point"] > 0){
|
//if(f.properties!["buy_point"] != null && f.properties!["buy_point"] > 0){
|
||||||
txt = txt + "[${f.properties!["sub_loc_id"]}]";
|
txt = txt + "${f.properties!["sub_loc_id"]}";
|
||||||
//}
|
//}
|
||||||
return txt;
|
return txt;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user