| | |
| | | <div class="height-44">登录</div> |
| | | |
| | | <div class="logo_img"> |
| | | <img :src="loginImg" alt=""> |
| | | <img :src="loginImg" alt=""> |
| | | </div> |
| | | |
| | | <van-field v-model="userNo" type="tel" clearable maxlength='11' |
| | |
| | | </div> |
| | | </form> |
| | | <div style="font-size: 12px; color: #666;text-align: center;width: 100%;margin-top: 150px;"> |
| | | 客服电话:028-64063350 |
| | | 客服电话:028-86043722 |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | created() { |
| | | console.log(this.$route.query.platNo) |
| | | sessionStorage.clear(); |
| | | // location.href.split('?')[1].split('platNo=')[1] |
| | | if(this.$route.query.wxScore == '1'){ |
| | | window.sessionStorage.setItem("wxScore",1) |
| | | } |
| | | if(this.$route.query.platNo == 'ddxt'){ |
| | | console.log(111) |
| | | window.document.title = '叮咚学堂' |
| | | window.sessionStorage.setItem("isddxt",1) |
| | | this.loginImg = "static/img/ddxtlogo.png" |
| | | this.setColor({ |
| | | backColor:'#ff8e01', |
| | | backJbColorF:'#ff7b00', |
| | | backJbColorB:'#ff8e01', |
| | | defaultBgColor:'linear-gradient(90deg, #ff7b00, #ff8e01)', |
| | | lastColor:'#ff8e01' |
| | | }) |
| | | } |
| | | console.log(this.loginImg) |
| | | if (this.$route.query.sysPlat !== undefined) { |
| | | localStorage.sib_mer_sysPlat = this.$route.query.sysPlat // 1 微信 2支付宝 |
| | | } |