Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

info_connect.vue 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <template>
  2. <view class="content">
  3. <view class="text-value">
  4. 为了帮助您更好的了解我们这主要的业务场景下,对您个人信息的收集、使用情况,我们制定了如下《个人信息收集清单》。
  5. </view>
  6. <view class="content-card">
  7. <view class="card">
  8. <view class="item-flex-bottom">
  9. <image :showLoading="true" :src="`${$imgUrl}user-tip.png`"
  10. style="width: 48rpx;height: 48rpx;">
  11. </image>
  12. <view class="card-title">
  13. 用户登录
  14. </view>
  15. </view>
  16. <view class="item-flex">
  17. <view class="title">
  18. 服务:
  19. </view>
  20. <view class="value">
  21. 用户登录
  22. </view>
  23. </view>
  24. <view class="item-flex">
  25. <view class="title">
  26. 权限:
  27. </view>
  28. <view class="value">
  29. 微信授权
  30. </view>
  31. </view>
  32. <view class="item-flex">
  33. <view class="title">
  34. 收集个人信息:
  35. </view>
  36. <view class="value">
  37. 手机号、头像、用户昵称
  38. </view>
  39. </view>
  40. <view class="item-flex">
  41. <view class="title">
  42. 证件/照片:
  43. </view>
  44. <view class="value">
  45. 获取手机号完成用户登录
  46. </view>
  47. </view>
  48. <view class="item-flex">
  49. <view class="title">
  50. 目的:
  51. </view>
  52. <view class="value">
  53. 获取手机号完成用户登录
  54. </view>
  55. </view>
  56. </view>
  57. <view style="margin-top: 30rpx;" class="card">
  58. <view class="item-flex-bottom">
  59. <image :showLoading="true" :src="`${$imgUrl}touxiang.png`"
  60. style="width: 48rpx;height: 48rpx;">
  61. </image>
  62. <view class="card-title">
  63. 个人信息管理头像
  64. </view>
  65. </view>
  66. <view class="item-flex">
  67. <view class="title">
  68. 服务:
  69. </view>
  70. <view class="value">
  71. 我的-个人信息管理-头像
  72. </view>
  73. </view>
  74. <view class="item-flex">
  75. <view class="title">
  76. 权限:
  77. </view>
  78. <view class="value">
  79. 手机拍照、手机相册权限
  80. </view>
  81. </view>
  82. <view class="item-flex">
  83. <view class="title">
  84. 收集个人信息:
  85. </view>
  86. <view class="value">
  87. 用户自有图片
  88. </view>
  89. </view>
  90. <view class="item-flex">
  91. <view class="title">
  92. 证件/照片:
  93. </view>
  94. <view class="value">
  95. 用户自有图片
  96. </view>
  97. </view>
  98. <view class="item-flex">
  99. <view class="title">
  100. 目的:
  101. </view>
  102. <view class="value">
  103. 用于查看或变更用户的头像
  104. </view>
  105. </view>
  106. </view>
  107. <view style="margin-top: 30rpx;" class="card">
  108. <view class="item-flex-bottom">
  109. <image :showLoading="true" :src="`${$imgUrl}address.png`"
  110. style="width: 48rpx;height: 48rpx;">
  111. </image>
  112. <view class="card-title">
  113. 收货地址
  114. </view>
  115. </view>
  116. <view class="item-flex">
  117. <view class="title">
  118. 服务:
  119. </view>
  120. <view class="value">
  121. 我的-收货地址
  122. </view>
  123. </view>
  124. <view class="item-flex">
  125. <view class="title">
  126. 权限:
  127. </view>
  128. <view class="value">
  129. --
  130. </view>
  131. </view>
  132. <view class="item-flex">
  133. <view class="title">
  134. 收集个人信息:
  135. </view>
  136. <view class="value">
  137. 收货人、联系电话、所在地区、 详细地址
  138. </view>
  139. </view>
  140. <view class="item-flex">
  141. <view class="title">
  142. 证件/照片:
  143. </view>
  144. <view class="value">
  145. --
  146. </view>
  147. </view>
  148. <view class="item-flex">
  149. <view class="title">
  150. 目的:
  151. </view>
  152. <view class="value">
  153. 用于将商品邮寄给用户
  154. </view>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. </template>
  160. <script>
  161. </script>
  162. <style lang="scss" scoped>
  163. .content {
  164. padding: 30rpx;
  165. background: #EEF7F7;
  166. .content-card {
  167. margin-top: 40rpx;
  168. }
  169. .card-title {}
  170. .item-flex-bottom {
  171. display: flex;
  172. align-items: center;
  173. padding-bottom: 10rpx;
  174. font-size: 30rpx;
  175. font-family: Noto Sans S Chinese;
  176. font-weight: 400;
  177. color: #333333;
  178. line-height: 58rpx;
  179. border-bottom: 1rpx solid #DCDCDC;
  180. }
  181. .text-value {
  182. font-size: 28rpx;
  183. font-family: Noto Sans S Chinese;
  184. font-weight: 400;
  185. color: #666666;
  186. line-height: 50rpx;
  187. }
  188. .card {
  189. padding: 25rpx;
  190. background: #FFFFFF;
  191. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  192. border-radius: 20rpx;
  193. }
  194. .item-flex {
  195. display: flex;
  196. align-items: center;
  197. }
  198. .title {
  199. font-size: 26rpx;
  200. font-family: Noto Sans S Chinese;
  201. font-weight: 400;
  202. color: #999999;
  203. line-height: 58rpx;
  204. }
  205. .value {
  206. font-size: 26rpx;
  207. font-family: Noto Sans S Chinese;
  208. font-weight: 400;
  209. color: #333333;
  210. line-height: 58rpx;
  211. }
  212. }
  213. </style>