929fec5f by yangjianbin

init

1 parent 5dbd2fd3
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
93 if(full.status == 1){ 93 if(full.status == 1){
94 str = '<li><a href="javascript:freeze('+data+');">冻结</a></li>'; 94 str = '<li><a href="javascript:freeze('+data+');">冻结</a></li>';
95 } else { 95 } else {
96 str = '<li><a href="javascript:unfreeze('+data+');">正常</a></li>'; 96 str = '<li><a href="javascript:unfreeze('+data+');">解冻</a></li>';
97 } 97 }
98 return '<span class="dropDown dropDown_hover">\ 98 return '<span class="dropDown dropDown_hover">\
99 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 99 <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!