|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <uni-popup ref="popupRef" :animation="false" :is-mask-click="false"
|
|
|
+ <uni-popup ref="popupRef" :animation="true" :is-mask-click="false"
|
|
|
mask-background-color="rgba(0,0,0, 0.76);" class="ezy-popup-width-all">
|
|
|
<view class="dycs-dialog">
|
|
|
<!-- 返回区域 -->
|
|
|
@@ -60,7 +60,7 @@
|
|
|
data.right = options.right;
|
|
|
data.wrong = options.wrong;
|
|
|
|
|
|
- popupRef.value.open();
|
|
|
+ popupRef.value.open('bottom');
|
|
|
}
|
|
|
|
|
|
function closePopup() {
|