Merge pull request 'fix bug' (#52) from feat-20240218 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/52
This commit is contained in:
yezian 2024-02-18 23:42:44 +08:00
commit df39e0f33f
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;
}