소스 검색

服务详情优化

chenjj 3 달 전
부모
커밋
725b822760
1개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 8 7
      pages_home/pages/Volunteerside/goodsDetails.vue

+ 8 - 7
pages_home/pages/Volunteerside/goodsDetails.vue

@@ -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;