diff --git a/lib/utils/text_util.dart b/lib/utils/text_util.dart index 4374da7..ea2afd3 100644 --- a/lib/utils/text_util.dart +++ b/lib/utils/text_util.dart @@ -28,7 +28,7 @@ class TextUtils{ } if(dp.buy_point != null && dp.buy_point! > 0){ print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^"); - txt = txt + "[${dp.sub_loc_id}]"; + txt = "${dp.sub_loc_id}"; } } return txt;