绿满眶商城微信小程序-uniapp
xiangpei
2025-07-09 a1c289e7dfc5d9a3b8dc7ca9b05857f276c05f8d
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'
      },
@@ -160,6 +158,7 @@
   }
   .custom-style{
      border-radius: 0 24rpx 24rpx 0;
      background-color: #f4f4f4;
   }
   .uni-drawer--left {