@@ -474,6 +474,7 @@ define(['app/app'], function(app) {
}
$scope.payment.address = address;
+ $scope.formatArea = $scope.payment.address.area.replace(/,/g,' ');
}, function(){
toaster.pop('info', '提示 ' + '您已取消收货地址的编辑');
});