fix divers修复

master
luoyang 5 years ago
parent ee1e41f66b
commit 4ac279ebac

@ -120,7 +120,7 @@
<!-- 未开通服务展示 -->
<div class="col-md-3 col-sm-3 col-xs-12" ng-if="channel.name=='RP跨境商城'" ng-repeat=" channel in channelOptions">
<div class="service-background">
<img class="row img_auto_height_width" ng-src="{{channel.logo_url}}">
<img class="row img_auto_height_width" ng-src="/static/images/logo_new.jpg">
<div class="row border-show">
<div class="col-md-4 col-sm-4 col-xs-6">
<label class="label-left">Name</label>

@ -1901,7 +1901,7 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
};
$scope.loadSubPartners();
}]);
app.controller('clientDeviceCtrl', 'newDive', 'newDeviceDialogCtrl', ['$scope', '$http', 'orderService', 'commonDialog', 'refunder', '$filter', '$uibModal', function ($scope, $http, orderService, commonDialog, refunder, $filter, $uibModal) {
app.controller('clientDeviceCtrl', ['$scope', '$http', 'orderService', 'commonDialog', 'refunder', '$filter', '$uibModal', function ($scope, $http, orderService, commonDialog, refunder, $filter, $uibModal) {
$scope.pagination = {};
$scope.params = {};
/**
@ -2009,7 +2009,6 @@ define(['angular', 'decimal', 'uiRouter', 'ngBootSwitch', 'ngFileUpload', 'uiBoo
}]);
app.controller('submitContractCtrl', ['$scope', '$http', function ($scope, $http) {
$scope.choice = false;
$scope.chooseYes = function () {

Loading…
Cancel
Save