fix bug
This commit is contained in:
parent
89bfff2d96
commit
72e688f2e5
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue