<view class="uni-numbox data-v-dd94a2a8"><view data-event-opts="{{[['tap',[['_calcValue',['minus']]]]]}}" class="uni-numbox__minus uni-numbox-btns data-v-dd94a2a8" style="{{'background:'+(background)+';'}}" bindtap="__e"><text class="{{['uni-numbox--text','data-v-dd94a2a8',(inputValue<=min||disabled)?'uni-numbox--disabled':'']}}" style="{{'color:'+(color)+';'}}">-</text></view><input class="uni-numbox__value data-v-dd94a2a8" style="{{'background:'+(background)+';'+('color:'+(color)+';')}}" disabled="{{disabled}}" type="number" data-event-opts="{{[['focus',[['_onFocus',['$event']]]],['blur',[['_onBlur',['$event']]]],['input',[['__set_model',['','inputValue','$event',[]]]]]]}}" value="{{inputValue}}" bindfocus="__e" bindblur="__e" bindinput="__e"/><view data-event-opts="{{[['tap',[['_calcValue',['plus']]]]]}}" class="uni-numbox__plus uni-numbox-btns data-v-dd94a2a8" style="{{'background:'+(background)+';'}}" bindtap="__e"><text class="{{['uni-numbox--text','data-v-dd94a2a8',(inputValue>=max||disabled)?'uni-numbox--disabled':'']}}" style="{{'color:'+(color)+';'}}">+</text></view></view>
|