Merge branch 'updateOfei' into develop

master
wangning 7 years ago
commit c24f0a6cca

@ -49,6 +49,9 @@ define(['angular', 'uiRouter', 'static/commons/angular-ueditor'], function (angu
$scope.pagination = {};
$scope.topUp = function () {
var params = angular.copy($scope.params);
if(params.type==null || params.type==''||params.amount==null||params.amount==''||params.customerNumber==''||params.customerNumber==null ){
return;
}
$http.get('/top_up/recharge',{params: params}).then(function (resp) {
alert('ok');
}, function (resp) {

Loading…
Cancel
Save