wangguoyu 5 달 전
부모
커밋
247df6865a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/questionJiexi/questionJiexi.vue

+ 2 - 2
components/questionJiexi/questionJiexi.vue

@@ -22,7 +22,7 @@
 							:playAuth="playAuth"
 								:change:playAuth="renderScript.receiveMsg" 
 								:videoId="videoId"
-									:change:videoId="renderScript.videoId" 
+									:change:videoId="renderScript.videoIdFun" 
 								 :seekTime="seekTime"
 								:change:seekTime="renderScript.seekTimeFun">
 							</view>
@@ -117,7 +117,7 @@
 					this.playAli()
 				}
 			},
-			videoId(newValue, oldValue, ownerInstance, instance) {
+			videoIdFun(newValue, oldValue, ownerInstance, instance) {
 				if (newValue) {
 					this.videoId = newValue
 				}