Bläddra i källkod

fix 随机拍

he2802 3 år sedan
förälder
incheckning
9275d540d0
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      pages3/course/detail.vue

+ 2 - 1
pages3/course/detail.vue

@@ -135,7 +135,8 @@ export default {
 			for (var itemChild of self.listenConfigList) {
 				if(itemChild.sectionId==self.playSectionId){
 					if(itemChild.auditionMinute>0){
-						self.listenSecond = itemChild.auditionMinute *60 //试听秒数
+				//		self.listenSecond = itemChild.auditionMinute *60 //试听秒数
+						self.listenSecond = itemChild.auditionMinute //试听秒数 auditionMinute调整为秒单位
 					}
 				}
 			}