Commit 889763ef by 梁建民

bug

parent 74e8b183
......@@ -113,7 +113,7 @@
</div>
{{# } }}
<div class="btn_div">
<a class="btn btn_blue" href="passporticsales">登录,查看更多结果</a>
<a class="btn btn_blue" href="passporticsales?flag=password">登录,查看更多结果</a>
</div>
</script>
<!-- 询价模板 -->
......@@ -171,7 +171,7 @@
</div>
{{# } }}
<div class="btn_div">
<a class="btn btn_blue" href="passporticsales">登录,查看更多结果</a>
<a class="btn btn_blue" href="passporticsales?flag=password">登录,查看更多结果</a>
</div>
</script>
</body>
......
......@@ -228,7 +228,7 @@
if (token) {
window.location.href = home_url
} else {
window.location.href = passport_url;
window.location.href = passport_url+'?flag=password';
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment