diff --git a/src/apps/view.php b/src/apps/view.php index 2982c997..5a2384fe 100755 --- a/src/apps/view.php +++ b/src/apps/view.php @@ -55,7 +55,7 @@ if ($needMoney > 0 || $needRank > 1) { if (!is_array($row)) { if ($cfg_ml->M_Money == '' || $needMoney > $cfg_ml->M_Money) { $msgtitle = "您没有权限浏览文档:{$arctitle} "; - $moremsg = "该文档需要".$needMoney."金币才能浏览,您目前金币".$cfg_ml->M_Money.",前去充值"; + $moremsg = "该文档需要".$needMoney."金币才能浏览,您目前金币".$cfg_ml->M_Money."前去充值"; include_once(DEDETEMPLATE.'/apps/view_msg.htm'); $arc->Close(); exit(); @@ -76,7 +76,7 @@ if ($needMoney > 0 || $needRank > 1) { } } $msgtitle = "扣金币购买阅读"; - $moremsg = "该文档需要付费".$needMoney."金币,您目前金币".$cfg_ml->M_Money.",确认付点阅读"; + $moremsg = "该文档需要付费".$needMoney."金币,您目前金币".$cfg_ml->M_Money."确认付点阅读"; include_once($cfg_basedir.$cfg_templets_dir."/apps/view_msg.htm"); $arc->Close(); exit(); @@ -87,6 +87,6 @@ if ($needMoney > 0 || $needRank > 1) { $arc->Display(); if (DEBUG_LEVEL === TRUE) { $queryTime = ExecTime() - $t1; - echo "