pyt
2025-05-23 e3fd50dff9b482346fe12c95d0cdd30a1f39947c
H5/pages/dispatchWorkOrder/dispatchWorkOrder.vue
@@ -25,7 +25,12 @@
                  </view>
               </view>
               <view class="person-item flex1">{{detail.name}}</view>
               <view class="flex a-center">
               <view class="phone-item flex1">{{detail.contactNumber}}</view>
                  <image @click.stop="callPhone(detail.contactNumber)" src="../../static/tell.png"
                     class="w-58 h-58 shrink0 " />
               </view>
            </view>
         </view>
      </view>
@@ -93,6 +98,12 @@
         }
      },
      methods: {
         callPhone(phoneNumber) {
            uni.makePhoneCall({
               phoneNumber
            });
         },
         close() {
            this.showPop = false
         },