Showing
1 changed file
with
1 additions
and
0 deletions
@@ -707,6 +707,7 @@ class CartModel | @@ -707,6 +707,7 @@ class CartModel | ||
707 | ksort($result['piaoTypes']); | 707 | ksort($result['piaoTypes']); |
708 | $result['piaoTypes'] = array_values($result['piaoTypes']); | 708 | $result['piaoTypes'] = array_values($result['piaoTypes']); |
709 | $result['receiverMobile'] = isset($userInfo['data']['mobile']) && $userInfo['data']['mobile'] ? $userInfo['data']['mobile'] : ''; | 709 | $result['receiverMobile'] = isset($userInfo['data']['mobile']) && $userInfo['data']['mobile'] ? $userInfo['data']['mobile'] : ''; |
710 | + $result['invoiceUrl'] = 'http://www.yohobuy.com/help?category_id=99'; | ||
710 | } | 711 | } |
711 | 712 | ||
712 | /* 需购买的商品 */ | 713 | /* 需购买的商品 */ |
-
Please register or login to post a comment