| 12345678910111213141516171819 |
- <cu-custom bgColor="bg-color" isBack="{{true}}" title="隐私协议">
- <!-- <view slot="content">隐私协议</view> -->
- </cu-custom>
- <view class="my_action">
- <view class="my_card">
- <navigator url="/pages/article/yinsizc" class="my_action_item">
- <image src="/img/my_icon5.png"></image>
- <view>隐私政策</view>
- <text class="cuIcon-right lg text-gray"></text>
- </navigator>
- </view>
- <view class="my_card">
- <navigator url="/pages/article/baohuxy" class="my_action_item">
- <image src="/img/my_icon5.png"></image>
- <view>保护协议</view>
- <text class="cuIcon-right lg text-gray"></text>
- </navigator>
- </view>
- </view>
|