浏览代码

modify comment color

stanley-king 9 年之前
父节点
当前提交
f4b776abd5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/resource/mobile/bonus/js/tel.js

+ 1 - 1
data/resource/mobile/bonus/js/tel.js

@@ -273,7 +273,7 @@ $(function(){
             }),function (data, status) {
                 return false;
             };
-            $('#message').text(msg);
+            $('#message').text(msg).attr('color','9b9b9b');
             $('#bomb').remove();
         }
     });