发送状态显示

feature/pay
lyt 6 years ago
parent c4d75daeea
commit 82e46d30c4

@ -207,7 +207,7 @@
if ($item->OPN_accountStatus !== 'recorded') {
$send_class = 'btn-danger';
}
if ($item->OPN_noticeSendStatus !== 'send' || substr($item->OPN_noticeSendStatus, 0, 5) !== 'send-') {
if ($item->OPN_noticeSendStatus !== 'send' && substr($item->OPN_noticeSendStatus, 0, 5) !== 'send-') {
$send_class = 'btn-danger';
}
if ($item->OPN_noticeSendStatus === 'closed') {

Loading…
Cancel
Save