Commit 633b7f93cd17c8edca6439943ca6bf06d628687d
1 parent
2c9cb719
订单状态优化
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/myGiftBox/myGiftBox.vue
| ... | ... | @@ -108,7 +108,7 @@ |
| 108 | 108 | > |
| 109 | 109 | <div class="screen_box"> |
| 110 | 110 | <!-- 标题 --> |
| 111 | - <div class="title">筛选订单</div> | |
| 111 | + <div class="title">筛选订单</div > | |
| 112 | 112 | <!--按钮选中筛选--> |
| 113 | 113 | <div |
| 114 | 114 | v-for="(items, index) in screenList" |
| ... | ... | @@ -561,7 +561,7 @@ export default { |
| 561 | 561 | }, |
| 562 | 562 | // 送礼列表的商品订单跳转 |
| 563 | 563 | OrderLink(){ |
| 564 | - | |
| 564 | + | |
| 565 | 565 | }, |
| 566 | 566 | // 送礼商品跳转到详情页 |
| 567 | 567 | onGiftGiving(item) { | ... | ... |