From 46acd5c32a3eb1bc64df27c85c5e656d737f81b0 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 11 九月 2023 16:37:21 +0800 Subject: [PATCH] 增加皮重异常提示 修改隐私协议 --- pages/login/PrivacyAgreementText/PrivacyAgreementText.vue | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/pages/login/PrivacyAgreementText/PrivacyAgreementText.vue b/pages/login/PrivacyAgreementText/PrivacyAgreementText.vue index 3256993..346768c 100644 --- a/pages/login/PrivacyAgreementText/PrivacyAgreementText.vue +++ b/pages/login/PrivacyAgreementText/PrivacyAgreementText.vue @@ -68,6 +68,10 @@ 6.1 濡傛灉鎮ㄥ鏈殣绉佹斂绛栨湁浠讳綍鐤戦棶鎴栨剰瑙侊紝璇烽�氳繃搴旂敤绋嬪簭鍐呯殑鑱旂郴鏂瑰紡涓庢垜浠仈绯汇�傛垜浠皢灏藉揩鍥炲鎮ㄥ苟瑙e喅鎮ㄧ殑闂銆� </p> </view> + <view class="use-button"> + <button open-type="agreePrivacyAuthorization" + @click='agreeFile'>鎴戝凡鐭ユ檽骞跺悓鎰忔鍗忚</button> + </view> </view> </template> @@ -79,7 +83,11 @@ } }, methods: { - + agreeFile() { + uni.navigateTo({ + url: '/pages/register/register' + }); + }, } } </script> @@ -113,5 +121,27 @@ .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> \ No newline at end of file -- Gitblit v1.9.1