Authored by 郭成尧

app-version-false-string

@@ -131,7 +131,7 @@ const getSearchData = (params) => { @@ -131,7 +131,7 @@ const getSearchData = (params) => {
131 return _searchGoods(params).then((result) => { 131 return _searchGoods(params).then((result) => {
132 if (result && result.code === 200) { 132 if (result && result.code === 200) {
133 return productProcess.processProductList(result.data.product_list || [], { 133 return productProcess.processProductList(result.data.product_list || [], {
134 - isApp: params.appVersion, 134 + isApp: params.appVersion && params.appVersion !== 'false',
135 gender: _coverChannel[params.coverChannel] 135 gender: _coverChannel[params.coverChannel]
136 }); 136 });
137 } else { 137 } else {