30 lines
760 B
Plaintext
30 lines
760 B
Plaintext
<!-- 设置页 -->
|
|
|
|
<view class="set-pos-box">
|
|
|
|
<t-cell-group>
|
|
<t-cell
|
|
wx:for="{{platformSpecList}}"
|
|
wx:for-item="xitem"
|
|
wx:for-index="xindex"
|
|
wx:key="xindex"
|
|
title="{{xitem.platformSpecTitle}}"
|
|
arrow="true"
|
|
bordered="{{false}}"
|
|
data-guid="{{xitem.platformSpecGuid}}"
|
|
bind:click="onClickCell"
|
|
t-class="t-cell-padding"
|
|
t-class-note="order-group-note"
|
|
t-class-left="order-group__left"
|
|
>
|
|
<!-- <t-icon name="{{xitem.icon}}" size="48rpx" slot="note" /> -->
|
|
</t-cell>
|
|
</t-cell-group>
|
|
|
|
<!-- 退出登录按钮 -->
|
|
<view class="log-out-btn-box">
|
|
<van-button block round bind:click="logOut">退出当前账号</van-button>
|
|
</view>
|
|
|
|
</view>
|