Authored by ccbikai(👎🏻🍜)

唤起 app 传入 yasvd

... ... @@ -73,9 +73,6 @@ const getAppPath = () => {
if (canOpenApp()) {
let appPath = getAppPath();
let ifr;
setTimeout(function() {
if (window._yas && window._yas.sendCustomInfo) {
window._yas.sendCustomInfo({
... ... @@ -93,6 +90,9 @@ if (canOpenApp()) {
}, 1000);
setTimeout(function() {
let appPath = getAppPath();
let ifr;
if (isiOS) {
window.location.href = appPath;
} else {
... ...