diff --git a/components/cl-tabbar.vue b/components/cl-tabbar.vue index f0bdfd4..9be6e1c 100644 --- a/components/cl-tabbar.vue +++ b/components/cl-tabbar.vue @@ -6,111 +6,55 @@ --> @@ -139,7 +83,7 @@ export default { text: '购物车', path: 'pages/shoppingCar/index', }, - + { text: '我的', path: 'pages/mine/index', @@ -148,7 +92,7 @@ export default { } }, computed: { - ...mapGetters(['shopCarLength','user']), + ...mapGetters(['shopCarLength', 'user']), }, methods: { tabbarChange(e) { @@ -165,24 +109,29 @@ export default { width: 20px; height: 20px; } + .u-page__item__slot-icon1 { width: 35px; height: 35px; // margin-bottom: 20px } + .u-page__item__slot-icon2 { width: 35px; height: 35px; // margin-bottom: 20px } -.greenEd{ - ::v-deep .u-tabbar__content{ - background: linear-gradient(to bottom, #fff, #b6fdda); + +.greenEd { + ::v-deep .u-tabbar__content { + background: linear-gradient(to bottom, #fff, #b6fdda); } - ::v-deep .u-tabbar__content__item-wrapper{ + + ::v-deep .u-tabbar__content__item-wrapper { height: 80px } - ::v-deep .u-tabbar-item{ + + ::v-deep .u-tabbar-item { // margin-bottom: 30px; } } diff --git a/util/i18n/index.js b/util/i18n/index.js index 506f53a..fe1148c 100644 --- a/util/i18n/index.js +++ b/util/i18n/index.js @@ -7,8 +7,8 @@ import Vue from 'vue' import VueI18n from 'vue-i18n' import zhCn from 'zhCN' -import enUS from 'enUS' -import zhTC from 'zhTC' +// import enUS from 'enUS' +// import zhTC from 'zhTC' // import ruRU from 'ruRU' // import frFR from 'frFR' @@ -23,8 +23,8 @@ const i18n = new VueI18n({ messages: { 'zh-CN': { ...zhCn }, - 'en-US': { ...enUS }, - 'zh-TC': { ...zhTC }, + // 'en-US': { ...enUS }, + // 'zh-TC': { ...zhTC }, // 'ru-RU': { ...ruRU }, // 'fr-FR': { ...frFR }, // 'ru-RU': { ...ruRu }, diff --git a/vue.config.js b/vue.config.js index 2f189af..10e2271 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,7 +10,7 @@ module.exports = { configureWebpack: { externals: { 'zhCN': 'zhCN', - 'enUS': 'enUS', + // 'enUS': 'enUS', 'zhTC': 'zhTC', // 'ruRU':'ruRU', // 'frFR':'frFR',