瀏覽代碼

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

hezihao 6 月之前
父節點
當前提交
4965e7ed90
共有 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

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