|
@@ -121,7 +121,6 @@
|
|
, function ($scope, $state,$ionicModal, storage , msg, common, config, homeService, $ionicTabsDelegate, $stateParams, $ionicModal, $timeout, $ionicScrollDelegate, $interval) {
|
|
, function ($scope, $state,$ionicModal, storage , msg, common, config, homeService, $ionicTabsDelegate, $stateParams, $ionicModal, $timeout, $ionicScrollDelegate, $interval) {
|
|
var id = $stateParams.id;
|
|
var id = $stateParams.id;
|
|
var top3user = '';
|
|
var top3user = '';
|
|
-
|
|
|
|
$scope.chosedIndex = 0;
|
|
$scope.chosedIndex = 0;
|
|
$scope.clickAvatar = function(index){
|
|
$scope.clickAvatar = function(index){
|
|
$scope.chosedIndex = index;
|
|
$scope.chosedIndex = index;
|
|
@@ -176,17 +175,21 @@
|
|
msg.hide();
|
|
msg.hide();
|
|
});
|
|
});
|
|
};
|
|
};
|
|
- $ionicModal.fromTemplateUrl('supportExplain.html', {
|
|
|
|
- scope: $scope
|
|
|
|
- }).then(function(modal) {
|
|
|
|
- $scope.supportmodal = modal;
|
|
|
|
- });
|
|
|
|
- $scope.openSupportmodal = function() {
|
|
|
|
- $scope.supportmodal.show();
|
|
|
|
- };
|
|
|
|
- $scope.closeSupportmodal = function() {
|
|
|
|
- $scope.supportmodal.hide();
|
|
|
|
- };
|
|
|
|
|
|
+
|
|
|
|
+ $scope.openSupport = function () {
|
|
|
|
+ msg.alert("支持乘数","支持乘数支持乘数支持乘数支持乘数");
|
|
|
|
+ };
|
|
|
|
+ // $ionicModal.fromTemplateUrl('supportExplain.html', {
|
|
|
|
+ // scope: $scope
|
|
|
|
+ // }).then(function(modal) {
|
|
|
|
+ // $scope.supportmodal = modal;
|
|
|
|
+ // });
|
|
|
|
+ // $scope.openSupportmodal = function() {
|
|
|
|
+ // $scope.supportmodal.show();
|
|
|
|
+ // };
|
|
|
|
+ // $scope.closeSupportmodal = function() {
|
|
|
|
+ // $scope.supportmodal.hide();
|
|
|
|
+ // };
|
|
$scope.multi = {
|
|
$scope.multi = {
|
|
a: '',
|
|
a: '',
|
|
b: '',
|
|
b: '',
|
|
@@ -464,17 +467,20 @@
|
|
msg.hide();
|
|
msg.hide();
|
|
});
|
|
});
|
|
};
|
|
};
|
|
- $ionicModal.fromTemplateUrl('supportExplain.html', {
|
|
|
|
- scope: $scope
|
|
|
|
- }).then(function(modal) {
|
|
|
|
- $scope.supportmodal = modal;
|
|
|
|
- });
|
|
|
|
- $scope.openSupportmodal = function() {
|
|
|
|
- $scope.supportmodal.show();
|
|
|
|
- };
|
|
|
|
- $scope.closeSupportmodal = function() {
|
|
|
|
- $scope.supportmodal.hide();
|
|
|
|
- };
|
|
|
|
|
|
+ // $ionicModal.fromTemplateUrl('supportExplain.html', {
|
|
|
|
+ // scope: $scope
|
|
|
|
+ // }).then(function(modal) {
|
|
|
|
+ // $scope.supportmodal = modal;
|
|
|
|
+ // });
|
|
|
|
+ // $scope.openSupportmodal = function() {
|
|
|
|
+ // $scope.supportmodal.show();
|
|
|
|
+ // };
|
|
|
|
+ // $scope.closeSupportmodal = function() {
|
|
|
|
+ // $scope.supportmodal.hide();
|
|
|
|
+ // };
|
|
|
|
+ $scope.openSupport = function () {
|
|
|
|
+ msg.alert("支持乘数","支持乘数支持乘数支持乘数支持乘数");
|
|
|
|
+ };
|
|
$scope.multi = {
|
|
$scope.multi = {
|
|
a: '',
|
|
a: '',
|
|
b: '',
|
|
b: '',
|