You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.1 KiB

<view class="mine_title">
<view class="title_left">
<view style="font-size:40rpx">胆怯的麦粒</view>
<view style="font-size:24rpx; color: #9b9999;"> 欢迎您使⽤硕为思平台</view>
</view>
<view class="title_right">
<van-image round width="200rpx" height="200rpx" fit='cover' src="https://img.yzcdn.cn/vant/cat.jpeg" />
</view>
</view>
<view class="content">
<van-cell title="账号绑定" is-link icon="location-o" border="{{false}}" title-class='cell_label' />
<van-cell title="帮助中心" is-link icon="location-o" border="{{false}}" title-class='cell_label'/>
<van-cell title="我的报告" is-link icon="location-o" border="{{false}}" title-class='cell_label'/>
<van-cell title="隐私政策" is-link icon="location-o" border="{{false}}" title-class='cell_label'/>
<van-cell title="关于我们" is-link icon="location-o" border="{{false}}" title-class='cell_label' />
</view>
<view class="quit">
<van-button type="primary" block color='#d9edff' custom-style='btn_style'>退出登录</van-button>
</view>