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 | 66 | @onUserInfo="onUserInfo" |
| 67 | 67 | @giftInReturn="giftInReturn" |
| 68 | 68 | @onReceivingGifts="onReceivingGifts" |
| 69 | - @OrderLink="OrderLink" | |
| 70 | 69 | :receivingGiftsInfo="receivingGiftsInfo" |
| 71 | 70 | :isData="this.receivingGifts.isData" |
| 72 | 71 | ></receiving-gifts-item> |
| ... | ... | @@ -560,9 +559,9 @@ export default { |
| 560 | 559 | } |
| 561 | 560 | }, |
| 562 | 561 | // 送礼列表的商品订单跳转 |
| 563 | - OrderLink(){ | |
| 562 | + // OrderLink(){ | |
| 564 | 563 | |
| 565 | - }, | |
| 564 | + // }, | |
| 566 | 565 | // 送礼商品跳转到详情页 |
| 567 | 566 | onGiftGiving(item) { |
| 568 | 567 | // 判断并调用通用跳转 | ... | ... |