![]() |
(楼主)游客
2015-06-30 22:37:39 |
只能全部修改
不能仅仅是VIP的可以隐藏,其他的不隐藏
修改一下文件
\t\1\Shop\MasterPageFirm1.master
![]() |
网友
2016-01-06 12:11:43 |
如果要是改成“留言我们”和“联系我们”,则代码如下: (把下面红底白字1234改成实际的店铺编号)
<script>
$(function(){
$("#head .con1 .td2 div a").eq(1).attr({"href":"/FirmFeedback_1234.html"});
$("#head .con1 .td2 div a").eq(1).html("留言我们");
$("#head .con1 .td2 div a").eq(2).attr({"href":"/FirmContact_1234.html"});
$("#head .con1 .td2 div a").eq(2).html("联系我们");
$("#GlobalUpperPartCodeBox").hide();
});
</script>
0 | |
0 | |
1 | |
0 | |
0 | |
0 | |
0 | |
0 | |
0 | |
0 | |
0 | |
0 |