Commit 96c72391 by HTML5-侯张振

修改 微信端--分销规则,点击分销规则切换项目的时候,希望点击置灰部分可以收起

parent 315e6649
......@@ -64,5 +64,8 @@
$('.rule-adress').html($('#'+rules).html());
$('.alertWrap').hide();
});
$('.alertWrap').on('click',function(){
$('.alertWrap').hide();
})
</script>
<?php $this->load->view('distributor/footer')?>
\ No newline at end of file
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