소스 검색

文本调整

wangxy 6 달 전
부모
커밋
b39fb26a24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/game/components/goose.vue

+ 1 - 1
pages/game/components/goose.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<up-line-progress v-if="growthType!==3" :percentage="progress" :showText="false" activeColor="#54e1fe" class="game-progress-box"></up-line-progress>
-    <text class="game-progress-text">成长值:{{progress}}%</text>
+		<text v-if="growthType!==3" class="game-progress-text">成长值:{{progress}}%</text>
 		<image :src="imgUrl" class="goose-img-box"></image>
 	</view>
 </template>