提交 9a7c582a 编写于 作者: D devil

默认关闭预约模式、商品详情js优化

上级 91790f4a
此差异已折叠。
...@@ -677,11 +677,14 @@ $(function() { ...@@ -677,11 +677,14 @@ $(function() {
// 浏览器窗口实时事件 // 浏览器窗口实时事件
$(window).resize(function() $(window).resize(function()
{ {
// 规格显示/隐藏处理 if($(document.activeElement).attr('id') != 'text_box')
if($(window).width() < 1025)
{ {
PoptitClose(); // 规格显示/隐藏处理
} else { if($(window).width() < 1025)
PoptitPcShow(); {
PoptitClose();
} else {
PoptitPcShow();
}
} }
}); });
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册