添加用户协议

This commit is contained in:
zhangmanman
2021-09-28 10:52:36 +08:00
9 changed files with 287 additions and 125 deletions

View File

@@ -26,8 +26,13 @@
</view>
</view>
<!-- 用户登录注册协议 -->
<<<<<<< HEAD
<view class="agreement">未注册的手机号验证后将自动创建账号登录即表示同意接收<view @click="$Router.push({name: 'vipAgree', params: {type : 'loginPrivacy'}})">用户隐私协议</view><view @click="$Router.push({name: 'vipAgree', params: {type : 'loginService'}})">用户服务协议
</view>
=======
<view class="agreement">未注册的手机号验证后将自动创建账号登录即表示同意接收<navigator url="/pages/login/agreement?name=secret">用户隐私协议</navigator><navigator url="/pages/login/agreement?name=service">用户服务协议
</navigator>
>>>>>>> 1e1409f14e485939bb0a6d80e65119d65d4e6a1c
</view>
</view>
</template>
@@ -210,7 +215,7 @@
}
.btn {
background: $mian-color;
background-image: linear-gradient(to bottom,#bf52eb,#8f32dd);
color: white;
border-radius: 0;
margin-top: $margin;
@@ -224,7 +229,7 @@
}
&[disabled] {
background: rgba($color: $mian-color, $alpha: .6);
background: rgba($color: #8f32dd, $alpha: .6);
}
}