This commit is contained in:
yangjian 2021-01-05 20:41:50 +08:00
parent 14157db0ee
commit d493f55cbc

View File

@ -222,7 +222,7 @@
{% if debug %} {% if debug %}
{% else %} {% else %}
{% if ad_code_2 %} {% if ad_code_2 %}
<div class="ad-code" id="aad-code-2"></div> <div class="ad-code" id="ad-code-2"></div>
{% endif %} {% endif %}
{% endif %} {% endif %}
<!-- 广告代码结束 --> <!-- 广告代码结束 -->
@ -458,9 +458,9 @@
{{ad_code_3|safe}} {{ad_code_3|safe}}
</div> </div>
<script> <script>
$("#ad-1").appendTo($("#ad-code-1")) $("#ad-1").appendTo($("#ad-code-1"));
$("#ad-2").appendTo($("#ad-code-2")) $("#ad-2").appendTo($("#ad-code-2"));
$("#ad-3").appendTo($("#ad-code-3")) $("#ad-3").appendTo($("#ad-code-3"));
</script> </script>
<!-- 统计代码开始 --> <!-- 统计代码开始 -->