提交 f77020d9 编写于 作者: guangjun.yang's avatar guangjun.yang

Merge branch 'dev-phase2-0512' into 'release'

教培二期需求  code reviewer: 张平

教培二期需求  code reviewer: 张平

See merge request !9
...@@ -7,7 +7,12 @@ ...@@ -7,7 +7,12 @@
</div> </div>
<div class="content"> <div class="content">
<span>学习收获</span> <span>学习收获</span>
<span>{{level}} {{projectCredit}}</span> <span>
{{level}}
<b class="split"></b>
{{projectCredit}}
</span>
<!-- <span>{{level}} | {{projectCredit}}</span> -->
</div> </div>
<div class="content"> <div class="content">
<span>申请范围</span> <span>申请范围</span>
...@@ -66,14 +71,14 @@ export default { ...@@ -66,14 +71,14 @@ export default {
default: "" default: ""
} }
} }
} };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../style/mixin"; @import "../../style/mixin";
.basic-container { .basic-container {
padding-bottom: px2rem(20px); padding-bottom: px2rem(20px);
margin: px2rem(30px) px2rem(15px) 0px; margin: px2rem(30px) px2rem(15px) 0px;
border-bottom: px2rem(1px) solid #E7E8E9; border-bottom: px2rem(1px) solid #e7e8e9;
.basic-title { .basic-title {
font-size: px2rem(18px); font-size: px2rem(18px);
line-height: px2rem(18px); line-height: px2rem(18px);
...@@ -87,6 +92,17 @@ export default { ...@@ -87,6 +92,17 @@ export default {
span { span {
display: inline-block; display: inline-block;
font-size: px2rem(14px); font-size: px2rem(14px);
.split {
display: inline-block;
position: relative;
top: px2rem(2px);
left: 0;
width: px2rem(1px);
height: px2rem(13px);
margin: 0 px2rem(2px);
// line-height: px2rem(20px);
background: #676869;
}
} }
span:first-child { span:first-child {
color: #979899; color: #979899;
...@@ -105,8 +121,8 @@ export default { ...@@ -105,8 +121,8 @@ export default {
padding: px2rem(5px) px2rem(10px); padding: px2rem(5px) px2rem(10px);
margin-left: px2rem(78px); margin-left: px2rem(78px);
font-size: px2rem(14px); font-size: px2rem(14px);
color: #FB5B52; color: #fb5b52;
background: #FCEEED; background: #fceeed;
border-radius: px2rem(4px); border-radius: px2rem(4px);
} }
span:after { span:after {
...@@ -118,7 +134,7 @@ export default { ...@@ -118,7 +134,7 @@ export default {
height: 0; height: 0;
border-width: 0 px2rem(8px) px2rem(8px); border-width: 0 px2rem(8px) px2rem(8px);
border-style: solid; border-style: solid;
border-color: transparent transparent #FCEEED; border-color: transparent transparent #fceeed;
} }
} }
} }
......
...@@ -36,7 +36,8 @@ export default { ...@@ -36,7 +36,8 @@ export default {
right: 0; right: 0;
z-index: 1000; z-index: 1000;
font-size: px2rem(14px); font-size: px2rem(14px);
margin: px2rem(20px) px2rem(15px); padding: px2rem(20px) px2rem(15px);
background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
text-align: center; text-align: center;
&.button-default { &.button-default {
span { span {
......
...@@ -17,7 +17,7 @@ service.interceptors.request.use(config => { ...@@ -17,7 +17,7 @@ service.interceptors.request.use(config => {
if(config.data.token){ if(config.data.token){
config.headers['token'] = config.data.token || '0F32D60C3D7042158BCF1FB574E482BE' config.headers['token'] = config.data.token || '0F32D60C3D7042158BCF1FB574E482BE'
if( process.env.BUILD_ENV == "development" ){ // 本地开发环境 if( process.env.BUILD_ENV == "development" ){ // 本地开发环境
config.headers['token'] = config.data.token || '7A15D95AC2AF4C7C8FEEE23E7FF6EF34'; config.headers['token'] = config.data.token || '68659175C0D94E9998CE2C9E3F5C6533';
} }
// delete config.data.token; // delete config.data.token;
} }
......
...@@ -13,7 +13,7 @@ module.exports = { ...@@ -13,7 +13,7 @@ module.exports = {
query = this.$route.query query = this.$route.query
} }
// alert('this.token' + this.token) // alert('this.token' + this.token)
this.token = this.getUrlKey('token') || (query && query.token) || '413649EAAF9D4C719DA183FB49E1911F' this.token = this.getUrlKey('token') || (query && query.token) || '68659175C0D94E9998CE2C9E3F5C6533'
}, },
mounted() { mounted() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册