放开注册

This commit is contained in:
HelloWorld 2020-06-29 13:56:50 +08:00
parent d18abde892
commit c9f6c71120
2 changed files with 3 additions and 5 deletions

View File

@ -24,8 +24,7 @@ app.factory('dataService', [function () {
title: '备忘' title: '备忘'
}, { }, {
uiSref: 'hot', uiSref: 'hot',
title: '热门', title: '热门'
show: false
}, { }, {
uiSref: 'settings', uiSref: 'settings',
title: '设置' title: '设置'
@ -41,8 +40,7 @@ app.factory('dataService', [function () {
title: '登录' title: '登录'
}, { }, {
uiSref: 'hot', uiSref: 'hot',
title: '热门', title: '热门'
show: false
}], }],
animationIndex: 0, animationIndex: 0,
animation: function () { animation: function () {

View File

@ -36,7 +36,7 @@
<img class="ui centered fluid image" src="./images/screenshot.gif"> <img class="ui centered fluid image" src="./images/screenshot.gif">
</form> </form>
<div class="ui modal js-register" ng-if="false"> <div class="ui modal js-register">
<div class="header"> <div class="header">
账号注册 账号注册
</div> </div>