联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
文章内容收费查看
类型:POSCMS 更新时间:2018-05-06 19:43:44 文章内容

按照说明把 {dr_extend_buy($id)} 放到了show.html里面

<div class="portlet-body" style="height: auto;">

   {dr_extend_buy($id)}

</div>

前台显示不出来收费阅读效果

<div class="portlet-body" style="height: auto;">

 <div id="dr_buy_html_1"></div>
<script type="text/javascript">

 $.ajax({type: "GET", url: "
http://127.0.0.1/index.php?s=news&c=api&m=buy&eid=1&"+Math.random
(), dataType:"jsonp",

     success: function (data) {

   $("#dr_buy_html_1").html(data.html);

     }

 });

 </script>
</div>

谁能告诉我,该怎么才能让,前台显示,收费阅读的显示效果