congming_huose-apk/unpackage/dist/dev/mp-weixin/common/components/DeviceNameEditModal.wxml

1 line
1.2 KiB
Plaintext
Raw Normal View History

<block wx:if="{{visible}}"><view data-event-opts="{{[['tap',[['onMask',['$event']]]]]}}" class="device-name-modal-mask data-v-4f50f2af" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="device-name-modal-sheet data-v-4f50f2af" catchtap="__e"><view class="device-name-modal-head data-v-4f50f2af"><text class="device-name-modal-title data-v-4f50f2af">{{title}}</text><text data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="device-name-modal-close data-v-4f50f2af" bindtap="__e">×</text></view><input class="device-name-modal-input data-v-4f50f2af" type="text" placeholder="{{placeholder}}" placeholder-style="color:#BFBFBF" maxlength="32" confirm-type="done" data-event-opts="{{[['input',[['onInput',['$event']]]]]}}" value="{{localValue}}" bindinput="__e"/><view class="device-name-modal-actions data-v-4f50f2af"><view data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="device-name-modal-btn device-name-modal-cancel data-v-4f50f2af" bindtap="__e">{{cancelText}}</view><view data-event-opts="{{[['tap',[['onOk',['$event']]]]]}}" class="device-name-modal-btn device-name-modal-ok data-v-4f50f2af" bindtap="__e">{{confirmText}}</view></view></view></view></block>