更新from值

This commit is contained in:
al 2024-07-24 14:25:56 +08:00
parent 4416addc31
commit de8888895f
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ export default function Pay() {
custom_coins: customCoin.selected ? customCoin.num : 0,
pay_type: type,
redirect_url: type === "yeepay_wxpay_h5" ? window.location.href : "",
from: "app",
from: searchParams.get("base")?"web":"app",
};
//jsapi

View File

@ -89,7 +89,7 @@ export default function Vip() {
product_id: "membership",
pay_type: type,
redirect_url: type === "yeepay_wxpay_h5" ? window.location.href : "",
from: "app",
from: searchParams.get("base")?"web":"app",
};
//jsapi

View File

@ -119,7 +119,7 @@ export default function Pay({ params }) {
product_id: checked ? "h5_zone_superfanship" : params.product_id,
pay_type: type,
redirect_url: type === "yeepay_wxpay_h5" ? window.location.href : "",
from: "app",
from: searchParams.get("base")?"web":"app",
};
setIsLoading(true);