作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

音频

... ... @@ -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>
... ...
<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>
... ...