绿满眶商城微信小程序-uniapp
peng
2 天以前 bde22e136959ce66b122f5d46cc24a0727e3d922
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 {