getOrder()->isVirtual() && $this->getOrder()->status >= Order::WAIT_RECEIVE; } public function getName() { return '换货'; } public function getValue() { return RefundApply::REFUND_TYPE_EXCHANGE_GOODS; } public function getIcon() { return 'icon-fontclass-daifahuo'; } public function getDesc() { return '已收到货,需要更换'; } public function notReceived() { return []; } public function received() { return []; } }