Skip to content

Commit a6cbee2

Browse files
committed
修正 Web 端支付不支持提示文案
1 parent 117c7b6 commit a6cbee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/page/component/account_quota_card.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class AccountQuotaCard extends StatelessWidget {
120120
showBeautyDialog(
121121
context,
122122
type: QuickAlertType.info,
123-
text: '购买功能即将推出,敬请期待',
123+
text: 'Web 端购买功能暂未推出,敬请期待',
124124
);
125125
return;
126126
}

0 commit comments

Comments
 (0)