Explorar el Código

[首页][修改]:[首页成长值滚动条]

tags/湖南版5.1.4
meo hace 6 años
padre
commit
82b5a06048
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      pages/main/index.wxml

+ 1
- 2
pages/main/index.wxml Ver fichero

@@ -13,8 +13,7 @@
<text class='remainchengzhangzhi'>还需{{upgradeScore}}成长值可升级</text>
<view class="view">
<!-- 成长值<text class="score">{{score}}</text> -->
<progress percent="{{upgradePercent}}" wx:if="{{upgradeScore!=0}}" stroke-width="6" activeColor="#b2743d" />
<progress percent="0" wx:if="{{upgradeScore==0}}" stroke-width="6" activeColor="#b2743d" />
<progress percent="{{upgradePercent}}" stroke-width="6" activeColor="#b2743d" />
</view>
</view>
<!-- 积分 -->


Cargando…
Cancelar
Guardar