<view class="mask">
<swiper @change="changeSwiper" class="my_swiper" :current="current" circular :indicator-dots="false" :autoplay="false" :duration="500">
<swiper-item v-for="(x, y) in picList" :key="y">
<movable-area scale-area class="movable-area" @scale="movableScale">
<movable-view class="movable-view" direction="all" scale="true" scale-min="1" scale-max="4" :scale-value="1">
<view class="bg_img" :style="{ backgroundImage: 'url('+x.original+')'}"></view>
</movable-view>
</movable-area>
</swiper-item>
</swiper>
</view>
21:31:03.126 TypeError: undefined is not an object (evaluating 't._wrapper')
9***@qq.com (作者)
是这个问题,解决了,谢谢指教
2020-03-10 09:22