49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
<view class="flex-col page">
|
|
<view class="flex-col group">
|
|
<view class="flex-row self-stretch section">
|
|
<image
|
|
class="self-center image"
|
|
src="./images/logo.png"
|
|
/>
|
|
<view class="flex-col items-start flex-1 self-start group_2 ml-8">
|
|
<text class="text">user</text>
|
|
<text class="font text_2 mt-28">15888610253</text>
|
|
</view>
|
|
</view>
|
|
<text class="self-start font_2 text_3 mt-19">平台服务</text>
|
|
<view class="flex-col self-stretch list mt-19">
|
|
<view class="flex-row justify-between items-center list-item" bind:tap="gotoResetPwd">
|
|
<text class="font text_4">修改密码</text>
|
|
<image
|
|
class="image_2"
|
|
src="./images/yjt.png"
|
|
/>
|
|
</view>
|
|
<view class="section_3"></view>
|
|
<view class="flex-row justify-between items-center group_4">
|
|
<text class="font text_5">联系客服</text>
|
|
<image
|
|
class="image_2"
|
|
src="./images/yjt.png"
|
|
/>
|
|
</view>
|
|
<view class="section_3"></view>
|
|
<view class="flex-row justify-between items-center group_5">
|
|
<text class="font">用户协议</text>
|
|
<image
|
|
class="image_2"
|
|
src="./images/yjt.png"
|
|
/>
|
|
</view>
|
|
<view class="section_3"></view>
|
|
<view class="flex-row justify-between items-center group_6">
|
|
<text class="font text_6">隐私政策</text>
|
|
<image
|
|
class="image_2"
|
|
src="./images/yjt.png"
|
|
/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col justify-start items-center text-wrapper"><text class="font_2 text_7">退出登录</text></view>
|
|
</view> |