Files
soul-yongping/miniprogram/components/env-switch/env-switch.wxml
Alex-larget f276595ad6 暂存
2026-03-17 18:22:06 +08:00

14 lines
350 B
Plaintext

<movable-area wx:if="{{visible}}" class="env-area" style="width:{{areaWidth}}px;height:{{areaHeight}}px;">
<movable-view
class="env-btn"
direction="all"
inertia
x="{{x}}"
y="{{y}}"
bindchange="onMovableChange"
bindtap="onTap"
>
<view class="env-btn-inner">{{currentLabel}}</view>
</movable-view>
</movable-area>