Commit d41de24c authored by hujun's avatar hujun

录音界面

parent 52fb6262
......@@ -25,7 +25,9 @@
[% } %]
</td>
<td>
<video id="media" src="[%= it[item]['voice_file'] %]" controls width="200px" height="38px" ></video>
[% if (it[item]['voice_file']) { %]
<video id="media" src="[%= it[item]['voice_file'] %]" controls width="200px" height="50px" ></video>
[% } %]
</td>
<td>
[% if(it[item]['type'] == 0) { %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment