components/submit/submit.vue
@@ -76,7 +76,7 @@ const recorderManager = uni.getRecorderManager() export default { props: ['names'], props: ['names','callname'], data() { return { isrecord: false, @@ -294,7 +294,7 @@ // // } // } var url = '../videoCall/videoCall?state=' + val + '&type=video' + '&myname=' + this.names[0] + '&toname=' + this.names[1] '&toname=' + this.names[1] + '&callname=' + this.callname console.log(url) uni.navigateTo({ url: url