diff --git a/lib/utils/text_util.dart b/lib/utils/text_util.dart index 2d4f7b0..e57aedb 100644 --- a/lib/utils/text_util.dart +++ b/lib/utils/text_util.dart @@ -12,7 +12,7 @@ class TextUtils{ // txt = "${f.properties!["cp"].toString().replaceAll(regex, '')}"; // } //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; }