Commit 73de95c9 authored by FE-安焕焕's avatar FE-安焕焕 👣

增加支付标识

parent 46ef9ba6
...@@ -533,12 +533,12 @@ export default { ...@@ -533,12 +533,12 @@ export default {
} }
const [{ url }] = await h5AppyUrl(); const [{ url }] = await h5AppyUrl();
if (!url) return; if (!url) return;
window.location.href = `${url}&returnUrl=${window.location.origin}/pay`; window.location.href = `${url}&returnUrl=${window.location.origin}/pay&from=pay`;
}, },
async getKaGetNextUrl() { async getKaGetNextUrl() {
const [{ nextUrl }] = await kaGetNextUrl(); const [{ nextUrl }] = await kaGetNextUrl();
if (!nextUrl) return; if (!nextUrl) return;
window.location.href = `${nextUrl}&returnUrl=${window.location.origin}/pay`; window.location.href = `${nextUrl}&returnUrl=${window.location.origin}/pay&from=pay`;
}, },
/* 走h5活体流程 */ /* 走h5活体流程 */
async goOcr() { async goOcr() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment