2 Revize becf762563 ... c0cd45638e

Autor SHA1 Zpráva Datum
  wenjie c0cd45638e Merge branch 'master' of http://git.zonelife.cn:3000/zhangtao/city-gather před 1 týdnem
  wenjie d4ee82db94 ``` před 1 týdnem
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      src/subPack-film/order-detail/index.vue

+ 7 - 0
src/subPack-film/order-detail/index.vue

@@ -48,6 +48,13 @@ async function getData(orderNo: string) {
   }
 }
 function call() {
+  if (!orderInfo.value.phone) {
+    uni.showToast({
+      title: '暂无联系电话',
+      icon: 'none',
+    })
+    return
+  }
   uni.makePhoneCall({
     phoneNumber: orderInfo.value.phone,
   })