完成了小程序联系上级的功能(点击手机号跳转拨号页面)

This commit is contained in:
2025-06-15 21:51:05 +08:00
parent 0739bdcbb8
commit 7603d8c96c
5 changed files with 53 additions and 90 deletions

View File

@ -1,9 +1,11 @@
<view class="flex-col justify-start page">
<view class="flex-row justify-between section">
<view class="flex-col self-center">
<text class="self-start text">CHENXINZHI</text>
<view class="flex-row items-center self-stretch mt-53">
<text class="text_2">联系电话 15123967648</text>
<!-- 绑定昵称 -->
<text class="self-start text">{{nickName}}</text>
<view class="flex-row items-center self-stretch mt-53" bind:tap="gotoCall">
<!-- 绑定手机号 -->
<text class="text_2">联系电话 {{phoneNumber}}</text>
<image
class="shrink-0 image_2 ml-6"
src="./images/sjh.png"
@ -15,4 +17,4 @@
src="./images/logo.png"
/>
</view>
</view>
</view>