Showing
4 changed files
with
5 additions
and
5 deletions
@@ -518,7 +518,7 @@ function getSortNavAsync(smallSortId, gender) { | @@ -518,7 +518,7 @@ function getSortNavAsync(smallSortId, gender) { | ||
518 | 518 | ||
519 | let navs = []; | 519 | let navs = []; |
520 | 520 | ||
521 | - //let data = yield SearchData.getSortByConditionAsync({sort: smallSortId}); | 521 | + // let data = yield SearchData.getSortByConditionAsync({sort: smallSortId}); |
522 | 522 | ||
523 | let data = {}; | 523 | let data = {}; |
524 | 524 |
@@ -16,7 +16,7 @@ function shareBase(options) { | @@ -16,7 +16,7 @@ function shareBase(options) { | ||
16 | desc: '', | 16 | desc: '', |
17 | channel: '' | 17 | channel: '' |
18 | }; | 18 | }; |
19 | - var shareChannels = ['weibo', 'tweibo', 'qzone', 'renren', 'qq', 'douban','weixin']; | 19 | + var shareChannels = ['weibo', 'tweibo', 'qzone', 'renren', 'qq', 'douban', 'weixin']; |
20 | var sharebox; | 20 | var sharebox; |
21 | var shareCon = '<em><i></i></em>'; | 21 | var shareCon = '<em><i></i></em>'; |
22 | 22 |
1 | var $ = require('yoho-jquery'), | 1 | var $ = require('yoho-jquery'), |
2 | lazyLoad = require('yoho-jquery-lazyload'); | 2 | lazyLoad = require('yoho-jquery-lazyload'); |
3 | 3 | ||
4 | -$(".description-material").on("click",function(){ | ||
5 | - alert("ok") ; | 4 | +$('.description-material').on('click', function() { |
5 | + alert('ok'); | ||
6 | }); | 6 | }); |
@@ -32,7 +32,7 @@ var $latestWalkCount = $('#latest-walk-count'); | @@ -32,7 +32,7 @@ var $latestWalkCount = $('#latest-walk-count'); | ||
32 | if (data.code === 200) { | 32 | if (data.code === 200) { |
33 | res = data.data; | 33 | res = data.data; |
34 | 34 | ||
35 | - //若无最近浏览,请隐藏容器 | 35 | + // 若无最近浏览,请隐藏容器 |
36 | if (res.length === 0) { | 36 | if (res.length === 0) { |
37 | $('.latest-walk').addClass('hide'); | 37 | $('.latest-walk').addClass('hide'); |
38 | return; | 38 | return; |
-
Please register or login to post a comment