fixed bug on display buypoints
This commit is contained in:
@ -79,7 +79,7 @@ class StringValues extends Translations{
|
||||
'drawer_title':'ロゲイニング参加者はログイン するとチェックポイントが参照 できます',
|
||||
'app_title': '旅行工程表',
|
||||
'address':'住所',
|
||||
'email':'Eメール(ロゲではゼッケン番号)',
|
||||
'email':'Eメール',
|
||||
'password':'パスワード',
|
||||
'web':'ウェブ',
|
||||
'wikipedia':'ウィキペディア',
|
||||
|
||||
@ -27,6 +27,7 @@ class TextUtils{
|
||||
txt = txt + "{${dp.checkin_point.toString().replaceAll(regex, '')}}";
|
||||
}
|
||||
if(dp.buy_point != null && dp.buy_point! > 0){
|
||||
print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^");
|
||||
txt = txt + "[${dp.sub_loc_id}]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user