去评论
dz插件网

重新编辑商品后商品详细介绍无法显示 New

xiao9469
2026/04/22 22:31:13
如题,开始发布商品可以显示,重新编辑后无法显示
目前我的解决方法
在\source\app\forum\child\thread\trade.php文件中第131行修改如下
if($post['content'] && !in_array($post['content'], ['{}', null, 'null', ''])) {
改为
if(!$post['content'] && !in_array($post['content'], ['{}', null, 'null', ''])) {

不知道这样会不会有其他问题,望指正