allSelectInput.wxml 593 B

1
  1. <view class="change-input data-v-4ff882fd"><input style="{{(isActive?'caret-color:rgba(0,0,0,0)':'caret-color:rgba(0,0,0,1)')}}" focus="{{isFocus}}" type="number" 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-4ff882fd"/><text class="{{['data-v-4ff882fd',isActive?'active':'']}}">{{value?value:''}}</text></view>