1、文件:app/model/activity/discounts/StoreDiscountsProducts.php
方法:product,复制下面代码整体替换该方法:
/**
* 一对一关联商品表
* @return \think\model\relation\HasOne
*/
public function product()
{
return $this->hasOne(StoreProduct::class, 'id', 'product_id')->field(['id', 'freight', 'postage', 'temp_id', 'delivery_type'])->bind([
'freight' => 'freight',
'postage' => 'postage',
'p_temp_id' => 'temp_id',
'delivery_type'
]);
}
覆盖后截图如下:
{{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}}