libushang 8 mesiacov pred
rodič
commit
183d05374d

+ 5 - 2
src/views/onlineRollCall/rollCallDetails.vue

@@ -92,7 +92,7 @@
           </div>
         </div>
         <div class="item-bottom">
-          <div class="btn" @click="handleVideo(item.video_url)">视频</div>
+          <!-- div class="btn" @click="handleVideo(item.video_url)">视频</div -->
           <div class="btn" @click="handleCall(item.call_url)">电话</div>
         </div>
       </div>
@@ -215,7 +215,10 @@ const handleVideo = (url) => {
 }
 
 const handleCall = (url) => {
-  showToast("唤醒融合通信电话功能");
+  //const a = document.createElement('a');
+  //a.href = "tel:13800138000";
+  //a.click();
+  showToast("唤醒手机拨号功能");
 }
 
 onMounted(() => {