...
|
...
|
@@ -320,8 +320,6 @@ |
|
|
<script src="__TMPL__/public/assets/js/myweui.js"></script>
|
|
|
<script src="__TMPL__/public/assets/js/referral.js"></script>
|
|
|
<script>
|
|
|
alert(2222)
|
|
|
|
|
|
|
|
|
//文本框显示字数
|
|
|
$(".area").on("input propertychange", function () {
|
...
|
...
|
@@ -506,29 +504,8 @@ alert(2222) |
|
|
|
|
|
|
|
|
//添加一条新语音
|
|
|
var num = 0;
|
|
|
var num = 1;
|
|
|
$('.voice_module').on('click', '.add_voice', function () {
|
|
|
// $('.voice_module').append($('.voice_list').html());
|
|
|
// $('.voice_list .voice_first').show()
|
|
|
// $('.add_icon').show()
|
|
|
|
|
|
|
|
|
// var parent = $(this).parents('.voice_module')
|
|
|
// parent.append($('.temp_list').clone());
|
|
|
|
|
|
|
|
|
// var videolist = $(".voice_module");
|
|
|
// for (var i = 0; i < videolist.length; i++) {
|
|
|
//
|
|
|
// var videoid = $(videolist[i]).attr("video-id");
|
|
|
// if (videoid == title_id) {
|
|
|
// $(videolist[i]).show();
|
|
|
// $(videolist[i]).append($('.voice_list').html());
|
|
|
// $(videolist[i]).children('.voice_list .voice_first').show();
|
|
|
// $('.icon_cancle').show()
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
times=60
|
|
|
// clearInterval(timer);
|
|
|
var day = 0,
|
...
|
...
|
@@ -543,7 +520,7 @@ alert(2222) |
|
|
$('#hour_show').html('<text id="h"></text>' + hour + ':');
|
|
|
$('#minute_show').html('<text></text>' + minute + ':');
|
|
|
$('#second_show').html('<text></text>' + second + '');
|
|
|
|
|
|
$('#second_test').html(60);
|
|
|
|
|
|
num = num + 1
|
|
|
var parent = $(this).parents('.voice_module')
|
...
|
...
|
@@ -551,7 +528,7 @@ alert(2222) |
|
|
'<div class="voice_box voice_third" style="display: none;">\n' +
|
|
|
' <div class="voice_item">\n' +
|
|
|
' <text class="iconfont icon-luyin voice_icon"></text>\n' +
|
|
|
' <text class="voice_font luyin">点击图标可播放 时长:10秒</text>\n' +
|
|
|
' <text class="voice_font luyin">点击图标可播放 时长:<span class="timeLength">0</span>秒</text>\n' +
|
|
|
' </div>\n' +
|
|
|
' <div class="voice_btn_box">\n' +
|
|
|
' <text class="iconfont icon-quxiao cancle_voice"></text>\n' +
|
...
|
...
|
|