@@ -31,6 +31,11 @@
}
.page-part{
margin-bottom:.4rem;
+ & > span{
+ font-size:.26rem;
+ color:#000;
+ line-height:.35rem;
+ }
.img-list{
.item{
display:inline-block;
@@ -72,7 +72,7 @@
} else {
this.$indicator.open('获取中...')
let _this = this
- this.$http.get('/sso/personal/register/checkCode', {params: {mobile: this.info, timestamp: new Date().getTime() + ''}})
+ this.$http.get('/sso/resetPwd/check/mobile', {params: {mobile: this.info, timestamp: new Date().getTime() + ''}})
.then(response => {
this.$indicator.close()
if (response.data) {