Browse Source

Merge branch 'main' of http://39.106.91.179:3000/hunter/designer-hub into main

purui 1 day ago
parent
commit
c39be9419f

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

@@ -136,7 +136,7 @@ onLoad(async (options:object)=>{
 									<view class="text-[20rpx] bg-[#F6F6F6] rounded-full text-black/40 px-[14rpx] py-[6rpx]" v-if=" it.distributeType==1 ">一级奖励</view>
 									<view class="text-[20rpx] bg-[#F6F6F6] rounded-full text-black/40 px-[14rpx] py-[6rpx]" v-else>二级奖励</view>
 								</view>
-								<view class="text-black/30">{{ it.completeTime?dayjs(it.completeTime).format('YYYY/MM/DD HH:mm'):"" }}</view>
+								<view class="text-black/30 text-[20rpx]">{{ it.completeTime?dayjs(it.completeTime).format('YYYY/MM/DD HH:mm'):"" }}</view>
 							</view>
 							<view class="text-[#EF4343] text-[32rpx]">+{{ it.onePoints }}(*{{ it.oneRatio }}%)</view>
 						</view>

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

@@ -80,7 +80,7 @@ onMounted(async () => {
 		  <view class="bg-[#F2F2F2] flex px-[32rpx] py-[10rpx] text-[24rpx] text-black/40 rounded-full items-center">
 			  <text class="mr-[10rpx]">待入账:{{ pointsSum.waitPoints }}积分</text>
 			  <icon @click="tips('推荐的设计师,有未完成的订单,订单完成后即可获得')" type="info_circle" size="16" color="#999"></icon>
-		  </view>	  
+		  </view>
 	  </view>
 	  <div class="flex">
 		<div class="w-[50%]" @click="handleClick('/pages-sub/mine/refferrer/details?type=reward')">

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

@@ -140,7 +140,7 @@ onLoad(async (options:object)=>{
 									<view class="text-[20rpx] bg-[#F6F6F6] rounded-full text-black/40 px-[14rpx] py-[6rpx]" v-if=" it.distributeType==1 ">一级奖励</view>
 									<view class="text-[20rpx] bg-[#F6F6F6] rounded-full text-black/40 px-[14rpx] py-[6rpx]" v-else>二级奖励</view>
 								</view>
-								<view class="text-black/30">{{ it.completeTime?dayjs(it.completeTime).format('YYYY/MM/DD HH:mm'):"" }}</view>
+								<view class="text-black/30 text-[20rpx]">{{ it.completeTime?dayjs(it.completeTime).format('YYYY/MM/DD HH:mm'):"" }}</view>
 							</view>
 							<view class="text-[#EF4343] text-[32rpx]">+{{ it.onePoints }}(*{{ it.oneRatio }}%)</view>
 						</view>