929fec5f by yangjianbin

init

1 parent 5dbd2fd3
......@@ -93,7 +93,7 @@
if(full.status == 1){
str = '<li><a href="javascript:freeze('+data+');">冻结</a></li>';
} else {
str = '<li><a href="javascript:unfreeze('+data+');">正常</a></li>';
str = '<li><a href="javascript:unfreeze('+data+');">解冻</a></li>';
}
return '<span class="dropDown dropDown_hover">\
<button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!