21 lines
619 B
Plaintext
21 lines
619 B
Plaintext
<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">{{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"
|
|
/>
|
|
</view>
|
|
</view>
|
|
<image
|
|
class="self-start image"
|
|
src="./images/logo.png"
|
|
/>
|
|
</view>
|
|
</view>
|