chenjj 3 months ago
parent
commit
3a85efc6d7

+ 2 - 1
components/Client/new_file.vue

@@ -33,13 +33,14 @@
 
           <!-- 左侧轮播图 -->
           <swiper class="zhiYuanZheSwiper" vertical circular autoplay :interval="4000" :duration="800"
-            :previous-margin="'20rpx'" :next-margin="'20rpx'" @change="onSwiperChange">
+            @change="onSwiperChange">
             <swiper-item v-for="(imgUrl, index) in volunteerImages" :key="index">
               <view class="swiper-item-container" :class="{ 'active-swiper': currentSwiperIndex === index }">
                 <image :src="imgUrl" class="zhiYuanZhe" mode="aspectFill" />
               </view>
             </swiper-item>
           </swiper>
+    
 
           <!-- 右侧内容区域 -->
           <view class="content-wrapper">

+ 12 - 9
pages/common/rankingList/index.vue

@@ -82,14 +82,15 @@ onMounted(() => {
     display: flex;
     padding: 30rpx 0;
     border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
-
+    align-items: center;
+    
     .ranking-list-item-img {
       width: 84rpx;
       height: 84rpx;
       border-radius: 50%;
-      margin-right: 20rpx;
+      margin-right: 22rpx;
       flex-shrink: 0;
-      top: 33rpx;
+      // top: 33rpx;
     }
 
     .ranking-list-item-content {
@@ -101,10 +102,9 @@ onMounted(() => {
         display: flex;
         justify-content: space-between;
         align-items: center;
-        margin-bottom: -3rpx;
+        // margin-bottom: -3rpx;
 
         .ranking-list-item-title {
-          width: 374rpx;
           height: 42rpx;
           font-family: PingFang SC;
           font-size: 32rpx;
@@ -112,6 +112,7 @@ onMounted(() => {
           line-height: 42rpx;
           letter-spacing: normal;
           color: rgba(0, 0, 0, 0.8);
+          margin-bottom: 16rpx;
         }
 
         .ranking-list-item-rating {
@@ -119,9 +120,9 @@ onMounted(() => {
           align-items: center;
 
           .star-icon {
-            width: 84rpx;
-            height: 84rpx;
-            margin-right: 8rpx;
+            width: 44rpx;
+            height: 44rpx;
+            margin-right: 10rpx;
           }
 
           .score-text {
@@ -140,7 +141,7 @@ onMounted(() => {
         .ranking-list-item-tag {
           /* 自动布局子元素 */
           // width: 252rpx;
-          height: 34rpx;
+          // height: 34rpx;
           /* 自动布局 */
           display: flex;
           flex-direction: column;
@@ -151,6 +152,8 @@ onMounted(() => {
           border-radius: 10rpx;
           box-sizing: border-box;
           border: 1rpx solid rgba(237, 93, 49, 0.8);
+          padding: 8rpx 12rpx;
+
           .ranking-list-item-tag-text{
             /* 自动布局子元素 */
               // width: 228rpx;

+ 1 - 2
pages/index.vue

@@ -1,7 +1,7 @@
 <template>
   <view>
     <!-- 首页顶部定位区域 -->
-    <view class="home-banner" :class="{ 'home-banner-with-bg': showAddressBg }" >
+    <view class="home-banner" :class="{ 'home-banner-with-bg': showAddressBg }">
       <view class="home-banner-left" @click="cityClick">
         <img src="@/static/uview/common/map-pin-fill@1x.png" alt="" class="map-pin-fill">
         <text class="address-text">{{ data.address.name }}</text>
@@ -31,7 +31,6 @@
 
 
 
-
       <view class="home-ranking" :class="{ 'no-margin': userType === 2 }">
         <ServIces :leftList="leftList" :rightList="rightList" :ValueZoneSwiper="ValueZoneSwiper" v-if="userType == 1">
         </ServIces>

+ 1 - 1
pages_home/pages/details/index.vue

@@ -33,7 +33,7 @@
             </view>
 
             <view class="status-card">
-                <view class="card-title">用户头像</view>
+                <view class="card-title">服务图片</view>
                 <view class="card-imgs">
                     <!-- <img class="upload-img" v-for="(item, index) in volunteerPicture_img" :key="index + 'userimg'"
                         :src="item" :alt="item.fileName" srcset=""> -->

+ 3 - 3
pages_home/pages/register/index.vue

@@ -141,15 +141,15 @@ const min_max_price = ref({
 
 const updata_list = [
 	{
-		title: '上传头像',
-		text: '上传您的头像',
+		title: '上传服务图片',
+		text: '用于服务展示',
 		img: '/static/img/updata-user-img.png',
 		key: 'volunteerPicture',
 		ref: userImg,
 		// permission: [1, 2],
 		required: true,
 		fileCount:1,
-		dece:'点击上传头像'
+		dece:'点击服务图片'
 	},
 	{
 		title: '身份证正面',