|
@@ -72,7 +72,21 @@ function help()
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
+;(function($){
|
|
|
+ $('body').on('click','[node-type="share"]',function(){
|
|
|
+ if(navigator.userAgent.toLocaleLowerCase().indexOf('micromessenger') >-1){
|
|
|
+ $('body').append(`<section class="layer" id="sharelayer" style="display:block;">
|
|
|
+ <section class="shareguide">
|
|
|
+ < img src="http://circlecdn.mrhi.cn/haili/images/8eaa4804.shareguide.png">
|
|
|
+ </section>
|
|
|
+ </section>`)
|
|
|
+
|
|
|
+ $('#sharelayer').on('click',function(){
|
|
|
+ $(this).remove();
|
|
|
+ })
|
|
|
+ }
|
|
|
+})
|
|
|
+})(Zepto)
|
|
|
</script>
|
|
|
|
|
|
<script type="text/javascript" src="<{$web_cfg.cdn}>/haili/js/detail.js"></script>
|