董国庆
10 小时以前 b913c19cacbe495274af59fc99e0389749e7d5bd
H5/pages/problemReporting/problemReporting.vue
@@ -25,7 +25,11 @@
                  </view>
               </view>
               <view class="person-item flex1">{{detail.name}}</view>
               <view class="phone-item flex1">{{detail.contactNumber}}</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>
@@ -85,6 +89,11 @@
         }
      },
      methods: {
         callPhone(phoneNumber) {
            uni.makePhoneCall({
               phoneNumber
            });
         },
         problemReports() {
            // 述求录入并上报
            if (Object.keys(this.appealData).length != 0) {