components/submit/submit.vue
@@ -293,10 +293,11 @@ // }); // // } // } uni.navigateTo({ url: '../videoCall/videoCall?state=' + val + '&type=video' + '&myname=' + this.names[0] + var url = '../videoCall/videoCall?state=' + val + '&type=video' + '&myname=' + this.names[0] + '&toname=' + this.names[1] console.log(url) uni.navigateTo({ url: url }); }, //接收视频