| @@ -482,8 +482,8 @@ | |||||
| } | } | ||||
| .ranking { | .ranking { | ||||
| width: 40rpx; | |||||
| height: 40rpx; | |||||
| width: 44rpx; | |||||
| height: 44rpx; | |||||
| } | } | ||||
| .ranking1 { | .ranking1 { | ||||
| width: 40rpx; | width: 40rpx; | ||||
| @@ -863,7 +863,6 @@ | |||||
| font-size: 30rpx; | font-size: 30rpx; | ||||
| display: flex; | display: flex; | ||||
| justify-content: center; | justify-content: center; | ||||
| box-shadow: 0px 1rpx 0px 0px #E0E0E0; | |||||
| .activecllasscet { | .activecllasscet { | ||||
| border-bottom: 6rpx solid #2671E2; | border-bottom: 6rpx solid #2671E2; | ||||
| color: #2671E2; | color: #2671E2; | ||||
| @@ -1,6 +1,6 @@ | |||||
| <template> | <template> | ||||
| <view class="main"> | <view class="main"> | ||||
| <u-navbar title="我的" :autoback="false" :titleStyle="{color: black}"> </u-navbar> | |||||
| <u-navbar title="我的" :is-back="false" :background="{background: 'none'}" :border-bottom="false" title-color="#333"> </u-navbar> | |||||
| <view class="header"> | <view class="header"> | ||||
| <view class="header-zuo"> | <view class="header-zuo"> | ||||
| <u-avatar | <u-avatar | ||||
| @@ -163,7 +163,8 @@ | |||||
| min-height: calc(100vh - var(--window-top)); | min-height: calc(100vh - var(--window-top)); | ||||
| display: flex; | display: flex; | ||||
| flex-direction: column; | flex-direction: column; | ||||
| // background: url(https://static.quhouse.com/007d3ea7c9b74ffd9e00ae0918ae1631.png) no-repeat top center; | |||||
| background: url('https://static.quhouse.com/f5e2422890044cd1a620abd078e63442.png') no-repeat top left; | |||||
| background-size: 750rpx 540rpx; | |||||
| } | } | ||||
| .header { | .header { | ||||
| @@ -56,10 +56,10 @@ | |||||
| export default { | export default { | ||||
| data() { | data() { | ||||
| return { | return { | ||||
| username: '13388881113',//用户名-测试 | |||||
| password: '1234567',//密码 | |||||
| // username: '15977799458',//用户名-生产 | |||||
| // password: '123456',//密码 | |||||
| username: '',//用户名-测试 13388881113 1234567 | |||||
| password: '',//密码 | |||||
| // username: '13033782199',//用户名-生产 13033782199 654321 | |||||
| // password: '654321',//密码 | |||||
| passwordType: true, | passwordType: true, | ||||
| agreeChecked: true | agreeChecked: true | ||||
| }; | }; | ||||
| @@ -562,6 +562,8 @@ | |||||
| }, | }, | ||||
| onLoad(options) { | onLoad(options) { | ||||
| // console.log(32323) | |||||
| // console.log(uni.$u.page()) | |||||
| this.status = options.status; | this.status = options.status; | ||||
| this.customerId = options.customerId; | this.customerId = options.customerId; | ||||
| this.itemobj = uni.getStorageSync('searchobj'); | this.itemobj = uni.getStorageSync('searchobj'); | ||||
| @@ -2358,6 +2360,7 @@ | |||||
| margin-right: 34rpx; | margin-right: 34rpx; | ||||
| margin-top: 16rpx; | margin-top: 16rpx; | ||||
| font-size: 24rpx; | font-size: 24rpx; | ||||
| background: #eee; | |||||
| } | } | ||||
| .bosdttom { | .bosdttom { | ||||