绿满眶商城微信小程序-uniapp
peng
2025-09-15 58600a13ffe0d5225573f404a7f66118bc05f850
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'
      },