xuxueyang
2024-07-23 89de2bbaf2e81ab3fa7a8c2aad3b76bc81033d3d
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)