hejianhao
2025-05-18 60bdd6e881fbefc8c375eb9e9d71009d6c63859d
H5/pages/progress/progress.vue
@@ -20,9 +20,13 @@
               <view class="fs-27 lh-38 font-bold">群众姓名</view>
               <view class="fs-27 lh-38 mt-10">{{ info.name }}</view>
            </view>
            <view class="flex a-center">
            <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>
               <image @click.stop="callPhone(info.contactNumber)" src="../../static/tell.png"
                  class="w-58 h-58 shrink0 " />
            </view>
         </view>
      </view>
@@ -125,6 +129,11 @@
         })
      },
      methods: {
         callPhone(phoneNumber) {
            uni.makePhoneCall({
               phoneNumber
            });
         },
         toAdd() {
            uni.navigateTo({
               url: `/pages/add-progress/index?id=${this.id}`