feat: 修改样式

This commit is contained in:
2025-08-12 05:38:14 -07:00
parent 265519a03d
commit 612829375b
8 changed files with 51 additions and 110 deletions
@@ -175,7 +175,7 @@ const PlanCard = forwardRef<
// 有生效套餐进行弹窗提示
const { data } = await queryUserSubscribe();
if (data?.data?.list?.[0].status === 1) {
if (data?.data?.list?.[0]?.status === 1) {
ModalRef.current.show();
return;
}