|
@@ -427,7 +427,7 @@ class Refund Extends Model
|
|
|
}
|
|
|
#是否可查看寄回物流
|
|
|
public function getCanViewLogisticsAttr($_,$model){
|
|
|
- return $model['user_send_time'];
|
|
|
+ return $model['user_send_time']?true:false;
|
|
|
}
|
|
|
#是否是需要寄回
|
|
|
public function getIsGoodsBackAttr($_,$model){
|