@@ -961,6 +961,7 @@ define(['app/app'], function(app) {
// 设置支付密码Controller
app.register.controller('UserPayCtrl', ['$scope', '$modalInstance', 'user', 'User', 'toaster', function($scope, $modalInstance, user, User, toaster){
//原密码框是否显示
+ $scope.user = angular.copy(user);
$scope.checking = true;
$scope.showNewUserPay = false;
$scope.showUserPay = false;