Commit e6ceaa42 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents d25e7a0f c433321a
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<div class="card"> <div class="card">
<div class="card-info"> <div class="card-info">
<div class="card-top"> <div class="card-top">
<img src="@/assets/myInfo/arrow-left.png" @click.native="changePageHead" > <img src="@/assets/myInfo/1.jpg" @click="changePageHead" >
<span>用户名</span> <span>{{ user_phone }}</span>
</div> </div>
<div class="card-bottom"> <div class="card-bottom">
<div> <div>
...@@ -85,6 +85,7 @@ export default { ...@@ -85,6 +85,7 @@ export default {
user_bp_status: '', user_bp_status: '',
user_bp_class: '', user_bp_class: '',
bp_id: '', bp_id: '',
user_phone: '',
} }
}, },
beforeRouteEnter (to, from, next) { beforeRouteEnter (to, from, next) {
...@@ -232,6 +233,7 @@ export default { ...@@ -232,6 +233,7 @@ export default {
vm.user_bp_status = res.info.user_bp_status vm.user_bp_status = res.info.user_bp_status
vm.user_bp_class = res.info.user_bp_class vm.user_bp_class = res.info.user_bp_class
vm.bp_id = res.info.user_bp_id vm.bp_id = res.info.user_bp_id
vm.user_phone = res.info.user_phone
} else { } else {
this.hlsPopup.showLongCenter(res.message) this.hlsPopup.showLongCenter(res.message)
} }
...@@ -319,7 +321,7 @@ export default { ...@@ -319,7 +321,7 @@ export default {
font-size: 15px; font-size: 15px;
margin-left: 16px; margin-left: 16px;
position: relative; position: relative;
margin-top: 88px; margin-top: 60px;
} }
.userInfo::before { .userInfo::before {
content: ""; content: "";
...@@ -365,7 +367,7 @@ export default { ...@@ -365,7 +367,7 @@ export default {
background: #00469c; background: #00469c;
border-radius: 4px; border-radius: 4px;
color: #fff; color: #fff;
margin-bottom: 100px; margin-bottom: 60px;
margin-left:2%; margin-left:2%;
} }
} }
......
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