Browse Source

bug修改

赵添更 6 days ago
parent
commit
a994fef56b

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

@@ -119,7 +119,7 @@ onLoad(async (options:object)=>{
 						</view>
 						<view class="flex-grow text-[32rpx]">{{ it.name }}</view>
 						<view class="text-[#586A8F] text-[28rpx]" v-if="it.auditStatus === 0 && !referrerId" @click="toSecond(it)">推荐人数:{{ it.referrerCount }}</view>
-						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>
+						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
 					</view>
 				</view>
 				<view class="bg-white rounded-[20rpx] mx-[24rpx] mt-[30rpx] px-[20rpx] py-[30rpx]" v-else>

+ 2 - 2
packages/app/src/pages-sub/mine/refferrer/twoDetails.vue

@@ -72,7 +72,7 @@ onLoad(async (options:object)=>{
 	tabsRecommend.value[2].label = tabsRecommend.value[2].label + "(" +res.oneRejectCount+ ")"
 	uni.setNavigationBarTitle({
 		title:ob.name + "的推荐"
-	})	
+	})
 })
 
 </script>
@@ -93,7 +93,7 @@ onLoad(async (options:object)=>{
 							<image :src="it.avatar" mode="widthFix"></image>
 						</view>
 						<view class="flex-grow text-[32rpx]">{{ it.name }}</view>
-						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>
+						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
 					</view>
 				</view>
 			</template>

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

@@ -114,7 +114,7 @@ onLoad(async(options)=>{
 						</view>
 						<view class="flex-grow text-[32rpx]">{{ it.name }}</view>
 						<view class="text-[#586A8F] text-[28rpx]" v-if="it.auditStatus === 0 && !referrerId" @click="toSecond(it)">推荐人数:{{ it.referrerCount }}</view>
-						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>
+						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
 					</view>
 				</view>
 				<view class="bg-white rounded-[20rpx] mx-[24rpx] mt-[30rpx] px-[20rpx] py-[30rpx]" v-else>

+ 2 - 2
packages/merchant/src/pages/mine/refferrer/twoDetails.vue

@@ -73,7 +73,7 @@ onLoad(async (options)=>{
 	tabsRecommend.value[2].label = tabsRecommend.value[2].label + "(" +res.oneRejectCount+ ")"
 	uni.setNavigationBarTitle({
 		title:ob.name + "的推荐"
-	})	
+	})
 })
 
 </script>
@@ -94,7 +94,7 @@ onLoad(async (options)=>{
 							<image :src="it.avatar" mode="widthFix"></image>
 						</view>
 						<view class="flex-grow text-[32rpx]">{{ it.name }}</view>
-						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view>
+						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view>
 					</view>
 				</view>
 			</template>