Переглянути джерело

commit -m 搜索 分类列表 筛选项

zhengjinyi 3 роки тому
батько
коміт
b0f3199793

+ 3 - 3
src/main/resources/static/css/shopping/shopping.css

@@ -242,11 +242,11 @@ li{list-style:none}
     .confirm-Model .model-content{width: 389px;height: 342px;background: #FFFFFF;border-radius: 2px;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;z-index: 9998;}
     .confirm-Model .model-content .title{width: 100%;height: 48px;box-sizing: border-box;font-size: 14px;line-height: 48px;text-align: left;color: #333333;float: left;position: relative;border-bottom: 1px solid #EFEFEF;background-color: #F8F8F8;padding: 0 14px;}
     .confirm-Model .model-content .title .icon-close{width: 16px;height: 16px;display: block;position: absolute;right:12px;top: 12px;background: url("/img/base/icon.png")-319px 0 no-repeat;cursor: pointer;}
-    .confirm-Model .model-content .content{margin: 20px 0 0 0;width: 100%;height: auto;line-height: 24px;float: left;padding: 0 14px;box-sizing: border-box;}
+    .confirm-Model .model-content .content{margin: 10px 0 0 0;width: 100%;height: auto;line-height: 24px;float: left;padding: 0 14px;box-sizing: border-box;}
     .confirm-Model .model-content .content p{text-align: left;font-size: 14px;color: #666666;font-weight: normal;}
     .confirm-Model .model-content .content p.small{font-size:12px;color: #E15621;}
-    .confirm-Model .model-content .content-image {width: 100%;height: 128px;float: left;margin: 12px 0;}
-    .confirm-Model .model-content .content-image img{width: 128px;height: 128px;display: block;margin: 0 auto;}
+    .confirm-Model .model-content .content-image {width: 100%;height: 120px;float: left;margin: 12px 0;}
+    .confirm-Model .model-content .content-image img{width: 120px;height: 120px;display: block;margin: 0 auto;}
     .confirm-Model .model-content .button{width: 100%;height: 32px;float: left;padding: 0 14px;box-sizing: border-box;}
     .confirm-Model .model-content .button a{height: 32px;padding: 0 15px;display: block;margin-left: 10px;border-radius: 2px;font-size: 14px;text-align: center;line-height: 32px;color: #FFFFFF;float: right;box-sizing: border-box;border: 1px solid #FFFFFF;}
     .confirm-Model .model-content .button a.cancel{background: #FFFFFF;border-color: #B8BFCA;color: #333333;}

+ 2 - 0
src/main/resources/static/js/product/produce-list.js

@@ -181,12 +181,14 @@ var productList = new Vue({
             var promotionFlag = this.isActiviChecked ? 0 : 1;
             var url =  '/product/classify-'+this.typeSort+'-'+this.bigTypeId+'-'+this.smallTypeId+'-'+this.tinyTypeId+'-1-'+this.params.pageSize+'-'+this.params.sortField+'-'+this.params.sortType+'.html?bpn='+this.hrefBrandId+ '&pro='+promotionFlag+'&newg='+ this.params.newFlag;
             console.log('url==========>',url)
+            return;
             window.location.href = url;
         },
         hanldCheckedNewsHref(){// 选择新品选项跳转链接(PC专用)
             var newFlag = this.isNewsChecked ? 0 : 1;
             var url =  '/product/classify-'+this.typeSort+'-'+this.bigTypeId+'-'+this.smallTypeId+'-'+this.tinyTypeId+'-1-'+this.params.pageSize+'-'+this.params.sortField+'-'+this.params.sortType+'.html?bpn='+this.hrefBrandId+ '&pro=' + this.params.promotionFlag+'&newg='+newFlag;
             console.log('url==========>',url)
+            return;
             window.location.href = url;
         },
         showIsProductScreen:function(){//