Преглед изворни кода

Merge branch 'feature-tianyong-newVersion' of http://git.dayaedu.com/liushengqiang/music-score into kt-dev

TIANYONG пре 1 година
родитељ
комит
1b21e6805f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/page-instrument/simple-detail/index.tsx

+ 2 - 2
src/page-instrument/simple-detail/index.tsx

@@ -22,7 +22,7 @@ export default defineComponent({
 		});
 
 		const communicateCb = (res: any) => {
-			// console.log('h5消息',res)
+			console.log('h5消息',res)
 			// 开始播放
 			if (res?.data?.api === "api_play") {
 				console.log('h5开始播放')
@@ -44,7 +44,7 @@ export default defineComponent({
 			}
 			// 播放进度
 			if (res?.data?.api === "api_playProgress") {
-				// console.log('h5播放进度',res)
+				console.log('播放进度',res)
 				if (res?.data?.content?.currentTime) {
 					if (res?.data?.content?.currentTime < detailData.currentTime) {
 						state.activeNoteIndex = 0