Commit 371a543a598f9eb912c4127cbe5e7dcc26f15089

Authored by zhiyangdu
1 parent ec533f50

init

src/components/receivingGiftsItem/receivingGiftsItem.less
@@ -70,26 +70,26 @@ @@ -70,26 +70,26 @@
70 margin-left: 30px; 70 margin-left: 30px;
71 } 71 }
72 } 72 }
73 - .statu_list {  
74 - width: auto;  
75 - height: auto;  
76 - margin-top: 20px;  
77 - display: flex;  
78 - flex-wrap:wrap;  
79 - align-content: flex-start;  
80 - .btn {  
81 - min-width: 78px;  
82 - height: 52px;  
83 - color: #999999;  
84 - background-color: #f9f9f9;  
85 - border-radius: 8px;  
86 - padding: 0 20px;  
87 - font-size: 26px;  
88 - line-height: 52px;  
89 - text-align: center;  
90 - margin: 10px;  
91 - }  
92 - } 73 + // .statu_list {
  74 + // width: auto;
  75 + // height: auto;
  76 + // margin-top: 20px;
  77 + // display: flex;
  78 + // flex-wrap:wrap;
  79 + // align-content: flex-start;
  80 + // .btn {
  81 + // min-width: 78px;
  82 + // height: 52px;
  83 + // color: #999999;
  84 + // background-color: #f9f9f9;
  85 + // border-radius: 8px;
  86 + // padding: 0 20px;
  87 + // font-size: 26px;
  88 + // line-height: 52px;
  89 + // text-align: center;
  90 + // margin: 10px;
  91 + // }
  92 + // }
93 .item_info { 93 .item_info {
94 display: flex; 94 display: flex;
95 margin-top: 30px; 95 margin-top: 30px;
src/components/receivingGiftsItem/receivingGiftsItem.vue
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 <div class="gift_active"></div> 27 <div class="gift_active"></div>
28 </div> 28 </div>
29 <!-- 订单状态集合 --> 29 <!-- 订单状态集合 -->
30 - <div class="statu_list"><div class="btn">可分享</div></div> 30 + <!-- <div class="statu_list"><div class="btn">可分享</div></div> -->
31 <!-- 店铺信息 --> 31 <!-- 店铺信息 -->
32 <div class="shop_info"> 32 <div class="shop_info">
33 <img 33 <img
src/pages/myGiftBox/myGiftBox.vue
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 </van-tabs> 35 </van-tabs>
36 </div> 36 </div>
37 <!-- 筛选 --> 37 <!-- 筛选 -->
38 - <div @click="onScreen" class="screen_box"> 38 + <div v-show="active == 1" @click="onScreen" class="screen_box">
39 <div>筛选</div> 39 <div>筛选</div>
40 <img src="static/img/screen.png" alt="" /> 40 <img src="static/img/screen.png" alt="" />
41 </div> 41 </div>