//    刷新首页iframe
    function refreshTabi_frameindex() {
        var currentId = $('.UUSTOP_iframe').eq(0).attr('data-id');
        console.log(currentId);
        var target = $('.UUSTOP_iframe[data-id="' + currentId + '"]');
        target.attr('src', target.attr('src'));
        // target.attr('src', url).ready();
    }
    $(".menuTab").eq(0).click(function(){
        refreshTabi_frameindex();
    });
Logo

快速构建 Web 应用程序

更多推荐