tanxue hace 2 meses
padre
commit
9749723353
Se han modificado 1 ficheros con 9 adiciones y 4 borrados
  1. 9 4
      pages/study/product/yingyuNew.vue

+ 9 - 4
pages/study/product/yingyuNew.vue

@@ -23,7 +23,9 @@
 						<!-- 箭头 -->
 						<view class="brand-arrow" v-if="item.daeFlag &&animalNum == index"></view>
 						<!-- 节名称 -->
-						<view class="brand-content">{{ item.jieName }}</view>
+						<view class="brand-content">
+							<view class="content-text">{{ item.jieName }}</view>
+						</view>
 					</view>
 					<view v-if="isVip == 'Not-Vip'">
 						<!-- 序号 -->
@@ -32,7 +34,9 @@
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index && isVip != 'Visitor'" class="brand-arrow"></view>
 						<!-- 节名称 -->
-						<view class="brand-content"> {{ item.jieName }} </view>
+						<view class="brand-content">
+							<view class="content-text">{{ item.jieName }}</view>
+						</view>
 
 					</view>
 					<view v-if="isVip == 'Visitor'">
@@ -43,8 +47,9 @@
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index && isVip != 'Visitor'" class="brand-arrow"></view>
 						<!-- 节名称 -->
-						<view class="brand-content"> {{ item.jieName }} </view>
-					
+						<view class="brand-content">
+							<view class="content-text">{{ item.jieName }} </view>
+						</view>
 					</view>
 				</view>
 			</view>