Authored by 郭成尧

default-value-show

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 * @Author: Targaryen 2 * @Author: Targaryen
3 * @Date: 2017-03-23 11:02:31 3 * @Date: 2017-03-23 11:02:31
4 * @Last Modified by: Targaryen 4 * @Last Modified by: Targaryen
5 - * @Last Modified time: 2017-05-23 15:33:28 5 + * @Last Modified time: 2017-05-26 16:42:29
6 */ 6 */
7 /* 红人店铺数据处理 */ 7 /* 红人店铺数据处理 */
8 8
@@ -57,7 +57,7 @@ const _picsHandle = (moduleData) => { @@ -57,7 +57,7 @@ const _picsHandle = (moduleData) => {
57 let pics = []; 57 let pics = [];
58 58
59 _.forEach(_.get(moduleData, 'data', []), value => { 59 _.forEach(_.get(moduleData, 'data', []), value => {
60 - let showProductInfo = false; 60 + let showProductInfo = true;
61 61
62 if (_.has(value, 'showProductInfo')) { 62 if (_.has(value, 'showProductInfo')) {
63 showProductInfo = value.showProductInfo; 63 showProductInfo = value.showProductInfo;