app-version-false-string
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 { |
-
Please register or login to post a comment