这边选着海报风格后,返回看还是空的,页面分享还是原来的海报风格
模板文件里面要有这段代码
<!-- 分享海报二维码宣传推广图片 --> {include file="$haibao" /} <i id="share_code" onclick="share_btn()" style="position:fixed;right:30px;top:80px;z-index:200;font-size:30px;" class="fa fa-qrcode"></i>
以前的一些模板没有加这个、可以看下模板有没有上面这个代码、没有加进去应该就可以了
https://x1.php168.com/bbs/show-8329.html
{:fun('sns@fav',$info,60,'系统帮你订阅了本主题,下次本主题有回复,将会通知你')}
<!-- 分享海报二维码宣传推广图片 -->
{include file="$haibao" /}
<i id="share_code" onclick="share_btn()" style="position:fixed;right:30px;top:80px;z-index:200;font-size:30px;" class="fa fa-qrcode"></i>
<!-- 微信分享 -->
{php}$userdb&&empty(input('p_uid'))&&$share['link']=get_url('location').(strstr(get_url('location'),'?')?'&':'?').'p_uid='.$userdb['uid'];{/php}
{include file="index@share"/}
<script type="text/javascript">
{if (input('p_uid')!=''&&input('p_uid')==$userdb['uid'])}SharShowMsg();{/if}
</script>
<!--
微信分享插件里边有这段代码了
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
-->
提交完,路径会没掉