index.js 3.38 KB
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/custom-tab-bar/index"],{"2ebe":function(t,e,n){"use strict";var a=n("89f3"),i=n.n(a);i.a},6335:function(t,e,n){"use strict";(function(t){var a=n("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a(n("7eb4")),r=a(n("ee10")),o={props:{tabIndex:{type:Number,default:null}},data:function(){return{tabList:[],showMiddleButton:!1,indicatorLeft:0,indicatorWidth:0,newuserInfo:{},isUpdating:!1}},computed:{currentTabIndex:function(){if(null!==this.tabIndex&&void 0!==this.tabIndex)return this.tabIndex;var t=getCurrentPages();if(0===t.length)return 0;var e=t[t.length-1],n="/"+e.route,a=this.tabList.findIndex((function(t){return n===t.pagePath||n.startsWith(t.pagePath)}));return a>=0?a:0}},mounted:function(){this.initTabList()},onShow:function(){this.initTabList()},watch:{},methods:{initTabList:function(){var e=this;return(0,r.default)(i.default.mark((function n(){var a;return i.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(!t.getStorageSync("newuserInfo")){n.next=4;break}e.newuserInfo=t.getStorageSync("newuserInfo"),n.next=6;break;case 4:return n.next=6,e.API.getUsers(t.getStorageSync("userInfo").userId).then((function(t){200===t.code&&(e.newuserInfo=t.data)}));case 6:e.newuserInfo=t.getStorageSync("newuserInfo")||{},a=e.newuserInfo.gw||"",e.tabList=e.getTabListByRole(a),console.log("[TabBar] 用户角色:",a,"Tab数量:",e.tabList.length,"Tab列表:",e.tabList.map((function(t){return t.text})));case 10:case"end":return n.stop()}}),n)})))()},getTabListByRole:function(t){var e={home:{iconPath:"/static/tabBar/icon2.png",selectedIconPath:"/static/tabBar/icon1.png",text:"首页",pagePath:"/pages/home/home",middleClass:""},dataCenter:{iconPath:"/static/tabBar/icon4.png",selectedIconPath:"/static/tabBar/icon3.png",text:"数据中心",pagePath:"/pages/information/information",middleClass:""},mine:{iconPath:"/static/tabBar/icon6.png",selectedIconPath:"/static/tabBar/icon5.png",text:"我的",pagePath:"/pages/me/me",middleClass:""}},n=(t||"").trim(),a=n&&!["健康师","老师","科技老师","组长"].includes(n),i=[e.home];return a&&i.push(e.dataCenter),i.push(e.mine),i},updateIndicator:function(){},handlePush:function(e,n){this.currentTabIndex!==n&&t.reLaunch({url:e.pagePath})}}};e.default=o}).call(this,n("df3c")["default"])},"89f3":function(t,e,n){},ba90:function(t,e,n){"use strict";n.r(e);var a=n("edd4"),i=n("eaa2");for(var r in i)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("2ebe");var o=n("828b"),u=Object(o["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=u.exports},eaa2:function(t,e,n){"use strict";n.r(e);var a=n("6335"),i=n.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=i.a},edd4:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){}));var a=function(){var t=this.$createElement;this._self._c},i=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
    'components/custom-tab-bar/index-create-component',
    {
        'components/custom-tab-bar/index-create-component':(function(module, exports, __webpack_require__){
            __webpack_require__('df3c')['createComponent'](__webpack_require__("ba90"))
        })
    },
    [['components/custom-tab-bar/index-create-component']]
]);