From 1b174a0ee09892ad543a56b2ac4bbffe14bdebfd Mon Sep 17 00:00:00 2001 From: jueweijue Date: Fri, 28 Jun 2024 12:27:16 +0800 Subject: [PATCH] =?UTF-8?q?ios=E7=A6=81=E6=AD=A2=E5=85=85=E5=80=BC?= =?UTF-8?q?=E4=BC=9A=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/vip/page.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/vip/page.jsx b/app/vip/page.jsx index abf12a0..59b1416 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -74,6 +74,12 @@ export default function Vip() { const [isLoading, setIsLoading] = useState(false); const createOrder = async (type = "alipay_h5") => { const base = webviewBaseRequest(); + if (base?.b_dt === 1) { + Toast.show({ + content: "ios暂时无法开通会员,请等待版本更新", + }); + return; + } const body = { ...base, product_id: "membership",