|
@@ -27,7 +27,7 @@
|
|
|
<span>邮箱设置</span>
|
|
|
<i class="iconfont icon-arrow"></i>
|
|
|
</a>
|
|
|
- <a href="#" class="user_email" style="display:none">
|
|
|
+ <a class="user_email" style="display:none">
|
|
|
<span></span>
|
|
|
<i class="iconfont icon-arrow"></i>
|
|
|
</a>
|
|
@@ -114,7 +114,10 @@
|
|
|
window.location.href="/weixin/pay/toMyWxOrder?v=01";
|
|
|
})
|
|
|
$(".set_email").on("click",function(){
|
|
|
- window.location.href="/front/wxMyOrder/myEmail"; //邮箱设置_
|
|
|
+ window.location.href="/front/wxMyOrder/myEmail"; //邮箱设置
|
|
|
+ })
|
|
|
+ $(".user_email").on("click",function(){
|
|
|
+ window.location.href="/front/wxMyOrder/myEmail"; //邮箱设置
|
|
|
})
|
|
|
$(".feedback").on("click",function(){
|
|
|
window.location.href = "/swordfish/feedback";
|