2025-05-26 09:46:08 +08:00
|
|
|
<view class="flex-col justify-start page">
|
2025-05-29 00:47:08 +08:00
|
|
|
<view class="flex-row justify-between section">
|
|
|
|
<view class="flex-col self-center">
|
2025-06-15 21:51:05 +08:00
|
|
|
<!-- 绑定昵称 -->
|
|
|
|
<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>
|
2025-05-29 00:47:08 +08:00
|
|
|
<image
|
|
|
|
class="shrink-0 image_2 ml-6"
|
|
|
|
src="./images/sjh.png"
|
|
|
|
/>
|
2025-05-26 09:46:08 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<image
|
2025-05-29 00:47:08 +08:00
|
|
|
class="self-start image"
|
2025-05-28 12:51:02 +08:00
|
|
|
src="./images/logo.png"
|
2025-05-26 09:46:08 +08:00
|
|
|
/>
|
|
|
|
</view>
|
2025-06-15 21:51:05 +08:00
|
|
|
</view>
|