夏邑12345_前端
angular.module('tousu',[]) .controller('tousuCorl',function($scope,$rootScope){ $scope.yincang=false; $scope.nextGo=function(){ $scope.yincang=true; } });