settings.wxml 522 B

123456789101112131415161718192021222324252627
  1. <view class="cells">
  2. <view class="item">
  3. <text>个人资料</text>
  4. <switch/>
  5. </view>
  6. <view class="item">
  7. <text>我的优惠券</text>
  8. <switch/>
  9. </view>
  10. <view class="divider"></view>
  11. <view class="item">
  12. <text>常见问题</text>
  13. <switch/>
  14. </view>
  15. <view class="item">
  16. <text>使用条款</text>
  17. <switch/>
  18. </view>
  19. <view class="item">
  20. <text>隐私权政策</text>
  21. <switch/>
  22. </view>
  23. <view class="item">
  24. <text>联系客服</text>
  25. <switch/>
  26. </view>
  27. </view>