...
|
...
|
@@ -179,7 +179,7 @@ |
|
|
$("#cancelBtn").attr("style", "display:none");
|
|
|
} else if (authStatus == '1' ) {
|
|
|
authStatusStr = "已通过";
|
|
|
if(detailInfo.hasPublished == 'Y'){
|
|
|
if(detailInfo.hasPublished == 'N'){
|
|
|
// $("#cancelBtn").attr("style", "display:block");
|
|
|
$("#publishBtn").attr("style", "display:none");
|
|
|
$("#timerBtn").attr("style", "display:none");
|
...
|
...
|
|