绿满眶商城微信小程序-uniapp
zxl
2025-07-11 01439f14432ee731be561d193c88e3ea31399345
components/dropdown-menu.vue
@@ -40,6 +40,10 @@
export default {
  name: 'DropdownMenu',
  props: {
   // 业务数据,选中菜单后一同返回
   data: {
      type: Object
   },
    // 选项列表
    options: {
      type: Array,
@@ -103,7 +107,7 @@
      // 根据配置返回整个对象或value值
      const emitValue = typeof item === 'object' ? item[this.valueKey] : item
      this.$emit('input', emitValue)
      this.$emit('change', emitValue)
      this.$emit('change', emitValue, this.data)
    }
  }
}
@@ -120,7 +124,7 @@
  height: 70rpx;
  line-height: 70rpx;
  border-radius: 8rpx;
  background-color: #fff;
  // background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  
@@ -149,7 +153,7 @@
.dropdown-menu {
  position: absolute;
  left: 0;
  left: -50rpx;
  display: inline-block;
  white-space: nowrap;
  background-color: #fff;