You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
689 B
1 line
689 B
2 months ago
|
<view class="{{['base-money','data-v-58cd4dd0',(line)?'line':'',(weight)?'weight':'']}}" style="{{'color:'+(color)+';'+('font-family:'+(SemiBold?'SemiBold':'Regular')+';')}}"><text hidden="{{!(preFix)}}" class="preFix data-v-58cd4dd0" style="{{'font-size:'+(preFixSize+'rpx')+';'+('color:'+(textColor)+';')}}">{{preFix}}</text><text class="symbol data-v-58cd4dd0" style="{{'font-size:'+(symbolSize+'rpx')+';'}}">¥</text><text class="integer data-v-58cd4dd0" style="{{'font-size:'+(integerSize+'rpx')+';'}}">{{integer}}</text><block wx:if="{{digits&&showDigits}}"><text class="decimal data-v-58cd4dd0" style="{{'font-size:'+(decimalSize+'rpx')+';'}}">{{"."+decimal}}</text></block></view>
|