1、文件:app/model/product/product/StoreProductReply.php
2、方法:cartInfo
整体替换这个方法:
/**
* 一对一关联
* 商品评论关联订单
* @return \think\model\relation\HasOne
*/
public function cartInfo()
{
return $this->hasOne(StoreOrderCartInfo::class, 'unique', 'unique')->bind(['cart_info']);
}
记得要重启:swoole
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}