From 2dda04c4a1bdee14838c21a02ee5de8c31ac25a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:31:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/download.php | 2 +- src/apps/list.php | 2 +- src/apps/view.php | 8 ++++---- src/user/templets/buy.htm | 2 +- src/user/templets/index.htm | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/apps/download.php b/src/apps/download.php index 1f681e44..647a0334 100755 --- a/src/apps/download.php +++ b/src/apps/download.php @@ -186,7 +186,7 @@ else if ($open == 2) { //没有足够的金币 if ($needMoney > $cfg_ml->M_Money || $cfg_ml->M_Money == '') { $msgtitle = "您没有权限下载软件:{$arctitle}"; - $moremsg = "这个软件需要".$needMoney."金币才能下载,您目前金币".$cfg_ml->M_Money."个"; + $moremsg = "该软件需要".$needMoney."金币才能下载,您目前金币".$cfg_ml->M_Money.""; include_once(DEDETEMPLATE.'/plus/view_msg.htm'); exit(0); } diff --git a/src/apps/list.php b/src/apps/list.php index 5d6534fc..876796e1 100755 --- a/src/apps/list.php +++ b/src/apps/list.php @@ -46,7 +46,7 @@ if ($tinfos['issystem'] == -1) { } $memberTypes[0] = "游客或没权限会员"; $msgtitle = "您没有权限浏览栏目:{$lv->Fields['typename']} "; - $moremsg = "这个栏目需要".$memberTypes[$lv->Fields['corank']]."才能浏览,您目前等级是".$memberTypes[$cfg_ml->M_Rank].""; + $moremsg = "该栏目需要".$memberTypes[$lv->Fields['corank']]."才能浏览,您目前等级是".$memberTypes[$cfg_ml->M_Rank].""; include_once(DEDETEMPLATE.'/plus/view_msg_catalog.htm'); exit(); } diff --git a/src/apps/view.php b/src/apps/view.php index 21556285..9e0829f4 100755 --- a/src/apps/view.php +++ b/src/apps/view.php @@ -25,7 +25,7 @@ $needRank = $arc->Fields['arcrank']; require_once(DEDEINC.'/memberlogin.class.php'); $cfg_ml = new MemberLogin(); if ($needRank < 0 && $arc->Fields['mid'] != $cfg_ml->M_ID) { - ShowMsg('文档尚未审核,非作者本人无权查看', 'javascript:;'); + ShowMsg('文档未审核,暂时无法浏览', 'javascript:;'); exit(); } //设置了权限限制的文档 @@ -44,7 +44,7 @@ if ($needMoney > 0 || $needRank > 1) { } $memberTypes[0] = "游客或没权限会员"; $msgtitle = "您没有权限浏览文档:{$arctitle} "; - $moremsg = "文档需要".$memberTypes[$needRank]."才能浏览,您目前等级是".$memberTypes[$cfg_ml->M_Rank].""; + $moremsg = "该文档需要".$memberTypes[$needRank]."才能浏览,您目前等级是".$memberTypes[$cfg_ml->M_Rank].""; include_once(DEDETEMPLATE.'/plus/view_msg.htm'); exit(); } @@ -56,7 +56,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.'/plus/view_msg.htm'); $arc->Close(); exit(); @@ -77,7 +77,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."/plus/view_msg.htm"); $arc->Close(); exit(); diff --git a/src/user/templets/buy.htm b/src/user/templets/buy.htm index 2783e68b..662f1597 100755 --- a/src/user/templets/buy.htm +++ b/src/user/templets/buy.htm @@ -28,7 +28,7 @@ 0) {?> fields['scores'] / $cfg_money_scores);?>
-

用积分兑换金币(

+

用积分兑换金币(

diff --git a/src/user/templets/index.htm b/src/user/templets/index.htm index f88a981c..d7107418 100755 --- a/src/user/templets/index.htm +++ b/src/user/templets/index.htm @@ -27,7 +27,7 @@
M_LoginID;?>
-

M_MbType;?>积分M_Scores;?>分,金币M_Money;?>

+

M_MbType;?>积分:M_Scores;?>,金币:M_Money;?>

充值