yujian
2020-04-29 7b352c4ab440fe31246c9a13cee503729061c95c
发圈排列优化
1个文件已修改
12 ■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/service/impl/dynamic/GoodsEvaluateServiceImpl.java 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/service/impl/dynamic/GoodsEvaluateServiceImpl.java
@@ -471,7 +471,7 @@
                lineNum = 1;
            } else if (totalImg == 3) {
                lineNum = 3;
            } else if (totalImg <= 4) {
            } else if (totalImg == 2 || totalImg == 4) {
                lineNum = 2;
            } else {
                lineNum = 3;
@@ -806,7 +806,7 @@
                lineNum = 1;
            } else if (totalImg == 3) {
                lineNum = 3;
            } else if (totalImg <= 4) {
            } else if (totalImg == 2 || totalImg == 4) {
                lineNum = 2;
            } else {
                lineNum = 3;
@@ -1112,7 +1112,7 @@
                lineNum = 1;
            } else if (totalImg == 3) {
                lineNum = 3;
            } else if (totalImg <= 4) {
            } else if (totalImg == 2 || totalImg == 4) {
                lineNum = 2;
            } else {
                lineNum = 3;
@@ -1302,7 +1302,7 @@
                lineNum = 1;
            } else if (totalImg == 3) {
                lineNum = 3;
            } else if (totalImg <= 4) {
            } else if (totalImg == 2 || totalImg == 4) {
                lineNum = 2;
            } else {
                lineNum = 3;
@@ -1933,7 +1933,7 @@
                lineNum = 1;
            } else if (imgList.size() == 3) {
                lineNum = 3;
            } else if (imgList.size() <= 4) {
            } else if (imgList.size() == 2 || imgList.size() == 4) {
                lineNum = 2;
            } else {
                lineNum = 3;
@@ -2161,7 +2161,7 @@
                    lineNum = 1;
                } else if (imgList.size() == 3) {
                    lineNum = 3;
                } else if (imgList.size() <= 4) {
                } else if (imgList.size() == 2 || imgList.size() == 4) {
                    lineNum = 2;
                } else {
                    lineNum = 3;