From 174b73e35f06c6a4b450ce2fde792e36dc36e325 Mon Sep 17 00:00:00 2001 From: al Date: Wed, 11 Sep 2024 14:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9base=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/vip/page.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/vip/page.jsx b/app/vip/page.jsx index 6a12fb1..11a2194 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -76,7 +76,8 @@ export default function Vip() { //创建充值订单 const [isLoading, setIsLoading] = useState(false); const createOrder = async (type = "alipay_h5") => { - const base = webviewBaseRequest(); + const webviewBase = webviewBaseRequest(); + let base = getBase(webviewBase); if (base?.b_dt === 1 && base?.b_ver !== "1.5.0") { Toast.show({ content: "ios暂时无法开通会员,请等待版本更新",