From 8b5f4f27c77517f5f4f81c1ce6e21175055c1fa2 Mon Sep 17 00:00:00 2001 From: popcorner <351633+popcorner@user.noreply.gitee.com> Date: Sun, 27 Dec 2020 15:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=B9=BF=E6=92=AD=E7=9B=B8=E5=85=B3=E6=A8=A1=E6=9D=BF=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=AF=AD=E8=A8=80=E5=8C=85=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/template/default/home/space_index.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/template/default/home/space_index.htm b/upload/template/default/home/space_index.htm index 719380660..8eadeceef 100644 --- a/upload/template/default/home/space_index.htm +++ b/upload/template/default/home/space_index.htm @@ -49,11 +49,11 @@ function succeedhandle_followmod(url, msg, values) { var fObj = $('followmod'); if(values['type'] == 'add') { - fObj.innerHTML = '取消收听'; + fObj.innerHTML = '{lang follow_cancle_follow}'; fObj.className = 'flw_btn_unfo'; fObj.href = 'home.php?mod=spacecp&ac=follow&op=del&fuid='+values['fuid']; } else if(values['type'] == 'del') { - fObj.innerHTML = '收听TA'; + fObj.innerHTML = '{lang follow_follow_ta}'; fObj.className = 'flw_btn_fo'; fObj.href = 'home.php?mod=spacecp&ac=follow&op=add&hash={FORMHASH}&fuid='+values['fuid']; } -- Gitee