HEX
Server: Apache/2.4.57 (Debian)
System: Linux 8ea768a960b0 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64
User: www-data (33)
PHP: 8.2.18
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/wujin/basic/wxewm.php
<?php $general_options = get_option('wpmbg_general');//调用后台总数据?>
<div id="share_wechat2">
    <div class="showwx2">
        <span title="关闭" class="wxclose2">关闭</span>
		<img src="<?php if($general_options['weixinimg']) {?><?php echo $general_options['weixinimg']; ?><?php }else{?><?php echo get_template_directory_uri(); ?>/basic/images/ewm.png<?php }?>" width="220">
        <p class="swz22">用微信“扫一扫”加好友咨询</p>
    </div>
</div>
<script>
$(".showewm").click(
function(){
$("#share_wechat2").toggle();
});
$(".wxclose2").click(
function(){
$("#share_wechat2").hide();
});
</script>