Files
threeonecheck_web/unpackage/dist/build/mp-weixin/components/AreaFormPopup.wxml
2026-05-03 09:08:56 +08:00

1 line
1.7 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.

<view wx:if="{{a}}" bindtap="{{n}}" class="{{['popup-mask', 'data-v-bfbe7800', virtualHostClass]}}" style="{{virtualHostStyle}}" hidden="{{virtualHostHidden || false}}" id="{{o}}"><view class="popup-content data-v-bfbe7800" catchtap="{{m}}"><view class="popup-header data-v-bfbe7800"><view class="popup-title text-bold data-v-bfbe7800">{{b}}</view><view class="popup-close data-v-bfbe7800" bindtap="{{c}}">×</view></view><view class="popup-body data-v-bfbe7800"><view class="flex margin-bottom-sm data-v-bfbe7800"><view class="data-v-bfbe7800">区域名称</view><view class="text-red data-v-bfbe7800">*</view></view><input class="form-input data-v-bfbe7800" placeholder="请输入区域名称" value="{{d}}" bindinput="{{e}}"/><view class="flex margin-bottom-sm margin-top data-v-bfbe7800"><view class="data-v-bfbe7800">区域颜色</view><view class="text-red data-v-bfbe7800">*</view></view><view class="flex align-center data-v-bfbe7800"><input class="color-input flex-sub data-v-bfbe7800" placeholder="#FF5733" value="{{f}}" bindinput="{{g}}"/><view class="color-preview data-v-bfbe7800" style="{{'background-color:' + h}}"></view></view><view class="margin-top margin-bottom-sm text-gray data-v-bfbe7800">预设颜色</view><view class="color-grid data-v-bfbe7800"><view wx:for="{{i}}" wx:for-item="color" wx:key="a" class="{{['color-item', 'data-v-bfbe7800', color.b && 'color-item-active']}}" style="{{'background-color:' + color.c}}" bindtap="{{color.d}}"></view></view></view><view class="popup-footer data-v-bfbe7800"><button class="btn-cancel data-v-bfbe7800" bindtap="{{j}}">取消</button><button class="btn-confirm bg-blue data-v-bfbe7800" bindtap="{{k}}" loading="{{l}}">确定</button></view></view></view>