Authored by 郝肖肖

Merge branch 'feature/balanceSwitch' of git.yoho.cn:fe/YOHOBUYWAP into feature/balanceSwitch

... ... @@ -189,8 +189,15 @@ routes.cart.route.action = Orderdetail
;routes.weixinapi.route.action = Weixinapi
; 支付中心 (微信中配置的目录)
routes.pay.type = "rewrite"
routes.pay.match = "/home/orders/pay$"
routes.pay.type = "regex"
routes.pay.match = "#^/home/orders/pay#"
routes.pay.route.module = Index
routes.pay.route.controller = Home
routes.pay.route.action = Pay
\ No newline at end of file
routes.pay.route.action = Pay
; 结算,兼容新版的结算页
routes.newcart.type = "regex"
routes.newcart.match = "#^/cart/index/new/orderEnsure#"
routes.newcart.route.module = Cart
routes.newcart.route.controller = Index
routes.newcart.route.action = orderEnsure
\ No newline at end of file
... ...