Commit 633b7f93cd17c8edca6439943ca6bf06d628687d

Authored by zhiyangdu
1 parent 2c9cb719

订单状态优化

src/pages/myGiftBox/myGiftBox.vue
@@ -108,7 +108,7 @@ @@ -108,7 +108,7 @@
108 > 108 >
109 <div class="screen_box"> 109 <div class="screen_box">
110 <!-- 标题 --> 110 <!-- 标题 -->
111 - <div class="title">筛选订单</div> 111 + <div class="title">筛选订单</div >
112 <!--按钮选中筛选--> 112 <!--按钮选中筛选-->
113 <div 113 <div
114 v-for="(items, index) in screenList" 114 v-for="(items, index) in screenList"
@@ -561,7 +561,7 @@ export default { @@ -561,7 +561,7 @@ export default {
561 }, 561 },
562 // 送礼列表的商品订单跳转 562 // 送礼列表的商品订单跳转
563 OrderLink(){ 563 OrderLink(){
564 - 564 +
565 }, 565 },
566 // 送礼商品跳转到详情页 566 // 送礼商品跳转到详情页
567 onGiftGiving(item) { 567 onGiftGiving(item) {