zs 2 years ago
parent
commit
44fabe5c0d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pagesHome/market/search.vue

+ 3 - 2
pagesHome/market/search.vue

@@ -66,7 +66,7 @@
 										</view>
 									</view>
 									<view class="acttags">
-										<text v-for="i in item.actTagsShow" :key="i">{{i.label}}</text>
+										<text v-for="(i,indexx) in item.actTagsShow" :key="indexx">{{i.label}}</text>
 									</view>
 								</view>
 							</view>
@@ -424,11 +424,12 @@
 									font-size: var(--font20Size);
 								}
 							}
+
 							.leader {
 								font-size: 12px;
 								text-align: center;
 								color: #23B67A;
-							
+
 								text:last-child {
 									font-size: 16px;
 									padding: 0 0 0 1vw;