Jelajahi Sumber

文本调整

wangxy 4 bulan lalu
induk
melakukan
b39fb26a24
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>