sb-gxb
This commit is contained in:
parent
d18abde892
commit
6daa88b148
|
|
@ -31,14 +31,16 @@ app.factory('dataService', [function () {
|
|||
title: '设置'
|
||||
}, {
|
||||
uiSref: 'advice',
|
||||
title: '留言'
|
||||
title: '留言',
|
||||
show: false
|
||||
}],
|
||||
notLoginMenus: [{
|
||||
uiSref: '/',
|
||||
title: '首页'
|
||||
}, {
|
||||
uiSref: 'login',
|
||||
title: '登录'
|
||||
title: '登录',
|
||||
show: localStorage.getItem("login") || false,
|
||||
}, {
|
||||
uiSref: 'hot',
|
||||
title: '热门',
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<div class="ui submit button" ng-click="login()">登陆</div>
|
||||
<span ng-if="false">
|
||||
<span>
|
||||
<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" ng-if="false">
|
||||
<div class="ui modal js-register">
|
||||
<div class="header">
|
||||
账号注册
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue