purui 1 day ago
parent
commit
c73f231adb

+ 1 - 1
packages/app/src/pages-sub/mine/refferrer/index.vue

@@ -42,7 +42,7 @@ onMounted(async () => {
 		  </view>
 		  <view class="bg-[#F2F2F2] flex px-[32rpx] py-[10rpx] text-[24rpx] text-black/40 rounded-full items-center">
 			  <text class="mr-[10rpx]">二级推荐:{{ count.twoPassCount }}人</text>
-			  <icon @click="tips('我的推荐设计师,推荐的新设计师加入筑巢荟,并且已经完成认证的设计师数量')" type="info_circle" size="16" color="#999"></icon>
+			  <icon @click="tips('我推荐的设计师,推荐了其他设计师加入筑巢荟,并且已经完成认证的设计师数量')" type="info_circle" size="16" color="#999"></icon>
 		  </view>
 	  </view>
 	  <view class="flex justify-between">

+ 1 - 1
packages/app/src/pages/material/detail/index.vue

@@ -155,7 +155,7 @@ onShareTimeline(() => ({
               round
               width="78"
               height="78"
-              custom-class="border border-[#f2f2f2] border-solid"
+              custom-class="border border-[#f2f2f2] border-solid shrink-0"
               :src="data?.logoUrl"
             ></wd-img>
             <div class="flex flex-col gap-1.5">

+ 1 - 1
packages/merchant/src/pages/mine/refferrer/index.vue

@@ -43,7 +43,7 @@ onLoad(async (query?: Record<string | 'id', any>) => {
 		  </view>
 		  <view class="bg-[#F2F2F2] flex px-[32rpx] py-[10rpx] text-[24rpx] text-black/40 rounded-full items-center">
 			  <text class="mr-[10rpx]">二级推荐:{{ count.twoPassCount }}人</text>
-			  <icon @click="tips('我的推荐设计师,推荐的新设计师加入筑巢荟,并且已经完成认证的设计师数量')" type="info_circle" size="16" color="#999"></icon>
+			  <icon @click="tips('我推荐的设计师,推荐了其他设计师加入筑巢荟,并且已经完成认证的设计师数量')" type="info_circle" size="16" color="#999"></icon>
 		  </view>
 	  </view>
 	  <view class="flex justify-between">