配合工信部备案
This commit is contained in:
parent
411cd8b970
commit
34d2696cc3
|
|
@ -24,7 +24,8 @@ app.factory('dataService', [function () {
|
|||
title: '备忘'
|
||||
}, {
|
||||
uiSref: 'hot',
|
||||
title: '热门'
|
||||
title: '热门',
|
||||
show: false
|
||||
}, {
|
||||
uiSref: 'settings',
|
||||
title: '设置'
|
||||
|
|
@ -40,7 +41,8 @@ app.factory('dataService', [function () {
|
|||
title: '登录'
|
||||
}, {
|
||||
uiSref: 'hot',
|
||||
title: '热门'
|
||||
title: '热门',
|
||||
show: false
|
||||
}],
|
||||
animationIndex: 0,
|
||||
animation: function () {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<div class="ui submit button" ng-click="login()">登陆</div>
|
||||
<span>
|
||||
<span ng-if="false">
|
||||
<div style="margin-top:8px;float:right;">跳转到<a href="http://m.mybookmark.cn" target="_blank">移动设备</a>。没有账号?<a style="cursor:pointer;" ng-click="showRegister()">注册一个!</a>(体验账号:test。密码:123456)。
|
||||
<a href="https://chrome.google.com/webstore/detail/%E4%B9%A6%E7%AD%BE%E5%BF%AB%E9%80%9F%E6%B7%BB%E5%8A%A0/lmmobgephofdffmaednjooplcpbgbjle" target="_blank">Chrome插件</a>安装(需科学上网)</p>
|
||||
</div>
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
<img class="ui centered fluid image" src="./images/screenshot.gif">
|
||||
</form>
|
||||
|
||||
<div class="ui modal js-register">
|
||||
<div class="ui modal js-register" ng-if="false">
|
||||
<div class="header">
|
||||
账号注册
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue