Commit dd56c8d9055b48d9f2995b833a04044f0f5e2279
1 parent
e344b7c1
注释订单跳转
Showing
1 changed file
with
2 additions
and
3 deletions
src/pages/myGiftBox/myGiftBox.vue
| @@ -66,7 +66,6 @@ | @@ -66,7 +66,6 @@ | ||
| 66 | @onUserInfo="onUserInfo" | 66 | @onUserInfo="onUserInfo" |
| 67 | @giftInReturn="giftInReturn" | 67 | @giftInReturn="giftInReturn" |
| 68 | @onReceivingGifts="onReceivingGifts" | 68 | @onReceivingGifts="onReceivingGifts" |
| 69 | - @OrderLink="OrderLink" | ||
| 70 | :receivingGiftsInfo="receivingGiftsInfo" | 69 | :receivingGiftsInfo="receivingGiftsInfo" |
| 71 | :isData="this.receivingGifts.isData" | 70 | :isData="this.receivingGifts.isData" |
| 72 | ></receiving-gifts-item> | 71 | ></receiving-gifts-item> |
| @@ -560,9 +559,9 @@ export default { | @@ -560,9 +559,9 @@ export default { | ||
| 560 | } | 559 | } |
| 561 | }, | 560 | }, |
| 562 | // 送礼列表的商品订单跳转 | 561 | // 送礼列表的商品订单跳转 |
| 563 | - OrderLink(){ | 562 | + // OrderLink(){ |
| 564 | 563 | ||
| 565 | - }, | 564 | + // }, |
| 566 | // 送礼商品跳转到详情页 | 565 | // 送礼商品跳转到详情页 |
| 567 | onGiftGiving(item) { | 566 | onGiftGiving(item) { |
| 568 | // 判断并调用通用跳转 | 567 | // 判断并调用通用跳转 |