14 lines
350 B
Plaintext
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>
|