|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <uni-popup ref="agreeContentPopup" :animation="false" :is-mask-click="false"
|
|
|
+ <uni-popup ref="agreeContentPopup" :animation="true" :is-mask-click="false"
|
|
|
mask-background-color="rgba(255, 255, 255, 0.6);" class="ezy-popup-width-all">
|
|
|
<view class="agree-content-dialog">
|
|
|
<view class="icon-title-navBar-box">
|
|
|
@@ -497,7 +497,7 @@ function formatText(text) {
|
|
|
}
|
|
|
// 打开弹窗
|
|
|
function handleShow() {
|
|
|
- agreeContentPopup.value.open();
|
|
|
+ agreeContentPopup.value.open('bottom');
|
|
|
}
|
|
|
// 关闭弹窗
|
|
|
function handleClose() {
|