qingcheng-xiaochengxu/pages/personCenter/contactSuper/contactSuper.wxml

18 lines
531 B
Plaintext
Raw Normal View History

2025-05-26 01:46:08 +00:00
<view class="flex-col justify-start page">
2025-05-28 16:47:08 +00:00
<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>
<image
class="shrink-0 image_2 ml-6"
src="./images/sjh.png"
/>
2025-05-26 01:46:08 +00:00
</view>
</view>
<image
2025-05-28 16:47:08 +00:00
class="self-start image"
2025-05-28 04:51:02 +00:00
src="./images/logo.png"
2025-05-26 01:46:08 +00:00
/>
</view>
</view>