wangxy 4 hónapja
szülő
commit
b39fb26a24
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>