|
@@ -108,7 +108,7 @@
|
|
|
<up-popup :show="show" @close="close" @open="open"> </up-popup>
|
|
|
<up-popup :show="show" @open="upPopupOpen" :custom-style="popupStyle">
|
|
|
<scroll-view scroll-y class="popup-scroll-content">
|
|
|
- <view>
|
|
|
+ <!-- <view>
|
|
|
<view class="Wrapper">
|
|
|
<image src="/static/img/Location.png" class="Wrapper-img" />
|
|
|
<span class="Wrapper-content">李四</span>
|
|
@@ -116,7 +116,7 @@
|
|
|
</view>
|
|
|
<span style="margin-left: 15rpx; margin-top: 50rpx">重庆永川区</span>
|
|
|
</view>
|
|
|
- <up-divider></up-divider>
|
|
|
+ <up-divider></up-divider> -->
|
|
|
<view class="Wrap-content1">
|
|
|
<up-avatar :src="src"></up-avatar>
|
|
|
<text class="service-price">¥{{ businessPrice }}</text>
|
|
@@ -491,10 +491,10 @@ const handleAddressUpdate = (newAddress) => {
|
|
|
}
|
|
|
// 详情底部底部数据
|
|
|
const options = ref([
|
|
|
- {
|
|
|
- icon: 'headphones',
|
|
|
- text: '客服',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // icon: 'headphones',
|
|
|
+ // text: '客服',
|
|
|
+ // },
|
|
|
// {
|
|
|
// icon: 'shop',
|
|
|
// text: '收藏',
|
|
@@ -1041,6 +1041,7 @@ onMounted(async () => {
|
|
|
.Wrap-content1 {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
+ align-items: center;
|
|
|
margin-left: 10rpx;
|
|
|
margin-top: 10rpx;
|
|
|
}
|
|
@@ -1313,7 +1314,7 @@ onMounted(async () => {
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
.service-label1{
|
|
|
- width: 400rpx;
|
|
|
+ /* width: 400rpx; */
|
|
|
font-size: 28rpx;
|
|
|
color: #666;
|
|
|
flex-shrink: 0;
|