Commit 1db07b6e authored by 杨梦雪's avatar 杨梦雪

邀请码填写以及跳转上一步

parent 99d7ed2b
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "a/scss/btn"; @import "a/scss/btn";
.btn{ .btn{
padding-bottom: 34px; padding-bottom: 34px!important;
} }
.confirm { .confirm {
padding: 0 50px 60px; padding: 0 50px 60px;
......
...@@ -79,6 +79,7 @@ export default { ...@@ -79,6 +79,7 @@ export default {
this.invatation2 = a[1]; this.invatation2 = a[1];
this.invatation3 = a[2]; this.invatation3 = a[2];
this.invatation4 = a[3]; this.invatation4 = a[3];
this.inputFlag = false;
// console.log(a[0]) // console.log(a[0])
} }
}, },
......
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