| xqd
@@ -182,19 +182,19 @@
|
|
|
};
|
|
|
|
|
|
$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();
|
|
|
- };
|
|
|
+ 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 = {
|
|
|
a: '',
|
|
|
b: '',
|
| xqd
@@ -304,7 +304,7 @@
|
|
|
|
|
|
$scope.collectionDream = function(is_collection){
|
|
|
homeService.collectionDream(id,is_collection).then(function(result){
|
|
|
- //$scope.dream.is_collection=result.data.data;
|
|
|
+ $scope.dream.is_collection=result.data.data;
|
|
|
})
|
|
|
};
|
|
|
|
| xqd
@@ -480,19 +480,19 @@
|
|
|
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("支持乘数","支持乘数支持乘数支持乘数支持乘数");
|
|
|
+ msg.alert("支持乘数说明","支持乘数支持乘数支持乘数支持乘数");
|
|
|
};
|
|
|
$scope.multi = {
|
|
|
a: '',
|
| xqd
@@ -789,7 +789,7 @@
|
|
|
$state.go('app.home_dreamdetail',{id:id});
|
|
|
};
|
|
|
$scope.toUser = function (id) {
|
|
|
- $state.go('app.home_dreamdetail',{id:id});
|
|
|
+ $state.go('app.home_userDetail',{id:id});
|
|
|
};
|
|
|
|
|
|
$scope.$on('$ionicView.beforeEnter', function () {
|