Commit 2cdd918c authored by jiaoyahui's avatar jiaoyahui

隐私政策,

parent 01b3d7be
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
}, },
methods: { methods: {
beforeCreate () { beforeCreate () {
document.querySelector('body').setAttribute('style', 'background-color:rgba(247, 247, 247, 1);') document.querySelector('body').setAttribute('style', 'background-color:#F7F7F7;')
}, },
beforeDestroy () { beforeDestroy () {
...@@ -76,14 +76,14 @@ export default { ...@@ -76,14 +76,14 @@ export default {
} }
.cont{ .cont{
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
margin-top: 9.33333vw; margin-top: 9.33333vw;
width: 90.4vw; width: 90.4vw;
height: 26.66667vw; height: 26.66667vw;
margin: 0 auto; margin: 0 auto;
margin-top: 5.33333vw; margin-top: 5.33333vw;
background: #F7F7F7; background: #ffffff;
} }
.cont .Img_p .Y_p{ .cont .Img_p .Y_p{
width: 11.73333vw; width: 11.73333vw;
...@@ -109,6 +109,11 @@ export default { ...@@ -109,6 +109,11 @@ export default {
} }
.Pelo .wen{ .Pelo .wen{
margin-top: 10px; margin-top: 10px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #656565;
line-height: 17px;
} }
</style> </style>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div>用户协议</div> <div>用户协议</div>
<img src="../../assets/right.png" alt=""> <img src="../../assets/right.png" alt="">
</div> </div>
<div class="Rig"> <div class="Rig" @click="Privacy">
<div>隐私政策</div> <div>隐私政策</div>
<img src="../../assets/right.png" alt=""> <img src="../../assets/right.png" alt="">
</div> </div>
...@@ -83,7 +83,9 @@ ...@@ -83,7 +83,9 @@
<script type="text/ecmascript-6"> <script type="text/ecmascript-6">
export default { export default {
data () { data () {
return {} return {
url:'https://activity.douniu8.com/yinsizhengce/html/privacy.html'
}
}, },
created () { }, created () { },
mounted () { mounted () {
...@@ -117,7 +119,12 @@ export default { ...@@ -117,7 +119,12 @@ export default {
this.$router.replace({ this.$router.replace({
path: "/proposal"//要跳转的页面的路由 path: "/proposal"//要跳转的页面的路由
}); });
} },
Privacy:function(){
window.location.href = this.url;
},
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment