Преглед изворни кода

[feat]会员折扣页,增加iOS平台的恢复订阅按钮,隐藏支付方式选择

hezihao пре 6 месеци
родитељ
комит
9d7cf6f64a
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      lib/module/store/new_discount/new_discount_controller.dart

+ 8 - 0
lib/module/store/new_discount/new_discount_controller.dart

@@ -659,4 +659,12 @@ class NewDiscountController extends BaseController
     //   ToastUtil.show("Restore fail");
     // }
   }
+
+  /// 恢复订阅
+  void clickRestore() {
+    // 显示恢复订阅弹窗
+    // RecoverSubscribeDialog.show("周会员2025年3月6日到期。", () {
+    //   AtmobLog.d(tag, "恢复订阅弹窗 => 点击确认");
+    // });
+  }
 }