Skip to content

Commit

Permalink
Merge pull request #3 from assimon/master
Browse files Browse the repository at this point in the history
合并
  • Loading branch information
Julyssn authored Nov 1, 2020
2 parents 82f10c1 + 21f478d commit 097681a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Home/OrderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function searchOrderByAccount(Request $request)
) {
throw new AppException(__('prompt.required_fields_cannot_be_empty'));
}
$searchPwd = isset($data['search_pwd']) ? $$data['search_pwd'] : false;
$searchPwd = isset($data['search_pwd']) ? $data['search_pwd'] : false;
$orders = $this->orderService->searchOrderByAccount($data['account'], $searchPwd);
if (empty($orders)) throw new AppException(__('prompt.no_related_order_found'));
return $this->view('static_pages/orderinfo', ['orders' => $orders]);
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license MIT"></a>
<a href="https://github.com/assimon/dujiaoka/releases/tag/v1.8.0"><img src="https://img.shields.io/badge/pod-v1.8.0-red" alt="version v1.8.0"></a>
<a href="https://github.com/assimon/dujiaoka/releases/tag/v1.8.1"><img src="https://img.shields.io/badge/pod-v1.8.1-red" alt="version v1.8.1"></a>
<a href="https://shang.qq.com/wpa/qunwpa?idkey=37b6b06f7c941dae20dcd5784088905d6461064d7f33478692f0c4215546cee0"><img src="https://img.shields.io/badge/QQ%E7%BE%A4-568679748-green" alt="QQ群:568679748"></a>
</p>

Expand Down

0 comments on commit 097681a

Please sign in to comment.