index.wxml 1.0 KB

12345678910111213141516171819202122
  1. <!-- top-view -->
  2. <view class="top-view">
  3. <!-- 导航栏 -->
  4. <van-nav-bar custom-style="background-color: #fff">
  5. <van-icon slot="left" name="arrow-left" size="25px" color="#333" bind:click="backToParent"/>
  6. <text slot="title" style="color: #333;">关于我们</text>
  7. </van-nav-bar>
  8. </view>
  9. <view class="container" style="margin-bottom: 20px;">
  10. <!-- logo图片 -->
  11. <van-image width="100" height="100" lazy-load radius="10px" src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fp6.itc.cn%2Fimages01%2F20201013%2F4742c373ba044538a0b9dc0dec93f5b8.jpeg&refer=http%3A%2F%2Fp6.itc.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1662619772&t=af033b0c014ea50ff71b10a28c332b60">
  12. <van-loading slot="loading" type="spinner" size="20" vertical />
  13. </van-image>
  14. <text style="color: #666; font-size: 14px;">版本号:{{version}}</text>
  15. </view>
  16. <!-- van-cell-group -->
  17. <van-cell-group>
  18. <van-cell title="隐私政策" is-link />
  19. <van-cell title="用户协议" is-link />
  20. </van-cell-group>