• fh体育






  • 创新研发
    INNOVATIVE RESEARCH AND DEVELOPMENT
    fh体育(辽宁)生物研究有限公司
    底部导航
    业务咨询和客户服务
    fh体育(辽宁)生物研究有限公司,成立于2022年,隶属于沈阳博林医疗集团,总部位于博林医疗科技产业园……
    电话:18910625352
    微信:18910625352
    邮箱:975790945@qq.com
    地址:辽宁省沈阳经济技术开发区文海路24-1号三层
    云计算支持 反馈 枢纽云管理





  • `); return; } $.ajax({ url: `/web/editor/page/html?type=${_type}&id=${_id}`, success: function (res) { if (res.code === 0) { if (modelType == 'form') { if (res.data.version === 1) { $("#mydialog_form").html(res.data.html); $("#mydialog_form").modal(); } else { $("#mydialog_form_new").addClass('') $("#mydialog_form_new").html(res.data.html); $("#mydialog_form_new").modal(); } } else if (modelType == 'merchant') { $("#mydialog_form_new").addClass('inviteModal') $("#mydialog_form_new").html(res.data.html); } else if (modelType == 'goods_compare') { $("#mydialog_form_new").html(res.data.html); if ($('body').hasClass('side-nav-open-' + dataset.custommodalStyle)) { $('body').removeClass('side-nav-open-' + dataset.custommodalStyle) } else { $('body').addClass('side-nav-open-' + dataset.custommodalStyle) } } } } }) }) // 视频弹出框 关闭的时候 视频不播放 $('#myVideoModal').on('hidden.bs.modal', function (e) { // $('#myVideoModal').find('iframe').attr('src', ''); $('#myVideoModal').find('video').attr('src', ''); })