|
@@ -264,7 +264,7 @@ class MembershipOfferView extends GetView<MembershipOfferController> { |
|
@@ -264,7 +264,7 @@ class MembershipOfferView extends GetView<MembershipOfferController> { |
|
264
|
String _planSubtitleOhos(PayProduct product) {
|
264
|
String _planSubtitleOhos(PayProduct product) {
|
|
265
|
final monthly = (product.price ?? 0) / 100.0 / 12;
|
265
|
final monthly = (product.price ?? 0) / 100.0 / 12;
|
|
266
|
|
266
|
|
|
267
|
- return l10n.purchaseMonthlyUnitPrice(monthly.toStringAsFixed(2));
|
267
|
+ return l10n.purchaseMonthlyUnitPrice('¥${monthly.toStringAsFixed(2)}');
|
|
268
|
}
|
268
|
}
|
|
269
|
|
269
|
|
|
270
|
String? _nonEmpty(String? value) {
|
270
|
String? _nonEmpty(String? value) {
|