Commit 2c77da1a by zujiaozhang

'审核中的帖子禁止编辑'

parent ee6015aa
...@@ -194,7 +194,7 @@ define(['zepto', 'medtap'], function($, medtap) { ...@@ -194,7 +194,7 @@ define(['zepto', 'medtap'], function($, medtap) {
// 要显示的条件判断语句 // 要显示的条件判断语句
switch (list[i].status){ switch (list[i].status){
case 0: case 0:
showStr = editIsshow showStr = ''
showBottom=waitStr showBottom=waitStr
break; break;
case 1: case 1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment