1
0

2 Коммитууд becf762563 ... c0cd45638e

Эзэн SHA1 Мессеж Огноо
  wenjie c0cd45638e Merge branch 'master' of http://git.zonelife.cn:3000/zhangtao/city-gather 1 долоо хоног өмнө
  wenjie d4ee82db94 ``` 1 долоо хоног өмнө

+ 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,
   })