333
This commit is contained in:
parent
656fdc05c2
commit
d29d6d8722
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<uni-popup ref="popup" type="center" maskBackgroundColor="rgba(0,0,0,0.9)">
|
||||
<uni-popup ref="popup" type="center" maskBackgroundColor="rgba(0,0,0,0.9)" @touchmove.stop.prevent="">
|
||||
<view v-if="visible" class="preview-popup" @touchmove.stop.prevent="moveHandle">
|
||||
<!-- 翻转卡片容器 -->
|
||||
<view class="flip-container" :class="{ 'flipped': showList }">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user