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