yinsi.wxml 671 B

12345678910111213141516171819
  1. <cu-custom bgColor="bg-color" isBack="{{true}}" title="隐私协议">
  2. <!-- <view slot="content">隐私协议</view> -->
  3. </cu-custom>
  4. <view class="my_action">
  5. <view class="my_card">
  6. <navigator url="/pages/article/yinsizc" class="my_action_item">
  7. <image src="/img/my_icon5.png"></image>
  8. <view>隐私政策</view>
  9. <text class="cuIcon-right lg text-gray"></text>
  10. </navigator>
  11. </view>
  12. <view class="my_card">
  13. <navigator url="/pages/article/baohuxy" class="my_action_item">
  14. <image src="/img/my_icon5.png"></image>
  15. <view>保护协议</view>
  16. <text class="cuIcon-right lg text-gray"></text>
  17. </navigator>
  18. </view>
  19. </view>