@@ -22,10 +22,13 @@ class Aftersale extends Common
'aftersale_status_text',
'aftersale_status_desc',
'refund_status_text',
- 'status_text'
+ 'status_text',
+
+ //物流状态
+ 'express_status_text',
];
- public function statusList()
+ public function expressStatusList()
{
return [
'noinfo' => '暂无信息',
@@ -36,10 +36,10 @@ class Express extends Common
}
- public function items()
+ /*public function items()
return $this->hasMany(OrderItem::class, 'order_express_id', 'id');
- }
+ }*/
public function logs()