Kaynağa Gözat

feat: 购买页面

BaiLuoYan 3 ay önce
ebeveyn
işleme
821419b889
1 değiştirilmiş dosya ile 22 ekleme ve 22 silme
  1. 22 22
      src/pages/pricing/useService.ts

+ 22 - 22
src/pages/pricing/useService.ts

@@ -47,35 +47,35 @@ export function useService(): UseServiceReturn {
                 tagType: PlanTagType.MOST_POPULAR,
                 price: 2.99,
             },
-            {
-                id: 4,
-                title: '7天',
-                subTitle: 'USD 1.99',
-                introduce: '折合 USD 0.28/天',
-                tag: '无优惠',
-                tagType: PlanTagType.NONE,
-                price: 1.99,
-            },
-            {
-                id: 5,
-                title: '7天',
-                subTitle: 'USD 1.99',
-                introduce: '折合 USD 0.28/天',
-                tag: '无优惠',
-                tagType: PlanTagType.NONE,
-                price: 1.99,
-            },
+            // {
+            //     id: 4,
+            //     title: '7天',
+            //     subTitle: 'USD 1.99',
+            //     introduce: '折合 USD 0.28/天',
+            //     tag: '无优惠',
+            //     tagType: PlanTagType.NONE,
+            //     price: 1.99,
+            // },
+            // {
+            //     id: 5,
+            //     title: '7天',
+            //     subTitle: 'USD 1.99',
+            //     introduce: '折合 USD 0.28/天',
+            //     tag: '无优惠',
+            //     tagType: PlanTagType.NONE,  
+            //     price: 1.99,
+            // },
         ],
         []
     );
 
     const payMethods = useMemo<PayMethodType[]>(
         () => [
-            PayMethodType.WECHAT,
-            PayMethodType.ALIPAY,
-            PayMethodType.PAYPAL,
-            PayMethodType.APPLE_PAY,
+            PayMethodType.APPLE_PAY, 
             PayMethodType.GOOGLE_PAY,
+            // PayMethodType.PAYPAL,
+            // PayMethodType.WECHAT,
+            // PayMethodType.ALIPAY,
         ],
         []
     );