Commit a7e95c54 authored by 黄奎's avatar 黄奎

增加入学授权

parent 6d310df0
......@@ -132,10 +132,11 @@
},
(res) => {
if (res.resultCode == 1) {
that.showPhone =false
that.obj.phoneNum =JSON.parse(res.data).phoneNumber
let urls =`https://jj.kookaku.com?phoneNum=${that.obj.phoneNum}`
that.url=decodeURIComponent(urls)
that.showPhone =false
console.log('要跳转的链接',that.url)
// that.goUrl(`https://jj.kookaku.com?phoneNum=${that.obj.phoneNum}`)
}
......@@ -156,15 +157,28 @@
position: relative;
}
.btn {
width: 60vw;
/* margin: auto; */
width: 159px;
height: 50px;
background: #FA5B23;
box-shadow: 0px 2px 0px 0px rgba(128, 3, 14, 0.24), 0px 5px 0px 0px rgba(0, 0, 0, 0.16);
border-radius: 25px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
/* width: 60vw;
height: 60rpx;
border-radius: 30rpx;
background: #4C50E7;
font-size: 14px;
color: #FFFEFE;
color: #FA5B23;
display: flex;
align-items: center;
justify-content: center;
justify-content: center; */
margin-top: 20px;
position: relative;
}
......
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