Commit da9cd7a3 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 68a5b3a9
...@@ -195,6 +195,8 @@ class CoinBusiness ...@@ -195,6 +195,8 @@ class CoinBusiness
} }
if (empty($row['sid'])) { if (empty($row['sid'])) {
$row['sid'] = ''; $row['sid'] = '';
}else{
$row['sid'] = ucwords($row['sid']);
} }
if (empty($row['introduce'])) { if (empty($row['introduce'])) {
$row['introduce'] = ''; $row['introduce'] = '';
......
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