Authored by 张孝茹

cate channel

... ... @@ -72,7 +72,6 @@ module.exports = class extends global.yoho.BaseModel {
getCateData(channel) {
return this.get({
data: {method: 'app.sort.get'},
api: global.yoho.API,
param: {cache: true}
}).then((result) => {
... ...
... ... @@ -194,7 +194,6 @@ module.exports = class extends global.yoho.BaseModel {
data: _.assign({
method: 'app.search.getTerms'
}, params),
api: global.yoho.API,
param: {cache: true}
}).then((result) => {
if (result && result.code === 200) {
... ...