Authored by 张丽霞

代码检查将undefined改成null

@@ -110,7 +110,7 @@ $('#limit-sale').on('touchend', function(e) { @@ -110,7 +110,7 @@ $('#limit-sale').on('touchend', function(e) {
110 } 110 }
111 }, 3000); 111 }, 3000);
112 112
113 - }, undefined, true); 113 + }, null, true);
114 114
115 $('.dialog-wrapper').off('touchstart').on('touchstart', function(para) { 115 $('.dialog-wrapper').off('touchstart').on('touchstart', function(para) {
116 para.stopPropagation(); 116 para.stopPropagation();