切换导航条
此项目
正在载入...
登录
王晓刚
/
advertising
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
5 years ago
提交
484e8230debdce651860520198d0630466fb1c2e
1 个父辈
a1562e8f
1 个管道 的构建
通过
耗费 1 秒
音频
变更
2
构建
1
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
30 行删除
application/home/view/member/index.html
application/home/view/public/nav.html
application/home/view/member/index.html
查看文件 @
484e823
...
...
@@ -120,34 +120,7 @@
{include file="public/js" /}
<script>
// 首页
function
toIndex
()
{
window
.
location
.
href
=
"index.html"
};
// 个人信息
function
toPersonalMsg
()
{
window
.
location
.
href
=
"personalMsg.html"
};
// 我的钱包
function
toWallet
()
{
window
.
location
.
href
=
"myWallet.html"
};
// 我的收藏
function
toCollect
()
{
window
.
location
.
href
=
"collect.html"
};
// 我的邀请
function
toInvite
()
{
window
.
location
.
href
=
"myInvite.html"
};
// 商家入驻
function
toEntry
()
{
window
.
location
.
href
=
"shopEntry.html"
};
// 联系客服
function
toService
()
{
// window.location.href=""
}
</script>
</body>
...
...
application/home/view/public/nav.html
查看文件 @
484e823
<div
class=
"nav"
>
<div
class=
"layout align_center justify_around"
>
<div
class=
"layout align_center flex_diection"
onclick=
"
toIndex()
"
>
<div
class=
"layout align_center flex_diection"
onclick=
"
window.location.href='{:url('home/member/index')}
"
>
<div
class=
"nav_img"
>
<img
src=
"__CDN__/assets/advertising/img/sun_02@2x.png"
alt=
""
>
</div>
<div
class=
"index_word"
>
首页
</div>
</div>
<div
class=
"layout align_center flex_diection"
onclick=
"
toPersonal()
"
>
<div
class=
"layout align_center flex_diection"
onclick=
"
window.location.href='{:url('home/member/index')}
"
>
<div
class=
"nav_img"
>
<img
src=
"__CDN__/assets/advertising/img/sun_03@2x.png"
alt=
""
>
</div>
...
...
请
注册
或
登录
后发表评论