where('status', 1)->orderBy('sort', 'asc')->get()->groupBy('quote_coin_name')->toArray(); }); } public function can_store() { if ($this->trade_status == 0) { return '交易暂时关闭'; } return true; } }