diff --git a/pages/user/User/index.vue b/pages/user/User/index.vue index 4bd4a9d..51ffe5c 100644 --- a/pages/user/User/index.vue +++ b/pages/user/User/index.vue @@ -19,8 +19,12 @@ - + {{ userInfo.nickname }} + @@ -59,6 +63,13 @@ + + + @@ -356,7 +367,7 @@ export default { id: this.userInfo.hotel.id, isMyInn: true } - }); + }) }, getSpreadPoster() { var that = this; @@ -599,8 +610,15 @@ export default { color: #fff; .name-cont { .txt { + align-items: flex-end; margin: 0 0 32rpx 0; font-size: 26px; + line-height: 26px; + .vip { + margin: 0 0 0 12rpx; + width: 48rpx; + height: 32rpx; + } } .qrcode { display: flex; @@ -670,6 +688,16 @@ export default { } } } + .hotel-btn { + position: absolute; + right: 0; + bottom: 120rpx; + z-index: 5; + .img { + width: 238rpx; + height: 78rpx; + } + } } .icon-order { width: 52rpx;