正在显示
2 个修改的文件
包含
3 行增加
和
30 行删除
@@ -120,34 +120,7 @@ | @@ -120,34 +120,7 @@ | ||
120 | 120 | ||
121 | {include file="public/js" /} | 121 | {include file="public/js" /} |
122 | <script> | 122 | <script> |
123 | - // 首页 | ||
124 | - function toIndex() { | ||
125 | - window.location.href = "index.html" | ||
126 | - }; | ||
127 | - // 个人信息 | ||
128 | - function toPersonalMsg() { | ||
129 | - window.location.href = "personalMsg.html" | ||
130 | - }; | ||
131 | - // 我的钱包 | ||
132 | - function toWallet() { | ||
133 | - window.location.href = "myWallet.html" | ||
134 | - }; | ||
135 | - // 我的收藏 | ||
136 | - function toCollect() { | ||
137 | - window.location.href = "collect.html" | ||
138 | - }; | ||
139 | - // 我的邀请 | ||
140 | - function toInvite() { | ||
141 | - window.location.href = "myInvite.html" | ||
142 | - }; | ||
143 | - // 商家入驻 | ||
144 | - function toEntry() { | ||
145 | - window.location.href = "shopEntry.html" | ||
146 | - }; | ||
147 | - // 联系客服 | ||
148 | - function toService() { | ||
149 | - // window.location.href="" | ||
150 | - } | 123 | + |
151 | </script> | 124 | </script> |
152 | </body> | 125 | </body> |
153 | 126 |
1 | <div class="nav"> | 1 | <div class="nav"> |
2 | <div class="layout align_center justify_around"> | 2 | <div class="layout align_center justify_around"> |
3 | - <div class="layout align_center flex_diection" onclick="toIndex()"> | 3 | + <div class="layout align_center flex_diection" onclick="window.location.href='{:url('home/member/index')}"> |
4 | <div class="nav_img"> | 4 | <div class="nav_img"> |
5 | <img src="__CDN__/assets/advertising/img/sun_02@2x.png" alt=""> | 5 | <img src="__CDN__/assets/advertising/img/sun_02@2x.png" alt=""> |
6 | </div> | 6 | </div> |
7 | <div class="index_word">首页</div> | 7 | <div class="index_word">首页</div> |
8 | </div> | 8 | </div> |
9 | - <div class="layout align_center flex_diection" onclick="toPersonal()"> | 9 | + <div class="layout align_center flex_diection" onclick="window.location.href='{:url('home/member/index')}"> |
10 | <div class="nav_img"> | 10 | <div class="nav_img"> |
11 | <img src="__CDN__/assets/advertising/img/sun_03@2x.png" alt=""> | 11 | <img src="__CDN__/assets/advertising/img/sun_03@2x.png" alt=""> |
12 | </div> | 12 | </div> |
-
请 注册 或 登录 后发表评论