联系官方销售客服
1835022288
028-61286886
使用{dr_ajax_template('dr_member_info', 'member.html')} ,系统故障报错
<script
type
="
text/javascript
">
$.ajax({ type: "GET", url:"/index.php?s=api&c=api&m=template&format=jsonp&name=member.html&", dataType: "jsonp", success: function(data){ $("#dr_member_info").html(data.msg); } , error: function(HttpRequest, ajaxOptions, thrownError) { var msg = HttpRequest.responseText;layer.open({ type: 1, title: "系统故障", fix:true, shadeClose: true, shade: 0, area: ['50%', '50%'], content: "<div style=\"padding:10px;\">"+msg+"</div>" }); } });
</script>
出现这个,正常是不出现的