index.js 5.8 KB

1
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/index"],{"08fe":function(e,t,n){},1527:function(e,t,n){"use strict";(function(e){n("43f2");i(n("66fd"));var t=i(n("47d5"));function i(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("543d")["createPage"])},"47d5":function(e,t,n){"use strict";n.r(t);var i=n("e631"),o=n("dba2");for(var a in o)"default"!==a&&function(e){n.d(t,e,(function(){return o[e]}))}(a);n("71f1");var u,r=n("f0c5"),c=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"7cdd8c95",null,!1,i["a"],u);t["default"]=c.exports},"71f1":function(e,t,n){"use strict";var i=n("08fe"),o=n.n(i);o.a},dba2:function(e,t,n){"use strict";n.r(t);var i=n("e4e0"),o=n.n(i);for(var a in i)"default"!==a&&function(e){n.d(t,e,(function(){return i[e]}))}(a);t["default"]=o.a},e4e0:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n("2f62"),o=a(n("5cc2"));function a(e){return e&&e.__esModule?e:{default:e}}function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function r(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){c(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var s,l=n("bf52"),g=n("8335"),d={computed:r({},(0,i.mapGetters)(["mainColor","customStyle"])),data:function(){return{cWidth:"",longitude:"",latitude:"",sectionIcon:g.getServerImg+"biaoti.png",enrolledIcon:g.getServerImg+"yibaoming.png ",intentionIcon:g.getServerImg+"yixiangkehu.png",videoList:[],current:0,tabbarList:[{iconPath:"../../../static/images/icon-index.png",selectedIconPath:"../../../static/images/icon-index-active.png",text:"首页",customIcon:!1},{iconPath:"plus-circle-fill",selectedIconPath:"close-circle-fill",text:"新增",midButton:!0,customIcon:!1},{iconPath:"../../../static/images/icon-mine.png",selectedIconPath:"../../../static/images/icon-mine-active.png",text:"我的",customIcon:!1}],userData:{headImage:"",userId:"",nickName:"",userName:"",phone:""},handleList:[{label:"全部客户",path:"customerList",icon:g.getServerImg+"kehu.png"},{label:"营销业绩排行",path:"marketRankList",icon:g.getServerImg+"paihang.png"},{label:"续费提醒",path:"renewList",icon:g.getServerImg+"xufeitixing.png"},{label:"消息通知",path:"messageList",icon:g.getServerImg+"xiaoxi.png"},{label:"数据统计",path:"dataCensus",icon:g.getServerImg+"shujutongji.png"},{label:"我的二维码",path:"shareInfo",icon:g.getServerImg+"erweima.png"},{label:"退出登录",path:"logout",icon:g.getServerImg+"kehu.png"}]}},onLoad:function(){e.getStorageSync("token")||e.navigateTo({url:"/pages/login/index"})},onReady:function(){this.cWidth=e.upx2px(750)-30},onShow:function(){var t=this;e.getStorageSync("userData")&&(this.userData=e.getStorageSync("userData")),e.getLocation({type:"wgs84",geocode:!0,success:function(n){e.setStorage({key:"locationData",data:{longitude:n.longitude,latitude:n.latitude}}),t.initialize()}})},onPullDownRefresh:function(){this.initialize(),setTimeout((function(){e.stopPullDownRefresh()}),500)},methods:{initialize:function(){var t=this;l.request(g.getCensusChart,{},"POST").then((function(e){var n={$this:s,canvasId:"chartBox",type:"column",width:t.cWidth,height:200,padding:[20,10,10,10],pixelRatio:1,animation:!0,background:"#FFFFFF",fontSize:11,xAxis:{type:"grid",gridType:"dash",disableGrid:!0,itemCount:10},yAxis:{},categories:e.data.customerCreateListRes.map((function(e){return e.week})),legend:{show:!1},series:[{name:"",color:"#fcbd71",data:e.data.customerCreateListRes.map((function(e){return e.newCount}))}]};new o.default(n)})).catch((function(e){t.$refs.uTips.show({title:e.message,type:"warning"})})),l.request(g.getNearVenueList,e.getStorageSync("locationData"),"POST").then((function(e){t.videoList=e.data})).catch((function(e){t.$refs.uTips.show({title:e.message,type:"warning"})}))},goToTodayEnroll:function(){e.navigateTo({url:"/pagesEnroll/todayEnroll"})},goToVenueList:function(){e.navigateTo({url:"/pagesEnroll/venueList"})},goToVenueDetail:function(t){e.navigateTo({url:"/pagesEnroll/venueDetail?id="+t.id})},goToAddForm:function(t){e.removeStorageSync("defaultClass"),e.navigateTo({url:"/pagesEnroll/"+t})},goToHandle:function(t){"logout"==t.path?(e.removeStorageSync("token"),e.navigateTo({url:"/pages/login/index"})):e.navigateTo({url:"/pagesMain/"+t.path})}}};t.default=d}).call(this,n("543d")["default"])},e631:function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return i}));var i={uButton:function(){return n.e("uview-ui/components/u-button/u-button").then(n.bind(null,"4058"))},uImage:function(){return n.e("uview-ui/components/u-image/u-image").then(n.bind(null,"41cd"))},uSection:function(){return n.e("uview-ui/components/u-section/u-section").then(n.bind(null,"bb7c"))},uCard:function(){return n.e("uview-ui/components/u-card/u-card").then(n.bind(null,"aeb5"))},uAvatar:function(){return n.e("uview-ui/components/u-avatar/u-avatar").then(n.bind(null,"5ba7"))},uIcon:function(){return n.e("uview-ui/components/u-icon/u-icon").then(n.bind(null,"c500"))},uTopTips:function(){return n.e("uview-ui/components/u-top-tips/u-top-tips").then(n.bind(null,"83e4"))},uTabbar:function(){return Promise.all([n.e("common/vendor"),n.e("uview-ui/components/u-tabbar/u-tabbar")]).then(n.bind(null,"e579"))}},o=function(){var e=this,t=e.$createElement;e._self._c},a=[]}},[["1527","common/runtime","common/vendor"]]]);