feat: 修改bug

This commit is contained in:
2025-11-27 03:10:47 -08:00
parent 4fdf4da4f3
commit 569f9f6d05
8 changed files with 56 additions and 70 deletions
@@ -27,7 +27,7 @@ class KRPurchaseMembershipView extends GetView<KRPurchaseMembershipController> {
Widget build(BuildContext context) {
return HIBaseScaffold(
showBackgroundImage: false,
title: AppTranslations.kr_purchaseMembership.purchasePackage,
title: '套餐选择',
subtitle: '*所有套餐均不限流量不限速度',
topContentAreaHeight: 110,
child: Obx(() {
@@ -676,7 +676,7 @@ class KRPurchaseMembershipView extends GetView<KRPurchaseMembershipController> {
'${controller.kr_getDiscountText(plan, discountIndex!)} OFF',
style: TextStyle(
color: Colors.black, // 白色文字更清晰
fontSize: 14.sp,
fontSize: 14,
fontWeight: FontWeight.w300,
),
textAlign: TextAlign.center,