hejianhao
昨天 137bb06f7dc711f72abbd5311fa064e0c6a5fc1a
H5/pages/result-entry/index.vue
@@ -23,8 +23,14 @@
                  <view class="fs-27 lh-38 mt-10">{{ info.name }}</view>
               </view>
               <view class="flex-column a-center">
                  <view class="fs-27 lh-38 font-bold">联系电话</view>
                  <view class="fs-27 lh-38 mt-10">{{ info.contactNumber }}</view>
                  <view class="flex a-center">
                     <view>
                        <view class="fs-27 lh-38 font-bold">联系电话</view>
                        <view class="fs-27 lh-38 mt-10">{{ info.contactNumber }}</view>
                     </view>
                     <image @click.stop="callPhone(info.contactNumber)" src="../../static/tell.png"
                        class="w-58 h-58 shrink0 " />
                  </view>
               </view>
            </view>
            <view v-else class="mt-33">
@@ -226,6 +232,11 @@
         }
      },
      methods: {
         callPhone(phoneNumber) {
            uni.makePhoneCall({
               phoneNumber
            });
         },
         comfirm() {
            this.appealData = {}
            uni.navigateBack()