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.

index.wxml 222B

1 year ago
123456
  1. <view class="list">
  2. <view class="list-item" bind:tap="toQuit">
  3. <view class="list-title">退出登录</view>
  4. <image src="/icons/right.png" mode="aspectFit" style="width: 28rpx; height: 28rpx;" />
  5. </view>
  6. </view>