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
3.7 KiB
1 line
3.7 KiB
9 months ago
|
<view class="plate-content"><view hidden="{{!(plateShow)}}" class="plate-popup"><view class="plate-close flex jw" style="padding:0 20rpx;box-sizing:border-box;"><text data-event-opts="{{[['tap',[['close',[1]]]]]}}" bindtap="__e">关闭</text><block wx:if="{{$root.g0>6}}"><text data-event-opts="{{[['tap',[['close',[2]]]]]}}" bindtap="__e">确定</text></block></view><view hidden="{{!(!plateNumber)}}" class="{{[safeArea?'isPhoneX':'']}}"><view class="plate-popup-item"><block wx:for="{{keyVehicle1}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle1','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyVehicle2}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle2','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyVehicle3}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle3','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyVehicle4}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle4','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block><view data-event-opts="{{[['tap',[['plateDel',['$event']]]]]}}" class="plate-popup-item-list delImg" bindtap="__e"><image src="{{src}}"></image></view></view></view><view hidden="{{!(plateNumber)}}" class="{{[safeArea?'isPhoneX':'']}}"><view class="plate-popup-item"><block wx:for="{{keyNumber}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateNum',['$0'],[[['keyNumber','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',$root.g1?'plate-popup-item-disabled':'']}}" bindtap="__e">{{item+''}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput1}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateInput',['$0'],[[['keyEnInput1','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',!isInputZh?'':'plate-popup-item-disabled']}}" bindtap="__e"><view class="{{[item=='I'||item=='O'?'plate-popup-item-disabled':'']}}">{{item}}</view></view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput2}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateInput',['$0'],[[['keyEnInput2','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',!isInputZh?'':'plate-popup-item-disabled']}}" bindtap="__e">{{item+''}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput3}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateInput',['$0'],[[['keyEnInput3','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',!isInputZh?'':'plate-popup-item-disabled']}}" bindtap="__e">{{item+''}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput4}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateLast',['$0'],[[['keyEnInput4','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list','del2',$root.g2?'':'plate-popup-item-disabled']}}" bindtap="__e">{{item+''}}</view></block><view data-event-opts="{{[['tap',[['plateDel',['$event']]]]]}}" class="plate-popup-item-list delImg" bindtap="__e"><image src="{{src}}"></image></view></view></view></view></view>
|