|
|
@@ -2290,7 +2290,7 @@ function adjustFontSize(FontSize) {
|
|
|
function mobileTSFunc(ID) {
|
|
|
pressTableFlag = true;
|
|
|
// 移动端回调处理
|
|
|
- //plugin.onSeekBarDown(ID); 安卓
|
|
|
+ plugin.onSeekBarDown(ID); 安卓
|
|
|
}
|
|
|
// 音频进度条松开回调
|
|
|
function mobileTEFunc(ID) {
|
|
|
@@ -2299,5 +2299,5 @@ function mobileTEFunc(ID) {
|
|
|
var jQStr = ".LDFPlayS_" + ID;
|
|
|
var AudioUrl = $(jQStr).parent().prev(".LDivTop").find(".LDivTItem[data-selected='1']").attr("data-auduourl"); // 路径
|
|
|
// 移动端回调处理
|
|
|
- // plugin.onSeekBarUp(ID, CurrentTime, AudioUrl); // 安卓
|
|
|
+ plugin.onSeekBarUp(ID, CurrentTime, AudioUrl); // 安卓
|
|
|
}
|