Merge branch 'feature/cart' of http://git.yoho.cn/fe/yohobuywap-node into feature/cart
Showing
3 changed files
with
4 additions
and
3 deletions
1 | <section class="block more-jit"> | 1 | <section class="block more-jit"> |
2 | <a href="{{jitDetailUrl}}"> | 2 | <a href="{{jitDetailUrl}}"> |
3 | <div class="more-jit"> | 3 | <div class="more-jit"> |
4 | - <span>商品需要分仓调拨</span> | 4 | + <span>{{packageTitle}}</span> |
5 | <span class="iconfont icon-right-arrow"></span> | 5 | <span class="iconfont icon-right-arrow"></span> |
6 | </div> | 6 | </div> |
7 | </a> | 7 | </a> |
1 | <section class="block more-jit"> | 1 | <section class="block more-jit"> |
2 | <a href="{{jitDetailUrl}}"> | 2 | <a href="{{jitDetailUrl}}"> |
3 | <div class="more-jit"> | 3 | <div class="more-jit"> |
4 | - <span>商品需要分仓调拨</span> | 4 | + <span>{{packageTitle}}</span> |
5 | <span class="iconfont icon-right-arrow"></span> | 5 | <span class="iconfont icon-right-arrow"></span> |
6 | </div> | 6 | </div> |
7 | </a> | 7 | </a> |
@@ -264,7 +264,8 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) { | @@ -264,7 +264,8 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) { | ||
264 | skuList: skuList | 264 | skuList: skuList |
265 | }, jitInfo); | 265 | }, jitInfo); |
266 | 266 | ||
267 | - result.jitDetailUrl = helpers.urlFormat('/cart/index/jitDetail', param); | 267 | + result.jitDetailUrl = helpers.urlFormat('/cart/index/new/jitDetail', param); |
268 | + result.packageTitle = cartData.package_title; | ||
268 | } | 269 | } |
269 | 270 | ||
270 | result.cartPayData = cartData.promotion_formula_list; | 271 | result.cartPayData = cartData.promotion_formula_list; |
-
Please register or login to post a comment