H5/pages/problemReporting/problemReporting.vue
@@ -25,7 +25,11 @@ </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> @@ -85,6 +89,11 @@ } }, methods: { callPhone(phoneNumber) { uni.makePhoneCall({ phoneNumber }); }, problemReports() { // 述求录入并上报 if (Object.keys(this.appealData).length != 0) {