Commit c3e8149b by Caiyijun

Merge remote-tracking branch 'remotes/origin/mutou' into dev_yijun

parents 0bf7d45b b6d8d3c1
...@@ -30,16 +30,16 @@ export function fetch(options) { ...@@ -30,16 +30,16 @@ export function fetch(options) {
resolve(response.data);//把请求到的数据发到引用请求的地方 resolve(response.data);//把请求到的数据发到引用请求的地方
}) })
.catch(error => { .catch(error => {
// console.log('请求异常信息:', error); console.log('请求异常信息:', error);
// console.log(error); console.log(error);
// if (error.response.status == 401) { if (error.response.status == 401) {
// localStorage.setItem('last_url', location.hash.slice(1)); localStorage.setItem('last_url', location.hash.slice(1));
// localStorage.setItem('walk_userData', ''); localStorage.setItem('walk_userData', '');
// location.replace('#/Author'); location.replace('#/Author');
// // this.$router.push({name:"Author"}) // this.$router.push({name:"Author"})
// } else { } else {
// reject(error); reject(error);
// } }
}); });
}); });
......
...@@ -189,12 +189,14 @@ ...@@ -189,12 +189,14 @@
width: 6.4rem; width: 6.4rem;
padding: 0.3rem 0; padding: 0.3rem 0;
box-sizing: border-box; box-sizing: border-box;
background: linear-gradient( background: url("../images/SignUp/shadow-bg.png") no-repeat center center;
90deg, background-size: contain;
rgba(255, 255, 255, 0), /*background: linear-gradient(*/
#1a285a, /* 90deg,*/
rgba(255, 255, 255, 0) /* rgba(255, 255, 255, 0),*/
); /* #1a285a,*/
/* rgba(255, 255, 255, 0)*/
/*);*/
margin-top: 2.38rem; margin-top: 2.38rem;
.bonus-title { .bonus-title {
font-size: 0.3rem; font-size: 0.3rem;
...@@ -279,7 +281,7 @@ ...@@ -279,7 +281,7 @@
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
margin-top: 2.24rem; margin-top: 1.1rem;
} }
} }
</style> </style>
...@@ -171,12 +171,15 @@ ...@@ -171,12 +171,15 @@
this.modalShown = true this.modalShown = true
}, },
showSuccess () { showSuccess () {
this.showModal("温馨提示", "报名成功", { sessionStorage.setItem('userHaveJoinGame', 'true')
scb: () => { sessionStorage.setItem('userHavePaidGame', 'true');
sessionStorage.setItem('userHaveJoinGame', 'true') this.$router.push({name: "HaveJoinedGame"})
this.$router.push({name: "HaveJoinedGame"}) // this.showModal("温馨提示", "报名成功", {
} // scb: () => {
}) // sessionStorage.setItem('userHaveJoinGame', 'true')
// sessionStorage.setItem('userHavePaidGame', 'true');
// }
// })
}, },
closeFree () { closeFree () {
this.showFreeModal = false this.showFreeModal = false
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
this.getPageData(grade) this.getPageData(grade)
}else{ }else{
// console.log('grade 0',grade) // console.log('grade 0',grade)
this.getPageData() this.getPageData(this.choosedLevel)
} }
}, },
mounted() { mounted() {
......
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