Commit 2cdd918c authored by jiaoyahui's avatar jiaoyahui

隐私政策,

parent 01b3d7be
......@@ -46,7 +46,7 @@ export default {
},
methods: {
beforeCreate () {
document.querySelector('body').setAttribute('style', 'background-color:rgba(247, 247, 247, 1);')
document.querySelector('body').setAttribute('style', 'background-color:#F7F7F7;')
},
beforeDestroy () {
......@@ -83,7 +83,7 @@ export default {
height: 26.66667vw;
margin: 0 auto;
margin-top: 5.33333vw;
background: #F7F7F7;
background: #ffffff;
}
.cont .Img_p .Y_p{
width: 11.73333vw;
......@@ -109,6 +109,11 @@ export default {
}
.Pelo .wen{
margin-top: 10px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #656565;
line-height: 17px;
}
</style>
......@@ -53,7 +53,7 @@
<div>用户协议</div>
<img src="../../assets/right.png" alt="">
</div>
<div class="Rig">
<div class="Rig" @click="Privacy">
<div>隐私政策</div>
<img src="../../assets/right.png" alt="">
</div>
......@@ -83,7 +83,9 @@
<script type="text/ecmascript-6">
export default {
data () {
return {}
return {
url:'https://activity.douniu8.com/yinsizhengce/html/privacy.html'
}
},
created () { },
mounted () {
......@@ -117,7 +119,12 @@ export default {
this.$router.replace({
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