Commit 73e07e83 by 冷斌

Merge remote-tracking branch 'origin/master'

parents b8ce0fd8 9f2bf9bc
......@@ -59,9 +59,9 @@
//退出登录
var LOGINOUT_ADDRESS="{:U('basic/Passport/logout')}";
//手机号正则
var PHONE_MATCH = {:Model\\ValidateModel::get('phone')};
//邮箱正则
var EMAIL_MATCH = {:Model\\ValidateModel::get('email')};
var PHONE_MATCH = {:Model\\ValidateModel::get('phone')};
//邮箱正则
var EMAIL_MATCH = {:Model\\ValidateModel::get('email')};
</script>
<script src="__THEMEW3G__/js/jquery-1.8.3.min.js" charset="utf-8"></script>
<script src="__THEME__/js/core.js?v={$site.sys_version}" charset="utf-8" ></script>
......
......@@ -19,12 +19,14 @@
.van-dropdown-item__content {
max-height: 100% !important;
}
.van-dropdown-menu { flex-direction: row-reverse; align-items: center; }
</style>
<div id="app" style="height: 100%;">
<div class="layout_v">
<van-sticky>
<van-dropdown-menu>
<a href="{:U('classroom/Index/index')}"><i class="icon icon-zuojiantou"></i></a>
<van-dropdown-item title="筛选条件" ref="filter">
<div class="layout_v" style="width: 100vw">
<span class="all_category_title text_16_600 color_333333">分类</span>
......
......@@ -481,6 +481,7 @@
}
break;
}
},
onCellTap: function(url) {
window.location.href = url
......
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