Skip to content

iframe #3

@hxming2919

Description

@hxming2919

var last = Date.now(),
doc = window.document,
ifr = doc.createElement('iframe');//创建一个隐藏的iframe
ifr.src = 'shemeURL://';
ifr.style.cssText = 'display:none;border:0;width:0;height:0;';
doc.body.appendChild(ifr);

        setTimeout(function() {
            doc.body.removeChild(ifr);
            if (Date.now() - last < 2000) {
                window.location = config.download_ios_student;
            }
        }, 1000);

用这个替换你的代码,QQ链接进来可以打开对应app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions