|
@@ -2,7 +2,7 @@
|
|
|
<view class="level">
|
|
|
<view class="leve_left">
|
|
|
<view class="level_left_txt">
|
|
|
- {{currentLevelTxt}}
|
|
|
+ {{currentLevelTxt?'Lv'+currentLevelTxt:''}}
|
|
|
</view>
|
|
|
<view class="level_progress">
|
|
|
<view class="leve_progress_" :style="{width:currentLevel/nextLevel*300+'rpx'}">
|
|
@@ -13,7 +13,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="level_right_txt">
|
|
|
- {{nextLevelTxt}}
|
|
|
+ {{nextLevelTxt?'Lv'+nextLevelTxt:''}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="level_right">
|