Commit 70f88dad by 陈超

T

parent 43472ccd
...@@ -60,8 +60,10 @@ ...@@ -60,8 +60,10 @@
</span> </span>
</if> </if>
</div> --> </div> -->
<van-search shape="round" background="#ffffff" placeholder="搜索课程..."></van-search> <div id="header_search">
<a href="{:U('classroom/Index/search')}" class="fill-in"><i class="icon icon-search"></i></a> <van-search shape="round" background="#ffffff" placeholder="搜索课程..."></van-search>
</div>
<!-- <a href="{:U('classroom/Index/search')}" class="fill-in"><i class="icon icon-search"></i></a> -->
</header> </header>
<div class="clear"></div> <div class="clear"></div>
...@@ -181,16 +183,11 @@ ...@@ -181,16 +183,11 @@
line-height: 35px; line-height: 35px;
} }
</style> </style>
<div class="wxnotebox" style="display: none;"> <script type="text/javascript">
<div class="box_content"> new Vue({
<div class="box_top"> el: '#header_search'
<p>您的默认密码为:123456。请尽快修改新密码</p> })
<a href="javascript:;" class="btn" id="wx_changepsw">确定</a> </script>
</div>
</div>
</div>
<script src="//static.runoob.com/assets/qrcode/qrcode.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
var wx_note = '{$wx_note}'; var wx_note = '{$wx_note}';
......
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 to comment