Compare commits
2 Commits
62c90761fb
...
2c3272be7e
Author | SHA1 | Date |
---|---|---|
yezian | 2c3272be7e | |
al | 174b73e35f |
|
@ -76,7 +76,8 @@ export default function Vip() {
|
||||||
//创建充值订单
|
//创建充值订单
|
||||||
const [isLoading, setIsLoading] = useState(false);
|
const [isLoading, setIsLoading] = useState(false);
|
||||||
const createOrder = async (type = "alipay_h5") => {
|
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") {
|
if (base?.b_dt === 1 && base?.b_ver !== "1.5.0") {
|
||||||
Toast.show({
|
Toast.show({
|
||||||
content: "ios暂时无法开通会员,请等待版本更新",
|
content: "ios暂时无法开通会员,请等待版本更新",
|
||||||
|
|
Loading…
Reference in New Issue