diff --git a/i8n.js b/i8n.js index 9758fc4..a389a63 100644 --- a/i8n.js +++ b/i8n.js @@ -579,17 +579,17 @@ module.exports = { ENU_MENU_303: "免费注册", ENU_MENU_310: "注册专区", ENU_MENU_311: "自营专区", - ENU_MENU_312: "乐学易考", + ENU_MENU_312: "乐学甄选", ENU_MENU_320: "升级专区", ENU_MENU_321: "自营专区", - ENU_MENU_322: "乐学易考", + ENU_MENU_322: "乐学甄选", ENU_MENU_323: "海粉专区", ENU_MENU_330: "复购专区", ENU_MENU_331: "自营专区", ENU_MENU_332: "复购合作", ENU_MENU_333: "工具流", ENU_MENU_334: "直播专区", - ENU_MENU_335: "乐学易考", + ENU_MENU_335: "乐学甄选", ENU_MENU_336: "三方供应", ENU_MENU_340: "福利专区", ENU_MENU_350: "积分专区", @@ -962,9 +962,9 @@ module.exports = { ENU_TRADE_T_121: "商品专区", ENU_TRADE_T_122: "复购合作", ENU_TRADE_T_123: "二次发货", - ENU_TRADE_T_124: "乐学易考注册订单", - ENU_TRADE_T_125: "乐学易考升级订单", - ENU_TRADE_T_126: "乐学易考复购订单", + ENU_TRADE_T_124: "乐学甄选注册订单", + ENU_TRADE_T_125: "乐学甄选升级订单", + ENU_TRADE_T_126: "乐学甄选复购订单", ENU_TRADE_T_127: "海粉升级", ENU_TRADE_T_128: "创客订单", ENU_TRADE_T_129: "续约订单", @@ -1012,9 +1012,9 @@ module.exports = { ENU_TRADE_T_619: "商品订单撤单返钱", ENU_TRADE_T_620: "合作订单撤单返钱", ENU_TRADE_T_621: "二次发货撤单返钱", - ENU_TRADE_T_622: "乐学易考注册订单撤单返钱", - ENU_TRADE_T_623: "乐学易考升级订单撤单返钱", - ENU_TRADE_T_624: "乐学易考复购订单撤单返钱", + ENU_TRADE_T_622: "乐学甄选注册订单撤单返钱", + ENU_TRADE_T_623: "乐学甄选升级订单撤单返钱", + ENU_TRADE_T_624: "乐学甄选复购订单撤单返钱", ENU_TRADE_T_625: "海粉升级订单撤单返钱", ENU_TRADE_T_628: "创客订单", ENU_TRADE_T_629: "续约订单", @@ -2850,7 +2850,7 @@ module.exports = { w_0026: "账号安全", w_0027: "地址管理", w_0028: "退出登录", - w_0029: "乐学易考", + w_0029: "乐学甄选", w_0030: "安置架构", w_0031: "推荐架构", w_0032: "简体中文", diff --git a/src/components/HeaderTop.vue b/src/components/HeaderTop.vue index 99b26b6..8121eba 100644 --- a/src/components/HeaderTop.vue +++ b/src/components/HeaderTop.vue @@ -176,6 +176,7 @@ import * as api from "@/api/goods.js"; import * as ads from "@/api/register.js"; import specialListMixin from "@/mixins/special-list-mixin.js"; import { mapGetters } from "vuex"; +console.log(specialListMixin, "....specialListMixin"); export default { name: "Tabbar", mixins: [specialListMixin], @@ -336,7 +337,7 @@ export default { if (ctem.name == item.menuKey) { ctem.isShow = true; } - if (ctem.children.length > 0) { + if (ctem.children?.length > 0) { ctem.children.forEach((stem) => { if (stem.name == item.menuKey) { stem.isShow = true; @@ -344,7 +345,6 @@ export default { } }); } - console.log(ctem.value == 13); if (ctem.value == 13) { ctem.isShow = false; } diff --git a/src/components/special-area-list/index.vue b/src/components/special-area-list/index.vue index 0f3d9f2..4d437b6 100644 --- a/src/components/special-area-list/index.vue +++ b/src/components/special-area-list/index.vue @@ -39,7 +39,7 @@