|
@@ -147,7 +147,7 @@
|
|
|
<img src="{{theme_asset('mobile/images/deformity/qrcode.png')}}?v=1" alt="">
|
|
|
</div>
|
|
|
|
|
|
- <a href="javascript:void(0);" class="to_lottery" onclick="share()">就业</a>
|
|
|
+ <a href="javascript:void(0);" class="to_lottery" onclick="share()">码</a>
|
|
|
|
|
|
<script type="text/javascript" src="{{theme_asset('mobile/js/QSfilter.js')}}"></script>
|
|
|
<script type="text/javascript" src="{{theme_asset('mobile/js/qsCategory.js')}}"></script>
|
|
@@ -221,7 +221,7 @@
|
|
|
$(".alw-layer").show();
|
|
|
}
|
|
|
//分享按钮
|
|
|
- $(".alw-layer").on("click", function() {
|
|
|
+ $(".alw-layer").on("touch", function() {
|
|
|
$(this).hide();
|
|
|
});
|
|
|
|