ios禁止充值会员
This commit is contained in:
parent
00dd2c68e9
commit
1b174a0ee0
|
@ -74,6 +74,12 @@ 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 base = webviewBaseRequest();
|
||||||
|
if (base?.b_dt === 1) {
|
||||||
|
Toast.show({
|
||||||
|
content: "ios暂时无法开通会员,请等待版本更新",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
const body = {
|
const body = {
|
||||||
...base,
|
...base,
|
||||||
product_id: "membership",
|
product_id: "membership",
|
||||||
|
|
Loading…
Reference in New Issue