dever 6 年之前
父節點
當前提交
0ba7f343ac
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      main/assets/mobile/content.html

+ 4 - 0
main/assets/mobile/content.html

@@ -98,5 +98,9 @@ function audioPlay(id){
 function audioPause(id){
     $('#auido_'+ id).find('.sound').removeClass('playing');
 }
+function emit(id,txt){
+    $('#live_note_'+ id).html(txt);
+}
+
 </script>
 </html>