wangxy 1 month ago
parent
commit
589dabfe3b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/login/agreeContentDialog.vue

+ 2 - 2
pages/login/agreeContentDialog.vue

@@ -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() {