修正前台查詢錯誤
This commit is contained in:
@ -405,7 +405,7 @@ class HealthAllowanceFillFormController extends Controller
|
|||||||
if ($eventItem->check_state == 1) {
|
if ($eventItem->check_state == 1) {
|
||||||
throw new \Exception('您已經登記審查,請等待審查完成。');
|
throw new \Exception('您已經登記審查,請等待審查完成。');
|
||||||
}
|
}
|
||||||
if ($eventItem->check_state == 2) {
|
if ($eventItem->check_state != 2) {
|
||||||
$rejectReason = $eventItem->check_reson;
|
$rejectReason = $eventItem->check_reson;
|
||||||
throw new \Exception('您的審查未通過,請依以下原因說明重新登記。');
|
throw new \Exception('您的審查未通過,請依以下原因說明重新登記。');
|
||||||
}
|
}
|
||||||
|
@ -393,7 +393,7 @@ class ImprovedHealthFillFormController extends Controller
|
|||||||
if ($eventItem->check_state == 1) {
|
if ($eventItem->check_state == 1) {
|
||||||
throw new \Exception('您已經登記審查,請等待審查完成。');
|
throw new \Exception('您已經登記審查,請等待審查完成。');
|
||||||
}
|
}
|
||||||
if ($eventItem->check_state == 2) {
|
if ($eventItem->check_state != 2) {
|
||||||
$rejectReason = $eventItem->check_reson;
|
$rejectReason = $eventItem->check_reson;
|
||||||
throw new \Exception('您的審查未通過,請依以下原因說明重新登記。');
|
throw new \Exception('您的審查未通過,請依以下原因說明重新登記。');
|
||||||
}
|
}
|
||||||
|
@ -320,7 +320,7 @@ class MetabolismFillFormController extends Controller
|
|||||||
if ($eventItem->check_state == 1) {
|
if ($eventItem->check_state == 1) {
|
||||||
throw new \Exception('您已經登記審查,請等待審查完成。');
|
throw new \Exception('您已經登記審查,請等待審查完成。');
|
||||||
}
|
}
|
||||||
if ($eventItem->check_state == 2) {
|
if ($eventItem->check_state != 2) {
|
||||||
$rejectReason = $eventItem->check_reson;
|
$rejectReason = $eventItem->check_reson;
|
||||||
throw new \Exception('您的審查未通過,請依以下原因說明重新登記。');
|
throw new \Exception('您的審查未通過,請依以下原因說明重新登記。');
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 380 KiB After Width: | Height: | Size: 900 KiB |
BIN
public/assets/images/metabolism_intro_01.jpg:Zone.Identifier
Normal file
BIN
public/assets/images/metabolism_intro_01.jpg:Zone.Identifier
Normal file
Binary file not shown.
@ -7,7 +7,7 @@
|
|||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-8 main-area">
|
<div class="col-md-8 main-area">
|
||||||
<h1 style="text-align: center;">
|
<h1 style="text-align: center;">
|
||||||
反轉代謝新人生 皮蛇疫苗加碼補
|
翻轉代謝新人生 皮蛇疫苗加碼補
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-8 main-area">
|
<div class="col-md-8 main-area">
|
||||||
<h1 style="text-align: center;">
|
<h1 style="text-align: center;">
|
||||||
反轉代謝新人生 皮蛇疫苗加碼補
|
翻轉代謝新人生 皮蛇疫苗加碼補
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-8 main-area">
|
<div class="col-md-8 main-area">
|
||||||
<h1 style="text-align: center;">
|
<h1 style="text-align: center;">
|
||||||
反轉代謝新人生 皮蛇疫苗加碼補
|
翻轉代謝新人生 皮蛇疫苗加碼補
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user