默认提交
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -23,9 +23,9 @@ | ... | @@ -23,9 +23,9 @@ |
| 23 | </view> | 23 | </view> |
| 24 | </view> --> | 24 | </view> --> |
| 25 | <view class="form-item"> | 25 | <view class="form-item"> |
| 26 | <view class="label">手机</view> | 26 | <view class="label">联系电话</view> |
| 27 | <text class="val">{{contactInfo.contactPhone}}</text> | 27 | <text class="val">{{contactInfo.contactTel}}</text> |
| 28 | <view class="exts" bindtap="onMakePhoneCallHandler" data-data="{{contactInfo.contactPhone}}"> | 28 | <view class="exts" bindtap="onMakePhoneCallHandler" data-data="{{contactInfo.contactTel}}"> |
| 29 | <image class="icon" mode="aspectFit" src="../../image/contact/contact-c2.png" /> | 29 | <image class="icon" mode="aspectFit" src="../../image/contact/contact-c2.png" /> |
| 30 | </view> | 30 | </view> |
| 31 | </view> | 31 | </view> | ... | ... |
-
Please register or sign in to post a comment