| 1 |
- <view class="change-input data-v-7a723c1b" style="{{('width:'+width+'rpx !important;height:'+height+'rpx !important;font-size:'+fontSize+'rpx !important')}}"><input style="{{(isActive?'caret-color:rgba(0,0,0,0)':'caret-color:rgba(0,0,0,1)')}}" focus="{{isFocus}}" type="{{inputType?inputType:'digit'}}" placeholder="{{value==''&&inputVal==''?placeholder:''}}" data-event-opts="{{[['focus',[['initAllInput',['$event']]]],['blur',[['moveAllInput',['$event']]]],['input',[['__set_model',['','inputVal','$event',[]]],['changeAllInput',['$event']]]]]}}" value="{{inputVal}}" bindfocus="__e" bindblur="__e" bindinput="__e" class="data-v-7a723c1b"/><text class="{{['data-v-7a723c1b',isActive?'active':'']}}">{{value?value:''}}</text></view>
|