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暂时无法开通会员,请等待版本更新",