Commit e20c11d1 authored by xulili's avatar xulili

注册邀请码

parent 5ee59d83
...@@ -272,7 +272,7 @@ $white: #ffffff; ...@@ -272,7 +272,7 @@ $white: #ffffff;
</style> </style>
<style lang="scss"> <style lang="scss">
.van-progress { .van-progress {
width: 250px; width: calc(100% - 72px);
height: 4px; height: 4px;
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
.van-progress__portion { .van-progress__portion {
......
...@@ -95,6 +95,13 @@ export default { ...@@ -95,6 +95,13 @@ export default {
}; };
}, },
mounted() { mounted() {
let params = window.location.search
if(params){
let beInvitedCode = params.split('=')[1]
if(beInvitedCode){
this.form.beInvitedCode = beInvitedCode
}
}
if (this.timer) { if (this.timer) {
clearInterval(this.timer); clearInterval(this.timer);
} }
......
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