邃芒智像相册
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

21 行
618 B

  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <wxs src="./index.wxs" module="computed" />
  3. <view
  4. class="van-progress custom-class"
  5. style="{{ computed.rootStyle({ strokeWidth, trackColor }) }}"
  6. >
  7. <view
  8. class="van-progress__portion"
  9. style="{{ computed.portionStyle({ percentage, inactive, color }) }}"
  10. >
  11. <view
  12. wx:if="{{ showPivot && computed.pivotText(pivotText, percentage) }}"
  13. style="{{ computed.pivotStyle({ textColor, pivotColor, inactive, color, right }) }}"
  14. class="van-progress__pivot"
  15. >
  16. {{ computed.pivotText(pivotText, percentage) }}
  17. </view>
  18. </view>
  19. </view>