@ -511,6 +511,12 @@ class _MineShopDetails extends State<MineShopDetails> {
),
if(((store.distance ?? 0) > 1000
? S.of(context).gongli(
((store.distance ?? 0) / 1000 * 100).toInt() / 100.0)
: S
.of(context)
.mi(((store.distance ?? 0) * 100).toInt() / 100.0)) != "0.0米")
Text(
(store.distance ?? 0) > 1000