setting.wxml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <!--pages/setting/setting.wxml-->
  2. <view class="pannel" style="margin-top: 20rpx;">
  3. <navigator url="/pages/autoPage/autoPage?code=USER_SERVICE_AGREEMENT" hover-class="none" class="cell">
  4. <view class="cellText">用户协议</view>
  5. <view class="cellInput abelCellItem iconfont"></view>
  6. </navigator>
  7. <navigator url="/pages/autoPage/autoPage?code=PRIVACY_POLICY" hover-class="none" class="cell">
  8. <view class="cellText">隐私政策</view>
  9. <view class="cellInput abelCellItem iconfont"></view>
  10. </navigator>
  11. <!-- <view class="cell" bind:tap="exit">
  12. <view class="cellText">退出小程序</view>
  13. <view class="cellInput abelCellItem iconfont"></view>
  14. </view> -->
  15. <view class="cell" bind:tap="logout" wx:if="{{userInfo && userInfo.userId}}">
  16. <view class="cellText">退出登录</view>
  17. <view class="cellInput abelCellItem iconfont"></view>
  18. </view>
  19. <!-- <view class="cell" bind:tap="restart">
  20. <view class="cellText">重启小程序</view>
  21. <view class="cellInput abelCellItem iconfont"></view>
  22. </view> -->
  23. <view class="cell" bind:tap="exit">
  24. <view class="cellText">退出小程序</view>
  25. <view class="cellInput abelCellItem iconfont"></view>
  26. </view>
  27. </view>