Authored by 黄涛

ok

... ... @@ -518,7 +518,7 @@ function getSortNavAsync(smallSortId, gender) {
let navs = [];
//let data = yield SearchData.getSortByConditionAsync({sort: smallSortId});
// let data = yield SearchData.getSortByConditionAsync({sort: smallSortId});
let data = {};
... ...
... ... @@ -16,7 +16,7 @@ function shareBase(options) {
desc: '',
channel: ''
};
var shareChannels = ['weibo', 'tweibo', 'qzone', 'renren', 'qq', 'douban','weixin'];
var shareChannels = ['weibo', 'tweibo', 'qzone', 'renren', 'qq', 'douban', 'weixin'];
var sharebox;
var shareCon = '<em><i></i></em>';
... ...
var $ = require('yoho-jquery'),
lazyLoad = require('yoho-jquery-lazyload');
$(".description-material").on("click",function(){
alert("ok") ;
$('.description-material').on('click', function() {
alert('ok');
});
... ...
... ... @@ -32,7 +32,7 @@ var $latestWalkCount = $('#latest-walk-count');
if (data.code === 200) {
res = data.data;
//若无最近浏览,请隐藏容器
// 若无最近浏览,请隐藏容器
if (res.length === 0) {
$('.latest-walk').addClass('hide');
return;
... ...