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

1 line
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>