This commit is contained in:
yezian 2024-02-18 23:42:29 +08:00
parent 89bfff2d96
commit 72e688f2e5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export default function Pay() {
const alipayBlock = () => {
const base = webviewBaseRequest();
if (base?.mid === 161) {
if (base?.b_mid === 161) {
createOrder("alipay_h5");
return;
}

View File

@ -23,7 +23,7 @@ export default function Vip() {
const alipayBlock = () => {
const base = webviewBaseRequest();
if (base?.mid === 161) {
if (base?.b_mid === 161) {
createOrder("alipay_h5");
return;
}