Commit eb4b001b authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into 'master'

return summary See merge request !455
parents 75b432f3 01a4f9a3
......@@ -56,7 +56,7 @@ class WalletController extends BaseController
goto doEnd;
}
$data = CoinPlatform::find()->select("name, download_url, introduce")->where(['id' => $platform_id])->asArray()->one();
$data = CoinPlatform::find()->select("name, download_url, introduce, summary,")->where(['id' => $platform_id])->asArray()->one();
if (empty($data)) {
$msg = '数据不存在';
$data = null;
......
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