Commit 99f1e87e authored by shajiaiming's avatar shajiaiming

defalut value

parent 78ec03c1
......@@ -149,8 +149,8 @@ class CoinReleaseCheckController extends BaseController
//获取所有管理员
$admins = $this->getAccessAdmins();
foreach ($datas as $key => &$value) {
$value['check_first_uid'] = isset($admins[$value['check_first_uid']]) ? $admins[$value['check_first_uid']] : '';
$value['check_second_uid'] = isset($admins[$value['check_second_uid']]) ? $admins[$value['check_second_uid']] : '';
$value['check_first_uid'] = isset($admins[$value['check_first_uid']]) ? $admins[$value['check_first_uid']] : '自动审核';
$value['check_second_uid'] = isset($admins[$value['check_second_uid']]) ? $admins[$value['check_second_uid']] : '自动审核';
}
return ['code' => 0, 'count' => $count, 'data' => $datas];
......
......@@ -209,5 +209,11 @@ IndexAsset::register($this);
失败
{{# }else if(4==d.status){ }}
完成
{{# }else if(5==d.status){ }}
审核中
{{# }else if(6==d.status){ }}
审核失败
{{# }else if(7==d.status){ }}
审核异常
{{# } }}
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment