联系官方销售客服
1835022288
028-61286886
请教各位老师,我的评论插件在PC端一切正常。但在移动端不能用,打开内容页面时就报错,折腾了几天了,还没眉目,错误信息如下:
评论调用函数返回错误:<!DOCTYPE html><html lang="zh-cn"><head><meta charset="utf-8"><title>系统错误</title><style>div.logo height:200px;
width:155px; display:
inline-block; opacity:0.08;position:absolute; top:2rem;left:50%; margin-left:
-73px; ) body( height:
100%; background:
#fafafa; font-family:
"Helvetica Neue", Helvetica,Arial, sans-serif; color:
#777; font-weight:300;
h1 font-weight:lighter;
letter-spacing:0.8; font-size:
3rem; margin-top:
0; margin-bottom:
0; color:#222; .wrap
max-width:1024px;
margin: 5rem auto; padding:2rem; background: #fff;
text-align:center; border:1pxsolid #efefef; border-radius:
0.5rem; position:
relative; ) pre
f white-space:normal;
marqin-top:1.5rem; code
确定
来自m.chldg.com的网页显示:
background:#fff; text-align:
center; border:1px solid #efefef;border-radius:0.5rem; position:
relative; ) pre( white-space:
normal; margin-top:1.5rem; )
code background:
#fafafa; border:1px solid
#efefef; padding:0.5rem 1rem;
border-radius:5px; display:
block; ) pí margin-top:
1.5rem; ) .footer( margin-
top:2rem; border-top:1px solid
#efefef; padding:1em 2em 0 2em;font-size:85%; color:#999; )
a:active, a:link, a:visited
color:#dd4814; x/style></
head><body><div class="wrap"><p>您的系统遇到了故障,请联系管理员处理</p></div></body></html>
确定
插件版权:第三方插件
插件名称:内容评论插件。
老师好,这也看不出毛病啊。
正常手机站的评论提交地址是这样的
检测你的 /mobile/index.php 是不是这样
<?php/** * Cms 移动端入口程序 */define('IS_MOBILE', 1);define('FIX_WEB_DIR', 'mobile');// 执行主程序require '../index.php';