Merge pull request '更改base获取方式' (#96) from anln into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/96
This commit is contained in:
yezian 2024-09-12 12:13:06 +08:00
commit 2c3272be7e
1 changed files with 2 additions and 1 deletions

View File

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