From beaf1148e8f30f735671d086dfa7cf36d245d74c Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 27 八月 2025 10:29:38 +0800
Subject: [PATCH] 添加抽奖页面 解决图片过大问题和表单校验问题
---
uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
index 61baab5..a520e4a 100644
--- a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
+++ b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
@@ -90,15 +90,13 @@
watchTimer: null,
drawerWidth: 220,
drawerHeight: null,
- drawerTop:0
}
},
created() {
// #ifndef APP-NVUE
this.drawerWidth = this.width
this.drawerHeight = this.height
- this.drawerTop = this.drawerTop
- console.log("鎵ц浜�",this.drawerHeight,this.height)
+ console.log("鎵ц浜�",this.width,this.height)
// #endif
this.rightMode = this.mode === 'right'
},
--
Gitblit v1.8.0