Browse Source

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

hezihao 6 months ago
parent
commit
4965e7ed90
1 changed files with 8 additions and 0 deletions
  1. 8 0
      lib/module/store/new_discount/new_discount_controller.dart

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

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