Skip to content

Commit

Permalink
Merge pull request #1439 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
修改自定义菜单页面的NeuChar链接
  • Loading branch information
JeffreySu authored Oct 12, 2018
2 parents d775499 + b876c09 commit 16fbd84
Showing 1 changed file with 3 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,24 +231,13 @@
color: #686868;
border-color: #f1efef;
}
#neucharGroup {
display: none;
text-align:center;
}
#neucharGroup img{width:300px;}
</style>
<script>
function openOldMenu() {
$('#oldMenu').toggle();
}
function addNeuCharGroup() {
$('#oldMenu').hide();
$('#neucharGroup').show();
location.href = "#neucharGroup";
}
</script>
}
<div class="wrapper">
Expand All @@ -267,7 +256,7 @@
</p>
</div>
<div>
<p class="goto-neuchar"><a href="javascript:void(0)" onclick="addNeuCharGroup()">开始使用</a></p>
<p class="goto-neuchar"><a href="https://www.neuchar.com/User/WeixinMenu?app=10" target="_blank">开始使用</a></p>

<p class="img-area">
<video controls="controls" style="margin-bottom:50px; width:100%">
Expand All @@ -283,14 +272,6 @@
</div>


<div id="neucharGroup" class="description">
<p><img src="~/Images/neuchar_group.jpg" /></p>
<p>
NeuChar 正在内测,仅提供限量名额,可直接通过扫描上面二维码加群。<br />
群超过100人后将无法自动加群,请加个人微信“SenparcWechat”,入群即可获得内测地址和使用介绍,加好友请备注【姓名+NeuChar】。
</p>
</div>

<div>
<p class="open-old-menu"><a href="javascript:void(0)" onclick="openOldMenu()">打开旧工具(不支持保存)</a></p>
</div>
Expand Down Expand Up @@ -348,7 +329,7 @@
<div class="up-experience">
<p>NeuChar 可以为您设置自定义菜单、管理素材及消息回复设置</p>
<img src="~/images/neuchar_menu.png" />
<p><a href="javascript:void(0)" onclick="addNeuCharGroup()">点击这里开始体验</a></p>
<p><a href="https://www.neuchar.com/User/WeixinMenu" target="_blank">点击这里开始体验</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 16fbd84

Please sign in to comment.