<view class="wrap">
    <view class="card-area">
        <movable-area>
            <movable-view class="target" x="{{x}}" y="{{y}}" direction="all" bindchange="queryNodeInfo">
                targetFirst
            </movable-view>
        </movable-area>
    </view>
    <view class="card-area">
        <movable-area>
            <movable-view class="target" x="{{x}}" y="{{y}}" direction="all" bindchange="queryNodeInfo">
                targetSecond
            </movable-view>
        </movable-area>
    </view>

     <view class="list-area border-bottom">
        <text class="list-item-key-4">
            targetFirst:
        </text>
        <text class="list-item-value-4">
            {{targetFirst}}
        </text>
    </view>
    <view class="list-area border-bottom">

        <text class="list-item-key-6">
            targetSecond:
        </text>
        <text class="list-item-value-4">{{targetSecond}}</text>

    </view>
</view>