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.
123456 |
- <view class="list">
- <view class="list-item" bind:tap="toQuit">
- <view class="list-title">退出登录</view>
- <image src="/icons/right.png" mode="aspectFit" style="width: 28rpx; height: 28rpx;" />
- </view>
- </view>
|