| | |
| | | <input wx:if="{{item.input}}" type="{{item.type?item.type:'text'}}" |
| | | maxlength="{{item.maxLength?item.maxLength:'-1'}}" id="{{item.id?item.id:''}}" |
| | | placeholder-style="color:{{item.noValue?'red':'#B2B2B2'}};" class="weui-up-input {{inputClass}} {{alignLeft?'':'input-right'}}" |
| | | bindinput="changeV" value="{{item.value}}" placeholder="请输入{{item.name}}" /> |
| | | bindinput="changeV" value="{{item.value}}" placeholder="{{item.placeholder ? item.placeholder : '请输入' + item.name}} " /> |
| | | <view wx:else="{{text}}" class="weui-up-input {{inputClass}} {{alignLeft?'':'input-right'}}">{{item.value}}</view> |
| | | <view class="unit">{{item.unit}}</view> |
| | | </view> |