Showing
6 changed files
with
4 additions
and
4 deletions
@@ -20,7 +20,7 @@ var shareData = { | @@ -20,7 +20,7 @@ var shareData = { | ||
20 | }; | 20 | }; |
21 | 21 | ||
22 | if (/QQ/i.test(navigator.userAgent)) { | 22 | if (/QQ/i.test(navigator.userAgent)) { |
23 | - console.log('hi') | 23 | + console.log('hi'); |
24 | $.ajax({ | 24 | $.ajax({ |
25 | url: '//qzonestyle.gtimg.cn/qzone/qzact/common/share/share.js', | 25 | url: '//qzonestyle.gtimg.cn/qzone/qzact/common/share/share.js', |
26 | dataType: 'script', | 26 | dataType: 'script', |
@@ -449,7 +449,7 @@ var jQuery = require('yoho-jquery'); | @@ -449,7 +449,7 @@ var jQuery = require('yoho-jquery'); | ||
449 | reader.onload = function(e) { | 449 | reader.onload = function(e) { |
450 | 450 | ||
451 | // Set some file builder variables | 451 | // Set some file builder variables |
452 | - var boundary = '-------------------------' + (new Date).getTime(), | 452 | + var boundary = '-------------------------' + (new Date()).getTime(), |
453 | dashes = '--', | 453 | dashes = '--', |
454 | eol = '\r\n', | 454 | eol = '\r\n', |
455 | binFile = ''; | 455 | binFile = ''; |
@@ -13,7 +13,7 @@ var $allProductCell = $('.allproduct'), | @@ -13,7 +13,7 @@ var $allProductCell = $('.allproduct'), | ||
13 | 13 | ||
14 | require('../common'); | 14 | require('../common'); |
15 | 15 | ||
16 | -//初始化container高度 | 16 | +// 初始化container高度 |
17 | (function() { | 17 | (function() { |
18 | var $header = $('.yoho-header'); | 18 | var $header = $('.yoho-header'); |
19 | var h = $(window).height() - $header.outerHeight() - $allProductCell.outerHeight(); | 19 | var h = $(window).height() - $header.outerHeight() - $allProductCell.outerHeight(); |
@@ -916,7 +916,7 @@ $nav2.on('touchstart', 'li', function(e) { | @@ -916,7 +916,7 @@ $nav2.on('touchstart', 'li', function(e) { | ||
916 | // // stopPropagation(e); | 916 | // // stopPropagation(e); |
917 | // }); | 917 | // }); |
918 | 918 | ||
919 | -$('#shop-category').click(function () { | 919 | +$('#shop-category').click(function() { |
920 | let subGroup = $('.sub-group'); | 920 | let subGroup = $('.sub-group'); |
921 | 921 | ||
922 | if (subGroup.hasClass('hide')) { | 922 | if (subGroup.hasClass('hide')) { |
-
Please register or login to post a comment