|
@@ -20,27 +20,26 @@
|
|
|
|
|
|
</view>
|
|
|
<view class="game-top-xl">
|
|
|
- <!-- <view class="xl" v-if="guaishouList.number!=guaishouList.money*1">
|
|
|
- 血量值: {{guaishouList.number}}/{{guaishouList.money*1}}
|
|
|
- </view> -->
|
|
|
- <view class="xl" >
|
|
|
- 祝您打怪成功!
|
|
|
+ <view class="xl" v-if="guaishouList.number!=guaishouList.money*1">
|
|
|
+ <!-- 血量值: {{guaishouList.number}}/{{guaishouList.money*1}} -->
|
|
|
</view>
|
|
|
+ <!-- <view class="xl" >
|
|
|
+ 祝您打怪成功!
|
|
|
+ </view> -->
|
|
|
|
|
|
- <!-- <view class="xl" v-else>
|
|
|
+ <view class="xl" v-else>
|
|
|
打怪成功!
|
|
|
- </view> -->
|
|
|
- <!-- <view class="xl-t"> -->
|
|
|
+ </view>
|
|
|
+ <view class="xl-t">
|
|
|
<!-- 血量进度条 暂未开发! -->
|
|
|
<!-- <prog value= "80"></prog> -->
|
|
|
<!-- change进度条变化时候触发 -->
|
|
|
- <!-- <bing-progress change="change" :value="getJd" width="474rpx" noActiveColor="#EB97E4"
|
|
|
+ <bing-progress change="change" :value="getJd" width="474rpx" noActiveColor="#EB97E4"
|
|
|
infoColor="#fff" :isActiveCircular="false" barBorderRadius="20px" :disabled="true"
|
|
|
infoContent="value" infoEndText="%" handleWidth="0" infoFontSize="26px" strokeWidth="34rpx"
|
|
|
:continuous="true" :subContinuous="true" infoAlign="center" activeColor="#D461CD">
|
|
|
- </bing-progress> -->
|
|
|
-
|
|
|
- <!-- </view> -->
|
|
|
+ </bing-progress>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="xgs">
|
|
|
<image :src="'../../static/game/reb0'+(index%5+1)+'.png'" mode=""></image>
|
|
@@ -608,7 +607,10 @@
|
|
|
}
|
|
|
|
|
|
.xl-t {
|
|
|
+ position: absolute;
|
|
|
margin-top: 10rpx;
|
|
|
+ left: 140rpx;
|
|
|
+
|
|
|
// width: 474rpx;
|
|
|
// height: 31rpx;
|
|
|
// background: #A38CF4;
|