diff --git a/src/pages/booking/booking.vue b/src/pages/booking/booking.vue index 90a1597..5528a6f 100644 --- a/src/pages/booking/booking.vue +++ b/src/pages/booking/booking.vue @@ -291,8 +291,10 @@ const bindPickerChange = (e, item) => { - - 回收品类 + + + 回收品类:预估仅供参考,以实际重量为准 + {{ item.productName }}: @@ -307,25 +309,6 @@ const bindPickerChange = (e, item) => { - - - @@ -389,12 +372,15 @@ page { } .label { width: 100rpx; + font-size: 28rpx; color: #898b94; margin: 0 16rpx 0 10rpx; } .text { flex: 1; -webkit-line-clamp: 1; + color: #898b94; + font-size: 24rpx; } .arrow { &::after { @@ -415,6 +401,9 @@ page { color: #3d3d3d; font-size: 28rpx; margin: 20rpx 0; + .desc { + font-size: 20rpx; + } } .category-list { display: flex; diff --git a/src/pages/booking/components/AddressPanel.vue b/src/pages/booking/components/AddressPanel.vue index 68807cd..ae23ec0 100644 --- a/src/pages/booking/components/AddressPanel.vue +++ b/src/pages/booking/components/AddressPanel.vue @@ -22,17 +22,17 @@ const getMemberAddressData = async () => { const dataList = [ { id: '1', - name: '李明 13824686868', + name: '李聪聪 13824686868', location: '北京市顺义区后沙峪地区安平北街6号院1', }, { id: '2', - name: '李明2 13824686868', + name: '康宁 13824686868', location: '北京市顺义区后沙峪地区安平北街6号院2', }, { id: '3', - name: '李明3 13824686868', + name: '潘家阳 13824686868', location: '北京市顺义区后沙峪地区安平北街6号院3', }, ] diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 39b2eb8..1f22031 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,7 +1,7 @@