2 Commits becf762563 ... c0cd45638e

Autore SHA1 Messaggio Data
  wenjie c0cd45638e Merge branch 'master' of http://git.zonelife.cn:3000/zhangtao/city-gather 1 settimana fa
  wenjie d4ee82db94 ``` 1 settimana fa
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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,
   })