numberDisplay.wxml 130 B

123
  1. <text class="integer">{{ integerPart }}</text>
  2. <text class="decimal">.</text>
  3. <text class="decimal">{{ decimalPart }}</text>