|
|
@@ -21,15 +21,18 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
|
|
|
$stateProvider.state('recharge', angularAMD.route({
|
|
|
url: '/recharge',
|
|
|
templateUrl: 'static/view/pinganPay/forstore/recharge.html',
|
|
|
- title: '充值-优软商城',
|
|
|
controllerUrl: 'app/controllers/forstore/recharge_ctrl',
|
|
|
controller: 'rechargeCtrl'
|
|
|
})).state('pay_result', angularAMD.route({
|
|
|
url: '/pay_result',
|
|
|
templateUrl: 'static/view/pinganPay/forstore/result.html',
|
|
|
- title: '充值结果-优软商城',
|
|
|
controllerUrl: 'app/controllers/forstore/pay_result_ctrl',
|
|
|
controller: 'payResultCtrl'
|
|
|
+ })).state('bind_card', angularAMD.route({
|
|
|
+ url: '/bind_card',
|
|
|
+ templateUrl: 'static/view/pinganPay/forstore/bindCard.html',
|
|
|
+ controllerUrl: 'app/controllers/forstore/bind_card_ctrl',
|
|
|
+ controller: 'bindCardCtrl'
|
|
|
}));
|
|
|
}]);
|
|
|
|