hejianhao
4 天以前 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-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 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}`
@@ -171,7 +180,7 @@
   }
   .bgcolor1 {
      background: linear-gradient( 270deg, rgba(255,241,0,0.5) 0%, rgba(255,249,172,0.25) 48%, rgba(255,255,255,0.2) 100%, #FFFFFF 100%);
      background: linear-gradient(270deg, rgba(255, 241, 0, 0.5) 0%, rgba(255, 249, 172, 0.25) 48%, rgba(255, 255, 255, 0.2) 100%, #FFFFFF 100%);
   }
   .bgcolor2 {