xuxueyang
2024-07-22 32ab1af0797e3e8ab60dc646fc2c30cddf1dfa1f
main.js
@@ -40,6 +40,10 @@
      },
      picker:{
         confirmColor:'#20613D'
      },
      steps:{
         size:32,
         fontSize:32
      }
      // 其他组件属性配置
      // ......
@@ -67,12 +71,13 @@
Vue.component('footer-msg', footerMsg)
// #ifdef PUB_CUSTOMER
import selectItems from '@/components/common-select-items'
Vue.component('common-select-items', selectItems)
import addressSelect from '@/components/common-address-select/common-address-select'
Vue.component('common-address-select', addressSelect)
// #endif
import topTabs from '@/components/top-tabs.vue'
Vue.component('top-tabs', topTabs)