Commit a8beae028526a875737eb764cc08debe53d821b2

Authored by zhiyangdu
2 parents 30c3d8d9 2b86c6ac

Merge branch 'version_2.0.0_optimization_mall_update' of http://bj.gitlab.cnlive…

….com/w-front-end/select_good into version_2.0.0_optimization_mall_update
src/pages/discountList/discountList.less
@@ -85,7 +85,8 @@ @@ -85,7 +85,8 @@
85 .bottom-pl { 85 .bottom-pl {
86 background-color: transparent; 86 background-color: transparent;
87 width: 100%; 87 width: 100%;
88 - height: 100px; 88 + // height: 100px;
  89 + height: 1px;
89 } 90 }
90 .tips-box { 91 .tips-box {
91 position: fixed; 92 position: fixed;
src/pages/discountList/discountList.vue
@@ -64,12 +64,12 @@ @@ -64,12 +64,12 @@
64 <div class="bottom-pl"></div> 64 <div class="bottom-pl"></div>
65 65
66 <!-- 活动规则提示 --> 66 <!-- 活动规则提示 -->
67 - <div class="tips-box"> 67 + <!-- <div class="tips-box">
68 <div class="tips"> 68 <div class="tips">
69 <img src="static/img/icon_tips.png" class="tips-img" /> 69 <img src="static/img/icon_tips.png" class="tips-img" />
70 <div class="text">本次活动每个商品每个用户限购一件</div> 70 <div class="text">本次活动每个商品每个用户限购一件</div>
71 </div> 71 </div>
72 - </div> 72 + </div> -->
73 </div> 73 </div>
74 74
75 <!-- 回到顶部按钮 --> 75 <!-- 回到顶部按钮 -->