| | |
| | | 6.1 如果您对本隐私政策有任何疑问或意见,请通过应用程序内的联系方式与我们联系。我们将尽快回复您并解决您的问题。 |
| | | </p> |
| | | </view> |
| | | <view class="use-button"> |
| | | <button open-type="agreePrivacyAuthorization" |
| | | @click='agreeFile'>我已知晓并同意此协议</button> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | agreeFile() { |
| | | uni.navigateTo({ |
| | | url: '/pages/register/register' |
| | | }); |
| | | }, |
| | | } |
| | | } |
| | | </script> |
| | |
| | | .section-detail { |
| | | color: rgb(83, 83, 83); |
| | | } |
| | | |
| | | .use-button { |
| | | width: 98%; |
| | | height: vww(70); |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | |
| | | /deep/ button { |
| | | width: 80%; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | padding: 0 12px; |
| | | font-size: 28rpx; |
| | | font-weight: 300; |
| | | color: #ffffff; |
| | | background: #497bfb; |
| | | letter-spacing: 4rpx; |
| | | border-radius: 37rpx 37rpx 37rpx 37rpx; |
| | | box-shadow: 2rpx 3rpx 13rpx 0rpx rgba(43, 98, 239, 0.5), 0rpx 0rpx 9rpx 0rpx rgba(247, 250, 253, 0.29); |
| | | } |
| | | } |
| | | } |
| | | </style> |