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:
commit
df39e0f33f
|
@ -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