From 9891ea089ceff3affa2578d7159fa40253ecabbf Mon Sep 17 00:00:00 2001 From: alsotang Date: Sun, 26 Oct 2014 17:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=97=AE=E7=AD=94=E8=B4=B4=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E7=BB=99=E5=87=BA=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/topic/edit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/topic/edit.html b/views/topic/edit.html index 08c36a2..30193f3 100644 --- a/views/topic/edit.html +++ b/views/topic/edit.html @@ -106,6 +106,8 @@ var warnMsg = ''; if (value === 'job') { warnMsg = '为避免被管理员删帖,发帖时请好好阅读《招聘帖规范》'; + } else if (value === 'ask') { + warnMsg = '提问时,请遵循 《提问的智慧》中提及的要点,以便您更接收到高质量回复。' } $('#topic_create_warn').html(warnMsg); });