智慧保安互联网APP
shuishen
2021-08-13 a20be9f645f5403cd9976308d90db6991a95ad20
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