绿满眶商城微信小程序-uniapp
xiangpei
2025-07-04 0fa280c6d02dbf694e36b1f352aea51132ec6dde
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'
      },