Selaa lähdekoodia

隐藏录音文字下载按钮

fanlongfei 7 vuotta sitten
vanhempi
commit
1cbac8dee4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      CallCenterWeb.UI/TelCall/CallRecord.html

+ 1 - 1
CallCenterWeb.UI/TelCall/CallRecord.html

@@ -485,7 +485,7 @@
485 485
 				$(".Ly_box").empty();
486 486
 				$(".LY_box").empty();
487 487
 				$('<audio  style="width:100%;"class=" " src="' + path + '" loop="loop" controls="controls"></audio>').appendTo(".Ly_box");
488
-				$('<a href="' + path + '" class="sc_btn LY "download="' + path + '">下载录音</a>').appendTo(".LY_box");
488
+				//$('<a href="' + path + '" class="sc_btn LY "download="' + path + '">下载录音</a>').appendTo(".LY_box");//20180511 by fanlongfei 隐藏文字下载按钮
489 489
 			}
490 490
 			//导出
491 491
 			$('.export').click(function() {