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
 				}