diff --git a/App.vue b/App.vue index dd6e4e78..3e00d5c9 100644 --- a/App.vue +++ b/App.vue @@ -30,9 +30,14 @@ if (platform === 'ios') { // ios首次安装没有网络 uni.onNetworkStatusChange(function(res) { if (res.isConnected == true) { - uni.reLaunch({ - url: '/pageTwo/login/login' - }) + that.handleoginversion() + that.handleCityList() + that.handleCooperationUrl() + // setTimeout(() => { + // uni.reLaunch({ + // url: '/pageTwo/login/login' + // }) + // }, 500) } }); } @@ -107,7 +112,8 @@ locale = ite.value } }) - let language = uni.getStorageSync('language') ? uni.getStorageSync('language') : locale + let language = uni.getStorageSync('language') ? uni.getStorageSync( + 'language') : locale that.$i18n.locale = language uni.setStorageSync('language', language) that.$store.commit('changeLocale', language) diff --git a/locale/en.json b/locale/en.json index 3c7396fd..b61c541e 100644 --- a/locale/en.json +++ b/locale/en.json @@ -523,7 +523,7 @@ "inheritHeighet.tips4": "A child's postnatal growth environment is conducive to their growth in height. Please continue to maintain and strengthen the management of acquired factors. When the child reaches adulthood, they can be more than 10cm taller than the standard.", "contrast.time": "time (days)", - "index.ideal": "Current age and ideal ", + "index.ideal": "ideal ", "contrast.weightdiff": "reduce weight", diff --git a/manifest.json b/manifest.json index ba162b6b..dbc71793 100644 --- a/manifest.json +++ b/manifest.json @@ -1,163 +1,157 @@ { - "name": "Reedaw", - "appid": "__UNI__20604F1", - "description": "面向儿童青少年的健康体质测量APP", - "versionName": "1.3.4", - "versionCode": 134, - "transformPx": false, - /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "template": "index.html", - /* 模块配置 */ - "modules": { - "Bluetooth": {} - }, - "compattible": { - "ignoreVersion": true // true 表示忽略版本检查提示 - }, - /* 应用发布信息 */ - "distribute": { - /* android打包配置 */ - "android": { - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters": ["arm64-v8a", "x86"] - }, - /* ios打包配置 */ - "ios": { - "dSYMs": false, - "idfa": false, - "privacyDescription": { - "NSBluetoothAlwaysUsageDescription": "需要蓝牙权限来连接设备", - "NSBluetoothPeripheralUsageDescription": "使用蓝牙与外设通信" - } - }, - /* SDK配置 */ - "sdkConfigs": { - "share": {}, - "ad": {}, - "geolocation": { - "system": { - "__platform__": ["ios"] - } - } - }, - "icons": { - "android": { - "hdpi": "unpackage/res/icons/72x72.png", - "xhdpi": "unpackage/res/icons/96x96.png", - "xxhdpi": "unpackage/res/icons/144x144.png", - "xxxhdpi": "unpackage/res/icons/192x192.png" - }, - "ios": { - "appstore": "unpackage/res/icons/1024x1024.png", - "ipad": { - "app": "unpackage/res/icons/76x76.png", - "app@2x": "unpackage/res/icons/152x152.png", - "notification": "unpackage/res/icons/20x20.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "proapp@2x": "unpackage/res/icons/167x167.png", - "settings": "unpackage/res/icons/29x29.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "spotlight": "unpackage/res/icons/40x40.png", - "spotlight@2x": "unpackage/res/icons/80x80.png" - }, - "iphone": { - "app@2x": "unpackage/res/icons/120x120.png", - "app@3x": "unpackage/res/icons/180x180.png", - "notification@2x": "unpackage/res/icons/40x40.png", - "notification@3x": "unpackage/res/icons/60x60.png", - "settings@2x": "unpackage/res/icons/58x58.png", - "settings@3x": "unpackage/res/icons/87x87.png", - "spotlight@2x": "unpackage/res/icons/80x80.png", - "spotlight@3x": "unpackage/res/icons/120x120.png" - } - } - }, - "splashscreen": { - "androidStyle": "common", - "android": { - "hdpi": "static/logo.png", - "xhdpi": "static/logo.png", - "xxhdpi": "static/logo.png" - }, - "useOriginalMsgbox": true - } - // "i18n": { - // "enable": true, - // "paths": { - // "en": "/locale/en.json", - // "zh": "/locale/zh.json", - // "zh-Hans": "/locale/zh.json", - // } - // } - } - }, - "permissions": { - "Android": [{ - "name": "android.permission.READ_EXTERNAL_STORAGE", - "desc": "读取外部存储" - }, - { - "name": "android.permission.WRITE_EXTERNAL_STORAGE", - "desc": "写入外部存储" - } - ] - }, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "wx9c0b7a436ada6d1e", - "setting": { - "urlCheck": false, - "postcss": true, - "minified": true - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false, - "version": "2" - }, - "vueVersion": "2", - "locale": "zh-Hans", - "h5": { - "template": "index.html" - }, - "fallbackLocale": "zh-Hans" + "name" : "Reedaw", + "appid" : "__UNI__20604F1", + "description" : "面向儿童青少年的健康体质测量APP", + "versionName" : "1.3.4", + "versionCode" : 134, + "transformPx" : false, + /* 5+App特有相关 */ + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "template" : "index.html", + /* 模块配置 */ + "modules" : { + "Bluetooth" : {} + }, + "compattible" : { + "ignoreVersion" : true // true 表示忽略版本检查提示 + }, + /* 应用发布信息 */ + "distribute" : { + /* android打包配置 */ + "android" : { + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters" : [ "arm64-v8a", "x86" ] + }, + /* ios打包配置 */ + "ios" : { + "dSYMs" : false, + "idfa" : false, + "privacyDescription" : { + "NSBluetoothAlwaysUsageDescription" : "需要蓝牙权限来连接设备", + "NSBluetoothPeripheralUsageDescription" : "使用蓝牙与外设通信" + } + }, + /* SDK配置 */ + "sdkConfigs" : { + "share" : {}, + "ad" : {}, + "geolocation" : { + "system" : { + "__platform__" : [ "ios" ] + } + } + }, + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } + }, + "splashscreen" : { + "androidStyle" : "common", + "android" : { + "hdpi" : "static/logo.png", + "xhdpi" : "static/logo.png", + "xxhdpi" : "static/logo.png" + }, + "useOriginalMsgbox" : true + } + } + }, + "permissions" : { + "Android" : [ + { + "name" : "android.permission.READ_EXTERNAL_STORAGE", + "desc" : "读取外部存储" + }, + { + "name" : "android.permission.WRITE_EXTERNAL_STORAGE", + "desc" : "写入外部存储" + } + ] + }, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "wx9c0b7a436ada6d1e", + "setting" : { + "urlCheck" : false, + "postcss" : true, + "minified" : true + }, + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false, + "version" : "2" + }, + "vueVersion" : "2", + "locale" : "zh-Hans", + "h5" : { + "template" : "index.html" + }, + "fallbackLocale" : "zh-Hans" } -/* SDK配置 */ \ No newline at end of file +/* SDK配置 */ + diff --git a/pageTwo/devices/G02.vue b/pageTwo/devices/G02.vue index 8b06f72e..962c337b 100644 --- a/pageTwo/devices/G02.vue +++ b/pageTwo/devices/G02.vue @@ -22,8 +22,8 @@ {{$t('linkBluetooth.nowHeight')}}:{{height}}{{unit}} - {{$t('linkBluetooth.lastWeight')}}:kg + {{$t('linkBluetooth.lastWeight')}}: + kg {{$t("linkBluetooth.remeasure")}} {{$t("linkBluetooth.SaveResult")}} diff --git a/pages/my/me.vue b/pages/my/me.vue index fac316fa..4137588e 100644 --- a/pages/my/me.vue +++ b/pages/my/me.vue @@ -72,7 +72,7 @@ - + {{ite.title}} @@ -82,6 +82,7 @@ + {{$t("common.btnLogOut")}} diff --git a/readme.md b/readme.md index 7683043c..4f270b1b 100644 --- a/readme.md +++ b/readme.md @@ -1 +1 @@ -多语言小程序,新增英文(无卡片,无估分) \ No newline at end of file +多语言小程序,中文版包括所有功能,英文版简洁版,无卡片,估分,跳绳,肺活量,资讯,和模式选择 \ No newline at end of file diff --git a/scss/common.scss b/scss/common.scss index 33f81b49..e4a1cf89 100644 --- a/scss/common.scss +++ b/scss/common.scss @@ -210,15 +210,15 @@ top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.4); - z-index: 99; + z-index: 999; } // 左侧 .wrapper_box { width: 220px; background-color: #fff; - z-index: 1000; position: absolute; height: 100vh; + z-index: 1000; .top { width: 100%; @@ -254,6 +254,7 @@ width: 220px; height: calc(100vh - 100px); overflow-y: scroll; + z-index: 999; .drawerList_item { background: #f7f7f7; diff --git a/unpackage/cache/certdata b/unpackage/cache/certdata index e4a48b02..017157e3 100644 --- a/unpackage/cache/certdata +++ b/unpackage/cache/certdata @@ -1,3 +1,3 @@ -andrCertfile=D:/qingce.keystore +andrCertfile=D:/青测证书/安卓证书/qingce.keystore andrCertAlias=qingce andrCertPass=e7l98mrpB0Uj4WWFn9y0Mg== diff --git a/unpackage/cache/wgt/__UNI__20604F1/app-config-service.js b/unpackage/cache/wgt/__UNI__20604F1/app-config-service.js index 43e09c2c..9808e742 100644 --- a/unpackage/cache/wgt/__UNI__20604F1/app-config-service.js +++ b/unpackage/cache/wgt/__UNI__20604F1/app-config-service.js @@ -1,8 +1,8 @@ var isReady=false;var onReadyCallbacks=[]; var isServiceReady=false;var onServiceReadyCallbacks=[]; -var __uniConfig = {"pages":["pages/home/home","pages/skiping/skip","pages/skiping/charts","pages/lunging/vitalcapacity","pages/lunging/charts","pages/my/me","pages/score/score","pages/PublicCards/PublicCards","pages/body/body","pages/zixun/list","pageTwo/history/history","pageTwo/history/historyDetail","pageTwo/compk/contrast","pageTwo/compk/pkdetail","pageTwo/cardList/card","pageTwo/business/business","pageTwo/business/addDevice","pageTwo/business/search","pageTwo/score/history","pageTwo/score/report","pageTwo/my/manage","pageTwo/message/list","pageTwo/my/userInfo","pageTwo/login/forgetPassword","pageTwo/login/login","pageTwo/my/about","pageTwo/setting/setting","pageTwo/setting/password","pageTwo/setting/email","pageTwo/setting/phone","pageTwo/devices/search","pageTwo/devices/G02","pageTwo/devices/PCL","pageTwo/devices/PCV02","pageTwo/devices/PCT01","pageTwo/devices/B20","pageTwo/devices/PCL22","pageTwo/devices/PCL22S","pageTwo/notepad/notepad","pageTwo/notepad/addNotepad","pageTwo/PublicCards/charts","pageTwo/PublicCards/history","pageTwo/PublicCards/contrast","pageTwo/PublicCards/pkdetail","pageTwo/home/inheritHeighet","pageTwo/home/bmi","pageTwo/webview/webview"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"","navigationBarBackgroundColor":"#37cc92","backgroundColor":"#fff"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png","text":"记录"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png","text":"资讯"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Reedaw","compilerVersion":"4.24","entryPagePath":"pages/home/home","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; -var __uniRoutes = [{"path":"/pages/home/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/skip","meta":{},"window":{"navigationBarTitleText":"跳绳数据","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线","enablePullDownRefresh":false}},{"path":"/pages/lunging/vitalcapacity","meta":{},"window":{"navigationBarTitleText":"肺活量数据","enablePullDownRefresh":true,"onReachBottomDistance":50,"navigationBarBackgroundColor":"#000000","backgroundColor":"#000000"}},{"path":"/pages/lunging/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线","enablePullDownRefresh":false}},{"path":"/pages/my/me","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/score/score","meta":{},"window":{"navigationBarTitleText":"分数评估","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/PublicCards/PublicCards","meta":{},"window":{"navigationBarTitleText":"对比详情"}},{"path":"/pages/body/body","meta":{},"window":{"navigationBarTitleText":"身体数据","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/zixun/list","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/history/history","meta":{},"window":{"navigationBarTitleText":"历史记录","enablePullDownRefresh":false}},{"path":"/pageTwo/history/historyDetail","meta":{},"window":{"navigationBarTitleText":"记录详情","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情","enablePullDownRefresh":false}},{"path":"/pageTwo/cardList/card","meta":{},"window":{"navigationBarTitleText":"卡片设置","enablePullDownRefresh":false}},{"path":"/pageTwo/business/business","meta":{},"window":{"navigationBarTitleText":"设备管理","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/business/addDevice","meta":{},"window":{"navigationBarTitleText":"设备列表","enablePullDownRefresh":false}},{"path":"/pageTwo/business/search","meta":{},"window":{"navigationBarTitleText":"搜索设备","enablePullDownRefresh":false}},{"path":"/pageTwo/score/history","meta":{},"window":{"navigationBarTitleText":"估分历史","enablePullDownRefresh":false}},{"path":"/pageTwo/score/report","meta":{},"window":{"navigationBarTitleText":"估分报告","enablePullDownRefresh":false}},{"path":"/pageTwo/my/manage","meta":{},"window":{"navigationBarTitleText":"成员管理","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/message/list","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/my/userInfo","meta":{},"window":{"navigationBarTitleText":"资料"}},{"path":"/pageTwo/login/forgetPassword","meta":{},"window":{"navigationBarTitleText":"密码","enablePullDownRefresh":false}},{"path":"/pageTwo/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pageTwo/my/about","meta":{},"window":{"navigationBarTitleText":"关于我们","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/setting","meta":{},"window":{"navigationBarTitleText":"设置","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/password","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/email","meta":{},"window":{"navigationBarTitleText":"绑定邮箱","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/phone","meta":{},"window":{"navigationBarTitleText":"绑定手机号","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/search","meta":{},"window":{"navigationBarTitleText":"蓝牙搜索","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/G02","meta":{},"window":{"navigationBarTitleText":"测量","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL","meta":{},"window":{"navigationBarTitleText":"测量","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCV02","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCT01","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/B20","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22S","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/notepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/addNotepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/PublicCards/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线"}},{"path":"/pageTwo/PublicCards/history","meta":{},"window":{"navigationBarTitleText":"历史记录"}},{"path":"/pageTwo/PublicCards/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比"}},{"path":"/pageTwo/PublicCards/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情"}},{"path":"/pageTwo/home/inheritHeighet","meta":{},"window":{"navigationBarTitleText":"身高预测"}},{"path":"/pageTwo/home/bmi","meta":{},"window":{"navigationBarTitleText":"BMI测评"}},{"path":"/pageTwo/webview/webview","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}]; +var __uniConfig = {"pages":["pages/home/home","pages/skiping/skip","pages/skiping/charts","pages/lunging/vitalcapacity","pages/lunging/charts","pages/my/me","pages/score/score","pages/PublicCards/PublicCards","pages/body/body","pages/zixun/list","pageTwo/history/history","pageTwo/history/historyDetail","pageTwo/compk/contrast","pageTwo/compk/pkdetail","pageTwo/cardList/card","pageTwo/business/business","pageTwo/business/addDevice","pageTwo/business/search","pageTwo/score/history","pageTwo/score/report","pageTwo/my/manage","pageTwo/message/list","pageTwo/my/userInfo","pageTwo/login/forgetPassword","pageTwo/login/login","pageTwo/my/about","pageTwo/setting/setting","pageTwo/setting/password","pageTwo/setting/email","pageTwo/setting/phone","pageTwo/devices/search","pageTwo/devices/G02","pageTwo/devices/PCL","pageTwo/devices/PCV02","pageTwo/devices/PCT01","pageTwo/devices/B20","pageTwo/devices/PCL22","pageTwo/devices/PCL22S","pageTwo/notepad/notepad","pageTwo/notepad/addNotepad","pageTwo/PublicCards/charts","pageTwo/PublicCards/history","pageTwo/PublicCards/contrast","pageTwo/PublicCards/pkdetail","pageTwo/home/inheritHeighet","pageTwo/home/bmi","pageTwo/home/childPK","pageTwo/webview/webview"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"","navigationBarBackgroundColor":"#37cc92","backgroundColor":"#fff"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Reedaw","compilerVersion":"4.24","entryPagePath":"pages/home/home","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locale":"","fallbackLocale":"en","locales":{"en":{"tips":{"msgTitle":"Friendly reminder","msgResetData":"Data reset in progress","msgSuccess":"Measurement successful!","msgFail":"Measurement failed!","msgUpgradeFail":"Upgrade Failed","msgDownloading":" Downloading now","msgLatestVersion":"It's the latest version!","msgCancel":"You have cancelled the operation!","msgLoginSuccess":"Login successful!","msgDelete":"Deletion successful","msgSetSuccess":"Set successfully","msgbindt":"Binding successful!","msgUnBind":"Unbind successfully!","msgBottom":"It's all there. Let's see something else.","msgNoMoreData":"There's no more data!","msgCalculating ":" Under calculation ","msgSetPasswordSuccess":"The password was set successfully.","msgAddUser":"There are no members yet. Please add them first.","verifyNickName":"Please enter the nickname","verifyNotOptional":"Future dates are not selectable","verifyDate":"Please select the measurement date","verifyBirthday":"Please select your date of birth","verifyHeight":"Please enter your height","verifyWeight":"Please enter your weight","verifyHead":"Please enter the head circumference","verifyHeightDad":"Please enter Dad's height.","verifyHeightMom":"Please enter Mom's height","verifyGender":"Please select gender","verifyBontrast":"Please select the data","verifyBodyDate":"Please select the correct time","verifyRecordType":"Please select the measurement item","verifyRecordTime":" Please enter the duration","verifyRecordNumber":"Please enter the number","verifyRecord":"Please enter","verifyPicker":"Please select","verifyAccount":"Please enter the correct Mobile phone or email address.","verifyEmail":"Please enter your email address","verifyEmailCorrect":"Please enter the correct email address","verifyMobile":"Please enter your Mobile phone","verifyMobileCorrect":"Please enter the correct phone number","verifyCode":"Please enter the verification code","verifyPassword":"Please enter your password","verifyPasswordTwo":"Please enter the confirmation password","verifyPasswordCorrect":"Please confirm that the password is filled in the same way twice.","verifyAgreement":"Please confirm and check the agreement first.","verifyOutLogin":"Do you want to log out?","verifyDeleteUser":"Do you want to delete this member?","verifyDeleteHistory":"Do you want to delete the current measurement record?","verifyUnbindt":"Do you want to unbind this device?","verifybindt":"Do you want to bind this device?","verifyDeleteAccount":"After a successful deletion, all associated information of this account will be cleared and cannot be retrieved. Do you want to delete it?","btnConfirm":"Confirm","btnSubmit":"Submit","btnSancellation":"Cancel","btnContinue":"Continue","btnBack":"Return","btnDelete":"Delete"},"common":{"titleSetLanguage":"Language Settings","titleSkipping":"Skipping rope data","titlevVitalcapacity":"Vitalcapacity data","titleCharts":"Motion curve","titleHome":"Record","titleNews":"Information","titleMe":"My","titleScore":"Estimated Score for the High School Entrance Examination","titleScoreHistory":"EstimatedScoreHistory","titleScoreReport":"EstimatedScoreReport","titleContrast":"Data comparison","titleDetail":"Details","titleBody":"Curve/Target","titleIncrement":"Increment","titleLanguage":"Language switching","titleHistory":"historical","titleCardSet":"Card Settings","titlebBusiness":"Equipment Management","titleBusinesAdd":"Add equipment","titleBusinesSList":"Device List","titleBusinesSearch":"Search Device","titleInheritHeighet":"Height Prediction","titleBmi":"BMI Assessment","titlePhone":"Bind the Mobile phone","titleEmail":"Bound Email","titlePasswordEdit":"Change password","titleSet":"Settings","titleDate":"Date","titleMember":"Data","titleManage":"Member Management","titleManageAdd":"Add Member","titleAboutUs":"AboutUs","titleSetPassword":"Set password","titlePassword":"Password","titleConfirmPassword":"Confirmation Password","titleForgotPassword":"Forgot password","titleCode":"Verification code","titleSendCode":"Send code","titleSendCodeRetry":"send again","titleLogin":"Login","titleRegister":"Register","titleToggleLogin":"Switch Login","titleAccountText":"Mobile phone/Email","titleAgreementText":"Read and agree","titleAgreementContntText":"Privacy Agreement","titleVersionUpdate":"VersionUpdate","titleNewVersion":"New version","infoAvatar":"Avatar","infoNickname":"Nickname","infoMobile":"Mobile phone","infoEmail":"Mailbox","infoAge":"age","infoAgeunit":"year","infoGender":"gender","infoMan":"Man","infoWoman":"Woman","infoUnknown":"unknown","infoBirthday":"Birthday","infoNowUser":"Currently","infoHeight":"height","infoHead":"HC","infoWeight":"weight","infoBMI":"BMI","infoAddress":"Region","btnEdit":"edit","btnDelete":"Delete","btnAdd":"Add","btnDetails":"Details","btnUnbind":"Unbind","btnBMI":"Calculate immediately","btnDeleteAccount":"Delete account","btnLogOut":"Log out","btnContrast":"contrast"},"linkBluetooth":{"onBluetoothTips":"Please make sure the device is on.","onBluetoothHaveFound":"Has been discovered","onBluetoothDevice":"device","onBluetoothMac":"mac address","onBluetoothBind":"Device Binding Process Description","onBluetoothSelect":"Select BLE for binding","onPhoneBluetoothTips":"The phone's BLE is not turned on.","onDeviceBluetoothTips":"Please make sure the device is powered on and the BLE permission on your phone is enabled!","accreditTips ":"You need to authorize the use of your mobile phone's BLE","openBluetoothSuccess":"BLE permission was obtained successfully. Reconnect to BLE.","openSettingFail":"Failed to obtain permission","isLinkBluetooth":"Please connect the device first.","startlinkBluetooth":"Start Connecting","linkBluetooth":"BLE connection in progress","anewlinkBluetooth":"reconnection","linkBluetoothFail":"Connection failed","linkBluetoothSuccess":"The connection is successful. Start measuring","startSearchBluetooth":"Start searching","searchBluetooth":"BLE search ongoing","searchBluetoothFail":"Search again","Nodevicefound":"No BLE device was found","onDeviceMeasureTips":"Please make sure the device is on.","openDeviceeMeasureTips":"Please turn on the Bluetooth of your mobile phone","openDeviceeMeasureTips2":"Please turn on the location information of your mobile phone","deviceDisconnection":"Connection interrupted Reconnect","offBluetooth":"BLE is turned off. Measure after turning on BLE.","remeasure":"Remeasure","StableWeight":"Stable weight","StableWeightText":"stable weight is :","realTimeWeight":"Real-time weight","realTimeWeightText":"real-time weight is :","heightText":"Your height is","zeroBtn":"zero","LockBtn":"Lock","SaveResult":"Save","measureResultTips":"Measurement Result Tips","nowWeight":"this weight ","lastHeight":"last height ","lastWeight":"last weight ","nowHeight":"this height ","lastHead":"last head ","errorOperation":"Operation error. Please remeasure."},"lung":{"lungTitle":"Lung Capacity Test","lungExplain0":"Lung capacity tests can help us better understand you and generate a detailed health report for you.","lungsuction":"Inspiratory vital capacity","lungsuctionspeed":"Inhalation speed","averagelungsuction":"average suction vital capacity","isMarginal":"reach the standard","lungHello":"Hello!","lungfirst":"Hello!The first test begins","lungsecond":"Hello!The second test begins","lungthird":"Hello!The third test begins","lungstart":"The test begins","lungExplain1":"Put down the breathing trainer, exhale slowly and empty the air in your lungs as much as possible.","lungExplain2":"Use the breathing trainer and inhale slowly until you reach your limit.","lungExplain3":"Based on your personal information, your qualifying inspiratory vital capacity is","nowlungsuctionspeed":"You are testing the inhalation speed this time","lungresult":"Lung capacity test result","lungExplain4":"Based on your physical condition and improvement goals, we will generate a detailed health report for you.","lunglookreport":"View this Report","lunganewstart":"seconds later","Marginal":"Pass","oneNumberTips":"Please enter the first inhalation value","twoNumberTips":"Please enter the second inhalation value.","threeNumberTips":"Please enter the third inhalation value"},"skip":{"today_jump_num":"Today's number","today_jump_time":"Today's duration","today_jump_kcal":"kcal","jumpFree":"Jump freely","backwardCount":"Reverse count","Countdown":"Countdown","jumpFreedom":"Freedom","instructStart":"Start","jumpFreeDegree":"Free number of times","jumpFreeNumber":"Number","jumpTargetDegree":"number","jumpUnlimited":"Unrestricted","jumpTarget":"Adjust the target","jumpTargetTime":"Target duration in minutes: seconds","MinuteSecond":"time","Consumed":"consume","LongpressEnd":"Longpress end","AverageSpeed":"average speed","Unit":"Number per minute","Numberofinterrupts":"Numberofinterrupts","Times":"frequency","LongestConsecutive":"longest continuum","Number":"Number","trainingsNumber":"Number","complete":"Finished","instructContinuous":"Continuous","instructStop":"Stop","instructEnd":"end","instructContinue":"Continue","instructPause":"Pause","linkBluetoothFail":"Connection disconnected","deviceDisconnection":"The connection with the device was interrupted during training. Please reconnect the device and start training again.","ToggleTrainingsTips":"Do not switch training during the training process. Return to training.","NOComplete":"If the rope skipping time this time is less than 10 seconds, will the record not be saved?"},"index.home":"Record","index.bmi":"BMI Evaluation","index.Height":"Height","index.skipping":"Intelligent skipping","index.vitalcapacity":"vital capacity","index.contrast":"contrast","index.none":"No data available for now","index.body":"Body report","index.BodyScore":"Body score","index.BodyType":"Body type","index.otherData":"Other data","index.dataReference":"Data Reference","index.referencetips":"This measurement data is for reference only and cannot replace medical professional tests!","index.number":"score","index.no":"None","index.growthAdvice":"growthAdvice","index.nutrition":"nutrition","index.sleep":"sleep","index.movement":"movement","index.emotion":"mood","index.card":"Card data","index.cardSet":"Set the data page card","index.manualRecording":"Manual recording","index.notice":"Announcement","index.browse":"Page views","index.Standard":"Standard value","bmi.desc":"BMI stands for Body Mass Index, which is currently a commonly used international standard for measuring the degree of fatness or thinness of the human body and whether it is healthy.","inheritHeighet.title":"Adult Height Prediction","inheritHeighet.dad":"Dad's height","inheritHeighet.mom":"Mom's height","inheritHeighet.geneticheight":"Standard height","inheritHeighet.adultheight":"Adult height","inheritHeighet.tips0":"To ensure the accuracy of the data, please fill in the true information carefully.","inheritHeighet.tips1":"If the current actual height is less than the current standard height","inheritHeighet.tips2":"Children grow taller in an unfavorable environment after birth. Please check from aspects such as diet, sleep, exercise and mood. Strengthen the management of postnatal factors to keep children in the best growth state.","inheritHeighet.tips3":"If the current actual height is greater than the current standard height","inheritHeighet.tips4":"A child's postnatal growth environment is conducive to their growth in height. Please continue to maintain and strengthen the management of acquired factors. When the child reaches adulthood, they can be more than 10cm taller than the standard.","contrast.time":"time (days)","index.ideal":"Current age and ideal ","contrast.weightdiff":"reduce weight","contrast.weightdiffAugment":"weight","contrast.fatWdiff":"reduce fat","contrast.fatWdiffAugment":"Fat Gain","contrast.changeData":"Data change","contrast.trend":"trend","contrast.before":"before","contrast.after":"after","body.target_weight":"Target weight","body.cumulative_weight":"Cumulative weight loss","body.initial_weight":"Initial weight","body.cumulative_day":"Days of weight loss","chartsDay":"That day","chartsMonth":"Monthly","chartsYear":"Annual","recordType":"Project","recordTime":"Duration","recordNumber":"number","recordNumberFirst":"firstTime","recordNumberSecond":"secondTime","recordNumberThird":"thirdTime"},"ja":{"index.title":"Hello i18n","index.home":"ホーム","index.component":"コンポーネント","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"ユニフレームワーク、manifest.json、pages.json、タブバー、ページ、コンポーネント、APIを含める、Schema","index.detail":"詳細","index.language":"言語","index.language-info":"設定","index.system-language":"システム言語","index.application-language":"アプリケーション言語","index.language-change-confirm":"この設定を適用すると、アプリが再起動します"},"zh-Hant":{"index.title":"Hello i18n","index.home":"主頁","index.component":"組件","index.api":"API","index.schema":"Schema","index.demo":"uni-app 國際化演示","index.demo-description":"包含 uni-framework、manifest.json、pages.json、tabbar、頁面、組件、API、Schema","index.detail":"詳情","index.language":"語言","index.language-info":"語言信息","index.system-language":"系統語言","index.application-language":"應用語言","index.language-change-confirm":"應用此設置將重啟App"},"zh":{"tips":{"msgTitle":"友情提示","msgResetData":"数据重置中","msgSuccess":"测量成功!","msgFail":"测量失败!","msgUpgradeFail":"升级失败","msgDownloading":"正在下载","msgLatestVersion":"已经是最新版本了!","msgCancel":"您已取消操作!","msgLoginSuccess":"登录成功!","msgDelete":"删除成功","msgSetSuccess":"设置成功","msgbindt":"绑定成功!","msgUnBind":"解绑成功!","msgBottom":"到底了,看看别的吧","msgNoMoreData":"没有更多数据了!","msgCalculating":"计算中","msgSetPasswordSuccess":"密码设置成功,进入程序中!","msgAddUser":"暂无成员,请先添加","verifyNickName":"请输入昵称","verifyNotOptional":"未来日期不可选","verifyDate":"请选择测量日期","verifyBirthday":"请选择出生日期","verifyHeight":"请输入身高","verifyWeight":"请输入体重","verifyHead":"请输入头围","verifyHeightDad":"请输入爸爸身高","verifyHeightMom":"请输入妈妈身高","verifyGender":"请选择性别","verifyBontrast":"请选择数据","verifyBodyDate":"请选择正确的时间","verifyRecordType":"请选择测量项目","verifyRecordTime":"请输入时长","verifyRecordNumber":"请输入个数","verifyRecord":"请输入","verifyPicker":"请选择","verifyAccount":"请输入正确的手机号或邮箱","verifyEmail":"请输入邮箱","verifyEmailCorrect":"请输入正确的邮箱","verifyMobile":"请输入手机号","verifyMobileCorrect":"请输入正确的手机号","verifyCode":"请输入验证码","verifyPassword":"请输入密码","verifyPasswordTwo":"请输入确认密码","verifyPasswordCorrect":"请确认两次密码填写一致","verifyAgreement":"请先确认并勾选协议","verifyOutLogin":"是否退出登录?","verifyDeleteUser":"是否删除该成员?","verifyDeleteHistory":"是否删除当前测量记录?","verifyUnbindt":"是否解绑该设备?","verifybindt":"是否绑定该设备?","verifyDeleteAccount":"删除成功后,该账号的所有关联信息将被清空且无法找回,是否删除?","btnConfirm":"确认","btnSubmit":"提交","btnSancellation":"取消","btnContinue":"继续","btnBack":"返回","btnDelete":"删除"},"common":{"titleSetLanguage":"语言设置","titleSkipping":"跳绳数据","titlevVitalcapacity":"肺活量数据","titleCharts":"运动曲线","titleHome":"记录","titleNews":"资讯","titleMe":"我的","titleScore":"中招估分","titleScoreHistory":"估分历史","titleScoreReport":"估分报告","titleContrast":"数据对比","titleDetail":"详情","titleBody":"曲线/目标","titleHistory":"历史记录","titleCardSet":"卡片设置","titlebBusiness":"设备管理","titleBusinesAdd":"添加设备","titleBusinesSList":"设备列表","titleBusinesSearch":"搜索设备","titleInheritHeighet":"身高预测","titleIncrement":"增量对比","titleBmi":"BMI测评","titlePhone":"绑定手机号","titleEmail":"绑定邮箱","titlePasswordEdit":"修改密码","titleSet":"设置","titleDate":"日期","titleMember":"资料","titleManage":"成员管理","titleManageAdd":"添加成员","titleAboutUs":"关于我们","titleSetPassword":"设置密码","titlePassword":"密码","titleConfirmPassword":"确认密码","titleForgotPassword":"忘记密码","titleCode":"验证码","titleLanguage":"语言设置","titleSendCode":"获取验证码","titleSendCodeRetry":"S后重发","titleLogin":"登录","titleRegister":"注册","titleToggleLogin":"切换登录","titleAccountText":"手机号/邮箱","titleAgreementText":"阅读并同意","titleAgreementContntText":"隐私协议","titleVersionUpdate":"版本更新","titleNewVersion":"新版本","infoAvatar":"头像","infoNickname":"昵称","infoMobile":"手机号","infoEmail":"邮箱","infoAge":"年龄","infoAgeunit":"岁","infoGender":"性别","infoMan":"男","infoWoman":"女","infoUnknown":"未知","infoBirthday":"出生日期","infoNowUser":"当前","infoHeight":"身高","infoHead":"头围","infoWeight":"体重","infoBMI":"BMI","infoAddress":"地区","btnEdit":"编辑","btnDelete":"删除","btnAdd":"添加","btnDetails":"详情","btnUnbind":"解绑","btnBMI":"立即计算","btnDeleteAccount":"删除账号","btnLogOut":"退出登录","btnContrast":"对比"},"linkBluetooth":{"onBluetoothTips":"请在设备开机状态下,搜索设备","onBluetoothHaveFound":"已发现","onBluetoothDevice":"个设备","onBluetoothMac":"mac地址","onBluetoothBind":"设备绑定流程说明","onBluetoothSelect":"选择蓝牙进行绑定","onPhoneBluetoothTips":"手机蓝牙未打开","onDeviceBluetoothTips":"请确定设备是开机状态、手机蓝牙权限已打开!","accreditTips":"需要您授权使用手机蓝牙","openBluetoothSuccess":"蓝牙权限获取成功,重新连接蓝牙","openSettingFail":"获取权限失败,将无法使用手机蓝牙进行测量","isLinkBluetooth":"请先连接设备","startlinkBluetooth":"开始连接","linkBluetooth":"蓝牙连接中","anewlinkBluetooth":"重新连接","linkBluetoothFail":"设备连接失败,返回首页重新连接","linkBluetoothSuccess":"蓝牙连接成功,请开始测量","startSearchBluetooth":"开始搜索","searchBluetooth":"蓝牙搜索中","searchBluetoothFail":"重新搜索","Nodevicefound":"没有搜索到蓝牙设备","onDeviceMeasureTips":"请确定设备是开机状态","openDeviceeMeasureTips":"请确定手机蓝牙已打开","openDeviceeMeasureTips2":"请确定手机位置信息已打开","deviceDisconnection":"测量过程中已与设备连接中断,请重新连接设备再开始测量","offBluetooth":"蓝牙已关闭,请重新打开蓝牙后再开始测量","remeasure":"重新测量","StableWeight":"稳定重量","StableWeightText":"您的稳定体重是:","realTimeWeight":"实时重量","realTimeWeightText":"您的实时体重是:","heightText":"您的身高是","zeroBtn":"清零","LockBtn":"锁定","SaveResult":"保存结果","measureResultTips":"测量结果提示","nowWeight":"本次测量体重是","lastHeight":"上次测量身高是:","lastWeight":"上次测量体重是:","nowHeight":"本次测量身高是:","lastHead":"上次测量头围是:","errorOperation":"操作错误,请重新测量"},"lung":{"lungTitle":"肺活量测试","lungExplain0":"肺活量测试能让我们更好的了解您,为您生成详细的健康报告。","lungsuction":"吸气肺活量","lungsuctionspeed":"吸气速度","averagelungsuction":"平均吸气肺活量","isMarginal":"是否达标","lungHello":"您好","lungstart":"次测试开始","lungExplain1":"放下呼吸训练器,缓慢呼气,尽可能排空肺部气体","lungExplain2":"使用呼吸训练器,缓慢吸气,直至到达极限","lungExplain3":"根据您的个人信息,您的达标吸气肺活量为","nowlungsuctionspeed":"您本次测试吸气速度","lungresult":"肺活量测试结果","lungExplain4":"结合您的身体状态和改善目标,我们将为您生成详细的健康报告","lunglookreport":"查看本次报告","lunganewstart":"秒后","Marginal":"及格","lungfirst":"您好,第一次测试开始","lungsecond":"您好,第二次测试开始","lungthird":"您好,第三次测试开始","oneNumberTips":"请输入第一次吸气值","twoNumberTips":"请输入第二次吸气值","threeNumberTips":"请输入第三次吸气值"},"skip":{"today_jump_num":"今日个数","today_jump_time":"今日时长","today_jump_kcal":"卡路里","jumpFree":"自由跳","backwardCount":"倒计数","Countdown":"倒计时","jumpFreedom":"自由","jumpFreeDegree":"自由次数","jumpFreeNumber":"个数","jumpTargetDegree":"目标次数","jumpUnlimited":"无限制","jumpTarget":"调整目标","jumpTargetTime":"目标时长 分:秒","MinuteSecond":"分:秒","Consumed":"消耗","LongpressEnd":"长按结束","AverageSpeed":"平均速度","Unit":"个/分钟","Numberofinterrupts":"中断次数","Times":"次","LongestConsecutive":"最长连续","Number":"个","trainingsNumber":"训练个数","complete":"完成","instructStart":"开始","instructContinuous":"连续","instructStop":"停止","instructEnd":"结束","instructContinue":"继续","instructPause":"暂停","linkBluetoothFail":"连接已断开","deviceDisconnection":"训练过程中已与设备连接中断,请重新连接设备再开始训练","ToggleTrainingsTips":"训练过程中请勿切换训练,返回训练","NOComplete":"本次跳绳时间低于10秒,记录将不会被保存?"},"index.home":"记录","index.skipping":"智能跳绳","index.vitalcapacity":"肺活训练","index.none":"暂无数据","index.body":"身体报告","index.BodyScore":"身体得分","index.BodyType":"身体类型","index.bmi":"BMI测评","index.otherData":"其他数据","index.dataReference":"数据参考","index.referencetips":"此测量数据仅供参考,不可代替医学专业测试!","index.number":"分","index.no":"无","index.growthAdvice":"成长建议","index.nutrition":"营养","index.sleep":"睡眠","index.movement":"运动","index.emotion":"情绪","index.card":"卡片数据","index.cardSet":"设置数据页卡片","index.manualRecording":"手动记录","index.notice":"公告","index.browse":"浏览量","index.Standard":"标准值","index.ideal":"当前年龄段理想","bmi.desc":"BMI是身体质量指数,是目前国际上常用的衡量人体胖瘦程度以及是否健康的一个标准","inheritHeighet.title":"成年身高预测","inheritHeighet.dad":"爸爸身高","inheritHeighet.mom":"妈妈身高","inheritHeighet.geneticheight":"当前标准身高","inheritHeighet.adultheight":"成年身高预测","inheritHeighet.tips0":"为保证数据准确定,请认真填写真实信息","inheritHeighet.tips1":"如果当前实际身高﹤当前标准身高","inheritHeighet.tips2":"孩子后天生长环境不利长高。请从饮食、睡眠、运动、情绪等方面排查。加强后天因素管理,让孩子处于最佳长高状态。","inheritHeighet.tips3":"如果当前实际身高﹥当前标准身高","inheritHeighet.tips4":"孩子后天生长环境有利长高。请继续保持,加强后天因素管理,孩子成年可比标准高10cm以上。","contrast.time":"时间(天)","contrast.weightdiff":"减重","contrast.weightdiffAugment":"增重","contrast.fatWdiff":"减脂","contrast.fatWdiffAugment":"增脂","contrast.changeData":"数据变化","contrast.trend":"趋势","contrast.before":"之前","contrast.after":"之后","body.target_weight":"目标体重","body.cumulative_weight":"累计减重","body.initial_weight":"初始体重","body.cumulative_day":"减重天数","chartsDay":"当天","chartsMonth":"月度","chartsYear":"年度","recordType":"项目","recordTime":"时长","recordNumber":"个数","recordNumberFirst":"第一次","recordNumberSecond":"第二次","recordNumberThird":"第三次"}}}; +var __uniRoutes = [{"path":"/pages/home/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/skip","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/charts","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/lunging/vitalcapacity","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50,"navigationBarBackgroundColor":"#000000","backgroundColor":"#000000"}},{"path":"/pages/lunging/charts","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/my/me","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/score/score","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/PublicCards/PublicCards","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/body/body","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/zixun/list","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/history/history","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/history/historyDetail","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/contrast","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/pkdetail","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/cardList/card","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/business/business","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/business/addDevice","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/business/search","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/score/history","meta":{},"window":{"navigationBarTitleText":"历史","enablePullDownRefresh":false}},{"path":"/pageTwo/score/report","meta":{},"window":{"navigationBarTitleText":"记录","enablePullDownRefresh":false}},{"path":"/pageTwo/my/manage","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/message/list","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/my/userInfo","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/login/forgetPassword","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/login/login","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pageTwo/my/about","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/setting","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/password","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/email","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/phone","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/search","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/G02","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCV02","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCT01","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/B20","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22S","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/notepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/addNotepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/PublicCards/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线"}},{"path":"/pageTwo/PublicCards/history","meta":{},"window":{"navigationBarTitleText":"历史记录"}},{"path":"/pageTwo/PublicCards/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比"}},{"path":"/pageTwo/PublicCards/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情"}},{"path":"/pageTwo/home/inheritHeighet","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/home/bmi","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/home/childPK","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/webview/webview","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}]; __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}}); diff --git a/unpackage/cache/wgt/__UNI__20604F1/app-service.js b/unpackage/cache/wgt/__UNI__20604F1/app-service.js index de9ce850..53234608 100644 --- a/unpackage/cache/wgt/__UNI__20604F1/app-service.js +++ b/unpackage/cache/wgt/__UNI__20604F1/app-service.js @@ -1,14 +1,14 @@ -(this["webpackJsonp"]=this["webpackJsonp"]||[]).push([["app-service"],{"0106":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e1?e-1:0),n=1;nt.end.x||e.end.xt.start.y||e.start.y1&&(a.extra.mount.widthRatio>2&&(a.extra.mount.widthRatio=2),r+=(a.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",a.xAxis.scrollPosition="left"):Math.abs(e)>=r-s?(o=s-r,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",a.xAxis.scrollPosition="right"):(t.scrollOption.position=e,a.xAxis.scrollPosition=e),o}function h(t,e,i){function n(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=n(t),e=n(e),i=n(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function n(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var a=.2,s=.2,r=null,o=null,c=null,l=null;if(e<1?(r=t[0].x+(t[1].x-t[0].x)*a,o=t[0].y+(t[1].y-t[0].y)*a):(r=t[e].x+(t[e+1].x-t[e-1].x)*a,o=t[e].y+(t[e+1].y-t[e-1].y)*a),e>t.length-3){var u=t.length-1;c=t[u].x-(t[u].x-t[u-1].x)*s,l=t[u].y-(t[u].y-t[u-1].y)*s}else c=t[e+1].x-(t[e+2].x-t[e].x)*s,l=t[e+1].y-(t[e+2].y-t[e].y)*s;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),n(t,e+1)&&(c=t[e+1].x),n(t,e)&&(r=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(r>=Math.max(t[e].x,t[e+1].x)||r<=Math.min(t[e].x,t[e+1].x))&&(r=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:r,y:o},ctrB:{x:c,y:l}}}function v(t,e,i){return{x:i.x+t,y:i.y-e}}function g(t,e){if(e)while(l.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function _(t,e,i){for(var n=0,a=0;a=1e4?1e3:n>=1e3?100:n>=100?10:n>=10?5:n>=1?1:n>=.1?.1:n>=.01?.01:n>=.001?.001:n>=1e-4?1e-4:n>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var n=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var a=0;a-1;if(s)for(var r=P(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},r=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(n.length>0){for(var c=[],l=0;l0&&(n=a[i]),{text:s.formatter?s.formatter(t,n,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:d,offset:f}}function O(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},s=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,r=t.map((function(t){return{text:a.formatter?a.formatter(t,n[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));r=r.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(s),y:0};return{textList:r,offset:o}}function D(t,e,i,n,a,s){var r=i.chartData.calPoints,o=s.color.upFill,c=s.color.downFill,l=[o,o,c,o],u=[];e.map((function(e){0==n?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[n-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function L(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function I(t,e){var i=[],n=[];return t.forEach((function(t,a){e.connectNulls?null!==t&&n.push(t):null!==t?n.push(t):(n.length&&i.push(n),n=[])})),n.length&&i.push(n),i}function M(t,e,i,n,a){var s={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},r=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var n=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(n),r,a)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){s.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(s.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;a="stack"==n?w(t,e.categories.length):x(t);var o=[];a=a.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),a.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),s>-1?("number"===typeof e.xAxis.data[s].min&&(c=Math.min(e.xAxis.data[s].min,c)),"number"===typeof e.xAxis.data[s].max&&(l=Math.max(e.xAxis.data[s].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var u=l||10;l+=u}for(var d=c,f=l,h=[],p=(f-d)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)h.push(d+p*v);return h}(t,e,i,a.type),s.rangesFormat=s.ranges.map((function(t){return t=l.toFixed(t,2),t}));var o=s.ranges.map((function(t){return t=l.toFixed(t,2),t}));s=Object.assign(s,K(o,e,i));s.eachSpacing,o.map((function(t){return b(t,e.xAxis.fontSize*e.pix,n)}));return!0===e.xAxis.disabled&&(s.xAxisHeight=0),s}function E(t,e,i,n,a){var s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,r=a.extra.radar||{};r.max=r.max||0;for(var o=Math.max(r.max,Math.max.apply(null,x(n))),c=[],l=function(a){var r=n[a],l={};l.color=r.color,l.legendShape=r.legendShape,l.pointShape=r.pointShape,l.data=[],r.data.forEach((function(n,a){var r={};r.angle=t[a],r.proportion=n/o,r.value=n,r.position=v(i*r.proportion*s*Math.cos(r.angle),i*r.proportion*s*Math.sin(r.angle),e),l.data.push(r)})),c.push(l)},u=0;u2&&void 0!==arguments[2]?arguments[2]:1,n=0,a=0,s=0;s4&&void 0!==arguments[4]?arguments[4]:1,s=0;s4&&void 0!==arguments[4]?arguments[4]:1,s=0,r=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(a._proportion_=a._proportion_%2)}return t}function U(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(a._proportion_=a._proportion_%2)}return t}function z(t,e,i){var n;n=i=2&&(t[s]._endAngle_=t[s]._endAngle_%2),a=t[s]._endAngle_;return t}function W(t,e,i){for(var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,a=0;a=i.oldData?s._proportion_=(s._endAngle_-s._oldAngle_)*n+i.oldAngle:s._proportion_=s._oldAngle_-(s._oldAngle_-s._endAngle_)*n,s._proportion_>=2&&(s._proportion_=s._proportion_%2)}return t}function H(t,e,i,n,a,s){return t.map((function(t){if(null===t)return null;var a=0,r=0;return"mix"==s.type?(a=s.extra.mix.column.seriesGap*s.pix||0,r=s.extra.mix.column.categoryGap*s.pix||0):(a=s.extra.column.seriesGap*s.pix||0,r=s.extra.column.categoryGap*s.pix||0),a=Math.min(a,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-a*(i-1))/i),s.extra.mix&&s.extra.mix.column.width&&+s.extra.mix.column.width>0&&(t.width=Math.min(t.width,+s.extra.mix.column.width*s.pix)),s.extra.column&&s.extra.column.width&&+s.extra.column.width>0&&(t.width=Math.min(t.width,+s.extra.column.width*s.pix)),t.width<=0&&(t.width=1),t.x+=(n+.5-i/2)*(t.width+a),t}))}function V(t,e,i,n,a,s){return t.map((function(t){if(null===t)return null;var a=0,r=0;return a=s.extra.bar.seriesGap*s.pix||0,r=s.extra.bar.categoryGap*s.pix||0,a=Math.min(a,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-a*(i-1))/i),s.extra.bar&&s.extra.bar.width&&+s.extra.bar.width>0&&(t.width=Math.min(t.width,+s.extra.bar.width*s.pix)),t.width<=0&&(t.width=1),t.y+=(n+.5-i/2)*(t.width+a),t}))}function q(t,e,i,n,a,s,r){var o=s.extra.column.categoryGap*s.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,s.extra.column&&s.extra.column.width&&+s.extra.column.width>0&&(t.width=Math.min(t.width,+s.extra.column.width*s.pix)),n>0&&(t.width-=r),t)}))}function G(t,e,i,n,a,s,r){var o=s.extra.column.categoryGap*s.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),s.extra.column&&s.extra.column.width&&+s.extra.column.width>0&&(t.width=Math.min(t.width,+s.extra.column.width*s.pix)),t.width<=0&&(t.width=1),t)}))}function J(t,e,i,n,a,s,r){var o=s.extra.bar.categoryGap*s.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),s.extra.bar&&s.extra.bar.width&&+s.extra.bar.width>0&&(t.width=Math.min(t.width,+s.extra.bar.width*s.pix)),t.width<=0&&(t.width=1),t)}))}function K(t,e,i){var n=e.width-e.area[1]-e.area[3],a=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&a>1&&"justify"==e.xAxis.boundaryGap&&(a-=1);var s=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),s=e.extra.mount.widthRatio-1,a+=s);var r=n/a,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+s/2*r+e*r)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+s*r+t.length*r):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:r}}function Y(t,e,i,n,a,s,r){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=s.height-s.area[0]-s.area[2];return t.forEach((function(t,r){if(null===t)c.push(null);else{var u=[];t.forEach((function(t,c){var d={};d.x=n[r]+Math.round(a/2);var f=t.value||t,h=l*(f-e)/(i-e);h*=o,d.y=s.height-Math.round(h)-s.area[2],u.push(d)})),c.push(u)}})),c}function X(t,e,i,n,a,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=s.type&&"area"!=s.type&&"scatter"!=s.type&&"bubble"!=s.type||(l=s.xAxis.boundaryGap);var u=[],d=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var h={};h.color=t.color,h.x=n[o];var p,v,g,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(s.chartData.xAxisData.ranges),v=p.shift(),g=p.pop(),_=t[1],h.x=s.area[3]+f*(t[0]-v)/(g-v),"bubble"==s.type&&(h.r=t[2],h.t=t[3]);else _=t.value;"center"==l&&(h.x+=a/2);var m=d*(_-e)/(i-e);m*=c,h.y=s.height-m-s.area[2],u.push(h)}})),u}function Q(t,e,i,n,a,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=s.xAxis.boundaryGap,d=[],f=s.height-s.area[0]-s.area[2],h=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};if(p.color=t.color,"vertical"==c.animation){p.x=n[o];var v,g,_,m=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(s.chartData.xAxisData.ranges),g=v.shift(),_=v.pop(),m=t[1],p.x=s.area[3]+h*(t[0]-g)/(_-g);else m=t.value;"center"==u&&(p.x+=a/2);var y=f*(m-e)/(i-e);y*=l,p.y=s.height-y-s.area[2],d.push(p)}else{p.x=n[0]+a*o*l;m=t;"center"==u&&(p.x+=a/2);y=f*(m-e)/(i-e);p.y=s.height-y-s.area[2],d.push(p)}}})),d}function Z(t,e,i,n,a,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=[],d=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var c={};c.color=t.color,c.x=n[o];var h,p,v,g=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)h=[].concat(s.chartData.xAxisData.ranges),p=h.shift(),v=h.pop(),g=t[1],c.x=s.area[3]+f*(t[0]-p)/(v-p);else g=t.value;c.x+=a/2;var _=d*(g*l-e)/(i-e);c.y=s.height-_-s.area[2],u.push(c)}})),u}function tt(t,e,i,n,a,s,r,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],u=s.height-s.area[0]-s.area[2],d=(s.width,s.area[1],s.area[3],a*r.widthRatio);return t.forEach((function(t,r){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=n[r],o.x+=a/2;var f=t.data,h=u*(f*c-e)/(i-e);o.y=s.height-h-s.area[2],o.value=f,o.width=d,l.push(o)}})),l}function et(t,e,i,n,a,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],u=(s.height,s.area[0],s.area[2],s.width-s.area[1]-s.area[3]);return t.forEach((function(t,a){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=n[a];var d=t;"object"===(0,r.default)(t)&&null!==t&&(d=t.value);var f=u*(d-e)/(i-e);f*=c,o.height=f,o.value=d,o.x=f+s.area[3],l.push(o)}})),l}function it(t,e,i,n,a,s,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=s.height-s.area[0]-s.area[2];return t.forEach((function(t,o){if(null===t)d.push(null);else{var h={};if(h.color=t.color,h.x=n[o]+Math.round(a/2),c>0){for(var p=0,v=0;v<=c;v++)p+=l[v].data[o];var g=p-t,_=f*(p-e)/(i-e),m=f*(g-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);_=f*(p-e)/(i-e),m=0}var y=m;_*=u,y*=u,h.y=s.height-Math.round(_)-s.area[2],h.y0=s.height-Math.round(y)-s.area[2],d.push(h)}})),d}function nt(t,e,i,n,a,s,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,a){if(null===t)d.push(null);else{var o={};if(o.color=t.color,o.y=n[a],c>0){for(var h=0,p=0;p<=c;p++)h+=l[p].data[a];var v=h-t,g=f*(h-e)/(i-e),_=f*(v-e)/(i-e)}else{h=t;"object"===(0,r.default)(t)&&null!==t&&(h=t.value);g=f*(h-e)/(i-e),_=0}var m=_;g*=u,m*=u,o.height=g-m,o.x=s.area[3]+g,o.x0=s.area[3]+m,d.push(o)}})),d}function at(t,e,i,n,a){var s;s="stack"==n?w(t,e.categories.length):x(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=a.min||0,l=a.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var u=y(c,l),d=void 0===a.min||null===a.min?u.minRange:a.min,f=void 0===a.max||null===a.max?u.maxRange:a.max,h=(f-d)/e.yAxis.splitNumber,p=[],v=0;v<=e.yAxis.splitNumber;v++)p.push(d+h*v);return p.reverse()}function st(t,e,i,n){var a=c({},{type:""},e.extra.column),s=e.yAxis.data.length,r=new Array(s);if(s>0){for(var o=0;o0&&0==a.tooltip.group.includes(r))){var o="number"===typeof a.tooltip.index?a.tooltip.index:a.tooltip.index[a.tooltip.group.indexOf(r)];if(n.beginPath(),"hollow"==s.activeType?(n.setStrokeStyle(e),n.setFillStyle(a.background),n.setLineWidth(2*a.pix)):(n.setStrokeStyle("#ffffff"),n.setFillStyle(e),n.setLineWidth(1*a.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x+2.5*a.pix,t.y),n.arc(t.x,t.y,3*a.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;n.closePath(),n.fill(),n.stroke()}}function lt(t,e,i,n){var a=t.title.fontSize||e.titleFontSize,s=t.subtitle.fontSize||e.subtitleFontSize,r=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,u=r?a:0,d=o?s:0;if(o){var f=b(o,s*t.pix,i),h=n.x-f/2+(t.subtitle.offsetX||0)*t.pix,p=n.y+s*t.pix/2+(t.subtitle.offsetY||0)*t.pix;r&&(p+=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(s*t.pix),i.setFillStyle(l),i.fillText(o,h,p),i.closePath(),i.stroke()}if(r){var v=b(r,a*t.pix,i),g=n.x-v/2+(t.title.offsetX||0),_=n.y+a*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(_-=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(a*t.pix),i.setFillStyle(c),i.fillText(r,g,_),i.closePath(),i.stroke()}}function ut(t,e,i,n,a){var s=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){n.beginPath();var l=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(l),n.setFillStyle(e.textColor||a.fontColor);var u=s[c];"object"===(0,r.default)(s[c])&&null!==s[c]&&(u=s[c].constructor.toString().indexOf("Array")>-1?s[c][1]:s[c].value);var d=e.formatter?e.formatter(u,c,e,a):u;n.setTextAlign("center"),n.fillText(String(d),t.x,t.y-4+o*a.pix),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function dt(t,e,i,n,a){var s=e.data,o=e.textOffset?e.textOffset:0,c=a.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){n.beginPath();var u=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(u),n.setFillStyle(e.textColor||a.fontColor);var d=s[l];"object"===(0,r.default)(s[l])&&null!==s[l]&&(d=s[l].constructor.toString().indexOf("Array")>-1?s[l][1]:s[l].value);var f=e.formatter?e.formatter(d,l,e,a):d;n.setTextAlign("center");var h=t.y-4*a.pix+o*a.pix;t.y>e.zeroPoints&&(h=t.y+o*a.pix+u),"insideTop"==c&&(h=t.y+u+o*a.pix,t.y>e.zeroPoints&&(h=t.y-o*a.pix-4*a.pix)),"center"==c&&(h=t.y+o*a.pix+(a.height-a.area[2]-t.y+u)/2,e.zeroPointse.zeroPoints&&(h=t.y-o*a.pix-(t.y-e.zeroPoints-u)/2),"stack"==a.extra.column.type&&(h=t.y+o*a.pix+(t.y0-t.y+u)/2)),"bottom"==c&&(h=a.height-a.area[2]+o*a.pix-4*a.pix,e.zeroPointse.zeroPoints&&(h=e.zeroPoints-o*a.pix+u+2*a.pix),"stack"==a.extra.column.type&&(h=t.y0+o*a.pix-4*a.pix)),n.fillText(String(f),t.x,h),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ft(t,e,i,n,a,s){e.data;var r=e.textOffset?e.textOffset:0;a.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e[o].textSize?e[o].textSize*a.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e[o].textColor||a.fontColor);var l=t.value,u=e[o].formatter?e[o].formatter(l,o,e,a):l;n.setTextAlign("center");var d=t.y-4*a.pix+r*a.pix;t.y>s&&(d=t.y+r*a.pix+c),n.fillText(String(u),t.x,d),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ht(t,e,i,n,a){var s=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e.textColor||a.fontColor);var l=s[o];"object"===(0,r.default)(s[o])&&null!==s[o]&&(l=s[o].value);var u=e.formatter?e.formatter(l,o,e,a):l;n.setTextAlign("left"),n.fillText(String(u),t.x+4*a.pix,t.y+c/2-3),n.closePath(),n.stroke()}}))}function pt(t,e,i,n,a,s){var r;e-=t.width/2+t.labelOffset*n.pix,e=e<10?10:e,r=t.endAngle=2&&(u%=2),d+=l}}function vt(t,e,i,n,a,s){var r=n.extra.radar||{};t.forEach((function(t,o){if(!0===r.labelPointShow&&""!==n.categories[o]){var c={x:e*Math.cos(t),y:e*Math.sin(t)},u=v(c.x,c.y,i);s.setFillStyle(r.labelPointColor),s.beginPath(),s.arc(u.x,u.y,r.labelPointRadius*n.pix,0,2*Math.PI,!1),s.closePath(),s.fill()}if(!0===r.labelShow){var d={x:(e+a.radarLabelTextMargin*n.pix)*Math.cos(t),y:(e+a.radarLabelTextMargin*n.pix)*Math.sin(t)},f=v(d.x,d.y,i),h=f.x,p=f.y;l.approximatelyEqual(d.x,0)?h-=b(n.categories[o]||"",a.fontSize,s)/2:d.x<0&&(h-=b(n.categories[o]||"",a.fontSize,s)),s.beginPath(),s.setFontSize(a.fontSize),s.setFillStyle(r.labelColor||n.fontColor),s.fillText(n.categories[o]||"",h,p+a.fontSize/2),s.closePath(),s.stroke()}}))}function gt(t,e,i,n,a,s){for(var r=i.pieChartLinePadding,o=[],c=null,u=t.map((function(i,n){var a=i.formatter?i.formatter(i,n,t,e):l.toFixed(100*i._proportion_.toFixed(4))+"%";a=i.labelText?i.labelText:a;var s=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(s=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var r=i.color,o=i._radius_;return{arc:s,text:a,color:r,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),d=0;d=0?h+i.pieChartTextPadding:h-i.pieChartTextPadding,x=p,w=b(f.text,f.textSize*e.pix||i.fontSize,n),$=x;c&&l.isSameXCoordinateArea(c.start,{x:y})&&($=y>0?Math.min(x,c.start.y):h<0||x>0?Math.max(x,c.start.y):Math.min(x,c.start.y)),y<0&&(y-=w);var C={lineStart:{x:_,y:m},lineEnd:{x:h,y:p},start:{x:y,y:$},width:w,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};c=g(C,c),o.push(c)}for(var T=0;Ta?a:s.activeWidth;var r=e.area[0],o=e.height-e.area[2];n.beginPath(),n.setFillStyle(u(s.activeBgColor,s.activeBgOpacity)),n.rect(t-s.activeWidth/2,r,s.activeWidth,o-r),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function bt(t,e,i,n,a){var s=c({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),r=e.area[3],o=e.width-e.area[1];n.beginPath(),n.setFillStyle(u(s.activeBgColor,s.activeBgOpacity)),n.rect(r,t-a/2,o-r,a),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function xt(t,e,i,n,a,s,r){var o=c({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==o.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var l=o.fontSize*i.pix,d=o.lineHeight*i.pix,f=o.boxPadding*i.pix,h=l,p=5*i.pix;0==o.legendShow&&(h=0,p=0);var v=o.showArrow?8*i.pix:0,g=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==o.splitLine&&function(t,e,i,n){var a=e.extra.tooltip||{};a.gridType=void 0==a.gridType?"solid":a.gridType,a.dashLength=void 0==a.dashLength?4:a.dashLength;var s=e.area[0],r=e.height-e.area[2];if("dash"==a.gridType&&n.setLineDash([a.dashLength,a.dashLength]),n.setStrokeStyle(a.gridColor||"#cccccc"),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(t,s),n.lineTo(t,r),n.stroke(),n.setLineDash([]),a.xAxisLabel){var o=e.categories[e.tooltip.index];n.setFontSize(i.fontSize);var c=b(o,i.fontSize,n),l=t-.5*c,d=r+2*e.pix;n.beginPath(),n.setFillStyle(u(a.labelBgColor||i.toolTipBackground,a.labelBgOpacity||i.toolTipOpacity)),n.setStrokeStyle(a.labelBgColor||i.toolTipBackground),n.setLineWidth(1*e.pix),n.rect(l-a.boxPadding*e.pix,d,c+2*a.boxPadding*e.pix,i.fontSize+2*a.boxPadding*e.pix),n.closePath(),n.stroke(),n.fill(),n.beginPath(),n.setFontSize(i.fontSize),n.setFillStyle(a.labelFontColor||e.fontColor),n.fillText(String(o),l,d+a.boxPadding*e.pix+i.fontSize),n.closePath(),n.stroke()}}(i.tooltip.offset.x,i,n,a),e=c({x:0,y:0},e),e.y-=8*i.pix;var _=t.map((function(t){return b(t.text,l,a)})),m=h+p+4*f+Math.max.apply(null,_),y=2*f+t.length*d;if(0!=o.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+m>i.width&&(g=!0),y+e.y>i.height&&(e.y=i.height-y),a.beginPath(),a.setFillStyle(u(o.bgColor,o.bgOpacity)),a.setLineWidth(o.borderWidth*i.pix),a.setStrokeStyle(u(o.borderColor,o.borderOpacity));var x=o.borderRadius;g?(m+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),m>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),o.showArrow&&(a.moveTo(e.x,e.y+10*i.pix),a.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),a.arc(e.x-v-x,e.y+y-x,x,0,Math.PI/2,!1),a.arc(e.x-v-Math.round(m)+x,e.y+y-x,x,Math.PI/2,Math.PI,!1),a.arc(e.x-v-Math.round(m)+x,e.y+x,x,-Math.PI,-Math.PI/2,!1),a.arc(e.x-v-x,e.y+x,x,-Math.PI/2,0,!1),o.showArrow&&(a.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),a.lineTo(e.x,e.y+10*i.pix))):(o.showArrow&&(a.moveTo(e.x,e.y+10*i.pix),a.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),a.arc(e.x+v+x,e.y+x,x,-Math.PI,-Math.PI/2,!1),a.arc(e.x+v+Math.round(m)-x,e.y+x,x,-Math.PI/2,0,!1),a.arc(e.x+v+Math.round(m)-x,e.y+y-x,x,0,Math.PI/2,!1),a.arc(e.x+v+x,e.y+y-x,x,Math.PI/2,Math.PI,!1),o.showArrow&&(a.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),a.lineTo(e.x,e.y+10*i.pix))),a.closePath(),a.fill(),o.borderWidth>0&&a.stroke(),o.legendShow&&t.forEach((function(t,n){if(null!==t.color){a.beginPath(),a.setFillStyle(t.color);var s=e.x+v+2*f,r=e.y+(d-l)/2+d*n+f+1;switch(g&&(s=e.x-m-v+2*f),t.legendShape){case"line":a.moveTo(s,r+.5*h-2*i.pix),a.fillRect(s,r+.5*h-2*i.pix,h,4*i.pix);break;case"triangle":a.moveTo(s+7.5*i.pix,r+.5*h-5*i.pix),a.lineTo(s+2.5*i.pix,r+.5*h+5*i.pix),a.lineTo(s+12.5*i.pix,r+.5*h+5*i.pix),a.lineTo(s+7.5*i.pix,r+.5*h-5*i.pix);break;case"diamond":a.moveTo(s+7.5*i.pix,r+.5*h-5*i.pix),a.lineTo(s+2.5*i.pix,r+.5*h),a.lineTo(s+7.5*i.pix,r+.5*h+5*i.pix),a.lineTo(s+12.5*i.pix,r+.5*h),a.lineTo(s+7.5*i.pix,r+.5*h-5*i.pix);break;case"circle":a.moveTo(s+7.5*i.pix,r+.5*h),a.arc(s+7.5*i.pix,r+.5*h,5*i.pix,0,2*Math.PI);break;case"rect":a.moveTo(s,r+.5*h-5*i.pix),a.fillRect(s,r+.5*h-5*i.pix,15*i.pix,10*i.pix);break;case"square":a.moveTo(s+2*i.pix,r+.5*h-5*i.pix),a.fillRect(s+2*i.pix,r+.5*h-5*i.pix,10*i.pix,10*i.pix);break;default:a.moveTo(s,r+.5*h-5*i.pix),a.fillRect(s,r+.5*h-5*i.pix,15*i.pix,10*i.pix)}a.closePath(),a.fill()}})),t.forEach((function(t,i){var n=e.x+v+2*f+h+p;g&&(n=e.x-m-v+2*f+h+p);var s=e.y+d*i+(d-l)/2-1+f+l;a.beginPath(),a.setFontSize(l),a.setTextBaseline("normal"),a.setFillStyle(o.fontColor),a.fillText(t.text,n,s),a.closePath(),a.stroke()}))}}function wt(t,e,i,n,a,s){var r=t.extra.tooltip||{};r.horizentalLine&&t.tooltip&&1===n&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&mt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===n&&xt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function $t(t,e,i,n){var a=e.chartData.xAxisData,s=a.xAxisPoints,r=a.startX,o=a.endX,c=a.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var u=e.height-e.area[2],d=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,h=o-r,p=c*(s.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),p+=(e.extra.mount.widthRatio-1)*c);var v=h*h/p,g=0;e._scrollDistance_&&(g=-e._scrollDistance_*h/p),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),n.moveTo(r,f),n.lineTo(o,f),n.stroke(),n.closePath(),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),n.moveTo(r+g,f),n.lineTo(r+g+v,f),n.stroke(),n.closePath(),n.setLineCap("butt")}if(n.save(),e._scrollDistance_&&0!==e._scrollDistance_&&n.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),s.forEach((function(t,i){i>0&&(n.beginPath(),n.moveTo(t-c/2,u),n.lineTo(t-c/2,u+3*e.pix),n.closePath(),n.stroke())}))),!0!==e.xAxis.disableGrid&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&n.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,s.forEach((function(t,i){i%e.xAxis.gridEval==0&&(n.beginPath(),n.moveTo(t,u),n.lineTo(t,d),n.stroke())})),n.setLineDash([])),!0!==e.xAxis.disabled){var _=t.length;e.xAxis.labelCount&&(_=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,_-=1);for(var m=Math.ceil(t.length/_),y=[],x=t.length,w=0;w=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1&&(n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor),n.fillText(String(a),s[i]+r,u+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),n.closePath(),n.stroke())})):y.forEach((function(t,a){var r=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,d="center"==l?s[a]+c/2:s[a];if(d-Math.abs(o)>=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1){n.save(),n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(r),$,n),h=s[a];"center"==l&&(h=s[a]+c/2);e.xAxis.scrollShow&&6*e.pix;var p=u+e.xAxis.marginTop*e.pix+$-$*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(h-=$/2,f=0):(h+=$/2,f=-f),n.translate(h,p),n.rotate(-1*i._xAxisTextAngle_),n.fillText(String(r),f,0),n.closePath(),n.stroke(),n.restore()}}))}n.restore(),e.xAxis.title&&(n.beginPath(),n.setFontSize(e.xAxis.titleFontSize*e.pix),n.setFillStyle(e.xAxis.titleFontColor),n.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),n.closePath(),n.stroke()),e.xAxis.axisLine&&(n.beginPath(),n.setStrokeStyle(e.xAxis.axisLineColor),n.setLineWidth(1*e.pix),n.moveTo(r,e.height-e.area[2]),n.lineTo(o,e.height-e.area[2]),n.stroke())}function Ct(t,e,i,n){if(!0!==e.yAxis.disableGrid){var a=e.height-e.area[0]-e.area[2],s=a/e.yAxis.splitNumber,r=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var u=r+l,d=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var h=f;h4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=s.activeRadius*e.pix);var o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o,s.customRadius>0&&(o=s.customRadius*e.pix),t=F(t,o,a);var l=s.activeRadius*e.pix;if(s.customColor=m(s.linearType,s.customColor,t,i),t=t.map((function(t){return t._start_+=s.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(n.beginPath(),n.setFillStyle(u(t.color,s.activeOpacity||.5)),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_+l,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill()),n.beginPath(),n.setLineWidth(s.borderWidth*e.pix),n.lineJoin="round",n.setStrokeStyle(s.borderColor);var a,o=t.color;"custom"==s.linearType&&(a=n.createCircularGradient?n.createCircularGradient(r.x,r.y,t._radius_):n.createRadialGradient(r.x,r.y,0,r.x,r.y,t._radius_),a.addColorStop(0,u(s.customColor[t.linearIndex],1)),a.addColorStop(1,u(t.color,1)),o=a);n.setFillStyle(o),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill(),1==s.border&&n.stroke()})),"ring"===e.type){var d=.6*o;"number"===typeof s.ringWidth&&s.ringWidth>0&&(d=Math.max(0,o-s.ringWidth*e.pix)),n.beginPath(),n.setFillStyle(s.centerColor),n.moveTo(r.x,r.y),n.arc(r.x,r.y,d,0,2*Math.PI),n.closePath(),n.fill()}return!1!==e.dataLabel&&1===a&>(t,e,i,n,0,r),1===a&&"ring"===e.type&<(e,i,n,r),{center:r,radius:o,series:t}}function Ot(t,e){var i=Array(2),n=20037508.34*t/180,a=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return a=20037508.34*a/180,i[0]=n,i[1]=a,i}function Dt(t,e,i,n,a,s){return{x:(e-i.xMin)*n+a,y:(i.yMax-t)*n+s}}function Pt(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[s].area[2]||t[1]>e[s].area[3]||t[2]i||t[3]>n){a=!0;break}a=!1}return a}function Mt(t,e,i){var n=t.series;switch(e){case"normal":for(var a=0;a.7},p=0;p0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var a=t[0].data,s=0;se.width-e.area[1]-e.area[3]?(f.push(v),p.push(h-e.legend.itemGap*e.pix),h=y,v=[_]):(h+=y,v.push(_))}if(v.length){f.push(v),p.push(h-e.legend.itemGap*e.pix),s.widthArr=p;var x=Math.max.apply(null,p);switch(e.legend.float){case"left":s.area.start.x=e.area[3],s.area.end.x=e.area[3]+x+2*r;break;case"right":s.area.start.x=e.width-e.area[1]-x-2*r,s.area.end.x=e.width-e.area[1];break;default:s.area.start.x=(e.width-x)/2-r,s.area.end.x=(e.width+x)/2+r}s.area.width=x+2*r,s.area.wholeWidth=x+2*r,s.area.height=f.length*d+2*r,s.area.wholeHeight=f.length*d+2*r+2*o,s.points=f}}else{var w=t.length,$=e.height-e.area[0]-e.area[2]-2*o-2*r,C=Math.min(Math.floor($/d),w);switch(s.area.height=C*d+2*r,s.area.wholeHeight=C*d+2*r,e.legend.float){case"top":s.area.start.y=e.area[0]+o,s.area.end.y=e.area[0]+o+s.area.height;break;case"bottom":s.area.start.y=e.height-e.area[2]-o-s.area.height,s.area.end.y=e.height-e.area[2]-o;break;default:s.area.start.y=(e.height-s.area.height)/2,s.area.end.y=(e.height+s.area.height)/2}for(var T=w%C===0?w/C:Math.floor(w/C+1),k=[],S=0;SA&&(A=I)}s.widthArr.push(A),s.heightArr.push(P.length*d+2*r)}for(var M=0,j=0;j0?D[xt].width+e.yAxis.padding*e.pix:D[xt].width,mt+=1):"right"==D[xt].position&&(e.area[1]+=at>0?D[xt].width+e.yAxis.padding*e.pix:D[xt].width,at+=1)}else i.yAxisWidth=D;if(e.chartData.yAxisData=O,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=K(e.categories,e);var Pt=M(e.categories,e,0,e.chartData.xAxisData.eachSpacing,n),At=Pt.xAxisHeight,Lt=Pt.angle;i.xAxisHeight=At,i._xAxisTextAngle_=Lt,e.area[2]+=At,e.chartData.categoriesData=Pt}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=j(o,e,i,n),d=e.chartData.xAxisData.rangesFormat;var It=M(d,e,0,e.chartData.xAxisData.eachSpacing,n),Bt=It.xAxisHeight,Nt=It.angle;i.xAxisHeight=Bt,i._xAxisTextAngle_=Nt,e.area[2]+=Bt,e.chartData.categoriesData=It}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ut,zt=e.chartData.xAxisData.xAxisPoints,Wt=e.chartData.xAxisData.startX,Ht=e.chartData.xAxisData.endX,Vt=e.chartData.xAxisData.eachSpacing,qt=Vt*(zt.length-1),Gt=Ht-Wt;Ut=Gt-qt,r.scrollOption.currentOffset=Ut,r.scrollOption.startTouchX=Ut,r.scrollOption.distance=0,r.scrollOption.lastMoveTime=0,e._scrollDistance_=Ut}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,n){t=F(t);for(var a=0,s=0;s4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Mt(e,s.type,n)),n.beginPath(),n.setFillStyle(e.background),n.rect(0,0,e.width,e.height),n.fill(),n.save();var r=e.chartData.wordCloudData;n.translate(e.width/2,e.height/2);for(var o=0;o0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].areav[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].areav[1]+5+u-e.height/2)*a):n.fillText(l,(r[o].areav[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].areav[1]+5+u-e.height/2)*a)):r[o].area[0]>0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].area[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].area[1]+5+u-e.height/2)*a):n.fillText(l,(r[o].area[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].area[1]+5+u-e.height/2)*a)),n.stroke(),n.restore()}n.restore()}(o,e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"map":n.clearRect(0,0,e.width,e.height),function(t,e,i,n){var a,s,r=c({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),o=t,l=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},n=0;nl.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(o);if(r.mercator){var d=Ot(l.xMax,l.yMax),f=Ot(l.xMin,l.yMin);l.xMax=d[0],l.yMax=d[1],l.xMin=f[0],l.yMin=f[1]}for(var h=e.width/Math.abs(l.xMax-l.xMin),p=e.height/Math.abs(l.yMax-l.yMin),v=h4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),r=(e.height-e.area[0]-e.area[2])/t.length,o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},l=s.activeWidth*e.pix,d=Math.min((e.width-e.area[1]-e.area[3])/2-l,(e.height-e.area[0]-e.area[2])/2-l),f=B(t,d,s,r,a);if(n.save(),n.translate(o.x,o.y),s.customColor=m(s.linearType,s.customColor,t,i),"pyramid"==s.type)for(var h=0;h4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);s.width*=e.pix;var r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();var f=0,h=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*l+e.area[3],h=f+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,v,g;n.beginPath(),n.setStrokeStyle(t.color),n.moveTo(-1e4,-1e4),n.lineTo(-10001,-10001),n.stroke(),c=[].concat(e.chartData.yAxisData.ranges[t.index]),v=c.pop(),g=c.shift();var _=t.data,m=Q(_,v,g,o,l,e,i,s,a);d.push(m);var y=I(m,t);if("dash"==t.lineType){var b=t.dashLength?t.dashLength:8;b*=e.pix,n.setLineDash([b,b])}n.beginPath();var x=t.color;if("none"!==s.linearType&&t.linearColor&&t.linearColor.length>0){for(var w=n.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),$=0;$0?n.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):n.setShadow(0,0,0,"rgba(0,0,0,0)"),n.setLineWidth(s.width),y.forEach((function(t,e){if(1===t.length)n.moveTo(t[0].x,t[0].y);else{n.moveTo(t[0].x,t[0].y);var i=0;if("curve"===s.type)for(var a=0;af&&(n.moveTo(r.x,r.y),i=1),a>0&&r.x>f&&r.xf&&(n.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(n.moveTo(d.x,d.y),i=1),u>0&&d.x>f&&d.x4&&void 0!==arguments[4]?arguments[4]:1,s=(c({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),r=s.xAxisPoints,o=s.eachSpacing,l=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*o+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,a);n.beginPath(),n.setStrokeStyle(t.color),n.setFillStyle(t.color),n.setLineWidth(1*e.pix);var h=t.pointShape;if("diamond"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===h)f.forEach((function(t,i){null!==t&&(n.moveTo(t.x+2.5*e.pix,t.y),n.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("triangle"===h)return;n.closePath(),n.fill(),n.stroke()})),!1!==e.dataLabel&&1===a&&t.forEach((function(t,s){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,a);ut(f,t,i,n,e)})),n.restore(),{xAxisPoints:r,calPoints:l,eachSpacing:o}}(o,e,i,n,t),s=a.xAxisPoints,r=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=r,e.chartData.eachSpacing=l,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{opacity:1,border:2},e.extra.bubble),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*l+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var c,d,f;c=[].concat(e.chartData.yAxisData.ranges[t.index]),d=c.pop(),f=c.shift();var h=t.data,p=X(h,d,f,o,l,e,i,a);n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(s.border*e.pix),n.setFillStyle(u(t.color,s.opacity)),p.forEach((function(t,i){n.moveTo(t.x+t.r,t.y),n.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),n.closePath(),n.fill(),n.stroke(),!1!==e.dataLabel&&1===a&&p.forEach((function(a,s){n.beginPath();var r=t.textSize*e.pix||i.fontSize;n.setFontSize(r),n.setFillStyle(t.textColor||"#FFFFFF"),n.setTextAlign("center"),n.fillText(String(a.t),a.x,a.y+r/2),n.closePath(),n.stroke(),n.setTextAlign("left")}))})),n.restore(),{xAxisPoints:o,calPoints:d,eachSpacing:l}}(o,e,i,n,t),s=a.xAxisPoints,r=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=r,e.chartData.eachSpacing=l,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{width:l/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=c({},{opacity:.2,gradient:!1},e.extra.mix.area),h=c({},{width:2},e.extra.mix.line),v=e.height-e.area[2],g=[],_=0,y=0;t.forEach((function(t,e){"column"==t.type&&(y+=1)})),n.save();var b=-2,x=o.length+2,w=0,$=e.width+l;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),b=Math.floor(-e._scrollDistance_/l)-2,x=b+e.xAxis.itemCount+4,w=-e._scrollDistance_-2*l+e.area[3],$=w+(e.xAxis.itemCount+4)*l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(t,r){var c,m,C;c=[].concat(e.chartData.yAxisData.ranges[t.index]),m=c.pop(),C=c.shift();var T=t.data,k=X(T,m,C,o,l,e,i,a);if(g.push(k),"column"==t.type){k=H(k,l,y,_,0,e);for(var S=0;Sb&&SW?W:R,N=N>W?W:N,U=U>W?W:U,z=z>W?W:z,R=R<0?0:R,N=N<0?0:N,U=U<0?0:U,z=z<0?0:z,n.arc(M+R,j+R,R,-Math.PI,-Math.PI/2),n.arc(M+E-N,j+N,N,-Math.PI/2,0),n.arc(M+E-U,j+F-U,U,0,Math.PI/2),n.arc(M+z,j+F-z,z,Math.PI/2,Math.PI)}else n.moveTo(D,O.y),n.lineTo(D+O.width,O.y),n.lineTo(D+O.width,e.height-e.area[2]),n.lineTo(D,e.height-e.area[2]),n.lineTo(D,O.y),n.setLineWidth(1),n.setStrokeStyle(A);n.setFillStyle(P),n.closePath(),n.fill()}}_+=1}if("area"==t.type)for(var V=I(k,t),q=0;q1){var K=G[0],Y=G[G.length-1];n.moveTo(K.x,K.y);var Q=0;if("curve"===t.style)for(var Z=0;Zw&&(n.moveTo(tt.x,tt.y),Q=1),Z>0&&tt.x>w&&tt.x<$){var et=p(G,Z-1);n.bezierCurveTo(et.ctrA.x,et.ctrA.y,et.ctrB.x,et.ctrB.y,tt.x,tt.y)}}else for(var it=0;itw&&(n.moveTo(nt.x,nt.y),Q=1),it>0&&nt.x>w&&nt.x<$&&n.lineTo(nt.x,nt.y)}n.lineTo(Y.x,v),n.lineTo(K.x,v),n.lineTo(K.x,K.y)}else{var at=G[0];n.moveTo(at.x-l/2,at.y)}n.closePath(),n.fill()}if("line"==t.type){var st=I(k,t);st.forEach((function(i,a){if("dash"==t.lineType){var s=t.dashLength?t.dashLength:8;s*=e.pix,n.setLineDash([s,s])}if(n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(h.width*e.pix),1===i.length)n.moveTo(i[0].x,i[0].y);else{n.moveTo(i[0].x,i[0].y);var r=0;if("curve"==t.style)for(var o=0;ow&&(n.moveTo(c.x,c.y),r=1),o>0&&c.x>w&&c.x<$){var l=p(i,o-1);n.bezierCurveTo(l.ctrA.x,l.ctrA.y,l.ctrB.x,l.ctrB.y,c.x,c.y)}}else for(var u=0;uw&&(n.moveTo(d.x,d.y),r=1),u>0&&d.x>w&&d.x<$&&n.lineTo(d.x,d.y)}n.moveTo(i[0].x,i[0].y)}n.stroke(),n.setLineDash([])}))}"point"==t.type&&(t.addPoint=!0),1==t.addPoint&&"column"!==t.type&&ot(k,t.color,t.pointShape,n,e)})),!1!==e.dataLabel&&1===a){_=0;t.forEach((function(t,s){var r,c,u;r=[].concat(e.chartData.yAxisData.ranges[t.index]),c=r.pop(),u=r.shift();var d=t.data,f=X(d,c,u,o,l,e,i,a);"column"!==t.type?ut(f,t,i,n,e):(f=H(f,l,y,_,0,e),ut(f,t,i,n,e),_+=1)}))}return n.restore(),{xAxisPoints:o,calPoints:g,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"column":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"group",width:l/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];n.save();var h=-2,p=o.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=Math.floor(-e._scrollDistance_/l)-2,p=h+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===a&&yt(e.tooltip.offset.x,e,0,n,l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(r,c){var v,g,_;v=[].concat(e.chartData.yAxisData.ranges[r.index]),g=v.pop(),_=v.shift();var m=e.height-e.area[0]-e.area[2],y=m*(0-g)/(_-g),b=e.height-Math.round(y)-e.area[2];r.zeroPoints=b;var x=r.data;switch(d.type){case"group":var w=Z(x,g,_,o,l,e,i,b,a),$=it(x,g,_,o,l,e,i,c,t,a);f.push($),w=H(w,l,t.length,c,0,e);for(var C=0;Ch&&Cb?b:T.y,I=T.width,M=Math.abs(b-T.y);d.barBorderCircle&&(d.barBorderRadius=[I/2,I/2,0,0]),T.y>b&&(d.barBorderRadius=[0,0,I/2,I/2]);var j=(0,s.default)(d.barBorderRadius,4),E=j[0],F=j[1],B=j[2],R=j[3],N=Math.min(I/2,M/2);E=E>N?N:E,F=F>N?N:F,B=B>N?N:B,R=R>N?N:R,E=E<0?0:E,F=F<0?0:F,B=B<0?0:B,R=R<0?0:R,n.arc(A+E,L+E,E,-Math.PI,-Math.PI/2),n.arc(A+I-F,L+F,F,-Math.PI/2,0),n.arc(A+I-B,L+M-B,B,0,Math.PI/2),n.arc(A+R,L+M-R,R,Math.PI/2,Math.PI)}else n.moveTo(k,T.y),n.lineTo(k+T.width,T.y),n.lineTo(k+T.width,b),n.lineTo(k,b),n.lineTo(k,T.y),n.setLineWidth(1),n.setStrokeStyle(D);n.setFillStyle(O),n.closePath(),n.fill()}}break;case"stack":w=it(x,g,_,o,l,e,i,c,t,a);f.push(w),w=G(w,l,t.length,0,0,e);for(var U=0;Uh&&U0&&(S-=W),n.setFillStyle(O),n.moveTo(k,z.y),n.fillRect(k,z.y,z.width,S),n.closePath(),n.fill()}}break;case"meter":w=X(x,g,_,o,l,e,i,a);f.push(w),w=q(w,l,t.length,c,0,e,d.meterBorder);for(var V=0;Vh&&V0&&(n.setStrokeStyle(r.color),n.setLineWidth(d.meterBorder*e.pix)),0==c?n.setFillStyle(d.meterFillColor):n.setFillStyle(J.color||r.color);k=J.x-J.width/2,S=e.height-J.y-e.area[2];if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var K=k,Y=J.y,Q=J.width,tt=b-J.y;d.barBorderCircle&&(d.barBorderRadius=[Q/2,Q/2,0,0]);var et=(0,s.default)(d.barBorderRadius,4),nt=et[0],at=et[1],st=et[2],rt=et[3],ot=Math.min(Q/2,tt/2);nt=nt>ot?ot:nt,at=at>ot?ot:at,st=st>ot?ot:st,rt=rt>ot?ot:rt,nt=nt<0?0:nt,at=at<0?0:at,st=st<0?0:st,rt=rt<0?0:rt,n.arc(K+nt,Y+nt,nt,-Math.PI,-Math.PI/2),n.arc(K+Q-at,Y+at,at,-Math.PI/2,0),n.arc(K+Q-st,Y+tt-st,st,0,Math.PI/2),n.arc(K+rt,Y+tt-rt,rt,Math.PI/2,Math.PI),n.fill()}else n.moveTo(k,J.y),n.lineTo(k+J.width,J.y),n.lineTo(k+J.width,b),n.lineTo(k,b),n.lineTo(k,J.y),n.fill();0==c&&d.meterBorder>0&&(n.closePath(),n.stroke())}}break}})),!1!==e.dataLabel&&1===a&&t.forEach((function(s,r){var c,u,f;c=[].concat(e.chartData.yAxisData.ranges[s.index]),u=c.pop(),f=c.shift();var h=s.data;switch(d.type){case"group":var p=Z(h,u,f,o,l,e,i,a);p=H(p,l,t.length,r,0,e),dt(p,s,i,n,e);break;case"stack":p=it(h,u,f,o,l,e,i,r,t,a);dt(p,s,i,n,e);break;case"meter":p=X(h,u,f,o,l,e,i,a);dt(p,s,i,n,e);break}})),n.restore(),{xAxisPoints:o,calPoints:f,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);d.widthRatio=d.widthRatio<=0?0:d.widthRatio,d.widthRatio=d.widthRatio>=2?2:d.widthRatio,n.save();var f,h,p,v=-2,g=o.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/l)-2,g=v+e.xAxis.itemCount+4),d.customColor=m(d.linearType,d.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),h=f.pop(),p=f.shift();var _=e.height-e.area[0]-e.area[2],y=_*(0-h)/(p-h),b=e.height-Math.round(y)-e.area[2],x=tt(t,h,p,o,l,e,d,b,a);switch(d.type){case"bar":for(var w=0;wv&&wb?b:$.y,A=$.width,L=Math.abs(b-$.y);d.barBorderCircle&&(d.barBorderRadius=[A/2,A/2,0,0]),$.y>b&&(d.barBorderRadius=[0,0,A/2,A/2]);var I=(0,s.default)(d.barBorderRadius,4),M=I[0],j=I[1],E=I[2],F=I[3],B=Math.min(A/2,L/2);M=M>B?B:M,j=j>B?B:j,E=E>B?B:E,F=F>B?B:F,M=M<0?0:M,j=j<0?0:j,E=E<0?0:E,F=F<0?0:F,n.arc(D+M,P+M,M,-Math.PI,-Math.PI/2),n.arc(D+A-j,P+j,j,-Math.PI/2,0),n.arc(D+A-E,P+L-E,E,0,Math.PI/2),n.arc(D+F,P+L-F,F,Math.PI/2,Math.PI)}else n.moveTo(C,$.y),n.lineTo(C+$.width,$.y),n.lineTo(C+$.width,b),n.lineTo(C,b),n.lineTo(C,$.y);n.setStrokeStyle(S),n.setFillStyle(k),d.borderWidth>0&&(n.setLineWidth(d.borderWidth*e.pix),n.closePath(),n.stroke()),n.fill()}}break;case"triangle":for(var R=0;Rv&&R0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"mount":for(var U=0;Uv&&U0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"sharp":for(var W=0;Wv&&W0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break}if(!1!==e.dataLabel&&1===a){var V,q,G;V=[].concat(e.chartData.yAxisData.ranges[0]),q=V.pop(),G=V.shift();x=tt(t,q,G,o,l,e,d,b,a);ft(x,t,i,n,e,b)}return n.restore(),{xAxisPoints:o,calPoints:x,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),$t(d,e,i,n);var a=function(t,e,i,n){for(var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=[],o=(e.height-e.area[0]-e.area[2])/e.categories.length,l=0;lh&&xF?F:I,M=M>F?F:M,j=j>F?F:j,E=E>F?F:E,I=I<0?0:I,M=M<0?0:M,j=j<0?0:j,E=E<0?0:E,n.arc(O+E,P+E,E,-Math.PI,-Math.PI/2),n.arc(w.x-I,P+I,I,-Math.PI/2,0),n.arc(w.x-M,P+D-M,M,0,Math.PI/2),n.arc(O+j,P+D-j,j,Math.PI/2,Math.PI)}else n.moveTo($,C),n.lineTo(w.x,C),n.lineTo(w.x,C+w.width),n.lineTo($,C+w.width),n.lineTo($,C),n.setLineWidth(1),n.setStrokeStyle(k);n.setFillStyle(T),n.closePath(),n.fill()}}break;case"stack":y=nt(m,g,_,r,o,e,i,l,t,a);f.push(y),y=J(y,o,t.length,0,0,e);for(var B=0;Bh&&B4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=e.height-e.area[2],f=[];n.save();var h=0,v=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=-e._scrollDistance_-2*l+e.area[3],v=h+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,g,_;c=[].concat(e.chartData.yAxisData.ranges[t.index]),g=c.pop(),_=c.shift();var m=t.data,y=X(m,g,_,o,l,e,i,a);f.push(y);for(var b=I(y,t),x=0;x1){var C=w[0],T=w[w.length-1];n.moveTo(C.x,C.y);var k=0;if("curve"===s.type)for(var S=0;Sh&&(n.moveTo(O.x,O.y),k=1),S>0&&O.x>h&&O.xh&&(n.moveTo(A.x,A.y),k=1),P>0&&A.x>h&&A.xh&&(n.moveTo(M.x,M.y),k=1),L>0&&M.x>h&&M.xh&&(n.moveTo(R.x,R.y),F=1),B>0&&R.x>h&&R.xh&&(n.moveTo(z.x,z.y),F=1),U>0&&z.x>h&&z.xh&&(n.moveTo(H.x,H.y),F=1),W>0&&H.x>h&&H.x4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=s.activeRadius*e.pix);var r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o;var l=s.minRadius||.5*o;o4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),r=k(e.categories.length),o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},l=(e.width-e.area[1]-e.area[3])/2,d=(e.height-e.area[0]-e.area[2])/2,f=Math.min(l-(T(e.categories,i.fontSize,n)+i.radarLabelTextMargin),d-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=s.radius?s.radius:f,n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(s.gridColor),r.forEach((function(t,e){var i=v(f*Math.cos(t),f*Math.sin(t),o);n.moveTo(o.x,o.y),e%s.gridEval==0&&n.lineTo(i.x,i.y)})),n.stroke(),n.closePath();for(var h=function(t){var i={};if(n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(s.gridColor),"radar"==s.gridType)r.forEach((function(e,a){var r=v(f/s.gridCount*t*Math.cos(e),f/s.gridCount*t*Math.sin(e),o);0===a?(i=r,n.moveTo(r.x,r.y)):n.lineTo(r.x,r.y)})),n.lineTo(i.x,i.y);else{var a=v(f/s.gridCount*t*Math.cos(1.5),f/s.gridCount*t*Math.sin(1.5),o);n.arc(o.x,o.y,o.y-a.y,0,2*Math.PI,!1)}n.stroke(),n.closePath()},p=1;p<=s.gridCount;p++)h(p);s.customColor=m(s.linearType,s.customColor,t,i);var g=E(r,o,f,t,e,a);if(g.forEach((function(i,a){n.beginPath(),n.setLineWidth(s.borderWidth*e.pix),n.setStrokeStyle(i.color);var r,c=u(i.color,s.opacity);"custom"==s.linearType&&(r=n.createCircularGradient?n.createCircularGradient(o.x,o.y,f):n.createRadialGradient(o.x,o.y,0,o.x,o.y,f),r.addColorStop(0,u(s.customColor[t[a].linearIndex],s.opacity)),r.addColorStop(1,u(i.color,s.opacity)),c=r);if(n.setFillStyle(c),i.data.forEach((function(t,e){0===e?n.moveTo(t.position.x,t.position.y):n.lineTo(t.position.x,t.position.y)})),n.closePath(),n.fill(),!0===s.border&&n.stroke(),n.closePath(),!1!==e.dataPointShape){var l=i.data.map((function(t){return t.position}));ot(l,i.color,i.pointShape,n,e)}})),!0===s.axisLabel){var _=Math.max(s.max,Math.max.apply(null,x(t))),y=f/s.gridCount,b=e.fontSize*e.pix;n.setFontSize(b),n.setFillStyle(e.fontColor),n.setTextAlign("left");for(p=0;p4&&void 0!==arguments[4]?arguments[4]:1,o=c({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=N(t,o,r),a=o.centerX||o.centerY?{x:o.centerX?o.centerX:e.width/2,y:o.centerY?o.centerY:e.height/2}:{x:e.width/2,y:e.height/2},o.radius?s=o.radius:(s=Math.min(a.x,a.y),s-=5*e.pix,s-=o.width/2),s=s<10?10:s,o.customColor=m(o.linearType,o.customColor,t,i);for(var l=0;l5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==r.oldAngle&&(r.oldAngle=r.startAngle),void 0==r.oldData&&(r.oldData=0),t=z(t,r.startAngle,r.endAngle);var o={x:i.width/2,y:i.height/2},l=Math.min(o.x,o.y);l-=5*i.pix,l-=r.width/2,l=l<10?10:l;var d=l-r.width,f=0;if("progress"==r.type){var h=l-3*r.width;a.beginPath();var p=a.createLinearGradient(o.x,o.y-h,o.x,o.y+h);p.addColorStop("0",u(e[0].color,.3)),p.addColorStop("1.0",u("#FFFFFF",.1)),a.setFillStyle(p),a.arc(o.x,o.y,h,0,2*Math.PI,!1),a.fill(),a.setLineWidth(r.width),a.setStrokeStyle(u(e[0].color,.3)),a.setLineCap("round"),a.beginPath(),a.arc(o.x,o.y,d,r.startAngle*Math.PI,r.endAngle*Math.PI,!1),a.stroke(),f=r.endAngleb/m?a.setStrokeStyle(u(e[0].color,1)):a.setStrokeStyle(u(e[0].color,.3)),a.setLineWidth(3*i.pix),a.moveTo(g,0),a.lineTo(_,0),a.stroke(),a.rotate(v*Math.PI);a.restore(),e=U(e,r,s),a.setLineWidth(r.width),a.setStrokeStyle(e[0].color),a.setLineCap("round"),a.beginPath(),a.arc(o.x,o.y,d,r.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),a.stroke();var x=l-2.5*r.width;a.save(),a.translate(o.x,o.y),a.rotate((e[0]._proportion_-1)*Math.PI),a.beginPath(),a.setLineWidth(r.width/3);var w=a.createLinearGradient(0,.6*-x,0,.6*x);w.addColorStop("0",u("#FFFFFF",0)),w.addColorStop("0.5",u(e[0].color,1)),w.addColorStop("1.0",u("#FFFFFF",0)),a.setStrokeStyle(w),a.arc(0,0,x,.85*Math.PI,1.15*Math.PI,!1),a.stroke(),a.beginPath(),a.setLineWidth(1),a.setStrokeStyle(e[0].color),a.setFillStyle(e[0].color),a.moveTo(-x-r.width/3/2,-4),a.lineTo(-x-r.width/3/2-4,0),a.lineTo(-x-r.width/3/2,4),a.lineTo(-x-r.width/3/2,-4),a.stroke(),a.fill(),a.restore()}else{a.setLineWidth(r.width),a.setLineCap("butt");for(var $=0;$5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{color:{},average:{}},i.extra.candle);r.color=c({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},r.color),r.average=c({},{show:!1,name:[],day:[],color:n.color},r.average),i.extra.candle=r;var o=i.chartData.xAxisData,l=o.xAxisPoints,u=o.eachSpacing,d=[];a.save();var f=-2,h=l.length+2,v=0,g=i.width+u;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(a.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/u)-2,h=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*u+i.area[3],g=v+(i.xAxis.itemCount+4)*u),(r.average.show||e)&&e.forEach((function(t,e){var r,o,c;r=[].concat(i.chartData.yAxisData.ranges[t.index]),o=r.pop(),c=r.shift();for(var d=t.data,f=X(d,o,c,l,u,i,n,s),h=I(f,t),_=0;_v&&(a.moveTo(x.x,x.y),y=1),b>0&&x.x>v&&x.xf&&m0?(a.setStrokeStyle(r.color.upLine),a.setFillStyle(r.color.upFill),a.setLineWidth(1*i.pix),a.moveTo(y[3].x,y[3].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[1].x-u/4,y[1].y),a.lineTo(y[0].x-u/4,y[0].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[2].x,y[2].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[0].x+u/4,y[0].y),a.lineTo(y[1].x+u/4,y[1].y),a.lineTo(y[1].x,y[1].y),a.moveTo(y[3].x,y[3].y)):(a.setStrokeStyle(r.color.downLine),a.setFillStyle(r.color.downFill),a.setLineWidth(1*i.pix),a.moveTo(y[3].x,y[3].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[0].x-u/4,y[0].y),a.lineTo(y[1].x-u/4,y[1].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[2].x,y[2].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[1].x+u/4,y[1].y),a.lineTo(y[0].x+u/4,y[0].y),a.lineTo(y[0].x,y[0].y),a.moveTo(y[3].x,y[3].y)),a.closePath(),a.fill(),a.stroke()}})),a.restore(),{xAxisPoints:l,calPoints:d,eachSpacing:u}}(o,g,e,i,n,t),s=a.xAxisPoints,r=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=r,e.chartData.eachSpacing=l,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(g?0:e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break}}function Ut(){this.events={}}Rt.prototype.stop=function(){this.isStop=!0},Ut.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},Ut.prototype.delEventListener=function(t){this.events[t]=[]},Ut.prototype.trigger=function(){for(var t=arguments.length,i=Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.opts=c({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=st(this.opts.series,this.opts,this.config,this.context),n=i.yAxisWidth;this.config.yAxisWidth=n;var a=0,s=K(this.opts.categories,this.opts,this.config),r=s.xAxisPoints,o=s.startX,l=s.endX,u=s.eachSpacing,d=u*(r.length-1),f=l-o;a=f-d,this.scrollOption={currentOffset:a,startTouchX:a,distance:0,lastMoveTime:0},this.opts._scrollDistance_=a;break}Nt.call(this,this.opts.type,this.opts,this.config,this.context)},zt.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var n=st(this.opts.series,this.opts,this.config,this.context),a=n.yAxisWidth;this.config.yAxisWidth=a;var s=0,r=K(this.opts.categories,this.opts,this.config),o=r.xAxisPoints,c=r.startX,l=r.endX,u=r.eachSpacing,d=u*i,h=l-c,p=h-u*(o.length-1);s=h/2-d,s>0&&(s=0),s=this.opts.categories.length?this.opts.categories.length:h,this.opts.animation=!1,this.opts.xAxis.itemCount=h;var p=0,v=K(this.opts.categories,this.opts,this.config),g=v.xAxisPoints,_=v.startX,m=v.endX,y=v.eachSpacing,b=y*this.scrollOption.moveCurrent1,x=m-_,w=x-y*(g.length-1);p=-b+Math.min(a[0].x,a[1].x)-this.opts.area[3]-y,p>0&&(p=0),p2*Math.PI&&(t-=2*Math.PI),t},r=Math.atan2(e.center.y-t.y,t.x-e.center.x);r*=-1,r<0&&(r+=2*Math.PI);var o=e.angleList.map((function(t){return t=s(-1*t),t}));o.forEach((function(t,e){var i=s(t-n/2),o=s(t+n/2);o=i&&r<=o||r+2*Math.PI>=i&&r+2*Math.PI<=o)&&(a=e)}))}return a}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,n=0,a=e.series.length;ns.funnelArea[0]&&t.xs.funnelArea[1]&&t.ys.area[0]&&t.xs.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,s={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&A(t,i,n)&&o.forEach((function(e,i){t.y+a+r>e&&(s.index=i)})),s}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,s={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(s.index=i)}));else{for(var l=Array(e.length),u=0;ue.start.x&&t.xe.start.y&&t.yu[0]-0&&t.xu[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){$(i,this.opts,t);var n=this.getLegendDataIndex(t);n>=0&&("candle"==this.opts.type?this.opts.seriesMA[n].show=!this.opts.seriesMA[n].show:this.opts.series[n].show=!this.opts.series[n].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Nt.call(this,this.opts.type,this.opts,this.config,this.context))}},zt.prototype.showToolTip=function(e){var i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=null;a=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],a||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var s=$(a,this.opts,e),r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){var d=C(this.opts.series,u,l.group);if(0!==d.length){var f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.y=s.y,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u,group:l.group}}}Nt.call(this,o.type,o,this.config,this.context)}if("mount"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e).index:n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:o.chartData.calPoints[u].x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){d=C(this.opts.series,u,l.group);if(0!==d.length){f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.x=s.x,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){var v=O(d,this.opts,u,this.opts.categories,n);h=v.textList,p=v.offset;p.y=s.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){f=D(this.opts.series[0].data,d,this.opts,u,this.opts.categories,this.opts.extra.candle,n),h=f.textList,p=f.offset;p.y=s.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("map"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]);d.name=d.properties.name;h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("word"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("radar"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=C(this.opts.series,u);if(0!==d.length){h=d.map((function(t){return{text:n.formatter?n.formatter(t,i.opts.categories[u],u,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}},zt.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=c({},this.opts,{_scrollDistance_:t,animation:!1});Nt.call(this,this.opts.type,e,this.config,this.context)},zt.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=$(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},zt.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),n=i-this.scrollOption.lastMoveTime;if(!(n0),i("text"))]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),(t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0),i("text"))]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1)])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1)]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view"),i("view"),i("view")]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,a,s){return i("view",{key:t._$s(33,"f",{forIndex:a,key:n}),staticClass:t._$s("33-"+s,"sc","li"),attrs:{_i:"33-"+s}},[i("view",{staticClass:t._$s("34-"+s,"sc","name"),attrs:{_i:"34-"+s}},[i("text",[t._v(t._$s("35-"+s,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+s,"sc","num"),attrs:{_i:"36-"+s}},[t._$s("37-"+s,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+s,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+s,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+s,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+s}}):t._e(),t._$s("39-"+s,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+s,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+s}}):t._e(),t._$s("40-"+s,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+s,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+s}}):t._e()]),i("view",{staticClass:t._$s("41-"+s,"sc","f"),attrs:{_i:"41-"+s}},[i("view",[t._v(t._$s("42-"+s,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+s,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+s,"sc","f"),attrs:{_i:"44-"+s}},[i("view",[t._v(t._$s("45-"+s,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+s,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},s=[]},"0c75":function(t,e,i){"use strict";i.r(e);var n=i("13b7"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"0db2":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","login"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","editem"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","text"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","input"),attrs:{_i:5}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{_i:6},domProps:{value:t._$s(6,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})])]),i("view",{staticClass:t._$s(7,"sc","item "),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}}),i("view",{staticClass:t._$s(9,"sc","input yanzhengma"),attrs:{_i:9}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:t._$s(10,"sc","uni-input"),attrs:{_i:10},domProps:{value:t._$s(10,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),i("button",{staticClass:t._$s(11,"sc","code"),attrs:{disabled:t._$s(11,"a-disabled",t.disabled),_i:11},on:{click:t.handleCode},model:{value:t._$s(11,"v-model",t.code),callback:function(e){t.code=e},expression:"code"}},[t._v(t._$s(11,"t0-0",t._s(t.second<60?t.second+"S\u540e\u91cd\u53d1":t.$t("login.sendcode"))))])])]),i("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","text"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","input"),attrs:{_i:14}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(15,"sc","uni-input"),attrs:{_i:15},domProps:{value:t._$s(15,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),i("view",{staticClass:t._$s(16,"sc","item"),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","text"),attrs:{_i:17}}),i("view",{staticClass:t._$s(18,"sc","input"),attrs:{_i:18}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password2,expression:"password2"}],staticClass:t._$s(19,"sc","uni-input"),attrs:{_i:19},domProps:{value:t._$s(19,"v-model",t.password2)},on:{input:function(e){e.target.composing||(t.password2=e.target.value)}}})])])]),i("view",{staticClass:t._$s(20,"sc","btnlogin"),attrs:{_i:20},on:{click:t.handleTelLogin}})])])},a=[]},"0e6e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading2"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},"0eae":function(t,e,i){"use strict";i.r(e);var n=i("a441"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"0ecb":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{id:"",type:"",ranklist:[]}},computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))})),(0,s.default)(a,"methods",{clickItemMethod:function(t){uni.navigateTo({url:"/pageTwo/score/report?id="+t})},getList:function(e){var i=this;this.$model.getSportshistory({aud_id:uni.getStorageSync("userid"),page:e}).then((function(e){t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/score/history.vue:95"),0==e.code&&(i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage)}))}}),a);e.default=u}).call(this,i("f3b9")["default"])},"14f2":function(t,e,i){"use strict";i.r(e);var n=i("b5e0"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"150e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","editem"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","name"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","right"),attrs:{_i:3}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.PostData.height,expression:"PostData.height"}],attrs:{_i:4},domProps:{value:t._$s(4,"v-model",t.PostData.height)},on:{input:function(e){e.target.composing||t.$set(t.PostData,"height",e.target.value)}}})])]),i("view",{staticClass:t._$s(5,"sc","edit"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","editem"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","name"),attrs:{_i:7}}),i("view",{staticClass:t._$s(8,"sc","right"),attrs:{_i:8}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.PostData.weight,expression:"PostData.weight"}],attrs:{_i:9},domProps:{value:t._$s(9,"v-model",t.PostData.weight)},on:{input:function(e){e.target.composing||t.$set(t.PostData,"weight",e.target.value)}}})])]),i("view",{staticClass:t._$s(10,"sc","editem"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","name"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","right radio2"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","radio"),attrs:{_i:13}},[i("uni-icons",{attrs:{type:1==t.PostData.sex?"checkbox-filled":"circle",size:"24",color:1==t.PostData.sex?"#fea606":"#dfdfdf",_i:14},on:{click:function(e){t.PostData.sex=1}}})],1),i("view",{staticClass:t._$s(15,"sc","radio ml-15"),attrs:{_i:15}},[i("uni-icons",{attrs:{type:2==t.PostData.sex?"checkbox-filled":"circle",size:"24",color:2==t.PostData.sex?"#fea606":"#dfdfdf",_i:16},on:{click:function(e){t.PostData.sex=2}}})],1)])]),i("view",{staticClass:t._$s(17,"sc","editem"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","name"),attrs:{_i:18}}),i("view",{staticClass:t._$s(19,"sc","right"),attrs:{_i:19}},[i("picker",{attrs:{value:t._$s(20,"a-value",t.PostData.birthday),end:t._$s(20,"a-end",t.endDate),fields:t._$s(20,"a-fields",t.fields),_i:20},on:{change:t.bindDateChange}},[i("view",{staticClass:t._$s(21,"sc","text"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.PostData.birthday?t.PostData.birthday:"\u8bf7\u9009\u62e9\u51fa\u751f\u65e5\u671f")))]),i("icon",{staticClass:t._$s(22,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:22}})])])])]),t._$s(23,"i",t.iscalced)?i("view",{staticClass:t._$s(23,"sc","box_con mb-15"),attrs:{_i:23}},[i("view",{staticClass:t._$s(24,"sc","BMIlist"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc","block"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","val"),attrs:{_i:27}},[t._v(t._$s(27,"t0-0",t._s(t.resdata.bmi?t.resdata.bmi:"0")))]),i("view",{staticClass:t._$s(28,"sc","btnf"),style:t._$s(28,"s",{backgroundColor:t.resdata.bmilevelcolor}),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.resdata.bmilevel)))])]),i("view",{staticClass:t._$s(29,"sc","desc"),attrs:{_i:29}},[i("view",{staticClass:t._$s(30,"sc","statuevue"),attrs:{_i:30}},[i("view",{staticClass:t._$s(31,"sc","bi"),attrs:{_i:31}},[i("view",{staticClass:t._$s(32,"sc","peobox"),style:t._$s(32,"s","left:"+t.resdata.offset+"%"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","xx"),attrs:{_i:33}})]),t._l(t._$s(34,"f",{forItems:t.resdata.bmilevellist}),(function(e,n,a,s){return i("view",{key:t._$s(34,"f",{forIndex:a,key:n}),staticClass:t._$s("34-"+s,"sc","item"),style:t._$s("34-"+s,"s",{backgroundColor:e.color}),attrs:{_i:"34-"+s}},[i("view",{staticClass:t._$s("35-"+s,"sc","span1"),attrs:{_i:"35-"+s}},[t._v(t._$s("35-"+s,"t0-0",t._s(e.text)))]),t._$s("36-"+s,"i",n"+t[i].marker+t[i].seriesName+"\uff1a"+n+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:n},column:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:n,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:n,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:n,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:n,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},s=a;e.default=s},"1f37":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{list:[]}},onLoad:function(){this.handleUserDeviceList()},methods:{handleUserDeviceList:function(){var t=this;t.$model.getDeviceList({}).then((function(e){0==e.code?t.list=e.data.list:t.$tools.msg(e.msg)})).catch((function(t){}))},handlebinging:function(e){t("log","item",e," at pageTwo/business/addDevice.vue:34"),uni.redirectTo({url:"/pageTwo/business/search?id="+e.id})}}};e.default=i}).call(this,i("f3b9")["default"])},"1fd0":function(t,e,i){"use strict";i.r(e);var n=i("9480"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"20e4":function(t){t.exports=JSON.parse('{"uni-datetime-picker.selectDate":"\u9078\u64c7\u65e5\u671f","uni-datetime-picker.selectTime":"\u9078\u64c7\u6642\u9593","uni-datetime-picker.selectDateTime":"\u9078\u64c7\u65e5\u671f\u6642\u9593","uni-datetime-picker.startDate":"\u958b\u59cb\u65e5\u671f","uni-datetime-picker.endDate":"\u7d50\u675f\u65e5\u671f","uni-datetime-picker.startTime":"\u958b\u59cb\u65f6\u95f4","uni-datetime-picker.endTime":"\u7d50\u675f\u65f6\u95f4","uni-datetime-picker.ok":"\u78ba\u5b9a","uni-datetime-picker.clear":"\u6e05\u9664","uni-datetime-picker.cancel":"\u53d6\u6d88","uni-datetime-picker.year":"\u5e74","uni-datetime-picker.month":"\u6708","uni-calender.SUN":"\u65e5","uni-calender.MON":"\u4e00","uni-calender.TUE":"\u4e8c","uni-calender.WED":"\u4e09","uni-calender.THU":"\u56db","uni-calender.FRI":"\u4e94","uni-calender.SAT":"\u516d","uni-calender.confirm":"\u78ba\u8a8d"}')},2175:function(t,e,i){"use strict";i.r(e);var n=i("0656"),a=i("6d98");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"fcb66c2c",null,!1,n["a"],void 0);e["default"]=o.exports},"223a":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"ren-calendar",props:{weekstart:{type:Number,default:0},markDays:{type:Array,default:function(){return[]}},headerBar:{type:Boolean,default:!0},open:{type:Boolean,default:!0},collapsible:{type:Boolean,default:!0},disabledAfter:{type:Boolean,default:!0}},data:function(){return{weektext:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],y:(new Date).getFullYear(),m:(new Date).getMonth()+1,dates:[],positionTop:0,monthOpen:!0,choose:"",month:null}},created:function(){this.dates=this.monthDay(this.y,this.m),!this.open&&this.toggle()},mounted:function(){this.y=(new Date).getFullYear(),this.m=(new Date).getMonth()+1,this.month=this.$tools.getDate("m"),this.choose=this.getToday().date},computed:{weekDay:function(){return this.weektext.slice(this.weekstart).concat(this.weektext.slice(0,this.weekstart))},height:function(){return this.dates.length/7*80+"rpx"}},methods:{formatNum:function(t){var e=Number(t);return e<10?"0"+e:e},getToday:function(){var t=new Date,e=t.getFullYear(),i=t.getMonth(),n=t.getDate(),a=(new Date).getDay(),s="\u661f\u671f"+["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"][a],r={date:e+"-"+this.formatNum(i+1)+"-"+this.formatNum(n),week:s};return r},monthDay:function(t,e){var i=[],n=Number(e),a=new Date(t,n-1,1).getDay(),s=new Date(t,n,0).getDate(),r=new Date(t,n-1,0).getDate(),o=7==this.weekstart?0:this.weekstart,c=function(){return a==o?0:a>o?a-o:7-o+a}(),l=7-(c+s)%7;7==l&&(l=0);for(var u=1;u<=c;u++)i.push({date:this.formatNum(r-c+u),day:o+u-1||7,month:n-1>=0?this.formatNum(n-1):12,year:n-1>=0?t:t-1});for(var d=1;d<=s;d++)i.push({date:this.formatNum(d),day:d%7+a-1||7,month:this.formatNum(n),year:t,isCurM:!0});for(var f=1;f<=l;f++)i.push({date:this.formatNum(f),day:(s+c+o+f-1)%7||7,month:n+1<=11?this.formatNum(n+1):0,year:n+1<=11?t:t+1});return i},isWorkDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),a=new Date(n.replace(/-/g,"/")),s=a.getDay();return 0!=s&&6!=s},isFutureDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),a=new Date(n.replace(/-/g,"/")),s=a.getTime(),r=(new Date).getTime();return s>r},isMarkDay:function(t,e,i){for(var n=!1,a=0;as){if(this.disabledAfter)return t("log","\u672a\u6765\u65e5\u671f\u4e0d\u53ef\u9009"," at element/ren-calendar/ren-calendar.vue:247"),!1;this.choose=n,this.$emit("onDayClick",c)}else this.choose=n,this.$emit("onDayClick",c);t("log",c," at element/ren-calendar/ren-calendar.vue:257")},changYearMonth:function(t,e){this.dates=this.monthDay(t,e),this.y=t,this.m=e},changeMonth:function(t){"pre"==t?(this.m+1==2?(this.m=12,this.y=this.y-1):this.m=this.m-1,this.month=this.$tools.getMonth(this.month,-1),this.$emit("onMonthClickPre",this.month)):(this.m+1==13?(this.m=1,this.y=this.y+1):this.m=this.m+1,this.month=this.$tools.getMonth(this.month,1),this.$emit("onMonthClickPre",this.month)),this.dates=this.monthDay(this.y,this.m)}}};e.default=i}).call(this,i("f3b9")["default"])},"231b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tips"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2},on:{click:t.openBluetoothAdapter}}),i("view",{staticClass:t._$s(3,"sc","devices_summary"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.devices.length)))]),i("view",[t._$s(5,"i",t.popup)?i("scroll-view",{staticClass:t._$s(5,"sc","device_list"),attrs:{_i:5}},t._l(t._$s(6,"f",{forItems:t.devices}),(function(e,n,a,s){return i("view",{key:t._$s(6,"f",{forIndex:a,key:n}),staticClass:t._$s("6-"+s,"sc","device_item"),attrs:{_i:"6-"+s},on:{click:function(i){return t.createBLEConnection(e)}}},[i("view",[i("text",[t._v(t._$s("8-"+s,"t0-0",t._s(e.localName||e.name)))])]),i("view",[t._v(t._$s("9-"+s,"t0-0",t._s(e.macAddr||e.deviceId)))])])})),0):t._e()]),i("view",{staticClass:t._$s(10,"sc","tishi"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","text"),attrs:{_i:11}},[i("icon",{staticClass:t._$s(12,"sc","t-icon t-icon-tishi"),attrs:{_i:12}})]),i("view",{staticClass:t._$s(13,"sc","dv"),attrs:{_i:13}},[i("text"),i("text"),i("text"),i("text")])])])},a=[]},"266f":function(t,e,i){"use strict";i.r(e);var n=i("7df3"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"27c4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{list:[{title:"\u9a71\u866b",type:1,time:"2023/05/15",des:"\u54c8\u54c8\u54c8\u54c8\u6216\u6216\u6216\u6216",static:1}],page:1,lastPage:0}},onLoad:function(){this.page=1},onReachBottom:function(){!this.lastPage||this.page>=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):this.page++},methods:{getList:function(t){var e=this;this.$model.getHistoryList({pageNo:this.page,pageSize:10}).then((function(t){0==t.code&&(e.list=e.list.concat(t.data.rows),e.lastPage=t.data.totalpage)}))},handleDetail:function(){}}};e.default=n},2818:function(t,e,i){"use strict";i.r(e);var n=i("2a3f"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"298b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-swipe"),attrs:{_i:0}},[i("view",{wxsProps:{"change:prop":"is_show"},staticClass:t._$s(1,"sc","uni-swipe_box"),attrs:{prop:t._$s(1,"change:is_show",t.is_show),"data-threshold":t._$s(1,"a-data-threshold",t.threshold),"data-disabled":t._$s(1,"a-data-disabled",t.disabled+""),_i:1},on:{}},[i("view",{staticClass:t._$s(2,"sc","uni-swipe_button-group button-group--left"),attrs:{_i:2}},[t._t("left",t._l(t._$s(4,"f",{forItems:t.leftOptions}),(function(e,n,a,s){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+s,"sc","uni-swipe_button button-hock"),style:t._$s("4-"+s,"s",{backgroundColor:e.style&&e.style.backgroundColor?e.style.backgroundColor:"#C7C6CD"}),attrs:{_i:"4-"+s},on:{touchstart:t.appTouchStart,touchend:function(i){return t.appTouchEnd(i,n,e,"left")},click:function(i){return i.stopPropagation(),t.onClickForPC(n,e,"left")}}},[i("text",{staticClass:t._$s("5-"+s,"sc","uni-swipe_button-text"),style:t._$s("5-"+s,"s",{color:e.style&&e.style.color?e.style.color:"#FFFFFF",fontSize:e.style&&e.style.fontSize?e.style.fontSize:"16px"}),attrs:{_i:"5-"+s}},[t._v(t._$s("5-"+s,"t0-0",t._s(e.text)))])])})),{_i:3})],2),i("view",{staticClass:t._$s(6,"sc","uni-swipe_text--center"),attrs:{_i:6}},[t._t("default",null,{_i:7})],2),i("view",{staticClass:t._$s(8,"sc","uni-swipe_button-group button-group--right"),attrs:{_i:8}},[t._t("right",t._l(t._$s(10,"f",{forItems:t.rightOptions}),(function(e,n,a,s){return i("view",{key:t._$s(10,"f",{forIndex:a,key:n}),staticClass:t._$s("10-"+s,"sc","uni-swipe_button button-hock"),style:t._$s("10-"+s,"s",{backgroundColor:e.style&&e.style.backgroundColor?e.style.backgroundColor:"#C7C6CD"}),attrs:{_i:"10-"+s},on:{touchstart:t.appTouchStart,touchend:function(i){return t.appTouchEnd(i,n,e,"right")},click:function(i){return i.stopPropagation(),t.onClickForPC(n,e,"right")}}},[i("text",{staticClass:t._$s("11-"+s,"sc","uni-swipe_button-text"),style:t._$s("11-"+s,"s",{color:e.style&&e.style.color?e.style.color:"#FFFFFF",fontSize:e.style&&e.style.fontSize?e.style.fontSize:"16px"}),attrs:{_i:"11-"+s}},[t._v(t._$s("11-"+s,"t0-0",t._s(e.text)))])])})),{_i:9})],2)])])},a=[]},"29d3":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o=null,c={data:function(){return{bpm:0,isend:!1,weight:0,Ycount:0,time_m:"",time_s:"",time:0,kcal:0,Bcount:0,continuous:0,info:{},isToggle:!1,isEnd:!1,iswrapper:!1,isStart:!1}},computed:function(t){for(var e=1;e10&&(o.autoplay=!0,o.loop=!1,o.src=i.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),"00"==t.time_m&&"10"==t.time_s&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/time.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))}3==t.info.active&&(t.$video.video.forEach((function(e){Number(e.name)==Number(t.Ycount)-Number(t.weight)&&0!=Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src=e.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),10==Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/number.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3)))}},methods:{handleAudioStart:function(){var t=this;o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/Start.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),5e3)},handleAudio:function(){o.autoplay=!0,o.loop=!0,o.src="/pageTwo/static/flight.mp3",o.play()},notifyBLECharacteristicValue:function(){var e=this;uni.notifyBLECharacteristicValueChange({state:!0,deviceId:e.info.deviceId,serviceId:e.info.serviceId,characteristicId:e.info.notify,success:function(i){uni.onBLECharacteristicValueChange((function(i){var n=e.$tools.ab2hex(i.value,""),a=parseInt(n.substring(8,12),16),s=parseInt(n.substring(12,16),16),r=parseInt(n.substring(16,20),16),o=parseInt(n.substring(20,24),16),c=parseInt(n.substring(30,32),16),l=parseInt(n.substring(32,34),16),u=parseInt(n.substring(34,38),16),d=null,f=null;if(0==c||4==c){if(e.weight=a,e.Ycount=s,e.time=r,e.kcal=u/10,2!=e.info.active&&0!=a&&(d=Math.floor(r%3600/60),f=r%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f),2==e.info.active){var h=Number(o)-Number(r);d=Math.floor(h%3600/60),f=h%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f}e.Bcount=parseInt(n.substring(24,26),16),e.continuous=parseInt(n.substring(26,30),16),t("log","\u81ea\u7531\u6a21\u5f0f",a,u,r,e.time_m,e.time_s,l," at pageTwo/devices/PCT01.vue:310")}2!=c&&3!=c||e.isToggle||(setTimeout((function(){e.isToggle=!0,e.handleStart("\u505c\u6b62")}),200),t("log","\u5f53\u524d\u72b6\u6001\u88ab\u5207\u6362"," at pageTwo/devices/PCT01.vue:317")),4!=c||e.isEnd||(e.isEnd=!0,t("log","\u5f53\u524d\u72b6\u6001\u88ab\u7ed3\u675f"," at pageTwo/devices/PCT01.vue:322"))}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/PCT01.vue:328")}})},SendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.info.deviceId,serviceId:this.info.serviceId,characteristicId:this.info.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCT01.vue:343")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCT01.vue:346")}})},onlongpress:function(){var e=this;uni.vibrateLong({success:function(){t("log","\u77ed\u9707\u52a8"," at pageTwo/devices/PCT01.vue:354"),Number(e.time)<10?uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u672c\u6b21\u8df3\u7ef3\u65f6\u95f4\u4f4e\u4e8e10\u79d2\uff0c\u8bb0\u5f55\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\uff1f",confirmText:"\u7ee7\u7eed",cancelText:"\u8fd4\u56de",success:function(t){t.cancel&&(e.isStart=!1,o.stop(),uni.navigateBack({delta:1}))}}):(e.handleStart("\u505c\u6b62"),setTimeout((function(){e.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){e.handleGetMeasure()}),800))},fail:function(e){t("error","\u9707\u52a8\u5931\u8d25\uff1a",e," at pageTwo/devices/PCT01.vue:383")}})},handleGetMeasure:function(){var e=this;3==e.info.active&&0==e.weight&&0!=e.Ycount?(t("log","1",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:391"),e.weight=e.Ycount):3==e.info.active&&0!=e.weight&&0!=e.Ycount&&(t("log","2",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:394"),e.weight=Number(e.Ycount)-Number(e.weight)),2==e.info.active&&(e.time_m=Math.floor(e.time%3600/60),e.time_s=e.time%60),t("log","111111\u4fdd\u5b58",e.weight,e.Ycount,e.time_m,e.time_s," at pageTwo/devices/PCT01.vue:401"),e.$model.getskipResult({aud_id:uni.getStorageSync("userid"),kcal:Math.floor(e.kcal),num:e.weight,time_m:Number(e.time_m),time_s:e.time_s,type:1==e.info.active?"free":2==e.info.active?"time":"num"}).then((function(i){t("log","\u4fdd\u5b58",e.time,i," at pageTwo/devices/PCT01.vue:410"),e.isStart=!1,o.stop(),0==i.code?(e.bpm=e.weight/(e.time/60),e.iswrapper=!0,e.info.isSuccessful=!0,e.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")})):e.$tools.msg(i.msg)}))},handleStart:function(e){var i=null,n=null;"\u8fde\u7eed"==e&&(i=Number(173).toString(16),n="A5050300"+i.substr(i.length-2,2),t("log","\u8fde\u7eed\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:433")),"\u505c\u6b62"==e&&(i=Number(178).toString(16),n="A5050305"+i.substr(i.length-2,2),t("log","\u505c\u6b62\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:438")),"\u5f00\u59cb"==e&&(i=Number(175).toString(16),n="A5050500"+i.substr(i.length-2,2)),"\u7ed3\u675f"==e&&(i=Number(176).toString(16),n="A5050501"+i.substr(i.length-2,2),t("log","\u7ed3\u675f\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:447")),"\u7ee7\u7eed"==e&&(i=Number(174).toString(16),n="A5050400"+i.substr(i.length-2,2),t("log","\u7ee7\u7eed\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:452")),"\u6682\u505c"==e&&(i=Number(175).toString(16),n="A5050401"+i.substr(i.length-2,2),t("log","\u6682\u505c\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:457")),this.SendData(n)},handleTarget:function(){o.stop(),uni.navigateBack({delta:1})},handleEnd:function(){var t=this;t.handleStart("\u505c\u6b62"),setTimeout((function(){t.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){uni.$emit("updateData",JSON.stringify(t.info))}),600)}}};e.default=c}).call(this,i("f3b9")["default"])},"2a3b":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("7135").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content "),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[i("scroll-view",{staticClass:t._$s(2,"sc","scroll-menu"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.labelList}),(function(e,n,a,s){return i("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+s}),class:t._$s("3-"+s,"c",[t.active==n?"active":""]),attrs:{_i:"3-"+s},on:{click:function(i){return t.handleActive(e,n)}}},[i("text",[t._v(t._$s("4-"+s,"t0-0",t._s(e)))])])})),0)]),i("view",{staticClass:t._$s(5,"sc","desc"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","statuevue"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","bi"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","peobox"),style:t._$s(8,"s","left:"+Number(t.offset)+"%"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","xx"),attrs:{_i:9}})]),t._l(t._$s(10,"f",{forItems:t.lineList}),(function(e,n,a,s){return i("view",{key:t._$s(10,"f",{forIndex:a,key:n}),staticClass:t._$s("10-"+s,"sc","item"),style:t._$s("10-"+s,"s",{backgroundColor:e.color}),attrs:{_i:"10-"+s}},[i("view",{staticClass:t._$s("11-"+s,"sc","span1"),attrs:{_i:"11-"+s}},[t._v(t._$s("11-"+s,"t0-0",t._s(e.text)))]),t._$s("12-"+s,"i",n=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.gethistorydelete({id:n,type:i.acd_id}).then((function(t){0==t.code?(i.ranklist.splice(e,1),"1"==i.user.measure_model&&i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),2==i.acd_id?i.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}):i.isDelete=!0,i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},clickItemMethod:function(t){"6"!=this.acd_id&&uni.navigateTo({url:"/pageTwo/history/historyDetail?type="+this.acd_id+"&id="+t.id})},getList:function(e){var i=this;this.$model.gethistory({aud_id:uni.getStorageSync("userid"),type:this.acd_id,page:this.page}).then((function(e){if(t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/history/history.vue:135"),0==e.code){var n=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];e.data.rows.forEach((function(t){t.options=n})),i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage}}))},handleEdit:function(t){this.isActive=this.isActive==t?null:t}}};e.default=c}).call(this,i("f3b9")["default"])},"2af5":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{cardList:{user:[],all:[]}}},onLoad:function(){this.handleCardList()},computed:function(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(9,"sc","endtext"),attrs:{_i:9}}):t._e()],2):t._e(),t._$s(10,"i",!t.lastPage)?n("view",{staticClass:t._$s(10,"sc","nolist"),attrs:{_i:10}},[n("image",{attrs:{src:t._$s(11,"a-src",i("d75c")),_i:11}}),n("text")]):t._e()])},a=[]},"2d56":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isDrawe)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.clear}}),i("view",{staticClass:t._$s(2,"sc","wrapper_box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","top"),attrs:{_i:3}},[t._$s(4,"i",t.userinfo.head_pic)?i("image",{staticClass:t._$s(4,"sc","headimage mt-10"),attrs:{src:t._$s(4,"a-src",t.userinfo.head_pic),_i:4}}):t._e(),i("view",{staticClass:t._$s(5,"sc","overflow"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.userinfo.nickname)))])]),i("view",{staticClass:t._$s(6,"sc","drawerList"),attrs:{_i:6}},[t._l(t._$s(7,"f",{forItems:t.List}),(function(e,n,a,s){return t._$s("7-"+s,"i",t.List.length)?i("view",{key:t._$s(7,"f",{forIndex:a,key:n}),staticClass:t._$s("7-"+s,"sc","drawerList_item"),attrs:{_i:"7-"+s},on:{click:function(i){return t.toggle(e)}}},[t._$s("8-"+s,"i",e.head_pic)?i("image",{staticClass:t._$s("8-"+s,"sc","image1"),attrs:{src:t._$s("8-"+s,"a-src",e.head_pic),_i:"8-"+s}}):t._e(),i("view",{staticClass:t._$s("9-"+s,"sc","right"),attrs:{_i:"9-"+s}},[i("view",{staticClass:t._$s("10-"+s,"sc","name"),attrs:{_i:"10-"+s}},[i("view",{staticClass:t._$s("11-"+s,"sc","overflow"),attrs:{_i:"11-"+s}},[t._v(t._$s("11-"+s,"t0-0",t._s(e.nickname)))]),t._$s("12-"+s,"i",e.id==t.userinfo.id)?i("view",{staticClass:t._$s("12-"+s,"sc","dangqian"),attrs:{_i:"12-"+s}}):t._e()]),i("view",{staticClass:t._$s("13-"+s,"sc","info"),attrs:{_i:"13-"+s}},[i("view",[t._v(t._$s("14-"+s,"t0-0",t._s(1==e.gender?"\u7537":"\u5973")))]),i("view",[t._v(t._$s("15-"+s,"t0-0",t._s(e.age)))])])])]):t._e()})),i("view",{staticClass:t._$s(16,"sc","add"),attrs:{_i:16},on:{click:function(e){return t.addInfo()}}})],2)])]):t._e()},a=[]},"2ea8":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[t._$s(1,"i",1==t.loadingType)?i("Loading1",{attrs:{_i:1}}):t._e(),t._$s(2,"i",2==t.loadingType)?i("Loading2",{attrs:{_i:2}}):t._e(),t._$s(3,"i",3==t.loadingType)?i("Loading3",{attrs:{_i:3}}):t._e(),t._$s(4,"i",4==t.loadingType)?i("Loading4",{attrs:{_i:4}}):t._e(),t._$s(5,"i",5==t.loadingType)?i("Loading5",{attrs:{_i:5}}):t._e()],1)},a=[]},"2f15":function(t,e,i){"use strict";i.r(e);var n=i("79c5"),a=i("b7de");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f6e33386",null,!1,n["a"],void 0);e["default"]=o.exports},"2fca":function(t,e,i){"use strict";i.r(e);var n=i("fe95"),a=i("6ae2");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"6a89619d",null,!1,n["a"],void 0);e["default"]=o.exports},"30b7":function(t,e,i){if("undefined"===typeof Promise||Promise.prototype.finally||(Promise.prototype.finally=function(t){var e=this.constructor;return this.then((function(i){return e.resolve(t()).then((function(){return i}))}),(function(i){return e.resolve(t()).then((function(){throw i}))}))}),"undefined"!==typeof uni&&uni&&uni.requireGlobal){var n=uni.requireGlobal();ArrayBuffer=n.ArrayBuffer,Int8Array=n.Int8Array,Uint8Array=n.Uint8Array,Uint8ClampedArray=n.Uint8ClampedArray,Int16Array=n.Int16Array,Uint16Array=n.Uint16Array,Int32Array=n.Int32Array,Uint32Array=n.Uint32Array,Float32Array=n.Float32Array,Float64Array=n.Float64Array,BigInt64Array=n.BigInt64Array,BigUint64Array=n.BigUint64Array}uni.restoreGlobal&&uni.restoreGlobal(weex,plus,setTimeout,clearTimeout,setInterval,clearInterval),__definePage("pages/home/home",(function(){return Vue.extend(i("a0c3").default)})),__definePage("pages/skiping/skip",(function(){return Vue.extend(i("cdf7").default)})),__definePage("pages/skiping/charts",(function(){return Vue.extend(i("c80f").default)})),__definePage("pages/lunging/vitalcapacity",(function(){return Vue.extend(i("37b1").default)})),__definePage("pages/lunging/charts",(function(){return Vue.extend(i("9e31").default)})),__definePage("pages/my/me",(function(){return Vue.extend(i("7625").default)})),__definePage("pages/score/score",(function(){return Vue.extend(i("d799").default)})),__definePage("pages/PublicCards/PublicCards",(function(){return Vue.extend(i("6742").default)})),__definePage("pages/body/body",(function(){return Vue.extend(i("b894").default)})),__definePage("pages/zixun/list",(function(){return Vue.extend(i("d0ba").default)})),__definePage("pageTwo/history/history",(function(){return Vue.extend(i("044c").default)})),__definePage("pageTwo/history/historyDetail",(function(){return Vue.extend(i("7c3f").default)})),__definePage("pageTwo/compk/contrast",(function(){return Vue.extend(i("6734").default)})),__definePage("pageTwo/compk/pkdetail",(function(){return Vue.extend(i("6088").default)})),__definePage("pageTwo/cardList/card",(function(){return Vue.extend(i("d13f").default)})),__definePage("pageTwo/business/business",(function(){return Vue.extend(i("5988").default)})),__definePage("pageTwo/business/addDevice",(function(){return Vue.extend(i("7ad3").default)})),__definePage("pageTwo/business/search",(function(){return Vue.extend(i("da3a").default)})),__definePage("pageTwo/score/history",(function(){return Vue.extend(i("b672").default)})),__definePage("pageTwo/score/report",(function(){return Vue.extend(i("fb3a").default)})),__definePage("pageTwo/my/manage",(function(){return Vue.extend(i("4a59").default)})),__definePage("pageTwo/message/list",(function(){return Vue.extend(i("da7e").default)})),__definePage("pageTwo/my/userInfo",(function(){return Vue.extend(i("962a").default)})),__definePage("pageTwo/login/forgetPassword",(function(){return Vue.extend(i("3583").default)})),__definePage("pageTwo/login/login",(function(){return Vue.extend(i("7855").default)})),__definePage("pageTwo/my/about",(function(){return Vue.extend(i("2fca").default)})),__definePage("pageTwo/setting/setting",(function(){return Vue.extend(i("06cf").default)})),__definePage("pageTwo/setting/password",(function(){return Vue.extend(i("c0b6").default)})),__definePage("pageTwo/setting/email",(function(){return Vue.extend(i("949b").default)})),__definePage("pageTwo/setting/phone",(function(){return Vue.extend(i("9a51").default)})),__definePage("pageTwo/devices/search",(function(){return Vue.extend(i("757a").default)})),__definePage("pageTwo/devices/G02",(function(){return Vue.extend(i("a721").default)})),__definePage("pageTwo/devices/PCL",(function(){return Vue.extend(i("d32e").default)})),__definePage("pageTwo/devices/PCV02",(function(){return Vue.extend(i("a5a5").default)})),__definePage("pageTwo/devices/PCT01",(function(){return Vue.extend(i("73c7").default)})),__definePage("pageTwo/devices/B20",(function(){return Vue.extend(i("8a7c").default)})),__definePage("pageTwo/devices/PCL22",(function(){return Vue.extend(i("f013").default)})),__definePage("pageTwo/devices/PCL22S",(function(){return Vue.extend(i("5766").default)})),__definePage("pageTwo/notepad/notepad",(function(){return Vue.extend(i("2f15").default)})),__definePage("pageTwo/notepad/addNotepad",(function(){return Vue.extend(i("88ef").default)})),__definePage("pageTwo/PublicCards/charts",(function(){return Vue.extend(i("a27f").default)})),__definePage("pageTwo/PublicCards/history",(function(){return Vue.extend(i("fa5d").default)})),__definePage("pageTwo/PublicCards/contrast",(function(){return Vue.extend(i("b58d").default)})),__definePage("pageTwo/PublicCards/pkdetail",(function(){return Vue.extend(i("d424c").default)})),__definePage("pageTwo/home/inheritHeighet",(function(){return Vue.extend(i("edb2").default)})),__definePage("pageTwo/home/bmi",(function(){return Vue.extend(i("0bfd").default)})),__definePage("pageTwo/webview/webview",(function(){return Vue.extend(i("9b27").default)}))},"30f7":function(t,e,i){"use strict";i.r(e);var n=i("3d44"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},3315:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{}},created:function(){this.children=[]},methods:{resize:function(){},closeAll:function(){this.children.forEach((function(t){t.is_show="none"}))},closeOther:function(t){this.openItem&&this.openItem!==t&&(this.openItem.is_show="none"),this.openItem=t}}}},3352:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports["default"]=t.exports},3380:function(t,e,i){"use strict";i.r(e);var n=i("0e6e"),a=i("8e69");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"0f7e34c8",null,!1,n["a"],void 0);e["default"]=o.exports},"33f7":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{page:1,fimages:[],lastPage:"",labelList:[],active:0,list:[]}},computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.handleContentMsg())},methods:{handleContentMsg:function(){var e=this;e.$model.getContentMsg({type:e.active,sector_id:1,page:e.page}).then((function(i){t("log","\u8d44\u8baf",i," at pages/zixun/list.vue:89"),0==i.code&&(e.list=e.list.concat(i.data.content_data))}))},handleContentLabel:function(){var e=this;e.$model.getContentLabel({}).then((function(i){t("log","\u6807\u7b7e\u7c7b\u522b\u4fe1\u606f",i," at pages/zixun/list.vue:98"),0==i.code&&(e.labelList=i.data[0].list,e.fimages=i.data[0].loop_data,e.handleContentMsg())}))},handleactive:function(t){this.active=t,this.page=1,this.list=[],this.handleContentMsg()},detail:function(t){this.$tools.NewsPtype(t)},handleActive:function(t,e){var i=this;i.$tools.NewsPtype(t),setTimeout((function(){i.list[e].reading++}),2e3)}}};e.default=o}).call(this,i("f3b9")["default"])},"34cf":function(t,e,i){var n=i("ed45"),a=i("7172"),s=i("6382"),r=i("dd3e");t.exports=function(t,e){return n(t)||a(t,e)||s(t,e)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},3583:function(t,e,i){"use strict";i.r(e);var n=i("0db2"),a=i("3d86");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f984ff0c",null,!1,n["a"],void 0);e["default"]=o.exports},"36c8":function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u30db\u30fc\u30e0","index.component":"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"\u30e6\u30cb\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3001manifest.json\u3001pages.json\u3001\u30bf\u30d6\u30d0\u30fc\u3001\u30da\u30fc\u30b8\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3001API\u3092\u542b\u3081\u308b\u3001Schema","index.detail":"\u8a73\u7d30","index.language":"\u8a00\u8a9e","index.language-info":"\u8a2d\u5b9a","index.system-language":"\u30b7\u30b9\u30c6\u30e0\u8a00\u8a9e","index.application-language":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a00\u8a9e","index.language-change-confirm":"\u3053\u306e\u8a2d\u5b9a\u3092\u9069\u7528\u3059\u308b\u3068\u3001\u30a2\u30d7\u30ea\u304c\u518d\u8d77\u52d5\u3057\u307e\u3059"}')},"373c":function(t,e,i){"use strict";i.r(e);var n=i("d643"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"37b1":function(t,e,i){"use strict";i.r(e);var n=i("bbad"),a=i("62ca");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"63b8291b",null,!1,n["a"],void 0);e["default"]=o.exports},3817:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-date"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-date-editor"),attrs:{_i:1},on:{click:t.show}},[t._t("default",[i("view",{staticClass:t._$s(3,"sc","uni-date-editor--x"),class:t._$s(3,"c",{"uni-date-editor--x__disabled":t.disabled,"uni-date-x--border":t.border}),attrs:{_i:3}},[t._$s(4,"i",!t.isRange)?i("view",{staticClass:t._$s(4,"sc","uni-date-x uni-date-single"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","uni-date__x-input"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.displayValue||t.singlePlaceholderText)))]),i("uni-icons",{staticClass:t._$s(6,"sc","icon-calendar"),attrs:{type:"calendar",color:"#c0c4cc",size:"22",_i:6}})],1):i("view",{staticClass:t._$s(7,"sc","uni-date-x uni-date-range"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","uni-date__x-input text-center"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.displayRangeValue.startDate||t.startPlaceholderText)))]),i("uni-icons",{staticClass:t._$s(9,"sc","icon-calendar"),attrs:{type:"calendar",color:"#c0c4cc",size:"22",_i:9}}),i("view",{staticClass:t._$s(10,"sc","range-separator"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.rangeSeparator)))]),i("view",{staticClass:t._$s(11,"sc","uni-date__x-input text-center"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.displayRangeValue.endDate||t.endPlaceholderText)))])],1),t._$s(12,"i",t.showClearIcon)?i("view",{staticClass:t._$s(12,"sc","uni-date__icon-clear"),attrs:{_i:12},on:{click:function(e){return e.stopPropagation(),t.clear(e)}}},[i("uni-icons",{attrs:{type:"clear",color:"#c0c4cc",size:"22",_i:13}})],1):t._e()])],{_i:2})],2),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(14,"v-show",t.pickerVisible),expression:"_$s(14,'v-show',pickerVisible)"}],staticClass:t._$s(14,"sc","uni-date-mask--pc"),attrs:{_i:14},on:{click:t.close}}),t._$s(15,"i",!t.isPhone)?i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(15,"v-show",t.pickerVisible),expression:"_$s(15,'v-show',pickerVisible)"}],ref:"datePicker",staticClass:t._$s(15,"sc","uni-date-picker__container"),attrs:{_i:15}},[t._$s(16,"i",!t.isRange)?i("view",{staticClass:t._$s(16,"sc","uni-date-single--x"),style:t._$s(16,"s",t.pickerPositionStyle),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","uni-popper__arrow"),attrs:{_i:17}}),t._$s(18,"i",t.hasTime)?i("view",{staticClass:t._$s(18,"sc","uni-date-changed popup-x-header"),attrs:{_i:18}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.inputDate,expression:"inputDate"}],staticClass:t._$s(19,"sc","uni-date__input text-center"),attrs:{placeholder:t._$s(19,"a-placeholder",t.selectDateText),_i:19},domProps:{value:t._$s(19,"v-model",t.inputDate)},on:{input:function(e){e.target.composing||(t.inputDate=e.target.value)}}}),i("time-picker",{attrs:{type:"time",border:!1,disabled:!t.inputDate,start:t.timepickerStartTime,end:t.timepickerEndTime,hideSecond:t.hideSecond,_i:20},model:{value:t._$s(20,"v-model",t.pickerTime),callback:function(e){t.pickerTime=e},expression:"pickerTime"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.pickerTime,expression:"pickerTime"}],staticClass:t._$s(21,"sc","uni-date__input text-center"),attrs:{placeholder:t._$s(21,"a-placeholder",t.selectTimeText),disabled:t._$s(21,"a-disabled",!t.inputDate),_i:21},domProps:{value:t._$s(21,"v-model",t.pickerTime)},on:{input:function(e){e.target.composing||(t.pickerTime=e.target.value)}}})])],1):t._e(),i("Calendar",{ref:"pcSingle",attrs:{showMonth:!1,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,date:t.calendarDate,"default-value":t.defaultValue,_i:22},on:{change:t.singleChange}}),t._$s(23,"i",t.hasTime)?i("view",{staticClass:t._$s(23,"sc","popup-x-footer"),attrs:{_i:23}},[i("text",{staticClass:t._$s(24,"sc","confirm-text"),attrs:{_i:24},on:{click:t.confirmSingleChange}},[t._v(t._$s(24,"t0-0",t._s(t.okText)))])]):t._e()],1):i("view",{staticClass:t._$s(25,"sc","uni-date-range--x"),style:t._$s(25,"s",t.pickerPositionStyle),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","uni-popper__arrow"),attrs:{_i:26}}),t._$s(27,"i",t.hasTime)?i("view",{staticClass:t._$s(27,"sc","popup-x-header uni-date-changed"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","popup-x-header--datetime"),attrs:{_i:28}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.startDate,expression:"tempRange.startDate"}],staticClass:t._$s(29,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(29,"a-placeholder",t.startDateText),_i:29},domProps:{value:t._$s(29,"v-model",t.tempRange.startDate)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"startDate",e.target.value)}}}),i("time-picker",{attrs:{type:"time",start:t.timepickerStartTime,border:!1,disabled:!t.tempRange.startDate,hideSecond:t.hideSecond,_i:30},model:{value:t._$s(30,"v-model",t.tempRange.startTime),callback:function(e){t.$set(t.tempRange,"startTime",e)},expression:"tempRange.startTime"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.startTime,expression:"tempRange.startTime"}],staticClass:t._$s(31,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(31,"a-placeholder",t.startTimeText),disabled:t._$s(31,"a-disabled",!t.tempRange.startDate),_i:31},domProps:{value:t._$s(31,"v-model",t.tempRange.startTime)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"startTime",e.target.value)}}})])],1),i("uni-icons",{attrs:{type:"arrowthinright",color:"#999",_i:32}}),i("view",{staticClass:t._$s(33,"sc","popup-x-header--datetime"),attrs:{_i:33}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.endDate,expression:"tempRange.endDate"}],staticClass:t._$s(34,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(34,"a-placeholder",t.endDateText),_i:34},domProps:{value:t._$s(34,"v-model",t.tempRange.endDate)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"endDate",e.target.value)}}}),i("time-picker",{attrs:{type:"time",end:t.timepickerEndTime,border:!1,disabled:!t.tempRange.endDate,hideSecond:t.hideSecond,_i:35},model:{value:t._$s(35,"v-model",t.tempRange.endTime),callback:function(e){t.$set(t.tempRange,"endTime",e)},expression:"tempRange.endTime"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.endTime,expression:"tempRange.endTime"}],staticClass:t._$s(36,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(36,"a-placeholder",t.endTimeText),disabled:t._$s(36,"a-disabled",!t.tempRange.endDate),_i:36},domProps:{value:t._$s(36,"v-model",t.tempRange.endTime)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"endTime",e.target.value)}}})])],1)],1):t._e(),i("view",{staticClass:t._$s(37,"sc","popup-x-body"),attrs:{_i:37}},[i("Calendar",{ref:"left",attrs:{showMonth:!1,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,range:!0,pleStatus:t.endMultipleStatus,_i:38},on:{change:t.leftChange,firstEnterCale:t.updateRightCale}}),i("Calendar",{ref:"right",attrs:{showMonth:!1,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,range:!0,pleStatus:t.startMultipleStatus,_i:39},on:{change:t.rightChange,firstEnterCale:t.updateLeftCale}})],1),t._$s(40,"i",t.hasTime)?i("view",{staticClass:t._$s(40,"sc","popup-x-footer"),attrs:{_i:40}},[i("text",{attrs:{_i:41},on:{click:t.clear}},[t._v(t._$s(41,"t0-0",t._s(t.clearText)))]),i("text",{staticClass:t._$s(42,"sc","confirm-text"),attrs:{_i:42},on:{click:t.confirmRangeChange}},[t._v(t._$s(42,"t0-0",t._s(t.okText)))])]):t._e()])]):t._e(),t._$s(43,"i",t.isPhone)?i("Calendar",{ref:"mobile",attrs:{clearDate:!1,date:t.calendarDate,defTime:t.mobileCalendarTime,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,selectableTimes:t.mobSelectableTime,startPlaceholder:t.startPlaceholder,endPlaceholder:t.endPlaceholder,"default-value":t.defaultValue,pleStatus:t.endMultipleStatus,showMonth:!1,range:t.isRange,hasTime:t.hasTime,insert:!1,hideSecond:t.hideSecond,_i:43},on:{confirm:t.mobileChange,maskClose:t.close}}):t._e()],1)},s=[]},3910:function(t,e,i){"use strict";i.r(e);var n=i("b6a5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},3966:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc"," calendar"),attrs:{_i:1}},[t._$s(2,"i",t.isShow)?i("ren-calendar",{ref:"ren",attrs:{markDays:t.markDays,_i:2},on:{onDayClick:t.onDayClick,onMonthClickPre:t.onMonthClickPre}}):t._e(),t._$s(3,"i",t.infoList.length)?i("view",{staticClass:t._$s(3,"sc","box"),attrs:{_i:3}},t._l(t._$s(4,"f",{forItems:t.infoList}),(function(e,n,a,s){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+s,"sc","list"),attrs:{_i:"4-"+s},on:{click:function(i){return t.addMemberTags(e.id,e)}}},[i("view",{staticClass:t._$s("5-"+s,"sc","item"),attrs:{_i:"5-"+s}},[i("view",{staticClass:t._$s("6-"+s,"sc","check"),attrs:{_i:"6-"+s}},[i("uni-icons",{attrs:{type:-1!=t.isActive.indexOf(e.id)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActive.indexOf(e.id)?"#FEC407":"#dfdfdf",_i:"7-"+s}})],1),i("view",[t._v(t._$s("8-"+s,"t0-0",t._s(e.v1))),i("text",[t._v(t._$s("9-"+s,"t0-0",t._s(e.v1_name)))])]),t._$s("10-"+s,"i",e.v2)?i("view",[t._v(t._$s("10-"+s,"t0-0",t._s(e.v2))),i("text",[t._v(t._$s("11-"+s,"t0-0",t._s(e.v2_name)))])]):t._e(),t._$s("12-"+s,"i",e.v3)?i("view",[t._v(t._$s("12-"+s,"t0-0",t._s(e.v3))),i("text",[t._v(t._$s("13-"+s,"t0-0",t._s(e.v3_name)))])]):t._e()])])})),0):t._e(),i("view",{staticClass:t._$s(14,"sc","bottom"),attrs:{_i:14}},[t._l(t._$s(15,"f",{forItems:t.ActiveDays}),(function(e,n,a,s){return t._$s("15-"+s,"i",t.isActive)?i("view",{key:t._$s(15,"f",{forIndex:a,key:n}),staticClass:t._$s("15-"+s,"sc","list"),attrs:{_i:"15-"+s},on:{click:function(i){return t.addMemberTags(e.id,e)}}},[i("view",{staticClass:t._$s("16-"+s,"sc","item borderRadius"),attrs:{_i:"16-"+s}},[i("view",{staticClass:t._$s("17-"+s,"sc","time"),attrs:{_i:"17-"+s}},[t._v(t._$s("17-"+s,"t0-0",t._s(e.r_t)))]),i("view",[t._v(t._$s("18-"+s,"t0-0",t._s(e.v1))),i("text",[t._v(t._$s("19-"+s,"t0-0",t._s(e.v1_name)))])]),t._$s("20-"+s,"i",e.v2)?i("view",[t._v(t._$s("20-"+s,"t0-0",t._s(e.v2))),i("text",[t._v(t._$s("21-"+s,"t0-0",t._s(e.v2_name)))])]):t._e(),t._$s("22-"+s,"i",e.v3)?i("view",[t._v(t._$s("22-"+s,"t0-0",t._s(e.v3))),i("text",[t._v(t._$s("23-"+s,"t0-0",t._s(e.v3_name)))])]):t._e(),i("view",{staticClass:t._$s("24-"+s,"sc","check"),attrs:{_i:"24-"+s}},[i("uni-icons",{attrs:{type:"clear",size:"22",color:"#999",_i:"25-"+s}})],1)])]):t._e()})),t._$s(26,"i",2==t.length)?i("view",{staticClass:t._$s(26,"sc","pkclass"),attrs:{_i:26}}):t._e(),i("view",{staticClass:t._$s(27,"sc","btn"),class:t._$s(27,"c",{active:2!=t.length}),attrs:{_i:27},on:{click:t.handlePK}})],2)],1)])},s=[]},"3b2d":function(t,e){function i(e){return t.exports=i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3bb4":function(t,e,i){"use strict";i.r(e);var n=i("af68"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"3c02":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","charts"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","TrendPage"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","boxTime"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","one"),attrs:{_i:4}},[n("picker",{attrs:{end:t._$s(5,"a-end",t.endDate),fields:t._$s(5,"a-fields",t.fields),value:t._$s(5,"a-value",t.startTime?t.startTime:t.startDate),_i:5},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(6,"sc","uni-input mr-10"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.startTime?t.startTime:t.startDate))),n("icon",{staticClass:t._$s(7,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:7}})])]),n("view",{staticClass:t._$s(8,"sc","center"),attrs:{_i:8}}),n("picker",{attrs:{end:t._$s(9,"a-end",t.endDate),fields:t._$s(9,"a-fields",t.fields),value:t._$s(9,"a-value",t.endTime?t.endTime:t.endDate),_i:9},on:{change:t.handEndTimeH}},[n("view",{staticClass:t._$s(10,"sc","uni-input mr-10"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.endTime?t.endTime:t.endDate))),n("icon",{staticClass:t._$s(11,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:11}})])])])]),t._$s(12,"i",t.weightList.length)?n("view",{staticClass:t._$s(12,"sc","box"),attrs:{_i:12}},[n("view",{staticClass:t._$s(13,"sc","listC"),attrs:{_i:13}},t._l(t._$s(14,"f",{forItems:t.weightList}),(function(e,i,a,s){return n("view",{key:t._$s(14,"f",{forIndex:a,key:i}),staticClass:t._$s("14-"+s,"sc","name"),class:t._$s("14-"+s,"c",{active2:i==t.active1}),attrs:{_i:"14-"+s},on:{click:function(e){return t.showbox(i)}}},[t._v(t._$s("14-"+s,"t0-0",t._s(e.title)))])})),0),n("view",{staticClass:t._$s(15,"sc","blockC"),attrs:{_i:15}},[t._$s(16,"i",t.handTrue)?n("view",[n("qiunDataCharts",{attrs:{type:"area",chartData:t.lineData,canvas2d:!0,canvasId:"charts09",animation:!1,Width:340,Height:250,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:17}})],1):t._e()])]):n("view",{staticClass:t._$s(18,"sc","box"),attrs:{_i:18}},[n("view",{staticClass:t._$s(19,"sc","nolist"),attrs:{_i:19}},[n("image",{attrs:{src:t._$s(20,"a-src",i("d75c")),_i:20}}),n("text")])])]),n("view",{staticClass:t._$s(22,"sc","gridList"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","data"),attrs:{_i:23}},[n("view",{staticClass:t._$s(24,"sc","item"),attrs:{_i:24},on:{click:function(e){return t.handleClick(1)}}},[n("view",{staticClass:t._$s(25,"sc","val"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.target_weight:0))),n("text")]),n("view",{staticClass:t._$s(27,"sc","name"),attrs:{_i:27}},[n("uni-icons",{staticClass:t._$s(28,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:28}})],1)]),n("view",{staticClass:t._$s(29,"sc","item"),attrs:{_i:29}},[n("view",{staticClass:t._$s(30,"sc","val"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(t.userInfo.target_current?Math.abs(t.userInfo.target_current.cumulative_weight):0))),n("text")]),t._$s(32,"i",Number(t.userInfo.target_current.cumulative_weight)>0)?n("view",{staticClass:t._$s(32,"sc","name"),attrs:{_i:32}}):n("view",{staticClass:t._$s(33,"sc","name"),attrs:{_i:33}})]),n("view",{staticClass:t._$s(34,"sc","item"),attrs:{_i:34},on:{click:function(e){return t.handleClick(2)}}},[n("view",{staticClass:t._$s(35,"sc","val"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.initial_weight:0))),n("text")]),n("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}},[n("uni-icons",{staticClass:t._$s(38,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:38}})],1)]),n("view",{staticClass:t._$s(39,"sc","item"),attrs:{_i:39}},[n("view",{staticClass:t._$s(40,"sc","val"),attrs:{_i:40}},[t._v(t._$s(40,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.cumulative_day:0))),n("text")]),n("view",{staticClass:t._$s(42,"sc","name"),attrs:{_i:42}})])])]),n("firstweight",{attrs:{type:t.ind,_i:43}})],1)])},s=[]},"3cd2":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={onLoad:function(e){if(t("log","options",e," at pageTwo/compk/pkdetail.vue:85"),e.info){var i=JSON.parse(e.info);this.acd_id=i.type,this.handleSharepic(JSON.parse(e.info))}},computed:function(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(16,"sc","endtext"),attrs:{_i:16}}):t._e()],2):t._e(),t._$s(17,"i",!t.ranklist.length||!t.lastPage)?n("view",{staticClass:t._$s(17,"sc","nolist"),attrs:{_i:17}},[n("image",{attrs:{src:t._$s(18,"a-src",i("d75c")),_i:18}}),n("text")]):t._e()])},s=[]},"3e59":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniDatetimePicker:i("9a7d").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content addText"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","item"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","name"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","example-body"),attrs:{_i:4}},[i("uni-datetime-picker",{attrs:{type:"datetime",border:!1,"clear-icon":!1,"hide-second":!0,_i:5},on:{change:t.changeLog},model:{value:t._$s(5,"v-model",t.recordTime),callback:function(e){t.recordTime=e},expression:"recordTime"}})],1)])]),i("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","ji"),attrs:{_i:7}}),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.content)},on:{input:function(e){e.target.composing||(t.content=e.target.value)}}}),i("view",{staticClass:t._$s(9,"sc","length"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.content.length)))])]),i("view",{staticClass:t._$s(10,"sc","btn"),attrs:{_i:10},on:{click:t.handleCloseClick}})])},s=[]},"3f17":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content skipping"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","title"),attrs:{_i:1}},[t._v(t._$s(1,"t0-0",t._s(1==t.info.active?"\u81ea\u7531\u8df3":2==t.info.active?"\u5012\u8ba1\u65f6":"\u5012\u8ba1\u6570")))]),i("view",{staticClass:t._$s(2,"sc","skiptop"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","item-ite"),attrs:{_i:4}},[t._v(t._$s(4,"t0-0",t._s(1==t.info.active?"\u81ea\u7531\u6b21\u6570":2==t.info.active?"\u4e2a\u6570":"\u76ee\u6807\u6b21\u6570"))),i("text",[t._v(t._$s(5,"t0-0",t._s(t.weight)))])]),i("view",{staticClass:t._$s(6,"sc","item-ite"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(2==t.info.active?"\u76ee\u6807\u65f6\u957f \u5206:\u79d2":"\u5206:\u79d2"))),i("text",[t._v(t._$s(7,"t0-0",t._s(t.time_m?t.time_m:"00"))+t._$s(7,"t0-1",t._s(t.time_s?t.time_s:"00")))])]),i("view",{staticClass:t._$s(8,"sc","item-ite"),attrs:{_i:8}},[i("text",[t._v(t._$s(9,"t0-0",t._s(Math.floor(t.kcal))))])])])]),i("view",{staticClass:t._$s(10,"sc","image"),attrs:{_i:10}},[i("image",{attrs:{_i:11}})]),i("view",{staticClass:t._$s(12,"sc","end"),attrs:{_i:12},on:{longpress:t.onlongpress}}),t._$s(13,"i",t.iswrapper)?i("view",{staticClass:t._$s(13,"sc","wrapper"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","bg"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","edit"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","editem"),attrs:{_i:16}},[i("view",[i("text",{staticClass:t._$s(18,"sc","cyello Blue size20 mr-5"),attrs:{_i:18}},[t._v(t._$s(18,"t0-0",t._s(t.bpm.toFixed(1))))])]),i("view",{staticClass:t._$s(19,"sc","size12 c999 "),attrs:{_i:19}})]),i("view",{staticClass:t._$s(20,"sc","center"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","left"),attrs:{_i:21}},[i("image",{attrs:{_i:22}}),i("view",{staticClass:t._$s(23,"sc","name"),attrs:{_i:23}},[i("view"),i("view",[i("text",{staticClass:t._$s(26,"sc","cyello Blue size20 mr-5"),attrs:{_i:26}},[t._v(t._$s(26,"t0-0",t._s(t.Bcount)))])])])]),i("view",{staticClass:t._$s(27,"sc","left"),attrs:{_i:27}},[i("image",{attrs:{_i:28}}),i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}},[i("view"),i("view",[i("text",{staticClass:t._$s(32,"sc","cyello Blue size20 mr-5"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.continuous)))])])])])]),i("view",{staticClass:t._$s(33,"sc","item"),attrs:{_i:33}},[i("view",{staticClass:t._$s(34,"sc","item-ite"),attrs:{_i:34}},[i("text",[t._v(t._$s(35,"t0-0",t._s(t.weight)))])]),i("view",{staticClass:t._$s(36,"sc","item-ite"),attrs:{_i:36}},[i("text",[t._v(t._$s(37,"t0-0",t._s(t.time_m?t.time_m:"00"))+t._$s(37,"t0-1",t._s(t.time_s?t.time_s:"00")))])]),i("view",{staticClass:t._$s(38,"sc","item-ite"),attrs:{_i:38}},[i("text",[t._v(t._$s(39,"t0-0",t._s(Math.floor(t.kcal))))])])]),i("view",{staticClass:t._$s(40,"sc","btn"),attrs:{_i:40},on:{click:t.handleTarget}})])])]):t._e()])},a=[]},4050:function(t,e,i){"use strict";i.r(e);var n=i("2c94"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"417f":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isSlider)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("slider",{attrs:{_i:7},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(8,"sc","editem"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}}),i("view",{staticClass:t._$s(10,"sc","right"),attrs:{_i:10}},[i("slider",{attrs:{_i:11},on:{change:function(e){return t.sliderChange(e,2)}}})])]),i("view",{staticClass:t._$s(12,"sc","editem"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","right"),attrs:{_i:14}},[i("slider",{attrs:{_i:15},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(16,"sc","tips"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","btn close"),attrs:{_i:17},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(18,"sc","btn"),attrs:{_i:18},on:{click:t.handleTarget}})])])]):t._e()},a=[]},"41ff":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("view"),i("text"),i("text")])]),t._$s(10,"i",t.isHeight)?i("view",{staticClass:t._$s(10,"sc","wrapper"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","bg"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","Blue"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","h4"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","Blue-box"),attrs:{_i:14}},[i("text",[t._v(t._$s(15,"t0-0",t._s(t.weight))+t._$s(15,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(16,"sc","Blue-box"),attrs:{_i:16}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:17},domProps:{value:t._$s(17,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})]),i("view",{staticClass:t._$s(18,"sc","Blue-btn Blue-close"),attrs:{_i:18},on:{click:t.handleBack}}),i("view",{staticClass:t._$s(19,"sc","Blue-btn"),attrs:{_i:19},on:{click:t.handleGetMeasure}})])]):t._e()])},a=[]},"42d6":function(t){t.exports=JSON.parse('{"uni-datetime-picker.selectDate":"\u9009\u62e9\u65e5\u671f","uni-datetime-picker.selectTime":"\u9009\u62e9\u65f6\u95f4","uni-datetime-picker.selectDateTime":"\u9009\u62e9\u65e5\u671f\u65f6\u95f4","uni-datetime-picker.startDate":"\u5f00\u59cb\u65e5\u671f","uni-datetime-picker.endDate":"\u7ed3\u675f\u65e5\u671f","uni-datetime-picker.startTime":"\u5f00\u59cb\u65f6\u95f4","uni-datetime-picker.endTime":"\u7ed3\u675f\u65f6\u95f4","uni-datetime-picker.ok":"\u786e\u5b9a","uni-datetime-picker.clear":"\u6e05\u9664","uni-datetime-picker.cancel":"\u53d6\u6d88","uni-datetime-picker.year":"\u5e74","uni-datetime-picker.month":"\u6708","uni-calender.SUN":"\u65e5","uni-calender.MON":"\u4e00","uni-calender.TUE":"\u4e8c","uni-calender.WED":"\u4e09","uni-calender.THU":"\u56db","uni-calender.FRI":"\u4e94","uni-calender.SAT":"\u516d","uni-calender.confirm":"\u786e\u8ba4"}')},4308:function(t,e,i){"use strict";i.r(e);var n=i("c21c"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"455c":function(t,e,i){"use strict";i.r(e);var n=i("ad03"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"455e":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("b788")),s=(n(i("7d8e")),n(i("1160")),{getonlogin:function(t){return a.default.post("/login_action",t).then((function(t){return t}))},getSendCode:function(t){return a.default.post("/send_phone_email_code",t).then((function(t){return t}))},getregister:function(t){return a.default.post("/register_action",t).then((function(t){return t}))},getdeleteAccount:function(t){return a.default.post("/delete_account",t).then((function(t){return t}))},getResetPassword:function(t){return a.default.post("/reset_password",t).then((function(t){return t}))},getloginOut:function(t){return a.default.post("/user_quit_account",t).then((function(t){return t}))},getloginversion:function(t){return a.default.post("/login_invalid_version",t).then((function(t){return t}))},getAccountNumber:function(t){return a.default.post("/get_my_account_msg",t).then((function(t){return t}))},getAccountPassword:function(t){return a.default.post("/update_my_password",t).then((function(t){return t}))},getAccountNickname:function(t){return a.default.post("/update_my_nickname",t).then((function(t){return t}))},getAccountMsg:function(t){return a.default.post("/update_my_account_msg",t).then((function(t){return t}))},getUserInfo:function(t){return a.default.post("/get_user_data_information",t).then((function(t){return t}))},getUserList:function(t){return a.default.post("/get_user_card_list",t).then((function(t){if(t.data.length){var e=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];t.data.forEach((function(t){t.options=e}))}return t}))},getDelUser:function(t){return a.default.post("/del_user_data",t).then((function(t){return t}))},getEditUser:function(t){return a.default.post("/update_user_data",t).then((function(t){return t}))},getAddUser:function(t){return a.default.post("/create_user_data",t).then((function(t){return t}))},getGradeList:function(t){return a.default.post("/get_grade_list",t).then((function(t){return t}))},getCardAllList:function(t){return a.default.post("/get_card_all_list",t).then((function(t){return t}))},getCardAllOrder:function(t){return a.default.post("/save_user_card_order",t).then((function(t){return t}))},getfirstweight:function(t){return a.default.post("/card_modify_weight",t).then((function(t){return t}))},getinsertmeasure:function(t){return a.default.post("/card_manual_recording",t).then((function(t){return t}))},getResult:function(t){return a.default.post("/card_data_detailed",t).then((function(t){return t}))},getTrendList:function(t){return a.default.post("/card_curve_chart",t).then((function(t){return t}))},getmeasurefunit:function(t){return a.default.post("/card_manual_recording_device",t).then((function(t){return t}))},getSkipResult:function(t){return a.default.post("/skip_today_data",t).then((function(t){return t}))},getskipmeasure:function(t){return a.default.post("/skip_manual_recording",t).then((function(t){return t}))},getskipResult:function(t){return a.default.post("/skip_manual_recording_device",t).then((function(t){return t}))},getSkipTrendList:function(t){return a.default.post("/skip_curve_chart",t).then((function(t){return t}))},getLungResult:function(t){return a.default.post("/vitalcapacity_data_report",t).then((function(t){return t}))},getLungmeasure:function(t){return a.default.post("/vitalcapacity_save_record_data",t).then((function(t){return t}))},getMeasureLung:function(t){return a.default.post("/vitalcapacity_save_record_data_device",t).then((function(t){return t}))},getLungTrendList:function(t){return a.default.post("/vitalcapacity_curve_chart",t).then((function(t){return t}))},getSportshistory:function(t){return a.default.post("/sportstesting_get_all_list",t).then((function(t){return t}))},getSportshistorydetail:function(t){return a.default.post("/sportstesting_get_one_details",t).then((function(t){return t}))},getSportsListAll:function(t){return a.default.post("/sportstesting_get_region_list",t).then((function(t){return t}))},getSportsList:function(t){return a.default.post("/sportstesting_get_type_list",t).then((function(t){return t}))},getSportsData:function(t){return a.default.post("/sportstesting_set_once_data",t).then((function(t){return t}))},getCityList:function(t){return a.default.post("/sportstesting_get_city_list",t).then((function(t){return t}))},getDeviceList:function(t){return a.default.post("/device_data_list",t).then((function(t){return t}))},getBinding:function(t){return a.default.post("/device_binding",t).then((function(t){return t}))},getUserDeviceList:function(t){return a.default.post("/device_user_data_list",t).then((function(t){return t}))},getUnbinding:function(t){return a.default.post("/device_unbinding",t).then((function(t){return t}))},getdevdetail:function(t){return a.default.post("/device_mac_get_content",t).then((function(t){return t}))},gethistory:function(t){return a.default.post("/get_all_record_data_page",t).then((function(t){return t}))},gethistorydetail:function(t){return a.default.post("/get_all_record_detailed_information",t).then((function(t){return t}))},gethistorydelete:function(t){return a.default.post("/card_del_record_data",t).then((function(t){return t}))},getresultdiff:function(e){return a.default.post("/get_all_record_data_group",e).then((function(e){if(0==e.code){for(var i=[],n=0;n=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))})),(0,a.default)(s,"methods",{clickItemMethod:function(t){uni.navigateTo({url:"/pageTwo/score/report?id="+t})},getList:function(e){var i=this;this.$model.getSportshistory({aud_id:uni.getStorageSync("userid"),page:e}).then((function(e){t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/score/history.vue:100"),0==e.code&&(i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage)}))}}),s);e.default=u}).call(this,i("f3b9")["default"])},"0bdb":function(t,e,i){var n=i("d551");function s(t,e){for(var i=0;i0){if(e.text=a.toFixed(0),e.LiuS=o.toFixed(1),e.offset=e.handleoffset(e.text),1==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number1=a.toFixed(0),e.level1=e.handlelenver(e.number1),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(2==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number2=a.toFixed(0),e.level2=e.handlelenver(e.number2),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(3==l){if(0==e.LiuS&&0==e.LiuS||e.listS.push(e.LiuS),e.text==d){if(u++,u>=15)return e.number3=a.toFixed(0),void(e.isEnd=!0)}else u=0,d=e.text;t("log","\u6d41\u91cf3",l,u," at pageTwo/devices/PCV02.vue:412")}}}))},fail:function(e){t("log","\u83b7\u53d6\u7279\u5f81\u503c\u5931\u8d25:",JSON.stringify(e)," at pageTwo/devices/PCV02.vue:418")}})},sendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCV02.vue:434")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCV02.vue:437")}})},handleMyTime:function(){var t=this;s=setTimeout((function(){t.macAddr||(clearTimeout(s),t.Unload=!0,t.startBluetoothDeviceDiscovery(),t.closeBluetoothAdapter())}),3e4)},handlelenver:function(t){var e="";return this.list.forEach((function(i){Number(t)<=Number(i.max_val)&&Number(t)>=Number(i.min_val)&&(e=i.text)})),e},handleoffset:function(t){var e=0,i=this.list.length;return e=t/(this.list[0].max_val-this.list[i-1].min_val)*100,e.toFixed(0)},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/PCV02.vue:478")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/PCV02.vue:486"),i.connected||(clearTimeout(s),e.Unload=!0,e.closeBLEConnection(),e.closeBluetoothAdapter()),e.$store.commit("changeConnected",i.connected)}))},handleGetMeasure:function(){var t=this;t.$model.getMeasureLung({aud_id:uni.getStorageSync("userid"),one:t.number1,two:t.number2,three:t.number3,flow:t.averageS}).then((function(e){0==e.code&&(t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getLungResult",{aud_id:uni.getStorageSync("userid")})),t.Unload=!0,setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter(),uni.switchTab({url:"/pages/home/home"})}),200)}))},handleBack:function(t){this.text="",this.Unload=!0,this.stopBluetoothDevicesDiscovery(),this.closeBluetoothAdapter(),this.closeBLEConnection(),1==t&&uni.switchTab({url:"/pages/home/home"})},countdown:function(){var t=this;u=0,d=null;var e=setInterval((function(){t.second--}),1e3);setTimeout((function(){clearInterval(e),t.second=0}),5e3)},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/PCV02.vue:558")}})},closeBLEConnection:function(){uni.closeBLEConnection({deviceId:this.deviceId,success:function(e){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/PCV02.vue:570")}})}}};e.default=f}).call(this,i("f3b9")["default"])},"177a":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","listC"),attrs:{_i:1}},[n("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){return t.handleActive(1)}}},[t._v(t._$s(2,"t0-0",t._s(t.$t("chartsDay"))))]),n("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){return t.handleActive(2)}}},[t._v(t._$s(3,"t0-0",t._s(t.$t("chartsMonth"))))]),n("view",{class:t._$s(4,"c",[3==t.active?"active":""]),attrs:{_i:4},on:{click:function(e){return t.handleActive(3)}}},[t._v(t._$s(4,"t0-0",t._s(t.$t("chartsYear"))))])]),n("view",{staticClass:t._$s(5,"sc","box"),attrs:{_i:5}},[n("view",{staticClass:t._$s(6,"sc","boxTime"),attrs:{_i:6}},[n("picker",{staticClass:t._$s(7,"sc","f-l"),attrs:{value:t._$s(7,"a-value",t.startDate),fields:t._$s(7,"a-fields",1==t.active?"day":2==t.active?"month":"year"),_i:7},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.time))),n("uni-icons",{attrs:{type:"bottom",_i:9}})],1)])]),n("view",{staticClass:t._$s(10,"sc","boxLine"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.weightList}),(function(e,s,a,r){return n("view",{key:t._$s(11,"f",{forIndex:a,key:"11-"+r}),staticClass:t._$s("11-"+r,"sc","line"),attrs:{_i:"11-"+r}},[t._$s("12-"+r,"i",e.line.categories.length)?n("view",[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:"lung"+s,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"13-"+r}})],1):n("view",{staticClass:t._$s("14-"+r,"sc","nolist"),attrs:{_i:"14-"+r}},[n("image",{attrs:{src:t._$s("15-"+r,"a-src",i("8ef2")),_i:"15-"+r}}),n("text",[t._v(t._$s("16-"+r,"t0-0",t._s(t.$t("index.none"))))])])])})),0)])])},a=[]},1827:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("8da8")),a=n(i("85d9")),r=n(i("cf00")),o=n(i("4ee8")),c={zh:a.default,en:s.default,ja:o.default,"zh-Hans":a.default,"zh-Hant":r.default,"en-CN":s.default};e.default=c},"19aa":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"ren-calendar",props:{weekstart:{type:Number,default:0},markDays:{type:Array,default:function(){return[]}},headerBar:{type:Boolean,default:!0},open:{type:Boolean,default:!0},collapsible:{type:Boolean,default:!0},disabledAfter:{type:Boolean,default:!0}},data:function(){return{weektext:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],y:(new Date).getFullYear(),m:(new Date).getMonth()+1,dates:[],positionTop:0,monthOpen:!0,choose:"",month:null}},created:function(){this.dates=this.monthDay(this.y,this.m),!this.open&&this.toggle()},mounted:function(){this.y=(new Date).getFullYear(),this.m=(new Date).getMonth()+1,this.month=this.$tools.getDate("m"),this.choose=this.getToday().date},computed:{weekDay:function(){return this.weektext.slice(this.weekstart).concat(this.weektext.slice(0,this.weekstart))},height:function(){return this.dates.length/7*80+"rpx"}},methods:{formatNum:function(t){var e=Number(t);return e<10?"0"+e:e},getToday:function(){var t=new Date,e=t.getFullYear(),i=t.getMonth(),n=t.getDate(),s=(new Date).getDay(),a="\u661f\u671f"+["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"][s],r={date:e+"-"+this.formatNum(i+1)+"-"+this.formatNum(n),week:a};return r},monthDay:function(t,e){var i=[],n=Number(e),s=new Date(t,n-1,1).getDay(),a=new Date(t,n,0).getDate(),r=new Date(t,n-1,0).getDate(),o=7==this.weekstart?0:this.weekstart,c=function(){return s==o?0:s>o?s-o:7-o+s}(),l=7-(c+a)%7;7==l&&(l=0);for(var u=1;u<=c;u++)i.push({date:this.formatNum(r-c+u),day:o+u-1||7,month:n-1>=0?this.formatNum(n-1):12,year:n-1>=0?t:t-1});for(var d=1;d<=a;d++)i.push({date:this.formatNum(d),day:d%7+s-1||7,month:this.formatNum(n),year:t,isCurM:!0});for(var f=1;f<=l;f++)i.push({date:this.formatNum(f),day:(a+c+o+f-1)%7||7,month:n+1<=11?this.formatNum(n+1):0,year:n+1<=11?t:t+1});return i},isWorkDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),s=new Date(n.replace(/-/g,"/")),a=s.getDay();return 0!=a&&6!=a},isFutureDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),s=new Date(n.replace(/-/g,"/")),a=s.getTime(),r=(new Date).getTime();return a>r},isMarkDay:function(t,e,i){for(var n=!1,s=0;sa){if(this.disabledAfter)return t("log",that.$t("tips.verifyNotOptional")," at element/ren-calendar/ren-calendar.vue:247"),!1;this.choose=n,this.$emit("onDayClick",c)}else this.choose=n,this.$emit("onDayClick",c);t("log",c," at element/ren-calendar/ren-calendar.vue:257")},changYearMonth:function(t,e){this.dates=this.monthDay(t,e),this.y=t,this.m=e},changeMonth:function(t){"pre"==t?(this.m+1==2?(this.m=12,this.y=this.y-1):this.m=this.m-1,this.month=this.$tools.getMonth(this.month,-1),this.$emit("onMonthClickPre",this.month)):(this.m+1==13?(this.m=1,this.y=this.y+1):this.m=this.m+1,this.month=this.$tools.getMonth(this.month,1),this.$emit("onMonthClickPre",this.month)),this.dates=this.monthDay(this.y,this.m)}}};e.default=i}).call(this,i("f3b9")["default"])},"19fb":function(t,e,i){"use strict";i.r(e);var n=i("7d2a"),s=i("e1c0");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"7ff11aba",null,!1,n["a"],void 0);e["default"]=o.exports},"1aa2":function(t,e,i){"use strict";i.r(e);var n=i("2a57"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1aae":function(t,e,i){"use strict";i.r(e);var n=i("9889"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1b81":function(t,e,i){"use strict";i.r(e);var n=i("ae56"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1ba9":function(t,e,i){"use strict";i.r(e);var n=i("eedb"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1e52":function(t,e,i){t.exports=i.p+"static/logo2.png"},"1eb2":function(t,e,i){"use strict";i.r(e);var n=i("297c"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"20f2":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","info"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","logo"),attrs:{_i:2}},[n("image",{attrs:{src:t._$s(3,"a-src",i("1e52")),_i:3}}),n("view"),n("text",[t._v(t._$s(5,"t0-0",t._s(t.phoneInfo.info.version)))])]),n("view",{staticClass:t._$s(6,"sc","list"),attrs:{_i:6}},[n("view",{staticClass:t._$s(7,"sc","item"),attrs:{_i:7},on:{click:t.handleVersion}},[n("view",{staticClass:t._$s(8,"sc","left"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.$t("common.titleVersionUpdate"))))]),n("view",{staticClass:t._$s(9,"sc","right"),attrs:{_i:9}},[t._$s(10,"i",-1==t.version)?n("text",{staticClass:t._$s(10,"sc","new"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.$t("common.titleNewVersion")))+t._$s(10,"t0-1",t._s(t.phoneInfo.versionUrl.version)))]):t._e(),n("uni-icons",{attrs:{type:"right",_i:11}})],1)]),n("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12}},[n("a",{staticClass:t._$s(13,"sc","href"),attrs:{_i:13}},[n("text",{staticClass:t._$s(14,"sc","left"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.$t("common.titleAgreementContntText"))))]),n("uni-icons",{attrs:{type:"right",_i:15}})],1)])])])])},a=[]},2127:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59"),r=n(i("4a2e"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e9?s:"0"+s,e.push(s+"\u5206");for(s=0;s<=59;s++)s=s>9?s:"0"+s,i.push(s+"\u79d2");return n[0]=e,n[1]=i,n},str2hex:function(t){var e=new TextEncoder("utf8");return e.encode(t)},hex2str:function(t){var e=new TextDecoder("utf8"),i=new Uint8Array(t),n=e.decode(i);return n},ab2hex:function(t,e){var i=Array.prototype.map.call(new Uint8Array(t),(function(t){return("00"+t.toString(16)).slice(-2)}));return i.join(e)},inArray:function(t,e,i){if(!t||!t.length||"object"!=(0,s.default)(t)||!Array.isArray(t))return-1;for(var n=0;n12&&(e%=12);0!=e&&(s+e>12?(n++,s=(s+e)%12):s+e<1?(n--,s=12+s+e):s+=e);s=s<10?"0"+s:s;i.getDate();return"01"==s||"03"==s||"05"==s||"07"==s||"08"==s||"10"==s||"12"==s?n+"-"+s+"-01~"+n+"-"+s+"-31":"02"==s?n%4==0&&n%100!=0||n%100==0&&n%400==0?n+"-"+s+"-01~"+n+"-"+s+"-29":n+"-"+s+"-01~"+n+"-"+s+"-28":n+"-"+s+"-01~"+n+"-"+s+"-30"},getDate:function(t){var e=new Date,i=e.getFullYear(),n=e.getMonth()+1,s=e.getDate();if(n=n>9?n:"0"+n,s=s>9?s:"0"+s,"tow"===t)return i-=2,"".concat(i,"-").concat(n,"-").concat(s);if("start"===t)return i=i,"".concat(i,"-").concat(n,"-").concat(s);if("end"===t)return i+=60,"".concat(i,"-").concat(n,"-").concat(s);if("year"===t)return i=i,"".concat(i);if("month"===t)return i=i,"".concat(i,"-").concat(n);if("m"==t)return"01"==n||"03"==n||"05"==n||"07"==n||"08"==n||"10"==n||"12"==n?i+"-"+n+"-01~"+i+"-"+n+"-31":"02"==n?i%4==0&&i%100!=0||i%100==0&&i%400==0?i+"-"+n+"-01~"+i+"-"+n+"-29":i+"-"+n+"-01~"+i+"-"+n+"-28":i+"-"+n+"-01~"+i+"-"+n+"-30"},GetDateStr:function(t){var e=new Date;e.setDate(e.getDate()+t);var i=e.getFullYear(),n=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,s=e.getDate()<10?"0"+e.getDate():e.getDate();return i+"-"+n+"-"+s},PrefixZero:function(t,e){return(Array(e).join(0)+t).slice(-e)},showModal:function(t){uni.showModal({title:$t.tips.msgTitle,content:t,showCancel:!1,confirmText:$t.tips.btnConfirm,success:function(t){t.confirm&&uni.switchTab({url:"/pages/home/home"})}})},NewsPtype:function(t){("wechat"==t.type||"wechat"!=t.type)&&uni.navigateTo({url:"/pageTwo/webview/webview?id="+t.id+"&url="+t.jump_url})},compareVersions:function(e,i){t("log","\u7248\u672c\u5bf9\u6bd4",e,i," at toolJs/tools.js:63");for(var n=e.split(".").map(Number),s=i.split(".").map(Number),a=0;ao)return 1}return 0},validatePhoneEmail:function(t){var e=/^(\+?\d{1,4})?[-\s.]?\(?(\d{3})\)?[-\s.]?(\d{3})[-\s.]?(\d{4})$/.test(t),i=/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(t);return{isPhone:e,isEmail:i}},checkPrivacyAgreement:function(){var t=uni.getStorageSync("isPrivacyAgreed");return!!t},getBluetoothAdapter:function(e){var i="",n=a.default.state.setLocale,s=r.default[n];if(t("log","tools",a.default.state.setLocale," at toolJs/tools.js:264"),"openBluetoothAdapter:fail auth denied"!=e.errMsg&&"openBluetoothAdapter:fail auth deny"!==e.errMsg&&"openBluetoothAdapter:fail authorize no response"!==e.errMsg)return i=s.linkBluetooth.onPhoneBluetoothTips,i;uni.showModal({title:s.tips.msgTitle,content:s.linkBluetooth.accreditTips,showCancel:!1,confirmText:s.tips.btnConfirm,success:function(e){uni.openSetting({success:function(e){if(!e.authSetting["scope.bluetooth"])return i=s.linkBluetooth.openSettingFail,i;uni.openBluetoothAdapter({success:function(t){return a.default.commit("changeBluetooth",!0),i=s.linkBluetooth.openBluetoothSuccess,i},fail:function(e){return i=s.linkBluetooth.onPhoneBluetoothTips,t("log","\u521d\u59cb\u5316\u84dd\u7259\u5931\u8d25:"+e.errMsg," at toolJs/tools.js:286"),i}})}})}})}};e.default=o}).call(this,i("f3b9")["default"])},2437:function(t,e,i){t.exports=i.p+"static/history.png"},2548:function(t,e,i){"use strict";i.r(e);var n=i("c22d"),s=i("6e5e");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"4abde03a",null,!1,n["a"],void 0);e["default"]=o.exports},"25a5":function(t,e,i){"use strict";i.r(e);var n=i("3f3b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"25b3":function(t,e,i){"use strict";i.r(e);var n=i("e2f7"),s=i("5e4d");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"1e3f717a",null,!1,n["a"],void 0);e["default"]=o.exports},"269c":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("951c")),a=n(i("8f59")),r=n(i("16d3"));s.default.use(a.default);var o=new a.default.Store({state:{user:{id:"",head_pic:null,nickname:"",birthday:"",gender:0,sex:0,age:0,stage:"",height:"",weight:"",address:"",head_data:0,card_order:[],card_data_list:[],target_current:{},vitalcapacity_data:[]},accountNumber:{create_time:"",head_pic:"",last_update_time:"",my_email:"",my_tel:"",nickname:""},MeasureSkip:null,MeasureResult:{body_type_name:"",body_type_unit:"",body_type_value:"",bottom_list:[],cplist:{moodlist:[],nutritionlist:[],sleeplist:[],sportlist:[]},literature:[],record_time:"",score_name:"",score_unit:"",score_value:"",target_current:{target_weight:0,initial_weight:"",cumulative_weight:"",cumulative_day:""},top_list:[]},MeasureLung:null,PublicContent:null,familayList:[],historyList:[],PublicRecord:[],cardList:{user:[],all:[]},Trend:[],userDeviceList:[],isDrawe:!1,isedit:!1,isTarget:!1,isFirst:!1,isRecord:!1,isSlider:!1,isConnected:!1,isPublicRecord:!1,isBluetoothTyle:!1,CooperationUrl:[],LungLevel:[],devicesList:[],labelList:[],phoneInfo:{info:{},versionUrl:null,platform:""},cityList:[],gradeList:[],identityList:[],bannerCon:{notices:[],banner:[],pop:[],isCoupon:!1},languageList:[],setLocale:""},mutations:{changePhoneInfo:function(t,e){Object.assign(t.phoneInfo,e)},changeAccountNumber:function(t,e){Object.assign(t.accountNumber,e)},changeUser:function(t,e){Object.assign(t.user,e)},changeCardList:function(t,e){t.cardList=e},changehistoryList:function(t,e){t.historyList=e},changeMeasureResult:function(t,e){Object.assign(t.MeasureResult,e)},changeMeasureSkip:function(t,e){t.MeasureSkip=e},changeMeasureLung:function(t,e){t.MeasureLung=e},changePublicContent:function(t,e){t.PublicContent=e},changePublicRecord:function(t,e){t.PublicRecord=e},changeEdit:function(t,e){t.isedit=e},changeTarget:function(t,e){t.isTarget=e},changeFirst:function(t,e){t.isFirst=e},changeRecord:function(t,e){t.isRecord=e},changeSlider:function(t,e){t.isSlider=e},changeDrawe:function(t,e){t.isDrawe=e},changeLungLevel:function(t,e){t.lungLevel=e},changeLocale:function(e,i){t("log","changeLocale",i," at store/index.js:174"),e.setLocale=i},changeFamilay:function(t,e){0==e.length&&(uni.setStorageSync("userid",""),uni.setStorageSync("gender",0),t.user={id:"",head_pic:null,nickname:"",birthday:"",gender:0,sex:0,age:0,weight:"",address:"",measure_model:0,card_order:[],card_data_list:[],target_current:{},vitalcapacity_data:[]}),t.familayList=e},changeTrend:function(t,e){t.Trend=e},changeBluetooth:function(t,e){t.isBluetoothTyle=e},changeConnected:function(t,e){t.isConnected=e},changeUserDeviceList:function(t,e){t.userDeviceList=e},changedevicesList:function(t,e){t.devicesList=e},changeLabelList:function(t,e){t.labelList=e},changeBannerAll:function(t,e){t.bannerCon.notices=e.notice,t.bannerCon.banner=e.banner,t.bannerCon.pop=e.pop,t.bannerCon.isCoupon=!!e.pop.length},changeCityList:function(t,e){t.cityList=e},changeGradeList:function(t,e){t.gradeList=e},changeIdentityList:function(t,e){t.identityList=e},changePublicAdd:function(t,e){t.isPublicRecord=e},changeCooperationUrl:function(t,e){t.CooperationUrl=e},changeLanguage:function(t,e){t.languageList=e}},modules:{},actions:r.default});e.default=o}).call(this,i("f3b9")["default"])},"26c5":function(t,e,i){"use strict";i.r(e);var n=i("6b79"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"28a5":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/compk/contrast.vue:159"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg(this.$t("tips.verifyBontrast"))}}};e.default=l}).call(this,i("f3b9")["default"])},"297c":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i="",n="",s={data:function(){return{list:[{key:"en",value:"en"},{key:"zh",value:"zh-Hans"}]}},onLaunch:function(){var e=this;uni.getSystemInfo({success:function(t){i=t.platform,e.$store.commit("changePhoneInfo",{platform:t.platform})}}),"ios"===i&&uni.onNetworkStatusChange((function(t){1==t.isConnected&&uni.reLaunch({url:"/pageTwo/login/login"})})),plus.runtime.getProperty(plus.runtime.appid,(function(t){uni.setStorageSync("VERSION",t.version),n=t.version,e.$store.commit("changePhoneInfo",{info:t})})),uni.$on("login-sucesss",(function(){t("log","on login-sucesss"," at App.vue:52"),e.handleUserList(),e.handleBannerList(),e.handleTabBarItem(),setTimeout((function(){uni.reLaunch({url:"/pages/home/home"})}),500)})),uni.$on("need-login",(function(){uni.setStorageSync("token",null),uni.setStorageSync("aan_id",null),setTimeout((function(){uni.reLaunch({url:"/pageTwo/login/login"})}),500)})),e.handleoginversion(),e.handleCityList(),e.handleCooperationUrl()},onShow:function(){this.handleTabBarItem()},onHide:function(){uni.offNetworkStatusChange((function(e){t("log","\u53d6\u6d88\u7f51\u7edc\u76d1\u542c"," at App.vue:83")}))},methods:{handleoginversion:function(){var e=this;e.$model.getloginversion({is_wechat:"app"!=uni.getSystemInfoSync().uniPlatform}).then((function(s){e.$store.commit("changeLanguage",s.data.language_arr),0==s.code?(e.$i18n.locale=s.data.language,uni.setStorageSync("language",s.data.language),e.$store.commit("changeLocale",s.data.language),uni.$emit("login-sucesss"),t("log","\u5df2\u767b\u5f55\u624b\u673a\u8bed\u8a00",s.data.language," at App.vue:100")):uni.getSystemInfo({success:function(i){var n="";e.list.forEach((function(t){-1!=i.language.indexOf(t.key)&&(n=t.value)}));var s=uni.getStorageSync("language")?uni.getStorageSync("language"):n;e.$i18n.locale=s,uni.setStorageSync("language",s),e.$store.commit("changeLocale",s),uni.$emit("need-login"),t("log","\u672a\u767b\u5f55\u624b\u673a\u8bed\u8a00",s,uni.getStorageSync("language"),n," at App.vue:115")}}),e.$store.commit("changePhoneInfo",{versionUrl:s.data});var a=e.$tools.compareVersions(n,s.data.version);t("log","\u662f\u5426\u767b\u5f55\u53ca\u7248\u672c\u53f7",s.data.version,n,a," at App.vue:126"),-1==a&&uni.showModal({title:"\u53d1\u73b0\u65b0\u7248\u672c",content:"\u68c0\u67e5\u5230\u65b0\u7248\u672c"+s.data.version+"\uff0c\u662f\u5426\u66f4\u65b0\uff1f",cancelText:e.$t("tips.btnSancellation"),confirmText:e.$t("tips.btnConfirm"),success:function(t){t.confirm?"android"===i?(uni.setStorageSync("VERSION",s.data.version),uni.navigateTo({url:"/pageTwo/my/about"})):plus.runtime.launchApplication({action:"itms-apps://itunes.apple.com/cn/app/id6654906497?mt=8"}):e.$tools.msg("\u7a0d\u540e\u53ef\u5728'\u5173\u4e8e\u6211\u4eec'\u5185\u66f4\u65b0\u7a0b\u5e8f\uff01")}})}))},handleUserList:function(){var t=this;t.$model.getUserList({type:2}).then((function(e){if(0==e.code){if(t.$store.commit("changeFamilay",e.data),e.data.length){var i="";if(uni.getStorageSync("userid")){var n=e.data.find((function(t){return t.id==uni.getStorageSync("userid")}));void 0!==n?i=n.id:(i=e.data[0].id,uni.setStorageSync("userid",e.data[0].id))}else i=e.data[0].id,uni.setStorageSync("userid",e.data[0].id);t.$store.dispatch("getUserInfo",{aud_id:i}),t.$store.dispatch("getResult",{aud_id:i}),t.handleLabelList(i),t.handlePublicRecord(i)}}else t.$tools.msg(e.msg)}))},handleLabelList:function(t){var e=this;e.$model.getLabelList({aud_id:t}).then((function(t){0==t.code&&e.$store.commit("changeLabelList",t.data)}))},handlePublicRecord:function(t){var e=this;e.$model.getPublicRecord({aud_id:t}).then((function(t){0==t.code&&e.$store.commit("changePublicRecord",t.data)}))},handleBannerList:function(){var t=this;t.$model.getBannerList({}).then((function(e){0==e.code&&t.$store.commit("changeBannerAll",e.data)}))},handleCityList:function(){var t=this;t.$model.getGradeList({}).then((function(e){0==e.code&&(t.$store.commit("changeCityList",e.data.area_list),t.$store.commit("changeGradeList",e.data.grade_list),t.$store.commit("changeIdentityList",e.data.identity_list))}))},handleCooperationUrl:function(){var t=this;this.$model.getCooperationUrl({}).then((function(e){0==e.code&&t.$store.commit("changeCooperationUrl",e.data)}))},updataWeiXin:function(){var t=this,e=uni.getUpdateManager();e.onUpdateReady((function(){uni.showModal({title:"\u66f4\u65b0\u63d0\u793a",content:"\u65b0\u7248\u672c\u5df2\u7ecf\u51c6\u5907\u597d\uff0c\u662f\u5426\u91cd\u542f\u5e94\u7528\uff1f",cancelText:t.$t("tips.btnSancellation"),confirmText:t.$t("tips.btnConfirm"),success:function(t){t.confirm&&e.applyUpdate()}})})),e.onUpdateFailed((function(){uni.showModal({title:"\u65b0\u7248\u672c\u66f4\u65b0\u5931\u8d25",content:"\u8bf7\u9000\u51fa\u5e76\u79fb\u9664\u5c0f\u7a0b\u5e8f\uff0c\u91cd\u65b0\u6253\u5f00..."})}))},handleTabBarItem:function(){uni.setTabBarItem({index:0,text:this.$t("common.titleHome")}),uni.setTabBarItem({index:1,text:this.$t("common.titleNews")}),uni.setTabBarItem({index:2,text:this.$t("common.titleMe")})}}};e.default=s}).call(this,i("f3b9")["default"])},"2a1d":function(t,e,i){"use strict";i.r(e);var n=i("9c22"),s=i("f9aa");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"38e0b9ae",null,!1,n["a"],void 0);e["default"]=o.exports},"2a57":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{PostData:{weight:"",height:"",sex:1,birthday:null},resdata:{bmi:0,bmilevel:"",bmilevelcolor:"",bmilevellist:[],offset:""},sexItem:["\u7537","\u5973"],leftval:0,iscalced:!1,fields:""}},computed:{endDate:function(){return this.$tools.getDate("start")}},onLoad:function(){this.fields="time"},onReady:function(){uni.setNavigationBarTitle({title:this.$t("common.titleBmi")})},methods:{onsexArr:function(t){this.PostData.sex=this.sexItem[t.target.value]==this.$t("common.infoMan")?1:2},bindDateChange:function(t){this.PostData.birthday=t.target.value},submit:function(){var t=this;this.PostData.height?this.PostData.weight?this.PostData.birthday?this.$model.calcbmi(this.PostData).then((function(e){0==e.code&&(t.resdata=e.data,t.iscalced=!0)})):this.$tools.msg(this.$t("tips.verifyBirthday")):this.$tools.msg(this.$t("tips.verifyWeight")):this.$tools.msg(this.$t("tips.verifyHeight"))}}};e.default=n},"2a95":function(t,e,i){"use strict";i.r(e);var n=i("9c66"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"2b25":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{weeks:{type:Object,default:function(){return{}}},calendar:{type:Object,default:function(){return{}}},selected:{type:Array,default:function(){return[]}},checkHover:{type:Boolean,default:!1}},methods:{choiceDate:function(t){this.$emit("change",t)},handleMousemove:function(t){this.$emit("handleMouse",t)}}};e.default=n},"2c46":function(t,e,i){"use strict";i.r(e);var n=i("326c"),s=i("6f4f");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"fccf681c",null,!1,n["a"],void 0);e["default"]=o.exports},"2ca7":function(t,e,i){"use strict";i.r(e);var n=i("6c4b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"2e35":function(t,e,i){"use strict";i.r(e);var n=i("69fe8"),s=i("30a6");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"e7890af6",null,!1,n["a"],void 0);e["default"]=o.exports},"2f17":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;ei&&i&&!this.isPhone?(this.tempRange.before=this.cale.multipleStatus.after,this.tempRange.after=this.cale.multipleStatus.before):(this.tempRange.before=this.cale.multipleStatus.before,this.tempRange.after=this.cale.multipleStatus.after),this.change()}},changeMonth:function(t){var e;"pre"===t?e=this.cale.getPreMonthObj(this.nowDate.fullDate).fullDate:"next"===t&&(e=this.cale.getNextMonthObj(this.nowDate.fullDate).fullDate),this.setDate(e),this.monthSwitch()},setDate:function(t){this.cale.setDate(t),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t)}}};e.default=p},"3fd1":function(t,e,i){"use strict";i.r(e);var n=i("1eb2");for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);var a=i("828b"),r=Object(a["a"])(n["default"],void 0,void 0,!1,null,null,null,!1,void 0,void 0);e["default"]=r.exports},4063:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",[this._t("default",null,{_i:1})],2)},s=[]},"40b5":function(t,e,i){if("undefined"===typeof Promise||Promise.prototype.finally||(Promise.prototype.finally=function(t){var e=this.constructor;return this.then((function(i){return e.resolve(t()).then((function(){return i}))}),(function(i){return e.resolve(t()).then((function(){throw i}))}))}),"undefined"!==typeof uni&&uni&&uni.requireGlobal){var n=uni.requireGlobal();ArrayBuffer=n.ArrayBuffer,Int8Array=n.Int8Array,Uint8Array=n.Uint8Array,Uint8ClampedArray=n.Uint8ClampedArray,Int16Array=n.Int16Array,Uint16Array=n.Uint16Array,Int32Array=n.Int32Array,Uint32Array=n.Uint32Array,Float32Array=n.Float32Array,Float64Array=n.Float64Array,BigInt64Array=n.BigInt64Array,BigUint64Array=n.BigUint64Array}uni.restoreGlobal&&uni.restoreGlobal(weex,plus,setTimeout,clearTimeout,setInterval,clearInterval),__definePage("pages/home/home",(function(){return Vue.extend(i("7b96").default)})),__definePage("pages/skiping/skip",(function(){return Vue.extend(i("2e35").default)})),__definePage("pages/skiping/charts",(function(){return Vue.extend(i("2548").default)})),__definePage("pages/lunging/vitalcapacity",(function(){return Vue.extend(i("de4f").default)})),__definePage("pages/lunging/charts",(function(){return Vue.extend(i("8f3d").default)})),__definePage("pages/my/me",(function(){return Vue.extend(i("7a12").default)})),__definePage("pages/score/score",(function(){return Vue.extend(i("67f2").default)})),__definePage("pages/PublicCards/PublicCards",(function(){return Vue.extend(i("c651").default)})),__definePage("pages/body/body",(function(){return Vue.extend(i("120d").default)})),__definePage("pages/zixun/list",(function(){return Vue.extend(i("09a7").default)})),__definePage("pageTwo/history/history",(function(){return Vue.extend(i("7466").default)})),__definePage("pageTwo/history/historyDetail",(function(){return Vue.extend(i("aab7").default)})),__definePage("pageTwo/compk/contrast",(function(){return Vue.extend(i("54f2").default)})),__definePage("pageTwo/compk/pkdetail",(function(){return Vue.extend(i("a72b").default)})),__definePage("pageTwo/cardList/card",(function(){return Vue.extend(i("ad45").default)})),__definePage("pageTwo/business/business",(function(){return Vue.extend(i("25b3").default)})),__definePage("pageTwo/business/addDevice",(function(){return Vue.extend(i("6eb0").default)})),__definePage("pageTwo/business/search",(function(){return Vue.extend(i("9915").default)})),__definePage("pageTwo/score/history",(function(){return Vue.extend(i("b483").default)})),__definePage("pageTwo/score/report",(function(){return Vue.extend(i("ffe2").default)})),__definePage("pageTwo/my/manage",(function(){return Vue.extend(i("6d93").default)})),__definePage("pageTwo/message/list",(function(){return Vue.extend(i("2f8d").default)})),__definePage("pageTwo/my/userInfo",(function(){return Vue.extend(i("5728").default)})),__definePage("pageTwo/login/forgetPassword",(function(){return Vue.extend(i("e6b5").default)})),__definePage("pageTwo/login/login",(function(){return Vue.extend(i("41d2").default)})),__definePage("pageTwo/my/about",(function(){return Vue.extend(i("793b").default)})),__definePage("pageTwo/setting/setting",(function(){return Vue.extend(i("b7f1").default)})),__definePage("pageTwo/setting/password",(function(){return Vue.extend(i("2a1d").default)})),__definePage("pageTwo/setting/email",(function(){return Vue.extend(i("7a70").default)})),__definePage("pageTwo/setting/phone",(function(){return Vue.extend(i("84bf").default)})),__definePage("pageTwo/devices/search",(function(){return Vue.extend(i("67ba").default)})),__definePage("pageTwo/devices/G02",(function(){return Vue.extend(i("f535").default)})),__definePage("pageTwo/devices/PCL",(function(){return Vue.extend(i("d7c3").default)})),__definePage("pageTwo/devices/PCV02",(function(){return Vue.extend(i("6b35").default)})),__definePage("pageTwo/devices/PCT01",(function(){return Vue.extend(i("7bb2").default)})),__definePage("pageTwo/devices/B20",(function(){return Vue.extend(i("19fb").default)})),__definePage("pageTwo/devices/PCL22",(function(){return Vue.extend(i("5578").default)})),__definePage("pageTwo/devices/PCL22S",(function(){return Vue.extend(i("5c28").default)})),__definePage("pageTwo/notepad/notepad",(function(){return Vue.extend(i("9be0").default)})),__definePage("pageTwo/notepad/addNotepad",(function(){return Vue.extend(i("581c").default)})),__definePage("pageTwo/PublicCards/charts",(function(){return Vue.extend(i("3868").default)})),__definePage("pageTwo/PublicCards/history",(function(){return Vue.extend(i("6ec7").default)})),__definePage("pageTwo/PublicCards/contrast",(function(){return Vue.extend(i("fc43").default)})),__definePage("pageTwo/PublicCards/pkdetail",(function(){return Vue.extend(i("c6c6").default)})),__definePage("pageTwo/home/inheritHeighet",(function(){return Vue.extend(i("033e").default)})),__definePage("pageTwo/home/bmi",(function(){return Vue.extend(i("f341").default)})),__definePage("pageTwo/home/childPK",(function(){return Vue.extend(i("0735").default)})),__definePage("pageTwo/webview/webview",(function(){return Vue.extend(i("6d6d").default)}))},4166:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content "),attrs:{_i:0}},[t._$s(1,"i",t.list.length)?n("view",{staticClass:t._$s(1,"sc","tipsList"),attrs:{_i:1}},[t._l(t._$s(2,"f",{forItems:t.list}),(function(e,i,s,a){return n("view",{key:t._$s(2,"f",{forIndex:s,key:i}),staticClass:t._$s("2-"+a,"sc","list"),attrs:{_i:"2-"+a},on:{click:t.handleDetail}},[n("icon",{staticClass:t._$s("3-"+a,"sc","iconfont icon-tixing-copy"),attrs:{_i:"3-"+a}}),n("view",{staticClass:t._$s("4-"+a,"sc","info"),attrs:{_i:"4-"+a}},[n("view",{staticClass:t._$s("5-"+a,"sc","time"),attrs:{_i:"5-"+a}},[n("text",{staticClass:t._$s("6-"+a,"sc","name"),attrs:{_i:"6-"+a}},[t._v(t._$s("6-"+a,"t0-0",t._s(e.title)))]),n("text",{staticClass:t._$s("7-"+a,"sc","date"),attrs:{_i:"7-"+a}},[t._v(t._$s("7-"+a,"t0-0",t._s(e.time)))])]),n("text",{staticClass:t._$s("8-"+a,"sc","des"),attrs:{_i:"8-"+a}},[t._v(t._$s("8-"+a,"t0-0",t._s(e.content)))])])])})),t._$s(9,"i",!t.lastPage||t.page>=t.lastPage)?n("view",{staticClass:t._$s(9,"sc","endtext"),attrs:{_i:9}}):t._e()],2):t._e(),t._$s(10,"i",!t.lastPage)?n("view",{staticClass:t._$s(10,"sc","nolist"),attrs:{_i:10}},[n("image",{attrs:{src:t._$s(11,"a-src",i("8ef2")),_i:11}}),n("text")]):t._e()])},s=[]},"41d2":function(t,e,i){"use strict";i.r(e);var n=i("ca9c"),s=i("1592");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"d64239b6",null,!1,n["a"],void 0);e["default"]=o.exports},4468:function(t,e,i){"use strict";i.r(e);var n=i("3009"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},4529:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[t._$s(1,"i",1==t.loadingType)?i("Loading1",{attrs:{_i:1}}):t._e(),t._$s(2,"i",2==t.loadingType)?i("Loading2",{attrs:{_i:2}}):t._e(),t._$s(3,"i",3==t.loadingType)?i("Loading3",{attrs:{_i:3}}):t._e(),t._$s(4,"i",4==t.loadingType)?i("Loading4",{attrs:{_i:4}}):t._e(),t._$s(5,"i",5==t.loadingType)?i("Loading5",{attrs:{_i:5}}):t._e()],1)},s=[]},"454c":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunLoading:i("bfa8").default,qiunError:i("04bb").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{id:t._$s(0,"a-id","ChartBoxId"+t.cid),_i:0}},[t._$s(1,"i",t.mixinDatacomLoading)?i("view",[i("qiun-loading",{attrs:{loadingType:t.loadingType,_i:2}})],1):t._e(),t._$s(3,"i",t.mixinDatacomErrorMessage&&t.errorShow)?i("view",{attrs:{_i:3},on:{click:t.reloading}},[i("qiun-error",{attrs:{errorMessage:t.errorMessage,_i:4}})],1):t._e(),t._$s(5,"i",t.echarts)?[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(6,"v-show",t.showchart),expression:"_$s(6,'v-show',showchart)"}],wxsProps:{"change:resize":"echartsResize","change:prop":"echartsOpts"},style:t._$s(6,"s",{background:t.background}),attrs:{"data-directory":t._$s(6,"a-data-directory",t.directory),id:t._$s(6,"a-id","EC"+t.cid),prop:t._$s(6,"change:echartsOpts",t.echartsOpts),resize:t._$s(6,"change:echartsResize",t.echartsResize),_i:6}})]:[i("view",{wxsProps:{"change:prop":"uchartsOpts"},attrs:{id:t._$s(8,"a-id","UC"+t.cid),prop:t._$s(8,"change:uchartsOpts",t.uchartsOpts),_i:8},on:{}},[i("canvas",{directives:[{name:"show",rawName:"v-show",value:t._$s(9,"v-show",t.showchart),expression:"_$s(9,'v-show',showchart)"}],style:t._$s(9,"s",{width:t.cWidth+"px",height:t.cHeight+"px",background:t.background}),attrs:{id:t._$s(9,"a-id",t.cid),canvasId:t._$s(9,"a-canvasId",t.cid),"disable-scroll":t._$s(9,"a-disable-scroll",t.disableScroll),_i:9},on:{error:t._error}})])]],2)},a=[]},4554:function(t,e,i){"use strict";i.r(e);var n=i("b38d"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},4573:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("34cf")),a=n(i("e1cf")),r=n(i("0a4f")),o=i("d3b4"),c=n(i("cad7")),l=i("c313"),u={name:"UniDatetimePicker",options:{virtualHost:!0},components:{Calendar:a.default,TimePicker:r.default},data:function(){return{isRange:!1,hasTime:!1,displayValue:"",inputDate:"",calendarDate:"",pickerTime:"",calendarRange:{startDate:"",startTime:"",endDate:"",endTime:""},displayRangeValue:{startDate:"",endDate:""},tempRange:{startDate:"",startTime:"",endDate:"",endTime:""},startMultipleStatus:{before:"",after:"",data:[],fulldate:""},endMultipleStatus:{before:"",after:"",data:[],fulldate:""},pickerVisible:!1,pickerPositionStyle:null,isEmitValue:!1,isPhone:!1,isFirstShow:!0,i18nT:function(){}}},props:{type:{type:String,default:"datetime"},value:{type:[String,Number,Array,Date],default:""},modelValue:{type:[String,Number,Array,Date],default:""},start:{type:[Number,String],default:""},end:{type:[Number,String],default:""},returnType:{type:String,default:"string"},placeholder:{type:String,default:""},startPlaceholder:{type:String,default:""},endPlaceholder:{type:String,default:""},rangeSeparator:{type:String,default:"-"},border:{type:[Boolean],default:!0},disabled:{type:[Boolean],default:!1},clearIcon:{type:[Boolean],default:!0},hideSecond:{type:[Boolean],default:!1},defaultValue:{type:[String,Object,Array],default:""}},watch:{type:{immediate:!0,handler:function(t){this.hasTime=-1!==t.indexOf("time"),this.isRange=-1!==t.indexOf("range")}},value:{immediate:!0,handler:function(t){this.isEmitValue?this.isEmitValue=!1:this.initPicker(t)}},start:{immediate:!0,handler:function(t){t&&(this.calendarRange.startDate=(0,l.getDate)(t),this.hasTime&&(this.calendarRange.startTime=(0,l.getTime)(t)))}},end:{immediate:!0,handler:function(t){t&&(this.calendarRange.endDate=(0,l.getDate)(t),this.hasTime&&(this.calendarRange.endTime=(0,l.getTime)(t,this.hideSecond)))}}},computed:{timepickerStartTime:function(){var t=this.isRange?this.tempRange.startDate:this.inputDate;return t===this.calendarRange.startDate?this.calendarRange.startTime:""},timepickerEndTime:function(){var t=this.isRange?this.tempRange.endDate:this.inputDate;return t===this.calendarRange.endDate?this.calendarRange.endTime:""},mobileCalendarTime:function(){var t={start:this.tempRange.startTime,end:this.tempRange.endTime};return this.isRange?t:this.pickerTime},mobSelectableTime:function(){return{start:this.calendarRange.startTime,end:this.calendarRange.endTime}},datePopupWidth:function(){return this.isRange?653:301},singlePlaceholderText:function(){return this.placeholder||("date"===this.type?this.selectDateText:this.selectDateTimeText)},startPlaceholderText:function(){return this.startPlaceholder||this.startDateText},endPlaceholderText:function(){return this.endPlaceholder||this.endDateText},selectDateText:function(){return this.i18nT("uni-datetime-picker.selectDate")},selectDateTimeText:function(){return this.i18nT("uni-datetime-picker.selectDateTime")},selectTimeText:function(){return this.i18nT("uni-datetime-picker.selectTime")},startDateText:function(){return this.startPlaceholder||this.i18nT("uni-datetime-picker.startDate")},startTimeText:function(){return this.i18nT("uni-datetime-picker.startTime")},endDateText:function(){return this.endPlaceholder||this.i18nT("uni-datetime-picker.endDate")},endTimeText:function(){return this.i18nT("uni-datetime-picker.endTime")},okText:function(){return this.i18nT("uni-datetime-picker.ok")},clearText:function(){return this.i18nT("uni-datetime-picker.clear")},showClearIcon:function(){return this.clearIcon&&!this.disabled&&(this.displayValue||this.displayRangeValue.startDate&&this.displayRangeValue.endDate)}},created:function(){this.initI18nT(),this.platform()},methods:{initI18nT:function(){var t=(0,o.initVueI18n)(c.default);this.i18nT=t.t},initPicker:function(t){var e=this;if(!t&&!this.defaultValue||Array.isArray(t)&&!t.length)this.$nextTick((function(){e.clear(!1)}));else if(Array.isArray(t)||this.isRange){var i=(0,s.default)(t,2),n=i[0],a=i[1];if(!n&&!a)return;var r=(0,l.getDate)(n),o=(0,l.getTime)(n,this.hideSecond),c=(0,l.getDate)(a),u=(0,l.getTime)(a,this.hideSecond),d=r,f=c;this.displayRangeValue.startDate=this.tempRange.startDate=d,this.displayRangeValue.endDate=this.tempRange.endDate=f,this.hasTime&&(this.displayRangeValue.startDate="".concat(r," ").concat(o),this.displayRangeValue.endDate="".concat(c," ").concat(u),this.tempRange.startTime=o,this.tempRange.endTime=u);var h={before:r,after:c};this.startMultipleStatus=Object.assign({},this.startMultipleStatus,h,{which:"right"}),this.endMultipleStatus=Object.assign({},this.endMultipleStatus,h,{which:"left"})}else t?(this.displayValue=this.inputDate=this.calendarDate=(0,l.getDate)(t),this.hasTime&&(this.pickerTime=(0,l.getTime)(t,this.hideSecond),this.displayValue="".concat(this.displayValue," ").concat(this.pickerTime))):this.defaultValue&&(this.inputDate=this.calendarDate=(0,l.getDate)(this.defaultValue),this.hasTime&&(this.pickerTime=(0,l.getTime)(this.defaultValue,this.hideSecond)))},updateLeftCale:function(t){var e=this.$refs.left;e.cale.setHoverMultiple(t.after),e.setDate(this.$refs.left.nowDate.fullDate)},updateRightCale:function(t){var e=this.$refs.right;e.cale.setHoverMultiple(t.after),e.setDate(this.$refs.right.nowDate.fullDate)},platform:function(){if("undefined"===typeof navigator){var t=uni.getSystemInfoSync(),e=t.windowWidth;this.isPhone=e<=500,this.windowWidth=e}else this.isPhone=-1!==navigator.userAgent.toLowerCase().indexOf("mobile")},show:function(){var t=this;if(!this.disabled)if(this.platform(),this.isPhone)setTimeout((function(){t.$refs.mobile.open()}),0);else{this.pickerPositionStyle={top:"10px"};var e=uni.createSelectorQuery().in(this).select(".uni-date-editor");e.boundingClientRect((function(e){t.windowWidth-e.left2&&void 0!==arguments[2]&&arguments[2];if(t&&e){var n=i?"tempRange":"range",s=(0,l.dateCompare)(t,e);this[n].startDate=s?t:e,this[n].endDate=s?e:t}},dateCompare:function(t,e){return t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/")),t<=e},diffDate:function(t,e){t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/"));var i=(e-t)/864e5;return Math.abs(i)},clear:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isRange?(this.displayRangeValue.startDate="",this.displayRangeValue.endDate="",this.tempRange.startDate="",this.tempRange.startTime="",this.tempRange.endDate="",this.tempRange.endTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():(this.$refs.left&&this.$refs.left.clearCalender(),this.$refs.right&&this.$refs.right.clearCalender(),this.$refs.right&&this.$refs.right.changeMonth("next")),t&&(this.$emit("change",[]),this.$emit("input",[]),this.$emit("update:modelValue",[]))):(this.displayValue="",this.inputDate="",this.pickerTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():this.$refs.pcSingle&&this.$refs.pcSingle.clearCalender(),t&&(this.$emit("change",""),this.$emit("input",""),this.$emit("update:modelValue","")))}}};e.default=u},"464c":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","status overflow"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.textLink)))]),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("text",[t._v(t._$s(7,"t0-0",t._s(t.$t("tips.msgTitle"))))]),i("text",[t._v(t._$s(8,"t0-0",t._s(t.$t("linkBluetooth.onDeviceMeasureTips"))))]),i("text",[t._v(t._$s(9,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips"))))]),i("text",[t._v(t._$s(10,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips2"))))])])]),t._$s(11,"i",t.isHeight)?i("view",{staticClass:t._$s(11,"sc","wrapper"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","bg"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","Blue"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","h4"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.$t("linkBluetooth.measureResultTips"))))]),i("view",{staticClass:t._$s(15,"sc","Blue-box"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.$t("linkBluetooth.nowHeight")))),i("text",[t._v(t._$s(16,"t0-0",t._s(t.height))+t._$s(16,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(17,"sc","Blue-box"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.$t("linkBluetooth.lastWeight")))),i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{placeholder:t._$s(18,"a-placeholder",t.$t("tips.verifyWeight")),_i:18},domProps:{value:t._$s(18,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})]),i("view",{staticClass:t._$s(19,"sc","Blue-btn Blue-close"),attrs:{_i:19},on:{click:t.handleHeight}},[t._v(t._$s(19,"t0-0",t._s(t.$t("linkBluetooth.remeasure"))))]),i("view",{staticClass:t._$s(20,"sc","Blue-btn"),attrs:{_i:20},on:{click:t.handleGetMeasure}},[t._v(t._$s(20,"t0-0",t._s(t.$t("linkBluetooth.SaveResult"))))])])]):t._e()])},s=[]},"47a9":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},4860:function(t,e,i){t.exports=i.p+"static/icon2.png"},4897:function(t,e,i){"use strict";i.r(e);var n=i("026d"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"48ba":function(t,e,i){"use strict";i.r(e);var n=i("533e"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},4965:function(t,i){t.exports=function(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"===typeof t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"4a0c":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isSlider)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("slider",{attrs:{_i:7},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(8,"sc","editem"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}}),i("view",{staticClass:t._$s(10,"sc","right"),attrs:{_i:10}},[i("slider",{attrs:{_i:11},on:{change:function(e){return t.sliderChange(e,2)}}})])]),i("view",{staticClass:t._$s(12,"sc","editem"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","right"),attrs:{_i:14}},[i("slider",{attrs:{_i:15},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(16,"sc","tips"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","btn close"),attrs:{_i:17},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(18,"sc","btn"),attrs:{_i:18},on:{click:t.handleTarget}})])])]):t._e()},s=[]},"4a2e":function(t,e,i){"use strict";i.r(e);var n=i("d5c6"),s=i("df8c");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"4f74444b",null,!1,n["a"],void 0);e["default"]=o.exports},"4b2e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",!t.isstart)?i("view",{staticClass:t._$s(1,"sc","tips"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","top"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","left cgreen f-l"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","right"),attrs:{_i:4}},[i("text",{staticClass:t._$s(5,"sc","cgreen"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.$t("lung.lungTitle"))))]),i("text",{staticClass:t._$s(6,"sc","text"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.$t("lung.lungExplain0"))))])])]),i("view",{staticClass:t._$s(7,"sc","list"),attrs:{_i:7}},[t._$s(8,"i",t.number1)?i("view",{staticClass:t._$s(8,"sc","item"),attrs:{_i:8}},[i("text",{staticClass:t._$s(9,"sc","ml-10 mr-10"),attrs:{_i:9}}),i("text",[t._v(t._$s(10,"t0-0",t._s(t.$t("lung.lungsuction"))))]),i("text",{staticClass:t._$s(11,"sc","cgreen"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.number1)))]),i("text",[t._v(t._$s(12,"t0-0",t._s(t.$t("lung.lungsuctionspeed"))))]),i("text",{staticClass:t._$s(13,"sc","cgreen level"),attrs:{_i:13}},[t._v(t._$s(13,"t0-0",t._s(t.level1)))])]):t._e(),t._$s(14,"i",t.number2)?i("view",{staticClass:t._$s(14,"sc","item"),attrs:{_i:14}},[i("text",{staticClass:t._$s(15,"sc","ml-10 mr-10"),attrs:{_i:15}}),i("text",[t._v(t._$s(16,"t0-0",t._s(t.$t("lung.lungsuction"))))]),i("text",{staticClass:t._$s(17,"sc","cgreen"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.number2)))]),i("text",[t._v(t._$s(18,"t0-0",t._s(t.$t("lung.lungsuctionspeed"))))]),i("text",{staticClass:t._$s(19,"sc","cgreen level"),attrs:{_i:19}},[t._v(t._$s(19,"t0-0",t._s(t.level2)))])]):t._e(),t._$s(20,"i",t.number3)?i("view",{staticClass:t._$s(20,"sc","item"),attrs:{_i:20}},[i("text",{staticClass:t._$s(21,"sc","ml-10 mr-10"),attrs:{_i:21}}),i("text",[t._v(t._$s(22,"t0-0",t._s(t.$t("lung.lungsuction"))))]),i("text",{staticClass:t._$s(23,"sc","cgreen"),attrs:{_i:23}},[t._v(t._$s(23,"t0-0",t._s(t.number3)))]),i("text",[t._v(t._$s(24,"t0-0",t._s(t.$t("lung.lungsuctionspeed"))))]),i("text",{staticClass:t._$s(25,"sc","cgreen level"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.level3)))])]):t._e()]),t._$s(26,"i",""==t.number3)?i("view",{staticClass:t._$s(26,"sc","title"),attrs:{_i:26}},[i("view",{class:t._$s(27,"c",[5==t.second?"cgreen":""]),attrs:{_i:27}},[t._v(t._$s(27,"t0-0",t._s(0!=t.number1?t.$t("lung.lungsecond"):""!=t.number2?t.$t("lung.lungthird"):t.$t("lung.lungfirst"))))]),i("view",{class:t._$s(28,"c",[3==t.second?"cgreen":""]),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.$t("lung.lungExplain1"))))]),i("view",{class:t._$s(29,"c",[1==t.second?"cgreen":""]),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.$t("lung.lungExplain2"))))])]):t._e(),t._$s(30,"i",t.number3)?i("view",{staticClass:t._$s(30,"sc","data"),attrs:{_i:30}},[i("view",{staticClass:t._$s(31,"sc","val"),attrs:{_i:31}},[i("text",[t._v(t._$s(32,"t0-0",t._s(t.average.toFixed(2))))]),t._v(t._$s(31,"t1-0",t._s(t.$t("lung.averagelungsuction"))))]),i("view",{staticClass:t._$s(33,"sc","text"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.$t("lung.lungExplain3")))+t._$s(33,"t0-1",t._s(t.standard))+t._$s(33,"t0-2",t._s(t.$t("lung.nowlungsuctionspeed")))+t._$s(33,"t0-3",t._s(t.averageS))+t._$s(33,"t0-4",t._s(t.$t("lung.lungresult")))+t._$s(33,"t0-5",t._s(t.average.toFixed(2)))+t._$s(33,"t0-6",t._s(t.$t("lung.lungExplain4"))))])]):t._e(),t._$s(34,"i",t.number3)?i("view",{staticClass:t._$s(34,"sc","btn"),attrs:{_i:34},on:{click:t.handleGetMeasure}},[t._v(t._$s(34,"t0-0",t._s(t.$t("lung.lunglookreport"))))]):t._e(),t._$s(35,"i",t.number3)?i("view",{staticClass:t._$s(35,"sc","btn close"),attrs:{_i:35},on:{click:function(e){t.isstart=!0}}},[t._v(t._$s(35,"t0-0",t._s(t.$t("lung.remeasure"))))]):t._e(),t._$s(36,"i",0==t.number1||0==t.number2||0==t.number3)?i("view",{staticClass:t._$s(36,"sc","btn"),attrs:{_i:36}},[t._v(t._$s(36,"t0-0",t._s(t.second))+t._$s(36,"t0-1",t._s(t.$t("lunganewstart")))),i("text",[t._v(t._$s(37,"t0-0",t._s(0!=t.number1?t.$t("lung.lungsecond"):0!=t.number2?t.$t("lung.lungthird"):t.$t("lung.lungfirst"))))])]):t._e()]):i("view",{staticClass:t._$s(38,"sc","weight"),attrs:{_i:38}},[i("view",{staticClass:t._$s(39,"sc","title cgreen"),attrs:{_i:39}},[t._v(t._$s(39,"t0-0",t._s(t.$t("lung.lungExplain2"))))]),i("view",{staticClass:t._$s(40,"sc","box1"),attrs:{_i:40}},[i("view",{staticClass:t._$s(41,"sc","time"),attrs:{_i:41}},[t._v(t._$s(41,"t0-0",t._s(t.$t("lung.lungsuctionspeed")))),i("text",{staticClass:t._$s(42,"sc","cgreen ml-5"),attrs:{_i:42}},[t._v(t._$s(42,"t0-0",t._s(t.LiuS)))])]),i("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43}},[i("view",{staticClass:t._$s(44,"sc","image"),attrs:{_i:44}}),i("view",{staticClass:t._$s(45,"sc","center mt-15"),attrs:{_i:45}},[i("view",{staticClass:t._$s(46,"sc","level"),attrs:{_i:46}}),i("view",{staticClass:t._$s(47,"sc","level level-bg"),style:t._$s(47,"s",{top:Number(100-t.offset)+"%"}),attrs:{_i:47}}),i("view",{staticClass:t._$s(48,"sc","level-item"),attrs:{_i:48}},t._l(t._$s(49,"f",{forItems:t.list}),(function(e,n,s,a){return i("view",{key:t._$s(49,"f",{forIndex:s,key:"49-"+a}),staticClass:t._$s("49-"+a,"sc","ite"),attrs:{_i:"49-"+a}},[t._v(t._$s("49-"+a,"t0-0",t._s(e.text)))])})),0)])]),i("view",{staticClass:t._$s(50,"sc","val"),attrs:{_i:50}},[i("text",[t._v(t._$s(51,"t0-0",t._s(t.text)))]),t._v(t._$s(50,"t1-0",t._s(t.$t("lung.averagelungsuction"))))])])])])},s=[]},"4b41":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading5",data:function(){return{}}}},"4b6e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","charts"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","boxTime"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","one"),attrs:{_i:3}},[n("picker",{attrs:{end:t._$s(4,"a-end",t.endDate),fields:t._$s(4,"a-fields",t.fields),value:t._$s(4,"a-value",t.startTime?t.startTime:t.startDate),_i:4},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(5,"sc","uni-input mr-10"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.startTime?t.startTime:t.startDate))),n("icon",{staticClass:t._$s(6,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:6}})])]),n("view",{staticClass:t._$s(7,"sc","center"),attrs:{_i:7}}),n("picker",{attrs:{end:t._$s(8,"a-end",t.endDate),fields:t._$s(8,"a-fields",t.fields),value:t._$s(8,"a-value",t.endTime?t.endTime:t.endDate),_i:8},on:{change:t.handEndTimeH}},[n("view",{staticClass:t._$s(9,"sc","uni-input mr-10"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.endTime?t.endTime:t.endDate))),n("icon",{staticClass:t._$s(10,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:10}})])])])])]),n("view",{staticClass:t._$s(11,"sc","box"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","boxLine"),attrs:{_i:12}},t._l(t._$s(13,"f",{forItems:t.weightList}),(function(e,s,a,r){return n("view",{key:t._$s(13,"f",{forIndex:a,key:"13-"+r}),staticClass:t._$s("13-"+r,"sc","line"),attrs:{_i:"13-"+r}},[t._$s("14-"+r,"i",e.line.categories.length)?n("view",{staticClass:t._$s("14-"+r,"sc","mt-15 mb-15"),attrs:{_i:"14-"+r}},[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:e.id,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"15-"+r}})],1):n("view",[n("view",{staticClass:t._$s("17-"+r,"sc","nolist"),attrs:{_i:"17-"+r}},[n("image",{attrs:{src:t._$s("18-"+r,"a-src",i("8ef2")),_i:"18-"+r}}),n("text",[t._v(t._$s("19-"+r,"t0-0",t._s(t.$t("index.none"))))])]),n("view",{staticClass:t._$s("20-"+r,"sc","title"),attrs:{_i:"20-"+r}},[t._v(t._$s("20-"+r,"t0-0",t._s(e.title)))])])])})),0)])])},s=[]},"4bb4":function(t,e,i){"use strict";i.r(e);var n=i("81d7"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"4c30":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",disabled:!1,second:60}},onReady:function(){uni.setNavigationBarTitle({title:this.$t("common.titlePhone")})},methods:{handleTelLogin:function(){var t=this;t.phone?/^1[3456789]\d{9}$/.test(t.phone)?t.code?t.$model.getAccountMsg({data:t.phone,code:t.code}).then((function(e){0==e.code?(t.$tools.msg(t.$t("tips.msgSetSuccess")),t.$store.commit("changeAccountNumber",{my_tel:t.phone}),uni.redirectTo({url:"/pageTwo/setting/setting"})):t.$tools.msg(e.msg)})).catch((function(t){})):t.$tools.msg(t.$t("tips.verifyCode")):t.$tools.msg(t.$t("tips.verifyMobileCorrect")):t.$tools.msg(t.$t("tips.verifyMobile"))},handleCode:function(){var e=this;e.phone?/^1[3456789]\d{9}$/.test(e.phone)?e.$model.getSendCode({data:e.phone}).then((function(i){if(t("log",i," at pageTwo/setting/phone.vue:90"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg(e.$t("tips.verifyMobileCorrect")):e.$tools.msg(e.$t("tips.verifyMobile"))}}};e.default=i}).call(this,i("f3b9")["default"])},"4d79":function(t,i,n){"use strict";n.r(i); /*! * vue-i18n v8.28.2 * (c) 2022 kazuya kawaguchi * Released under the MIT License. */ -var a=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],s=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function r(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var o=Array.isArray;function c(t){return null!==t&&"object"===typeof t}function l(t){return"boolean"===typeof t}function u(t){return"string"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function h(t){return null===t||void 0===t}function p(t){return"function"===typeof t}function v(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var i=null,n=null;return 1===t.length?c(t[0])||o(t[0])?n=t[0]:"string"===typeof t[0]&&(i=t[0]):2===t.length&&("string"===typeof t[0]&&(i=t[0]),(c(t[1])||o(t[1]))&&(n=t[1])),{locale:i,params:n}}function g(t){return JSON.parse(JSON.stringify(t))}function _(t,e){return!!~t.indexOf(e)}var m=Object.prototype.hasOwnProperty;function y(t,e){return m.call(t,e)}function b(t){for(var e=arguments,i=Object(t),n=1;n/g,">").replace(/"/g,""").replace(/'/g,"'")}(t[e]))})),t}var $={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var i=e.data,n=e.parent,a=e.props,s=e.slots,r=n.$i18n;if(r){var o=a.path,c=a.locale,l=a.places,u=s(),d=r.i(o,c,function(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}(u)||l?function(t,e){var i=e?function(t){0;return Array.isArray(t)?t.reduce(T,{}):Object.assign({},t)}(e):{};if(!t)return i;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var n=t.every(k);0;return t.reduce(n?C:T,i)}(u.default,l):u),f=a.tag&&!0!==a.tag||!1===a.tag?a.tag:"span";return f?t(f,i,d):d}}};function C(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function T(t,e,i){return t[i]=e,t}function k(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var S,O={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var i=e.props,n=e.parent,s=e.data,r=n.$i18n;if(!r)return null;var o=null,l=null;u(i.format)?o=i.format:c(i.format)&&(i.format.key&&(o=i.format.key),l=Object.keys(i.format).reduce((function(t,e){var n;return _(a,e)?Object.assign({},t,(n={},n[e]=i.format[e],n)):t}),null));var d=i.locale||r.locale,f=r._ntp(i.value,d,o,l),h=f.map((function(t,e){var i,n=s.scopedSlots&&s.scopedSlots[t.type];return n?n((i={},i[t.type]=t.value,i.index=e,i.parts=f,i)):t.value})),p=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return p?t(p,{attrs:s.attrs,class:s["class"],staticClass:s.staticClass},h):h}};function D(t,e,i){L(t,i)&&I(t,e,i)}function P(t,e,i,n){if(L(t,i)){var a=i.context.$i18n;(function(t,e){var i=e.context;return t._locale===i.$i18n.locale})(t,i)&&x(e.value,e.oldValue)&&x(t._localeMessage,a.getLocaleMessage(a.locale))||I(t,e,i)}}function A(t,e,i,n){var a=i.context;if(a){var s=i.context.$i18n||{};e.modifiers.preserve||s.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else r("Vue instance does not exists in VNode context")}function L(t,e){var i=e.context;return i?!!i.$i18n||(r("VueI18n instance does not exists in Vue instance"),!1):(r("Vue instance does not exists in VNode context"),!1)}function I(t,e,i){var n,a,s=e.value,o=function(t){var e,i,n,a;u(t)?e=t:f(t)&&(e=t.path,i=t.locale,n=t.args,a=t.choice);return{path:e,locale:i,args:n,choice:a}}(s),c=o.path,l=o.locale,d=o.args,h=o.choice;if(c||l||d)if(c){var p=i.context;t._vt=t.textContent=null!=h?(n=p.$i18n).tc.apply(n,[c,h].concat(M(l,d))):(a=p.$i18n).t.apply(a,[c].concat(M(l,d))),t._locale=p.$i18n.locale,t._localeMessage=p.$i18n.getLocaleMessage(p.$i18n.locale)}else r("`path` is required in v-t directive");else r("value type not supported")}function M(t,e){var i=[];return t&&i.push(t),e&&(Array.isArray(e)||f(e))&&i.push(e),i}function j(t,i){void 0===i&&(i={bridge:!1}),j.installed=!0,S=t;S.version&&Number(S.version.split(".")[0]);(function(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],i=arguments.length-1;while(i-- >0)e[i]=arguments[i+1];var n=this.$i18n;return n._t.apply(n,[t,n.locale,n._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var i=[],n=arguments.length-2;while(n-- >0)i[n]=arguments[n+2];var a=this.$i18n;return a._tc.apply(a,[t,a.locale,a._getMessages(),this,e].concat(i))},t.prototype.$te=function(t,e){var i=this.$i18n;return i._te(t,i.locale,i._getMessages(),e)},t.prototype.$d=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).d.apply(e,[t].concat(i))},t.prototype.$n=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).n.apply(e,[t].concat(i))}})(S),S.mixin(function(t){function i(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:i}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n)if(t.i18n instanceof X){if(t.__i18nBridge||t.__i18n)try{var i=t.i18n&&t.i18n.messages?t.i18n.messages:{},n=t.__i18nBridge||t.__i18n;n.forEach((function(t){i=b(i,JSON.parse(t))})),Object.keys(i).forEach((function(e){t.i18n.mergeLocaleMessage(e,i[e])}))}catch(e){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(f(t.i18n)){var a=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this.$root.$i18n:null;if(a&&(t.i18n.root=this.$root,t.i18n.formatter=a.formatter,t.i18n.fallbackLocale=a.fallbackLocale,t.i18n.formatFallbackMessages=a.formatFallbackMessages,t.i18n.silentTranslationWarn=a.silentTranslationWarn,t.i18n.silentFallbackWarn=a.silentFallbackWarn,t.i18n.pluralizationRules=a.pluralizationRules,t.i18n.preserveDirectiveContent=a.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var s=t.i18n&&t.i18n.messages?t.i18n.messages:{},r=t.__i18nBridge||t.__i18n;r.forEach((function(t){s=b(s,JSON.parse(t))})),t.i18n.messages=s}catch(e){0}var o=t.i18n,c=o.sharedMessages;c&&f(c)&&(t.i18n.messages=b(t.i18n.messages,c)),this._i18n=new X(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),a&&a.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof X||f(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:i,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}(i.bridge)),S.directive("t",{bind:D,update:P,unbind:A}),S.component($.name,$),S.component(O.name,O);var n=S.config.optionMergeStrategies;n.i18n=function(t,e){return void 0===e?t:e}}var E=function(){this._caches=Object.create(null)};E.prototype.interpolate=function(t,e){if(!e)return[t];var i=this._caches[t];return i||(i=function(t){var e=[],i=0,n="";while(i0)d--,u=4,f[0]();else{if(d=0,void 0===i)return!1;if(i=z(i),!1===i)return!1;f[1]()}};while(null!==u)if(l++,e=t[l],"\\"!==e||!h()){if(a=U(e),o=R[u],s=o[a]||o["else"]||8,8===s)return;if(u=s[0],r=f[s[1]],r&&(n=s[2],n=void 0===n?e:n,!1===r()))return;if(7===u)return c}}(t),e&&(this._cache[t]=e)),e||[]},W.prototype.getPathValue=function(t,e){if(!c(t))return null;var i=this.parsePath(e);if(0===i.length)return null;var n=i.length,a=t,s=0;while(s/,q=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,G=/^@(?:\.([a-zA-Z]+))?:/,J=/[()]/g,K={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},Y=new E,X=function(t){var e=this;void 0===t&&(t={}),!S&&"undefined"!==typeof window&&window.Vue&&j(window.Vue);var i=t.locale||"en-US",n=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),a=t.messages||{},s=t.dateTimeFormats||t.datetimeFormats||{},r=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||Y,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new W,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,i){var n=Object.getPrototypeOf(e);if(n&&n.getChoiceIndex){var a=n.getChoiceIndex;return a.call(e,t,i)}return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,i]):function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0}(t,i)},this._exist=function(t,i){return!(!t||!i)&&(!h(e._path.getPathValue(t,i))||!!t[i])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(a).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,a[t])})),this._initVM({locale:i,fallbackLocale:n,messages:a,dateTimeFormats:s,numberFormats:r})},Q={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};X.prototype._checkLocaleMessage=function(t,e,i){var n=function(t,e,i,a){if(f(i))Object.keys(i).forEach((function(s){var r=i[s];f(r)?(a.push(s),a.push("."),n(t,e,r,a),a.pop(),a.pop()):(a.push(s),n(t,e,r,a),a.pop())}));else if(o(i))i.forEach((function(i,s){f(i)?(a.push("["+s+"]"),a.push("."),n(t,e,i,a),a.pop(),a.pop()):(a.push("["+s+"]"),n(t,e,i,a),a.pop())}));else if(u(i)){var s=V.test(i);if(s){var c="Detected HTML in message '"+i+"' of keypath '"+a.join("")+"' at '"+e+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?r(c):"error"===t&&function(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(c)}}};n(e,t,i,[])},X.prototype._initVM=function(t){var e=S.config.silent;S.config.silent=!0,this._vm=new S({data:t,__VUE18N__INSTANCE__:!0}),S.config.silent=e},X.prototype.destroyVM=function(){this._vm.$destroy()},X.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},X.prototype.unsubscribeDataChanging=function(t){(function(t,e){if(t.delete(e));})(this._dataListeners,t)},X.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}(t._dataListeners),i=e.length;while(i--)S.nextTick((function(){e[i]&&e[i].$forceUpdate()}))}),{deep:!0})},X.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,i=this._vm;return this.vm.$watch("locale",(function(n){i.$set(i,"locale",n),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=n),i.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var n=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){n.$set(n,"locale",t),n.$forceUpdate()}),{immediate:!0})},X.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Q.vm.get=function(){return this._vm},Q.messages.get=function(){return g(this._getMessages())},Q.dateTimeFormats.get=function(){return g(this._getDateTimeFormats())},Q.numberFormats.get=function(){return g(this._getNumberFormats())},Q.availableLocales.get=function(){return Object.keys(this.messages).sort()},Q.locale.get=function(){return this._vm.locale},Q.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Q.fallbackLocale.get=function(){return this._vm.fallbackLocale},Q.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Q.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Q.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Q.missing.get=function(){return this._missing},Q.missing.set=function(t){this._missing=t},Q.formatter.get=function(){return this._formatter},Q.formatter.set=function(t){this._formatter=t},Q.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Q.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Q.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Q.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Q.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Q.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Q.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Q.warnHtmlInMessage.set=function(t){var e=this,i=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,i!==t&&("warn"===t||"error"===t)){var n=this._getMessages();Object.keys(n).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,n[t])}))}},Q.postTranslation.get=function(){return this._postTranslation},Q.postTranslation.set=function(t){this._postTranslation=t},Q.sync.get=function(){return this._sync},Q.sync.set=function(t){this._sync=t},X.prototype._getMessages=function(){return this._vm.messages},X.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},X.prototype._getNumberFormats=function(){return this._vm.numberFormats},X.prototype._warnDefault=function(t,e,i,n,a,s){if(!h(i))return i;if(this._missing){var r=this._missing.apply(null,[t,e,n,a]);if(u(r))return r}else 0;if(this._formatFallbackMessages){var o=v.apply(void 0,a);return this._render(e,s,o.params,e)}return e},X.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:h(t))&&!h(this._root)&&this._fallbackRoot},X.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},X.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},X.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},X.prototype._interpolate=function(t,e,i,n,a,s,r){if(!e)return null;var c,l=this._path.getPathValue(e,i);if(o(l)||f(l))return l;if(h(l)){if(!f(e))return null;if(c=e[i],!u(c)&&!p(c))return null}else{if(!u(l)&&!p(l))return null;c=l}return u(c)&&(c.indexOf("@:")>=0||c.indexOf("@.")>=0)&&(c=this._link(t,e,c,n,"raw",s,r)),this._render(c,a,s,i)},X.prototype._link=function(t,e,i,n,a,s,r){var c=i,l=c.match(q);for(var u in l)if(l.hasOwnProperty(u)){var d=l[u],f=d.match(G),h=f[0],p=f[1],v=d.replace(h,"").replace(J,"");if(_(r,v))return c;r.push(v);var g=this._interpolate(t,e,v,n,"raw"===a?"string":a,"raw"===a?void 0:s,r);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var m=this._root.$i18n;g=m._translate(m._getMessages(),m.locale,m.fallbackLocale,v,n,a,s)}g=this._warnDefault(t,v,g,n,o(s)?s:[s],a),this._modifiers.hasOwnProperty(p)?g=this._modifiers[p](g):K.hasOwnProperty(p)&&(g=K[p](g)),r.pop(),c=g?c.replace(d,g):c}return c},X.prototype._createMessageContext=function(t,e,i,n){var a=this,s=o(t)?t:[],r=c(t)?t:{},l=this._getMessages(),u=this.locale;return{list:function(t){return s[t]},named:function(t){return r[t]},values:t,formatter:e,path:i,messages:l,locale:u,linked:function(t){return a._interpolate(u,l[u]||{},t,null,n,void 0,[t])}}},X.prototype._render=function(t,e,i,n){if(p(t))return t(this._createMessageContext(i,this._formatter||Y,n,e));var a=this._formatter.interpolate(t,i,n);return a||(a=Y.interpolate(t,i,n)),"string"!==e||u(a)?a:a.join("")},X.prototype._appendItemToChain=function(t,e,i){var n=!1;return _(t,e)||(n=!0,e&&(n="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),i&&i[e]&&(n=i[e]))),n},X.prototype._appendLocaleToChain=function(t,e,i){var n,a=e.split("-");do{var s=a.join("-");n=this._appendItemToChain(t,s,i),a.splice(-1,1)}while(a.length&&!0===n);return n},X.prototype._appendBlockToChain=function(t,e,i){for(var n=!0,a=0;a0)s[r]=arguments[r+4];if(!t)return"";var o=v.apply(void 0,s);this._escapeParameterHtml&&(o.params=w(o.params));var c=o.locale||e,l=this._translate(i,c,this.fallbackLocale,t,n,"string",o.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(a=this._root).$t.apply(a,[t].concat(s))}return l=this._warnDefault(c,t,l,n,s,"string"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,t)),l},X.prototype.t=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(i))},X.prototype._i=function(t,e,i,n,a){var s=this._translate(i,e,this.fallbackLocale,t,n,"raw",a);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,a)}return this._warnDefault(e,t,s,n,[a],"raw")},X.prototype.i=function(t,e,i){return t?(u(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,i)):""},X.prototype._tc=function(t,e,i,n,a){var s,r=[],o=arguments.length-5;while(o-- >0)r[o]=arguments[o+5];if(!t)return"";void 0===a&&(a=1);var c={count:a,n:a},l=v.apply(void 0,r);return l.params=Object.assign(c,l.params),r=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((s=this)._t.apply(s,[t,e,i,n].concat(r)),a)},X.prototype.fetchChoice=function(t,e){if(!t||!u(t))return null;var i=t.split("|");return e=this.getChoiceIndex(e,i.length),i[e]?i[e].trim():t},X.prototype.tc=function(t,e){var i,n=[],a=arguments.length-2;while(a-- >0)n[a]=arguments[a+2];return(i=this)._tc.apply(i,[t,this.locale,this._getMessages(),null,e].concat(n))},X.prototype._te=function(t,e,i){var n=[],a=arguments.length-3;while(a-- >0)n[a]=arguments[a+3];var s=v.apply(void 0,n).locale||e;return this._exist(i[s],t)},X.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},X.prototype.getLocaleMessage=function(t){return g(this._vm.messages[t]||{})},X.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},X.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,b("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},X.prototype.getDateTimeFormat=function(t){return g(this._vm.dateTimeFormats[t]||{})},X.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},X.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,b(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},X.prototype._clearDateTimeFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},X.prototype._localizeDateTime=function(t,e,i,n,a,s){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,a=null,r=null;return 1===e.length?(u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(a=e[0].key)),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(s,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(n=e[1])),this._d(t,n,a,r)},X.prototype.getNumberFormat=function(t){return g(this._vm.numberFormats[t]||{})},X.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},X.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,b(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},X.prototype._clearNumberFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},X.prototype._getNumberFormatter=function(t,e,i,n,a,s){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,s=null,r=null;return 1===e.length?u(e[0])?s=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(s=e[0].key),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(a,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(s=e[0]),u(e[1])&&(n=e[1])),this._n(t,n,s,r)},X.prototype._ntp=function(t,e,i,n){if(!X.availabilities.numberFormat)return[];if(!i){var a=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return a.formatToParts(t)}var s=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),i,n),r=s&&s.formatToParts(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,i,n)}return r||[]},Object.defineProperties(X.prototype,Q),Object.defineProperty(X,"availabilities",{get:function(){if(!H){var t="undefined"!==typeof Intl;H={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return H}}),X.install=j,X.version="8.28.2",i["default"]=X},"4dee":function(t,e,i){"use strict";i.r(e);var n=i("fce8"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"4e6e":function(t,e,i){"use strict";i.r(e);var n=i("4f8a"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"4f8a":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},i=e.selected,n=e.startDate,a=e.endDate,r=e.range;(0,s.default)(this,t),this.date=this.getDateObj(new Date),this.selected=i||[],this.startDate=n,this.endDate=a,this.range=r,this.cleanMultipleStatus(),this.weeks={},this.lastHover=!1}return(0,r.default)(t,[{key:"setDate",value:function(t){var e=this.getDateObj(t);this.getWeeks(e.fullDate)}},{key:"cleanMultipleStatus",value:function(){this.multipleStatus={before:"",after:"",data:[]}}},{key:"setStartDate",value:function(t){this.startDate=t}},{key:"setEndDate",value:function(t){this.endDate=t}},{key:"getPreMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e-1);var i=t.getMonth();return 0!==e&&i-e===0&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getNextMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e+1);var i=t.getMonth();return i-e>1&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getDateObj",value:function(t){return t=h(t),t=new Date(t),{fullDate:c(t),year:t.getFullYear(),month:u(t.getMonth()+1),date:u(t.getDate()),day:t.getDay()}}},{key:"getPreMonthDays",value:function(t,e){for(var i=[],n=t-1;n>=0;n--){var a=e.month-1;i.push({date:new Date(e.year,a,-n).getDate(),month:a,disable:!0})}return i}},{key:"getCurrentMonthDays",value:function(t,e){for(var i=this,n=[],a=this.date.fullDate,s=function(t){var s="".concat(e.year,"-").concat(e.month,"-").concat(u(t)),r=a===s,o=i.selected&&i.selected.find((function(t){if(i.dateEqual(s,t.date))return t}));i.startDate&&d(i.startDate,s),i.endDate&&d(s,i.endDate);var c=i.multipleStatus.data,l=-1;i.range&&c&&(l=c.findIndex((function(t){return i.dateEqual(t,s)})));var f=-1!==l;n.push({fullDate:s,year:e.year,date:t,multiple:!!i.range&&f,beforeMultiple:i.isLogicBefore(s,i.multipleStatus.before,i.multipleStatus.after),afterMultiple:i.isLogicAfter(s,i.multipleStatus.before,i.multipleStatus.after),month:e.month,disable:i.startDate&&!d(i.startDate,s)||i.endDate&&!d(s,i.endDate),isToday:r,userChecked:!1,extraInfo:o})},r=1;r<=t;r++)s(r);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var i=[],n=e.month+1,a=1;a<=t;a++)i.push({date:a,month:n,disable:!0});return i}},{key:"getInfo",value:function(t){var e=this;return t||(t=new Date),this.calendar.find((function(i){return i.fullDate===e.getDateObj(t).fullDate}))}},{key:"dateEqual",value:function(t,e){return t=new Date(h(t)),e=new Date(h(e)),t.valueOf()===e.valueOf()}},{key:"isLogicBefore",value:function(t,e,i){var n=e;return e&&i&&(n=d(e,i)?e:i),this.dateEqual(n,t)}},{key:"isLogicAfter",value:function(t,e,i){var n=i;return e&&i&&(n=d(e,i)?i:e),this.dateEqual(n,t)}},{key:"geDateAll",value:function(t,e){var i=[],n=t.split("-"),a=e.split("-"),s=new Date;s.setFullYear(n[0],n[1]-1,n[2]);var r=new Date;r.setFullYear(a[0],a[1]-1,a[2]);for(var o=s.getTime()-864e5,c=r.getTime()-864e5,l=o;l<=c;)l+=864e5,i.push(this.getDateObj(new Date(parseInt(l))).fullDate);return i}},{key:"setMultiple",value:function(t){if(this.range){var e=this.multipleStatus,i=e.before,n=e.after;if(i&&n){if(!this.lastHover)return void(this.lastHover=!0);this.multipleStatus.before=t,this.multipleStatus.after="",this.multipleStatus.data=[],this.multipleStatus.fulldate="",this.lastHover=!1}else i?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before),this.lastHover=!0):(this.multipleStatus.before=t,this.multipleStatus.after=void 0,this.lastHover=!1);this.getWeeks(t)}}},{key:"setHoverMultiple",value:function(t){if(this.range&&!this.lastHover){var e=this.multipleStatus.before;e?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before)):this.multipleStatus.before=t,this.getWeeks(t)}}},{key:"setDefaultMultiple",value:function(t,e){this.multipleStatus.before=t,this.multipleStatus.after=e,t&&e&&(d(t,e)?(this.multipleStatus.data=this.geDateAll(t,e),this.getWeeks(e)):(this.multipleStatus.data=this.geDateAll(e,t),this.getWeeks(t)))}},{key:"getWeeks",value:function(t){for(var e=this.getDateObj(t),i=e.year,n=e.month,s=new Date(i,n-1,1).getDay(),r=this.getPreMonthDays(s,this.getDateObj(t)),o=new Date(i,n,0).getDate(),c=this.getCurrentMonthDays(o,this.getDateObj(t)),l=42-s-o,u=this._getNextMonthDays(l,this.getDateObj(t)),d=[].concat((0,a.default)(r),(0,a.default)(c),(0,a.default)(u)),f=new Array(6),h=0;ht.length)&&(e=t.length);for(var i=0,n=new Array(e);i=2&&(-1==n.isActiveList.indexOf(e.name)?n.isActiveList.push(e.name):n.isActiveList.splice(n.isActiveList.indexOf(e.name),1),n.isActiveList.length>2&&n.isActiveList.splice(0,1),t.list.forEach((function(t){t.choice_state=0,n.isActiveList.forEach((function(e){t.name==e&&(t.choice_state=1)}))})))},bindTimeChange:function(t,e){var i=t.target.value[0],n=t.target.value[1];e.value=this.timeList[0][i].substring(0,2)+":"+this.timeList[1][n].substring(0,2)},handleTips:function(t){null!=t&&""!=t&&uni.showToast({title:t,duration:4e3,icon:"none"})},handleSportsList:function(){var e=this;e.$model.getSportsList({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),address:e.address}).then((function(i){t("log","\u5355\u5730\u533a",i," at pages/score/score.vue:364"),0==i.code&&(e.sportsList=i.data.list)}))},handleValue:function(t){t.value=""},handlescore:function(){var e=this;e.familayList.length?(t("log","selectllist",e.selectllist," at pages/score/score.vue:379"),e.selectllist.forEach((function(t){t.list.forEach((function(t){t.list.forEach((function(t){t.value=""==t.value?"0":t.value}))}))})),e.$model.getSportsData({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),parameter_data:e.address,result_data:e.selectllist}).then((function(i){t("log","\u5f00\u59cb\u4f30\u5206",i," at pages/score/score.vue:393"),0==i.code?(e.isSports=!0,e.isresult=!0,e.selectllist=i.data.list,e.score=i.data.total_score,e.Max_score=i.data.max_score,e.chartData.series[0].data=Number(i.data.total_score)/i.data.max_score):e.$tools.msg(i.msg)}))):e.$tools.msg("\u8bf7\u5148\u6dfb\u52a0\u6210\u5458")},handleHistory:function(e){var i=this;i.List=[],i.region_list=e,i.sportsList.forEach((function(t){t.key==e.key&&(i.List=t.list,i.choice=e.is_choice)})),t("log","\u6dfb\u52a0\u9879\u76ee",e," at pages/score/score.vue:417"),i.isDrawe=!0},toggle:function(e){if(1!=this.choice){if(-1==this.isActiveNameList.indexOf(e.name))this.isActiveNameList.push(e.name),this.isActiveList.push(e);else for(var i=0;ithis.choice&&(this.isActiveList.splice(0,1),this.isActiveNameList.splice(0,1)),t("log","isActiveList",e.name,this.isActiveList,this.region_list.list," at pages/score/score.vue:449")}else this.isActive=this.isActive.name==e.name?{}:e},handleTarget:function(){var t=this;t.selectllist.forEach((function(e){e.list.forEach((function(e){e.key==t.region_list.key&&(e.list=[])}))})),1==t.choice?0!=Object.keys(t.isActive).length&&t.region_list.list.push(t.isActive):t.region_list.list=t.isActiveList,t.isDrawe=!1},onTap:function(){var e=this;1==e.choice&&0==Object.keys(e.isActive).length&&(e.region_list.list=[],e.selectllist.forEach((function(t){t.list.forEach((function(t){t.key==e.region_list.key&&(t.list=[])}))}))),e.isDrawe=!1,t("log","\u53d6\u6d88",Object.keys(e.isActive).length,this.isActive," at pages/score/score.vue:487")},navTo:function(t){uni.navigateTo({url:t})}}};e.default=d}).call(this,i("f3b9")["default"])},"6eca":function(t,e,i){"use strict";i.r(e);var n=i("7877"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"6f57":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isRecord)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("picker",{attrs:{end:t._$s(7,"a-end",t.endDate),fields:t._$s(7,"a-fields",t.fields),_i:7},on:{change:t.changeLog}},[i("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.regTime?t.regTime:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(9,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:9}})])])]),t._$s(10,"i",8!=t.rtype&&2!=t.rtype)?i("view",[t._$s(11,"i",t.info&&t.info.list.length)?i("view",{staticClass:t._$s(11,"sc","editem"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","left"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","right"),attrs:{_i:13}},[i("picker",{attrs:{range:t._$s(14,"a-range",t.info.list),value:t._$s(14,"a-value",t.lableTndex),_i:14},on:{change:t.bindLableChange}},[i("view",{staticClass:t._$s(15,"sc","uni-input"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.name?t.name:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(16,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:16}})])])]):t._e(),t._$s(17,"i",t.info&&t.info.list.length&&t.listType)?i("view",{staticClass:t._$s(17,"sc","editem"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","name"),attrs:{_i:18}},[t._v(t._$s(18,"t0-0",t._s(t.describe)))]),t._$s(19,"i",4==t.listType)?i("view",{staticClass:t._$s(19,"sc","right"),attrs:{_i:19}},[i("picker",{attrs:{range:t._$s(20,"a-range",t.timeList),value:t._$s(20,"a-value",t.timesTndex),_i:20},on:{change:t.bindTimeChange}},[i("view",{staticClass:t._$s(21,"sc","size16"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.time_m?t.time_m+":":"\u8bf7\u9009\u62e9"))+t._$s(21,"t0-1",t._s(t.time_s?t.time_s:"")))])]),i("uni-icons",{staticClass:t._$s(22,"sc","ml-15 c666"),attrs:{type:"bottom",_i:22}})],1):t._e(),t._$s(23,"i",4!=t.listType)?i("view",{staticClass:t._$s(23,"sc","right"),attrs:{_i:23}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number,expression:"number"}],attrs:{type:t._$s(24,"a-type",1==t.listType?"number":"digit"),_i:24},domProps:{value:t._$s(24,"v-model",t.number)},on:{input:function(e){e.target.composing||(t.number=e.target.value)}}}),t._v(t._$s(23,"t1-0",t._s(t.unit)))]):t._e()]):t._e(),t._$s(25,"i",t.info&&t.info.time)?i("view",{staticClass:t._$s(25,"sc","editem"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","right"),attrs:{_i:27}},[i("picker",{attrs:{range:t._$s(28,"a-range",t.timeList),value:t._$s(28,"a-value",t.timesTndex),_i:28},on:{change:t.bindTimeChange}},[i("view",{staticClass:t._$s(29,"sc","size16"),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.time_m?t.time_m+":":"\u8bf7\u9009\u62e9"))+t._$s(29,"t0-1",t._s(t.time_s?t.time_s:"")))])]),i("uni-icons",{staticClass:t._$s(30,"sc","ml-15 c666"),attrs:{type:"bottom",_i:30}})],1)]):t._e(),t._$s(31,"i",t.info&&t.info.number)?i("view",{staticClass:t._$s(31,"sc","editem"),attrs:{_i:31}},[i("view",{staticClass:t._$s(32,"sc","name"),attrs:{_i:32}}),i("view",{staticClass:t._$s(33,"sc","right"),attrs:{_i:33}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number,expression:"number"}],attrs:{_i:34},domProps:{value:t._$s(34,"v-model",t.number)},on:{input:function(e){e.target.composing||(t.number=e.target.value)}}})])]):t._e()]):t._e(),t._$s(35,"i",2==t.rtype)?i("view",[t._$s(36,"i",t.info&&t.info.height)?i("view",{staticClass:t._$s(36,"sc","editem"),attrs:{_i:36}},[i("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}}),i("view",{staticClass:t._$s(38,"sc","right"),attrs:{_i:38}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:39},domProps:{value:t._$s(39,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})])]):t._e(),t._$s(40,"i",t.info&&t.info.weight)?i("view",{staticClass:t._$s(40,"sc","editem"),attrs:{_i:40}},[i("view",{staticClass:t._$s(41,"sc","name"),attrs:{_i:41}}),i("view",{staticClass:t._$s(42,"sc","right"),attrs:{_i:42}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:43},domProps:{value:t._$s(43,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})])]):t._e(),t._$s(44,"i","\u5a74\u513f"==t.userInfo.stage)?i("view",{staticClass:t._$s(44,"sc","editem"),attrs:{_i:44}},[i("view",{staticClass:t._$s(45,"sc","left"),attrs:{_i:45}}),i("view",{staticClass:t._$s(46,"sc","right"),attrs:{_i:46}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.head,expression:"head"}],attrs:{_i:47},domProps:{value:t._$s(47,"v-model",t.head)},on:{input:function(e){e.target.composing||(t.head=e.target.value)}}})])]):t._e()]):t._e(),t._$s(48,"i",8==t.rtype)?i("view",[i("view",{staticClass:t._$s(49,"sc","editem"),attrs:{_i:49}},[i("view",{staticClass:t._$s(50,"sc","name"),attrs:{_i:50}}),i("view",{staticClass:t._$s(51,"sc","right"),attrs:{_i:51}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number1,expression:"number1"}],attrs:{_i:52},domProps:{value:t._$s(52,"v-model",t.number1)},on:{input:function(e){e.target.composing||(t.number1=e.target.value)}}})])]),i("view",{staticClass:t._$s(53,"sc","editem"),attrs:{_i:53}},[i("view",{staticClass:t._$s(54,"sc","name"),attrs:{_i:54}}),i("view",{staticClass:t._$s(55,"sc","right"),attrs:{_i:55}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number2,expression:"number2"}],attrs:{_i:56},domProps:{value:t._$s(56,"v-model",t.number2)},on:{input:function(e){e.target.composing||(t.number2=e.target.value)}}})])]),i("view",{staticClass:t._$s(57,"sc","editem"),attrs:{_i:57}},[i("view",{staticClass:t._$s(58,"sc","name"),attrs:{_i:58}}),i("view",{staticClass:t._$s(59,"sc","right"),attrs:{_i:59}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number3,expression:"number3"}],attrs:{_i:60},domProps:{value:t._$s(60,"v-model",t.number3)},on:{input:function(e){e.target.composing||(t.number3=e.target.value)}}})])])]):t._e(),i("view",{staticClass:t._$s(61,"sc","btn close"),attrs:{_i:61},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(62,"sc","btn"),attrs:{_i:62},on:{click:t.handleTarget}})])])]):t._e()},s=[]},7135:function(t,e,i){"use strict";i.r(e);var n=i("a42e"),a=i("6eca");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"0afe9137",null,!1,n["a"],void 0);e["default"]=o.exports},7160:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={appid:"__UNI__20604F1"}},7172:function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var n,a,s,r,o=[],c=!0,l=!1;try{if(s=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(n=s.call(i)).done)&&(o.push(n.value),o.length!==e);c=!0);}catch(t){l=!0,a=t}finally{try{if(!c&&null!=i["return"]&&(r=i["return"](),Object(r)!==r))return}finally{if(l)throw a}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"72c6":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-collapse-item"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-collapse-item__title"),class:t._$s(1,"c",{"is-open":t.isOpen&&"auto"===t.titleBorder,"uni-collapse-item-border":"none"!==t.titleBorder}),attrs:{_i:1},on:{click:function(e){return t.onClick(!t.isOpen)}}},[i("view",{staticClass:t._$s(2,"sc","uni-collapse-item__title-wrap"),attrs:{_i:2}},[t._t("title",[i("view",{staticClass:t._$s(4,"sc","uni-collapse-item__title-box"),class:t._$s(4,"c",{"is-disabled":t.disabled}),attrs:{_i:4}},[t._$s(5,"i",t.thumb)?i("image",{staticClass:t._$s(5,"sc","uni-collapse-item__title-img"),attrs:{src:t._$s(5,"a-src",t.thumb),_i:5}}):t._e(),i("text",{staticClass:t._$s(6,"sc","uni-collapse-item__title-text"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.title)))])])],{_i:3})],2),t._$s(7,"i",t.showArrow)?i("view",{staticClass:t._$s(7,"sc","uni-collapse-item__title-arrow"),class:t._$s(7,"c",{"uni-collapse-item__title-arrow-active":t.isOpen,"uni-collapse-item--animation":!0===t.showAnimation}),attrs:{_i:7}},[i("uni-icons",{attrs:{color:t.disabled?"#ddd":"#bbb",size:"14",type:"bottom",_i:8}})],1):t._e()]),i("view",{staticClass:t._$s(9,"sc","uni-collapse-item__wrap"),class:t._$s(9,"c",{"is--transition":t.showAnimation}),style:t._$s(9,"s",{height:(t.isOpen?t.height:0)+"px"}),attrs:{_i:9}},[i("view",{ref:"collapse--hook",staticClass:t._$s(10,"sc","uni-collapse-item__wrap-content"),class:t._$s(10,"c",{open:t.isheight,"uni-collapse-item--border":t.border&&t.isOpen}),attrs:{id:t._$s(10,"a-id",t.elId),_i:10}},[t._t("default",null,{_i:11})],2)])])},s=[]},"73b8":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59"),r=n(i("c5cc"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),n=1;n=1&&i<=9&&(i="0"+i),n>=0&&n<=9&&(n="0"+n);var a=e+"-"+i+"-"+n;return a}var u={name:"qiun-data-charts",mixins:[t.mixinDatacom],props:{type:{type:String,default:null},canvasId:{type:String,default:"uchartsid"},canvas2d:{type:Boolean,default:!1},background:{type:String,default:"rgba(0,0,0,0)"},animation:{type:Boolean,default:!0},chartData:{type:Object,default:function(){return{categories:[],series:[]}}},opts:{type:Object,default:function(){return{}}},eopts:{type:Object,default:function(){return{}}},loadingType:{type:Number,default:2},errorShow:{type:Boolean,default:!0},errorReload:{type:Boolean,default:!0},errorMessage:{type:String,default:null},inScrollView:{type:Boolean,default:!1},reshow:{type:Boolean,default:!1},reload:{type:Boolean,default:!1},disableScroll:{type:Boolean,default:!1},optsWatch:{type:Boolean,default:!0},onzoom:{type:Boolean,default:!1},ontap:{type:Boolean,default:!0},ontouch:{type:Boolean,default:!1},onmouse:{type:Boolean,default:!0},onmovetip:{type:Boolean,default:!1},echartsH5:{type:Boolean,default:!1},echartsApp:{type:Boolean,default:!1},tooltipShow:{type:Boolean,default:!0},tooltipFormat:{type:String,default:void 0},tooltipCustom:{type:Object,default:void 0},startDate:{type:String,default:void 0},endDate:{type:String,default:void 0},textEnum:{type:Array,default:function(){return[]}},groupEnum:{type:Array,default:function(){return[]}},pageScrollTop:{type:Number,default:0},directory:{type:String,default:"/"},tapLegend:{type:Boolean,default:!0},menus:{type:Array,default:function(){return[]}},Height:{type:Number,default:340},Width:{type:Number,default:340}},data:function(){return{cid:"uchartsid",inWx:!1,inAli:!1,inTt:!1,inBd:!1,inH5:!1,inApp:!1,inWin:!1,type2d:!0,disScroll:!1,openmouse:!1,pixel:1,cWidth:340,cHeight:240,showchart:!1,echarts:!1,echartsResize:{state:!1},uchartsOpts:{},echartsOpts:{},drawData:{},lastDrawTime:null}},created:function(){if(this.cid=this.canvasId,"uchartsid"==this.canvasId||""==this.canvasId){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",e=t.length,i="",n=0;n<32;n++)i+=t.charAt(Math.floor(Math.random()*e));this.cid=i}var a=uni.getSystemInfoSync();"windows"!==a.platform&&"mac"!==a.platform||(this.inWin=!0),this.type2d=!1,this.disScroll=this.disableScroll},mounted:function(){var t=this;this.inApp=!0,!0===this.echartsApp&&(this.echarts=!0,this.openmouse=!1),this.cWidth=this.Width?this.Width:this.cWidth,this.cHeight=this.Height?this.Height:this.cHeight,this.$nextTick((function(){t.beforeInit()}))},destroyed:function(){!0===this.echarts?(delete o.default.option[this.cid],delete o.default.instance[this.cid]):(delete r.default.option[this.cid],delete r.default.instance[this.cid]),uni.offWindowResize((function(){}))},watch:{chartDataProps:{handler:function(t,e){"object"===(0,s.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&(this._clearChart(),t.series&&t.series.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this.showchart=!1,this.mixinDatacomErrorMessage=null)):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1achartData\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},localdata:{handler:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&(t.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage=null))},immediate:!1,deep:!0},optsProps:{handler:function(t,e){"object"===(0,s.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!1===this.echarts&&1==this.optsWatch&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},eoptsProps:{handler:function(t,e){"object"===(0,s.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!0===this.echarts&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aeopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},reshow:function(t,e){var i=this;!0===t&&!1===this.mixinDatacomLoading&&setTimeout((function(){i.mixinDatacomErrorMessage=null,i.echartsResize.state=!i.echartsResize.state,i.checkData(i.drawData)}),200)},reload:function(t,e){!0===t&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())},mixinDatacomErrorMessage:function(t,e){t&&(this.emitMsg({name:"error",params:{type:"error",errorShow:this.errorShow,msg:t,id:this.cid}}),this.errorShow&&n("log","[\u79cb\u4e91\u56fe\u8868\u7ec4\u4ef6]"+t," at uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue:567"))},errorMessage:function(t,e){t&&this.errorShow&&null!==t&&"null"!==t&&""!==t?(this.showchart=!1,this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=t):(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())}},computed:{optsProps:function(){return JSON.parse(JSON.stringify(this.opts))},eoptsProps:function(){return JSON.parse(JSON.stringify(this.eopts))},chartDataProps:function(){return JSON.parse(JSON.stringify(this.chartData))}},methods:{beforeInit:function(){this.mixinDatacomErrorMessage=null,"object"===(0,s.default)(this.chartData)&&null!=this.chartData&&void 0!==this.chartData.series&&this.chartData.series.length>0?(this.drawData=c({},this.chartData),this.mixinDatacomLoading=!1,this.showchart=!0,this.checkData(this.chartData)):this.localdata.length>0?(this.mixinDatacomLoading=!1,this.showchart=!0,this.localdataInit(this.localdata)):""!==this.collection?(this.mixinDatacomLoading=!1,this.getCloudData()):this.mixinDatacomLoading=!0},localdataInit:function(t){if(this.groupEnum.length>0)for(var e=0;e0)for(var n=0;n0)d=this.chartData.categories;else if(this.startDate&&this.endDate){var h=new Date(this.startDate),p=new Date(this.endDate);while(h<=p)d.push(l(h)),h=h.setDate(h.getDate()+1),h=new Date(h)}else{var v={};t.map((function(t,e){void 0==t.text||v[t.text]||(d.push(t.text),v[t.text]=!0)}))}u.categories=d}var g={};if(t.map((function(t,e){void 0==t.group||g[t.group]||(f.push({name:t.group,data:[]}),g[t.group]=!0)})),0==f.length)if(f=[{name:"\u9ed8\u8ba4\u5206\u7ec4",data:[]}],!0===s)for(var _=0;_0)for(var w=0;w0&&(this.mixinDatacomErrorMessage=null,!0===this.echarts?(o.default.option[i].chartData=n,this.$nextTick((function(){e.init()}))):(r.default.option[i].categories=n.categories,r.default.option[i].series=n.series,this.$nextTick((function(){e.init()}))))},resizeHandler:function(){var t=this,e=Date.now(),i=this.lastDrawTime?this.lastDrawTime:e-3e3,n=e-i;if(!(n<1e3))uni.createSelectorQuery().in(this).select("#ChartBoxId"+this.cid).boundingClientRect((function(e){t.showchart=!0,e.width>0&&e.height>0&&(e.width===t.cWidth&&e.height===t.cHeight||t.checkData(t.drawData))})).exec()},getCloudData:function(){var t=this;1!=this.mixinDatacomLoading&&(this.mixinDatacomLoading=!0,this.mixinDatacomGet().then((function(e){t.mixinDatacomResData=e.result.data,t.localdataInit(t.mixinDatacomResData)})).catch((function(e){t.mixinDatacomLoading=!1,t.showchart=!1,t.mixinDatacomErrorMessage="\u8bf7\u6c42\u9519\u8bef\uff1a"+e})))},onMixinDatacomPropsChange:function(t,e){1==t&&""!==this.collection&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this._clearChart(),this.getCloudData())},_clearChart:function(){var t=this.cid;if(!0!==this.echarts&&r.default.option[t]&&r.default.option[t].context){var e=r.default.option[t].context;"object"!==(0,s.default)(e)||r.default.option[t].update||(e.clearRect(0,0,this.cWidth*this.pixel,this.cHeight*this.pixel),e.draw())}},init:function(){var t=this,e=this.cid;uni.createSelectorQuery().in(this).select("#ChartBoxId"+e).boundingClientRect((function(i){i.width>0&&i.height>0?(t.mixinDatacomLoading=!1,t.showchart=!0,t.lastDrawTime=Date.now(),t.cWidth=i.width,t.cHeight=i.height,!0!==t.echarts&&(r.default.option[e].background="rgba(0,0,0,0)"==t.background?"#FFFFFF":t.background,r.default.option[e].canvas2d=t.type2d,r.default.option[e].pixelRatio=t.pixel,r.default.option[e].animation=t.animation,r.default.option[e].width=i.width*t.pixel,r.default.option[e].height=i.height*t.pixel,r.default.option[e].onzoom=t.onzoom,r.default.option[e].ontap=t.ontap,r.default.option[e].ontouch=t.ontouch,r.default.option[e].onmouse=t.openmouse,r.default.option[e].onmovetip=t.onmovetip,r.default.option[e].tooltipShow=t.tooltipShow,r.default.option[e].tooltipFormat=t.tooltipFormat,r.default.option[e].tooltipCustom=t.tooltipCustom,r.default.option[e].inScrollView=t.inScrollView,r.default.option[e].lastDrawTime=t.lastDrawTime,r.default.option[e].tapLegend=t.tapLegend),t.inH5||t.inApp?1==t.echarts?(o.default.option[e].ontap=t.ontap,o.default.option[e].onmouse=t.openmouse,o.default.option[e].tooltipShow=t.tooltipShow,o.default.option[e].tooltipFormat=t.tooltipFormat,o.default.option[e].tooltipCustom=t.tooltipCustom,o.default.option[e].lastDrawTime=t.lastDrawTime,t.echartsOpts=c({},o.default.option[e])):(r.default.option[e].rotateLock=r.default.option[e].rotate,t.uchartsOpts=c({},r.default.option[e])):(r.default.option[e]=function t(e,i){for(var n in e)e.hasOwnProperty(n)&&null!==e[n]&&"object"===(0,s.default)(e[n])?t(e[n],i):"format"===n&&"string"===typeof e[n]&&(e["formatter"]=i[e[n]]?i[e[n]]:void 0);return e}(r.default.option[e],r.default.formatter),t.mixinDatacomErrorMessage=null,t.mixinDatacomLoading=!1,t.showchart=!0,t.$nextTick((function(){if(!0===t.type2d){var n=uni.createSelectorQuery().in(t);n.select("#"+e).fields({node:!0,size:!0}).exec((function(n){if(n[0]){var a=n[0].node,s=a.getContext("2d");r.default.option[e].context=s,r.default.option[e].rotateLock=r.default.option[e].rotate,r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):(a.width=i.width*t.pixel,a.height=i.height*t.pixel,a._width=i.width*t.pixel,a._height=i.height*t.pixel,setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100))}else t.showchart=!1,t.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1a\u5f00\u542f2d\u6a21\u5f0f\u540e\uff0c\u672a\u83b7\u53d6\u5230dom\u8282\u70b9\uff0ccanvas-id:"+e}))}else t.inAli&&(r.default.option[e].rotateLock=r.default.option[e].rotate),r.default.option[e].context=uni.createCanvasContext(e,t),r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100)})))):(t.mixinDatacomLoading=!1,t.showchart=!1,1==t.reshow&&(t.mixinDatacomErrorMessage="\u5e03\u5c40\u9519\u8bef\uff1a\u672a\u83b7\u53d6\u5230\u7236\u5143\u7d20\u5bbd\u9ad8\u5c3a\u5bf8\uff01canvas-id:"+e))})).exec()},saveImage:function(){uni.canvasToTempFilePath({canvasId:this.cid,success:function(t){uni.saveImageToPhotosAlbum({filePath:t.tempFilePath,success:function(){uni.showToast({title:"\u4fdd\u5b58\u6210\u529f",duration:2e3})}})}},this)},getImage:function(){var t=this;if(0==this.type2d)uni.canvasToTempFilePath({canvasId:this.cid,success:function(e){t.emitMsg({name:"getImage",params:{type:"getImage",base64:e.tempFilePath}})}},this);else{var e=uni.createSelectorQuery().in(this);e.select("#"+this.cid).fields({node:!0,size:!0}).exec((function(e){if(e[0]){var i=e[0].node;t.emitMsg({name:"getImage",params:{type:"getImage",base64:i.toDataURL("image/png")}})}}))}},_error:function(t){this.mixinDatacomErrorMessage=t.detail.errMsg},emitMsg:function(t){this.$emit(t.name,t.params)},getRenderType:function(){!0===this.echarts&&!1===this.mixinDatacomLoading&&this.beforeInit()},toJSON:function(){return this}}};e.default=u}).call(this,i("861b")["default"],i("f3b9")["default"])},"78fe":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i("b168"),a={name:"UniIcons",emits:["click"],props:{type:{type:String,default:""},color:{type:String,default:"#333333"},size:{type:[Number,String],default:16},customPrefix:{type:String,default:""},fontFamily:{type:String,default:""}},data:function(){return{icons:n.fontData}},computed:{unicode:function(){var t=this,e=this.icons.find((function(e){return e.font_class===t.type}));return e?e.unicode:""},iconSize:function(){return function(t){return"number"===typeof t||/^[0-9]*$/g.test(t)?t+"px":t}(this.size)},styleObj:function(){return""!==this.fontFamily?"color: ".concat(this.color,"; font-size: ").concat(this.iconSize,"; font-family: ").concat(this.fontFamily,";"):"color: ".concat(this.color,"; font-size: ").concat(this.iconSize,";")}},methods:{_onClick:function(){this.$emit("click")}}};e.default=a},"79c5":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniSwipeAction:i("7f50").default,uniSwipeActionItem:i("0809").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",t.token)?n("view",{staticClass:t._$s(1,"sc","add"),attrs:{_i:1},on:{click:t.handleAdd}}):t._e(),t._$s(2,"i",t.list.length)?n("view",{staticClass:t._$s(2,"sc","tipsList"),attrs:{_i:2}},[t._l(t._$s(3,"f",{forItems:t.list}),(function(e,i,a,s){return n("view",{key:t._$s(3,"f",{forIndex:a,key:i}),staticClass:t._$s("3-"+s,"sc","tips"),attrs:{_i:"3-"+s}},[n("view",{staticClass:t._$s("4-"+s,"sc","title"),attrs:{_i:"4-"+s}},[t._v(t._$s("4-"+s,"t0-0",t._s(e.recordtime)))]),n("uni-swipe-action",{attrs:{_i:"5-"+s}},[n("uni-swipe-action-item",{attrs:{"right-options":e.options,_i:"6-"+s}},[n("view",{staticClass:t._$s("7-"+s,"sc","list"),attrs:{_i:"7-"+s}},[n("icon",{staticClass:t._$s("8-"+s,"sc","t-icon t-icon-a-ziyuan265"),attrs:{_i:"8-"+s}}),n("view",{staticClass:t._$s("9-"+s,"sc","info"),attrs:{_i:"9-"+s}},[n("view",{staticClass:t._$s("10-"+s,"sc","time"),attrs:{_i:"10-"+s}},[t._v(t._$s("10-"+s,"t0-0",t._s(t.petInfo.name)))]),n("text"),n("text",[t._v(t._$s("12-"+s,"t0-0",t._s(e.content)))])])])])],1)],1)})),t._$s(13,"i",!t.lastPage||t.page>=t.lastPage)?n("view",{staticClass:t._$s(13,"sc","endtext"),attrs:{_i:13}}):t._e()],2):t._e(),t._$s(14,"i",!t.lastPage)?n("view",{staticClass:t._$s(14,"sc","nolist mt-15"),attrs:{_i:14}},[n("image",{attrs:{src:t._$s(15,"a-src",i("d75c")),_i:15}}),n("text")]):t._e()])},s=[]},"79db":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e9?a:"0"+a,e.push(a+"\u5206");for(a=0;a<=59;a++)a=a>9?a:"0"+a,i.push(a+"\u79d2");return n[0]=e,n[1]=i,n},str2hex:function(t){var e=new TextEncoder("utf8");return e.encode(t)},hex2str:function(t){var e=new TextDecoder("utf8"),i=new Uint8Array(t),n=e.decode(i);return n},ab2hex:function(t,e){var i=Array.prototype.map.call(new Uint8Array(t),(function(t){return("00"+t.toString(16)).slice(-2)}));return i.join(e)},inArray:function(t,e,i){if(!t||!t.length||"object"!=(0,a.default)(t)||!Array.isArray(t))return-1;for(var n=0;n12&&(e%=12);0!=e&&(a+e>12?(n++,a=(a+e)%12):a+e<1?(n--,a=12+a+e):a+=e);a=a<10?"0"+a:a;i.getDate();return"01"==a||"03"==a||"05"==a||"07"==a||"08"==a||"10"==a||"12"==a?n+"-"+a+"-01~"+n+"-"+a+"-31":"02"==a?n%4==0&&n%100!=0||n%100==0&&n%400==0?n+"-"+a+"-01~"+n+"-"+a+"-29":n+"-"+a+"-01~"+n+"-"+a+"-28":n+"-"+a+"-01~"+n+"-"+a+"-30"},getDate:function(t){var e=new Date,i=e.getFullYear(),n=e.getMonth()+1,a=e.getDate();if(n=n>9?n:"0"+n,a=a>9?a:"0"+a,"tow"===t)return i-=2,"".concat(i,"-").concat(n,"-").concat(a);if("start"===t)return i=i,"".concat(i,"-").concat(n,"-").concat(a);if("end"===t)return i+=60,"".concat(i,"-").concat(n,"-").concat(a);if("year"===t)return i=i,"".concat(i);if("month"===t)return i=i,"".concat(i,"-").concat(n);if("m"==t)return"01"==n||"03"==n||"05"==n||"07"==n||"08"==n||"10"==n||"12"==n?i+"-"+n+"-01~"+i+"-"+n+"-31":"02"==n?i%4==0&&i%100!=0||i%100==0&&i%400==0?i+"-"+n+"-01~"+i+"-"+n+"-29":i+"-"+n+"-01~"+i+"-"+n+"-28":i+"-"+n+"-01~"+i+"-"+n+"-30"},GetDateStr:function(t){var e=new Date;e.setDate(e.getDate()+t);var i=e.getFullYear(),n=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate();return i+"-"+n+"-"+a},PrefixZero:function(t,e){return(Array(e).join(0)+t).slice(-e)},showModal:function(t){uni.showModal({title:"\u63d0\u793a",content:t,showCancel:!1,success:function(t){t.confirm&&uni.switchTab({url:"/pages/home/home"})}})},NewsPtype:function(t){("wechat"==t.type||"wechat"!=t.type)&&uni.navigateTo({url:"/pageTwo/webview/webview?id="+t.id+"&url="+t.jump_url})},compareVersions:function(e,i){t("log","\u7248\u672c\u5bf9\u6bd4",e,i," at toolJs/tools.js:61");for(var n=e.split(".").map(Number),a=i.split(".").map(Number),s=0;so)return 1}return 0},validatePhoneEmail:function(t){var e=/^(\+?\d{1,4})?[-\s.]?\(?(\d{3})\)?[-\s.]?(\d{3})[-\s.]?(\d{4})$/.test(t),i=/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(t);return{isPhone:e,isEmail:i}},checkPrivacyAgreement:function(){var t=uni.getStorageSync("isPrivacyAgreed");return!!t},getBluetoothAdapter:function(e){var i="";if("openBluetoothAdapter:fail auth denied"!=e.errMsg&&"openBluetoothAdapter:fail auth deny"!==e.errMsg&&"openBluetoothAdapter:fail authorize no response"!==e.errMsg)return i="\u8bf7\u6253\u5f00\u624b\u673a\u84dd\u7259\u540e\uff0c\u5f00\u59cb\u6d4b\u91cf",i;uni.showModal({title:"\u63d0\u793a",content:"\u9700\u8981\u60a8\u6388\u6743\u4f7f\u7528\u624b\u673a\u84dd\u7259",showCancel:!1,success:function(e){uni.openSetting({success:function(e){if(!e.authSetting["scope.bluetooth"])return i="\u83b7\u53d6\u6743\u9650\u5931\u8d25\uff0c\u5c06\u65e0\u6cd5\u4f7f\u7528\u624b\u673a\u84dd\u7259\u8fdb\u884c\u6d4b\u91cf",i;uni.openBluetoothAdapter({success:function(t){return s.default.commit("changeBluetooth",!0),i="\u84dd\u7259\u6743\u9650\u83b7\u53d6\u6210\u529f,\u91cd\u65b0\u8fde\u63a5\u84dd\u7259",i},fail:function(e){return i="\u8bf7\u6253\u5f00\u624b\u673a\u84dd\u7259\u540e\uff0c\u5f00\u59cb\u6d4b\u91cf",t("log","\u521d\u59cb\u5316\u84dd\u7259\u5931\u8d25:"+e.errMsg," at toolJs/tools.js:280"),i}})}})}})}});e.default=r}).call(this,i("f3b9")["default"])},"7dd2":function(t,e,i){"use strict";i.r(e);var n=i("5d5b"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"7df3":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i="",n={data:function(){return{}},onLaunch:function(){var e=this;uni.getSystemInfo({success:function(n){i=n.platform,e.$store.commit("changePhoneInfo",{platform:n.platform}),t("log","getSystemInfo",n.platform," at App.vue:17")}}),"ios"===i&&uni.onNetworkStatusChange((function(i){1==i.isConnected&&(e.handleCityList(),e.handleCooperationUrl(),uni.reLaunch({url:"/pageTwo/login/login"}),t("log","\u6709\u7f51\u7edc\u8fde\u63a5",i.isConnected," at App.vue:28"))})),e.checkForUpdates(),t("log","App Launch"," at App.vue:40")},onShow:function(){t("log","App Show"," at App.vue:43")},onHide:function(){t("log","App Hide"," at App.vue:46"),uni.offNetworkStatusChange((function(e){t("log","\u53d6\u6d88\u7f51\u7edc\u76d1\u542c"," at App.vue:49")}))},methods:{checkForUpdates:function(){var e=this;plus.runtime.getProperty(plus.runtime.appid,(function(i){uni.setStorageSync("VERSION",i.version),e.$store.commit("changePhoneInfo",{info:i}),t("log","\u5f53\u524d\u5e94\u7528\u7248\u672c\u53f7",i," at App.vue:62"),e.handleCityList(),e.handleCooperationUrl(),e.handleoginversion(i)}))},handleoginversion:function(e){var i=this;i.$model.getloginversion({}).then((function(n){t("log","\u662f\u5426\u767b\u5f55\u53ca\u7248\u672c\u53f7",n," at App.vue:72"),i.handleCancelUpdate(n.code);var a=e.version,s=n.data.version;i.$store.commit("changePhoneInfo",{versionUrl:n.data});var r=i.$tools.compareVersions(a,s);-1==r&&uni.showModal({title:"\u53d1\u73b0\u65b0\u7248\u672c",content:"\u68c0\u67e5\u5230\u65b0\u7248\u672c"+n.data.version+"\uff0c\u662f\u5426\u66f4\u65b0\uff1f",success:function(e){e.confirm?uni.navigateTo({url:"/pageTwo/my/about"}):e.cancel&&t("log","\u7528\u6237\u70b9\u51fb\u53d6\u6d88"," at App.vue:93")}})}))},handleCancelUpdate:function(t){0==t?uni.reLaunch({url:"/pages/home/home?type=1"}):setTimeout((function(){uni.reLaunch({url:"/pageTwo/login/login"})}),500)},handleCityList:function(){var t=this;t.$model.getGradeList({}).then((function(e){0==e.code&&(t.$store.commit("changeCityList",e.data.area_list),t.$store.commit("changeGradeList",e.data.grade_list),t.$store.commit("changeIdentityList",e.data.identity_list))}))},handleCooperationUrl:function(){var t=this;this.$model.getCooperationUrl({}).then((function(e){0==e.code&&t.$store.commit("changeCooperationUrl",e.data)}))},updataWeiXin:function(){var t=uni.getUpdateManager();t.onCheckForUpdate((function(t){})),t.onUpdateReady((function(){uni.showModal({title:"\u66f4\u65b0\u63d0\u793a",content:"\u65b0\u7248\u672c\u5df2\u7ecf\u51c6\u5907\u597d\uff0c\u662f\u5426\u91cd\u542f\u5e94\u7528\uff1f",success:function(e){e.confirm&&t.applyUpdate()}})})),t.onUpdateFailed((function(){uni.showModal({title:"\u65b0\u7248\u672c\u66f4\u65b0\u5931\u8d25",content:"\u8bf7\u9000\u51fa\u5e76\u79fb\u9664\u5c0f\u7a0b\u5e8f\uff0c\u91cd\u65b0\u6253\u5f00..."})}))}}};e.default=n}).call(this,i("f3b9")["default"])},"7f50":function(t,e,i){"use strict";i.r(e);var n=i("acb2"),a=i("0658");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"7fd8":function(t,e,i){"use strict";i.r(e);var n=i("50ad"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"7ff1":function(t,e,i){"use strict";i.r(e);var n=i("72c6"),a=i("3bb4");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},8064:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","charts-error"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","charts-font"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(null==t.errorMessage?"\u8bf7\u70b9\u51fb\u91cd\u8bd5":t.errorMessage)))])])},a=[]},"828b":function(t,e,i){"use strict";function n(t,e,i,n,a,s,r,o,c,l){var u,d="function"===typeof t?t.options:t;if(c){d.components||(d.components={});var f=Object.prototype.hasOwnProperty;for(var h in c)f.call(c,h)&&!f.call(d.components,h)&&(d.components[h]=c[h])}if(l&&("function"===typeof l.beforeCreate&&(l.beforeCreate=[l.beforeCreate]),(l.beforeCreate||(l.beforeCreate=[])).unshift((function(){this[l.__module]=this})),(d.mixins||(d.mixins=[])).push(l)),e&&(d.render=e,d.staticRenderFns=i,d._compiled=!0),n&&(d.functional=!0),s&&(d._scopeId="data-v-"+s),r?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(r)},d._ssrRegister=u):a&&(u=o?function(){a.call(this,this.$root.$options.shadowRoot)}:a),u)if(d.functional){d._injectStyles=u;var p=d.render;d.render=function(t,e){return u.call(e),p(t,e)}}else{var v=d.beforeCreate;d.beforeCreate=v?[].concat(v,u):[u]}return{exports:t,options:d}}i.d(e,"a",(function(){return n}))},"83b7":function(t,e,i){"use strict";i.r(e);var n=i("79db"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"84ec":function(t,e,i){"use strict";e["a"]=function(t){(t.options.wxs||(t.options.wxs={}))["wxsswipe"]=function(t){var e=!1;function i(t,i){var n=t.instance,a=n.getDataset().disabled,s=n.getState();r(n,i),a=("string"===typeof a?JSON.parse(a):a)||!1,a||(n.requestAnimationFrame((function(){n.removeClass("ani"),i.callMethod("closeSwipe")})),s.x=s.left||0,function(t){var i=t.instance,n=i.getState();c(i);var a=t.touches[0];e&&l()&&(a=t);n.startX=a.clientX,n.startY=a.clientY}(t))}function n(t,i){var n=t.instance,a=n.getDataset().disabled,r=n.getState();a=("string"===typeof a?JSON.parse(a):a)||!1,a||(function(t){var i=t.instance,n=i.getState(),a=t.touches[0];e&&l()&&(a=t);n.deltaX=a.clientX-n.startX,n.deltaY=a.clientY-n.startY,n.offsetY=Math.abs(n.deltaY),n.offsetX=Math.abs(n.deltaX),n.direction=n.direction||function(t,e){if(t>e&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(n.offsetX,n.offsetY)}(t),"horizontal"===r.direction&&(t.preventDefault&&t.preventDefault(),s(r.x+r.deltaX,n,i)))}function a(t,e){var i=t.instance,n=i.getDataset().disabled,a=i.getState();n=("string"===typeof n?JSON.parse(n):n)||!1,n||function(t,e,i){var n=e.getState(),a=n.threshold,s=(n.position,n.isopen||"none"),r=n.leftWidth,c=n.rightWidth;if(0===n.deltaX)return void o("none",e,i);o("none"===s&&c>0&&-t>a||"none"!==s&&c>0&&c+t0&&t>a||"none"!==s&&r>0&&r-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var u=!1;return t.exports={showWatch:function(t,e,i,n){var a=n.getState();r(n,i),t&&"none"!==t?o(t,n,i):(a.left&&o("none",n,i),c(n))},touchstart:i,touchmove:n,touchend:a,mousedown:function(t,n){e&&l()&&(i(t,n),u=!0)},mousemove:function(t,i){e&&l()&&u&&n(t,i)},mouseup:function(t,i){e&&l()&&(a(t,i),u=!1)},mouseleave:function(t,i){e&&l()&&(u=!1)}},t.exports}({exports:{}})}},8515:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",password2:"",disabled:!1,second:60,value:1,type:""}},onLoad:function(t){this.type=t.type},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var e=this,i=-1!==e.phone.indexOf("@");if(0!=e.value)if(i||/^1[3456789]\d{9}$/.test(e.phone))if(!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))if(e.code)if(e.password)if(e.password2){if(e.password2==e.password){var n={data:e.phone,password:e.password,c_password:e.password2,code:e.code},a="register"==e.type?e.$model.getregister(n):e.$model.getResetPassword(n);return a.then((function(i){t("log","\u6ce8\u518c",i," at pageTwo/login/forgetPassword.vue:109"),0==i.code?(uni.setStorageSync("token",i.data.token),uni.setStorageSync("aan_id",i.data.aan_id),e.$tools.msg("\u8bbe\u7f6e\u6210\u529f,\u8fdb\u5165\u7a0b\u5e8f\u4e2d"),setTimeout((function(){uni.reLaunch({url:"/pages/home/home?type=1"})}),1e3)):e.$tools.msg(i.msg)})).catch((function(t){}))}e.$tools.msg("\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4")}else e.$tools.msg("\u8bf7\u786e\u8ba4\u5bc6\u7801");else e.$tools.msg("\u8bf7\u586b\u5199\u5bc6\u7801");else e.$tools.msg("\u8bf7\u586b\u5199\u9a8c\u8bc1\u7801");else e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1");else e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7");else e.$tools.msg("\u8bf7\u5148\u786e\u8ba4\u52fe\u9009\u534f\u8bae")},handleCode:function(){var e=this,i=-1!==e.phone.indexOf("@");i||/^1[3456789]\d{9}$/.test(e.phone)?!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?e.$model.getSendCode({data:e.phone,type:e.type}).then((function(i){if(t("log",i," at pageTwo/login/forgetPassword.vue:141"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7")},handlexieyi:function(){}}};e.default=i}).call(this,i("f3b9")["default"])},8596:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[t._$s(2,"i",t.userList.length)?i("view",{staticClass:t._$s(2,"sc","top"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","headimg"),attrs:{_i:3},on:{click:function(e){return t.handleAddUser(1)}}},[i("image",{attrs:{src:t._$s(4,"a-src",t.info.head_pic),_i:4}})]),i("view",{staticClass:t._$s(5,"sc","info"),attrs:{_i:5},on:{click:function(e){return t.handleAddUser(1)}}},[i("view",{staticClass:t._$s(6,"sc","size18 bold"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.info.nickname)))]),i("view",{staticClass:t._$s(7,"sc","mt-5"),attrs:{_i:7}},[i("text",{staticClass:t._$s(8,"sc","mr-10"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(1==t.info.gender?"\u7537":2==t.info.gender?"\u5973":"\u672a\u77e5")))]),i("text",{staticClass:t._$s(9,"sc","ml-10"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.info.age)))])]),t._$s(10,"i",1==t.info.measure_model)?i("view",{staticClass:t._$s(10,"sc","mt-5"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.info.address)))]):t._e()]),t._$s(11,"i",t.isLeft)?i("text",{staticClass:t._$s(11,"sc","t-icon t-icon-qiehuan1"),attrs:{_i:11},on:{click:function(e){return t.$store.commit("changeDrawe",!0)}}}):t._e()]):i("view",{staticClass:t._$s(12,"sc","top"),attrs:{_i:12},on:{click:function(e){return t.handleAddUser(2)}}},[i("view",{staticClass:t._$s(13,"sc","info"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","add"),attrs:{_i:14}})])]),i("view",{staticClass:t._$s(15,"sc","cityList"),attrs:{_i:15}},[t._$s(16,"i",t.isArea)?i("view",{staticClass:t._$s(16,"sc","area"),attrs:{_i:16},on:{click:function(e){t.visible=!0}}},[i("view"),i("view",[t._v(t._$s(18,"t0-0",t._s(t.region?t.region:t.info.address))),i("uni-icons",{attrs:{type:"bottom",_i:19}})],1)]):t._e(),t._$s(20,"i",t.visible)?i("view",{staticClass:t._$s(20,"sc","visible"),attrs:{_i:20},on:{click:function(e){t.visible=!1}}},[i("view",{staticClass:t._$s(21,"sc","item"),attrs:{_i:21},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(22,"sc","groupBtn"),attrs:{_i:22}},[i("view",{attrs:{_i:23},on:{click:function(e){t.visible=!1}}}),i("view",{staticClass:t._$s(24,"sc","sure"),attrs:{_i:24},on:{click:function(e){return t.handlesure()}}})]),i("picker-view",{staticClass:t._$s(25,"sc","picker-view"),attrs:{value:t._$s(25,"a-value",t.value),"indicator-style":t._$s(25,"a-indicator-style",t.indicatorStyle),_i:25},on:{change:t.bindChange}},[i("picker-view-column",t._l(t._$s(27,"f",{forItems:t.province}),(function(e,n,a,s){return i("view",{key:t._$s(27,"f",{forIndex:a,key:n}),staticClass:t._$s("27-"+s,"sc","item"),attrs:{_i:"27-"+s}},[t._v(t._$s("27-"+s,"t0-0",t._s(e.name)))])})),0),i("picker-view-column",t._l(t._$s(29,"f",{forItems:t.city}),(function(e,n,a,s){return i("view",{key:t._$s(29,"f",{forIndex:a,key:n}),staticClass:t._$s("29-"+s,"sc","item"),attrs:{_i:"29-"+s}},[t._v(t._$s("29-"+s,"t0-0",t._s(e)))])})),0)])])]):t._e()]),i("drawer",{attrs:{_i:30}})],1)},s=[]},"85ef":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1}},[i("text")]),i("view",{staticClass:t._$s(3,"sc","table"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","tr"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","td"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","radio"),attrs:{_i:7}},[i("uni-icons",{attrs:{type:1==t.sex?"checkbox-filled":"circle",size:"24",color:1==t.sex?"#fea606":"#dfdfdf",_i:8},on:{click:function(e){t.sex=1}}})],1),i("view",{staticClass:t._$s(9,"sc","radio ml-10"),attrs:{_i:9}},[i("uni-icons",{attrs:{type:2==t.sex?"checkbox-filled":"circle",size:"24",color:2==t.sex?"#fea606":"#dfdfdf",_i:10},on:{click:function(e){t.sex=2}}})],1)])]),i("view",{staticClass:t._$s(11,"sc","tr"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","text"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","td"),attrs:{_i:13}},[i("picker",{attrs:{end:t._$s(14,"a-end",t.endDate),value:t._$s(14,"a-value",t.birthday?t.birthday:t.endDate),fields:t._$s(14,"a-fields",t.fields),_i:14},on:{change:t.maskClick}},[i("view",{staticClass:t._$s(15,"sc","uni-input"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.birthday?t.birthday:"\u8bf7\u9009\u62e9"))),i("icon",{staticClass:t._$s(16,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:16}})])])])]),i("view",{staticClass:t._$s(17,"sc","tr"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","text"),attrs:{_i:18}}),i("view",{staticClass:t._$s(19,"sc","td"),attrs:{_i:19}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.dadheight,expression:"dadheight "}],staticClass:t._$s(20,"sc","input"),attrs:{_i:20},domProps:{value:t._$s(20,"v-model",t.dadheight)},on:{input:function(e){e.target.composing||(t.dadheight=e.target.value)}}})])]),i("view",{staticClass:t._$s(21,"sc","tr"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","text"),attrs:{_i:22}}),i("view",{staticClass:t._$s(23,"sc","td"),attrs:{_i:23}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.momheight,expression:"momheight"}],staticClass:t._$s(24,"sc","input"),attrs:{_i:24},domProps:{value:t._$s(24,"v-model",t.momheight)},on:{input:function(e){e.target.composing||(t.momheight=e.target.value)}}})])])]),i("view",{staticClass:t._$s(25,"sc","table table2"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","text"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","text"),attrs:{_i:27}}),i("view",{staticClass:t._$s(28,"sc","td"),attrs:{_i:28}},[i("text",[t._v(t._$s(29,"t0-0",t._s(t.geneticheight)))])]),i("view",{staticClass:t._$s(30,"sc","td"),attrs:{_i:30}},[i("text",[t._v(t._$s(31,"t0-0",t._s(t.adultheight)))]),t._$s(32,"i",t.errorvalue)?i("text",{staticClass:t._$s(32,"sc","text2"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.errorvalue)))]):t._e()])]),i("view",{staticClass:t._$s(33,"sc","btn mb-15"),attrs:{_i:33},on:{click:t.handleClick}}),i("view",{staticClass:t._$s(34,"sc","title mt-20"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","h5"),attrs:{_i:35}}),i("view",{staticClass:t._$s(36,"sc","con"),attrs:{_i:36}}),i("view",{staticClass:t._$s(37,"sc","h5"),attrs:{_i:37}}),i("view",{staticClass:t._$s(38,"sc","con"),attrs:{_i:38}})])])},s=[]},"861b":function(t,i,n){"use strict";(function(t,a){var s=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var r=s(n("127e")),o=s(n("3352")),c=s(n("34cf")),l=s(n("3b2d")),u=s(n("af34")),d=s(n("ee10")),f=s(n("7ca3")),h=s(n("8ffa")),p=s(n("4ffb")),v=s(n("b4d2")),g=s(n("7ce1")),_=s(n("67ad")),m=s(n("0bdb")),y=s(n("b1fc"));function b(t,e){var i="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!i){if(Array.isArray(t)||(i=function(t,e){if(!t)return;if("string"===typeof t)return x(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return x(t,e)}(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var n=0,a=function(){};return{s:a,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,r=!0,o=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return r=t.done,t},e:function(t){o=!0,s=t},f:function(){try{r||null==i.return||i.return()}finally{if(o)throw s}}}}function x(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i>>2]>>>24-s%4*8&255;e[n+s>>>2]|=r<<24-(n+s)%4*8}else for(s=0;s>>2]=i[s>>>2];return this.sigBytes+=a,this},clamp:function(){var e=this.words,i=this.sigBytes;e[i>>>2]&=4294967295<<32-i%4*8,e.length=t.ceil(i/4)},clone:function(){var t=s.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var i,n=[],a=function(e){e=e;var i=987654321,n=4294967295;return function(){var a=((i=36969*(65535&i)+(i>>16)&n)<<16)+(e=18e3*(65535&e)+(e>>16)&n)&n;return a/=4294967296,(a+=.5)*(t.random()>.5?1:-1)}},s=0;s>>2]>>>24-a%4*8&255;n.push((s>>>4).toString(16)),n.push((15&s).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new r.init(i,e/2)}},l=o.Latin1={stringify:function(t){for(var e=t.words,i=t.sigBytes,n=[],a=0;a>>2]>>>24-a%4*8&255;n.push(String.fromCharCode(s))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new r.init(i,e)}},u=o.Utf8={stringify:function(t){try{return decodeURIComponent(escape(l.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return l.parse(unescape(encodeURIComponent(t)))}},d=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=u.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var i=this._data,n=i.words,a=i.sigBytes,s=this.blockSize,o=a/(4*s),c=(o=e?t.ceil(o):t.max((0|o)-this._minBufferSize,0))*s,l=t.min(4*c,a);if(c){for(var u=0;u>>24)|4278255360&(a<<24|a>>>8)}var s=this._hash.words,r=t[e+0],c=t[e+1],h=t[e+2],p=t[e+3],v=t[e+4],g=t[e+5],_=t[e+6],m=t[e+7],y=t[e+8],b=t[e+9],x=t[e+10],w=t[e+11],$=t[e+12],C=t[e+13],T=t[e+14],k=t[e+15],S=s[0],O=s[1],D=s[2],P=s[3];S=l(S,O,D,P,r,7,o[0]),P=l(P,S,O,D,c,12,o[1]),D=l(D,P,S,O,h,17,o[2]),O=l(O,D,P,S,p,22,o[3]),S=l(S,O,D,P,v,7,o[4]),P=l(P,S,O,D,g,12,o[5]),D=l(D,P,S,O,_,17,o[6]),O=l(O,D,P,S,m,22,o[7]),S=l(S,O,D,P,y,7,o[8]),P=l(P,S,O,D,b,12,o[9]),D=l(D,P,S,O,x,17,o[10]),O=l(O,D,P,S,w,22,o[11]),S=l(S,O,D,P,$,7,o[12]),P=l(P,S,O,D,C,12,o[13]),D=l(D,P,S,O,T,17,o[14]),S=u(S,O=l(O,D,P,S,k,22,o[15]),D,P,c,5,o[16]),P=u(P,S,O,D,_,9,o[17]),D=u(D,P,S,O,w,14,o[18]),O=u(O,D,P,S,r,20,o[19]),S=u(S,O,D,P,g,5,o[20]),P=u(P,S,O,D,x,9,o[21]),D=u(D,P,S,O,k,14,o[22]),O=u(O,D,P,S,v,20,o[23]),S=u(S,O,D,P,b,5,o[24]),P=u(P,S,O,D,T,9,o[25]),D=u(D,P,S,O,p,14,o[26]),O=u(O,D,P,S,y,20,o[27]),S=u(S,O,D,P,C,5,o[28]),P=u(P,S,O,D,h,9,o[29]),D=u(D,P,S,O,m,14,o[30]),S=d(S,O=u(O,D,P,S,$,20,o[31]),D,P,g,4,o[32]),P=d(P,S,O,D,y,11,o[33]),D=d(D,P,S,O,w,16,o[34]),O=d(O,D,P,S,T,23,o[35]),S=d(S,O,D,P,c,4,o[36]),P=d(P,S,O,D,v,11,o[37]),D=d(D,P,S,O,m,16,o[38]),O=d(O,D,P,S,x,23,o[39]),S=d(S,O,D,P,C,4,o[40]),P=d(P,S,O,D,r,11,o[41]),D=d(D,P,S,O,p,16,o[42]),O=d(O,D,P,S,_,23,o[43]),S=d(S,O,D,P,b,4,o[44]),P=d(P,S,O,D,$,11,o[45]),D=d(D,P,S,O,k,16,o[46]),S=f(S,O=d(O,D,P,S,h,23,o[47]),D,P,r,6,o[48]),P=f(P,S,O,D,m,10,o[49]),D=f(D,P,S,O,T,15,o[50]),O=f(O,D,P,S,g,21,o[51]),S=f(S,O,D,P,$,6,o[52]),P=f(P,S,O,D,p,10,o[53]),D=f(D,P,S,O,x,15,o[54]),O=f(O,D,P,S,c,21,o[55]),S=f(S,O,D,P,y,6,o[56]),P=f(P,S,O,D,k,10,o[57]),D=f(D,P,S,O,_,15,o[58]),O=f(O,D,P,S,C,21,o[59]),S=f(S,O,D,P,v,6,o[60]),P=f(P,S,O,D,w,10,o[61]),D=f(D,P,S,O,h,15,o[62]),O=f(O,D,P,S,b,21,o[63]),s[0]=s[0]+S|0,s[1]=s[1]+O|0,s[2]=s[2]+D|0,s[3]=s[3]+P|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,a=8*e.sigBytes;i[a>>>5]|=128<<24-a%32;var s=t.floor(n/4294967296),r=n;i[15+(a+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),i[14+(a+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(i.length+1),this._process();for(var o=this._hash,c=o.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return o},clone:function(){var t=s.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,e,i,n,a,s,r){var o=t+(e&i|~e&n)+a+r;return(o<>>32-s)+e}function u(t,e,i,n,a,s,r){var o=t+(e&n|i&~n)+a+r;return(o<>>32-s)+e}function d(t,e,i,n,a,s,r){var o=t+(e^i^n)+a+r;return(o<>>32-s)+e}function f(t,e,i,n,a,s,r){var o=t+(i^(e|~n))+a+r;return(o<>>32-s)+e}e.MD5=s._createHelper(c),e.HmacMD5=s._createHmacHelper(c)}(Math),i.MD5)})),T((function(t,e){var i;t.exports=(i=S,void function(){var t=i,e=t.lib.Base,n=t.enc.Utf8;t.algo.HMAC=e.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=n.parse(e));var i=t.blockSize,a=4*i;e.sigBytes>a&&(e=t.finalize(e)),e.clamp();for(var s=this._oKey=e.clone(),r=this._iKey=e.clone(),o=s.words,c=r.words,l=0;l>>6-r%4*2;a[s>>>2]|=(o|c)<<24-s%4*8,s++}return e.create(a,s)}t.enc.Base64={stringify:function(t){var e=t.words,i=t.sigBytes,n=this._map;t.clamp();for(var a=[],s=0;s>>2]>>>24-s%4*8&255)<<16|(e[s+1>>>2]>>>24-(s+1)%4*8&255)<<8|e[s+2>>>2]>>>24-(s+2)%4*8&255,o=0;o<4&&s+.75*o>>6*(3-o)&63));var c=n.charAt(64);if(c)for(;a.length%4;)a.push(c);return a.join("")},parse:function(t){var e=t.length,i=this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{},i=e.createPromise,n=e.retryRule,a=void 0===n?N:n;(0,_.default)(this,t),this.createPromise=i,this.status=null,this.promise=null,this.retryRule=a}return(0,m.default)(t,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case N:return this.status===j;case U:return this.status!==I}}},{key:"exec",value:function(){var t=this;return this.needRetry?(this.status=I,this.promise=this.createPromise().then((function(e){return t.status=M,Promise.resolve(e)}),(function(e){return t.status=j,Promise.reject(e)})),this.promise):this.promise}}]),t}();function W(t){return t&&"string"==typeof t?JSON.parse(t):t}var H=W([]),V="app",q=(W(void 0),W([])||[]);try{(n("7160").default||n("7160")).appid}catch(e){}var G={};function J(t){var e,i,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e=G,i=t,Object.prototype.hasOwnProperty.call(e,i)||(G[t]=n),G[t]}"app"===V&&(G=uni._globalUniCloudObj?uni._globalUniCloudObj:uni._globalUniCloudObj={});var K=["invoke","success","fail","complete"],Y=J("_globalUniCloudInterceptor");function X(t,e){Y[t]||(Y[t]={}),F(e)&&Object.keys(e).forEach((function(i){K.indexOf(i)>-1&&function(t,e,i){var n=Y[t][e];n||(n=Y[t][e]=[]),-1===n.indexOf(i)&&B(i)&&n.push(i)}(t,i,e[i])}))}function Q(t,e){Y[t]||(Y[t]={}),F(e)?Object.keys(e).forEach((function(i){K.indexOf(i)>-1&&function(t,e,i){var n=Y[t][e];if(n){var a=n.indexOf(i);a>-1&&n.splice(a,1)}}(t,i,e[i])})):delete Y[t]}function Z(t,e){return t&&0!==t.length?t.reduce((function(t,i){return t.then((function(){return i(e)}))}),Promise.resolve()):Promise.resolve()}function tt(t,e){return Y[t]&&Y[t][e]||[]}function et(t){X("callObject",t)}var it=J("_globalUniCloudListener"),nt="response",at="needLogin",st="refreshToken",rt="clientdb",ot="cloudfunction",ct="cloudobject";function lt(t){return it[t]||(it[t]=[]),it[t]}function ut(t,e){var i=lt(t);i.includes(e)||i.push(e)}function dt(t,e){var i=lt(t),n=i.indexOf(e);-1!==n&&i.splice(n,1)}function ft(t,e){for(var i=lt(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:0;if(!(t>=10))return t++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(t):this.cause}}}]),i}((0,g.default)(Error)),bt={request:function(t){return uni.request(t)},uploadFile:function(t){return uni.uploadFile(t)},setStorageSync:function(t,e){return uni.setStorageSync(t,e)},getStorageSync:function(t){return uni.getStorageSync(t)},removeStorageSync:function(t){return uni.removeStorageSync(t)},clearStorageSync:function(){return uni.clearStorageSync()},connectSocket:function(t){return uni.connectSocket(t)}};function xt(){return{token:bt.getStorageSync("uni_id_token")||bt.getStorageSync("uniIdToken"),tokenExpired:bt.getStorageSync("uni_id_token_expired")}}function wt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.token,i=t.tokenExpired;e&&bt.setStorageSync("uni_id_token",e),i&&bt.setStorageSync("uni_id_token_expired",i)}function $t(){return _t||(_t=uni.getSystemInfoSync()),_t}var Ct={};function Tt(){var t=uni.getLocale&&uni.getLocale()||"en";if(mt)return $($($({},Ct),mt),{},{locale:t,LOCALE:t});var e=$t(),i=e.deviceId,n=e.osName,a=e.uniPlatform,s=e.appId,r=["appId","appLanguage","appName","appVersion","appVersionCode","appWgtVersion","browserName","browserVersion","deviceBrand","deviceId","deviceModel","deviceType","osName","osVersion","romName","romVersion","ua","hostName","hostVersion","uniPlatform","uniRuntimeVersion","uniRuntimeVersionCode","uniCompilerVersion","uniCompilerVersionCode"];for(var o in e)Object.hasOwnProperty.call(e,o)&&-1===r.indexOf(o)&&delete e[o];return mt=$($({PLATFORM:a,OS:n,APPID:s,DEVICEID:i},function(){var t,e;try{if(uni.getLaunchOptionsSync){if(uni.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var i=uni.getLaunchOptionsSync(),n=i.scene,a=i.channel;t=a,e=n}}catch(t){}return{channel:t,scene:e}}()),e),$($($({},Ct),mt),{},{locale:t,LOCALE:t})}var kt,St={sign:function(t,e){var i="";return Object.keys(t).sort().forEach((function(e){t[e]&&(i=i+"&"+e+"="+t[e])})),i=i.slice(1),O(i,e).toString()},wrappedRequest:function(t,e){return new Promise((function(i,n){e(Object.assign(t,{complete:function(t){t||(t={});var e=t.data&&t.data.header&&t.data.header["x-serverless-request-id"]||t.header&&t.header["request-id"];if(!t.statusCode||t.statusCode>=400){var a=t.data&&t.data.error&&t.data.error.code||"SYS_ERR",s=t.data&&t.data.error&&t.data.error.message||t.errMsg||"request:fail";return n(new yt({code:a,message:s,requestId:e}))}var r=t.data;if(r.error)return n(new yt({code:r.error.code,message:r.error.message,requestId:e}));r.result=r.data,r.requestId=e,delete r.data,i(r)}}))}))},toBase64:function(t){return P.stringify(D.parse(t))}},Ot=function(){function t(e){var i=this;(0,_.default)(this,t),["spaceId","clientSecret"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),this.config=Object.assign({},{endpoint:0===e.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},e),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=bt,this._getAccessTokenPromiseHub=new z({createPromise:function(){return i.requestAuth(i.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(t){if(!t.result||!t.result.accessToken)throw new yt({code:"AUTH_FAILED",message:"\u83b7\u53d6accessToken\u5931\u8d25"});i.setAccessToken(t.result.accessToken)}))},retryRule:U})}return(0,m.default)(t,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(t){this.accessToken=t}},{key:"requestWrapped",value:function(t){return St.wrappedRequest(t,this.adapter.request)}},{key:"requestAuth",value:function(t){return this.requestWrapped(t)}},{key:"request",value:function(t,e){var i=this;return Promise.resolve().then((function(){return i.hasAccessToken?e?i.requestWrapped(t):i.requestWrapped(t).catch((function(e){return new Promise((function(t,i){!e||"GATEWAY_INVALID_TOKEN"!==e.code&&"InvalidParameter.InvalidToken"!==e.code?i(e):t()})).then((function(){return i.getAccessToken()})).then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))})):i.getAccessToken().then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))}))}},{key:"rebuildRequest",value:function(t){var e=Object.assign({},t);return e.data.token=this.accessToken,e.header["x-basement-token"]=this.accessToken,e.header["x-serverless-sign"]=St.sign(e.data,this.config.clientSecret),e}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};return"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:n}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getAccessToken();case 2:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"callFunction",value:function(t){var e={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:t.name,functionArgs:t.data||{}})};return this.request(this.setupRequest(e))}},{key:"getOSSUploadOptionsFromPath",value:function(t){var e={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,a=t.name,s=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:a,filePath:s,fileType:r,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(t){var e={method:"serverless.file.resource.report",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c,l,u,d,f,h,p,v,g,_,m,y,b,x,w,$,C;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,a=e.fileType,s=void 0===a?"image":a,o=e.cloudPathAsRealPath,c=void 0!==o&&o,l=e.onUploadProgress,u=e.config,"string"===E(n)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(n=n.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(n)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:if(d=u&&u.envType||this.config.envType,!(c&&("/"!==n[0]&&(n="/"+n),n.indexOf("\\")>-1))){t.next=10;break}throw new yt({code:"INVALID_PARAM",message:"\u4f7f\u7528cloudPath\u4f5c\u4e3a\u8def\u5f84\u65f6\uff0ccloudPath\u4e0d\u53ef\u5305\u542b\u201c\\\u201d"});case 10:return t.next=12,this.getOSSUploadOptionsFromPath({env:d,filename:c?n.split("/").pop():n,fileId:c?n:void 0});case 12:return f=t.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,v=f.accessKeyId,g=f.signature,_=f.host,m=f.ossPath,y=f.id,b=f.policy,x=f.ossCallbackUrl,w={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:v,Signature:g,host:_,id:y,key:m,policy:b,success_action_status:200},p&&(w["x-oss-security-token"]=p),x&&($=JSON.stringify({callbackUrl:x,callbackBody:JSON.stringify({fileId:y,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),w.callback=St.toBase64($)),C={url:"https://"+f.host,formData:w,fileName:"file",name:"file",filePath:i,fileType:s},t.next=27,this.uploadFileToOSS(Object.assign({},C,{onUploadProgress:l}));case 27:if(!x){t.next=29;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 29:return t.next=31,this.reportOSSUpload({id:y});case 31:if(!t.sent.success){t.next=33;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 33:throw new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"});case 34:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList;return new Promise((function(t,i){Array.isArray(e)&&0!==e.length||i(new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"})),t({fileList:e.map((function(t){return{fileID:t,tempFileURL:t}}))})}))}},{key:"getFileInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=a.length>0&&void 0!==a[0]?a[0]:{},i=e.fileList,Array.isArray(i)&&0!==i.length){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});case 3:return n={method:"serverless.file.resource.info",params:JSON.stringify({id:i.map((function(t){return t.split("?")[0]})).join(",")})},t.next=6,this.request(this.setupRequest(n));case 6:return t.t0=t.sent.result,t.abrupt("return",{fileList:t.t0});case 8:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()}]),t}(),Dt={init:function(t){var e=new Ot(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Pt="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(t){t.local="local",t.none="none",t.session="session"}(kt||(kt={}));var At,Lt=function(){},It=T((function(t,e){var i;t.exports=(i=S,function(t){var e=i,n=e.lib,a=n.WordArray,s=n.Hasher,r=e.algo,o=[],c=[];!function(){function e(e){for(var i=t.sqrt(e),n=2;n<=i;n++)if(!(e%n))return!1;return!0}function i(t){return 4294967296*(t-(0|t))|0}for(var n=2,a=0;a<64;)e(n)&&(a<8&&(o[a]=i(t.pow(n,.5))),c[a]=i(t.pow(n,1/3)),a++),n++}();var l=[],u=r.SHA256=s.extend({_doReset:function(){this._hash=new a.init(o.slice(0))},_doProcessBlock:function(t,e){for(var i=this._hash.words,n=i[0],a=i[1],s=i[2],r=i[3],o=i[4],u=i[5],d=i[6],f=i[7],h=0;h<64;h++){if(h<16)l[h]=0|t[e+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],_=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+_+l[h-16]}var m=n&a^n&s^a&s,y=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=f+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&u^~o&d)+c[h]+l[h];f=d,d=u,u=o,o=r+b|0,r=s,s=a,a=n,n=b+(y+m)|0}i[0]=i[0]+n|0,i[1]=i[1]+a|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+o|0,i[5]=i[5]+u|0,i[6]=i[6]+d|0,i[7]=i[7]+f|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,a=8*e.sigBytes;return i[a>>>5]|=128<<24-a%32,i[14+(a+64>>>9<<4)]=t.floor(n/4294967296),i[15+(a+64>>>9<<4)]=n,e.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var t=s.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA256=s._createHelper(u),e.HmacSHA256=s._createHmacHelper(u)}(Math),i.SHA256)})),Mt=It,jt=T((function(t,e){t.exports=S.HmacSHA256})),Et=function(){var t;if(!Promise){t=function(){},t.promise={};var e=function(){throw new yt({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var i=new Promise((function(e,i){t=function(t,n){return t?i(t):e(n)}}));return t.promise=i,t};function Ft(t){return void 0===t}function Bt(t){return"[object Null]"===Object.prototype.toString.call(t)}!function(t){t.WEB="web",t.WX_MP="wx_mp"}(At||(At={}));var Rt={adapter:null,runtime:void 0},Nt=["anonymousUuidKey"],Ut=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),Rt.adapter.root.tcbObject||(Rt.adapter.root.tcbObject={}),t}return(0,m.default)(i,[{key:"setItem",value:function(t,e){Rt.adapter.root.tcbObject[t]=e}},{key:"getItem",value:function(t){return Rt.adapter.root.tcbObject[t]}},{key:"removeItem",value:function(t){delete Rt.adapter.root.tcbObject[t]}},{key:"clear",value:function(){delete Rt.adapter.root.tcbObject}}]),i}(Lt);function zt(t,e){switch(t){case"local":return e.localStorage||new Ut;case"none":return new Ut;default:return e.sessionStorage||new Ut}}var Wt=function(){function t(e){if((0,_.default)(this,t),!this._storage){this._persistence=Rt.adapter.primaryStorage||e.persistence,this._storage=zt(this._persistence,Rt.adapter);var i="access_token_".concat(e.env),n="access_token_expire_".concat(e.env),a="refresh_token_".concat(e.env),s="anonymous_uuid_".concat(e.env),r="login_type_".concat(e.env),o="user_info_".concat(e.env);this.keys={accessTokenKey:i,accessTokenExpireKey:n,refreshTokenKey:a,anonymousUuidKey:s,loginTypeKey:r,userInfoKey:o}}}return(0,m.default)(t,[{key:"updatePersistence",value:function(t){if(t!==this._persistence){var e="local"===this._persistence;this._persistence=t;var i=zt(t,Rt.adapter);for(var n in this.keys){var a=this.keys[n];if(!e||!Nt.includes(n)){var s=this._storage.getItem(a);Ft(s)||Bt(s)||(i.setItem(a,s),this._storage.removeItem(a))}}this._storage=i}}},{key:"setStore",value:function(t,e,i){if(this._storage){var n={version:i||"localCachev1",content:e},a=JSON.stringify(n);try{this._storage.setItem(t,a)}catch(t){throw t}}}},{key:"getStore",value:function(t,e){try{if(!this._storage)return}catch(t){return""}e=e||"localCachev1";var i=this._storage.getItem(t);return i&&i.indexOf(e)>=0?JSON.parse(i).content:""}},{key:"removeStore",value:function(t){this._storage.removeItem(t)}}]),t}(),Ht={},Vt={};function qt(t){return Ht[t]}var Gt=(0,m.default)((function t(e,i){(0,_.default)(this,t),this.data=i||null,this.name=e})),Jt=function(t){(0,h.default)(i,t);var e=C(i);function i(t,n){var a;return(0,_.default)(this,i),a=e.call(this,"error",{error:t,data:n}),a.error=t,a}return(0,m.default)(i)}(Gt),Kt=new(function(){function t(){(0,_.default)(this,t),this._listeners={}}return(0,m.default)(t,[{key:"on",value:function(t,e){return function(t,e,i){i[t]=i[t]||[],i[t].push(e)}(t,e,this._listeners),this}},{key:"off",value:function(t,e){return function(t,e,i){if(i&&i[t]){var n=i[t].indexOf(e);-1!==n&&i[t].splice(n,1)}}(t,e,this._listeners),this}},{key:"fire",value:function(t,e){if(t instanceof Jt)return console.error(t.error),this;var i="string"==typeof t?new Gt(t,e||{}):t,n=i.name;if(this._listens(n)){i.target=this;var a,s=this._listeners[n]?(0,u.default)(this._listeners[n]):[],r=b(s);try{for(r.s();!(a=r.n()).done;){var o=a.value;o.call(this,i)}}catch(c){r.e(c)}finally{r.f()}}return this}},{key:"_listens",value:function(t){return this._listeners[t]&&this._listeners[t].length>0}}]),t}());function Yt(t,e){Kt.on(t,e)}function Xt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Kt.fire(t,e)}function Qt(t,e){Kt.off(t,e)}var Zt,te="loginStateChanged",ee="loginStateExpire",ie="loginTypeChanged",ne="anonymousConverted",ae="refreshAccessToken";!function(t){t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.NULL="NULL"}(Zt||(Zt={}));var se=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],re={"X-SDK-Version":"1.3.5"};function oe(t,e,i){var n=t[e];t[e]=function(e){var a={},s={};i.forEach((function(i){var n=i.call(t,e),r=n.data,o=n.headers;Object.assign(a,r),Object.assign(s,o)}));var r=e.data;return r&&function(){var t;if(t=r,"[object FormData]"!==Object.prototype.toString.call(t))e.data=$($({},r),a);else for(var i in a)r.append(i,a[i])}(),e.headers=$($({},e.headers||{}),s),n.call(t,e)}}function ce(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:$($({},re),{},{"x-seqid":t})}}var le=function(){function t(){var e,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,_.default)(this,t),this.config=i,this._reqClass=new Rt.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"\u8bf7\u6c42\u5728".concat(this.config.timeout/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad"),restrictedMethods:["post"]}),this._cache=qt(this.config.env),this._localCache=(e=this.config.env,Vt[e]),oe(this._reqClass,"post",[ce]),oe(this._reqClass,"upload",[ce]),oe(this._reqClass,"download",[ce])}return(0,m.default)(t,[{key:"post",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.post(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"upload",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.upload(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"download",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.download(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),t.prev=1,t.next=4,this._refreshAccessTokenPromise;case 4:e=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t["catch"](1),i=t.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!i){t.next=12;break}throw i;case 12:return t.abrupt("return",e);case 13:case"end":return t.stop()}}),t,this,[[1,7]])})));return function(){return t.apply(this,arguments)}}()},{key:"_refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c,l,u,d,f,h,p;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey,s=e.loginTypeKey,o=e.anonymousUuidKey,this._cache.removeStore(i),this._cache.removeStore(n),c=this._cache.getStore(a),c){t.next=5;break}throw new yt({message:"\u672a\u767b\u5f55CloudBase"});case 5:return l={refresh_token:c},t.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",l);case 8:if(u=t.sent,!u.data.code){t.next=21;break}if(d=u.data.code,"SIGN_PARAM_INVALID"!==d&&"REFRESH_TOKEN_EXPIRED"!==d&&"INVALID_REFRESH_TOKEN"!==d){t.next=20;break}if(this._cache.getStore(s)!==Zt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==d){t.next=19;break}return f=this._cache.getStore(o),h=this._cache.getStore(a),t.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=t.sent,t.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:Xt(ee),this._cache.removeStore(a);case 20:throw new yt({code:u.data.code,message:"\u5237\u65b0access token\u5931\u8d25\uff1a".concat(u.data.code)});case 21:if(!u.data.access_token){t.next=23;break}return t.abrupt("return",(Xt(ae),this._cache.setStore(i,u.data.access_token),this._cache.setStore(n,u.data.access_token_expire+Date.now()),{accessToken:u.data.access_token,accessTokenExpire:u.data.access_token_expire}));case 23:u.data.refresh_token&&(this._cache.removeStore(a),this._cache.setStore(a,u.data.refresh_token),this._refreshAccessToken());case 24:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey,this._cache.getStore(a)){t.next=3;break}throw new yt({message:"refresh token\u4e0d\u5b58\u5728\uff0c\u767b\u5f55\u72b6\u6001\u5f02\u5e38"});case 3:if(s=this._cache.getStore(i),o=this._cache.getStore(n),c=!0,t.t0=this._shouldRefreshAccessTokenHook,!t.t0){t.next=9;break}return t.next=8,this._shouldRefreshAccessTokenHook(s,o);case 8:t.t0=!t.sent;case 9:if(t.t1=t.t0,!t.t1){t.next=12;break}c=!1;case 12:return t.abrupt("return",(!s||!o||o2&&void 0!==arguments[2]?arguments[2]:{},n=/\?/.test(e),a="";for(var s in i)""===a?!n&&(e+="?"):a+="&",a+="".concat(s,"=").concat(encodeURIComponent(i[s]));return/^http(s)?\:\/\//.test(e+=a)?e:"".concat(t).concat(e)}(Pt,"//tcb-api.tencentcloudapi.com/web",_),g&&(m+=g),t.next=22,this.post($({url:m,data:l},f));case 22:if(y=t.sent,b=y.header&&y.header["x-tcb-trace"],b&&this._localCache.setStore(a,b),(200===Number(y.status)||200===Number(y.statusCode))&&y.data){t.next=26;break}throw new yt({code:"NETWORK_ERROR",message:"network request error"});case 26:return t.abrupt("return",y);case 27:case"end":return t.stop()}}),t,this)})));return function(e,i,n){return t.apply(this,arguments)}}()},{key:"send",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=s.length>1&&void 0!==s[1]?s[1]:{},t.next=3,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 3:if(n=t.sent,"ACCESS_TOKEN_EXPIRED"!==n.data.code||-1!==se.indexOf(e)){t.next=13;break}return t.next=7,this.refreshAccessToken();case 7:return t.next=9,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 9:if(a=t.sent,!a.data.code){t.next=12;break}throw new yt({code:a.data.code,message:a.data.message});case 12:return t.abrupt("return",a.data);case 13:if(!n.data.code){t.next=15;break}throw new yt({code:n.data.code,message:n.data.message});case 15:return t.abrupt("return",n.data);case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(a,t)}}]),t}(),ue={};function de(t){return ue[t]}var fe=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env)}return(0,m.default)(t,[{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(a,t)}},{key:"setAccessToken",value:function(t,e){var i=this._cache.keys,n=i.accessTokenKey,a=i.accessTokenExpireKey;this._cache.setStore(n,t),this._cache.setStore(a,e)}},{key:"refreshUserInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t)}}]),t}(),he=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=e,this._cache=qt(this._envId),this._request=de(this._envId),this.setUserInfo()}return(0,m.default)(t,[{key:"linkWithTicket",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:t})}},{key:"linkWithRedirect",value:function(t){t.signInWithRedirect()}},{key:"updatePassword",value:function(t,e){return this._request.send("auth.updatePassword",{oldPassword:e,newPassword:t})}},{key:"updateEmail",value:function(t){return this._request.send("auth.updateEmail",{newEmail:t})}},{key:"updateUsername",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:t})}},{key:"getLinkedUidList",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return e=t.sent,i=e.data,n=!1,a=i.users,t.abrupt("return",(a.forEach((function(t){t.wxOpenId&&t.wxPublicId&&(n=!0)})),{users:a,hasPrimaryUid:n}));case 7:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setPrimaryUid",value:function(t){return this._request.send("auth.setPrimaryUid",{uid:t})}},{key:"unlink",value:function(t){return this._request.send("auth.unlink",{platform:t})}},{key:"update",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c,l,u;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.nickName,n=e.gender,a=e.avatarUrl,s=e.province,o=e.country,c=e.city,t.next=8,this._request.send("auth.updateUserInfo",{nickName:i,gender:n,avatarUrl:a,province:s,country:o,city:c});case 8:l=t.sent,u=l.data,this.setLocalUserInfo(u);case 11:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refresh",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setUserInfo",value:function(){var t=this,e=this._cache.keys.userInfoKey,i=this._cache.getStore(e);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(e){t[e]=i[e]})),this.location={country:i.country,province:i.province,city:i.city}}},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t),this.setUserInfo()}}]),t}(),pe=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=qt(e);var i=this._cache.keys,n=i.refreshTokenKey,a=i.accessTokenKey,s=i.accessTokenExpireKey,r=this._cache.getStore(n),o=this._cache.getStore(a),c=this._cache.getStore(s);this.credential={refreshToken:r,accessToken:o,accessTokenExpire:c},this.user=new he(e)}return(0,m.default)(t,[{key:"isAnonymousAuth",get:function(){return this.loginType===Zt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===Zt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===Zt.WECHAT||this.loginType===Zt.WECHAT_OPEN||this.loginType===Zt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),t}(),ve=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._cache.updatePersistence("local"),e=this._cache.keys,i=e.anonymousUuidKey,n=e.refreshTokenKey,a=this._cache.getStore(i)||void 0,s=this._cache.getStore(n)||void 0,t.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:a,refresh_token:s});case 8:if(o=t.sent,!o.uuid||!o.refresh_token){t.next=20;break}return this._setAnonymousUUID(o.uuid),this.setRefreshToken(o.refresh_token),t.next=14,this._request.refreshAccessToken();case 14:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.ANONYMOUS,persistence:"local"}),c=new pe(this.config.env),t.next=19,c.user.refresh();case 19:return t.abrupt("return",c);case 20:throw new yt({message:"\u533f\u540d\u767b\u5f55\u5931\u8d25"});case 21:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=this._cache.keys,n=i.anonymousUuidKey,a=i.refreshTokenKey,s=this._cache.getStore(n),o=this._cache.getStore(a),t.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:s,refresh_token:o,ticket:e});case 7:if(c=t.sent,!c.refresh_token){t.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(c.refresh_token),t.next=13,this._request.refreshAccessToken();case 13:return Xt(ne,{env:this.config.env}),Xt(ie,{loginType:Zt.CUSTOM,persistence:"local"}),t.abrupt("return",{credential:{refreshToken:c.refresh_token}});case 16:throw new yt({message:"\u533f\u540d\u8f6c\u5316\u5931\u8d25"});case 17:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"_setAnonymousUUID",value:function(t){var e=this._cache.keys,i=e.anonymousUuidKey,n=e.loginTypeKey;this._cache.removeStore(i),this._cache.setStore(i,t),this._cache.setStore(n,Zt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),i}(fe),ge=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return i=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signInWithTicket",{ticket:e,refresh_token:this._cache.getStore(i)||""});case 5:if(n=t.sent,!n.refresh_token){t.next=15;break}return this.setRefreshToken(n.refresh_token),t.next=10,this._request.refreshAccessToken();case 10:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.CUSTOM,persistence:this.config.persistence}),t.next=14,this.refreshUserInfo();case 14:return t.abrupt("return",new pe(this.config.env));case 15:throw new yt({message:"\u81ea\u5b9a\u4e49\u767b\u5f55\u5931\u8d25"});case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),i}(fe),_e=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"email must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:e,password:i,refresh_token:this._cache.getStore(n)||""});case 5:if(a=t.sent,s=a.refresh_token,o=a.access_token,c=a.access_token_expire,!s){t.next=22;break}if(this.setRefreshToken(s),!o||!c){t.next=15;break}this.setAccessToken(o,c),t.next=17;break;case 15:return t.next=17,this._request.refreshAccessToken();case 17:return t.next=19,this.refreshUserInfo();case 19:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.EMAIL,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 22:throw a.code?new yt({code:a.code,message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25: ".concat(a.message)}):new yt({message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25"});case 23:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"activate",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.activateEndUserMail",{token:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"resetPasswordWithToken",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:e,newPassword:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),me=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof i&&(i="",console.warn("password is empty")),n=this._cache.keys.refreshTokenKey,t.next=6,this._request.send("auth.signIn",{loginType:Zt.USERNAME,username:e,password:i,refresh_token:this._cache.getStore(n)||""});case 6:if(a=t.sent,s=a.refresh_token,o=a.access_token_expire,c=a.access_token,!s){t.next=23;break}if(this.setRefreshToken(s),!c||!o){t.next=16;break}this.setAccessToken(c,o),t.next=18;break;case 16:return t.next=18,this._request.refreshAccessToken();case 18:return t.next=20,this.refreshUserInfo();case 20:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.USERNAME,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 23:throw a.code?new yt({code:a.code,message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25: ".concat(a.message)}):new yt({message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25"});case 24:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),ye=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),Yt(ie,this._onLoginTypeChanged)}return(0,m.default)(t,[{key:"currentUser",get:function(){var t=this.hasLoginState();return t&&t.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new ve(this.config)}},{key:"customAuthProvider",value:function(){return new ge(this.config)}},{key:"emailAuthProvider",value:function(){return new _e(this.config)}},{key:"usernameAuthProvider",value:function(){return new me(this.config)}},{key:"signInAnonymously",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ve(this.config).signIn());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signInWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new _e(this.config).signIn(e,i));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"signInWithUsernameAndPassword",value:function(t,e){return new me(this.config).signIn(t,e)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new ve(this.config)),Yt(ne,this._onAnonymousConverted),t.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e);case 3:return t.abrupt("return",t.sent);case 4:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"signOut",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(this.loginType!==Zt.ANONYMOUS){t.next=2;break}throw new yt({message:"\u533f\u540d\u7528\u6237\u4e0d\u652f\u6301\u767b\u51fa\u64cd\u4f5c"});case 2:if(e=this._cache.keys,i=e.refreshTokenKey,n=e.accessTokenKey,a=e.accessTokenExpireKey,s=this._cache.getStore(i),s){t.next=5;break}return t.abrupt("return");case 5:return t.next=7,this._request.send("auth.logout",{refresh_token:s});case 7:return o=t.sent,t.abrupt("return",(this._cache.removeStore(i),this._cache.removeStore(n),this._cache.removeStore(a),Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.NULL,persistence:this.config.persistence}),o));case 9:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signUpWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:e,password:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"sendPasswordResetEmail",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"onLoginStateChanged",value:function(t){var e=this;Yt(te,(function(){var i=e.hasLoginState();t.call(e,i)}));var i=this.hasLoginState();t.call(this,i)}},{key:"onLoginStateExpired",value:function(t){Yt(ee,t.bind(this))}},{key:"onAccessTokenRefreshed",value:function(t){Yt(ae,t.bind(this))}},{key:"onAnonymousConverted",value:function(t){Yt(ne,t.bind(this))}},{key:"onLoginTypeChanged",value:function(t){var e=this;Yt(ie,(function(){var i=e.hasLoginState();t.call(e,i)}))}},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.getAccessToken();case 2:return t.t0=t.sent.accessToken,t.t1=this.config.env,t.abrupt("return",{accessToken:t.t0,env:t.t1});case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"hasLoginState",value:function(){var t=this._cache.keys.refreshTokenKey;return this._cache.getStore(t)?new pe(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return t.next=4,this._request.send("auth.isUsernameRegistered",{username:e});case 4:return i=t.sent,n=i.data,t.abrupt("return",n&&n.isRegistered);case 7:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ge(this.config).signIn(e));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"shouldRefreshAccessToken",value:function(t){this._request._shouldRefreshAccessTokenHook=t.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(t){return t.code?t:$($({},t.data),{},{requestId:t.seqId})}))}},{key:"getAuthHeader",value:function(){var t=this._cache.keys,e=t.refreshTokenKey,i=t.accessTokenKey,n=this._cache.getStore(e);return{"x-cloudbase-credentials":this._cache.getStore(i)+"/@@/"+n}}},{key:"_onAnonymousConverted",value:function(t){var e=t.data.env;e===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(t){var e=t.data,i=e.loginType,n=e.persistence,a=e.env;a===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,i))}}]),t}(),be=function(t,e){e=e||Et();var i=de(this.config.env),n=t.cloudPath,a=t.filePath,s=t.onUploadProgress,r=t.fileType,o=void 0===r?"image":r;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){var r=t.data,c=r.url,l=r.authorization,u=r.token,d=r.fileId,f=r.cosFileId,h=t.requestId,p={key:n,signature:l,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":u};i.upload({url:c,data:p,file:a,name:n,fileType:o,onUploadProgress:s}).then((function(t){201===t.statusCode?e(null,{fileID:d,requestId:h}):e(new yt({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(t.data)}))})).catch((function(t){e(t)}))})).catch((function(t){e(t)})),e.promise},xe=function(t,e){e=e||Et();var i=de(this.config.env),n=t.cloudPath;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){e(null,t)})).catch((function(t){e(t)})),e.promise},we=function(t,e){var i=t.fileList;if(e=e||Et(),!i||!Array.isArray(i))return{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"};var n,a=b(i);try{for(a.s();!(n=a.n()).done;){var s=n.value;if(!s||"string"!=typeof s)return{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}}}catch(o){a.e(o)}finally{a.f()}var r={fileid_list:i};return de(this.config.env).send("storage.batchDeleteFile",r).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.delete_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},$e=function(t,e){var i=t.fileList;e=e||Et(),i&&Array.isArray(i)||e(null,{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"});var n,a=[],s=b(i);try{for(s.s();!(n=s.n()).done;){var r=n.value;"object"==(0,l.default)(r)?(r.hasOwnProperty("fileID")&&r.hasOwnProperty("maxAge")||e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5305\u542bfileID\u548cmaxAge\u7684\u5bf9\u8c61"}),a.push({fileid:r.fileID,max_age:r.maxAge})):"string"==typeof r?a.push({fileid:r}):e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5b57\u7b26\u4e32"})}}catch(c){s.e(c)}finally{s.f()}var o={file_list:a};return de(this.config.env).send("storage.batchGetDownloadUrl",o).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.download_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},Ce=function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,a,s,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.fileID,t.next=3,$e.call(this,{fileList:[{fileID:n,maxAge:600}]});case 3:if(a=t.sent.fileList[0],"SUCCESS"===a.code){t.next=6;break}return t.abrupt("return",i?i(a):new Promise((function(t){t(a)})));case 6:if(s=de(this.config.env),o=a.download_url,o=encodeURI(o),i){t.next=10;break}return t.abrupt("return",s.download({url:o}));case 10:return t.t0=i,t.next=13,s.download({url:o});case 13:t.t1=t.sent,(0,t.t0)(t.t1);case 15:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}(),Te=function(t,e){var i,n=t.name,a=t.data,s=t.query,r=t.parse,o=t.search,c=e||Et();try{i=a?JSON.stringify(a):""}catch(n){return Promise.reject(n)}if(!n)return Promise.reject(new yt({code:"PARAM_ERROR",message:"\u51fd\u6570\u540d\u4e0d\u80fd\u4e3a\u7a7a"}));var l={inQuery:s,parse:r,search:o,function_name:n,request_data:i};return de(this.config.env).send("functions.invokeFunction",l).then((function(t){if(t.code)c(null,t);else{var e=t.data.response_data;if(r)c(null,{result:e,requestId:t.requestId});else try{e=JSON.parse(t.data.response_data),c(null,{result:e,requestId:t.requestId})}catch(t){c(new yt({message:"response data must be json"}))}}return c.promise})).catch((function(t){c(t)})),c.promise},ke={timeout:15e3,persistence:"session"},Se={},Oe=function(){function t(e){(0,_.default)(this,t),this.config=e||this.config,this.authObj=void 0}return(0,m.default)(t,[{key:"init",value:function(e){switch(Rt.adapter||(this.requestClient=new Rt.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:"\u8bf7\u6c42\u5728".concat((e.timeout||5e3)/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad")})),this.config=$($({},ke),e),!0){case this.config.timeout>6e5:console.warn("timeout\u5927\u4e8e\u53ef\u914d\u7f6e\u4e0a\u9650[10\u5206\u949f]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0a\u9650\u6570\u503c"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout\u5c0f\u4e8e\u53ef\u914d\u7f6e\u4e0b\u9650[100ms]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0b\u9650\u6570\u503c"),this.config.timeout=100}return new t(this.config)}},{key:"auth",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.persistence;if(this.authObj)return this.authObj;var i,n=e||Rt.adapter.primaryStorage||ke.persistence;return n!==this.config.persistence&&(this.config.persistence=n),function(t){var e=t.env;Ht[e]=new Wt(t),Vt[e]=new Wt($($({},t),{},{persistence:"local"}))}(this.config),i=this.config,ue[i.env]=new le(i),this.authObj=new ye(this.config),this.authObj}},{key:"on",value:function(t,e){return Yt.apply(this,[t,e])}},{key:"off",value:function(t,e){return Qt.apply(this,[t,e])}},{key:"callFunction",value:function(t,e){return Te.apply(this,[t,e])}},{key:"deleteFile",value:function(t,e){return we.apply(this,[t,e])}},{key:"getTempFileURL",value:function(t,e){return $e.apply(this,[t,e])}},{key:"downloadFile",value:function(t,e){return Ce.apply(this,[t,e])}},{key:"uploadFile",value:function(t,e){return be.apply(this,[t,e])}},{key:"getUploadMetadata",value:function(t,e){return xe.apply(this,[t,e])}},{key:"registerExtension",value:function(t){Se[t.name]=t}},{key:"invokeExtension",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(n=Se[e],n){t.next=3;break}throw new yt({message:"\u6269\u5c55".concat(e," \u5fc5\u987b\u5148\u6ce8\u518c")});case 3:return t.next=5,n.invoke(i,this);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"useAdapters",value:function(t){var e=function(t){var e,i,n=(e=t,"[object Array]"===Object.prototype.toString.call(e)?t:[t]),a=b(n);try{for(a.s();!(i=a.n()).done;){var s=i.value,r=s.isMatch,o=s.genAdapter,c=s.runtime;if(r())return{adapter:o(),runtime:c}}}catch(l){a.e(l)}finally{a.f()}}(t)||{},i=e.adapter,n=e.runtime;i&&(Rt.adapter=i),n&&(Rt.runtime=n)}}]),t}(),De=new Oe;function Pe(t,e,i){void 0===i&&(i={});var n=/\?/.test(e),a="";for(var s in i)""===a?!n&&(e+="?"):a+="&",a+=s+"="+encodeURIComponent(i[s]);return/^http(s)?:\/\//.test(e+=a)?e:""+t+e}var Ae=function(){function t(){(0,_.default)(this,t)}return(0,m.default)(t,[{key:"post",value:function(t){var e=t.url,i=t.data,n=t.headers;return new Promise((function(t,a){bt.request({url:Pe("https:",e),data:i,method:"POST",header:n,success:function(e){t(e)},fail:function(t){a(t)}})}))}},{key:"upload",value:function(t){return new Promise((function(e,i){var n=t.url,a=t.file,s=t.data,r=t.headers,o=t.fileType,c=bt.uploadFile({url:Pe("https:",n),name:"file",formData:Object.assign({},s),filePath:a,fileType:o,header:r,success:function(t){var i={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&s.success_action_status&&(i.statusCode=parseInt(s.success_action_status,10)),e(i)},fail:function(t){i(new Error(t.errMsg||"uploadFile:fail"))}});"function"==typeof t.onUploadProgress&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){t.onUploadProgress({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}}]),t}(),Le={setItem:function(t,e){bt.setStorageSync(t,e)},getItem:function(t){return bt.getStorageSync(t)},removeItem:function(t){bt.removeStorageSync(t)},clear:function(){bt.clearStorageSync()}},Ie={genAdapter:function(){return{root:{},reqClass:Ae,localStorage:Le,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};De.useAdapters(Ie);var Me=De,je=Me.init;Me.init=function(t){t.env=t.spaceId;var e=je.call(this,t);e.config.provider="tencent",e.config.spaceId=t.spaceId;var i=e.auth;return e.auth=function(t){var e=i.call(this,t);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(t){var i;e[t]=(i=e[t],function(t){t=t||{};var e=gt(t),n=e.success,a=e.fail,s=e.complete;if(!(n||a||s))return i.call(this,t);i.call(this,t).then((function(t){n&&n(t),s&&s(t)}),(function(t){a&&a(t),s&&s(t)}))}).bind(e)})),e},e.customAuth=e.auth,e};var Ee=Me,Fe=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"getAccessToken",value:function(){var t=this;return new Promise((function(e,i){var n="Anonymous_Access_token";t.setAccessToken(n),e(n)}))}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret);var a=Tt();n["x-client-info"]=encodeURIComponent(JSON.stringify(a));var s=xt(),r=s.token;return n["x-client-token"]=r,{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,a=t.name,s=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:a,filePath:s,fileType:r,success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(t){var e,i=this,n=t.filePath,a=t.cloudPath,s=t.fileType,r=void 0===s?"image":s,o=t.onUploadProgress;if(!a)throw new yt({code:"CLOUDPATH_REQUIRED",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});return this.getOSSUploadOptionsFromPath({cloudPath:a}).then((function(t){var a=t.result,s=a.url,c=a.formData,l=a.name;e=t.result.fileUrl;var u={url:s,formData:c,name:l,filePath:n,fileType:r};return i.uploadFileToOSS(Object.assign({},u,{onUploadProgress:o}))})).then((function(){return i.reportOSSUpload({cloudPath:a})})).then((function(t){return new Promise((function(i,a){t.success?i({success:!0,filePath:n,fileID:e}):a(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}))}))}},{key:"deleteFile",value:function(t){var e=t.fileList,i={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(i)).then((function(t){if(t.success)return t.result;throw new yt({code:"DELETE_FILE_FAILED",message:"\u5220\u9664\u6587\u4ef6\u5931\u8d25"})}))}},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList,i=t.maxAge;if(!Array.isArray(e)||0===e.length)throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});var n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:e,maxAge:i})};return this.request(this.setupRequest(n)).then((function(t){if(t.success)return{fileList:t.result.fileList.map((function(t){return{fileID:t.fileID,tempFileURL:t.tempFileURL}}))};throw new yt({code:"GET_TEMP_FILE_URL_FAILED",message:"\u83b7\u53d6\u4e34\u65f6\u6587\u4ef6\u94fe\u63a5\u5931\u8d25"})}))}}]),i}(Ot),Be={init:function(t){var e=new Fe(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Re=T((function(t,e){t.exports=S.enc.Hex}));function Ne(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}function Ue(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.data,n=e.functionName,a=e.method,s=e.headers,r=e.signHeaderKeys,o=void 0===r?[]:r,l=e.config,u=Date.now(),d=Ne(),f=Object.assign({},s,{"x-from-app-id":l.spaceAppId,"x-from-env-id":l.spaceId,"x-to-env-id":l.spaceId,"x-from-instance-id":u,"x-from-function-name":n,"x-client-timestamp":u,"x-alipay-source":"client","x-request-id":d,"x-alipay-callid":d,"x-trace-id":d}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(o),p=t.split("?")||[],v=(0,c.default)(p,2),g=v[0],_=void 0===g?"":g,m=v[1],y=void 0===m?"":m,b=function(t){var e=t.signedHeaders.join(";"),i=t.signedHeaders.map((function(e){return"".concat(e.toLowerCase(),":").concat(t.headers[e],"\n")})).join(""),n=Mt(t.body).toString(Re),a="".concat(t.method.toUpperCase(),"\n").concat(t.path,"\n").concat(t.query,"\n").concat(i,"\n").concat(e,"\n").concat(n,"\n"),s=Mt(a).toString(Re),r="HMAC-SHA256\n".concat(t.timestamp,"\n").concat(s,"\n"),o=jt(r,t.secretKey).toString(Re);return"HMAC-SHA256 Credential=".concat(t.secretId,", SignedHeaders=").concat(e,", Signature=").concat(o)}({path:_,query:y,method:a,headers:f,timestamp:u,body:JSON.stringify(i),secretId:l.accessKey,secretKey:l.secretKey,signedHeaders:h.sort()});return{url:"".concat(l.endpoint).concat(t),headers:Object.assign({},f,{Authorization:b})}}function ze(t){var e=t.url,i=t.data,n=t.method,a=void 0===n?"POST":n,s=t.headers,r=void 0===s?{}:s;return new Promise((function(t,n){bt.request({url:e,method:a,data:"object"==(0,l.default)(i)?JSON.stringify(i):i,header:r,dataType:"json",complete:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=r["x-trace-id"]||"";if(!e.statusCode||e.statusCode>=400){var a=e.data||{},s=a.message,o=a.errMsg,c=a.trace_id;return n(new yt({code:"SYS_ERR",message:s||o||"request:fail",requestId:c||i}))}t({status:e.statusCode,data:e.data,headers:e.header,requestId:i})}})}))}function We(t,e){var i=t.path,n=t.data,a=t.method,s=void 0===a?"GET":a,r=Ue(i,{functionName:"",data:n,method:s,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:e}),o=r.url,c=r.headers;return ze({url:o,data:n,method:s,headers:c}).then((function(t){var e=t.data||{};if(!e.success)throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId});return e.data||{}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}function He(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t.trim().replace(/^cloud:\/\//,""),i=e.indexOf("/");if(i<=0)throw new yt({code:"INVALID_PARAM",message:"fileID\u4e0d\u5408\u6cd5"});var n=e.substring(0,i),a=e.substring(i+1);return n!==this.config.spaceId&&console.warn("file ".concat(t," does not belong to env ").concat(this.config.spaceId)),a}function Ve(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(t.replace(/^\/+/,""))}var qe=function(){function t(e){(0,_.default)(this,t),this.config=e}return(0,m.default)(t,[{key:"signedURL",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i="/ws/function/".concat(t),n=this.config.wsEndpoint.replace(/^ws(s)?:\/\//,""),a=Object.assign({},e,{accessKeyId:this.config.accessKey,signatureNonce:Ne(),timestamp:""+Date.now()}),s=[i,["accessKeyId","authorization","signatureNonce","timestamp"].sort().map((function(t){return a[t]?"".concat(t,"=").concat(a[t]):null})).filter(Boolean).join("&"),"host:".concat(n)].join("\n"),r=["HMAC-SHA256",Mt(s).toString(Re)].join("\n"),o=jt(r,this.config.secretKey).toString(Re),c=Object.keys(a).map((function(t){return"".concat(t,"=").concat(encodeURIComponent(a[t]))})).join("&");return"".concat(this.config.wsEndpoint).concat(i,"?").concat(c,"&signature=").concat(o)}}]),t}(),Ge=function(){function t(e){if((0,_.default)(this,t),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),e.endpoint){if("string"!=typeof e.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(e.endpoint))throw new Error("endpoint must start with https://");e.endpoint=e.endpoint.replace(/\/$/,"")}this.config=Object.assign({},e,{endpoint:e.endpoint||"https://".concat(e.spaceId,".api-hz.cloudbasefunction.cn"),wsEndpoint:e.wsEndpoint||"wss://".concat(e.spaceId,".api-hz.cloudbasefunction.cn")}),this._websocket=new qe(this.config)}return(0,m.default)(t,[{key:"callFunction",value:function(t){return function(t,e){var i=t.name,n=t.data,a=t.async,s=void 0!==a&&a,r="POST",o={"x-to-function-name":i};s&&(o["x-function-invoke-type"]="async");var c=Ue("/functions/invokeFunction",{functionName:i,data:n,method:r,headers:o,signHeaderKeys:["x-to-function-name"],config:e}),l=c.url,u=c.headers;return ze({url:l,data:n,method:r,headers:u}).then((function(t){var e=0;if(s){var i=t.data||{};e="200"===i.errCode?0:i.errCode,t.data=i.data||{},t.errMsg=i.errMsg}if(0!==e)throw new yt({code:e,message:t.errMsg,requestId:t.requestId});return{errCode:e,success:0===e,requestId:t.requestId,result:t.data}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}(t,this.config)}},{key:"uploadFileToOSS",value:function(t){var e=t.url,i=t.filePath,n=t.fileType,a=t.formData,s=t.onUploadProgress;return new Promise((function(t,r){var o=bt.uploadFile({url:e,filePath:i,fileType:n,formData:a,name:"file",success:function(e){e&&e.statusCode<400?t(e):r(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){r(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof s&&o&&"function"==typeof o.onProgressUpdate&&o.onProgressUpdate((function(t){s({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c,l,u,d,f,h;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,a=void 0===n?"":n,s=e.fileType,o=void 0===s?"image":s,c=e.onUploadProgress,"string"===E(a)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(a=a.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(a)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:return t.next=9,We({path:"/".concat(a.replace(/^\//,""),"?post_url")},this.config);case 9:return l=t.sent,u=l.file_id,d=l.upload_url,f=l.form_data,h=f&&f.reduce((function(t,e){return t[e.key]=e.value,t}),{}),t.abrupt("return",this.uploadFileToOSS({url:d,filePath:i,fileType:o,formData:h,onUploadProgress:c}).then((function(){return{fileID:u}})));case 15:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n=this;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.fileList,t.abrupt("return",new Promise((function(t,e){(!i||i.length<0)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u4e0d\u80fd\u4e3a\u7a7a\u6570\u7ec4"})),i.length>50&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u6570\u7ec4\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc750"}));var a,s=[],r=b(i);try{for(r.s();!(a=r.n()).done;){var o=a.value;"string"!==E(o)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}));var c=He.call(n,o);s.push({file_id:c,expire:600})}}catch(l){r.e(l)}finally{r.f()}We({path:"/?download_url",data:{file_list:s},method:"POST"},n.config).then((function(e){var i=e.file_list,a=void 0===i?[]:i;t({fileList:a.map((function(t){return{fileID:Ve.call(n,t.file_id),tempFileURL:t.download_url}}))})})).catch((function(t){return e(t)}))})));case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()},{key:"connectWebSocket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.name,n=e.query,t.abrupt("return",bt.connectSocket({url:this._websocket.signedURL(i,n),complete:function(){}}));case 2:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),t}(),Je={init:function(t){t.provider="alipay";var e=new Ge(t);return e.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},e}};function Ke(t){var e,i=t.data;e=Tt();var n=JSON.parse(JSON.stringify(i||{}));if(Object.assign(n,{clientInfo:e}),!n.uniIdToken){var a=xt(),s=a.token;s&&(n.uniIdToken=s)}return n}var Ye=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:"\uff0c\u4e91\u51fd\u6570[{functionName}]\u5728\u4e91\u7aef\u4e0d\u5b58\u5728\uff0c\u8bf7\u68c0\u67e5\u6b64\u4e91\u51fd\u6570\u540d\u79f0\u662f\u5426\u6b63\u786e\u4ee5\u53ca\u8be5\u4e91\u51fd\u6570\u662f\u5426\u5df2\u4e0a\u4f20\u5230\u670d\u52a1\u7a7a\u95f4",mode:"append"}],Xe=/[\\^$.*+?()[\]{}|]/g,Qe=RegExp(Xe.source);function Ze(t,e,i){return t.replace(new RegExp((n=e)&&Qe.test(n)?n.replace(Xe,"\\$&"):n,"g"),i);var n}var ti="request",ei="response";var ii;ii="0123456789abcdef";var ni={code:2e4,message:"System error"},ai={code:20101,message:"Invalid client"};function si(t){var e=t||{},i=e.errSubject,n=e.subject,a=e.errCode,s=e.errMsg,r=e.code,o=e.message,c=e.cause;return new yt({subject:i||n||"uni-secure-network",code:a||r||ni.code,message:s||o,cause:c})}var ri;function oi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.secretType;return e===ti||e===ei||"both"===e}function ci(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.name,i=t.data,n=void 0===i?{}:i;return"app"===V&&"DCloud-clientDB"===e&&"encryption"===n.redirectTo&&"getAppClientKey"===n.action}function li(t){t.functionName,t.result,t.logPvd}function ui(t){var e=t.callFunction,i=function(i){var n=this,a=i.name;i.data=Ke.call(t,{data:i.data});var s={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay"}[this.config.provider],r=oi(i),o=ci(i),c=r||o;return e.call(this,i).then((function(t){return t.errCode=0,!c&&li.call(n,{functionName:a,result:t,logPvd:s}),Promise.resolve(t)}),(function(t){return!c&&li.call(n,{functionName:a,result:t,logPvd:s}),t&&t.message&&(t.message=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,i=void 0===e?"":e,n=t.extraInfo,a=void 0===n?{}:n,s=t.formatter,r=void 0===s?[]:s,o=0;o0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=t.functionName,a=$t(),s=a.appId,r=a.uniPlatform,o=a.osName,c=r;"app"===r&&(c=o);var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=H;if(!n)return{};e=function(t){return"tencent"===t?"tcb":t}(e);var a=n.find((function(t){return t.provider===e&&t.spaceId===i}));return a&&a.config}({provider:e,spaceId:i});if(!l||!l.accessControl||!l.accessControl.enable)return!1;var u=l.accessControl.function||{},d=Object.keys(u);if(0===d.length)return!0;var f=function(t,e){for(var i,n,a,s=0;s-1&&(n=r):a=r:i=r}return i||n||a}(d,n);if(!f)return!1;if((u[f]||[]).find((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.appId===s&&(t.platform||"").toLowerCase()===c.toLowerCase()})))return!0;throw console.error("\u6b64\u5e94\u7528[appId: ".concat(s,", platform: ").concat(c,"]\u4e0d\u5728\u4e91\u7aef\u914d\u7f6e\u7684\u5141\u8bb8\u8bbf\u95ee\u7684\u5e94\u7528\u5217\u8868\u5185\uff0c\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),si(ai)}({provider:r,spaceId:o,functionName:c})?new ri({secretType:e.secretType,uniCloudIns:t}).wrapVerifyClientCallFunction(i.bind(t))(e):n(e),Object.defineProperty(a,"result",{get:function(){return console.warn("\u5f53\u524d\u8fd4\u56de\u7ed3\u679c\u4e3aPromise\u7c7b\u578b\uff0c\u4e0d\u53ef\u76f4\u63a5\u8bbf\u95ee\u5176result\u5c5e\u6027\uff0c\u8be6\u60c5\u8bf7\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{}}}),a.then((function(t){return"undefined"!=typeof UTSJSONObject&&(t.result=new UTSJSONObject(t.result)),t}))}}ri="mp-weixin"!==V&&"app"!==V?function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),si({message:"Platform ".concat(V," is not supported by secure network")})}))}():function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),si({message:"Platform ".concat(V," is not enabled, please check whether secure network module is enabled in your manifest.json")})}))}();var di=Symbol("CLIENT_DB_INTERNAL");function fi(t,e){return t.then="DoNotReturnProxyWithAFunctionNamedThen",t._internalType=di,t.inspect=null,t.__ob__=void 0,new Proxy(t,{get:function(t,i,n){if("_uniClient"===i)return null;if("symbol"==(0,l.default)(i))return t[i];if(i in t||"string"!=typeof i){var a=t[i];return"function"==typeof a?a.bind(t):a}return e.get(t,i,n)}})}function hi(t){return{on:function(e,i){t[e]=t[e]||[],t[e].indexOf(i)>-1||t[e].push(i)},off:function(e,i){t[e]=t[e]||[];var n=t[e].indexOf(i);-1!==n&&t[e].splice(n,1)}}}var pi=["db.Geo","db.command","command.aggregate"];function vi(t,e){return pi.indexOf("".concat(t,".").concat(e))>-1}function gi(t){switch(E(t)){case"array":return t.map((function(t){return gi(t)}));case"object":return t._internalType===di||Object.keys(t).forEach((function(e){t[e]=gi(t[e])})),t;case"regexp":return{$regexp:{source:t.source,flags:t.flags}};case"date":return{$date:t.toISOString()};default:return t}}function _i(t){return t&&t.content&&t.content.$method}var mi=function(){function t(e,i,n){(0,_.default)(this,t),this.content=e,this.prevStage=i||null,this.udb=null,this._database=n}return(0,m.default)(t,[{key:"toJSON",value:function(){for(var t=this,e=[t.content];t.prevStage;)t=t.prevStage,e.push(t.content);return{$db:e.reverse().map((function(t){return{$method:t.$method,$param:gi(t.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var t=this.toJSON().$db.find((function(t){return"action"===t.$method}));return t&&t.$param&&t.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(t){return"action"!==t.$method}))}}},{key:"isAggregate",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"collection"===i||"pipeline"===e)return!0;t=t.prevStage}return!1}},{key:"isCommand",get:function(){for(var t=this;t;){if("command"===_i(t))return!0;t=t.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"command"===i)return!0;t=t.prevStage}return!1}},{key:"getNextStageFn",value:function(t){var e=this;return function(){return yi({$method:t,$param:gi(Array.from(arguments))},e,e._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL\u7981\u6b62\u4f7f\u7528set\u65b9\u6cd5")}}},{key:"_send",value:function(t,e){var i=this.getAction(),n=this.getCommand();return n.$db.push({$method:t,$param:gi(e)}),this._database._callCloudFunction({action:i,command:n})}}]),t}();function yi(t,e,i){return fi(new mi(t,e,i),{get:function(t,e){var n="db";return t&&t.content&&(n=t.content.$method),vi(n,e)?yi({$method:e},t,i):function(){return yi({$method:e,$param:gi(Array.from(arguments))},t,i)}}})}function bi(t){var e=t.path,i=t.method;return function(){function t(){(0,_.default)(this,t),this.param=Array.from(arguments)}return(0,m.default)(t,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,u.default)(e.map((function(t){return{$method:t}}))),[{$method:i,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),t}()}function xi(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return fi(new t(e),{get:function(t,e){return vi("db",e)?yi({$method:e},null,t):function(){return yi({$method:e,$param:gi(Array.from(arguments))},null,t)}}})}var wi=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"_parseResult",value:function(t){return this._isJQL?t.result:t}},{key:"_callCloudFunction",value:function(t){var e=this,i=t.action,n=t.command,a=t.multiCommand,s=t.queryList;function r(t,e){if(a&&s)for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:{},i=e.uniClient,n=void 0===i?{}:i,a=e.isJQL,s=void 0!==a&&a;(0,_.default)(this,t),this._uniClient=n,this._authCallBacks={},this._dbCallBacks={},n._isDefault&&(this._dbCallBacks=J("_globalUniCloudDatabaseCallback")),s||(this.auth=hi(this._authCallBacks)),this._isJQL=s,Object.assign(this,hi(this._dbCallBacks)),this.env=fi({},{get:function(t,e){return{$env:e}}}),this.Geo=fi({},{get:function(t,e){return bi({path:["Geo"],method:e})}}),this.serverDate=bi({path:[],method:"serverDate"}),this.RegExp=bi({path:[],method:"RegExp"})}return(0,m.default)(t,[{key:"getCloudEnv",value:function(t){if("string"!=typeof t||!t.trim())throw new Error("getCloudEnv\u53c2\u6570\u9519\u8bef");return{$env:t.replace("$cloudEnv_","")}}},{key:"_callback",value:function(t,e){var i=this._dbCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"_callbackAuth",value:function(t,e){var i=this._authCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"multiSend",value:function(){var t=Array.from(arguments),e=t.map((function(t){var e=t.getAction(),i=t.getCommand();if("getTemp"!==i.$db[i.$db.length-1].$method)throw new Error("multiSend\u53ea\u652f\u6301\u5b50\u547d\u4ee4\u5185\u4f7f\u7528getTemp");return{action:e,command:i}}));return this._callCloudFunction({multiCommand:e,queryList:t})}}]),t}()),$i="token\u65e0\u6548\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",Ci="token\u8fc7\u671f\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",Ti={TOKEN_INVALID_TOKEN_EXPIRED:Ci,TOKEN_INVALID_INVALID_CLIENTID:$i,TOKEN_INVALID:$i,TOKEN_INVALID_WRONG_TOKEN:$i,TOKEN_INVALID_ANONYMOUS_USER:$i},ki={"uni-id-token-expired":Ci,"uni-id-check-token-failed":$i,"uni-id-token-not-exist":$i,"uni-id-check-device-feature-failed":$i};function Si(t,e){var i="";return i=t?"".concat(t,"/").concat(e):e,i.replace(/^\//,"")}function Oi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=[],n=[];return t.forEach((function(t){!0===t.needLogin?i.push(Si(e,t.path)):!1===t.needLogin&&n.push(Si(e,t.path))})),{needLoginPage:i,notNeedLoginPage:n}}function Di(t){return t.split("?")[0].replace(/^\//,"")}function Pi(){return function(t){var e=t&&t.$page&&t.$page.fullPath||"";return e?("/"!==e.charAt(0)&&(e="/"+e),e):e}(function(){var t=getCurrentPages();return t[t.length-1]}())}function Ai(){return Di(Pi())}function Li(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)return!1;if(!(e&&e.list&&e.list.length))return!1;var i=e.list,n=Di(t);return i.some((function(t){return t.pagePath===n}))}var Ii,Mi=!!y.default.uniIdRouter,ji=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.default,e=t.pages,i=void 0===e?[]:e,n=t.subPackages,a=void 0===n?[]:n,s=t.uniIdRouter,r=void 0===s?{}:s,o=t.tabBar,c=void 0===o?{}:o,l=r.loginPage,d=r.needLogin,f=void 0===d?[]:d,h=r.resToLogin,p=void 0===h||h,v=Oi(i),g=v.needLoginPage,_=v.notNeedLoginPage,m=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],i=[];return t.forEach((function(t){var n=t.root,a=t.pages,s=void 0===a?[]:a,r=Oi(s,n),o=r.needLoginPage,c=r.notNeedLoginPage;e.push.apply(e,(0,u.default)(o)),i.push.apply(i,(0,u.default)(c))})),{needLoginPage:e,notNeedLoginPage:i}}(a),b=m.needLoginPage,x=m.notNeedLoginPage;return{loginPage:l,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,u.default)(g),(0,u.default)(b)),notNeedLoginPage:[].concat((0,u.default)(_),(0,u.default)(x)),loginPageInTabBar:Li(l,c)}}(),Ei=ji.loginPage,Fi=ji.routerNeedLogin,Bi=ji.resToLogin,Ri=ji.needLoginPage,Ni=ji.notNeedLoginPage,Ui=ji.loginPageInTabBar;if(Ri.indexOf(Ei)>-1)throw new Error("Login page [".concat(Ei,'] should not be "needLogin", please check your pages.json'));function zi(t){var e=Ai();if("/"===t.charAt(0))return t;var i=t.split("?"),n=(0,c.default)(i,2),a=n[0],s=n[1],r=a.replace(/^\//,"").split("/"),o=e.split("/");o.pop();for(var l=0;l-1)&&(Ri.indexOf(e)>-1||Fi.some((function(e){return function(t,e){return new RegExp(e).test(t)}(t,e)})))}function Hi(t){var e=t.redirect,i=Di(e),n=Di(Ei);return Ai()!==n&&i!==n}function Vi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.api,i=t.redirect;if(i&&Hi({redirect:i})){var n=function(t,e){return"/"!==t.charAt(0)&&(t="/"+t),e?t.indexOf("?")>-1?t+"&uniIdRedirectUrl=".concat(encodeURIComponent(e)):t+"?uniIdRedirectUrl=".concat(encodeURIComponent(e)):t}(Ei,i);Ui?"navigateTo"!==e&&"redirectTo"!==e||(e="switchTab"):"switchTab"===e&&(e="navigateTo");var a={navigateTo:uni.navigateTo,redirectTo:uni.redirectTo,switchTab:uni.switchTab,reLaunch:uni.reLaunch};setTimeout((function(){a[e]({url:n})}),0)}}function qi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.url,i={abortLoginPageJump:!1,autoToLoginPage:!1},n=function(){var t,e=xt(),i=e.token,n=e.tokenExpired;if(i){if(n0)return setTimeout((function(){ft(at,n)}),0),i.abortLoginPageJump=!0,i;i.autoToLoginPage=!0}return i}function Gi(){!function(){var t=Pi(),e=qi({url:t}),i=e.abortLoginPageJump,n=e.autoToLoginPage;i||n&&Vi({api:"redirectTo",redirect:t})}();for(var t=["navigateTo","redirectTo","reLaunch","switchTab"],e=function(e){var i=t[e];uni.addInterceptor(i,{invoke:function(t){var e=qi({url:t.url}),n=e.abortLoginPageJump,a=e.autoToLoginPage;return n?t:a?(Vi({api:i,redirect:zi(t.url)}),!1):t}})},i=0;i0&&void 0!==arguments[0]?arguments[0]:{},e=lt(at);vt().then((function(){var i=Pi();if(i&&Hi({redirect:i}))return e.length>0?ft(at,Object.assign({uniIdRedirectUrl:i},t)):void(Ei&&Vi({api:"navigateTo",redirect:i}))}))}(i)}))}function Ki(t){!function(t){t.onResponse=function(t){ut(nt,t)},t.offResponse=function(t){dt(nt,t)}}(t),function(t){t.onNeedLogin=function(t){ut(at,t)},t.offNeedLogin=function(t){dt(at,t)},Mi&&(J("_globalUniCloudStatus").needLoginInit||(J("_globalUniCloudStatus").needLoginInit=!0,vt().then((function(){Gi.call(t)})),Bi&&Ji.call(t)))}(t),function(t){t.onRefreshToken=function(t){ut(st,t)},t.offRefreshToken=function(t){dt(st,t)}}(t)}var Yi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Xi=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function Qi(){var t,e,i=xt().token||"",n=i.split(".");if(!i||3!==n.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{t=JSON.parse((e=n[1],decodeURIComponent(Ii(e).split("").map((function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(i){throw new Error("\u83b7\u53d6\u5f53\u524d\u7528\u6237\u4fe1\u606f\u51fa\u9519\uff0c\u8be6\u7ec6\u9519\u8bef\u4fe1\u606f\u4e3a\uff1a"+i.message)}return t.tokenExpired=1e3*t.exp,delete t.exp,delete t.iat,t}Ii="function"!=typeof atob?function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Xi.test(t))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var i,n,a="",s=0;s>16&255):64===n?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return a}:atob;var Zi=T((function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var i="chooseAndUploadFile:ok",n="chooseAndUploadFile:fail";function s(t,e){return t.tempFiles.forEach((function(t,i){t.name||(t.name=t.path.substring(t.path.lastIndexOf("/")+1)),e&&(t.fileType=e),t.cloudPath=Date.now()+"_"+i+t.name.substring(t.name.lastIndexOf("."))})),t.tempFilePaths||(t.tempFilePaths=t.tempFiles.map((function(t){return t.path}))),t}function r(t,e,n){var a=n.onChooseFile,s=n.onUploadProgress;return e.then((function(t){if(a){var e=a(t);if(void 0!==e)return Promise.resolve(e).then((function(e){return void 0===e?t:e}))}return t})).then((function(e){return!1===e?{errMsg:i,tempFilePaths:[],tempFiles:[]}:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,a=arguments.length>3?arguments[3]:void 0;(e=Object.assign({},e)).errMsg=i;var s=e.tempFiles,r=s.length,o=0;return new Promise((function(i){for(;o=r)!s.find((function(t){return!t.url&&!t.errMsg}))&&i(e);else{var l=s[n];t.uploadFile({provider:l.provider,filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,cloudPathAsRealPath:l.cloudPathAsRealPath,onUploadProgress:function(t){t.index=n,t.tempFile=l,t.tempFilePath=l.path,a&&a(t)}}).then((function(t){l.url=t.fileID,n0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===e.type?r(t,function(t){var e=t.count,i=t.sizeType,a=t.sourceType,r=void 0===a?["album","camera"]:a,o=t.extension;return new Promise((function(t,a){uni.chooseImage({count:e,sizeType:i,sourceType:r,extension:o,success:function(e){t(s(e,"image"))},fail:function(t){a({errMsg:t.errMsg.replace("chooseImage:fail",n)})}})}))}(e),e):"video"===e.type?r(t,function(t){var e=t.camera,i=t.compressed,a=t.maxDuration,r=t.sourceType,o=void 0===r?["album","camera"]:r,c=t.extension;return new Promise((function(t,r){uni.chooseVideo({camera:e,compressed:i,maxDuration:a,sourceType:o,extension:c,success:function(e){var i=e.tempFilePath,n=e.duration,a=e.size,r=e.height,o=e.width;t(s({errMsg:"chooseVideo:ok",tempFilePaths:[i],tempFiles:[{name:e.tempFile&&e.tempFile.name||"",path:i,size:a,type:e.tempFile&&e.tempFile.type||"",width:o,height:r,duration:n,fileType:"video",cloudPath:""}]},"video"))},fail:function(t){r({errMsg:t.errMsg.replace("chooseVideo:fail",n)})}})}))}(e),e):r(t,function(t){var e=t.count,i=t.extension;return new Promise((function(t,r){var o=uni.chooseFile;if("undefined"!=typeof a&&"function"==typeof a.chooseMessageFile&&(o=a.chooseMessageFile),"function"!=typeof o)return r({errMsg:n+" \u8bf7\u6307\u5b9a type \u7c7b\u578b\uff0c\u8be5\u5e73\u53f0\u4ec5\u652f\u6301\u9009\u62e9 image \u6216 video\u3002"});o({type:"all",count:e,extension:i,success:function(e){t(s(e))},fail:function(t){r({errMsg:t.errMsg.replace("chooseFile:fail",n)})}})}))}(e),e)}}})),tn=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}(Zi);function en(t){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{},mixinDatacomError:null}},created:function(){var t=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var e=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(i){e.push(t[i])})),e}),(function(e,i){if("manual"!==t.loadtime){for(var n=!1,a=[],s=2;s0&&void 0!==arguments[0]?arguments[0]:{},i=e.getone,n=void 0!==i&&i,a=e.success,s=e.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomError=null,this.mixinDatacomGet().then((function(e){t.mixinDatacomLoading=!1;var i=e.result,s=i.data,r=i.count;t.getcount&&(t.mixinDatacomPage.count=r),t.mixinDatacomHasMore=s.length0&&void 0!==arguments[0]?arguments[0]:{};n=n||{},i="undefined"!=typeof __uniX&&__uniX?t.databaseForJQL(this.spaceInfo):t.database(this.spaceInfo);var a=n.action||this.action;a&&(i=i.action(a));var s=n.collection||this.collection;i=Array.isArray(s)?(e=i).collection.apply(e,(0,u.default)(s)):i.collection(s);var r=n.where||this.where;r&&Object.keys(r).length&&(i=i.where(r));var o=n.field||this.field;o&&(i=i.field(o));var c=n.foreignKey||this.foreignKey;c&&(i=i.foreignKey(c));var l=n.groupby||this.groupby;l&&(i=i.groupBy(l));var d=n.groupField||this.groupField;d&&(i=i.groupField(d)),!0===(void 0!==n.distinct?n.distinct:this.distinct)&&(i=i.distinct());var f=n.orderby||this.orderby;f&&(i=i.orderBy(f));var h=void 0!==n.pageCurrent?n.pageCurrent:this.mixinDatacomPage.current,p=void 0!==n.pageSize?n.pageSize:this.mixinDatacomPage.size,v=void 0!==n.getcount?n.getcount:this.getcount,g=void 0!==n.gettree?n.gettree:this.gettree,_=void 0!==n.gettreepath?n.gettreepath:this.gettreepath,m={getCount:v},y={limitLevel:void 0!==n.limitlevel?n.limitlevel:this.limitlevel,startWith:void 0!==n.startwith?n.startwith:this.startwith};return g&&(m.getTree=y),_&&(m.getTreePath=y),i=i.skip(p*(h-1)).limit(p).get(m),i}}}}function nn(t){return J("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",t.config.spaceId))}function an(){return sn.apply(this,arguments)}function sn(){return sn=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c,l=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=l.length>0&&void 0!==l[0]?l[0]:{},i=e.openid,n=e.callLoginByWeixin,a=void 0!==n&&n,s=nn(this),"mp-weixin"===V){t.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(V,"`"));case 4:if(!i||!a){t.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!i){t.next=8;break}return t.abrupt("return",(s.mpWeixinOpenid=i,{}));case 8:return t.next=10,new Promise((function(t,e){uni.login({success:function(e){t(e.code)},fail:function(t){e(new Error(t.errMsg))}})}));case 10:return o=t.sent,c=this.importObject("uni-id-co",{customUI:!0}),t.next=14,c.secureNetworkHandshakeByWeixin({code:o,callLoginByWeixin:a});case 14:return s.mpWeixinCode=o,t.abrupt("return",{code:o});case 16:case"end":return t.stop()}}),t,this)}))),sn.apply(this,arguments)}function rn(t){return on.apply(this,arguments)}function on(){return on=(0,d.default)(r.default.mark((function t(e){var i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=nn(this),t.abrupt("return",(i.initPromise||(i.initPromise=an.call(this,e).then((function(t){return t})).catch((function(t){throw delete i.initPromise,t}))),i.initPromise));case 2:case"end":return t.stop()}}),t,this)}))),on.apply(this,arguments)}function cn(t){!function(t){Ct=t}(t)}function ln(t){var e={getSystemInfo:uni.getSystemInfo,getPushClientId:uni.getPushClientId};return function(i){return new Promise((function(n,a){e[t]($($({},i),{},{success:function(t){n(t)},fail:function(t){a(t)}}))}))}}var un=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),t._uniPushMessageCallback=t._receivePushMessage.bind((0,o.default)(t)),t._currentMessageId=-1,t._payloadQueue=[],t}return(0,m.default)(i,[{key:"init",value:function(){var t=this;return Promise.all([ln("getSystemInfo")(),ln("getPushClientId")()]).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=(0,c.default)(e,2),n=i[0];n=void 0===n?{}:n;var a=n.appId,s=i[1];s=void 0===s?{}:s;var r=s.cid;if(!a)throw new Error("Invalid appId, please check the manifest.json file");if(!r)throw new Error("Invalid push client id");t._appId=a,t._pushClientId=r,t._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),t.emit("open"),t._initMessageListener()}),(function(e){throw t.emit("error",e),t.close(),e}))}},{key:"open",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this.init());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"_isUniCloudSSE",value:function(t){if("receive"!==t.type)return!1;var e=t&&t.data&&t.data.payload;return!(!e||"UNI_CLOUD_SSE"!==e.channel||e.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(t){if(this._isUniCloudSSE(t)){var e=t&&t.data&&t.data.payload,i=e.action,n=e.messageId,a=e.message;this._payloadQueue.push({action:i,messageId:n,message:a}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var t=this;;){var e=this._payloadQueue.find((function(e){return e.messageId===t._currentMessageId+1}));if(!e)break;this._currentMessageId++,this._parseMessagePayload(e)}}},{key:"_parseMessagePayload",value:function(t){var e=t.action,i=t.messageId,n=t.message;"end"===e?this._end({messageId:i,message:n}):"message"===e&&this._appendMessage({messageId:i,message:n})}},{key:"_appendMessage",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("message",e)}},{key:"_end",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("end",e),this.close()}},{key:"_initMessageListener",value:function(){uni.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){uni.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),i}(function(){function t(){(0,_.default)(this,t),this._callback={}}return(0,m.default)(t,[{key:"addListener",value:function(t,e){this._callback[t]||(this._callback[t]=[]),this._callback[t].push(e)}},{key:"on",value:function(t,e){return this.addListener(t,e)}},{key:"removeListener",value:function(t,e){if(!e)throw new Error('The "listener" argument must be of type function. Received undefined');var i=this._callback[t];if(i){var n=function(t,e){for(var i=t.length-1;i>=0;i--)if(t[i]===e)return i;return-1}(i,e);i.splice(n,1)}}},{key:"off",value:function(t,e){return this.removeListener(t,e)}},{key:"removeAllListener",value:function(t){delete this._callback[t]}},{key:"emit",value:function(t){for(var e=this._callback[t],i=arguments.length,n=new Array(i>1?i-1:0),a=1;a0)return t.init(e).database();if(this._database)return this._database;var i=xi(wi,{uniClient:t});return this._database=i,i},t.databaseForJQL=function(e){if(e&&Object.keys(e).length>0)return t.init(e).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var i=xi(wi,{uniClient:t,isJQL:!0});return this._databaseForJQL=i,i}}(e),function(t){t.getCurrentUserInfo=Qi,t.chooseAndUploadFile=tn.initChooseAndUploadFile(t),Object.assign(t,{get mixinDatacom(){return en(t)}}),t.SSEChannel=un,t.initSecureNetworkByWeixin=function(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.openid,n=e.callLoginByWeixin,a=void 0!==n&&n;return rn.call(t,{openid:i,callLoginByWeixin:a})}}(t),t.setCustomClientInfo=cn,t.importObject=function(t){return function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.customUI=e.customUI||t.customUI,t.parseSystemError=e.parseSystemError||t.parseSystemError,Object.assign(t.loadingOptions,e.loadingOptions),Object.assign(t.errorOptions,e.errorOptions),"object"==(0,l.default)(e.secretMethods)&&(t.secretMethods=e.secretMethods),t}({customUI:!1,loadingOptions:{title:"\u52a0\u8f7d\u4e2d...",mask:!0},errorOptions:{type:"modal",retry:!1}},i);var n=i,a=n.customUI,s=n.loadingOptions,o=n.errorOptions,c=n.parseSystemError,u=!a;return new Proxy({},{get:function(n,a){switch(a){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fn,i=t.interceptorName,n=t.getCallbackArgs;return(0,d.default)(r.default.mark((function t(){var a,s,o,c,l,u,d=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:for(a=d.length,s=new Array(a),o=0;o0&&void 0!==c[0]?c[0]:{},i=e.title,n=e.content,a=e.showCancel,s=e.cancelText,o=e.confirmText,t.abrupt("return",new Promise((function(t,e){uni.showModal({title:i,content:n,showCancel:a,cancelText:s,confirmText:o,success:function(e){t(e)},fail:function(){t({confirm:!1,cancel:!0})}})})));case 2:case"end":return t.stop()}}),t)})))({title:"\u63d0\u793a",content:T,showCancel:o.retry,cancelText:"\u53d6\u6d88",confirmText:o.retry?"\u91cd\u8bd5":"\u786e\u5b9a"});case 33:if(k=n.sent,S=k.confirm,!o.retry||!S){n.next=37;break}return n.abrupt("return",f.apply(void 0,v));case 37:throw O=new yt({subject:b,code:x,message:w,requestId:h.requestId}),O.detail=h.result,ft(nt,{type:ct,content:O}),O;case 39:return n.abrupt("return",(ft(nt,{type:ct,content:h.result}),h.result));case 40:case"end":return n.stop()}}),n,null,[[5,11]])})));function f(){return n.apply(this,arguments)}return f}(),interceptorName:"callObject",getCallbackArgs:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=t.params;return{objectName:e,methodName:a,params:i}}})}})}}(t)}(e),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(t){if(e[t]){var i=e[t];e[t]=function(){return i.apply(e,Array.from(arguments))},e[t]=function(t,e){return function(i){var n=this,a=!1;if("callFunction"===e){var s=i&&i.type||A;a=s!==A}var r="callFunction"===e&&!a,o=this._initPromiseHub.exec();i=i||{};var c=gt(i),l=c.success,u=c.fail,d=c.complete,f=o.then((function(){return a?Promise.resolve():Z(tt(e,"invoke"),i)})).then((function(){return t.call(n,i)})).then((function(t){return a?Promise.resolve(t):Z(tt(e,"success"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return r&&ft(nt,{type:ot,content:t}),Promise.resolve(t)}))}),(function(t){return a?Promise.reject(t):Z(tt(e,"fail"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return ft(nt,{type:ot,content:t}),Promise.reject(t)}))}));if(!(l||u||d))return f;f.then((function(t){l&&l(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}),(function(t){u&&u(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}))}}(e[t],t).bind(e)}})),e.init=this.init,e}}]),t}());(function(){var t=q,e={};if(t&&1===t.length)e=t[0],fn=fn.init(e),fn._isDefault=!0;else{var i;i=t&&t.length>0?"\u5e94\u7528\u6709\u591a\u4e2a\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u901a\u8fc7uniCloud.init\u65b9\u6cd5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u670d\u52a1\u7a7a\u95f4":"\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4",["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"].forEach((function(t){fn[t]=function(){return console.error(i),Promise.reject(new yt({code:"SYS_ERR",message:i}))}}))}Object.assign(fn,{get mixinDatacom(){return en(fn)}}),Ki(fn),fn.addInterceptor=X,fn.removeInterceptor=Q,fn.interceptObject=et})();var hn=fn;i.default=hn}).call(this,n("0ee4"),n("ed83")["default"])},8820:function(t,e,i){"use strict";i.r(e);var n=i("bdd5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"88ed":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4")}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4");this.startTime=t.detail.value,this.handlePublicTrendList()},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)-1&&e.splice(i,1)}}function v(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var i=t.state;_(t,i,[],t._modules.root,!0),g(t,i,e)}function g(t,e,i){var n=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var a=t._wrappedGetters,s={};r(a,(function(e,i){s[i]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,i,{get:function(){return t._vm[i]},enumerable:!0})}));var o=d.config.silent;d.config.silent=!0,t._vm=new d({data:{$$state:e},computed:s}),d.config.silent=o,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),n&&(i&&t._withCommit((function(){n._data.$$state=null})),d.nextTick((function(){return n.$destroy()})))}function _(t,e,i,n,a){var s=!i.length,r=t._modules.getNamespace(i);if(n.namespaced&&(t._modulesNamespaceMap[r],t._modulesNamespaceMap[r]=n),!s&&!a){var o=m(e,i.slice(0,-1)),c=i[i.length-1];t._withCommit((function(){d.set(o,c,n.state)}))}var l=n.context=function(t,e,i){var n=""===e,a={dispatch:n?t.dispatch:function(i,n,a){var s=y(i,n,a),r=s.payload,o=s.options,c=s.type;return o&&o.root||(c=e+c),t.dispatch(c,r)},commit:n?t.commit:function(i,n,a){var s=y(i,n,a),r=s.payload,o=s.options,c=s.type;o&&o.root||(c=e+c),t.commit(c,r,o)}};return Object.defineProperties(a,{getters:{get:n?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var i={},n=e.length;Object.keys(t.getters).forEach((function(a){if(a.slice(0,n)===e){var s=a.slice(n);Object.defineProperty(i,s,{get:function(){return t.getters[a]},enumerable:!0})}})),t._makeLocalGettersCache[e]=i}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return m(t.state,i)}}}),a}(t,r,i);n.forEachMutation((function(e,i){var n=r+i;(function(t,e,i,n){var a=t._mutations[e]||(t._mutations[e]=[]);a.push((function(e){i.call(t,n.state,e)}))})(t,n,e,l)})),n.forEachAction((function(e,i){var n=e.root?i:r+i,a=e.handler||e;(function(t,e,i,n){var a=t._actions[e]||(t._actions[e]=[]);a.push((function(e){var a=i.call(t,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:t.getters,rootState:t.state},e);return function(t){return t&&"function"===typeof t.then}(a)||(a=Promise.resolve(a)),t._devtoolHook?a.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):a}))})(t,n,a,l)})),n.forEachGetter((function(e,i){var n=r+i;(function(t,e,i,n){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return i(n.state,n.getters,t.state,t.getters)}})(t,n,e,l)})),n.forEachChild((function(n,s){_(t,e,i.concat(s),n,a)}))}function m(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,i){return o(t)&&t.type&&(i=e,e=t,t=t.type),{type:t,payload:e,options:i}}function b(t){d&&t===d||(d=t, +var s=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],a=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function r(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var o=Array.isArray;function c(t){return null!==t&&"object"===typeof t}function l(t){return"boolean"===typeof t}function u(t){return"string"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function h(t){return null===t||void 0===t}function p(t){return"function"===typeof t}function v(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var i=null,n=null;return 1===t.length?c(t[0])||o(t[0])?n=t[0]:"string"===typeof t[0]&&(i=t[0]):2===t.length&&("string"===typeof t[0]&&(i=t[0]),(c(t[1])||o(t[1]))&&(n=t[1])),{locale:i,params:n}}function g(t){return JSON.parse(JSON.stringify(t))}function _(t,e){return!!~t.indexOf(e)}var m=Object.prototype.hasOwnProperty;function y(t,e){return m.call(t,e)}function b(t){for(var e=arguments,i=Object(t),n=1;n/g,">").replace(/"/g,""").replace(/'/g,"'")}(t[e]))})),t}var $={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var i=e.data,n=e.parent,s=e.props,a=e.slots,r=n.$i18n;if(r){var o=s.path,c=s.locale,l=s.places,u=a(),d=r.i(o,c,function(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}(u)||l?function(t,e){var i=e?function(t){0;return Array.isArray(t)?t.reduce(k,{}):Object.assign({},t)}(e):{};if(!t)return i;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var n=t.every(T);0;return t.reduce(n?C:k,i)}(u.default,l):u),f=s.tag&&!0!==s.tag||!1===s.tag?s.tag:"span";return f?t(f,i,d):d}}};function C(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function k(t,e,i){return t[i]=e,t}function T(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var S,D={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var i=e.props,n=e.parent,a=e.data,r=n.$i18n;if(!r)return null;var o=null,l=null;u(i.format)?o=i.format:c(i.format)&&(i.format.key&&(o=i.format.key),l=Object.keys(i.format).reduce((function(t,e){var n;return _(s,e)?Object.assign({},t,(n={},n[e]=i.format[e],n)):t}),null));var d=i.locale||r.locale,f=r._ntp(i.value,d,o,l),h=f.map((function(t,e){var i,n=a.scopedSlots&&a.scopedSlots[t.type];return n?n((i={},i[t.type]=t.value,i.index=e,i.parts=f,i)):t.value})),p=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return p?t(p,{attrs:a.attrs,class:a["class"],staticClass:a.staticClass},h):h}};function P(t,e,i){L(t,i)&&I(t,e,i)}function O(t,e,i,n){if(L(t,i)){var s=i.context.$i18n;(function(t,e){var i=e.context;return t._locale===i.$i18n.locale})(t,i)&&w(e.value,e.oldValue)&&w(t._localeMessage,s.getLocaleMessage(s.locale))||I(t,e,i)}}function A(t,e,i,n){var s=i.context;if(s){var a=i.context.$i18n||{};e.modifiers.preserve||a.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else r("Vue instance does not exists in VNode context")}function L(t,e){var i=e.context;return i?!!i.$i18n||(r("VueI18n instance does not exists in Vue instance"),!1):(r("Vue instance does not exists in VNode context"),!1)}function I(t,e,i){var n,s,a=e.value,o=function(t){var e,i,n,s;u(t)?e=t:f(t)&&(e=t.path,i=t.locale,n=t.args,s=t.choice);return{path:e,locale:i,args:n,choice:s}}(a),c=o.path,l=o.locale,d=o.args,h=o.choice;if(c||l||d)if(c){var p=i.context;t._vt=t.textContent=null!=h?(n=p.$i18n).tc.apply(n,[c,h].concat(M(l,d))):(s=p.$i18n).t.apply(s,[c].concat(M(l,d))),t._locale=p.$i18n.locale,t._localeMessage=p.$i18n.getLocaleMessage(p.$i18n.locale)}else r("`path` is required in v-t directive");else r("value type not supported")}function M(t,e){var i=[];return t&&i.push(t),e&&(Array.isArray(e)||f(e))&&i.push(e),i}function B(t,i){void 0===i&&(i={bridge:!1}),B.installed=!0,S=t;S.version&&Number(S.version.split(".")[0]);(function(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],i=arguments.length-1;while(i-- >0)e[i]=arguments[i+1];var n=this.$i18n;return n._t.apply(n,[t,n.locale,n._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var i=[],n=arguments.length-2;while(n-- >0)i[n]=arguments[n+2];var s=this.$i18n;return s._tc.apply(s,[t,s.locale,s._getMessages(),this,e].concat(i))},t.prototype.$te=function(t,e){var i=this.$i18n;return i._te(t,i.locale,i._getMessages(),e)},t.prototype.$d=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).d.apply(e,[t].concat(i))},t.prototype.$n=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).n.apply(e,[t].concat(i))}})(S),S.mixin(function(t){function i(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:i}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n)if(t.i18n instanceof X){if(t.__i18nBridge||t.__i18n)try{var i=t.i18n&&t.i18n.messages?t.i18n.messages:{},n=t.__i18nBridge||t.__i18n;n.forEach((function(t){i=b(i,JSON.parse(t))})),Object.keys(i).forEach((function(e){t.i18n.mergeLocaleMessage(e,i[e])}))}catch(e){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(f(t.i18n)){var s=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this.$root.$i18n:null;if(s&&(t.i18n.root=this.$root,t.i18n.formatter=s.formatter,t.i18n.fallbackLocale=s.fallbackLocale,t.i18n.formatFallbackMessages=s.formatFallbackMessages,t.i18n.silentTranslationWarn=s.silentTranslationWarn,t.i18n.silentFallbackWarn=s.silentFallbackWarn,t.i18n.pluralizationRules=s.pluralizationRules,t.i18n.preserveDirectiveContent=s.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var a=t.i18n&&t.i18n.messages?t.i18n.messages:{},r=t.__i18nBridge||t.__i18n;r.forEach((function(t){a=b(a,JSON.parse(t))})),t.i18n.messages=a}catch(e){0}var o=t.i18n,c=o.sharedMessages;c&&f(c)&&(t.i18n.messages=b(t.i18n.messages,c)),this._i18n=new X(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),s&&s.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof X||f(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:i,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}(i.bridge)),S.directive("t",{bind:P,update:O,unbind:A}),S.component($.name,$),S.component(D.name,D);var n=S.config.optionMergeStrategies;n.i18n=function(t,e){return void 0===e?t:e}}var j=function(){this._caches=Object.create(null)};j.prototype.interpolate=function(t,e){if(!e)return[t];var i=this._caches[t];return i||(i=function(t){var e=[],i=0,n="";while(i0)d--,u=4,f[0]();else{if(d=0,void 0===i)return!1;if(i=H(i),!1===i)return!1;f[1]()}};while(null!==u)if(l++,e=t[l],"\\"!==e||!h()){if(s=U(e),o=R[u],a=o[s]||o["else"]||8,8===a)return;if(u=a[0],r=f[a[1]],r&&(n=a[2],n=void 0===n?e:n,!1===r()))return;if(7===u)return c}}(t),e&&(this._cache[t]=e)),e||[]},z.prototype.getPathValue=function(t,e){if(!c(t))return null;var i=this.parsePath(e);if(0===i.length)return null;var n=i.length,s=t,a=0;while(a/,q=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,G=/^@(?:\.([a-zA-Z]+))?:/,J=/[()]/g,Y={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},K=new j,X=function(t){var e=this;void 0===t&&(t={}),!S&&"undefined"!==typeof window&&window.Vue&&B(window.Vue);var i=t.locale||"en-US",n=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),s=t.messages||{},a=t.dateTimeFormats||t.datetimeFormats||{},r=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||K,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new z,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,i){var n=Object.getPrototypeOf(e);if(n&&n.getChoiceIndex){var s=n.getChoiceIndex;return s.call(e,t,i)}return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,i]):function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0}(t,i)},this._exist=function(t,i){return!(!t||!i)&&(!h(e._path.getPathValue(t,i))||!!t[i])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(s).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,s[t])})),this._initVM({locale:i,fallbackLocale:n,messages:s,dateTimeFormats:a,numberFormats:r})},Q={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};X.prototype._checkLocaleMessage=function(t,e,i){var n=function(t,e,i,s){if(f(i))Object.keys(i).forEach((function(a){var r=i[a];f(r)?(s.push(a),s.push("."),n(t,e,r,s),s.pop(),s.pop()):(s.push(a),n(t,e,r,s),s.pop())}));else if(o(i))i.forEach((function(i,a){f(i)?(s.push("["+a+"]"),s.push("."),n(t,e,i,s),s.pop(),s.pop()):(s.push("["+a+"]"),n(t,e,i,s),s.pop())}));else if(u(i)){var a=V.test(i);if(a){var c="Detected HTML in message '"+i+"' of keypath '"+s.join("")+"' at '"+e+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?r(c):"error"===t&&function(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(c)}}};n(e,t,i,[])},X.prototype._initVM=function(t){var e=S.config.silent;S.config.silent=!0,this._vm=new S({data:t,__VUE18N__INSTANCE__:!0}),S.config.silent=e},X.prototype.destroyVM=function(){this._vm.$destroy()},X.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},X.prototype.unsubscribeDataChanging=function(t){(function(t,e){if(t.delete(e));})(this._dataListeners,t)},X.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}(t._dataListeners),i=e.length;while(i--)S.nextTick((function(){e[i]&&e[i].$forceUpdate()}))}),{deep:!0})},X.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,i=this._vm;return this.vm.$watch("locale",(function(n){i.$set(i,"locale",n),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=n),i.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var n=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){n.$set(n,"locale",t),n.$forceUpdate()}),{immediate:!0})},X.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Q.vm.get=function(){return this._vm},Q.messages.get=function(){return g(this._getMessages())},Q.dateTimeFormats.get=function(){return g(this._getDateTimeFormats())},Q.numberFormats.get=function(){return g(this._getNumberFormats())},Q.availableLocales.get=function(){return Object.keys(this.messages).sort()},Q.locale.get=function(){return this._vm.locale},Q.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Q.fallbackLocale.get=function(){return this._vm.fallbackLocale},Q.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Q.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Q.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Q.missing.get=function(){return this._missing},Q.missing.set=function(t){this._missing=t},Q.formatter.get=function(){return this._formatter},Q.formatter.set=function(t){this._formatter=t},Q.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Q.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Q.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Q.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Q.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Q.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Q.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Q.warnHtmlInMessage.set=function(t){var e=this,i=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,i!==t&&("warn"===t||"error"===t)){var n=this._getMessages();Object.keys(n).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,n[t])}))}},Q.postTranslation.get=function(){return this._postTranslation},Q.postTranslation.set=function(t){this._postTranslation=t},Q.sync.get=function(){return this._sync},Q.sync.set=function(t){this._sync=t},X.prototype._getMessages=function(){return this._vm.messages},X.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},X.prototype._getNumberFormats=function(){return this._vm.numberFormats},X.prototype._warnDefault=function(t,e,i,n,s,a){if(!h(i))return i;if(this._missing){var r=this._missing.apply(null,[t,e,n,s]);if(u(r))return r}else 0;if(this._formatFallbackMessages){var o=v.apply(void 0,s);return this._render(e,a,o.params,e)}return e},X.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:h(t))&&!h(this._root)&&this._fallbackRoot},X.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},X.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},X.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},X.prototype._interpolate=function(t,e,i,n,s,a,r){if(!e)return null;var c,l=this._path.getPathValue(e,i);if(o(l)||f(l))return l;if(h(l)){if(!f(e))return null;if(c=e[i],!u(c)&&!p(c))return null}else{if(!u(l)&&!p(l))return null;c=l}return u(c)&&(c.indexOf("@:")>=0||c.indexOf("@.")>=0)&&(c=this._link(t,e,c,n,"raw",a,r)),this._render(c,s,a,i)},X.prototype._link=function(t,e,i,n,s,a,r){var c=i,l=c.match(q);for(var u in l)if(l.hasOwnProperty(u)){var d=l[u],f=d.match(G),h=f[0],p=f[1],v=d.replace(h,"").replace(J,"");if(_(r,v))return c;r.push(v);var g=this._interpolate(t,e,v,n,"raw"===s?"string":s,"raw"===s?void 0:a,r);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var m=this._root.$i18n;g=m._translate(m._getMessages(),m.locale,m.fallbackLocale,v,n,s,a)}g=this._warnDefault(t,v,g,n,o(a)?a:[a],s),this._modifiers.hasOwnProperty(p)?g=this._modifiers[p](g):Y.hasOwnProperty(p)&&(g=Y[p](g)),r.pop(),c=g?c.replace(d,g):c}return c},X.prototype._createMessageContext=function(t,e,i,n){var s=this,a=o(t)?t:[],r=c(t)?t:{},l=this._getMessages(),u=this.locale;return{list:function(t){return a[t]},named:function(t){return r[t]},values:t,formatter:e,path:i,messages:l,locale:u,linked:function(t){return s._interpolate(u,l[u]||{},t,null,n,void 0,[t])}}},X.prototype._render=function(t,e,i,n){if(p(t))return t(this._createMessageContext(i,this._formatter||K,n,e));var s=this._formatter.interpolate(t,i,n);return s||(s=K.interpolate(t,i,n)),"string"!==e||u(s)?s:s.join("")},X.prototype._appendItemToChain=function(t,e,i){var n=!1;return _(t,e)||(n=!0,e&&(n="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),i&&i[e]&&(n=i[e]))),n},X.prototype._appendLocaleToChain=function(t,e,i){var n,s=e.split("-");do{var a=s.join("-");n=this._appendItemToChain(t,a,i),s.splice(-1,1)}while(s.length&&!0===n);return n},X.prototype._appendBlockToChain=function(t,e,i){for(var n=!0,s=0;s0)a[r]=arguments[r+4];if(!t)return"";var o=v.apply(void 0,a);this._escapeParameterHtml&&(o.params=x(o.params));var c=o.locale||e,l=this._translate(i,c,this.fallbackLocale,t,n,"string",o.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(s=this._root).$t.apply(s,[t].concat(a))}return l=this._warnDefault(c,t,l,n,a,"string"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,t)),l},X.prototype.t=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(i))},X.prototype._i=function(t,e,i,n,s){var a=this._translate(i,e,this.fallbackLocale,t,n,"raw",s);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,s)}return this._warnDefault(e,t,a,n,[s],"raw")},X.prototype.i=function(t,e,i){return t?(u(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,i)):""},X.prototype._tc=function(t,e,i,n,s){var a,r=[],o=arguments.length-5;while(o-- >0)r[o]=arguments[o+5];if(!t)return"";void 0===s&&(s=1);var c={count:s,n:s},l=v.apply(void 0,r);return l.params=Object.assign(c,l.params),r=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((a=this)._t.apply(a,[t,e,i,n].concat(r)),s)},X.prototype.fetchChoice=function(t,e){if(!t||!u(t))return null;var i=t.split("|");return e=this.getChoiceIndex(e,i.length),i[e]?i[e].trim():t},X.prototype.tc=function(t,e){var i,n=[],s=arguments.length-2;while(s-- >0)n[s]=arguments[s+2];return(i=this)._tc.apply(i,[t,this.locale,this._getMessages(),null,e].concat(n))},X.prototype._te=function(t,e,i){var n=[],s=arguments.length-3;while(s-- >0)n[s]=arguments[s+3];var a=v.apply(void 0,n).locale||e;return this._exist(i[a],t)},X.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},X.prototype.getLocaleMessage=function(t){return g(this._vm.messages[t]||{})},X.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},X.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,b("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},X.prototype.getDateTimeFormat=function(t){return g(this._vm.dateTimeFormats[t]||{})},X.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},X.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,b(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},X.prototype._clearDateTimeFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},X.prototype._localizeDateTime=function(t,e,i,n,s,a){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,s=null,r=null;return 1===e.length?(u(e[0])?s=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(s=e[0].key)),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(a,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(s=e[0]),u(e[1])&&(n=e[1])),this._d(t,n,s,r)},X.prototype.getNumberFormat=function(t){return g(this._vm.numberFormats[t]||{})},X.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},X.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,b(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},X.prototype._clearNumberFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},X.prototype._getNumberFormatter=function(t,e,i,n,s,a){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,a=null,r=null;return 1===e.length?u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(a=e[0].key),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(s,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(n=e[1])),this._n(t,n,a,r)},X.prototype._ntp=function(t,e,i,n){if(!X.availabilities.numberFormat)return[];if(!i){var s=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return s.formatToParts(t)}var a=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),i,n),r=a&&a.formatToParts(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,i,n)}return r||[]},Object.defineProperties(X.prototype,Q),Object.defineProperty(X,"availabilities",{get:function(){if(!W){var t="undefined"!==typeof Intl;W={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return W}}),X.install=B,X.version="8.28.2",i["default"]=X},"4ee8":function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u30db\u30fc\u30e0","index.component":"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"\u30e6\u30cb\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3001manifest.json\u3001pages.json\u3001\u30bf\u30d6\u30d0\u30fc\u3001\u30da\u30fc\u30b8\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3001API\u3092\u542b\u3081\u308b\u3001Schema","index.detail":"\u8a73\u7d30","index.language":"\u8a00\u8a9e","index.language-info":"\u8a2d\u5b9a","index.system-language":"\u30b7\u30b9\u30c6\u30e0\u8a00\u8a9e","index.application-language":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a00\u8a9e","index.language-change-confirm":"\u3053\u306e\u8a2d\u5b9a\u3092\u9069\u7528\u3059\u308b\u3068\u3001\u30a2\u30d7\u30ea\u304c\u518d\u8d77\u52d5\u3057\u307e\u3059"}')},"4f03":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg(this.$t("tips.verifyBodyDate"))}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg(this.$t("tips.verifyBodyDate"));this.startTime=t.detail.value;this.endTime?this.endTime:this.endDate;this.$store.dispatch("GetBodyTrendList",{aud_id:this.user.id,s_time:this.startTime,e_time:this.endTime?this.endTime:this.endDate}),this.showbox(0)},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)0)?i("text",[t._v(t._$s(15,"t0-0",t._s(t.$t("contrast.weightdiffAugment"))))]):i("text",[t._v(t._$s(16,"t0-0",t._s(t.$t("contrast.weightdiff"))))])]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0)?i("text",[t._v(t._$s(19,"t0-0",t._s(t.$t("contrast.fatWdiffAugment"))))]):i("text",[t._v(t._$s(20,"t0-0",t._s(t.$t("contrast.fatWdiff"))))])]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(21,"t1-0",t._s(t.$t("contrast.changeData"))))])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(24,"t1-0",t._s(t.$t("contrast.changeData"))))]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view",[t._v(t._$s(30,"t0-0",t._s(t.$t("contrast.trend"))))]),i("view",[t._v(t._$s(31,"t0-0",t._s(t.$t("contrast.before"))))]),i("view",[t._v(t._$s(32,"t0-0",t._s(t.$t("contrast.after"))))])]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,s,a){return i("view",{key:t._$s(33,"f",{forIndex:s,key:n}),staticClass:t._$s("33-"+a,"sc","li"),attrs:{_i:"33-"+a}},[i("view",{staticClass:t._$s("34-"+a,"sc","name"),attrs:{_i:"34-"+a}},[i("text",[t._v(t._$s("35-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+a,"sc","num"),attrs:{_i:"36-"+a}},[t._$s("37-"+a,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+a,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+a,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+a,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+a}}):t._e(),t._$s("39-"+a,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+a,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+a}}):t._e(),t._$s("40-"+a,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+a,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+a}}):t._e()]),i("view",{staticClass:t._$s("41-"+a,"sc","f"),attrs:{_i:"41-"+a}},[i("view",[t._v(t._$s("42-"+a,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+a,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+a,"sc","f"),attrs:{_i:"44-"+a}},[i("view",[t._v(t._$s("45-"+a,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+a,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},a=[]},"5e4d":function(t,e,i){"use strict";i.r(e);var n=i("eb49"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"5e6a":function(t,e,i){"use strict";i.r(e);var n=i("1091"),s=i("4ff2");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"f4e86178",null,!1,n["a"],void 0);e["default"]=o.exports},"5fc7":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","item-ite"),attrs:{_i:3}},[n("text",[t._v(t._$s(4,"t0-0",t._s(t.info?t.info.average:"--")))])]),n("view",{staticClass:t._$s(5,"sc","item-ite"),attrs:{_i:5}},[n("text")]),n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text",[t._v(t._$s(8,"t0-0",t._s(t.info?t.info.level:"--")))])])])]),n("view",{staticClass:t._$s(9,"sc","box1"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","time"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.info?t.info.time:"")))]),n("view",{staticClass:t._$s(11,"sc","item"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","image"),attrs:{_i:12}},[n("image",{attrs:{src:t._$s(13,"a-src",i("76a4")),_i:13}})]),n("view",{staticClass:t._$s(14,"sc","center mt-15"),attrs:{_i:14}},[n("view",{staticClass:t._$s(15,"sc","level"),attrs:{_i:15}}),n("view",{staticClass:t._$s(16,"sc","level level-bg"),style:t._$s(16,"s",{top:t.info?Number(100-t.info.offset)+"%":"100%"}),attrs:{_i:16}}),t._$s(17,"i",t.info)?n("view",{staticClass:t._$s(17,"sc","level-item"),attrs:{_i:17}},t._l(t._$s(18,"f",{forItems:t.info.list}),(function(e,i,s,a){return n("view",{key:t._$s(18,"f",{forIndex:s,key:"18-"+a}),staticClass:t._$s("18-"+a,"sc","ite"),style:t._$s("18-"+a,"s",{height:100/t.info.list.length+"%"}),attrs:{_i:"18-"+a}},[t._v(t._$s("18-"+a,"t0-0",t._s(e.text)))])})),0):t._e()])]),t._$s(19,"i",t.info)?n("view",{staticClass:t._$s(19,"sc","val"),attrs:{_i:19}},[n("text",[t._v(t._$s(20,"t0-0",t._s(t.info.average)))])]):t._e()]),n("view",{staticClass:t._$s(21,"sc","gridList"),attrs:{_i:21}},[n("view",{staticClass:t._$s(22,"sc","data"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23},on:{click:function(e){return t.navTo("/pages/lunging/charts")}}},[n("view",{staticClass:t._$s(24,"sc","image"),attrs:{_i:24}},[n("image",{attrs:{src:t._$s(25,"a-src",i("5da7")),_i:25}})]),n("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}})]),n("view",{staticClass:t._$s(27,"sc","item"),attrs:{_i:27},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(28,"sc","image"),attrs:{_i:28}},[n("image",{attrs:{src:t._$s(29,"a-src",i("b525")),_i:29}})]),n("view",{staticClass:t._$s(30,"sc","name"),attrs:{_i:30}})]),n("view",{staticClass:t._$s(31,"sc","item"),attrs:{_i:31},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(32,"sc","image"),attrs:{_i:32}},[n("image",{attrs:{src:t._$s(33,"a-src",i("3c04")),_i:33}})]),n("view",{staticClass:t._$s(34,"sc","name"),attrs:{_i:34}})]),n("view",{staticClass:t._$s(35,"sc","item"),attrs:{_i:35},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(36,"sc","image"),attrs:{_i:36}},[n("image",{attrs:{src:t._$s(37,"a-src",i("2437")),_i:37}})]),n("view",{staticClass:t._$s(38,"sc","name"),attrs:{_i:38}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:39}})],1)},s=[]},"60dd":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59"),r=n(i("ea80"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;et.length)&&(e=t.length);for(var i=0,n=new Array(e);i50?t.weight:50)))]):n("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:37},domProps:{value:t._$s(37,"v-model",t.weight)},on:{blur:function(e){t.disabled=!1},input:function(e){e.target.composing||(t.weight=e.target.value)}}}),n("text",{attrs:{_i:38},on:{click:function(e){return t.handleWeightEdit("\u52a0")}}})]),n("text",{staticClass:t._$s(39,"sc","tips"),attrs:{_i:39},on:{click:function(e){t.disabled=!0}}})]),n("view",{class:t._$s(40,"c",[t.isConnection?"start":"start Nstart"]),attrs:{_i:40},on:{click:function(e){return t.handleStart(3)}}})]):t._e(),n("view",{staticClass:t._$s(41,"sc","gridList"),attrs:{_i:41}},[n("view",{staticClass:t._$s(42,"sc","data"),attrs:{_i:42}},[n("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43},on:{click:function(e){return t.navTo("/pages/skiping/charts")}}},[n("view",{staticClass:t._$s(44,"sc","image"),attrs:{_i:44}},[n("image",{attrs:{_i:45}})]),n("view",{staticClass:t._$s(46,"sc","name"),attrs:{_i:46}})]),n("view",{staticClass:t._$s(47,"sc","item"),attrs:{_i:47},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(48,"sc","image"),attrs:{_i:48}},[n("image",{attrs:{_i:49}})]),n("view",{staticClass:t._$s(50,"sc","name"),attrs:{_i:50}})]),n("view",{staticClass:t._$s(51,"sc","item"),attrs:{_i:51},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(52,"sc","image"),attrs:{_i:52}},[n("image",{attrs:{_i:53}})]),n("view",{staticClass:t._$s(54,"sc","name"),attrs:{_i:54}})]),n("view",{staticClass:t._$s(55,"sc","item"),attrs:{_i:55},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(56,"sc","image"),attrs:{_i:56}},[n("image",{attrs:{_i:57}})]),n("view",{staticClass:t._$s(58,"sc","name"),attrs:{_i:58}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:59}})],1)},s=[]},"6a14":function(t,e,i){"use strict";e["a"]=function(t){(t.options.wxs||(t.options.wxs={}))["wxsswipe"]=function(t){var e=!1;function i(t,i){var n=t.instance,s=n.getDataset().disabled,a=n.getState();r(n,i),s=("string"===typeof s?JSON.parse(s):s)||!1,s||(n.requestAnimationFrame((function(){n.removeClass("ani"),i.callMethod("closeSwipe")})),a.x=a.left||0,function(t){var i=t.instance,n=i.getState();c(i);var s=t.touches[0];e&&l()&&(s=t);n.startX=s.clientX,n.startY=s.clientY}(t))}function n(t,i){var n=t.instance,s=n.getDataset().disabled,r=n.getState();s=("string"===typeof s?JSON.parse(s):s)||!1,s||(function(t){var i=t.instance,n=i.getState(),s=t.touches[0];e&&l()&&(s=t);n.deltaX=s.clientX-n.startX,n.deltaY=s.clientY-n.startY,n.offsetY=Math.abs(n.deltaY),n.offsetX=Math.abs(n.deltaX),n.direction=n.direction||function(t,e){if(t>e&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(n.offsetX,n.offsetY)}(t),"horizontal"===r.direction&&(t.preventDefault&&t.preventDefault(),a(r.x+r.deltaX,n,i)))}function s(t,e){var i=t.instance,n=i.getDataset().disabled,s=i.getState();n=("string"===typeof n?JSON.parse(n):n)||!1,n||function(t,e,i){var n=e.getState(),s=n.threshold,a=(n.position,n.isopen||"none"),r=n.leftWidth,c=n.rightWidth;if(0===n.deltaX)return void o("none",e,i);o("none"===a&&c>0&&-t>s||"none"!==a&&c>0&&c+t0&&t>s||"none"!==a&&r>0&&r-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var u=!1;return t.exports={showWatch:function(t,e,i,n){var s=n.getState();r(n,i),t&&"none"!==t?o(t,n,i):(s.left&&o("none",n,i),c(n))},touchstart:i,touchmove:n,touchend:s,mousedown:function(t,n){e&&l()&&(i(t,n),u=!0)},mousemove:function(t,i){e&&l()&&u&&n(t,i)},mouseup:function(t,i){e&&l()&&(s(t,i),u=!1)},mouseleave:function(t,i){e&&l()&&(u=!1)}},t.exports}({exports:{}})}},"6b18":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1}},[i("text",{staticClass:t._$s(2,"sc","overflow"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.info.nickname)))])]),i("table",{staticClass:t._$s(3,"sc","table table3"),attrs:{_i:3}},[i("tr",[i("th"),i("td",[t._v(t._$s(6,"t0-0",t._s(t.info.nickname)))]),i("th"),i("td",[t._v(t._$s(8,"t0-0",t._s(0==t.info.gender?"\u672a\u77e5":1==t.info.gender?"\u7537":"\u5973")))])]),i("tr",[i("th"),i("td",[t._v(t._$s(11,"t0-0",t._s(t.info.birthday)))]),i("th"),i("td",[t._v(t._$s(13,"t0-0",t._s(t.info.age?t.info.age:"0\u5c81")))])])]),i("view",{staticClass:t._$s(14,"sc","title"),attrs:{_i:14}}),i("table",{staticClass:t._$s(15,"sc","table table2"),attrs:{_i:15}},[i("tr",[i("th"),i("th"),i("th")]),i("tr",[i("td"),i("td",[t._v(t._$s(22,"t0-0",t._s(t.height.height?t.height.height:0)))]),i("td",[t._v(t._$s(23,"t0-0",t._s(t.height.statusHeight)))])]),i("tr",[i("td"),i("td",[t._v(t._$s(26,"t0-0",t._s(t.height.halfyearheight?t.height.halfyearheight:0)))]),i("td",[t._v(t._$s(27,"t0-0",t._s(t.height.statusHalfyear)))])]),i("tr",[i("td"),i("td",[t._v(t._$s(30,"t0-0",t._s(t.height.yearheight?t.height.yearheight:0)))]),i("td",[t._v(t._$s(31,"t0-0",t._s(t.height.statusYear)))])])]),i("view",{staticClass:t._$s(32,"sc","box"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","title"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.height.height?t.height.height:0))),t._$s(34,"i",t.height.statusHeight)?i("text",{staticClass:t._$s(34,"sc","btn btn2"),style:t._$s(34,"s",{backgroundColor:t.height.colorHeight}),attrs:{_i:34}},[t._v(t._$s(34,"t0-0",t._s(t.height.statusHeight)))]):t._e()]),i("view",{staticClass:t._$s(35,"sc","rank"),class:t._$s(35,"c",{TextLeft:t.list.length>6}),attrs:{_i:35}},t._l(t._$s(36,"f",{forItems:t.list}),(function(e,n,s,a){return i("view",{key:t._$s(36,"f",{forIndex:s,key:n}),staticClass:t._$s("36-"+a,"sc","list"),attrs:{_i:"36-"+a}},[i("view",{staticClass:t._$s("37-"+a,"sc","left"),attrs:{_i:"37-"+a}},[i("text",[t._v(t._$s("38-"+a,"t0-0",t._s(e.minvalue)))])]),i("view",{staticClass:t._$s("39-"+a,"sc","center"),style:t._$s("39-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"39-"+a}},[i("text",[t._v(t._$s("40-"+a,"t0-0",t._s(e.text)))])]),i("view",{staticClass:t._$s("41-"+a,"sc","right"),attrs:{_i:"41-"+a}},[t._$s("42-"+a,"i",t.height.heightlevel==e.level)?i("view",{style:t._$s("42-"+a,"s",{color:e.color}),attrs:{_i:"42-"+a}},[i("text",{staticClass:t._$s("43-"+a,"sc","triangle_left"),style:t._$s("43-"+a,"s",{borderRightColor:e.color}),attrs:{_i:"43-"+a}}),i("text",{staticClass:t._$s("44-"+a,"sc","text"),attrs:{_i:"44-"+a}},[t._v(t._$s("44-"+a,"t0-0",t._s(t.height.height)))])]):t._e()])])})),0),i("view",{staticClass:t._$s(45,"sc","bottom"),attrs:{_i:45}},[t._v(t._$s(45,"t0-0",t._s(t.user.age))+t._$s(45,"t0-1",t._s(0==t.user.sex?"\u672a\u77e5":1==t.user.sex?"\u7537":"\u5973"))),i("span",{style:t._$s(46,"s",{color:t.height.colorHeight}),attrs:{_i:46}},[t._v(t._$s(46,"t0-0",t._s(t.height.statusHeight)))])])]),i("view",{staticClass:t._$s(47,"sc","box"),attrs:{_i:47}},[i("view",{staticClass:t._$s(48,"sc","title"),attrs:{_i:48}},[t._v(t._$s(48,"t0-0",t._s(t.height.halfyearheight?t.height.halfyearheight:0))),t._$s(49,"i",t.height.statusHalfyear)?i("text",{staticClass:t._$s(49,"sc","btn btn2"),style:t._$s(49,"s",{backgroundColor:t.height.colorHalfyear}),attrs:{_i:49}},[t._v(t._$s(49,"t0-0",t._s(t.height.statusHalfyear)))]):t._e()]),i("view",{staticClass:t._$s(50,"sc","rank"),attrs:{_i:50}},t._l(t._$s(51,"f",{forItems:t.height.halfyearstandlist}),(function(e,n,s,a){return i("view",{key:t._$s(51,"f",{forIndex:s,key:n}),staticClass:t._$s("51-"+a,"sc","list list3"),attrs:{_i:"51-"+a}},[i("view",{staticClass:t._$s("52-"+a,"sc","left"),attrs:{_i:"52-"+a}},[i("text",[t._v(t._$s("53-"+a,"t0-0",t._s(e.val)))])]),i("view",{staticClass:t._$s("54-"+a,"sc","center"),style:t._$s("54-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"54-"+a}},[t._v(t._$s("54-"+a,"t0-0",t._s(e.text)))]),i("view",{staticClass:t._$s("55-"+a,"sc","right"),attrs:{_i:"55-"+a}},[t._$s("56-"+a,"i",t.height.halfyearheightlevel==e.level)?i("view",{style:t._$s("56-"+a,"s",{color:e.color}),attrs:{_i:"56-"+a}},[i("text",{staticClass:t._$s("57-"+a,"sc","triangle_left"),style:t._$s("57-"+a,"s",{borderRightColor:e.color}),attrs:{_i:"57-"+a}}),i("text",{staticClass:t._$s("58-"+a,"sc","text"),attrs:{_i:"58-"+a}},[t._v(t._$s("58-"+a,"t0-0",t._s(t.height.halfyearheight)))])]):t._e()])])})),0),i("view",{staticClass:t._$s(59,"sc","bottom"),attrs:{_i:59}},[i("span",{style:t._$s(60,"s",{color:t.height.colorHalfyear}),attrs:{_i:60}},[t._v(t._$s(60,"t0-0",t._s(t.height.statusHalfyear)))])])]),i("view",{staticClass:t._$s(61,"sc","box"),attrs:{_i:61}},[i("view",{staticClass:t._$s(62,"sc","title"),attrs:{_i:62}},[t._v(t._$s(62,"t0-0",t._s(t.height.yearheight?t.height.yearheight:0))),t._$s(63,"i",t.height.statusYear)?i("text",{staticClass:t._$s(63,"sc","btn btn2"),style:t._$s(63,"s",{backgroundColor:t.height.colorYear}),attrs:{_i:63}},[t._v(t._$s(63,"t0-0",t._s(t.height.statusYear)))]):t._e()]),i("view",{staticClass:t._$s(64,"sc","rank"),attrs:{_i:64}},t._l(t._$s(65,"f",{forItems:t.height.yearstandlist}),(function(e,n,s,a){return i("view",{key:t._$s(65,"f",{forIndex:s,key:n}),staticClass:t._$s("65-"+a,"sc","list list3"),attrs:{_i:"65-"+a}},[i("view",{staticClass:t._$s("66-"+a,"sc","left"),attrs:{_i:"66-"+a}},[i("text",[t._v(t._$s("67-"+a,"t0-0",t._s(e.val)))])]),i("view",{staticClass:t._$s("68-"+a,"sc","center"),style:t._$s("68-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"68-"+a}},[t._v(t._$s("68-"+a,"t0-0",t._s(e.text)))]),i("view",{staticClass:t._$s("69-"+a,"sc","right"),attrs:{_i:"69-"+a}},[t._$s("70-"+a,"i",t.height.yearheightlevel==e.level)?i("view",{style:t._$s("70-"+a,"s",{color:e.color}),attrs:{_i:"70-"+a}},[i("text",{staticClass:t._$s("71-"+a,"sc","triangle_left"),style:t._$s("71-"+a,"s",{borderRightColor:e.color}),attrs:{_i:"71-"+a}}),i("text",{staticClass:t._$s("72-"+a,"sc","text"),attrs:{_i:"72-"+a}},[t._v(t._$s("72-"+a,"t0-0",t._s(t.height.yearheight)))])]):t._e()])])})),0),i("view",{staticClass:t._$s(73,"sc","bottom"),attrs:{_i:73}},[i("span",{style:t._$s(74,"s",{color:t.height.colorYear}),attrs:{_i:74}},[t._v(t._$s(74,"t0-0",t._s(t.height.statusYear)))])])])])},s=[]},"6b35":function(t,e,i){"use strict";i.r(e);var n=i("4b2e"),s=i("0609");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"e97113dc",null,!1,n["a"],void 0);e["default"]=o.exports},"6b79":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{webviewUrl:""}},onLoad:function(e){var i=uni.getStorageSync("token"),n=e.url+"?token="+i+"&id="+e.id;this.webviewUrl=decodeURIComponent(n),t("log","11111",e,n,this.webviewUrl," at pageTwo/webview/webview.vue:18")}};e.default=i}).call(this,i("f3b9")["default"])},"6c4b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{list:[{title:"\u9a71\u866b",type:1,time:"2023/05/15",des:"\u54c8\u54c8\u54c8\u54c8\u6216\u6216\u6216\u6216",static:1}],page:1,lastPage:0}},onLoad:function(){this.page=1},onReachBottom:function(){!this.lastPage||this.page>=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):this.page++},methods:{getList:function(t){var e=this;this.$model.getHistoryList({pageNo:this.page,pageSize:10}).then((function(t){0==t.code&&(e.list=e.list.concat(t.data.rows),e.lastPage=t.data.totalpage)}))},handleDetail:function(){}}};e.default=n},"6cd3":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n;n={data:function(){return{is_show:"none"}},watch:{show:function(t){this.is_show=this.show}},created:function(){this.swipeaction=this.getSwipeAction(),this.swipeaction&&Array.isArray(this.swipeaction.children)&&this.swipeaction.children.push(this)},mounted:function(){this.is_show=this.show},methods:{closeSwipe:function(t){this.autoClose&&this.swipeaction&&this.swipeaction.closeOther(this)},change:function(t){this.$emit("change",t.open),this.is_show!==t.open&&(this.is_show=t.open)},appTouchStart:function(t){var e=t.changedTouches[0].clientX;this.clientX=e,this.timestamp=(new Date).getTime()},appTouchEnd:function(t,e,i,n){var s=t.changedTouches[0].clientX,a=Math.abs(this.clientX-s),r=(new Date).getTime()-this.timestamp;a<40&&r<300&&this.$emit("click",{content:i,index:e,position:n})},onClickForPC:function(t,e,i){}}};var s=n;e.default=s},"6d17":function(t,e,i){"use strict";i.r(e);var n=i("8c66"),s=i("b138");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"6d6d":function(t,e,i){"use strict";i.r(e);var n=i("6da0"),s=i("26c5");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"6d93":function(t,e,i){"use strict";i.r(e);var n=i("d61a"),s=i("fa40");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"d1f15d7a",null,!1,n["a"],void 0);e["default"]=o.exports},"6da0":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("web-view",{attrs:{src:this._$s(0,"a-src",this.webviewUrl),_i:0}})},s=[]},"6df9":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a,r=n(i("7ca3")),o=i("8f59");function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(16,"sc","endtext"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("tips.msgBottom"))))]):t._e()],2):t._e(),t._$s(17,"i",!t.ranklist.length||!t.lastPage)?n("view",{staticClass:t._$s(17,"sc","nolist"),attrs:{_i:17}},[n("image",{attrs:{src:t._$s(18,"a-src",i("8ef2")),_i:18}}),n("text",[t._v(t._$s(19,"t0-0",t._s(t.$t("index.none"))))])]):t._e()])},a=[]},"711b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","charts-error"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","charts-font"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(null==t.errorMessage?"\u8bf7\u70b9\u51fb\u91cd\u8bd5":t.errorMessage)))])])},s=[]},7172:function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var n,s,a,r,o=[],c=!0,l=!1;try{if(a=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(n=a.call(i)).done)&&(o.push(n.value),o.length!==e);c=!0);}catch(t){l=!0,s=t}finally{try{if(!c&&null!=i["return"]&&(r=i["return"](),Object(r)!==r))return}finally{if(l)throw s}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"71e6":function(t,e,i){"use strict";i.r(e);var n=i("552c"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},7438:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniCollapse:i("6d17").default,uniCollapseItem:i("e88d").default,uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content indexCarList"),attrs:{_i:0}},[t._$s(1,"i",t.isShow)?n("headerIndex",{attrs:{isArea:!1,_i:1}}):t._e(),t._$s(2,"i",t.userList.length)?n("view",[t._$s(3,"i",0==t.islink)?n("view",{staticClass:t._$s(3,"sc","bleTips"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.textLink)))]):n("view",{staticClass:t._$s(4,"sc","bleTips2 bleTips"),attrs:{_i:4},on:{click:t.openBluetoothAdapter}},[t._v(t._$s(4,"t0-0",t._s(t.textLink)))])]):t._e(),t._$s(5,"i",t.notices.length)?n("view",{staticClass:t._$s(5,"sc","notice"),attrs:{_i:5}},[n("text",[t._v(t._$s(6,"t0-0",t._s(t.$t("index.notice"))))]),n("swiper",{staticClass:t._$s(7,"sc","swiper"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.notices}),(function(e,i,s,a){return n("swiper-item",{key:t._$s(8,"f",{forIndex:s,key:i}),attrs:{_i:"8-"+a},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("view",{staticClass:t._$s("9-"+a,"sc","overflow"),attrs:{_i:"9-"+a}},[t._v(t._$s("9-"+a,"t0-0",t._s(e.title)))])])})),0)]):t._e(),n("view",{staticClass:t._$s(10,"sc","tools_l"),class:t._$s(10,"c",["zh-Hans"==t.language?"":"list2"]),attrs:{_i:10}},[t._$s(11,"i","zh-Hans"==t.language)?n("view",{staticClass:t._$s(11,"sc","list"),attrs:{_i:11},on:{click:function(e){return t.handleTool("/pages/score/score")}}},[n("image",{attrs:{src:t._$s(12,"a-src",i("e32b")),_i:12}}),n("view",{staticClass:t._$s(13,"sc","text"),attrs:{_i:13}})]):t._e(),n("view",{staticClass:t._$s(14,"sc","list"),attrs:{_i:14},on:{click:function(e){return t.handleTool("/pageTwo/home/bmi")}}},[n("image",{attrs:{src:t._$s(15,"a-src",i("55e3")),_i:15}}),n("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("common.titleBmi"))))])]),n("view",{staticClass:t._$s(17,"sc","list"),attrs:{_i:17},on:{click:function(e){return t.handleTool("/pageTwo/home/inheritHeighet")}}},[n("image",{attrs:{src:t._$s(18,"a-src",i("858a")),_i:18}}),n("view",{staticClass:t._$s(19,"sc","text"),attrs:{_i:19}},[t._v(t._$s(19,"t0-0",t._s(t.$t("common.titleInheritHeighet"))))])]),t._$s(20,"i","zh-Hans"==t.language)?n("view",{staticClass:t._$s(20,"sc","list"),attrs:{_i:20},on:{click:function(e){return t.handleTool("/pages/skiping/skip?acd_id=6")}}},[n("image",{attrs:{src:t._$s(21,"a-src",i("ad05")),_i:21}}),n("view",{staticClass:t._$s(22,"sc","text"),attrs:{_i:22}})]):t._e(),t._$s(23,"i","zh-Hans"==t.language)?n("view",{staticClass:t._$s(23,"sc","list"),attrs:{_i:23},on:{click:function(e){return t.handleTool("/pages/lunging/vitalcapacity?acd_id=8")}}},[n("image",{attrs:{src:t._$s(24,"a-src",i("f179")),_i:24}}),n("view",{staticClass:t._$s(25,"sc","text"),attrs:{_i:25}})]):t._e(),t._$s(26,"i",Number(t.userInfo.age)<=16&&"zh-Hans"==t.language)?n("view",{staticClass:t._$s(26,"sc","list"),attrs:{_i:26},on:{click:function(e){return t.handleTool("/pageTwo/home/childPK")}}},[n("image",{attrs:{src:t._$s(27,"a-src",i("f568")),_i:27}}),n("view",{staticClass:t._$s(28,"sc","text"),attrs:{_i:28}})]):t._e(),n("view",{staticClass:t._$s(29,"sc","list"),attrs:{_i:29},on:{click:function(e){return t.handleTool("/pageTwo/compk/contrast?acd_id=2")}}},[n("image",{attrs:{src:t._$s(30,"a-src",i("ed2f")),_i:30}}),n("view",{staticClass:t._$s(31,"sc","text"),attrs:{_i:31}},[t._v(t._$s(31,"t0-0",t._s(t.$t("common.titleContrast"))))])]),n("view",{staticClass:t._$s(32,"sc","list"),attrs:{_i:32},on:{click:function(e){return t.handleTool("/pages/body/body?acd_id=2")}}},[n("image",{attrs:{src:t._$s(33,"a-src",i("ffaa")),_i:33}}),n("view",{staticClass:t._$s(34,"sc","text"),attrs:{_i:34}},[t._v(t._$s(34,"t0-0",t._s(t.$t("common.titleBody"))))])]),n("view",{staticClass:t._$s(35,"sc","list"),attrs:{_i:35},on:{click:function(e){return t.handleTool()}}},[n("image",{attrs:{src:t._$s(36,"a-src",i("da0a")),_i:36}}),n("view",{staticClass:t._$s(37,"sc","text"),attrs:{_i:37}},[t._v(t._$s(37,"t0-0",t._s(t.$t("index.manualRecording"))))])]),n("view",{staticClass:t._$s(38,"sc","list"),attrs:{_i:38},on:{click:function(e){return t.handleTool("/pageTwo/history/history?acd_id=2")}}},[n("image",{attrs:{src:t._$s(39,"a-src",i("a519")),_i:39}}),n("view",{staticClass:t._$s(40,"sc","text"),attrs:{_i:40}},[t._v(t._$s(40,"t0-0",t._s(t.$t("common.titleHistory"))))])]),t._$s(41,"i",Number(t.userInfo.age)>16&&"zh-Hans"==t.language)?n("view",{staticClass:t._$s(41,"sc","list"),attrs:{_i:41},on:{click:function(e){return t.handleTool("/pageTwo/my/manage")}}},[n("image",{attrs:{src:t._$s(42,"a-src",i("bb78")),_i:42}}),n("view",{staticClass:t._$s(43,"sc","text"),attrs:{_i:43}})]):t._e()]),n("view",{staticClass:t._$s(44,"sc","report"),attrs:{_i:44}},[t._$s(45,"i",t.info&&t.info.top_list.length)?n("view",{staticClass:t._$s(45,"sc","bold mt-10 ml-10 title"),attrs:{_i:45}},[n("view",[t._v(t._$s(46,"t0-0",t._s(t.$t("index.body"))))]),n("view",{staticClass:t._$s(47,"sc","time"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.info?t.info.record_time:"")))])]):t._e(),t._l(t._$s(48,"f",{forItems:t.info.top_list}),(function(e,i,s,a){return t._$s("48-"+a,"i",t.info&&t.info.top_list.length)?n("view",{key:t._$s(48,"f",{forIndex:s,key:"48-"+a}),staticClass:t._$s("48-"+a,"sc","box"),attrs:{_i:"48-"+a}},[n("view",{staticClass:t._$s("49-"+a,"sc","data data2"),style:t._$s("49-"+a,"s",{height:e.difference_val?"60px":"auto"}),attrs:{_i:"49-"+a}},[n("view",{staticClass:t._$s("50-"+a,"sc","left"),class:t._$s("50-"+a,"c",[e.difference_val?"":"left2"]),attrs:{_i:"50-"+a}},[n("view",{staticClass:t._$s("51-"+a,"sc","name bold"),attrs:{_i:"51-"+a}},[t._v(t._$s("51-"+a,"t0-0",t._s(e.name)))]),n("view",[n("text",{staticClass:t._$s("53-"+a,"sc","bold mr-5"),class:t._$s("53-"+a,"c",[e.difference_val?"size26":"size14"]),attrs:{_i:"53-"+a}},[t._v(t._$s("53-"+a,"t0-0",t._s(e.value)))]),t._v(t._$s("52-"+a,"t1-0",t._s(e.unit)))])]),t._$s("54-"+a,"i",e.difference_val)?n("view",{staticClass:t._$s("54-"+a,"sc","right"),attrs:{_i:"54-"+a}},[n("view",[t._v(t._$s("55-"+a,"t0-0",t._s(t.$t("index.ideal")))+t._$s("55-"+a,"t0-1",t._s(e.name)))]),n("view",{staticClass:t._$s("56-"+a,"sc","lixiang"),attrs:{_i:"56-"+a}},[n("view",{staticClass:t._$s("57-"+a,"sc","mr-10"),attrs:{_i:"57-"+a}},[n("text",{staticClass:t._$s("58-"+a,"sc","mr-5"),attrs:{_i:"58-"+a}},[t._v(t._$s("58-"+a,"t0-0",t._s(e.standard_val)))]),t._v(t._$s("57-"+a,"t1-0",t._s(e.unit)))]),n("view",[t._$s("60-"+a,"i",Number(e.difference_val)>0)?n("icon",{staticClass:t._$s("60-"+a,"sc","t-icon t-icon-shang"),attrs:{_i:"60-"+a}}):t._e(),t._$s("61-"+a,"i",Number(e.difference_val)<0)?n("icon",{staticClass:t._$s("61-"+a,"sc","t-icon t-icon-xia"),attrs:{_i:"61-"+a}}):t._e(),t._v(t._$s("59-"+a,"t2-0",t._s(e.difference_val)))])])]):t._e()]),n("view",{staticClass:t._$s("62-"+a,"sc","myinfoPage"),attrs:{_i:"62-"+a}},[n("view",{staticClass:t._$s("63-"+a,"sc","desc"),attrs:{_i:"63-"+a}},[t._$s("64-"+a,"i",e.desc)?n("view",{staticClass:t._$s("64-"+a,"sc","ming size12"),attrs:{_i:"64-"+a}},[t._v(t._$s("64-"+a,"t0-0",t._s(e.desc)))]):t._e(),t._$s("65-"+a,"i",e.list)?n("view",{class:t._$s("65-"+a,"c",[e.list.length?"statuevue":""]),attrs:{_i:"65-"+a}},[n("view",{staticClass:t._$s("66-"+a,"sc","bi"),attrs:{_i:"66-"+a}},[n("view",{staticClass:t._$s("67-"+a,"sc","peobox"),style:t._$s("67-"+a,"s","left:"+e.offset+"%"),attrs:{_i:"67-"+a}},[n("view",{staticClass:t._$s("68-"+a,"sc","xx"),attrs:{_i:"68-"+a}})]),t._l(t._$s("69-"+a,"f",{forItems:e.list}),(function(i,s,r,o){return n("view",{key:t._$s("69-"+a,"f",{forIndex:r,key:s}),staticClass:t._$s("69-"+a+"-"+o,"sc","item"),style:t._$s("69-"+a+"-"+o,"s",{backgroundColor:i.color}),attrs:{_i:"69-"+a+"-"+o}},[n("view",{staticClass:t._$s("70-"+a+"-"+o,"sc","span1"),attrs:{_i:"70-"+a+"-"+o}},[t._v(t._$s("70-"+a+"-"+o,"t0-0",t._s(i.text)))]),t._$s("71-"+a+"-"+o,"i",s2?"space-between":"center"}),attrs:{_i:"157-"+a}},t._l(t._$s("158-"+a,"f",{forItems:e.inside_data}),(function(i,s,r,o){return n("view",{key:t._$s("158-"+a,"f",{forIndex:r,key:"158-"+a+"-"+o}),class:t._$s("158-"+a+"-"+o,"c",[e.inside_data.length>3?"item2":""]),attrs:{_i:"158-"+a+"-"+o}},[n("view",{staticClass:t._$s("159-"+a+"-"+o,"sc","weight"),attrs:{_i:"159-"+a+"-"+o}},[n("text",[t._v(t._$s("160-"+a+"-"+o,"t0-0",t._s(i.value?i.value:"-")))]),t._v(t._$s("159-"+a+"-"+o,"t1-0",t._s(i.unit)))]),t._$s("161-"+a+"-"+o,"i",8!=e.acd_id)?n("view",{staticClass:t._$s("161-"+a+"-"+o,"sc","name mt-5"),attrs:{_i:"161-"+a+"-"+o}},[t._v(t._$s("161-"+a+"-"+o,"t0-0",t._s(i.name)))]):t._e()])})),0)])])}))],2):t._e(),t._$s(162,"i",t.userList.length&&1==t.user.measure_model&&"zh-Hans"==t.language)?n("view",{staticClass:t._$s(162,"sc","setcard"),attrs:{_i:162},on:{click:t.handleCard}}):t._e(),t._$s(163,"i",t.isCoupon)?n("view",{staticClass:t._$s(163,"sc","wrapper"),attrs:{_i:163}},[n("view",{staticClass:t._$s(164,"sc","bg"),attrs:{_i:164},on:{click:function(e){t.isCoupon=!1}}},[n("view",{staticClass:t._$s(165,"sc","edit"),attrs:{_i:165}},[n("swiper",{staticClass:t._$s(166,"sc","text"),attrs:{_i:166}},t._l(t._$s(167,"f",{forItems:t.pop}),(function(e,i,s,a){return n("swiper-item",{key:t._$s(167,"f",{forIndex:s,key:i}),attrs:{_i:"167-"+a},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("image",{attrs:{src:t._$s("168-"+a,"a-src",e.pic),_i:"168-"+a}}),n("view",{staticClass:t._$s("169-"+a,"sc","bold mt-5"),attrs:{_i:"169-"+a}},[t._v(t._$s("169-"+a,"t0-0",t._s(e.title)))])])})),0),n("uni-icons",{staticClass:t._$s(170,"sc","clear"),attrs:{type:"clear",size:"40",_i:170},on:{click:function(e){t.isCoupon=!1}}})],1)])]):t._e(),n("record",{attrs:{rtype:t.rtype,_i:171}})],1)},a=[]},7466:function(t,e,i){"use strict";i.r(e);var n=i("70ac"),s=i("376c");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"397357ae",null,!1,n["a"],void 0);e["default"]=o.exports},7535:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title overflow"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.$t("linkBluetooth.linkBluetoothSuccess"))))]),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("text",[t._v(t._$s(7,"t0-0",t._s(t.$t("tips.msgTitle"))))]),i("text",[t._v(t._$s(8,"t0-0",t._s(t.$t("linkBluetooth.onDeviceMeasureTips"))))]),i("text",[t._v(t._$s(9,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips"))))]),i("text",[t._v(t._$s(10,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips2"))))])])]),t._$s(11,"i",t.isHeight)?i("view",{staticClass:t._$s(11,"sc","wrapper"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","bg"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","Blue"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","h4"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.$t("linkBluetooth.measureResultTips"))))]),i("view",{staticClass:t._$s(15,"sc","Blue-box"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.$t("linkBluetooth.nowWeight")))),i("text",[t._v(t._$s(16,"t0-0",t._s(t.weight))+t._$s(16,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(17,"sc","Blue-box"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.$t("linkBluetooth.lastHeight")))),i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{placeholder:t._$s(18,"a-placeholder",t.$t("tips.verifyHeight")),_i:18},domProps:{value:t._$s(18,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})]),i("view",{staticClass:t._$s(19,"sc","Blue-btn Blue-close"),attrs:{_i:19},on:{click:t.handleBack}},[t._v(t._$s(19,"t0-0",t._s(t.$t("tips.btnSancellation"))))]),i("view",{staticClass:t._$s(20,"sc","Blue-btn"),attrs:{_i:20},on:{click:t.handleGetMeasure}},[t._v(t._$s(20,"t0-0",t._s(t.$t("linkBluetooth.SaveResult"))))])])]):t._e()])},s=[]},"755a":function(t){t.exports=JSON.parse('{"uni-datetime-picker.selectDate":"select date","uni-datetime-picker.selectTime":"select time","uni-datetime-picker.selectDateTime":"select date and time","uni-datetime-picker.startDate":"start date","uni-datetime-picker.endDate":"end date","uni-datetime-picker.startTime":"start time","uni-datetime-picker.endTime":"end time","uni-datetime-picker.ok":"ok","uni-datetime-picker.clear":"clear","uni-datetime-picker.cancel":"cancel","uni-datetime-picker.year":"-","uni-datetime-picker.month":"","uni-calender.MON":"MON","uni-calender.TUE":"TUE","uni-calender.WED":"WED","uni-calender.THU":"THU","uni-calender.FRI":"FRI","uni-calender.SAT":"SAT","uni-calender.SUN":"SUN","uni-calender.confirm":"confirm"}')},"761b":function(t,e,i){"use strict";i.r(e);var n=i("b8fb"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},7647:function(t,e){function i(e,n){return t.exports=i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e,n)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"76a4":function(t,e,i){t.exports=i.p+"static/bae.png"},"777b":function(t,e,i){"use strict";(function(t,n){var s=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=s(i("3b2d")),r=(s(i("e589")),s(i("5003"))),o=s(i("ee48"));function c(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),n=1;n=1&&i<=9&&(i="0"+i),n>=0&&n<=9&&(n="0"+n);var s=e+"-"+i+"-"+n;return s}var u={name:"qiun-data-charts",mixins:[t.mixinDatacom],props:{type:{type:String,default:null},canvasId:{type:String,default:"uchartsid"},canvas2d:{type:Boolean,default:!1},background:{type:String,default:"rgba(0,0,0,0)"},animation:{type:Boolean,default:!0},chartData:{type:Object,default:function(){return{categories:[],series:[]}}},opts:{type:Object,default:function(){return{}}},eopts:{type:Object,default:function(){return{}}},loadingType:{type:Number,default:2},errorShow:{type:Boolean,default:!0},errorReload:{type:Boolean,default:!0},errorMessage:{type:String,default:null},inScrollView:{type:Boolean,default:!1},reshow:{type:Boolean,default:!1},reload:{type:Boolean,default:!1},disableScroll:{type:Boolean,default:!1},optsWatch:{type:Boolean,default:!0},onzoom:{type:Boolean,default:!1},ontap:{type:Boolean,default:!0},ontouch:{type:Boolean,default:!1},onmouse:{type:Boolean,default:!0},onmovetip:{type:Boolean,default:!1},echartsH5:{type:Boolean,default:!1},echartsApp:{type:Boolean,default:!1},tooltipShow:{type:Boolean,default:!0},tooltipFormat:{type:String,default:void 0},tooltipCustom:{type:Object,default:void 0},startDate:{type:String,default:void 0},endDate:{type:String,default:void 0},textEnum:{type:Array,default:function(){return[]}},groupEnum:{type:Array,default:function(){return[]}},pageScrollTop:{type:Number,default:0},directory:{type:String,default:"/"},tapLegend:{type:Boolean,default:!0},menus:{type:Array,default:function(){return[]}},Height:{type:Number,default:340},Width:{type:Number,default:340}},data:function(){return{cid:"uchartsid",inWx:!1,inAli:!1,inTt:!1,inBd:!1,inH5:!1,inApp:!1,inWin:!1,type2d:!0,disScroll:!1,openmouse:!1,pixel:1,cWidth:340,cHeight:240,showchart:!1,echarts:!1,echartsResize:{state:!1},uchartsOpts:{},echartsOpts:{},drawData:{},lastDrawTime:null}},created:function(){if(this.cid=this.canvasId,"uchartsid"==this.canvasId||""==this.canvasId){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",e=t.length,i="",n=0;n<32;n++)i+=t.charAt(Math.floor(Math.random()*e));this.cid=i}var s=uni.getSystemInfoSync();"windows"!==s.platform&&"mac"!==s.platform||(this.inWin=!0),this.type2d=!1,this.disScroll=this.disableScroll},mounted:function(){var t=this;this.inApp=!0,!0===this.echartsApp&&(this.echarts=!0,this.openmouse=!1),this.cWidth=this.Width?this.Width:this.cWidth,this.cHeight=this.Height?this.Height:this.cHeight,this.$nextTick((function(){t.beforeInit()}))},destroyed:function(){!0===this.echarts?(delete o.default.option[this.cid],delete o.default.instance[this.cid]):(delete r.default.option[this.cid],delete r.default.instance[this.cid]),uni.offWindowResize((function(){}))},watch:{chartDataProps:{handler:function(t,e){"object"===(0,a.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&(this._clearChart(),t.series&&t.series.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this.showchart=!1,this.mixinDatacomErrorMessage=null)):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1achartData\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},localdata:{handler:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&(t.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage=null))},immediate:!1,deep:!0},optsProps:{handler:function(t,e){"object"===(0,a.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!1===this.echarts&&1==this.optsWatch&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},eoptsProps:{handler:function(t,e){"object"===(0,a.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!0===this.echarts&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aeopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},reshow:function(t,e){var i=this;!0===t&&!1===this.mixinDatacomLoading&&setTimeout((function(){i.mixinDatacomErrorMessage=null,i.echartsResize.state=!i.echartsResize.state,i.checkData(i.drawData)}),200)},reload:function(t,e){!0===t&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())},mixinDatacomErrorMessage:function(t,e){t&&(this.emitMsg({name:"error",params:{type:"error",errorShow:this.errorShow,msg:t,id:this.cid}}),this.errorShow&&n("log","[\u79cb\u4e91\u56fe\u8868\u7ec4\u4ef6]"+t," at uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue:567"))},errorMessage:function(t,e){t&&this.errorShow&&null!==t&&"null"!==t&&""!==t?(this.showchart=!1,this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=t):(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())}},computed:{optsProps:function(){return JSON.parse(JSON.stringify(this.opts))},eoptsProps:function(){return JSON.parse(JSON.stringify(this.eopts))},chartDataProps:function(){return JSON.parse(JSON.stringify(this.chartData))}},methods:{beforeInit:function(){this.mixinDatacomErrorMessage=null,"object"===(0,a.default)(this.chartData)&&null!=this.chartData&&void 0!==this.chartData.series&&this.chartData.series.length>0?(this.drawData=c({},this.chartData),this.mixinDatacomLoading=!1,this.showchart=!0,this.checkData(this.chartData)):this.localdata.length>0?(this.mixinDatacomLoading=!1,this.showchart=!0,this.localdataInit(this.localdata)):""!==this.collection?(this.mixinDatacomLoading=!1,this.getCloudData()):this.mixinDatacomLoading=!0},localdataInit:function(t){if(this.groupEnum.length>0)for(var e=0;e0)for(var n=0;n0)d=this.chartData.categories;else if(this.startDate&&this.endDate){var h=new Date(this.startDate),p=new Date(this.endDate);while(h<=p)d.push(l(h)),h=h.setDate(h.getDate()+1),h=new Date(h)}else{var v={};t.map((function(t,e){void 0==t.text||v[t.text]||(d.push(t.text),v[t.text]=!0)}))}u.categories=d}var g={};if(t.map((function(t,e){void 0==t.group||g[t.group]||(f.push({name:t.group,data:[]}),g[t.group]=!0)})),0==f.length)if(f=[{name:"\u9ed8\u8ba4\u5206\u7ec4",data:[]}],!0===a)for(var _=0;_0)for(var x=0;x0&&(this.mixinDatacomErrorMessage=null,!0===this.echarts?(o.default.option[i].chartData=n,this.$nextTick((function(){e.init()}))):(r.default.option[i].categories=n.categories,r.default.option[i].series=n.series,this.$nextTick((function(){e.init()}))))},resizeHandler:function(){var t=this,e=Date.now(),i=this.lastDrawTime?this.lastDrawTime:e-3e3,n=e-i;if(!(n<1e3))uni.createSelectorQuery().in(this).select("#ChartBoxId"+this.cid).boundingClientRect((function(e){t.showchart=!0,e.width>0&&e.height>0&&(e.width===t.cWidth&&e.height===t.cHeight||t.checkData(t.drawData))})).exec()},getCloudData:function(){var t=this;1!=this.mixinDatacomLoading&&(this.mixinDatacomLoading=!0,this.mixinDatacomGet().then((function(e){t.mixinDatacomResData=e.result.data,t.localdataInit(t.mixinDatacomResData)})).catch((function(e){t.mixinDatacomLoading=!1,t.showchart=!1,t.mixinDatacomErrorMessage="\u8bf7\u6c42\u9519\u8bef\uff1a"+e})))},onMixinDatacomPropsChange:function(t,e){1==t&&""!==this.collection&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this._clearChart(),this.getCloudData())},_clearChart:function(){var t=this.cid;if(!0!==this.echarts&&r.default.option[t]&&r.default.option[t].context){var e=r.default.option[t].context;"object"!==(0,a.default)(e)||r.default.option[t].update||(e.clearRect(0,0,this.cWidth*this.pixel,this.cHeight*this.pixel),e.draw())}},init:function(){var t=this,e=this.cid;uni.createSelectorQuery().in(this).select("#ChartBoxId"+e).boundingClientRect((function(i){i.width>0&&i.height>0?(t.mixinDatacomLoading=!1,t.showchart=!0,t.lastDrawTime=Date.now(),t.cWidth=i.width,t.cHeight=i.height,!0!==t.echarts&&(r.default.option[e].background="rgba(0,0,0,0)"==t.background?"#FFFFFF":t.background,r.default.option[e].canvas2d=t.type2d,r.default.option[e].pixelRatio=t.pixel,r.default.option[e].animation=t.animation,r.default.option[e].width=i.width*t.pixel,r.default.option[e].height=i.height*t.pixel,r.default.option[e].onzoom=t.onzoom,r.default.option[e].ontap=t.ontap,r.default.option[e].ontouch=t.ontouch,r.default.option[e].onmouse=t.openmouse,r.default.option[e].onmovetip=t.onmovetip,r.default.option[e].tooltipShow=t.tooltipShow,r.default.option[e].tooltipFormat=t.tooltipFormat,r.default.option[e].tooltipCustom=t.tooltipCustom,r.default.option[e].inScrollView=t.inScrollView,r.default.option[e].lastDrawTime=t.lastDrawTime,r.default.option[e].tapLegend=t.tapLegend),t.inH5||t.inApp?1==t.echarts?(o.default.option[e].ontap=t.ontap,o.default.option[e].onmouse=t.openmouse,o.default.option[e].tooltipShow=t.tooltipShow,o.default.option[e].tooltipFormat=t.tooltipFormat,o.default.option[e].tooltipCustom=t.tooltipCustom,o.default.option[e].lastDrawTime=t.lastDrawTime,t.echartsOpts=c({},o.default.option[e])):(r.default.option[e].rotateLock=r.default.option[e].rotate,t.uchartsOpts=c({},r.default.option[e])):(r.default.option[e]=function t(e,i){for(var n in e)e.hasOwnProperty(n)&&null!==e[n]&&"object"===(0,a.default)(e[n])?t(e[n],i):"format"===n&&"string"===typeof e[n]&&(e["formatter"]=i[e[n]]?i[e[n]]:void 0);return e}(r.default.option[e],r.default.formatter),t.mixinDatacomErrorMessage=null,t.mixinDatacomLoading=!1,t.showchart=!0,t.$nextTick((function(){if(!0===t.type2d){var n=uni.createSelectorQuery().in(t);n.select("#"+e).fields({node:!0,size:!0}).exec((function(n){if(n[0]){var s=n[0].node,a=s.getContext("2d");r.default.option[e].context=a,r.default.option[e].rotateLock=r.default.option[e].rotate,r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):(s.width=i.width*t.pixel,s.height=i.height*t.pixel,s._width=i.width*t.pixel,s._height=i.height*t.pixel,setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100))}else t.showchart=!1,t.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1a\u5f00\u542f2d\u6a21\u5f0f\u540e\uff0c\u672a\u83b7\u53d6\u5230dom\u8282\u70b9\uff0ccanvas-id:"+e}))}else t.inAli&&(r.default.option[e].rotateLock=r.default.option[e].rotate),r.default.option[e].context=uni.createCanvasContext(e,t),r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100)})))):(t.mixinDatacomLoading=!1,t.showchart=!1,1==t.reshow&&(t.mixinDatacomErrorMessage="\u5e03\u5c40\u9519\u8bef\uff1a\u672a\u83b7\u53d6\u5230\u7236\u5143\u7d20\u5bbd\u9ad8\u5c3a\u5bf8\uff01canvas-id:"+e))})).exec()},saveImage:function(){uni.canvasToTempFilePath({canvasId:this.cid,success:function(t){uni.saveImageToPhotosAlbum({filePath:t.tempFilePath,success:function(){uni.showToast({title:"\u4fdd\u5b58\u6210\u529f",duration:2e3})}})}},this)},getImage:function(){var t=this;if(0==this.type2d)uni.canvasToTempFilePath({canvasId:this.cid,success:function(e){t.emitMsg({name:"getImage",params:{type:"getImage",base64:e.tempFilePath}})}},this);else{var e=uni.createSelectorQuery().in(this);e.select("#"+this.cid).fields({node:!0,size:!0}).exec((function(e){if(e[0]){var i=e[0].node;t.emitMsg({name:"getImage",params:{type:"getImage",base64:i.toDataURL("image/png")}})}}))}},_error:function(t){this.mixinDatacomErrorMessage=t.detail.errMsg},emitMsg:function(t){this.$emit(t.name,t.params)},getRenderType:function(){!0===this.echarts&&!1===this.mixinDatacomLoading&&this.beforeInit()},toJSON:function(){return this}}};e.default=u}).call(this,i("861b")["default"],i("f3b9")["default"])},7931:function(t,e,i){t.exports=i.p+"static/icon4.png"},"793b":function(t,e,i){"use strict";i.r(e);var n=i("20f2"),s=i("69fe");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"2516fd64",null,!1,n["a"],void 0);e["default"]=o.exports},"798a":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e0||"0:0.00"!=toString(r))&&(e.isFinished=!0)),t("log","\u72b6\u6001:",n,s,a,r,e.unit,e.isFinished," at pageTwo/devices/B20.vue:288")}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/B20.vue:292")}})},handleIsLing:function(){this.IsLing||(this.writeBLECharacteristicValue("A6020500076A"),this.IsLing=!0)},handleIsNum:function(){this.writeBLECharacteristicValue("A6020400066A")},writeBLECharacteristicValue:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));t("log","buffer",e,i," at pageTwo/devices/B20.vue:314"),uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/B20.vue:321")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:324")}})},handleGetMeasure:function(){var t=this;t.height?t.$model.getmeasurefunit({adc:0,weight:t.weight+t.unit,height:t.height,aud_id:t.userInfo.id,head_data:t.head?t.head:0}).then((function(e){t.isHeight=!1,t.isSave=!1,0==e.code?(t.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$tools.msg(t.$t("tips.msgSuccess"))):t.$tools.msg(t.$t("tips.msgFail")),t.Unload=!0,uni.switchTab({url:"/pages/home/home"}),setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter()}),200)})):this.$tools.msg(t.$t("tips.verifyHeight"))},handleBack:function(){var e=this,i=new Uint8Array("A6020500076A".match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:e.deviceId,serviceId:e.serviceId,characteristicId:e.write,value:i.buffer,success:function(i){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",i.errMsg," at pageTwo/devices/B20.vue:378"),uni.showToast({title:e.$t("tips.msgResetData"),icon:"none"}),t("log","\u91cd\u7f6e",e.typeInfo,e.weight," at pageTwo/devices/B20.vue:383")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:391")}})},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/B20.vue:401")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/B20.vue:409"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/B20.vue:420")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/B20.vue:432"),e.$store.commit("changeConnected",!1)}})}}};e.default=c}).call(this,i("f3b9")["default"])},"79fd":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var c={data:function(){return{version:0}},computed:function(t){for(var e=1;e0)?n("view",{staticClass:t._$s(32,"sc","name"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.$t("body.Gain_weight"))))]):n("view",{staticClass:t._$s(33,"sc","name"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.$t("body.cumulative_weight"))))])]),n("view",{staticClass:t._$s(34,"sc","item"),attrs:{_i:34},on:{click:function(e){return t.handleClick(2)}}},[n("view",{staticClass:t._$s(35,"sc","val"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.initial_weight:0))),n("text")]),n("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}},[t._v(t._$s(37,"t0-0",t._s(t.$t("body.initial_weight")))),n("uni-icons",{staticClass:t._$s(38,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:38}})],1)]),n("view",{staticClass:t._$s(39,"sc","item"),attrs:{_i:39}},[n("view",{staticClass:t._$s(40,"sc","val"),attrs:{_i:40}},[t._v(t._$s(40,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.cumulative_day:0))),n("text")]),n("view",{staticClass:t._$s(42,"sc","name"),attrs:{_i:42}},[t._v(t._$s(42,"t0-0",t._s(t.$t("body.cumulative_day"))))])])])]),n("firstweight",{attrs:{type:t.ind,_i:43}})],1)])},a=[]},"84bf":function(t,e,i){"use strict";i.r(e);var n=i("81e2"),s=i("9eed");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"8ee38fcc",null,!1,n["a"],void 0);e["default"]=o.exports},"858a":function(t,e,i){t.exports=i.p+"static/q6.png"},"85d9":function(t){t.exports=JSON.parse('{"tips":{"msgTitle":"\u53cb\u60c5\u63d0\u793a","msgResetData":"\u6570\u636e\u91cd\u7f6e\u4e2d","msgSuccess":"\u6d4b\u91cf\u6210\u529f!","msgFail":"\u6d4b\u91cf\u5931\u8d25!","msgUpgradeFail":"\u5347\u7ea7\u5931\u8d25","msgDownloading":"\u6b63\u5728\u4e0b\u8f7d","msgLatestVersion":"\u5df2\u7ecf\u662f\u6700\u65b0\u7248\u672c\u4e86!","msgCancel":"\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c!","msgLoginSuccess":"\u767b\u5f55\u6210\u529f!","msgDelete":"\u5220\u9664\u6210\u529f","msgSetSuccess":"\u8bbe\u7f6e\u6210\u529f","msgbindt":"\u7ed1\u5b9a\u6210\u529f!","msgUnBind":"\u89e3\u7ed1\u6210\u529f!","msgBottom":"\u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427","msgNoMoreData":"\u6ca1\u6709\u66f4\u591a\u6570\u636e\u4e86\uff01","msgCalculating":"\u8ba1\u7b97\u4e2d","msgSetPasswordSuccess":"\u5bc6\u7801\u8bbe\u7f6e\u6210\u529f,\u8fdb\u5165\u7a0b\u5e8f\u4e2d!","msgAddUser":"\u6682\u65e0\u6210\u5458\uff0c\u8bf7\u5148\u6dfb\u52a0","verifyNickName":"\u8bf7\u8f93\u5165\u6635\u79f0","verifyNotOptional":"\u672a\u6765\u65e5\u671f\u4e0d\u53ef\u9009","verifyDate":"\u8bf7\u9009\u62e9\u6d4b\u91cf\u65e5\u671f","verifyBirthday":"\u8bf7\u9009\u62e9\u51fa\u751f\u65e5\u671f","verifyHeight":"\u8bf7\u8f93\u5165\u8eab\u9ad8","verifyWeight":"\u8bf7\u8f93\u5165\u4f53\u91cd","verifyHead":"\u8bf7\u8f93\u5165\u5934\u56f4","verifyHeightDad":"\u8bf7\u8f93\u5165\u7238\u7238\u8eab\u9ad8","verifyHeightMom":"\u8bf7\u8f93\u5165\u5988\u5988\u8eab\u9ad8","verifyGender":"\u8bf7\u9009\u62e9\u6027\u522b","verifyBontrast":"\u8bf7\u9009\u62e9\u6570\u636e","verifyBodyDate":"\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4","verifyRecordType":"\u8bf7\u9009\u62e9\u6d4b\u91cf\u9879\u76ee","verifyRecordTime":"\u8bf7\u8f93\u5165\u65f6\u957f","verifyRecordNumber":"\u8bf7\u8f93\u5165\u4e2a\u6570","verifyRecord":"\u8bf7\u8f93\u5165","verifyPicker":"\u8bf7\u9009\u62e9","verifyAccount":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7\u6216\u90ae\u7bb1","verifyEmail":"\u8bf7\u8f93\u5165\u90ae\u7bb1","verifyEmailCorrect":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1","verifyMobile":"\u8bf7\u8f93\u5165\u624b\u673a\u53f7","verifyMobileCorrect":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7","verifyCode":"\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801","verifyPassword":"\u8bf7\u8f93\u5165\u5bc6\u7801","verifyPasswordTwo":"\u8bf7\u8f93\u5165\u786e\u8ba4\u5bc6\u7801","verifyPasswordCorrect":"\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4","verifyAgreement":"\u8bf7\u5148\u786e\u8ba4\u5e76\u52fe\u9009\u534f\u8bae","verifyOutLogin":"\u662f\u5426\u9000\u51fa\u767b\u5f55\uff1f","verifyDeleteUser":"\u662f\u5426\u5220\u9664\u8be5\u6210\u5458\uff1f","verifyDeleteHistory":"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f","verifyUnbindt":"\u662f\u5426\u89e3\u7ed1\u8be5\u8bbe\u5907\uff1f","verifybindt":"\u662f\u5426\u7ed1\u5b9a\u8be5\u8bbe\u5907\uff1f","verifyDeleteAccount":"\u5220\u9664\u6210\u529f\u540e\uff0c\u8be5\u8d26\u53f7\u7684\u6240\u6709\u5173\u8054\u4fe1\u606f\u5c06\u88ab\u6e05\u7a7a\u4e14\u65e0\u6cd5\u627e\u56de\uff0c\u662f\u5426\u5220\u9664\uff1f","btnConfirm":"\u786e\u8ba4","btnSubmit":"\u63d0\u4ea4","btnSancellation":"\u53d6\u6d88","btnContinue":"\u7ee7\u7eed","btnBack":"\u8fd4\u56de","btnDelete":"\u5220\u9664"},"common":{"titleSetLanguage":"\u8bed\u8a00\u8bbe\u7f6e","titleSkipping":"\u8df3\u7ef3\u6570\u636e","titlevVitalcapacity":"\u80ba\u6d3b\u91cf\u6570\u636e","titleCharts":"\u8fd0\u52a8\u66f2\u7ebf","titleHome":"\u8bb0\u5f55","titleNews":"\u8d44\u8baf","titleMe":"\u6211\u7684","titleScore":"\u4e2d\u62db\u4f30\u5206","titleScoreHistory":"\u4f30\u5206\u5386\u53f2","titleScoreReport":"\u4f30\u5206\u62a5\u544a","titleContrast":"\u6570\u636e\u5bf9\u6bd4","titleDetail":"\u8be6\u60c5","titleBody":"\u66f2\u7ebf/\u76ee\u6807","titleHistory":"\u5386\u53f2\u8bb0\u5f55","titleCardSet":"\u5361\u7247\u8bbe\u7f6e","titlebBusiness":"\u8bbe\u5907\u7ba1\u7406","titleBusinesAdd":"\u6dfb\u52a0\u8bbe\u5907","titleBusinesSList":"\u8bbe\u5907\u5217\u8868","titleBusinesSearch":"\u641c\u7d22\u8bbe\u5907","titleInheritHeighet":"\u8eab\u9ad8\u9884\u6d4b","titleIncrement":"\u589e\u91cf\u5bf9\u6bd4","titleBmi":"BMI\u6d4b\u8bc4","titlePhone":"\u7ed1\u5b9a\u624b\u673a\u53f7","titleEmail":"\u7ed1\u5b9a\u90ae\u7bb1","titlePasswordEdit":"\u4fee\u6539\u5bc6\u7801","titleSet":"\u8bbe\u7f6e","titleDate":"\u65e5\u671f","titleMember":"\u8d44\u6599","titleManage":"\u6210\u5458\u7ba1\u7406","titleManageAdd":"\u6dfb\u52a0\u6210\u5458","titleAboutUs":"\u5173\u4e8e\u6211\u4eec","titleSetPassword":"\u8bbe\u7f6e\u5bc6\u7801","titlePassword":"\u5bc6\u7801","titleConfirmPassword":"\u786e\u8ba4\u5bc6\u7801","titleForgotPassword":"\u5fd8\u8bb0\u5bc6\u7801","titleCode":"\u9a8c\u8bc1\u7801","titleLanguage":"\u8bed\u8a00\u8bbe\u7f6e","titleSendCode":"\u83b7\u53d6\u9a8c\u8bc1\u7801","titleSendCodeRetry":"S\u540e\u91cd\u53d1","titleLogin":"\u767b\u5f55","titleRegister":"\u6ce8\u518c","titleToggleLogin":"\u5207\u6362\u767b\u5f55","titleAccountText":"\u624b\u673a\u53f7/\u90ae\u7bb1","titleAgreementText":"\u9605\u8bfb\u5e76\u540c\u610f","titleAgreementContntText":"\u9690\u79c1\u534f\u8bae","titleVersionUpdate":"\u7248\u672c\u66f4\u65b0","titleNewVersion":"\u65b0\u7248\u672c","infoAvatar":"\u5934\u50cf","infoNickname":"\u6635\u79f0","infoMobile":"\u624b\u673a\u53f7","infoEmail":"\u90ae\u7bb1","infoAge":"\u5e74\u9f84","infoAgeunit":"\u5c81","infoGender":"\u6027\u522b","infoMan":"\u7537","infoWoman":"\u5973","infoUnknown":"\u672a\u77e5","infoBirthday":"\u51fa\u751f\u65e5\u671f","infoNowUser":"\u5f53\u524d","infoHeight":"\u8eab\u9ad8","infoHead":"\u5934\u56f4","infoWeight":"\u4f53\u91cd","infoBMI":"BMI","infoAddress":"\u5730\u533a","btnEdit":"\u7f16\u8f91","btnDelete":"\u5220\u9664","btnAdd":"\u6dfb\u52a0","btnDetails":"\u8be6\u60c5","btnUnbind":"\u89e3\u7ed1","btnBMI":"\u7acb\u5373\u8ba1\u7b97","btnDeleteAccount":"\u5220\u9664\u8d26\u53f7","btnLogOut":"\u9000\u51fa\u767b\u5f55","btnContrast":"\u5bf9\u6bd4"},"linkBluetooth":{"onBluetoothTips":"\u8bf7\u5728\u8bbe\u5907\u5f00\u673a\u72b6\u6001\u4e0b\uff0c\u641c\u7d22\u8bbe\u5907","onBluetoothHaveFound":"\u5df2\u53d1\u73b0","onBluetoothDevice":"\u4e2a\u8bbe\u5907","onBluetoothMac":"mac\u5730\u5740","onBluetoothBind":"\u8bbe\u5907\u7ed1\u5b9a\u6d41\u7a0b\u8bf4\u660e","onBluetoothSelect":"\u9009\u62e9\u84dd\u7259\u8fdb\u884c\u7ed1\u5b9a","onPhoneBluetoothTips":"\u624b\u673a\u84dd\u7259\u672a\u6253\u5f00","onDeviceBluetoothTips":"\u8bf7\u786e\u5b9a\u8bbe\u5907\u662f\u5f00\u673a\u72b6\u6001\u3001\u624b\u673a\u84dd\u7259\u6743\u9650\u5df2\u6253\u5f00\uff01","accreditTips":"\u9700\u8981\u60a8\u6388\u6743\u4f7f\u7528\u624b\u673a\u84dd\u7259","openBluetoothSuccess":"\u84dd\u7259\u6743\u9650\u83b7\u53d6\u6210\u529f,\u91cd\u65b0\u8fde\u63a5\u84dd\u7259","openSettingFail":"\u83b7\u53d6\u6743\u9650\u5931\u8d25\uff0c\u5c06\u65e0\u6cd5\u4f7f\u7528\u624b\u673a\u84dd\u7259\u8fdb\u884c\u6d4b\u91cf","isLinkBluetooth":"\u8bf7\u5148\u8fde\u63a5\u8bbe\u5907","startlinkBluetooth":"\u5f00\u59cb\u8fde\u63a5","linkBluetooth":"\u84dd\u7259\u8fde\u63a5\u4e2d","anewlinkBluetooth":"\u91cd\u65b0\u8fde\u63a5","linkBluetoothFail":"\u8bbe\u5907\u8fde\u63a5\u5931\u8d25\uff0c\u8fd4\u56de\u9996\u9875\u91cd\u65b0\u8fde\u63a5","linkBluetoothSuccess":"\u84dd\u7259\u8fde\u63a5\u6210\u529f\uff0c\u8bf7\u5f00\u59cb\u6d4b\u91cf","startSearchBluetooth":"\u5f00\u59cb\u641c\u7d22","searchBluetooth":"\u84dd\u7259\u641c\u7d22\u4e2d","searchBluetoothFail":"\u91cd\u65b0\u641c\u7d22","Nodevicefound":"\u6ca1\u6709\u641c\u7d22\u5230\u84dd\u7259\u8bbe\u5907","onDeviceMeasureTips":"\u8bf7\u786e\u5b9a\u8bbe\u5907\u662f\u5f00\u673a\u72b6\u6001","openDeviceeMeasureTips":"\u8bf7\u786e\u5b9a\u624b\u673a\u84dd\u7259\u5df2\u6253\u5f00","openDeviceeMeasureTips2":"\u8bf7\u786e\u5b9a\u624b\u673a\u4f4d\u7f6e\u4fe1\u606f\u5df2\u6253\u5f00","deviceDisconnection":"\u6d4b\u91cf\u8fc7\u7a0b\u4e2d\u5df2\u4e0e\u8bbe\u5907\u8fde\u63a5\u4e2d\u65ad\uff0c\u8bf7\u91cd\u65b0\u8fde\u63a5\u8bbe\u5907\u518d\u5f00\u59cb\u6d4b\u91cf","offBluetooth":"\u84dd\u7259\u5df2\u5173\u95ed\uff0c\u8bf7\u91cd\u65b0\u6253\u5f00\u84dd\u7259\u540e\u518d\u5f00\u59cb\u6d4b\u91cf","remeasure":"\u91cd\u65b0\u6d4b\u91cf","StableWeight":"\u7a33\u5b9a\u91cd\u91cf","StableWeightText":"\u60a8\u7684\u7a33\u5b9a\u4f53\u91cd\u662f:","realTimeWeight":"\u5b9e\u65f6\u91cd\u91cf","realTimeWeightText":"\u60a8\u7684\u5b9e\u65f6\u4f53\u91cd\u662f:","heightText":"\u60a8\u7684\u8eab\u9ad8\u662f","zeroBtn":"\u6e05\u96f6","LockBtn":"\u9501\u5b9a","SaveResult":"\u4fdd\u5b58\u7ed3\u679c","measureResultTips":"\u6d4b\u91cf\u7ed3\u679c\u63d0\u793a","nowWeight":"\u672c\u6b21\u6d4b\u91cf\u4f53\u91cd\u662f","lastHeight":"\u4e0a\u6b21\u6d4b\u91cf\u8eab\u9ad8\u662f\uff1a","lastWeight":"\u4e0a\u6b21\u6d4b\u91cf\u4f53\u91cd\u662f\uff1a","nowHeight":"\u672c\u6b21\u6d4b\u91cf\u8eab\u9ad8\u662f\uff1a","lastHead":"\u4e0a\u6b21\u6d4b\u91cf\u5934\u56f4\u662f\uff1a","errorOperation":"\u64cd\u4f5c\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u6d4b\u91cf"},"lung":{"lungTitle":"\u80ba\u6d3b\u91cf\u6d4b\u8bd5","lungExplain0":"\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u80fd\u8ba9\u6211\u4eec\u66f4\u597d\u7684\u4e86\u89e3\u60a8\uff0c\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a\u3002","lungsuction":"\u5438\u6c14\u80ba\u6d3b\u91cf","lungsuctionspeed":"\u5438\u6c14\u901f\u5ea6","averagelungsuction":"\u5e73\u5747\u5438\u6c14\u80ba\u6d3b\u91cf","isMarginal":"\u662f\u5426\u8fbe\u6807","lungHello":"\u60a8\u597d","lungstart":"\u6b21\u6d4b\u8bd5\u5f00\u59cb","lungExplain1":"\u653e\u4e0b\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u547c\u6c14\uff0c\u5c3d\u53ef\u80fd\u6392\u7a7a\u80ba\u90e8\u6c14\u4f53","lungExplain2":"\u4f7f\u7528\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u5438\u6c14\uff0c\u76f4\u81f3\u5230\u8fbe\u6781\u9650","lungExplain3":"\u6839\u636e\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u60a8\u7684\u8fbe\u6807\u5438\u6c14\u80ba\u6d3b\u91cf\u4e3a","nowlungsuctionspeed":"\u60a8\u672c\u6b21\u6d4b\u8bd5\u5438\u6c14\u901f\u5ea6","lungresult":"\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u7ed3\u679c","lungExplain4":"\u7ed3\u5408\u60a8\u7684\u8eab\u4f53\u72b6\u6001\u548c\u6539\u5584\u76ee\u6807\uff0c\u6211\u4eec\u5c06\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a","lunglookreport":"\u67e5\u770b\u672c\u6b21\u62a5\u544a","lunganewstart":"\u79d2\u540e","Marginal":"\u53ca\u683c","lungfirst":"\u60a8\u597d,\u7b2c\u4e00\u6b21\u6d4b\u8bd5\u5f00\u59cb","lungsecond":"\u60a8\u597d,\u7b2c\u4e8c\u6b21\u6d4b\u8bd5\u5f00\u59cb","lungthird":"\u60a8\u597d,\u7b2c\u4e09\u6b21\u6d4b\u8bd5\u5f00\u59cb","oneNumberTips":"\u8bf7\u8f93\u5165\u7b2c\u4e00\u6b21\u5438\u6c14\u503c","twoNumberTips":"\u8bf7\u8f93\u5165\u7b2c\u4e8c\u6b21\u5438\u6c14\u503c","threeNumberTips":"\u8bf7\u8f93\u5165\u7b2c\u4e09\u6b21\u5438\u6c14\u503c"},"skip":{"today_jump_num":"\u4eca\u65e5\u4e2a\u6570","today_jump_time":"\u4eca\u65e5\u65f6\u957f","today_jump_kcal":"\u5361\u8def\u91cc","jumpFree":"\u81ea\u7531\u8df3","backwardCount":"\u5012\u8ba1\u6570","Countdown":"\u5012\u8ba1\u65f6","jumpFreedom":"\u81ea\u7531","jumpFreeDegree":"\u81ea\u7531\u6b21\u6570","jumpFreeNumber":"\u4e2a\u6570","jumpTargetDegree":"\u76ee\u6807\u6b21\u6570","jumpUnlimited":"\u65e0\u9650\u5236","jumpTarget":"\u8c03\u6574\u76ee\u6807","jumpTargetTime":"\u76ee\u6807\u65f6\u957f \u5206:\u79d2","MinuteSecond":"\u5206:\u79d2","Consumed":"\u6d88\u8017","LongpressEnd":"\u957f\u6309\u7ed3\u675f","AverageSpeed":"\u5e73\u5747\u901f\u5ea6","Unit":"\u4e2a/\u5206\u949f","Numberofinterrupts":"\u4e2d\u65ad\u6b21\u6570","Times":"\u6b21","LongestConsecutive":"\u6700\u957f\u8fde\u7eed","Number":"\u4e2a","trainingsNumber":"\u8bad\u7ec3\u4e2a\u6570","complete":"\u5b8c\u6210","instructStart":"\u5f00\u59cb","instructContinuous":"\u8fde\u7eed","instructStop":"\u505c\u6b62","instructEnd":"\u7ed3\u675f","instructContinue":"\u7ee7\u7eed","instructPause":"\u6682\u505c","linkBluetoothFail":"\u8fde\u63a5\u5df2\u65ad\u5f00","deviceDisconnection":"\u8bad\u7ec3\u8fc7\u7a0b\u4e2d\u5df2\u4e0e\u8bbe\u5907\u8fde\u63a5\u4e2d\u65ad\uff0c\u8bf7\u91cd\u65b0\u8fde\u63a5\u8bbe\u5907\u518d\u5f00\u59cb\u8bad\u7ec3","ToggleTrainingsTips":"\u8bad\u7ec3\u8fc7\u7a0b\u4e2d\u8bf7\u52ff\u5207\u6362\u8bad\u7ec3\uff0c\u8fd4\u56de\u8bad\u7ec3","NOComplete":"\u672c\u6b21\u8df3\u7ef3\u65f6\u95f4\u4f4e\u4e8e10\u79d2\uff0c\u8bb0\u5f55\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\uff1f"},"index.home":"\u8bb0\u5f55","index.skipping":"\u667a\u80fd\u8df3\u7ef3","index.vitalcapacity":"\u80ba\u6d3b\u8bad\u7ec3","index.none":"\u6682\u65e0\u6570\u636e","index.body":"\u8eab\u4f53\u62a5\u544a","index.BodyScore":"\u8eab\u4f53\u5f97\u5206","index.BodyType":"\u8eab\u4f53\u7c7b\u578b","index.bmi":"BMI\u6d4b\u8bc4","index.otherData":"\u5176\u4ed6\u6570\u636e","index.dataReference":"\u6570\u636e\u53c2\u8003","index.referencetips":"\u6b64\u6d4b\u91cf\u6570\u636e\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u53ef\u4ee3\u66ff\u533b\u5b66\u4e13\u4e1a\u6d4b\u8bd5\uff01","index.number":"\u5206","index.no":"\u65e0","index.growthAdvice":"\u6210\u957f\u5efa\u8bae","index.nutrition":"\u8425\u517b","index.sleep":"\u7761\u7720","index.movement":"\u8fd0\u52a8","index.emotion":"\u60c5\u7eea","index.card":"\u5361\u7247\u6570\u636e","index.cardSet":"\u8bbe\u7f6e\u6570\u636e\u9875\u5361\u7247","index.manualRecording":"\u624b\u52a8\u8bb0\u5f55","index.notice":"\u516c\u544a","index.browse":"\u6d4f\u89c8\u91cf","index.Standard":"\u6807\u51c6\u503c","index.ideal":"\u5f53\u524d\u5e74\u9f84\u6bb5\u7406\u60f3","bmi.desc":"BMI\u662f\u8eab\u4f53\u8d28\u91cf\u6307\u6570,\u662f\u76ee\u524d\u56fd\u9645\u4e0a\u5e38\u7528\u7684\u8861\u91cf\u4eba\u4f53\u80d6\u7626\u7a0b\u5ea6\u4ee5\u53ca\u662f\u5426\u5065\u5eb7\u7684\u4e00\u4e2a\u6807\u51c6","inheritHeighet.title":"\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b","inheritHeighet.dad":"\u7238\u7238\u8eab\u9ad8","inheritHeighet.mom":"\u5988\u5988\u8eab\u9ad8","inheritHeighet.geneticheight":"\u5f53\u524d\u6807\u51c6\u8eab\u9ad8","inheritHeighet.adultheight":"\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b","inheritHeighet.tips0":"\u4e3a\u4fdd\u8bc1\u6570\u636e\u51c6\u786e\u5b9a\uff0c\u8bf7\u8ba4\u771f\u586b\u5199\u771f\u5b9e\u4fe1\u606f","inheritHeighet.tips1":"\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe64\u5f53\u524d\u6807\u51c6\u8eab\u9ad8","inheritHeighet.tips2":"\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u4e0d\u5229\u957f\u9ad8\u3002\u8bf7\u4ece\u996e\u98df\u3001\u7761\u7720\u3001\u8fd0\u52a8\u3001\u60c5\u7eea\u7b49\u65b9\u9762\u6392\u67e5\u3002\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u8ba9\u5b69\u5b50\u5904\u4e8e\u6700\u4f73\u957f\u9ad8\u72b6\u6001\u3002","inheritHeighet.tips3":"\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe65\u5f53\u524d\u6807\u51c6\u8eab\u9ad8","inheritHeighet.tips4":"\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u6709\u5229\u957f\u9ad8\u3002\u8bf7\u7ee7\u7eed\u4fdd\u6301\uff0c\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u5b69\u5b50\u6210\u5e74\u53ef\u6bd4\u6807\u51c6\u9ad810cm\u4ee5\u4e0a\u3002","contrast.time":"\u65f6\u95f4(\u5929)","contrast.weightdiff":"\u51cf\u91cd","contrast.weightdiffAugment":"\u589e\u91cd","contrast.fatWdiff":"\u51cf\u8102","contrast.fatWdiffAugment":"\u589e\u8102","contrast.changeData":"\u6570\u636e\u53d8\u5316","contrast.trend":"\u8d8b\u52bf","contrast.before":"\u4e4b\u524d","contrast.after":"\u4e4b\u540e","body.target_weight":"\u76ee\u6807\u4f53\u91cd","body.cumulative_weight":"\u7d2f\u8ba1\u51cf\u91cd","body.initial_weight":"\u521d\u59cb\u4f53\u91cd","body.cumulative_day":"\u51cf\u91cd\u5929\u6570","chartsDay":"\u5f53\u5929","chartsMonth":"\u6708\u5ea6","chartsYear":"\u5e74\u5ea6","recordType":"\u9879\u76ee","recordTime":"\u65f6\u957f","recordNumber":"\u4e2a\u6570","recordNumberFirst":"\u7b2c\u4e00\u6b21","recordNumberSecond":"\u7b2c\u4e8c\u6b21","recordNumberThird":"\u7b2c\u4e09\u6b21"}')},"861b":function(t,i,n){"use strict";(function(t,s){var a=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var r=a(n("127e")),o=a(n("3352")),c=a(n("34cf")),l=a(n("3b2d")),u=a(n("af34")),d=a(n("ee10")),f=a(n("7ca3")),h=a(n("8ffa")),p=a(n("4ffb")),v=a(n("b4d2")),g=a(n("7ce1")),_=a(n("67ad")),m=a(n("0bdb")),y=a(n("cefb"));function b(t,e){var i="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!i){if(Array.isArray(t)||(i=function(t,e){if(!t)return;if("string"===typeof t)return w(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return w(t,e)}(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var n=0,s=function(){};return{s:s,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,r=!0,o=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return r=t.done,t},e:function(t){o=!0,a=t},f:function(){try{r||null==i.return||i.return()}finally{if(o)throw a}}}}function w(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i>>2]>>>24-a%4*8&255;e[n+a>>>2]|=r<<24-(n+a)%4*8}else for(a=0;a>>2]=i[a>>>2];return this.sigBytes+=s,this},clamp:function(){var e=this.words,i=this.sigBytes;e[i>>>2]&=4294967295<<32-i%4*8,e.length=t.ceil(i/4)},clone:function(){var t=a.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var i,n=[],s=function(e){e=e;var i=987654321,n=4294967295;return function(){var s=((i=36969*(65535&i)+(i>>16)&n)<<16)+(e=18e3*(65535&e)+(e>>16)&n)&n;return s/=4294967296,(s+=.5)*(t.random()>.5?1:-1)}},a=0;a>>2]>>>24-s%4*8&255;n.push((a>>>4).toString(16)),n.push((15&a).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new r.init(i,e/2)}},l=o.Latin1={stringify:function(t){for(var e=t.words,i=t.sigBytes,n=[],s=0;s>>2]>>>24-s%4*8&255;n.push(String.fromCharCode(a))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new r.init(i,e)}},u=o.Utf8={stringify:function(t){try{return decodeURIComponent(escape(l.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return l.parse(unescape(encodeURIComponent(t)))}},d=s.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=u.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var i=this._data,n=i.words,s=i.sigBytes,a=this.blockSize,o=s/(4*a),c=(o=e?t.ceil(o):t.max((0|o)-this._minBufferSize,0))*a,l=t.min(4*c,s);if(c){for(var u=0;u>>24)|4278255360&(s<<24|s>>>8)}var a=this._hash.words,r=t[e+0],c=t[e+1],h=t[e+2],p=t[e+3],v=t[e+4],g=t[e+5],_=t[e+6],m=t[e+7],y=t[e+8],b=t[e+9],w=t[e+10],x=t[e+11],$=t[e+12],C=t[e+13],k=t[e+14],T=t[e+15],S=a[0],D=a[1],P=a[2],O=a[3];S=l(S,D,P,O,r,7,o[0]),O=l(O,S,D,P,c,12,o[1]),P=l(P,O,S,D,h,17,o[2]),D=l(D,P,O,S,p,22,o[3]),S=l(S,D,P,O,v,7,o[4]),O=l(O,S,D,P,g,12,o[5]),P=l(P,O,S,D,_,17,o[6]),D=l(D,P,O,S,m,22,o[7]),S=l(S,D,P,O,y,7,o[8]),O=l(O,S,D,P,b,12,o[9]),P=l(P,O,S,D,w,17,o[10]),D=l(D,P,O,S,x,22,o[11]),S=l(S,D,P,O,$,7,o[12]),O=l(O,S,D,P,C,12,o[13]),P=l(P,O,S,D,k,17,o[14]),S=u(S,D=l(D,P,O,S,T,22,o[15]),P,O,c,5,o[16]),O=u(O,S,D,P,_,9,o[17]),P=u(P,O,S,D,x,14,o[18]),D=u(D,P,O,S,r,20,o[19]),S=u(S,D,P,O,g,5,o[20]),O=u(O,S,D,P,w,9,o[21]),P=u(P,O,S,D,T,14,o[22]),D=u(D,P,O,S,v,20,o[23]),S=u(S,D,P,O,b,5,o[24]),O=u(O,S,D,P,k,9,o[25]),P=u(P,O,S,D,p,14,o[26]),D=u(D,P,O,S,y,20,o[27]),S=u(S,D,P,O,C,5,o[28]),O=u(O,S,D,P,h,9,o[29]),P=u(P,O,S,D,m,14,o[30]),S=d(S,D=u(D,P,O,S,$,20,o[31]),P,O,g,4,o[32]),O=d(O,S,D,P,y,11,o[33]),P=d(P,O,S,D,x,16,o[34]),D=d(D,P,O,S,k,23,o[35]),S=d(S,D,P,O,c,4,o[36]),O=d(O,S,D,P,v,11,o[37]),P=d(P,O,S,D,m,16,o[38]),D=d(D,P,O,S,w,23,o[39]),S=d(S,D,P,O,C,4,o[40]),O=d(O,S,D,P,r,11,o[41]),P=d(P,O,S,D,p,16,o[42]),D=d(D,P,O,S,_,23,o[43]),S=d(S,D,P,O,b,4,o[44]),O=d(O,S,D,P,$,11,o[45]),P=d(P,O,S,D,T,16,o[46]),S=f(S,D=d(D,P,O,S,h,23,o[47]),P,O,r,6,o[48]),O=f(O,S,D,P,m,10,o[49]),P=f(P,O,S,D,k,15,o[50]),D=f(D,P,O,S,g,21,o[51]),S=f(S,D,P,O,$,6,o[52]),O=f(O,S,D,P,p,10,o[53]),P=f(P,O,S,D,w,15,o[54]),D=f(D,P,O,S,c,21,o[55]),S=f(S,D,P,O,y,6,o[56]),O=f(O,S,D,P,T,10,o[57]),P=f(P,O,S,D,_,15,o[58]),D=f(D,P,O,S,C,21,o[59]),S=f(S,D,P,O,v,6,o[60]),O=f(O,S,D,P,x,10,o[61]),P=f(P,O,S,D,h,15,o[62]),D=f(D,P,O,S,b,21,o[63]),a[0]=a[0]+S|0,a[1]=a[1]+D|0,a[2]=a[2]+P|0,a[3]=a[3]+O|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,s=8*e.sigBytes;i[s>>>5]|=128<<24-s%32;var a=t.floor(n/4294967296),r=n;i[15+(s+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),i[14+(s+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(i.length+1),this._process();for(var o=this._hash,c=o.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return o},clone:function(){var t=a.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,e,i,n,s,a,r){var o=t+(e&i|~e&n)+s+r;return(o<>>32-a)+e}function u(t,e,i,n,s,a,r){var o=t+(e&n|i&~n)+s+r;return(o<>>32-a)+e}function d(t,e,i,n,s,a,r){var o=t+(e^i^n)+s+r;return(o<>>32-a)+e}function f(t,e,i,n,s,a,r){var o=t+(i^(e|~n))+s+r;return(o<>>32-a)+e}e.MD5=a._createHelper(c),e.HmacMD5=a._createHmacHelper(c)}(Math),i.MD5)})),k((function(t,e){var i;t.exports=(i=S,void function(){var t=i,e=t.lib.Base,n=t.enc.Utf8;t.algo.HMAC=e.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=n.parse(e));var i=t.blockSize,s=4*i;e.sigBytes>s&&(e=t.finalize(e)),e.clamp();for(var a=this._oKey=e.clone(),r=this._iKey=e.clone(),o=a.words,c=r.words,l=0;l>>6-r%4*2;s[a>>>2]|=(o|c)<<24-a%4*8,a++}return e.create(s,a)}t.enc.Base64={stringify:function(t){var e=t.words,i=t.sigBytes,n=this._map;t.clamp();for(var s=[],a=0;a>>2]>>>24-a%4*8&255)<<16|(e[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|e[a+2>>>2]>>>24-(a+2)%4*8&255,o=0;o<4&&a+.75*o>>6*(3-o)&63));var c=n.charAt(64);if(c)for(;s.length%4;)s.push(c);return s.join("")},parse:function(t){var e=t.length,i=this._map,s=this._reverseMap;if(!s){s=this._reverseMap=[];for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},i=e.createPromise,n=e.retryRule,s=void 0===n?N:n;(0,_.default)(this,t),this.createPromise=i,this.status=null,this.promise=null,this.retryRule=s}return(0,m.default)(t,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case N:return this.status===B;case U:return this.status!==I}}},{key:"exec",value:function(){var t=this;return this.needRetry?(this.status=I,this.promise=this.createPromise().then((function(e){return t.status=M,Promise.resolve(e)}),(function(e){return t.status=B,Promise.reject(e)})),this.promise):this.promise}}]),t}();function z(t){return t&&"string"==typeof t?JSON.parse(t):t}var W=z([]),V="app",q=(z(void 0),z([])||[]);try{(n("33eb").default||n("33eb")).appid}catch(e){}var G={};function J(t){var e,i,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e=G,i=t,Object.prototype.hasOwnProperty.call(e,i)||(G[t]=n),G[t]}"app"===V&&(G=uni._globalUniCloudObj?uni._globalUniCloudObj:uni._globalUniCloudObj={});var Y=["invoke","success","fail","complete"],K=J("_globalUniCloudInterceptor");function X(t,e){K[t]||(K[t]={}),E(e)&&Object.keys(e).forEach((function(i){Y.indexOf(i)>-1&&function(t,e,i){var n=K[t][e];n||(n=K[t][e]=[]),-1===n.indexOf(i)&&F(i)&&n.push(i)}(t,i,e[i])}))}function Q(t,e){K[t]||(K[t]={}),E(e)?Object.keys(e).forEach((function(i){Y.indexOf(i)>-1&&function(t,e,i){var n=K[t][e];if(n){var s=n.indexOf(i);s>-1&&n.splice(s,1)}}(t,i,e[i])})):delete K[t]}function Z(t,e){return t&&0!==t.length?t.reduce((function(t,i){return t.then((function(){return i(e)}))}),Promise.resolve()):Promise.resolve()}function tt(t,e){return K[t]&&K[t][e]||[]}function et(t){X("callObject",t)}var it=J("_globalUniCloudListener"),nt="response",st="needLogin",at="refreshToken",rt="clientdb",ot="cloudfunction",ct="cloudobject";function lt(t){return it[t]||(it[t]=[]),it[t]}function ut(t,e){var i=lt(t);i.includes(e)||i.push(e)}function dt(t,e){var i=lt(t),n=i.indexOf(e);-1!==n&&i.splice(n,1)}function ft(t,e){for(var i=lt(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:0;if(!(t>=10))return t++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(t):this.cause}}}]),i}((0,g.default)(Error)),bt={request:function(t){return uni.request(t)},uploadFile:function(t){return uni.uploadFile(t)},setStorageSync:function(t,e){return uni.setStorageSync(t,e)},getStorageSync:function(t){return uni.getStorageSync(t)},removeStorageSync:function(t){return uni.removeStorageSync(t)},clearStorageSync:function(){return uni.clearStorageSync()},connectSocket:function(t){return uni.connectSocket(t)}};function wt(){return{token:bt.getStorageSync("uni_id_token")||bt.getStorageSync("uniIdToken"),tokenExpired:bt.getStorageSync("uni_id_token_expired")}}function xt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.token,i=t.tokenExpired;e&&bt.setStorageSync("uni_id_token",e),i&&bt.setStorageSync("uni_id_token_expired",i)}function $t(){return _t||(_t=uni.getSystemInfoSync()),_t}var Ct={};function kt(){var t=uni.getLocale&&uni.getLocale()||"en";if(mt)return $($($({},Ct),mt),{},{locale:t,LOCALE:t});var e=$t(),i=e.deviceId,n=e.osName,s=e.uniPlatform,a=e.appId,r=["appId","appLanguage","appName","appVersion","appVersionCode","appWgtVersion","browserName","browserVersion","deviceBrand","deviceId","deviceModel","deviceType","osName","osVersion","romName","romVersion","ua","hostName","hostVersion","uniPlatform","uniRuntimeVersion","uniRuntimeVersionCode","uniCompilerVersion","uniCompilerVersionCode"];for(var o in e)Object.hasOwnProperty.call(e,o)&&-1===r.indexOf(o)&&delete e[o];return mt=$($({PLATFORM:s,OS:n,APPID:a,DEVICEID:i},function(){var t,e;try{if(uni.getLaunchOptionsSync){if(uni.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var i=uni.getLaunchOptionsSync(),n=i.scene,s=i.channel;t=s,e=n}}catch(t){}return{channel:t,scene:e}}()),e),$($($({},Ct),mt),{},{locale:t,LOCALE:t})}var Tt,St={sign:function(t,e){var i="";return Object.keys(t).sort().forEach((function(e){t[e]&&(i=i+"&"+e+"="+t[e])})),i=i.slice(1),D(i,e).toString()},wrappedRequest:function(t,e){return new Promise((function(i,n){e(Object.assign(t,{complete:function(t){t||(t={});var e=t.data&&t.data.header&&t.data.header["x-serverless-request-id"]||t.header&&t.header["request-id"];if(!t.statusCode||t.statusCode>=400){var s=t.data&&t.data.error&&t.data.error.code||"SYS_ERR",a=t.data&&t.data.error&&t.data.error.message||t.errMsg||"request:fail";return n(new yt({code:s,message:a,requestId:e}))}var r=t.data;if(r.error)return n(new yt({code:r.error.code,message:r.error.message,requestId:e}));r.result=r.data,r.requestId=e,delete r.data,i(r)}}))}))},toBase64:function(t){return O.stringify(P.parse(t))}},Dt=function(){function t(e){var i=this;(0,_.default)(this,t),["spaceId","clientSecret"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),this.config=Object.assign({},{endpoint:0===e.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},e),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=bt,this._getAccessTokenPromiseHub=new H({createPromise:function(){return i.requestAuth(i.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(t){if(!t.result||!t.result.accessToken)throw new yt({code:"AUTH_FAILED",message:"\u83b7\u53d6accessToken\u5931\u8d25"});i.setAccessToken(t.result.accessToken)}))},retryRule:U})}return(0,m.default)(t,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(t){this.accessToken=t}},{key:"requestWrapped",value:function(t){return St.wrappedRequest(t,this.adapter.request)}},{key:"requestAuth",value:function(t){return this.requestWrapped(t)}},{key:"request",value:function(t,e){var i=this;return Promise.resolve().then((function(){return i.hasAccessToken?e?i.requestWrapped(t):i.requestWrapped(t).catch((function(e){return new Promise((function(t,i){!e||"GATEWAY_INVALID_TOKEN"!==e.code&&"InvalidParameter.InvalidToken"!==e.code?i(e):t()})).then((function(){return i.getAccessToken()})).then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))})):i.getAccessToken().then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))}))}},{key:"rebuildRequest",value:function(t){var e=Object.assign({},t);return e.data.token=this.accessToken,e.header["x-basement-token"]=this.accessToken,e.header["x-serverless-sign"]=St.sign(e.data,this.config.clientSecret),e}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};return"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:n}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getAccessToken();case 2:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"callFunction",value:function(t){var e={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:t.name,functionArgs:t.data||{}})};return this.request(this.setupRequest(e))}},{key:"getOSSUploadOptionsFromPath",value:function(t){var e={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,s=t.name,a=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:s,filePath:a,fileType:r,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(t){var e={method:"serverless.file.resource.report",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c,l,u,d,f,h,p,v,g,_,m,y,b,w,x,$,C;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,s=e.fileType,a=void 0===s?"image":s,o=e.cloudPathAsRealPath,c=void 0!==o&&o,l=e.onUploadProgress,u=e.config,"string"===j(n)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(n=n.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(n)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:if(d=u&&u.envType||this.config.envType,!(c&&("/"!==n[0]&&(n="/"+n),n.indexOf("\\")>-1))){t.next=10;break}throw new yt({code:"INVALID_PARAM",message:"\u4f7f\u7528cloudPath\u4f5c\u4e3a\u8def\u5f84\u65f6\uff0ccloudPath\u4e0d\u53ef\u5305\u542b\u201c\\\u201d"});case 10:return t.next=12,this.getOSSUploadOptionsFromPath({env:d,filename:c?n.split("/").pop():n,fileId:c?n:void 0});case 12:return f=t.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,v=f.accessKeyId,g=f.signature,_=f.host,m=f.ossPath,y=f.id,b=f.policy,w=f.ossCallbackUrl,x={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:v,Signature:g,host:_,id:y,key:m,policy:b,success_action_status:200},p&&(x["x-oss-security-token"]=p),w&&($=JSON.stringify({callbackUrl:w,callbackBody:JSON.stringify({fileId:y,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),x.callback=St.toBase64($)),C={url:"https://"+f.host,formData:x,fileName:"file",name:"file",filePath:i,fileType:a},t.next=27,this.uploadFileToOSS(Object.assign({},C,{onUploadProgress:l}));case 27:if(!w){t.next=29;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 29:return t.next=31,this.reportOSSUpload({id:y});case 31:if(!t.sent.success){t.next=33;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 33:throw new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"});case 34:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList;return new Promise((function(t,i){Array.isArray(e)&&0!==e.length||i(new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"})),t({fileList:e.map((function(t){return{fileID:t,tempFileURL:t}}))})}))}},{key:"getFileInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=s.length>0&&void 0!==s[0]?s[0]:{},i=e.fileList,Array.isArray(i)&&0!==i.length){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});case 3:return n={method:"serverless.file.resource.info",params:JSON.stringify({id:i.map((function(t){return t.split("?")[0]})).join(",")})},t.next=6,this.request(this.setupRequest(n));case 6:return t.t0=t.sent.result,t.abrupt("return",{fileList:t.t0});case 8:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()}]),t}(),Pt={init:function(t){var e=new Dt(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Ot="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(t){t.local="local",t.none="none",t.session="session"}(Tt||(Tt={}));var At,Lt=function(){},It=k((function(t,e){var i;t.exports=(i=S,function(t){var e=i,n=e.lib,s=n.WordArray,a=n.Hasher,r=e.algo,o=[],c=[];!function(){function e(e){for(var i=t.sqrt(e),n=2;n<=i;n++)if(!(e%n))return!1;return!0}function i(t){return 4294967296*(t-(0|t))|0}for(var n=2,s=0;s<64;)e(n)&&(s<8&&(o[s]=i(t.pow(n,.5))),c[s]=i(t.pow(n,1/3)),s++),n++}();var l=[],u=r.SHA256=a.extend({_doReset:function(){this._hash=new s.init(o.slice(0))},_doProcessBlock:function(t,e){for(var i=this._hash.words,n=i[0],s=i[1],a=i[2],r=i[3],o=i[4],u=i[5],d=i[6],f=i[7],h=0;h<64;h++){if(h<16)l[h]=0|t[e+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],_=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+_+l[h-16]}var m=n&s^n&a^s&a,y=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=f+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&u^~o&d)+c[h]+l[h];f=d,d=u,u=o,o=r+b|0,r=a,a=s,s=n,n=b+(y+m)|0}i[0]=i[0]+n|0,i[1]=i[1]+s|0,i[2]=i[2]+a|0,i[3]=i[3]+r|0,i[4]=i[4]+o|0,i[5]=i[5]+u|0,i[6]=i[6]+d|0,i[7]=i[7]+f|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,s=8*e.sigBytes;return i[s>>>5]|=128<<24-s%32,i[14+(s+64>>>9<<4)]=t.floor(n/4294967296),i[15+(s+64>>>9<<4)]=n,e.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var t=a.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA256=a._createHelper(u),e.HmacSHA256=a._createHmacHelper(u)}(Math),i.SHA256)})),Mt=It,Bt=k((function(t,e){t.exports=S.HmacSHA256})),jt=function(){var t;if(!Promise){t=function(){},t.promise={};var e=function(){throw new yt({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var i=new Promise((function(e,i){t=function(t,n){return t?i(t):e(n)}}));return t.promise=i,t};function Et(t){return void 0===t}function Ft(t){return"[object Null]"===Object.prototype.toString.call(t)}!function(t){t.WEB="web",t.WX_MP="wx_mp"}(At||(At={}));var Rt={adapter:null,runtime:void 0},Nt=["anonymousUuidKey"],Ut=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),Rt.adapter.root.tcbObject||(Rt.adapter.root.tcbObject={}),t}return(0,m.default)(i,[{key:"setItem",value:function(t,e){Rt.adapter.root.tcbObject[t]=e}},{key:"getItem",value:function(t){return Rt.adapter.root.tcbObject[t]}},{key:"removeItem",value:function(t){delete Rt.adapter.root.tcbObject[t]}},{key:"clear",value:function(){delete Rt.adapter.root.tcbObject}}]),i}(Lt);function Ht(t,e){switch(t){case"local":return e.localStorage||new Ut;case"none":return new Ut;default:return e.sessionStorage||new Ut}}var zt=function(){function t(e){if((0,_.default)(this,t),!this._storage){this._persistence=Rt.adapter.primaryStorage||e.persistence,this._storage=Ht(this._persistence,Rt.adapter);var i="access_token_".concat(e.env),n="access_token_expire_".concat(e.env),s="refresh_token_".concat(e.env),a="anonymous_uuid_".concat(e.env),r="login_type_".concat(e.env),o="user_info_".concat(e.env);this.keys={accessTokenKey:i,accessTokenExpireKey:n,refreshTokenKey:s,anonymousUuidKey:a,loginTypeKey:r,userInfoKey:o}}}return(0,m.default)(t,[{key:"updatePersistence",value:function(t){if(t!==this._persistence){var e="local"===this._persistence;this._persistence=t;var i=Ht(t,Rt.adapter);for(var n in this.keys){var s=this.keys[n];if(!e||!Nt.includes(n)){var a=this._storage.getItem(s);Et(a)||Ft(a)||(i.setItem(s,a),this._storage.removeItem(s))}}this._storage=i}}},{key:"setStore",value:function(t,e,i){if(this._storage){var n={version:i||"localCachev1",content:e},s=JSON.stringify(n);try{this._storage.setItem(t,s)}catch(t){throw t}}}},{key:"getStore",value:function(t,e){try{if(!this._storage)return}catch(t){return""}e=e||"localCachev1";var i=this._storage.getItem(t);return i&&i.indexOf(e)>=0?JSON.parse(i).content:""}},{key:"removeStore",value:function(t){this._storage.removeItem(t)}}]),t}(),Wt={},Vt={};function qt(t){return Wt[t]}var Gt=(0,m.default)((function t(e,i){(0,_.default)(this,t),this.data=i||null,this.name=e})),Jt=function(t){(0,h.default)(i,t);var e=C(i);function i(t,n){var s;return(0,_.default)(this,i),s=e.call(this,"error",{error:t,data:n}),s.error=t,s}return(0,m.default)(i)}(Gt),Yt=new(function(){function t(){(0,_.default)(this,t),this._listeners={}}return(0,m.default)(t,[{key:"on",value:function(t,e){return function(t,e,i){i[t]=i[t]||[],i[t].push(e)}(t,e,this._listeners),this}},{key:"off",value:function(t,e){return function(t,e,i){if(i&&i[t]){var n=i[t].indexOf(e);-1!==n&&i[t].splice(n,1)}}(t,e,this._listeners),this}},{key:"fire",value:function(t,e){if(t instanceof Jt)return console.error(t.error),this;var i="string"==typeof t?new Gt(t,e||{}):t,n=i.name;if(this._listens(n)){i.target=this;var s,a=this._listeners[n]?(0,u.default)(this._listeners[n]):[],r=b(a);try{for(r.s();!(s=r.n()).done;){var o=s.value;o.call(this,i)}}catch(c){r.e(c)}finally{r.f()}}return this}},{key:"_listens",value:function(t){return this._listeners[t]&&this._listeners[t].length>0}}]),t}());function Kt(t,e){Yt.on(t,e)}function Xt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Yt.fire(t,e)}function Qt(t,e){Yt.off(t,e)}var Zt,te="loginStateChanged",ee="loginStateExpire",ie="loginTypeChanged",ne="anonymousConverted",se="refreshAccessToken";!function(t){t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.NULL="NULL"}(Zt||(Zt={}));var ae=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],re={"X-SDK-Version":"1.3.5"};function oe(t,e,i){var n=t[e];t[e]=function(e){var s={},a={};i.forEach((function(i){var n=i.call(t,e),r=n.data,o=n.headers;Object.assign(s,r),Object.assign(a,o)}));var r=e.data;return r&&function(){var t;if(t=r,"[object FormData]"!==Object.prototype.toString.call(t))e.data=$($({},r),s);else for(var i in s)r.append(i,s[i])}(),e.headers=$($({},e.headers||{}),a),n.call(t,e)}}function ce(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:$($({},re),{},{"x-seqid":t})}}var le=function(){function t(){var e,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,_.default)(this,t),this.config=i,this._reqClass=new Rt.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"\u8bf7\u6c42\u5728".concat(this.config.timeout/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad"),restrictedMethods:["post"]}),this._cache=qt(this.config.env),this._localCache=(e=this.config.env,Vt[e]),oe(this._reqClass,"post",[ce]),oe(this._reqClass,"upload",[ce]),oe(this._reqClass,"download",[ce])}return(0,m.default)(t,[{key:"post",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.post(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"upload",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.upload(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"download",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.download(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),t.prev=1,t.next=4,this._refreshAccessTokenPromise;case 4:e=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t["catch"](1),i=t.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!i){t.next=12;break}throw i;case 12:return t.abrupt("return",e);case 13:case"end":return t.stop()}}),t,this,[[1,7]])})));return function(){return t.apply(this,arguments)}}()},{key:"_refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c,l,u,d,f,h,p;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey,a=e.loginTypeKey,o=e.anonymousUuidKey,this._cache.removeStore(i),this._cache.removeStore(n),c=this._cache.getStore(s),c){t.next=5;break}throw new yt({message:"\u672a\u767b\u5f55CloudBase"});case 5:return l={refresh_token:c},t.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",l);case 8:if(u=t.sent,!u.data.code){t.next=21;break}if(d=u.data.code,"SIGN_PARAM_INVALID"!==d&&"REFRESH_TOKEN_EXPIRED"!==d&&"INVALID_REFRESH_TOKEN"!==d){t.next=20;break}if(this._cache.getStore(a)!==Zt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==d){t.next=19;break}return f=this._cache.getStore(o),h=this._cache.getStore(s),t.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=t.sent,t.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:Xt(ee),this._cache.removeStore(s);case 20:throw new yt({code:u.data.code,message:"\u5237\u65b0access token\u5931\u8d25\uff1a".concat(u.data.code)});case 21:if(!u.data.access_token){t.next=23;break}return t.abrupt("return",(Xt(se),this._cache.setStore(i,u.data.access_token),this._cache.setStore(n,u.data.access_token_expire+Date.now()),{accessToken:u.data.access_token,accessTokenExpire:u.data.access_token_expire}));case 23:u.data.refresh_token&&(this._cache.removeStore(s),this._cache.setStore(s,u.data.refresh_token),this._refreshAccessToken());case 24:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey,this._cache.getStore(s)){t.next=3;break}throw new yt({message:"refresh token\u4e0d\u5b58\u5728\uff0c\u767b\u5f55\u72b6\u6001\u5f02\u5e38"});case 3:if(a=this._cache.getStore(i),o=this._cache.getStore(n),c=!0,t.t0=this._shouldRefreshAccessTokenHook,!t.t0){t.next=9;break}return t.next=8,this._shouldRefreshAccessTokenHook(a,o);case 8:t.t0=!t.sent;case 9:if(t.t1=t.t0,!t.t1){t.next=12;break}c=!1;case 12:return t.abrupt("return",(!a||!o||o2&&void 0!==arguments[2]?arguments[2]:{},n=/\?/.test(e),s="";for(var a in i)""===s?!n&&(e+="?"):s+="&",s+="".concat(a,"=").concat(encodeURIComponent(i[a]));return/^http(s)?\:\/\//.test(e+=s)?e:"".concat(t).concat(e)}(Ot,"//tcb-api.tencentcloudapi.com/web",_),g&&(m+=g),t.next=22,this.post($({url:m,data:l},f));case 22:if(y=t.sent,b=y.header&&y.header["x-tcb-trace"],b&&this._localCache.setStore(s,b),(200===Number(y.status)||200===Number(y.statusCode))&&y.data){t.next=26;break}throw new yt({code:"NETWORK_ERROR",message:"network request error"});case 26:return t.abrupt("return",y);case 27:case"end":return t.stop()}}),t,this)})));return function(e,i,n){return t.apply(this,arguments)}}()},{key:"send",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=a.length>1&&void 0!==a[1]?a[1]:{},t.next=3,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 3:if(n=t.sent,"ACCESS_TOKEN_EXPIRED"!==n.data.code||-1!==ae.indexOf(e)){t.next=13;break}return t.next=7,this.refreshAccessToken();case 7:return t.next=9,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 9:if(s=t.sent,!s.data.code){t.next=12;break}throw new yt({code:s.data.code,message:s.data.message});case 12:return t.abrupt("return",s.data);case 13:if(!n.data.code){t.next=15;break}throw new yt({code:n.data.code,message:n.data.message});case 15:return t.abrupt("return",n.data);case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(s,t)}}]),t}(),ue={};function de(t){return ue[t]}var fe=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env)}return(0,m.default)(t,[{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(s,t)}},{key:"setAccessToken",value:function(t,e){var i=this._cache.keys,n=i.accessTokenKey,s=i.accessTokenExpireKey;this._cache.setStore(n,t),this._cache.setStore(s,e)}},{key:"refreshUserInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t)}}]),t}(),he=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=e,this._cache=qt(this._envId),this._request=de(this._envId),this.setUserInfo()}return(0,m.default)(t,[{key:"linkWithTicket",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:t})}},{key:"linkWithRedirect",value:function(t){t.signInWithRedirect()}},{key:"updatePassword",value:function(t,e){return this._request.send("auth.updatePassword",{oldPassword:e,newPassword:t})}},{key:"updateEmail",value:function(t){return this._request.send("auth.updateEmail",{newEmail:t})}},{key:"updateUsername",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:t})}},{key:"getLinkedUidList",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return e=t.sent,i=e.data,n=!1,s=i.users,t.abrupt("return",(s.forEach((function(t){t.wxOpenId&&t.wxPublicId&&(n=!0)})),{users:s,hasPrimaryUid:n}));case 7:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setPrimaryUid",value:function(t){return this._request.send("auth.setPrimaryUid",{uid:t})}},{key:"unlink",value:function(t){return this._request.send("auth.unlink",{platform:t})}},{key:"update",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c,l,u;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.nickName,n=e.gender,s=e.avatarUrl,a=e.province,o=e.country,c=e.city,t.next=8,this._request.send("auth.updateUserInfo",{nickName:i,gender:n,avatarUrl:s,province:a,country:o,city:c});case 8:l=t.sent,u=l.data,this.setLocalUserInfo(u);case 11:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refresh",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setUserInfo",value:function(){var t=this,e=this._cache.keys.userInfoKey,i=this._cache.getStore(e);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(e){t[e]=i[e]})),this.location={country:i.country,province:i.province,city:i.city}}},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t),this.setUserInfo()}}]),t}(),pe=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=qt(e);var i=this._cache.keys,n=i.refreshTokenKey,s=i.accessTokenKey,a=i.accessTokenExpireKey,r=this._cache.getStore(n),o=this._cache.getStore(s),c=this._cache.getStore(a);this.credential={refreshToken:r,accessToken:o,accessTokenExpire:c},this.user=new he(e)}return(0,m.default)(t,[{key:"isAnonymousAuth",get:function(){return this.loginType===Zt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===Zt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===Zt.WECHAT||this.loginType===Zt.WECHAT_OPEN||this.loginType===Zt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),t}(),ve=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._cache.updatePersistence("local"),e=this._cache.keys,i=e.anonymousUuidKey,n=e.refreshTokenKey,s=this._cache.getStore(i)||void 0,a=this._cache.getStore(n)||void 0,t.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:s,refresh_token:a});case 8:if(o=t.sent,!o.uuid||!o.refresh_token){t.next=20;break}return this._setAnonymousUUID(o.uuid),this.setRefreshToken(o.refresh_token),t.next=14,this._request.refreshAccessToken();case 14:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.ANONYMOUS,persistence:"local"}),c=new pe(this.config.env),t.next=19,c.user.refresh();case 19:return t.abrupt("return",c);case 20:throw new yt({message:"\u533f\u540d\u767b\u5f55\u5931\u8d25"});case 21:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=this._cache.keys,n=i.anonymousUuidKey,s=i.refreshTokenKey,a=this._cache.getStore(n),o=this._cache.getStore(s),t.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:a,refresh_token:o,ticket:e});case 7:if(c=t.sent,!c.refresh_token){t.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(c.refresh_token),t.next=13,this._request.refreshAccessToken();case 13:return Xt(ne,{env:this.config.env}),Xt(ie,{loginType:Zt.CUSTOM,persistence:"local"}),t.abrupt("return",{credential:{refreshToken:c.refresh_token}});case 16:throw new yt({message:"\u533f\u540d\u8f6c\u5316\u5931\u8d25"});case 17:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"_setAnonymousUUID",value:function(t){var e=this._cache.keys,i=e.anonymousUuidKey,n=e.loginTypeKey;this._cache.removeStore(i),this._cache.setStore(i,t),this._cache.setStore(n,Zt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),i}(fe),ge=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return i=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signInWithTicket",{ticket:e,refresh_token:this._cache.getStore(i)||""});case 5:if(n=t.sent,!n.refresh_token){t.next=15;break}return this.setRefreshToken(n.refresh_token),t.next=10,this._request.refreshAccessToken();case 10:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.CUSTOM,persistence:this.config.persistence}),t.next=14,this.refreshUserInfo();case 14:return t.abrupt("return",new pe(this.config.env));case 15:throw new yt({message:"\u81ea\u5b9a\u4e49\u767b\u5f55\u5931\u8d25"});case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),i}(fe),_e=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"email must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:e,password:i,refresh_token:this._cache.getStore(n)||""});case 5:if(s=t.sent,a=s.refresh_token,o=s.access_token,c=s.access_token_expire,!a){t.next=22;break}if(this.setRefreshToken(a),!o||!c){t.next=15;break}this.setAccessToken(o,c),t.next=17;break;case 15:return t.next=17,this._request.refreshAccessToken();case 17:return t.next=19,this.refreshUserInfo();case 19:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.EMAIL,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 22:throw s.code?new yt({code:s.code,message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25: ".concat(s.message)}):new yt({message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25"});case 23:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"activate",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.activateEndUserMail",{token:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"resetPasswordWithToken",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:e,newPassword:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),me=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof i&&(i="",console.warn("password is empty")),n=this._cache.keys.refreshTokenKey,t.next=6,this._request.send("auth.signIn",{loginType:Zt.USERNAME,username:e,password:i,refresh_token:this._cache.getStore(n)||""});case 6:if(s=t.sent,a=s.refresh_token,o=s.access_token_expire,c=s.access_token,!a){t.next=23;break}if(this.setRefreshToken(a),!c||!o){t.next=16;break}this.setAccessToken(c,o),t.next=18;break;case 16:return t.next=18,this._request.refreshAccessToken();case 18:return t.next=20,this.refreshUserInfo();case 20:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.USERNAME,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 23:throw s.code?new yt({code:s.code,message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25: ".concat(s.message)}):new yt({message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25"});case 24:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),ye=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),Kt(ie,this._onLoginTypeChanged)}return(0,m.default)(t,[{key:"currentUser",get:function(){var t=this.hasLoginState();return t&&t.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new ve(this.config)}},{key:"customAuthProvider",value:function(){return new ge(this.config)}},{key:"emailAuthProvider",value:function(){return new _e(this.config)}},{key:"usernameAuthProvider",value:function(){return new me(this.config)}},{key:"signInAnonymously",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ve(this.config).signIn());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signInWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new _e(this.config).signIn(e,i));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"signInWithUsernameAndPassword",value:function(t,e){return new me(this.config).signIn(t,e)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new ve(this.config)),Kt(ne,this._onAnonymousConverted),t.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e);case 3:return t.abrupt("return",t.sent);case 4:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"signOut",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(this.loginType!==Zt.ANONYMOUS){t.next=2;break}throw new yt({message:"\u533f\u540d\u7528\u6237\u4e0d\u652f\u6301\u767b\u51fa\u64cd\u4f5c"});case 2:if(e=this._cache.keys,i=e.refreshTokenKey,n=e.accessTokenKey,s=e.accessTokenExpireKey,a=this._cache.getStore(i),a){t.next=5;break}return t.abrupt("return");case 5:return t.next=7,this._request.send("auth.logout",{refresh_token:a});case 7:return o=t.sent,t.abrupt("return",(this._cache.removeStore(i),this._cache.removeStore(n),this._cache.removeStore(s),Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.NULL,persistence:this.config.persistence}),o));case 9:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signUpWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:e,password:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"sendPasswordResetEmail",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"onLoginStateChanged",value:function(t){var e=this;Kt(te,(function(){var i=e.hasLoginState();t.call(e,i)}));var i=this.hasLoginState();t.call(this,i)}},{key:"onLoginStateExpired",value:function(t){Kt(ee,t.bind(this))}},{key:"onAccessTokenRefreshed",value:function(t){Kt(se,t.bind(this))}},{key:"onAnonymousConverted",value:function(t){Kt(ne,t.bind(this))}},{key:"onLoginTypeChanged",value:function(t){var e=this;Kt(ie,(function(){var i=e.hasLoginState();t.call(e,i)}))}},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.getAccessToken();case 2:return t.t0=t.sent.accessToken,t.t1=this.config.env,t.abrupt("return",{accessToken:t.t0,env:t.t1});case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"hasLoginState",value:function(){var t=this._cache.keys.refreshTokenKey;return this._cache.getStore(t)?new pe(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return t.next=4,this._request.send("auth.isUsernameRegistered",{username:e});case 4:return i=t.sent,n=i.data,t.abrupt("return",n&&n.isRegistered);case 7:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ge(this.config).signIn(e));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"shouldRefreshAccessToken",value:function(t){this._request._shouldRefreshAccessTokenHook=t.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(t){return t.code?t:$($({},t.data),{},{requestId:t.seqId})}))}},{key:"getAuthHeader",value:function(){var t=this._cache.keys,e=t.refreshTokenKey,i=t.accessTokenKey,n=this._cache.getStore(e);return{"x-cloudbase-credentials":this._cache.getStore(i)+"/@@/"+n}}},{key:"_onAnonymousConverted",value:function(t){var e=t.data.env;e===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(t){var e=t.data,i=e.loginType,n=e.persistence,s=e.env;s===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,i))}}]),t}(),be=function(t,e){e=e||jt();var i=de(this.config.env),n=t.cloudPath,s=t.filePath,a=t.onUploadProgress,r=t.fileType,o=void 0===r?"image":r;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){var r=t.data,c=r.url,l=r.authorization,u=r.token,d=r.fileId,f=r.cosFileId,h=t.requestId,p={key:n,signature:l,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":u};i.upload({url:c,data:p,file:s,name:n,fileType:o,onUploadProgress:a}).then((function(t){201===t.statusCode?e(null,{fileID:d,requestId:h}):e(new yt({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(t.data)}))})).catch((function(t){e(t)}))})).catch((function(t){e(t)})),e.promise},we=function(t,e){e=e||jt();var i=de(this.config.env),n=t.cloudPath;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){e(null,t)})).catch((function(t){e(t)})),e.promise},xe=function(t,e){var i=t.fileList;if(e=e||jt(),!i||!Array.isArray(i))return{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"};var n,s=b(i);try{for(s.s();!(n=s.n()).done;){var a=n.value;if(!a||"string"!=typeof a)return{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}}}catch(o){s.e(o)}finally{s.f()}var r={fileid_list:i};return de(this.config.env).send("storage.batchDeleteFile",r).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.delete_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},$e=function(t,e){var i=t.fileList;e=e||jt(),i&&Array.isArray(i)||e(null,{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"});var n,s=[],a=b(i);try{for(a.s();!(n=a.n()).done;){var r=n.value;"object"==(0,l.default)(r)?(r.hasOwnProperty("fileID")&&r.hasOwnProperty("maxAge")||e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5305\u542bfileID\u548cmaxAge\u7684\u5bf9\u8c61"}),s.push({fileid:r.fileID,max_age:r.maxAge})):"string"==typeof r?s.push({fileid:r}):e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5b57\u7b26\u4e32"})}}catch(c){a.e(c)}finally{a.f()}var o={file_list:s};return de(this.config.env).send("storage.batchGetDownloadUrl",o).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.download_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},Ce=function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,s,a,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.fileID,t.next=3,$e.call(this,{fileList:[{fileID:n,maxAge:600}]});case 3:if(s=t.sent.fileList[0],"SUCCESS"===s.code){t.next=6;break}return t.abrupt("return",i?i(s):new Promise((function(t){t(s)})));case 6:if(a=de(this.config.env),o=s.download_url,o=encodeURI(o),i){t.next=10;break}return t.abrupt("return",a.download({url:o}));case 10:return t.t0=i,t.next=13,a.download({url:o});case 13:t.t1=t.sent,(0,t.t0)(t.t1);case 15:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}(),ke=function(t,e){var i,n=t.name,s=t.data,a=t.query,r=t.parse,o=t.search,c=e||jt();try{i=s?JSON.stringify(s):""}catch(n){return Promise.reject(n)}if(!n)return Promise.reject(new yt({code:"PARAM_ERROR",message:"\u51fd\u6570\u540d\u4e0d\u80fd\u4e3a\u7a7a"}));var l={inQuery:a,parse:r,search:o,function_name:n,request_data:i};return de(this.config.env).send("functions.invokeFunction",l).then((function(t){if(t.code)c(null,t);else{var e=t.data.response_data;if(r)c(null,{result:e,requestId:t.requestId});else try{e=JSON.parse(t.data.response_data),c(null,{result:e,requestId:t.requestId})}catch(t){c(new yt({message:"response data must be json"}))}}return c.promise})).catch((function(t){c(t)})),c.promise},Te={timeout:15e3,persistence:"session"},Se={},De=function(){function t(e){(0,_.default)(this,t),this.config=e||this.config,this.authObj=void 0}return(0,m.default)(t,[{key:"init",value:function(e){switch(Rt.adapter||(this.requestClient=new Rt.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:"\u8bf7\u6c42\u5728".concat((e.timeout||5e3)/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad")})),this.config=$($({},Te),e),!0){case this.config.timeout>6e5:console.warn("timeout\u5927\u4e8e\u53ef\u914d\u7f6e\u4e0a\u9650[10\u5206\u949f]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0a\u9650\u6570\u503c"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout\u5c0f\u4e8e\u53ef\u914d\u7f6e\u4e0b\u9650[100ms]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0b\u9650\u6570\u503c"),this.config.timeout=100}return new t(this.config)}},{key:"auth",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.persistence;if(this.authObj)return this.authObj;var i,n=e||Rt.adapter.primaryStorage||Te.persistence;return n!==this.config.persistence&&(this.config.persistence=n),function(t){var e=t.env;Wt[e]=new zt(t),Vt[e]=new zt($($({},t),{},{persistence:"local"}))}(this.config),i=this.config,ue[i.env]=new le(i),this.authObj=new ye(this.config),this.authObj}},{key:"on",value:function(t,e){return Kt.apply(this,[t,e])}},{key:"off",value:function(t,e){return Qt.apply(this,[t,e])}},{key:"callFunction",value:function(t,e){return ke.apply(this,[t,e])}},{key:"deleteFile",value:function(t,e){return xe.apply(this,[t,e])}},{key:"getTempFileURL",value:function(t,e){return $e.apply(this,[t,e])}},{key:"downloadFile",value:function(t,e){return Ce.apply(this,[t,e])}},{key:"uploadFile",value:function(t,e){return be.apply(this,[t,e])}},{key:"getUploadMetadata",value:function(t,e){return we.apply(this,[t,e])}},{key:"registerExtension",value:function(t){Se[t.name]=t}},{key:"invokeExtension",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(n=Se[e],n){t.next=3;break}throw new yt({message:"\u6269\u5c55".concat(e," \u5fc5\u987b\u5148\u6ce8\u518c")});case 3:return t.next=5,n.invoke(i,this);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"useAdapters",value:function(t){var e=function(t){var e,i,n=(e=t,"[object Array]"===Object.prototype.toString.call(e)?t:[t]),s=b(n);try{for(s.s();!(i=s.n()).done;){var a=i.value,r=a.isMatch,o=a.genAdapter,c=a.runtime;if(r())return{adapter:o(),runtime:c}}}catch(l){s.e(l)}finally{s.f()}}(t)||{},i=e.adapter,n=e.runtime;i&&(Rt.adapter=i),n&&(Rt.runtime=n)}}]),t}(),Pe=new De;function Oe(t,e,i){void 0===i&&(i={});var n=/\?/.test(e),s="";for(var a in i)""===s?!n&&(e+="?"):s+="&",s+=a+"="+encodeURIComponent(i[a]);return/^http(s)?:\/\//.test(e+=s)?e:""+t+e}var Ae=function(){function t(){(0,_.default)(this,t)}return(0,m.default)(t,[{key:"post",value:function(t){var e=t.url,i=t.data,n=t.headers;return new Promise((function(t,s){bt.request({url:Oe("https:",e),data:i,method:"POST",header:n,success:function(e){t(e)},fail:function(t){s(t)}})}))}},{key:"upload",value:function(t){return new Promise((function(e,i){var n=t.url,s=t.file,a=t.data,r=t.headers,o=t.fileType,c=bt.uploadFile({url:Oe("https:",n),name:"file",formData:Object.assign({},a),filePath:s,fileType:o,header:r,success:function(t){var i={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&a.success_action_status&&(i.statusCode=parseInt(a.success_action_status,10)),e(i)},fail:function(t){i(new Error(t.errMsg||"uploadFile:fail"))}});"function"==typeof t.onUploadProgress&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){t.onUploadProgress({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}}]),t}(),Le={setItem:function(t,e){bt.setStorageSync(t,e)},getItem:function(t){return bt.getStorageSync(t)},removeItem:function(t){bt.removeStorageSync(t)},clear:function(){bt.clearStorageSync()}},Ie={genAdapter:function(){return{root:{},reqClass:Ae,localStorage:Le,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};Pe.useAdapters(Ie);var Me=Pe,Be=Me.init;Me.init=function(t){t.env=t.spaceId;var e=Be.call(this,t);e.config.provider="tencent",e.config.spaceId=t.spaceId;var i=e.auth;return e.auth=function(t){var e=i.call(this,t);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(t){var i;e[t]=(i=e[t],function(t){t=t||{};var e=gt(t),n=e.success,s=e.fail,a=e.complete;if(!(n||s||a))return i.call(this,t);i.call(this,t).then((function(t){n&&n(t),a&&a(t)}),(function(t){s&&s(t),a&&a(t)}))}).bind(e)})),e},e.customAuth=e.auth,e};var je=Me,Ee=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"getAccessToken",value:function(){var t=this;return new Promise((function(e,i){var n="Anonymous_Access_token";t.setAccessToken(n),e(n)}))}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret);var s=kt();n["x-client-info"]=encodeURIComponent(JSON.stringify(s));var a=wt(),r=a.token;return n["x-client-token"]=r,{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,s=t.name,a=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:s,filePath:a,fileType:r,success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(t){var e,i=this,n=t.filePath,s=t.cloudPath,a=t.fileType,r=void 0===a?"image":a,o=t.onUploadProgress;if(!s)throw new yt({code:"CLOUDPATH_REQUIRED",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});return this.getOSSUploadOptionsFromPath({cloudPath:s}).then((function(t){var s=t.result,a=s.url,c=s.formData,l=s.name;e=t.result.fileUrl;var u={url:a,formData:c,name:l,filePath:n,fileType:r};return i.uploadFileToOSS(Object.assign({},u,{onUploadProgress:o}))})).then((function(){return i.reportOSSUpload({cloudPath:s})})).then((function(t){return new Promise((function(i,s){t.success?i({success:!0,filePath:n,fileID:e}):s(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}))}))}},{key:"deleteFile",value:function(t){var e=t.fileList,i={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(i)).then((function(t){if(t.success)return t.result;throw new yt({code:"DELETE_FILE_FAILED",message:"\u5220\u9664\u6587\u4ef6\u5931\u8d25"})}))}},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList,i=t.maxAge;if(!Array.isArray(e)||0===e.length)throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});var n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:e,maxAge:i})};return this.request(this.setupRequest(n)).then((function(t){if(t.success)return{fileList:t.result.fileList.map((function(t){return{fileID:t.fileID,tempFileURL:t.tempFileURL}}))};throw new yt({code:"GET_TEMP_FILE_URL_FAILED",message:"\u83b7\u53d6\u4e34\u65f6\u6587\u4ef6\u94fe\u63a5\u5931\u8d25"})}))}}]),i}(Dt),Fe={init:function(t){var e=new Ee(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Re=k((function(t,e){t.exports=S.enc.Hex}));function Ne(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}function Ue(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.data,n=e.functionName,s=e.method,a=e.headers,r=e.signHeaderKeys,o=void 0===r?[]:r,l=e.config,u=Date.now(),d=Ne(),f=Object.assign({},a,{"x-from-app-id":l.spaceAppId,"x-from-env-id":l.spaceId,"x-to-env-id":l.spaceId,"x-from-instance-id":u,"x-from-function-name":n,"x-client-timestamp":u,"x-alipay-source":"client","x-request-id":d,"x-alipay-callid":d,"x-trace-id":d}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(o),p=t.split("?")||[],v=(0,c.default)(p,2),g=v[0],_=void 0===g?"":g,m=v[1],y=void 0===m?"":m,b=function(t){var e=t.signedHeaders.join(";"),i=t.signedHeaders.map((function(e){return"".concat(e.toLowerCase(),":").concat(t.headers[e],"\n")})).join(""),n=Mt(t.body).toString(Re),s="".concat(t.method.toUpperCase(),"\n").concat(t.path,"\n").concat(t.query,"\n").concat(i,"\n").concat(e,"\n").concat(n,"\n"),a=Mt(s).toString(Re),r="HMAC-SHA256\n".concat(t.timestamp,"\n").concat(a,"\n"),o=Bt(r,t.secretKey).toString(Re);return"HMAC-SHA256 Credential=".concat(t.secretId,", SignedHeaders=").concat(e,", Signature=").concat(o)}({path:_,query:y,method:s,headers:f,timestamp:u,body:JSON.stringify(i),secretId:l.accessKey,secretKey:l.secretKey,signedHeaders:h.sort()});return{url:"".concat(l.endpoint).concat(t),headers:Object.assign({},f,{Authorization:b})}}function He(t){var e=t.url,i=t.data,n=t.method,s=void 0===n?"POST":n,a=t.headers,r=void 0===a?{}:a;return new Promise((function(t,n){bt.request({url:e,method:s,data:"object"==(0,l.default)(i)?JSON.stringify(i):i,header:r,dataType:"json",complete:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=r["x-trace-id"]||"";if(!e.statusCode||e.statusCode>=400){var s=e.data||{},a=s.message,o=s.errMsg,c=s.trace_id;return n(new yt({code:"SYS_ERR",message:a||o||"request:fail",requestId:c||i}))}t({status:e.statusCode,data:e.data,headers:e.header,requestId:i})}})}))}function ze(t,e){var i=t.path,n=t.data,s=t.method,a=void 0===s?"GET":s,r=Ue(i,{functionName:"",data:n,method:a,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:e}),o=r.url,c=r.headers;return He({url:o,data:n,method:a,headers:c}).then((function(t){var e=t.data||{};if(!e.success)throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId});return e.data||{}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}function We(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t.trim().replace(/^cloud:\/\//,""),i=e.indexOf("/");if(i<=0)throw new yt({code:"INVALID_PARAM",message:"fileID\u4e0d\u5408\u6cd5"});var n=e.substring(0,i),s=e.substring(i+1);return n!==this.config.spaceId&&console.warn("file ".concat(t," does not belong to env ").concat(this.config.spaceId)),s}function Ve(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(t.replace(/^\/+/,""))}var qe=function(){function t(e){(0,_.default)(this,t),this.config=e}return(0,m.default)(t,[{key:"signedURL",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i="/ws/function/".concat(t),n=this.config.wsEndpoint.replace(/^ws(s)?:\/\//,""),s=Object.assign({},e,{accessKeyId:this.config.accessKey,signatureNonce:Ne(),timestamp:""+Date.now()}),a=[i,["accessKeyId","authorization","signatureNonce","timestamp"].sort().map((function(t){return s[t]?"".concat(t,"=").concat(s[t]):null})).filter(Boolean).join("&"),"host:".concat(n)].join("\n"),r=["HMAC-SHA256",Mt(a).toString(Re)].join("\n"),o=Bt(r,this.config.secretKey).toString(Re),c=Object.keys(s).map((function(t){return"".concat(t,"=").concat(encodeURIComponent(s[t]))})).join("&");return"".concat(this.config.wsEndpoint).concat(i,"?").concat(c,"&signature=").concat(o)}}]),t}(),Ge=function(){function t(e){if((0,_.default)(this,t),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),e.endpoint){if("string"!=typeof e.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(e.endpoint))throw new Error("endpoint must start with https://");e.endpoint=e.endpoint.replace(/\/$/,"")}this.config=Object.assign({},e,{endpoint:e.endpoint||"https://".concat(e.spaceId,".api-hz.cloudbasefunction.cn"),wsEndpoint:e.wsEndpoint||"wss://".concat(e.spaceId,".api-hz.cloudbasefunction.cn")}),this._websocket=new qe(this.config)}return(0,m.default)(t,[{key:"callFunction",value:function(t){return function(t,e){var i=t.name,n=t.data,s=t.async,a=void 0!==s&&s,r="POST",o={"x-to-function-name":i};a&&(o["x-function-invoke-type"]="async");var c=Ue("/functions/invokeFunction",{functionName:i,data:n,method:r,headers:o,signHeaderKeys:["x-to-function-name"],config:e}),l=c.url,u=c.headers;return He({url:l,data:n,method:r,headers:u}).then((function(t){var e=0;if(a){var i=t.data||{};e="200"===i.errCode?0:i.errCode,t.data=i.data||{},t.errMsg=i.errMsg}if(0!==e)throw new yt({code:e,message:t.errMsg,requestId:t.requestId});return{errCode:e,success:0===e,requestId:t.requestId,result:t.data}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}(t,this.config)}},{key:"uploadFileToOSS",value:function(t){var e=t.url,i=t.filePath,n=t.fileType,s=t.formData,a=t.onUploadProgress;return new Promise((function(t,r){var o=bt.uploadFile({url:e,filePath:i,fileType:n,formData:s,name:"file",success:function(e){e&&e.statusCode<400?t(e):r(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){r(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof a&&o&&"function"==typeof o.onProgressUpdate&&o.onProgressUpdate((function(t){a({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c,l,u,d,f,h;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,s=void 0===n?"":n,a=e.fileType,o=void 0===a?"image":a,c=e.onUploadProgress,"string"===j(s)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(s=s.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(s)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:return t.next=9,ze({path:"/".concat(s.replace(/^\//,""),"?post_url")},this.config);case 9:return l=t.sent,u=l.file_id,d=l.upload_url,f=l.form_data,h=f&&f.reduce((function(t,e){return t[e.key]=e.value,t}),{}),t.abrupt("return",this.uploadFileToOSS({url:d,filePath:i,fileType:o,formData:h,onUploadProgress:c}).then((function(){return{fileID:u}})));case 15:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n=this;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.fileList,t.abrupt("return",new Promise((function(t,e){(!i||i.length<0)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u4e0d\u80fd\u4e3a\u7a7a\u6570\u7ec4"})),i.length>50&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u6570\u7ec4\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc750"}));var s,a=[],r=b(i);try{for(r.s();!(s=r.n()).done;){var o=s.value;"string"!==j(o)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}));var c=We.call(n,o);a.push({file_id:c,expire:600})}}catch(l){r.e(l)}finally{r.f()}ze({path:"/?download_url",data:{file_list:a},method:"POST"},n.config).then((function(e){var i=e.file_list,s=void 0===i?[]:i;t({fileList:s.map((function(t){return{fileID:Ve.call(n,t.file_id),tempFileURL:t.download_url}}))})})).catch((function(t){return e(t)}))})));case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()},{key:"connectWebSocket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.name,n=e.query,t.abrupt("return",bt.connectSocket({url:this._websocket.signedURL(i,n),complete:function(){}}));case 2:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),t}(),Je={init:function(t){t.provider="alipay";var e=new Ge(t);return e.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},e}};function Ye(t){var e,i=t.data;e=kt();var n=JSON.parse(JSON.stringify(i||{}));if(Object.assign(n,{clientInfo:e}),!n.uniIdToken){var s=wt(),a=s.token;a&&(n.uniIdToken=a)}return n}var Ke=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:"\uff0c\u4e91\u51fd\u6570[{functionName}]\u5728\u4e91\u7aef\u4e0d\u5b58\u5728\uff0c\u8bf7\u68c0\u67e5\u6b64\u4e91\u51fd\u6570\u540d\u79f0\u662f\u5426\u6b63\u786e\u4ee5\u53ca\u8be5\u4e91\u51fd\u6570\u662f\u5426\u5df2\u4e0a\u4f20\u5230\u670d\u52a1\u7a7a\u95f4",mode:"append"}],Xe=/[\\^$.*+?()[\]{}|]/g,Qe=RegExp(Xe.source);function Ze(t,e,i){return t.replace(new RegExp((n=e)&&Qe.test(n)?n.replace(Xe,"\\$&"):n,"g"),i);var n}var ti="request",ei="response";var ii;ii="0123456789abcdef";var ni={code:2e4,message:"System error"},si={code:20101,message:"Invalid client"};function ai(t){var e=t||{},i=e.errSubject,n=e.subject,s=e.errCode,a=e.errMsg,r=e.code,o=e.message,c=e.cause;return new yt({subject:i||n||"uni-secure-network",code:s||r||ni.code,message:a||o,cause:c})}var ri;function oi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.secretType;return e===ti||e===ei||"both"===e}function ci(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.name,i=t.data,n=void 0===i?{}:i;return"app"===V&&"DCloud-clientDB"===e&&"encryption"===n.redirectTo&&"getAppClientKey"===n.action}function li(t){t.functionName,t.result,t.logPvd}function ui(t){var e=t.callFunction,i=function(i){var n=this,s=i.name;i.data=Ye.call(t,{data:i.data});var a={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay"}[this.config.provider],r=oi(i),o=ci(i),c=r||o;return e.call(this,i).then((function(t){return t.errCode=0,!c&&li.call(n,{functionName:s,result:t,logPvd:a}),Promise.resolve(t)}),(function(t){return!c&&li.call(n,{functionName:s,result:t,logPvd:a}),t&&t.message&&(t.message=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,i=void 0===e?"":e,n=t.extraInfo,s=void 0===n?{}:n,a=t.formatter,r=void 0===a?[]:a,o=0;o0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=t.functionName,s=$t(),a=s.appId,r=s.uniPlatform,o=s.osName,c=r;"app"===r&&(c=o);var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=W;if(!n)return{};e=function(t){return"tencent"===t?"tcb":t}(e);var s=n.find((function(t){return t.provider===e&&t.spaceId===i}));return s&&s.config}({provider:e,spaceId:i});if(!l||!l.accessControl||!l.accessControl.enable)return!1;var u=l.accessControl.function||{},d=Object.keys(u);if(0===d.length)return!0;var f=function(t,e){for(var i,n,s,a=0;a-1&&(n=r):s=r:i=r}return i||n||s}(d,n);if(!f)return!1;if((u[f]||[]).find((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.appId===a&&(t.platform||"").toLowerCase()===c.toLowerCase()})))return!0;throw console.error("\u6b64\u5e94\u7528[appId: ".concat(a,", platform: ").concat(c,"]\u4e0d\u5728\u4e91\u7aef\u914d\u7f6e\u7684\u5141\u8bb8\u8bbf\u95ee\u7684\u5e94\u7528\u5217\u8868\u5185\uff0c\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),ai(si)}({provider:r,spaceId:o,functionName:c})?new ri({secretType:e.secretType,uniCloudIns:t}).wrapVerifyClientCallFunction(i.bind(t))(e):n(e),Object.defineProperty(s,"result",{get:function(){return console.warn("\u5f53\u524d\u8fd4\u56de\u7ed3\u679c\u4e3aPromise\u7c7b\u578b\uff0c\u4e0d\u53ef\u76f4\u63a5\u8bbf\u95ee\u5176result\u5c5e\u6027\uff0c\u8be6\u60c5\u8bf7\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{}}}),s.then((function(t){return"undefined"!=typeof UTSJSONObject&&(t.result=new UTSJSONObject(t.result)),t}))}}ri="mp-weixin"!==V&&"app"!==V?function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),ai({message:"Platform ".concat(V," is not supported by secure network")})}))}():function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),ai({message:"Platform ".concat(V," is not enabled, please check whether secure network module is enabled in your manifest.json")})}))}();var di=Symbol("CLIENT_DB_INTERNAL");function fi(t,e){return t.then="DoNotReturnProxyWithAFunctionNamedThen",t._internalType=di,t.inspect=null,t.__ob__=void 0,new Proxy(t,{get:function(t,i,n){if("_uniClient"===i)return null;if("symbol"==(0,l.default)(i))return t[i];if(i in t||"string"!=typeof i){var s=t[i];return"function"==typeof s?s.bind(t):s}return e.get(t,i,n)}})}function hi(t){return{on:function(e,i){t[e]=t[e]||[],t[e].indexOf(i)>-1||t[e].push(i)},off:function(e,i){t[e]=t[e]||[];var n=t[e].indexOf(i);-1!==n&&t[e].splice(n,1)}}}var pi=["db.Geo","db.command","command.aggregate"];function vi(t,e){return pi.indexOf("".concat(t,".").concat(e))>-1}function gi(t){switch(j(t)){case"array":return t.map((function(t){return gi(t)}));case"object":return t._internalType===di||Object.keys(t).forEach((function(e){t[e]=gi(t[e])})),t;case"regexp":return{$regexp:{source:t.source,flags:t.flags}};case"date":return{$date:t.toISOString()};default:return t}}function _i(t){return t&&t.content&&t.content.$method}var mi=function(){function t(e,i,n){(0,_.default)(this,t),this.content=e,this.prevStage=i||null,this.udb=null,this._database=n}return(0,m.default)(t,[{key:"toJSON",value:function(){for(var t=this,e=[t.content];t.prevStage;)t=t.prevStage,e.push(t.content);return{$db:e.reverse().map((function(t){return{$method:t.$method,$param:gi(t.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var t=this.toJSON().$db.find((function(t){return"action"===t.$method}));return t&&t.$param&&t.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(t){return"action"!==t.$method}))}}},{key:"isAggregate",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"collection"===i||"pipeline"===e)return!0;t=t.prevStage}return!1}},{key:"isCommand",get:function(){for(var t=this;t;){if("command"===_i(t))return!0;t=t.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"command"===i)return!0;t=t.prevStage}return!1}},{key:"getNextStageFn",value:function(t){var e=this;return function(){return yi({$method:t,$param:gi(Array.from(arguments))},e,e._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL\u7981\u6b62\u4f7f\u7528set\u65b9\u6cd5")}}},{key:"_send",value:function(t,e){var i=this.getAction(),n=this.getCommand();return n.$db.push({$method:t,$param:gi(e)}),this._database._callCloudFunction({action:i,command:n})}}]),t}();function yi(t,e,i){return fi(new mi(t,e,i),{get:function(t,e){var n="db";return t&&t.content&&(n=t.content.$method),vi(n,e)?yi({$method:e},t,i):function(){return yi({$method:e,$param:gi(Array.from(arguments))},t,i)}}})}function bi(t){var e=t.path,i=t.method;return function(){function t(){(0,_.default)(this,t),this.param=Array.from(arguments)}return(0,m.default)(t,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,u.default)(e.map((function(t){return{$method:t}}))),[{$method:i,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),t}()}function wi(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return fi(new t(e),{get:function(t,e){return vi("db",e)?yi({$method:e},null,t):function(){return yi({$method:e,$param:gi(Array.from(arguments))},null,t)}}})}var xi=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"_parseResult",value:function(t){return this._isJQL?t.result:t}},{key:"_callCloudFunction",value:function(t){var e=this,i=t.action,n=t.command,s=t.multiCommand,a=t.queryList;function r(t,e){if(s&&a)for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:{},i=e.uniClient,n=void 0===i?{}:i,s=e.isJQL,a=void 0!==s&&s;(0,_.default)(this,t),this._uniClient=n,this._authCallBacks={},this._dbCallBacks={},n._isDefault&&(this._dbCallBacks=J("_globalUniCloudDatabaseCallback")),a||(this.auth=hi(this._authCallBacks)),this._isJQL=a,Object.assign(this,hi(this._dbCallBacks)),this.env=fi({},{get:function(t,e){return{$env:e}}}),this.Geo=fi({},{get:function(t,e){return bi({path:["Geo"],method:e})}}),this.serverDate=bi({path:[],method:"serverDate"}),this.RegExp=bi({path:[],method:"RegExp"})}return(0,m.default)(t,[{key:"getCloudEnv",value:function(t){if("string"!=typeof t||!t.trim())throw new Error("getCloudEnv\u53c2\u6570\u9519\u8bef");return{$env:t.replace("$cloudEnv_","")}}},{key:"_callback",value:function(t,e){var i=this._dbCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"_callbackAuth",value:function(t,e){var i=this._authCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"multiSend",value:function(){var t=Array.from(arguments),e=t.map((function(t){var e=t.getAction(),i=t.getCommand();if("getTemp"!==i.$db[i.$db.length-1].$method)throw new Error("multiSend\u53ea\u652f\u6301\u5b50\u547d\u4ee4\u5185\u4f7f\u7528getTemp");return{action:e,command:i}}));return this._callCloudFunction({multiCommand:e,queryList:t})}}]),t}()),$i="token\u65e0\u6548\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",Ci="token\u8fc7\u671f\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",ki={TOKEN_INVALID_TOKEN_EXPIRED:Ci,TOKEN_INVALID_INVALID_CLIENTID:$i,TOKEN_INVALID:$i,TOKEN_INVALID_WRONG_TOKEN:$i,TOKEN_INVALID_ANONYMOUS_USER:$i},Ti={"uni-id-token-expired":Ci,"uni-id-check-token-failed":$i,"uni-id-token-not-exist":$i,"uni-id-check-device-feature-failed":$i};function Si(t,e){var i="";return i=t?"".concat(t,"/").concat(e):e,i.replace(/^\//,"")}function Di(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=[],n=[];return t.forEach((function(t){!0===t.needLogin?i.push(Si(e,t.path)):!1===t.needLogin&&n.push(Si(e,t.path))})),{needLoginPage:i,notNeedLoginPage:n}}function Pi(t){return t.split("?")[0].replace(/^\//,"")}function Oi(){return function(t){var e=t&&t.$page&&t.$page.fullPath||"";return e?("/"!==e.charAt(0)&&(e="/"+e),e):e}(function(){var t=getCurrentPages();return t[t.length-1]}())}function Ai(){return Pi(Oi())}function Li(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)return!1;if(!(e&&e.list&&e.list.length))return!1;var i=e.list,n=Pi(t);return i.some((function(t){return t.pagePath===n}))}var Ii,Mi=!!y.default.uniIdRouter,Bi=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.default,e=t.pages,i=void 0===e?[]:e,n=t.subPackages,s=void 0===n?[]:n,a=t.uniIdRouter,r=void 0===a?{}:a,o=t.tabBar,c=void 0===o?{}:o,l=r.loginPage,d=r.needLogin,f=void 0===d?[]:d,h=r.resToLogin,p=void 0===h||h,v=Di(i),g=v.needLoginPage,_=v.notNeedLoginPage,m=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],i=[];return t.forEach((function(t){var n=t.root,s=t.pages,a=void 0===s?[]:s,r=Di(a,n),o=r.needLoginPage,c=r.notNeedLoginPage;e.push.apply(e,(0,u.default)(o)),i.push.apply(i,(0,u.default)(c))})),{needLoginPage:e,notNeedLoginPage:i}}(s),b=m.needLoginPage,w=m.notNeedLoginPage;return{loginPage:l,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,u.default)(g),(0,u.default)(b)),notNeedLoginPage:[].concat((0,u.default)(_),(0,u.default)(w)),loginPageInTabBar:Li(l,c)}}(),ji=Bi.loginPage,Ei=Bi.routerNeedLogin,Fi=Bi.resToLogin,Ri=Bi.needLoginPage,Ni=Bi.notNeedLoginPage,Ui=Bi.loginPageInTabBar;if(Ri.indexOf(ji)>-1)throw new Error("Login page [".concat(ji,'] should not be "needLogin", please check your pages.json'));function Hi(t){var e=Ai();if("/"===t.charAt(0))return t;var i=t.split("?"),n=(0,c.default)(i,2),s=n[0],a=n[1],r=s.replace(/^\//,"").split("/"),o=e.split("/");o.pop();for(var l=0;l-1)&&(Ri.indexOf(e)>-1||Ei.some((function(e){return function(t,e){return new RegExp(e).test(t)}(t,e)})))}function Wi(t){var e=t.redirect,i=Pi(e),n=Pi(ji);return Ai()!==n&&i!==n}function Vi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.api,i=t.redirect;if(i&&Wi({redirect:i})){var n=function(t,e){return"/"!==t.charAt(0)&&(t="/"+t),e?t.indexOf("?")>-1?t+"&uniIdRedirectUrl=".concat(encodeURIComponent(e)):t+"?uniIdRedirectUrl=".concat(encodeURIComponent(e)):t}(ji,i);Ui?"navigateTo"!==e&&"redirectTo"!==e||(e="switchTab"):"switchTab"===e&&(e="navigateTo");var s={navigateTo:uni.navigateTo,redirectTo:uni.redirectTo,switchTab:uni.switchTab,reLaunch:uni.reLaunch};setTimeout((function(){s[e]({url:n})}),0)}}function qi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.url,i={abortLoginPageJump:!1,autoToLoginPage:!1},n=function(){var t,e=wt(),i=e.token,n=e.tokenExpired;if(i){if(n0)return setTimeout((function(){ft(st,n)}),0),i.abortLoginPageJump=!0,i;i.autoToLoginPage=!0}return i}function Gi(){!function(){var t=Oi(),e=qi({url:t}),i=e.abortLoginPageJump,n=e.autoToLoginPage;i||n&&Vi({api:"redirectTo",redirect:t})}();for(var t=["navigateTo","redirectTo","reLaunch","switchTab"],e=function(e){var i=t[e];uni.addInterceptor(i,{invoke:function(t){var e=qi({url:t.url}),n=e.abortLoginPageJump,s=e.autoToLoginPage;return n?t:s?(Vi({api:i,redirect:Hi(t.url)}),!1):t}})},i=0;i0&&void 0!==arguments[0]?arguments[0]:{},e=lt(st);vt().then((function(){var i=Oi();if(i&&Wi({redirect:i}))return e.length>0?ft(st,Object.assign({uniIdRedirectUrl:i},t)):void(ji&&Vi({api:"navigateTo",redirect:i}))}))}(i)}))}function Yi(t){!function(t){t.onResponse=function(t){ut(nt,t)},t.offResponse=function(t){dt(nt,t)}}(t),function(t){t.onNeedLogin=function(t){ut(st,t)},t.offNeedLogin=function(t){dt(st,t)},Mi&&(J("_globalUniCloudStatus").needLoginInit||(J("_globalUniCloudStatus").needLoginInit=!0,vt().then((function(){Gi.call(t)})),Fi&&Ji.call(t)))}(t),function(t){t.onRefreshToken=function(t){ut(at,t)},t.offRefreshToken=function(t){dt(at,t)}}(t)}var Ki="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Xi=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function Qi(){var t,e,i=wt().token||"",n=i.split(".");if(!i||3!==n.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{t=JSON.parse((e=n[1],decodeURIComponent(Ii(e).split("").map((function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(i){throw new Error("\u83b7\u53d6\u5f53\u524d\u7528\u6237\u4fe1\u606f\u51fa\u9519\uff0c\u8be6\u7ec6\u9519\u8bef\u4fe1\u606f\u4e3a\uff1a"+i.message)}return t.tokenExpired=1e3*t.exp,delete t.exp,delete t.iat,t}Ii="function"!=typeof atob?function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Xi.test(t))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var i,n,s="",a=0;a>16&255):64===n?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return s}:atob;var Zi=k((function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var i="chooseAndUploadFile:ok",n="chooseAndUploadFile:fail";function a(t,e){return t.tempFiles.forEach((function(t,i){t.name||(t.name=t.path.substring(t.path.lastIndexOf("/")+1)),e&&(t.fileType=e),t.cloudPath=Date.now()+"_"+i+t.name.substring(t.name.lastIndexOf("."))})),t.tempFilePaths||(t.tempFilePaths=t.tempFiles.map((function(t){return t.path}))),t}function r(t,e,n){var s=n.onChooseFile,a=n.onUploadProgress;return e.then((function(t){if(s){var e=s(t);if(void 0!==e)return Promise.resolve(e).then((function(e){return void 0===e?t:e}))}return t})).then((function(e){return!1===e?{errMsg:i,tempFilePaths:[],tempFiles:[]}:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,s=arguments.length>3?arguments[3]:void 0;(e=Object.assign({},e)).errMsg=i;var a=e.tempFiles,r=a.length,o=0;return new Promise((function(i){for(;o=r)!a.find((function(t){return!t.url&&!t.errMsg}))&&i(e);else{var l=a[n];t.uploadFile({provider:l.provider,filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,cloudPathAsRealPath:l.cloudPathAsRealPath,onUploadProgress:function(t){t.index=n,t.tempFile=l,t.tempFilePath=l.path,s&&s(t)}}).then((function(t){l.url=t.fileID,n0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===e.type?r(t,function(t){var e=t.count,i=t.sizeType,s=t.sourceType,r=void 0===s?["album","camera"]:s,o=t.extension;return new Promise((function(t,s){uni.chooseImage({count:e,sizeType:i,sourceType:r,extension:o,success:function(e){t(a(e,"image"))},fail:function(t){s({errMsg:t.errMsg.replace("chooseImage:fail",n)})}})}))}(e),e):"video"===e.type?r(t,function(t){var e=t.camera,i=t.compressed,s=t.maxDuration,r=t.sourceType,o=void 0===r?["album","camera"]:r,c=t.extension;return new Promise((function(t,r){uni.chooseVideo({camera:e,compressed:i,maxDuration:s,sourceType:o,extension:c,success:function(e){var i=e.tempFilePath,n=e.duration,s=e.size,r=e.height,o=e.width;t(a({errMsg:"chooseVideo:ok",tempFilePaths:[i],tempFiles:[{name:e.tempFile&&e.tempFile.name||"",path:i,size:s,type:e.tempFile&&e.tempFile.type||"",width:o,height:r,duration:n,fileType:"video",cloudPath:""}]},"video"))},fail:function(t){r({errMsg:t.errMsg.replace("chooseVideo:fail",n)})}})}))}(e),e):r(t,function(t){var e=t.count,i=t.extension;return new Promise((function(t,r){var o=uni.chooseFile;if("undefined"!=typeof s&&"function"==typeof s.chooseMessageFile&&(o=s.chooseMessageFile),"function"!=typeof o)return r({errMsg:n+" \u8bf7\u6307\u5b9a type \u7c7b\u578b\uff0c\u8be5\u5e73\u53f0\u4ec5\u652f\u6301\u9009\u62e9 image \u6216 video\u3002"});o({type:"all",count:e,extension:i,success:function(e){t(a(e))},fail:function(t){r({errMsg:t.errMsg.replace("chooseFile:fail",n)})}})}))}(e),e)}}})),tn=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}(Zi);function en(t){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{},mixinDatacomError:null}},created:function(){var t=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var e=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(i){e.push(t[i])})),e}),(function(e,i){if("manual"!==t.loadtime){for(var n=!1,s=[],a=2;a0&&void 0!==arguments[0]?arguments[0]:{},i=e.getone,n=void 0!==i&&i,s=e.success,a=e.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomError=null,this.mixinDatacomGet().then((function(e){t.mixinDatacomLoading=!1;var i=e.result,a=i.data,r=i.count;t.getcount&&(t.mixinDatacomPage.count=r),t.mixinDatacomHasMore=a.length0&&void 0!==arguments[0]?arguments[0]:{};n=n||{},i="undefined"!=typeof __uniX&&__uniX?t.databaseForJQL(this.spaceInfo):t.database(this.spaceInfo);var s=n.action||this.action;s&&(i=i.action(s));var a=n.collection||this.collection;i=Array.isArray(a)?(e=i).collection.apply(e,(0,u.default)(a)):i.collection(a);var r=n.where||this.where;r&&Object.keys(r).length&&(i=i.where(r));var o=n.field||this.field;o&&(i=i.field(o));var c=n.foreignKey||this.foreignKey;c&&(i=i.foreignKey(c));var l=n.groupby||this.groupby;l&&(i=i.groupBy(l));var d=n.groupField||this.groupField;d&&(i=i.groupField(d)),!0===(void 0!==n.distinct?n.distinct:this.distinct)&&(i=i.distinct());var f=n.orderby||this.orderby;f&&(i=i.orderBy(f));var h=void 0!==n.pageCurrent?n.pageCurrent:this.mixinDatacomPage.current,p=void 0!==n.pageSize?n.pageSize:this.mixinDatacomPage.size,v=void 0!==n.getcount?n.getcount:this.getcount,g=void 0!==n.gettree?n.gettree:this.gettree,_=void 0!==n.gettreepath?n.gettreepath:this.gettreepath,m={getCount:v},y={limitLevel:void 0!==n.limitlevel?n.limitlevel:this.limitlevel,startWith:void 0!==n.startwith?n.startwith:this.startwith};return g&&(m.getTree=y),_&&(m.getTreePath=y),i=i.skip(p*(h-1)).limit(p).get(m),i}}}}function nn(t){return J("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",t.config.spaceId))}function sn(){return an.apply(this,arguments)}function an(){return an=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c,l=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=l.length>0&&void 0!==l[0]?l[0]:{},i=e.openid,n=e.callLoginByWeixin,s=void 0!==n&&n,a=nn(this),"mp-weixin"===V){t.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(V,"`"));case 4:if(!i||!s){t.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!i){t.next=8;break}return t.abrupt("return",(a.mpWeixinOpenid=i,{}));case 8:return t.next=10,new Promise((function(t,e){uni.login({success:function(e){t(e.code)},fail:function(t){e(new Error(t.errMsg))}})}));case 10:return o=t.sent,c=this.importObject("uni-id-co",{customUI:!0}),t.next=14,c.secureNetworkHandshakeByWeixin({code:o,callLoginByWeixin:s});case 14:return a.mpWeixinCode=o,t.abrupt("return",{code:o});case 16:case"end":return t.stop()}}),t,this)}))),an.apply(this,arguments)}function rn(t){return on.apply(this,arguments)}function on(){return on=(0,d.default)(r.default.mark((function t(e){var i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=nn(this),t.abrupt("return",(i.initPromise||(i.initPromise=sn.call(this,e).then((function(t){return t})).catch((function(t){throw delete i.initPromise,t}))),i.initPromise));case 2:case"end":return t.stop()}}),t,this)}))),on.apply(this,arguments)}function cn(t){!function(t){Ct=t}(t)}function ln(t){var e={getSystemInfo:uni.getSystemInfo,getPushClientId:uni.getPushClientId};return function(i){return new Promise((function(n,s){e[t]($($({},i),{},{success:function(t){n(t)},fail:function(t){s(t)}}))}))}}var un=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),t._uniPushMessageCallback=t._receivePushMessage.bind((0,o.default)(t)),t._currentMessageId=-1,t._payloadQueue=[],t}return(0,m.default)(i,[{key:"init",value:function(){var t=this;return Promise.all([ln("getSystemInfo")(),ln("getPushClientId")()]).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=(0,c.default)(e,2),n=i[0];n=void 0===n?{}:n;var s=n.appId,a=i[1];a=void 0===a?{}:a;var r=a.cid;if(!s)throw new Error("Invalid appId, please check the manifest.json file");if(!r)throw new Error("Invalid push client id");t._appId=s,t._pushClientId=r,t._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),t.emit("open"),t._initMessageListener()}),(function(e){throw t.emit("error",e),t.close(),e}))}},{key:"open",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this.init());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"_isUniCloudSSE",value:function(t){if("receive"!==t.type)return!1;var e=t&&t.data&&t.data.payload;return!(!e||"UNI_CLOUD_SSE"!==e.channel||e.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(t){if(this._isUniCloudSSE(t)){var e=t&&t.data&&t.data.payload,i=e.action,n=e.messageId,s=e.message;this._payloadQueue.push({action:i,messageId:n,message:s}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var t=this;;){var e=this._payloadQueue.find((function(e){return e.messageId===t._currentMessageId+1}));if(!e)break;this._currentMessageId++,this._parseMessagePayload(e)}}},{key:"_parseMessagePayload",value:function(t){var e=t.action,i=t.messageId,n=t.message;"end"===e?this._end({messageId:i,message:n}):"message"===e&&this._appendMessage({messageId:i,message:n})}},{key:"_appendMessage",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("message",e)}},{key:"_end",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("end",e),this.close()}},{key:"_initMessageListener",value:function(){uni.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){uni.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),i}(function(){function t(){(0,_.default)(this,t),this._callback={}}return(0,m.default)(t,[{key:"addListener",value:function(t,e){this._callback[t]||(this._callback[t]=[]),this._callback[t].push(e)}},{key:"on",value:function(t,e){return this.addListener(t,e)}},{key:"removeListener",value:function(t,e){if(!e)throw new Error('The "listener" argument must be of type function. Received undefined');var i=this._callback[t];if(i){var n=function(t,e){for(var i=t.length-1;i>=0;i--)if(t[i]===e)return i;return-1}(i,e);i.splice(n,1)}}},{key:"off",value:function(t,e){return this.removeListener(t,e)}},{key:"removeAllListener",value:function(t){delete this._callback[t]}},{key:"emit",value:function(t){for(var e=this._callback[t],i=arguments.length,n=new Array(i>1?i-1:0),s=1;s0)return t.init(e).database();if(this._database)return this._database;var i=wi(xi,{uniClient:t});return this._database=i,i},t.databaseForJQL=function(e){if(e&&Object.keys(e).length>0)return t.init(e).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var i=wi(xi,{uniClient:t,isJQL:!0});return this._databaseForJQL=i,i}}(e),function(t){t.getCurrentUserInfo=Qi,t.chooseAndUploadFile=tn.initChooseAndUploadFile(t),Object.assign(t,{get mixinDatacom(){return en(t)}}),t.SSEChannel=un,t.initSecureNetworkByWeixin=function(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.openid,n=e.callLoginByWeixin,s=void 0!==n&&n;return rn.call(t,{openid:i,callLoginByWeixin:s})}}(t),t.setCustomClientInfo=cn,t.importObject=function(t){return function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.customUI=e.customUI||t.customUI,t.parseSystemError=e.parseSystemError||t.parseSystemError,Object.assign(t.loadingOptions,e.loadingOptions),Object.assign(t.errorOptions,e.errorOptions),"object"==(0,l.default)(e.secretMethods)&&(t.secretMethods=e.secretMethods),t}({customUI:!1,loadingOptions:{title:"\u52a0\u8f7d\u4e2d...",mask:!0},errorOptions:{type:"modal",retry:!1}},i);var n=i,s=n.customUI,a=n.loadingOptions,o=n.errorOptions,c=n.parseSystemError,u=!s;return new Proxy({},{get:function(n,s){switch(s){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fn,i=t.interceptorName,n=t.getCallbackArgs;return(0,d.default)(r.default.mark((function t(){var s,a,o,c,l,u,d=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:for(s=d.length,a=new Array(s),o=0;o0&&void 0!==c[0]?c[0]:{},i=e.title,n=e.content,s=e.showCancel,a=e.cancelText,o=e.confirmText,t.abrupt("return",new Promise((function(t,e){uni.showModal({title:i,content:n,showCancel:s,cancelText:a,confirmText:o,success:function(e){t(e)},fail:function(){t({confirm:!1,cancel:!0})}})})));case 2:case"end":return t.stop()}}),t)})))({title:"\u63d0\u793a",content:k,showCancel:o.retry,cancelText:"\u53d6\u6d88",confirmText:o.retry?"\u91cd\u8bd5":"\u786e\u5b9a"});case 33:if(T=n.sent,S=T.confirm,!o.retry||!S){n.next=37;break}return n.abrupt("return",f.apply(void 0,v));case 37:throw D=new yt({subject:b,code:w,message:x,requestId:h.requestId}),D.detail=h.result,ft(nt,{type:ct,content:D}),D;case 39:return n.abrupt("return",(ft(nt,{type:ct,content:h.result}),h.result));case 40:case"end":return n.stop()}}),n,null,[[5,11]])})));function f(){return n.apply(this,arguments)}return f}(),interceptorName:"callObject",getCallbackArgs:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=t.params;return{objectName:e,methodName:s,params:i}}})}})}}(t)}(e),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(t){if(e[t]){var i=e[t];e[t]=function(){return i.apply(e,Array.from(arguments))},e[t]=function(t,e){return function(i){var n=this,s=!1;if("callFunction"===e){var a=i&&i.type||A;s=a!==A}var r="callFunction"===e&&!s,o=this._initPromiseHub.exec();i=i||{};var c=gt(i),l=c.success,u=c.fail,d=c.complete,f=o.then((function(){return s?Promise.resolve():Z(tt(e,"invoke"),i)})).then((function(){return t.call(n,i)})).then((function(t){return s?Promise.resolve(t):Z(tt(e,"success"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return r&&ft(nt,{type:ot,content:t}),Promise.resolve(t)}))}),(function(t){return s?Promise.reject(t):Z(tt(e,"fail"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return ft(nt,{type:ot,content:t}),Promise.reject(t)}))}));if(!(l||u||d))return f;f.then((function(t){l&&l(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}),(function(t){u&&u(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}))}}(e[t],t).bind(e)}})),e.init=this.init,e}}]),t}());(function(){var t=q,e={};if(t&&1===t.length)e=t[0],fn=fn.init(e),fn._isDefault=!0;else{var i;i=t&&t.length>0?"\u5e94\u7528\u6709\u591a\u4e2a\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u901a\u8fc7uniCloud.init\u65b9\u6cd5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u670d\u52a1\u7a7a\u95f4":"\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4",["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"].forEach((function(t){fn[t]=function(){return console.error(i),Promise.reject(new yt({code:"SYS_ERR",message:i}))}}))}Object.assign(fn,{get mixinDatacom(){return en(fn)}}),Yi(fn),fn.addInterceptor=X,fn.removeInterceptor=Q,fn.interceptObject=et})();var hn=fn;i.default=hn}).call(this,n("0ee4"),n("ed83")["default"])},"879a":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading6"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},s=[]},"879f":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapse",emits:["change","activeItem","input","update:modelValue"],props:{value:{type:[String,Array],default:""},modelValue:{type:[String,Array],default:""},accordion:{type:[Boolean,String],default:!1}},data:function(){return{}},computed:{dataValue:function(){var t="string"===typeof this.value&&""===this.value||Array.isArray(this.value)&&0===this.value.length;"string"===typeof this.modelValue&&""===this.modelValue||Array.isArray(this.modelValue)&&this.modelValue.length;return t?this.modelValue:this.value}},watch:{dataValue:function(t){this.setOpen(t)}},created:function(){this.childrens=[],this.names=[]},mounted:function(){var t=this;this.$nextTick((function(){t.setOpen(t.dataValue)}))},methods:{setOpen:function(e){var i=this,n="string"===typeof e,s=Array.isArray(e);this.childrens.forEach((function(a,r){if(n&&e===a.nameSync){if(!i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a false ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a array"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:75");a.isOpen=!0}s&&e.forEach((function(e){if(e===a.nameSync){if(i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a true ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a string"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:85");a.isOpen=!0}}))})),this.emit(e)},setAccordion:function(t){this.accordion&&this.childrens.forEach((function(e,i){t!==e&&(e.isOpen=!1)}))},resize:function(){this.childrens.forEach((function(t,e){t.getCollapseHeight()}))},onChange:function(t,e){var i=[];this.accordion?i=t?e.nameSync:"":this.childrens.forEach((function(t,e){t.isOpen&&i.push(t.nameSync)})),this.$emit("change",i),this.emit(i)},emit:function(t){this.$emit("input",t),this.$emit("update:modelValue",t)}}};e.default=i}).call(this,i("f3b9")["default"])},"8c66":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","uni-collapse"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},s=[]},"8d4c":function(t,e,i){"use strict";i.r(e);var n=i("358e"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"8d87":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("269c")),a=n(i("8d87")),r=n(i("22e6")),o=n(i("1827")),c=[],l={str2Num:function(t){for(var e="",i=0;i=t.lastPage)?n("view",{staticClass:t._$s(13,"sc","endtext"),attrs:{_i:13}}):t._e()],2):t._e(),t._$s(14,"i",!t.lastPage)?n("view",{staticClass:t._$s(14,"sc","nolist mt-15"),attrs:{_i:14}},[n("image",{attrs:{src:t._$s(15,"a-src",i("8ef2")),_i:15}}),n("text")]):t._e()])},a=[]},"8ef2":function(t,e,i){t.exports=i.p+"static/none.png"},"8f3d":function(t,e,i){"use strict";i.r(e);var n=i("177a"),s=i("69a8");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"454c5b1a",null,!1,n["a"],void 0);e["default"]=o.exports},"8f4d":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59"),o=n(i("4a2e"));function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e=3570&&"\u52a0"==t?(this.time_m="59",void(this.time_s="59")):Number(e+i)<=30&&"\u51cf"==t?(this.time_m="00",void(this.time_s="30")):("\u51cf"==t&&(n=Math.floor(Number(e+i-30)%3600/60),s=Number(e+i-30)%60),"\u52a0"==t&&(n=Math.floor(Number(e+i+30)%3600/60),s=Number(e+i+30)%60),this.time_m=n>9?n:"0"+n,this.time_s=s>9?s:"0"+s,void(this.timesTndex=[Number(this.time_m),Number(this.time_s)]))},handleWeightEdit:function(t){"\u51cf"==t&&(this.weight=Number(this.weight)-50>50?Number(this.weight)-50:50),"\u52a0"==t&&(this.weight=Number(this.weight)+50)},handleMyTime:function(){var t=this;s=setTimeout((function(){t.devicesList.length||(t.islink=-1,t.textLink="\u91cd\u65b0\u641c\u7d22",t.$tools.msg("\u6ca1\u6709\u67e5\u627e\u5230\u8bbe\u5907")),clearTimeout(s),t.$Bluetooth.stopBluetoothDevicesDiscovery()}),2e4)},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pages/skiping/skip.vue:585"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pages/skiping/skip.vue:596")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pages/skiping/skip.vue:608"),e.$store.commit("changeConnected",!1)}})},navTo:function(e){this.isConnected||(this.islink=-1,clearTimeout(s),this.$Bluetooth.closeBluetoothAdapter(),this.$Bluetooth.closeBLEConnection(this.deviceId),this.$Bluetooth.stopBluetoothDevicesDiscovery(),t("log","\u84dd\u7259\u6ca1\u6709\u8fde\u63a5"," at pages/skiping/skip.vue:621")),uni.navigateTo({url:e})}}};e.default=u}).call(this,i("f3b9")["default"])},"8f59":function(t,i,n){"use strict";(function(i){var n="undefined"!==typeof window?window:"undefined"!==typeof i?i:{},s=n.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t,e){if(void 0===e&&(e=[]),null===t||"object"!==typeof t)return t;var i=function(t,e){return t.filter(e)[0]}(e,(function(e){return e.original===t}));if(i)return i.copy;var n=Array.isArray(t)?[]:{};return e.push({original:t,copy:n}),Object.keys(t).forEach((function(i){n[i]=a(t[i],e)})),n}function r(t,e){Object.keys(t).forEach((function(i){return e(t[i],i)}))}function o(t){return null!==t&&"object"===typeof t}var c=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var i=t.state;this.state=("function"===typeof i?i():i)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},c.prototype.addChild=function(t,e){this._children[t]=e},c.prototype.removeChild=function(t){delete this._children[t]},c.prototype.getChild=function(t){return this._children[t]},c.prototype.hasChild=function(t){return t in this._children},c.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},c.prototype.forEachChild=function(t){r(this._children,t)},c.prototype.forEachGetter=function(t){this._rawModule.getters&&r(this._rawModule.getters,t)},c.prototype.forEachAction=function(t){this._rawModule.actions&&r(this._rawModule.actions,t)},c.prototype.forEachMutation=function(t){this._rawModule.mutations&&r(this._rawModule.mutations,t)},Object.defineProperties(c.prototype,l);var u=function(t){this.register([],t,!1)};u.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},u.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,i){return e=e.getChild(i),t+(e.namespaced?i+"/":"")}),"")},u.prototype.update=function(t){(function t(e,i,n){0;if(i.update(n),n.modules)for(var s in n.modules){if(!i.getChild(s))return void 0;t(e.concat(s),i.getChild(s),n.modules[s])}})([],this.root,t)},u.prototype.register=function(t,e,i){var n=this;void 0===i&&(i=!0);var s=new c(e,i);if(0===t.length)this.root=s;else{var a=this.get(t.slice(0,-1));a.addChild(t[t.length-1],s)}e.modules&&r(e.modules,(function(e,s){n.register(t.concat(s),e,i)}))},u.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),i=t[t.length-1],n=e.getChild(i);n&&n.runtime&&e.removeChild(i)},u.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),i=t[t.length-1];return!!e&&e.hasChild(i)};var d;var f=function(t){var e=this;void 0===t&&(t={}),!d&&"undefined"!==typeof window&&window.Vue&&b(window.Vue);var i=t.plugins;void 0===i&&(i=[]);var n=t.strict;void 0===n&&(n=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new u(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new d,this._makeLocalGettersCache=Object.create(null);var a=this,r=this.dispatch,o=this.commit;this.dispatch=function(t,e){return r.call(a,t,e)},this.commit=function(t,e,i){return o.call(a,t,e,i)},this.strict=n;var c=this._modules.root.state;_(this,c,[],this._modules.root),g(this,c),i.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtools:d.config.devtools;l&&function(t){s&&(t._devtoolHook=s,s.emit("vuex:init",t),s.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){s.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){s.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},h={state:{configurable:!0}};function p(t,e,i){return e.indexOf(t)<0&&(i&&i.prepend?e.unshift(t):e.push(t)),function(){var i=e.indexOf(t);i>-1&&e.splice(i,1)}}function v(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var i=t.state;_(t,i,[],t._modules.root,!0),g(t,i,e)}function g(t,e,i){var n=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var s=t._wrappedGetters,a={};r(s,(function(e,i){a[i]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,i,{get:function(){return t._vm[i]},enumerable:!0})}));var o=d.config.silent;d.config.silent=!0,t._vm=new d({data:{$$state:e},computed:a}),d.config.silent=o,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),n&&(i&&t._withCommit((function(){n._data.$$state=null})),d.nextTick((function(){return n.$destroy()})))}function _(t,e,i,n,s){var a=!i.length,r=t._modules.getNamespace(i);if(n.namespaced&&(t._modulesNamespaceMap[r],t._modulesNamespaceMap[r]=n),!a&&!s){var o=m(e,i.slice(0,-1)),c=i[i.length-1];t._withCommit((function(){d.set(o,c,n.state)}))}var l=n.context=function(t,e,i){var n=""===e,s={dispatch:n?t.dispatch:function(i,n,s){var a=y(i,n,s),r=a.payload,o=a.options,c=a.type;return o&&o.root||(c=e+c),t.dispatch(c,r)},commit:n?t.commit:function(i,n,s){var a=y(i,n,s),r=a.payload,o=a.options,c=a.type;o&&o.root||(c=e+c),t.commit(c,r,o)}};return Object.defineProperties(s,{getters:{get:n?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var i={},n=e.length;Object.keys(t.getters).forEach((function(s){if(s.slice(0,n)===e){var a=s.slice(n);Object.defineProperty(i,a,{get:function(){return t.getters[s]},enumerable:!0})}})),t._makeLocalGettersCache[e]=i}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return m(t.state,i)}}}),s}(t,r,i);n.forEachMutation((function(e,i){var n=r+i;(function(t,e,i,n){var s=t._mutations[e]||(t._mutations[e]=[]);s.push((function(e){i.call(t,n.state,e)}))})(t,n,e,l)})),n.forEachAction((function(e,i){var n=e.root?i:r+i,s=e.handler||e;(function(t,e,i,n){var s=t._actions[e]||(t._actions[e]=[]);s.push((function(e){var s=i.call(t,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:t.getters,rootState:t.state},e);return function(t){return t&&"function"===typeof t.then}(s)||(s=Promise.resolve(s)),t._devtoolHook?s.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):s}))})(t,n,s,l)})),n.forEachGetter((function(e,i){var n=r+i;(function(t,e,i,n){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return i(n.state,n.getters,t.state,t.getters)}})(t,n,e,l)})),n.forEachChild((function(n,a){_(t,e,i.concat(a),n,s)}))}function m(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,i){return o(t)&&t.type&&(i=e,e=t,t=t.type),{type:t,payload:e,options:i}}function b(t){d&&t===d||(d=t, /*! * vuex v3.6.2 * (c) 2021 Evan You * @license MIT */ -function(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(d))}h.state.get=function(){return this._vm._data.$$state},h.state.set=function(t){0},f.prototype.commit=function(t,e,i){var n=this,a=y(t,e,i),s=a.type,r=a.payload,o=(a.options,{type:s,payload:r}),c=this._mutations[s];c&&(this._withCommit((function(){c.forEach((function(t){t(r)}))})),this._subscribers.slice().forEach((function(t){return t(o,n.state)})))},f.prototype.dispatch=function(t,i){var n=this,a=y(t,i),s=a.type,r=a.payload,o={type:s,payload:r},c=this._actions[s];if(c){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(e){0}var l=c.length>1?Promise.all(c.map((function(t){return t(r)}))):c[0](r);return new Promise((function(t,i){l.then((function(i){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(e){0}t(i)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(e){0}i(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},f.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),_(this,this.state,t,this._modules.get(t),i.preserveState),g(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=m(e.state,t.slice(0,-1));d.delete(i,t[t.length-1])})),v(this)},f.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),v(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,h);var x=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=S(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof a?a.call(this,e,i):e[a]},i[n].vuex=!0})),i})),w=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var s=S(this.$store,"mapMutations",t);if(!s)return;n=s.context.commit}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i})),$=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;a=t+a,i[n]=function(){if(!t||S(this.$store,"mapGetters",t))return this.$store.getters[a]},i[n].vuex=!0})),i})),C=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var s=S(this.$store,"mapActions",t);if(!s)return;n=s.context.dispatch}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i}));function T(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function k(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function S(t,e,i){var n=t._modulesNamespaceMap[i];return n}function O(t,i,n){var a=n?t.groupCollapsed:t.group;try{a.call(t,i)}catch(e){t.log(i)}}function D(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function P(){var t=new Date;return" @ "+A(t.getHours(),2)+":"+A(t.getMinutes(),2)+":"+A(t.getSeconds(),2)+"."+A(t.getMilliseconds(),3)}function A(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var L={Store:f,install:b,version:"3.6.2",mapState:x,mapMutations:w,mapGetters:$,mapActions:C,createNamespacedHelpers:function(t){return{mapState:x.bind(null,t),mapGetters:$.bind(null,t),mapMutations:w.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var a=t.mutationTransformer;void 0===a&&(a=function(t){return t});var r=t.actionFilter;void 0===r&&(r=function(t,e){return!0});var o=t.actionTransformer;void 0===o&&(o=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var l=t.logActions;void 0===l&&(l=!0);var u=t.logger;return void 0===u&&(u=console),function(t){var d=s(t.state);"undefined"!==typeof u&&(c&&t.subscribe((function(t,r){var o=s(r);if(i(t,d,o)){var c=P(),l=a(t),f="mutation "+t.type+c;O(u,f,e),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",n(o)),D(u)}d=o})),l&&t.subscribeAction((function(t,i){if(r(t,i)){var n=P(),a=o(t),s="action "+t.type+n;O(u,s,e),u.log("%c action","color: #03A9F4; font-weight: bold",a),D(u)}})))}}};t.exports=L}).call(this,n("0ee4"))},"8fbb":function(t,e,i){"use strict";i.r(e);var n=i("a40d"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"8ffa":function(t,e,i){var n=i("7647");t.exports=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&n(t,e)},t.exports.__esModule=!0,t.exports["default"]=t.exports},9008:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},9021:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("c0aa")),s=n(i("589b")),r=n(i("fe8d")),o={mixins:[a.default,s.default,r.default],emits:["click","change"],props:{show:{type:String,default:"none"},disabled:{type:Boolean,default:!1},autoClose:{type:Boolean,default:!0},threshold:{type:Number,default:20},leftOptions:{type:Array,default:function(){return[]}},rightOptions:{type:Array,default:function(){return[]}}},destroyed:function(){this.__isUnmounted||this.uninstall()},methods:{uninstall:function(){var t=this;this.swipeaction&&this.swipeaction.children.forEach((function(e,i){e===t&&t.swipeaction.children.splice(i,1)}))},getSwipeAction:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniSwipeAction",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=o},"92d0":function(t,e,i){"use strict";i.r(e);var n=i("c6e7"),a=i("1a82");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f4e86178",null,!1,n["a"],void 0);e["default"]=o.exports},"931d":function(t,e,i){var n=i("7647"),a=i("011a");t.exports=function(t,e,i){if(a())return Reflect.construct.apply(null,arguments);var s=[null];s.push.apply(s,e);var r=new(t.bind.apply(t,s));return i&&n(r,i.prototype),r},t.exports.__esModule=!0,t.exports["default"]=t.exports},9480:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i("d3b4"),s=n(i("b8eb")),r=i("560f"),o=(0,a.initVueI18n)(s.default),c=o.t,l={name:"UniDatetimePicker",data:function(){return{indicatorStyle:"height: 50px;",visible:!1,fixNvueBug:{},dateShow:!0,timeShow:!0,title:"\u65e5\u671f\u548c\u65f6\u95f4",time:"",year:1920,month:0,day:0,hour:0,minute:0,second:0,startYear:1920,startMonth:1,startDay:1,startHour:0,startMinute:0,startSecond:0,endYear:2120,endMonth:12,endDay:31,endHour:23,endMinute:59,endSecond:59}},props:{type:{type:String,default:"datetime"},value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},start:{type:[Number,String],default:""},end:{type:[Number,String],default:""},returnType:{type:String,default:"string"},disabled:{type:[Boolean,String],default:!1},border:{type:[Boolean,String],default:!0},hideSecond:{type:[Boolean,String],default:!1}},watch:{value:{handler:function(t){t?(this.parseValue((0,r.fixIosDateFormat)(t)),this.initTime(!1)):(this.time="",this.parseValue(Date.now()))},immediate:!0},type:{handler:function(t){"date"===t?(this.dateShow=!0,this.timeShow=!1,this.title="\u65e5\u671f"):"time"===t?(this.dateShow=!1,this.timeShow=!0,this.title="\u65f6\u95f4"):(this.dateShow=!0,this.timeShow=!0,this.title="\u65e5\u671f\u548c\u65f6\u95f4")},immediate:!0},start:{handler:function(t){this.parseDatetimeRange((0,r.fixIosDateFormat)(t),"start")},immediate:!0},end:{handler:function(t){this.parseDatetimeRange((0,r.fixIosDateFormat)(t),"end")},immediate:!0},months:function(t){this.checkValue("month",this.month,t)},days:function(t){this.checkValue("day",this.day,t)},hours:function(t){this.checkValue("hour",this.hour,t)},minutes:function(t){this.checkValue("minute",this.minute,t)},seconds:function(t){this.checkValue("second",this.second,t)}},computed:{years:function(){return this.getCurrentRange("year")},months:function(){return this.getCurrentRange("month")},days:function(){return this.getCurrentRange("day")},hours:function(){return this.getCurrentRange("hour")},minutes:function(){return this.getCurrentRange("minute")},seconds:function(){return this.getCurrentRange("second")},ymd:function(){return[this.year-this.minYear,this.month-this.minMonth,this.day-this.minDay]},hms:function(){return[this.hour-this.minHour,this.minute-this.minMinute,this.second-this.minSecond]},currentDateIsStart:function(){return this.year===this.startYear&&this.month===this.startMonth&&this.day===this.startDay},currentDateIsEnd:function(){return this.year===this.endYear&&this.month===this.endMonth&&this.day===this.endDay},minYear:function(){return this.startYear},maxYear:function(){return this.endYear},minMonth:function(){return this.year===this.startYear?this.startMonth:1},maxMonth:function(){return this.year===this.endYear?this.endMonth:12},minDay:function(){return this.year===this.startYear&&this.month===this.startMonth?this.startDay:1},maxDay:function(){return this.year===this.endYear&&this.month===this.endMonth?this.endDay:this.daysInMonth(this.year,this.month)},minHour:function(){return"datetime"===this.type?this.currentDateIsStart?this.startHour:0:"time"===this.type?this.startHour:void 0},maxHour:function(){return"datetime"===this.type?this.currentDateIsEnd?this.endHour:23:"time"===this.type?this.endHour:void 0},minMinute:function(){return"datetime"===this.type?this.currentDateIsStart&&this.hour===this.startHour?this.startMinute:0:"time"===this.type?this.hour===this.startHour?this.startMinute:0:void 0},maxMinute:function(){return"datetime"===this.type?this.currentDateIsEnd&&this.hour===this.endHour?this.endMinute:59:"time"===this.type?this.hour===this.endHour?this.endMinute:59:void 0},minSecond:function(){return"datetime"===this.type?this.currentDateIsStart&&this.hour===this.startHour&&this.minute===this.startMinute?this.startSecond:0:"time"===this.type?this.hour===this.startHour&&this.minute===this.startMinute?this.startSecond:0:void 0},maxSecond:function(){return"datetime"===this.type?this.currentDateIsEnd&&this.hour===this.endHour&&this.minute===this.endMinute?this.endSecond:59:"time"===this.type?this.hour===this.endHour&&this.minute===this.endMinute?this.endSecond:59:void 0},selectTimeText:function(){return c("uni-datetime-picker.selectTime")},okText:function(){return c("uni-datetime-picker.ok")},clearText:function(){return c("uni-datetime-picker.clear")},cancelText:function(){return c("uni-datetime-picker.cancel")}},mounted:function(){},methods:{lessThanTen:function(t){return t<10?"0"+t:t},parseTimeType:function(t){if(t){var e=t.split(":");this.hour=Number(e[0]),this.minute=Number(e[1]),this.second=Number(e[2])}},initPickerValue:function(t){var e=null;t?e=this.compareValueWithStartAndEnd(t,this.start,this.end):(e=Date.now(),e=this.compareValueWithStartAndEnd(e,this.start,this.end)),this.parseValue(e)},compareValueWithStartAndEnd:function(t,e,i){var n=null;return t=this.superTimeStamp(t),e=this.superTimeStamp(e),i=this.superTimeStamp(i),n=e&&i?ti?new Date(i):new Date(t):e&&!i?e<=t?new Date(t):new Date(e):!e&&i?t<=i?new Date(t):new Date(i):new Date(t),n},superTimeStamp:function(t){var e="";if("time"===this.type&&t&&"string"===typeof t){var i=new Date,n=i.getFullYear(),a=i.getMonth()+1,s=i.getDate();e=n+"/"+a+"/"+s+" "}return Number(t)&&(t=parseInt(t),e=0),this.createTimeStamp(e+t)},parseValue:function(t){if(t){if("time"===this.type&&"string"===typeof t)this.parseTimeType(t);else{var e=null;e=new Date(t),"time"!==this.type&&(this.year=e.getFullYear(),this.month=e.getMonth()+1,this.day=e.getDate()),"date"!==this.type&&(this.hour=e.getHours(),this.minute=e.getMinutes(),this.second=e.getSeconds())}this.hideSecond&&(this.second=0)}},parseDatetimeRange:function(t,e){if(!t)return"start"===e&&(this.startYear=1920,this.startMonth=1,this.startDay=1,this.startHour=0,this.startMinute=0,this.startSecond=0),void("end"===e&&(this.endYear=2120,this.endMonth=12,this.endDay=31,this.endHour=23,this.endMinute=59,this.endSecond=59));if("time"===this.type){var i=t.split(":");this[e+"Hour"]=Number(i[0]),this[e+"Minute"]=Number(i[1]),this[e+"Second"]=Number(i[2])}else{if(!t)return void("start"===e?this.startYear=this.year-60:this.endYear=this.year+60);Number(t)&&(t=parseInt(t));"datetime"!==this.type||"end"!==e||"string"!==typeof t||/[0-9]:[0-9]/.test(t)||(t+=" 23:59:59");var n=new Date(t);this[e+"Year"]=n.getFullYear(),this[e+"Month"]=n.getMonth()+1,this[e+"Day"]=n.getDate(),"datetime"===this.type&&(this[e+"Hour"]=n.getHours(),this[e+"Minute"]=n.getMinutes(),this[e+"Second"]=n.getSeconds())}},getCurrentRange:function(t){for(var e=[],i=this["min"+this.capitalize(t)];i<=this["max"+this.capitalize(t)];i++)e.push(i);return e},capitalize:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},checkValue:function(t,e,i){-1===i.indexOf(e)&&(this[t]=i[0])},daysInMonth:function(t,e){return new Date(t,e,0).getDate()},fixIosDateFormat:function(t){return"string"===typeof t&&(t=t.replace(/-/g,"/")),t},createTimeStamp:function(t){if(t)return"number"===typeof t?t:(t=t.replace(/-/g,"/"),"date"===this.type&&(t+=" 00:00:00"),Date.parse(t))},createDomSting:function(){var t=this.year+"-"+this.lessThanTen(this.month)+"-"+this.lessThanTen(this.day),e=this.lessThanTen(this.hour)+":"+this.lessThanTen(this.minute);return this.hideSecond||(e=e+":"+this.lessThanTen(this.second)),"date"===this.type?t:"time"===this.type?e:t+" "+e},initTime:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.time=this.createDomSting(),t&&("timestamp"===this.returnType&&"time"!==this.type?(this.$emit("change",this.createTimeStamp(this.time)),this.$emit("input",this.createTimeStamp(this.time)),this.$emit("update:modelValue",this.createTimeStamp(this.time))):(this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time)))},bindDateChange:function(t){var e=t.detail.value;this.year=this.years[e[0]],this.month=this.months[e[1]],this.day=this.days[e[2]]},bindTimeChange:function(t){var e=t.detail.value;this.hour=this.hours[e[0]],this.minute=this.minutes[e[1]],this.second=this.seconds[e[2]]},initTimePicker:function(){if(!this.disabled){var t=(0,r.fixIosDateFormat)(this.time);this.initPickerValue(t),this.visible=!this.visible}},tiggerTimePicker:function(t){this.visible=!this.visible},clearTime:function(){this.time="",this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time),this.tiggerTimePicker()},setTime:function(){this.initTime(),this.tiggerTimePicker()}}};e.default=l},"949b":function(t,e,i){"use strict";i.r(e);var n=i("7426"),a=i("7dd2");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"92780744",null,!1,n["a"],void 0);e["default"]=o.exports},"951c":function(t,e){t.exports=Vue},"956f":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{token:"",list:[],page:1,lastPage:0}},computed:function(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(10,"sc","endtext"),attrs:{_i:10}}):t._e()],2):t._e(),t._$s(11,"i",!t.lastPage)?n("view",{staticClass:t._$s(11,"sc","nolist"),attrs:{_i:11}},[n("image",{attrs:{src:t._$s(12,"a-src",i("d75c")),_i:12}}),n("text")]):t._e()],1)},s=[]},9910:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content pkconp"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","headerTop"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","left"),attrs:{_i:2}},[i("image",{staticClass:t._$s(3,"sc","image1"),attrs:{src:t._$s(3,"a-src",t.memInfo.headimg),_i:3}})]),i("view",{staticClass:t._$s(4,"sc","right"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","name"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.memInfo.name?t.memInfo.name:t.memInfo.nickname)))]),i("view",{staticClass:t._$s(6,"sc","top"),attrs:{_i:6}},[i("view",[t._v(t._$s(7,"t0-0",t._s("0"==t.memInfo.gender?"\u672a\u77e5":"1"==t.memInfo.gender?"\u7537":"\u5973")))]),i("view",{staticClass:t._$s(8,"sc","ml-15"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.user.age)))])])])]),t._$s(9,"i",2==t.acd_id)?i("view",{staticClass:t._$s(9,"sc","box"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","item"),attrs:{_i:10}},[i("view",[t._v(t._$s(11,"t0-0",t._s(t.memInfo.day?t.memInfo.day:"0")))]),i("text")]),i("view",{staticClass:t._$s(13,"sc","item"),attrs:{_i:13}},[i("view",[t._v(t._$s(14,"t0-0",t._s(t.memInfo.weightdiff?Math.abs(t.memInfo.weightdiff):0)))]),(t._$s(15,"i",Number(t.memInfo.weightdiff)>0),i("text"))]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),(t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0),i("text"))]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1)])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1)]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view"),i("view"),i("view")]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,a,s){return i("view",{key:t._$s(33,"f",{forIndex:a,key:n}),staticClass:t._$s("33-"+s,"sc","li"),attrs:{_i:"33-"+s}},[i("view",{staticClass:t._$s("34-"+s,"sc","name"),attrs:{_i:"34-"+s}},[i("text",[t._v(t._$s("35-"+s,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+s,"sc","num"),attrs:{_i:"36-"+s}},[t._$s("37-"+s,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+s,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+s,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+s,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+s}}):t._e(),t._$s("39-"+s,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+s,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+s}}):t._e(),t._$s("40-"+s,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+s,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+s}}):t._e()]),i("view",{staticClass:t._$s("41-"+s,"sc","f"),attrs:{_i:"41-"+s}},[i("view",[t._v(t._$s("42-"+s,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+s,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+s,"sc","f"),attrs:{_i:"44-"+s}},[i("view",[t._v(t._$s("45-"+s,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+s,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},s=[]},"9a01":function(t,e,i){"use strict";i.r(e);var n=i("ec95"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"9a51":function(t,e,i){"use strict";i.r(e);var n=i("af31"),a=i("a941");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"12257a5b",null,!1,n["a"],void 0);e["default"]=o.exports},"9a7d":function(t,e,i){"use strict";i.r(e);var n=i("3817"),a=i("a188");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"9b27":function(t,e,i){"use strict";i.r(e);var n=i("46df"),a=i("52d6");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"9b53":function(t,e,i){"use strict";i.r(e);var n=i("08f5"),a=i("4308");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"fccf681c",null,!1,n["a"],void 0);e["default"]=o.exports},"9bef":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=1)?n("uni-icons",{attrs:{type:1==i.choice_state?"circle-filled":"circle",color:1==i.choice_state?"#FEC407":"#dfdfdf",size:"22",_i:"18-"+s+"-"+r+"-"+c},on:{click:function(n){return t.handleActiveState(e,i,a)}}}):t._e(),n("view",{staticClass:t._$s("19-"+s+"-"+r+"-"+c,"sc","name"),attrs:{_i:"19-"+s+"-"+r+"-"+c},on:{click:function(e){return t.handleTips(i.describe)}}},[n("text",[t._v(t._$s("20-"+s+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),t._$s("21-"+s+"-"+r+"-"+c,"i",i.describe)?n("uni-icons",{attrs:{type:"info",color:"#f0ad4e",size:"20",_i:"21-"+s+"-"+r+"-"+c}}):t._e()],1),n("view",{staticClass:t._$s("22-"+s+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"22-"+s+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("23-"+s+"-"+r+"-"+c,"sc","input"),attrs:{_i:"23-"+s+"-"+r+"-"+c}},[t._$s("24-"+s+"-"+r+"-"+c,"i",1==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("24-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"24-"+s+"-"+r+"-"+c},domProps:{value:t._$s("24-"+s+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("25-"+s+"-"+r+"-"+c,"e",2==i.type||3==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("25-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"25-"+s+"-"+r+"-"+c},domProps:{value:t._$s("25-"+s+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("26-"+s+"-"+r+"-"+c,"e",4==i.type)?n("picker",{style:t._$s("26-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{range:t._$s("26-"+s+"-"+r+"-"+c,"a-range",t.timeList),_i:"26-"+s+"-"+r+"-"+c},on:{change:function(e){return t.bindTimeChange(e,i)},input:function(e){return t.changeDisabled(i)}}},[n("view",[t._v(t._$s("27-"+s+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"\u8bf7\u9009\u62e9")))]),n("uni-icons",{staticClass:t._$s("28-"+s+"-"+r+"-"+c,"sc","down"),attrs:{type:"down",color:"#999",size:"20",_i:"28-"+s+"-"+r+"-"+c}})],1):t._e(),t._$s("29-"+s+"-"+r+"-"+c,"i",i.value&&"4"!=i.type)?n("uni-icons",{staticClass:t._$s("29-"+s+"-"+r+"-"+c,"sc","uni-icons"),attrs:{type:"clear",color:"#999",size:"24",_i:"29-"+s+"-"+r+"-"+c},on:{click:function(e){return t.handleValue(i)}}}):t._e()],1),n("text",{style:t._$s("30-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"30-"+s+"-"+r+"-"+c},on:{input:function(e){return t.changeDisabled(i)}}},[t._v(t._$s("30-"+s+"-"+r+"-"+c,"t0-0",t._s(i.unit)))])])],1):t._e()})),t._l(t._$s("31-"+s+"-"+r,"f",{forItems:e.list}),(function(i,a,o,c){return t._$s("31-"+s+"-"+r+"-"+c,"i",t.isresult&&e.list.length>1)?n("view",{key:t._$s("31-"+s+"-"+r,"f",{forIndex:o,key:a}),staticClass:t._$s("31-"+s+"-"+r+"-"+c,"sc","result item3"),attrs:{_i:"31-"+s+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("32-"+s+"-"+r+"-"+c,"sc","name"),attrs:{_i:"32-"+s+"-"+r+"-"+c}},[t._v(t._$s("32-"+s+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),n("view",{staticClass:t._$s("33-"+s+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"33-"+s+"-"+r+"-"+c}},[n("view",[t._v(t._$s("34-"+s+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"-")))]),n("view",{staticClass:t._$s("35-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"35-"+s+"-"+r+"-"+c}},[t._v(t._$s("35-"+s+"-"+r+"-"+c,"t0-0",t._s(i.proportion_value?i.proportion_value:"-")))]),n("view",{staticClass:t._$s("36-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"36-"+s+"-"+r+"-"+c}},[t._v(t._$s("36-"+s+"-"+r+"-"+c,"t0-0",t._s(i.total_score?i.total_score:"-")))])])]):t._e()}))],2)})),0)])})),t._$s(37,"i",t.isSports)?n("view",{staticClass:t._$s(37,"sc","gfbtn"),attrs:{_i:37},on:{click:function(e){return t.handleNewScore()}}}):n("view",{staticClass:t._$s(38,"sc","gfbtn"),attrs:{_i:38},on:{click:function(e){return t.handlescore()}}})],2):n("view",{staticClass:t._$s(39,"sc","nolist"),attrs:{_i:39}},[n("image",{attrs:{src:t._$s(40,"a-src",i("d75c")),_i:40}}),n("text",[t._v(t._$s(41,"t0-0",t._s(t.msg)))])]),n("uslider",{attrs:{_i:42}}),t._$s(43,"i",t.isDrawe)?n("view",{staticClass:t._$s(43,"sc","wrapper"),attrs:{_i:43}},[n("view",{staticClass:t._$s(44,"sc","bg"),attrs:{_i:44},on:{click:t.onTap}}),n("view",{staticClass:t._$s(45,"sc","edit"),attrs:{_i:45},on:{click:function(t){t.stopPropagation()}}},[n("view",{staticClass:t._$s(46,"sc","title"),attrs:{_i:46}},[n("text",{staticClass:t._$s(47,"sc","choice"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.List.length))+t._$s(47,"t0-1",t._s(t.choice)))])]),t._l(t._$s(48,"f",{forItems:t.List}),(function(e,i,a,s){return n("view",{key:t._$s(48,"f",{forIndex:a,key:i}),staticClass:t._$s("48-"+s,"sc","item"),attrs:{_i:"48-"+s},on:{click:function(i){return t.toggle(e)}}},[t._$s("49-"+s,"i",1==t.choice)?n("uni-icons",{attrs:{type:t.isActive.name==e.name?"circle-filled":"circle",size:"22",color:t.isActive.name==e.name?"#FEC407":"#dfdfdf",_i:"49-"+s}}):t._e(),t._$s("50-"+s,"i",t.choice>1)?n("uni-icons",{attrs:{type:-1!=t.isActiveNameList.indexOf(e.name)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActiveNameList.indexOf(e.name)?"#FEC407":"#dfdfdf",_i:"50-"+s}}):t._e(),n("view",{staticClass:t._$s("51-"+s,"sc","name"),attrs:{_i:"51-"+s}},[n("view",{staticClass:t._$s("52-"+s,"sc","overflow"),attrs:{_i:"52-"+s}},[t._v(t._$s("52-"+s,"t0-0",t._s(e.name)))])])],1)})),n("view",{staticClass:t._$s(53,"sc","btn close"),attrs:{_i:53},on:{click:t.onTap}}),n("view",{staticClass:t._$s(54,"sc","btn"),attrs:{_i:54},on:{click:t.handleTarget}})],2)]):t._e()],1)},s=[]},"9e31":function(t,e,i){"use strict";i.r(e);var n=i("f38f"),a=i("4050");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"b7ea8a9a",null,!1,n["a"],void 0);e["default"]=o.exports},"9fc1":function(t,e,i){var n=i("3b2d")["default"];function a(){"use strict"; -/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */t.exports=a=function(){return i},t.exports.__esModule=!0,t.exports["default"]=t.exports;var e,i={},s=Object.prototype,r=s.hasOwnProperty,o=Object.defineProperty||function(t,e,i){t[e]=i.value},c="function"==typeof Symbol?Symbol:{},l=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",d=c.toStringTag||"@@toStringTag";function f(t,e,i){return Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(e){f=function(t,e,i){return t[e]=i}}function h(t,e,i,n){var a=e&&e.prototype instanceof y?e:y,s=Object.create(a.prototype),r=new L(n||[]);return o(s,"_invoke",{value:O(t,i,r)}),s}function p(t,e,i){try{return{type:"normal",arg:t.call(e,i)}}catch(t){return{type:"throw",arg:t}}}i.wrap=h;var v="suspendedStart",g="executing",_="completed",m={};function y(){}function b(){}function x(){}var w={};f(w,l,(function(){return this}));var $=Object.getPrototypeOf,C=$&&$($(I([])));C&&C!==s&&r.call(C,l)&&(w=C);var T=x.prototype=y.prototype=Object.create(w);function k(t){["next","throw","return"].forEach((function(e){f(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function i(a,s,o,c){var l=p(t[a],t,s);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==n(d)&&r.call(d,"__await")?e.resolve(d.__await).then((function(t){i("next",t,o,c)}),(function(t){i("throw",t,o,c)})):e.resolve(d).then((function(t){u.value=t,o(u)}),(function(t){return i("throw",t,o,c)}))}c(l.arg)}var a;o(this,"_invoke",{value:function(t,n){function s(){return new e((function(e,a){i(t,n,e,a)}))}return a=a?a.then(s,s):s()}})}function O(t,i,n){var a=v;return function(s,r){if(a===g)throw Error("Generator is already running");if(a===_){if("throw"===s)throw r;return{value:e,done:!0}}for(n.method=s,n.arg=r;;){var o=n.delegate;if(o){var c=D(o,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(a===v)throw a=_,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a=g;var l=p(t,i,n);if("normal"===l.type){if(a=n.done?_:"suspendedYield",l.arg===m)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(a=_,n.method="throw",n.arg=l.arg)}}}function D(t,i){var n=i.method,a=t.iterator[n];if(a===e)return i.delegate=null,"throw"===n&&t.iterator["return"]&&(i.method="return",i.arg=e,D(t,i),"throw"===i.method)||"return"!==n&&(i.method="throw",i.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var s=p(a,t.iterator,i.arg);if("throw"===s.type)return i.method="throw",i.arg=s.arg,i.delegate=null,m;var r=s.arg;return r?r.done?(i[t.resultName]=r.value,i.next=t.nextLoc,"return"!==i.method&&(i.method="next",i.arg=e),i.delegate=null,m):r:(i.method="throw",i.arg=new TypeError("iterator result is not an object"),i.delegate=null,m)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function L(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function I(t){if(t||""===t){var i=t[l];if(i)return i.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var a=-1,s=function i(){for(;++a=0;--a){var s=this.tryEntries[a],o=s.completion;if("root"===s.tryLoc)return n("end");if(s.tryLoc<=this.prev){var c=r.call(s,"catchLoc"),l=r.call(s,"finallyLoc");if(c&&l){if(this.prev=0;--i){var n=this.tryEntries[i];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),A(i),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var a=n.arg;A(i)}return a}}throw Error("illegal catch attempt")},delegateYield:function(t,i,n){return this.delegate={iterator:I(t),resultName:i,nextLoc:n},"next"===this.method&&(this.arg=e),m}},i}t.exports=a,t.exports.__esModule=!0,t.exports["default"]=t.exports},"9ff2":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e0){if(e.text=s.toFixed(0),e.LiuS=o.toFixed(1),e.offset=e.handleoffset(e.text),1==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number1=s.toFixed(0),e.level1=e.handlelenver(e.number1),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(2==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number2=s.toFixed(0),e.level2=e.handlelenver(e.number2),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(3==l){if(0==e.LiuS&&0==e.LiuS||e.listS.push(e.LiuS),e.text==d){if(u++,u>=15)return e.number3=s.toFixed(0),void(e.isEnd=!0)}else u=0,d=e.text;t("log","\u6d41\u91cf3",l,u," at pageTwo/devices/PCV02.vue:411")}}}))},fail:function(e){t("log","\u83b7\u53d6\u7279\u5f81\u503c\u5931\u8d25:",JSON.stringify(e)," at pageTwo/devices/PCV02.vue:417")}})},sendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCV02.vue:433")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCV02.vue:436")}})},handleMyTime:function(){var t=this;a=setTimeout((function(){t.macAddr||(clearTimeout(a),t.Unload=!0,t.startBluetoothDeviceDiscovery(),t.closeBluetoothAdapter())}),3e4)},handlelenver:function(t){var e="";return this.list.forEach((function(i){Number(t)<=Number(i.max_val)&&Number(t)>=Number(i.min_val)&&(e=i.text)})),e},handleoffset:function(t){var e=0,i=this.list.length;return e=t/(this.list[0].max_val-this.list[i-1].min_val)*100,e.toFixed(0)},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/PCV02.vue:477")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/PCV02.vue:485"),i.connected||(clearTimeout(a),e.Unload=!0,e.closeBLEConnection(),e.closeBluetoothAdapter()),e.$store.commit("changeConnected",i.connected)}))},handleGetMeasure:function(){var t=this;t.$model.getMeasureLung({aud_id:uni.getStorageSync("userid"),one:t.number1,two:t.number2,three:t.number3,flow:t.averageS}).then((function(e){0==e.code&&(t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getLungResult",{aud_id:uni.getStorageSync("userid")})),t.Unload=!0,setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter(),uni.switchTab({url:"/pages/home/home"})}),200)}))},handleBack:function(t){this.text="",this.Unload=!0,this.stopBluetoothDevicesDiscovery(),this.closeBluetoothAdapter(),this.closeBLEConnection(),1==t&&uni.switchTab({url:"/pages/home/home"})},countdown:function(){var t=this;u=0,d=null;var e=setInterval((function(){t.second--}),1e3);setTimeout((function(){clearInterval(e),t.second=0}),5e3)},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/PCV02.vue:557")}})},closeBLEConnection:function(){uni.closeBLEConnection({deviceId:this.deviceId,success:function(e){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/PCV02.vue:569")}})}}};e.default=f}).call(this,i("f3b9")["default"])},a037:function(t,e,i){"use strict";i.r(e);var n=i("cfc6"),a=i("50d9");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"39559fc8",null,!1,n["a"],void 0);e["default"]=o.exports},a081:function(t,e,i){"use strict";i.r(e);var n=i("c2e7"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},a0c3:function(t,e,i){"use strict";i.r(e);var n=i("f3ac"),a=i("7fd8");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"7efd4e50",null,!1,n["a"],void 0);e["default"]=o.exports},a185:function(t,e,i){"use strict";i.r(e);var n=i("d481"),a=i("fbdc");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"090734d8",null,!1,n["a"],void 0);e["default"]=o.exports},a188:function(t,e,i){"use strict";i.r(e);var n=i("c458"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},a27f:function(t,e,i){"use strict";i.r(e);var n=i("a7fd"),a=i("13ab");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"c0ee48d6",null,!1,n["a"],void 0);e["default"]=o.exports},a3d2:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("f690")),s=n(i("9596")),r=n(i("1eaf")),o=n(i("36c8")),c={en:a.default,"zh-Hans":s.default,"zh-Hant":r.default,ja:o.default};e.default=c},a40d:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:0,n=uni.createSelectorQuery().in(this);n.select("#".concat(this.elId)).fields({size:!0},(function(n){if(!(i>=10)){if(!n)return i++,void e.getCollapseHeight(!1,i);e.height=n.height,e.isheight=!0,t||e.onClick(e.isOpen,"init")}})).exec()},getNvueHwight:function(t){var e=this;dom.getComponentRect(this.$refs["collapse--hook"],(function(i){if(i&&i.result&&i.size){if(e.height=i.size.height,e.isheight=!0,t)return;e.onClick(e.open,"init")}}))},getCollapse:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniCollapse",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=i}).call(this,i("f3b9")["default"])},af6a:function(t,e,i){t.exports=i.p+"static/pk.png"},af7c:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",disabled:!1,second:60}},methods:{handleTelLogin:function(){var t=this;phoneType||/^1[3456789]\d{9}$/.test(t.phone)?t.code?t.$model.getAccountMsg({data:t.phone,code:t.code}).then((function(e){0==e.code?(t.$tools.msg("\u8bbe\u7f6e\u6210\u529f\uff01"),t.$store.commit("changeAccountNumber",{my_tel:t.phone}),uni.redirectTo({url:"/pageTwo/setting/setting"})):t.$tools.msg(e.msg)})).catch((function(t){})):t.$tools.msg("\u8bf7\u586b\u5199\u9a8c\u8bc1\u7801"):t.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7")},handleCode:function(){var e=this;e.phone?phoneType||/^1[3456789]\d{9}$/.test(e.phone)?e.$model.getSendCode({data:e.phone}).then((function(i){if(t("log",i," at pageTwo/setting/phone.vue:82"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7"):e.$tools.msg("\u8bf7\u8f93\u5165\u624b\u673a\u53f7")}}};e.default=i}).call(this,i("f3b9")["default"])},b168:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.fontData=void 0;e.fontData=[{font_class:"arrow-down",unicode:"\ue6be"},{font_class:"arrow-left",unicode:"\ue6bc"},{font_class:"arrow-right",unicode:"\ue6bb"},{font_class:"arrow-up",unicode:"\ue6bd"},{font_class:"auth",unicode:"\ue6ab"},{font_class:"auth-filled",unicode:"\ue6cc"},{font_class:"back",unicode:"\ue6b9"},{font_class:"bars",unicode:"\ue627"},{font_class:"calendar",unicode:"\ue6a0"},{font_class:"calendar-filled",unicode:"\ue6c0"},{font_class:"camera",unicode:"\ue65a"},{font_class:"camera-filled",unicode:"\ue658"},{font_class:"cart",unicode:"\ue631"},{font_class:"cart-filled",unicode:"\ue6d0"},{font_class:"chat",unicode:"\ue65d"},{font_class:"chat-filled",unicode:"\ue659"},{font_class:"chatboxes",unicode:"\ue696"},{font_class:"chatboxes-filled",unicode:"\ue692"},{font_class:"chatbubble",unicode:"\ue697"},{font_class:"chatbubble-filled",unicode:"\ue694"},{font_class:"checkbox",unicode:"\ue62b"},{font_class:"checkbox-filled",unicode:"\ue62c"},{font_class:"checkmarkempty",unicode:"\ue65c"},{font_class:"circle",unicode:"\ue65b"},{font_class:"circle-filled",unicode:"\ue65e"},{font_class:"clear",unicode:"\ue66d"},{font_class:"close",unicode:"\ue673"},{font_class:"closeempty",unicode:"\ue66c"},{font_class:"cloud-download",unicode:"\ue647"},{font_class:"cloud-download-filled",unicode:"\ue646"},{font_class:"cloud-upload",unicode:"\ue645"},{font_class:"cloud-upload-filled",unicode:"\ue648"},{font_class:"color",unicode:"\ue6cf"},{font_class:"color-filled",unicode:"\ue6c9"},{font_class:"compose",unicode:"\ue67f"},{font_class:"contact",unicode:"\ue693"},{font_class:"contact-filled",unicode:"\ue695"},{font_class:"down",unicode:"\ue6b8"},{font_class:"bottom",unicode:"\ue6b8"},{font_class:"download",unicode:"\ue68d"},{font_class:"download-filled",unicode:"\ue681"},{font_class:"email",unicode:"\ue69e"},{font_class:"email-filled",unicode:"\ue69a"},{font_class:"eye",unicode:"\ue651"},{font_class:"eye-filled",unicode:"\ue66a"},{font_class:"eye-slash",unicode:"\ue6b3"},{font_class:"eye-slash-filled",unicode:"\ue6b4"},{font_class:"fire",unicode:"\ue6a1"},{font_class:"fire-filled",unicode:"\ue6c5"},{font_class:"flag",unicode:"\ue65f"},{font_class:"flag-filled",unicode:"\ue660"},{font_class:"folder-add",unicode:"\ue6a9"},{font_class:"folder-add-filled",unicode:"\ue6c8"},{font_class:"font",unicode:"\ue6a3"},{font_class:"forward",unicode:"\ue6ba"},{font_class:"gear",unicode:"\ue664"},{font_class:"gear-filled",unicode:"\ue661"},{font_class:"gift",unicode:"\ue6a4"},{font_class:"gift-filled",unicode:"\ue6c4"},{font_class:"hand-down",unicode:"\ue63d"},{font_class:"hand-down-filled",unicode:"\ue63c"},{font_class:"hand-up",unicode:"\ue63f"},{font_class:"hand-up-filled",unicode:"\ue63e"},{font_class:"headphones",unicode:"\ue630"},{font_class:"heart",unicode:"\ue639"},{font_class:"heart-filled",unicode:"\ue641"},{font_class:"help",unicode:"\ue679"},{font_class:"help-filled",unicode:"\ue674"},{font_class:"home",unicode:"\ue662"},{font_class:"home-filled",unicode:"\ue663"},{font_class:"image",unicode:"\ue670"},{font_class:"image-filled",unicode:"\ue678"},{font_class:"images",unicode:"\ue650"},{font_class:"images-filled",unicode:"\ue64b"},{font_class:"info",unicode:"\ue669"},{font_class:"info-filled",unicode:"\ue649"},{font_class:"left",unicode:"\ue6b7"},{font_class:"link",unicode:"\ue6a5"},{font_class:"list",unicode:"\ue644"},{font_class:"location",unicode:"\ue6ae"},{font_class:"location-filled",unicode:"\ue6af"},{font_class:"locked",unicode:"\ue66b"},{font_class:"locked-filled",unicode:"\ue668"},{font_class:"loop",unicode:"\ue633"},{font_class:"mail-open",unicode:"\ue643"},{font_class:"mail-open-filled",unicode:"\ue63a"},{font_class:"map",unicode:"\ue667"},{font_class:"map-filled",unicode:"\ue666"},{font_class:"map-pin",unicode:"\ue6ad"},{font_class:"map-pin-ellipse",unicode:"\ue6ac"},{font_class:"medal",unicode:"\ue6a2"},{font_class:"medal-filled",unicode:"\ue6c3"},{font_class:"mic",unicode:"\ue671"},{font_class:"mic-filled",unicode:"\ue677"},{font_class:"micoff",unicode:"\ue67e"},{font_class:"micoff-filled",unicode:"\ue6b0"},{font_class:"minus",unicode:"\ue66f"},{font_class:"minus-filled",unicode:"\ue67d"},{font_class:"more",unicode:"\ue64d"},{font_class:"more-filled",unicode:"\ue64e"},{font_class:"navigate",unicode:"\ue66e"},{font_class:"navigate-filled",unicode:"\ue67a"},{font_class:"notification",unicode:"\ue6a6"},{font_class:"notification-filled",unicode:"\ue6c1"},{font_class:"paperclip",unicode:"\ue652"},{font_class:"paperplane",unicode:"\ue672"},{font_class:"paperplane-filled",unicode:"\ue675"},{font_class:"person",unicode:"\ue699"},{font_class:"person-filled",unicode:"\ue69d"},{font_class:"personadd",unicode:"\ue69f"},{font_class:"personadd-filled",unicode:"\ue698"},{font_class:"personadd-filled-copy",unicode:"\ue6d1"},{font_class:"phone",unicode:"\ue69c"},{font_class:"phone-filled",unicode:"\ue69b"},{font_class:"plus",unicode:"\ue676"},{font_class:"plus-filled",unicode:"\ue6c7"},{font_class:"plusempty",unicode:"\ue67b"},{font_class:"pulldown",unicode:"\ue632"},{font_class:"pyq",unicode:"\ue682"},{font_class:"qq",unicode:"\ue680"},{font_class:"redo",unicode:"\ue64a"},{font_class:"redo-filled",unicode:"\ue655"},{font_class:"refresh",unicode:"\ue657"},{font_class:"refresh-filled",unicode:"\ue656"},{font_class:"refreshempty",unicode:"\ue6bf"},{font_class:"reload",unicode:"\ue6b2"},{font_class:"right",unicode:"\ue6b5"},{font_class:"scan",unicode:"\ue62a"},{font_class:"search",unicode:"\ue654"},{font_class:"settings",unicode:"\ue653"},{font_class:"settings-filled",unicode:"\ue6ce"},{font_class:"shop",unicode:"\ue62f"},{font_class:"shop-filled",unicode:"\ue6cd"},{font_class:"smallcircle",unicode:"\ue67c"},{font_class:"smallcircle-filled",unicode:"\ue665"},{font_class:"sound",unicode:"\ue684"},{font_class:"sound-filled",unicode:"\ue686"},{font_class:"spinner-cycle",unicode:"\ue68a"},{font_class:"staff",unicode:"\ue6a7"},{font_class:"staff-filled",unicode:"\ue6cb"},{font_class:"star",unicode:"\ue688"},{font_class:"star-filled",unicode:"\ue68f"},{font_class:"starhalf",unicode:"\ue683"},{font_class:"trash",unicode:"\ue687"},{font_class:"trash-filled",unicode:"\ue685"},{font_class:"tune",unicode:"\ue6aa"},{font_class:"tune-filled",unicode:"\ue6ca"},{font_class:"undo",unicode:"\ue64f"},{font_class:"undo-filled",unicode:"\ue64c"},{font_class:"up",unicode:"\ue6b6"},{font_class:"top",unicode:"\ue6b6"},{font_class:"upload",unicode:"\ue690"},{font_class:"upload-filled",unicode:"\ue68e"},{font_class:"videocam",unicode:"\ue68c"},{font_class:"videocam-filled",unicode:"\ue689"},{font_class:"vip",unicode:"\ue6a8"},{font_class:"vip-filled",unicode:"\ue6c6"},{font_class:"wallet",unicode:"\ue6b1"},{font_class:"wallet-filled",unicode:"\ue6c2"},{font_class:"weibo",unicode:"\ue68b"},{font_class:"weixin",unicode:"\ue691"}]},b1fc:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={pages:[{path:"pages/home/home",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/skip",style:{navigationBarTitleText:"\u8df3\u7ef3\u6570\u636e",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf",enablePullDownRefresh:!1}},{path:"pages/lunging/vitalcapacity",style:{navigationBarTitleText:"\u80ba\u6d3b\u91cf\u6570\u636e",enablePullDownRefresh:!0,onReachBottomDistance:50,navigationBarBackgroundColor:"#000000",backgroundColor:"#000000"}},{path:"pages/lunging/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf",enablePullDownRefresh:!1}},{path:"pages/my/me",style:{navigationBarTitleText:"\u6211\u7684",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/score/score",style:{navigationBarTitleText:"\u5206\u6570\u8bc4\u4f30",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/PublicCards/PublicCards",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5"}},{path:"pages/body/body",style:{navigationBarTitleText:"\u8eab\u4f53\u6570\u636e",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/zixun/list",style:{navigationBarTitleText:""}}],subPackages:[{root:"pageTwo",pages:[{path:"history/history",style:{navigationBarTitleText:"\u5386\u53f2\u8bb0\u5f55",enablePullDownRefresh:!1}},{path:"history/historyDetail",style:{navigationBarTitleText:"\u8bb0\u5f55\u8be6\u60c5",enablePullDownRefresh:!1}},{path:"compk/contrast",style:{navigationBarTitleText:"\u6570\u636e\u5bf9\u6bd4",enablePullDownRefresh:!1}},{path:"compk/pkdetail",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5",enablePullDownRefresh:!1}},{path:"cardList/card",style:{navigationBarTitleText:"\u5361\u7247\u8bbe\u7f6e",enablePullDownRefresh:!1}},{path:"business/business",style:{navigationBarTitleText:"\u8bbe\u5907\u7ba1\u7406",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"business/addDevice",style:{navigationBarTitleText:"\u8bbe\u5907\u5217\u8868",enablePullDownRefresh:!1}},{path:"business/search",style:{navigationBarTitleText:"\u641c\u7d22\u8bbe\u5907",enablePullDownRefresh:!1}},{path:"score/history",style:{navigationBarTitleText:"\u4f30\u5206\u5386\u53f2",enablePullDownRefresh:!1}},{path:"score/report",style:{navigationBarTitleText:"\u4f30\u5206\u62a5\u544a",enablePullDownRefresh:!1}},{path:"my/manage",style:{navigationBarTitleText:"\u6210\u5458\u7ba1\u7406",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"message/list",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"my/userInfo",style:{navigationBarTitleText:"\u8d44\u6599"}},{path:"login/forgetPassword",style:{navigationBarTitleText:"\u5bc6\u7801",enablePullDownRefresh:!1}},{path:"login/login",style:{navigationBarTitleText:"\u767b\u5f55",enablePullDownRefresh:!1,navigationStyle:"custom"}},{path:"my/about",style:{navigationBarTitleText:"\u5173\u4e8e\u6211\u4eec",enablePullDownRefresh:!1}},{path:"setting/setting",style:{navigationBarTitleText:"\u8bbe\u7f6e",enablePullDownRefresh:!1}},{path:"setting/password",style:{navigationBarTitleText:"\u4fee\u6539\u5bc6\u7801",enablePullDownRefresh:!1}},{path:"setting/email",style:{navigationBarTitleText:"\u7ed1\u5b9a\u90ae\u7bb1",enablePullDownRefresh:!1}},{path:"setting/phone",style:{navigationBarTitleText:"\u7ed1\u5b9a\u624b\u673a\u53f7",enablePullDownRefresh:!1}},{path:"devices/search",style:{navigationBarTitleText:"\u84dd\u7259\u641c\u7d22",enablePullDownRefresh:!1}},{path:"devices/G02",style:{navigationBarTitleText:"\u6d4b\u91cf",enablePullDownRefresh:!1}},{path:"devices/PCL",style:{navigationBarTitleText:"\u6d4b\u91cf",enablePullDownRefresh:!1}},{path:"devices/PCV02",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCT01",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/B20",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22S",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/notepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/addNotepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"PublicCards/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf"}},{path:"PublicCards/history",style:{navigationBarTitleText:"\u5386\u53f2\u8bb0\u5f55"}},{path:"PublicCards/contrast",style:{navigationBarTitleText:"\u6570\u636e\u5bf9\u6bd4"}},{path:"PublicCards/pkdetail",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5"}},{path:"home/inheritHeighet",style:{navigationBarTitleText:"\u8eab\u9ad8\u9884\u6d4b"}},{path:"home/bmi",style:{navigationBarTitleText:"BMI\u6d4b\u8bc4"}},{path:"webview/webview",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}}]}],globalStyle:{navigationBarTextStyle:"white",navigationBarTitleText:"",navigationBarBackgroundColor:"#37cc92",backgroundColor:"#fff"},tabBar:{color:"#333",fontSize:"14px",selectedColor:"#37cc92",backgroundColor:"#fff",list:[{pagePath:"pages/home/home",iconPath:"static/shou.png",selectedIconPath:"static/shou2.png",text:"\u8bb0\u5f55"},{pagePath:"pages/zixun/list",iconPath:"static/ping.png",selectedIconPath:"static/ping2.png",text:"\u8d44\u8baf"},{pagePath:"pages/my/me",iconPath:"static/wo.png",selectedIconPath:"static/wo2.png",text:"\u6211\u7684"}]},uniIdRouter:{}}},b2b3:function(t,e,i){"use strict";i.r(e);var n=i("d9cb"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b4d2:function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},b58d:function(t,e,i){"use strict";i.r(e);var n=i("57d5"),a=i("a7c8");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"acd5880e",null,!1,n["a"],void 0);e["default"]=o.exports},b5e0:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{PostData:{weight:"",height:"",sex:0,birthday:null},resdata:{bmi:0,bmilevel:"",bmilevelcolor:"",bmilevellist:[],offset:""},sexItem:["\u7537","\u5973"],leftval:0,iscalced:!1,fields:""}},computed:{endDate:function(){return this.$tools.getDate("start")}},onLoad:function(){this.fields="time"},methods:{onsexArr:function(t){this.PostData.sex="\u7537"==this.sexItem[t.target.value]?1:2},bindDateChange:function(t){this.PostData.birthday=t.target.value},hideKeyboard:function(){t("log","\u9690\u85cf\u8f6f\u952e\u76d8"," at pageTwo/home/bmi.vue:130"),uni.hideKeyboard()},submit:function(){var t=this;this.PostData.weight?this.PostData.height?this.PostData.sex?this.PostData.birthday?this.$model.calcbmi(this.PostData).then((function(e){0==e.code&&(t.resdata=e.data,t.iscalced=!0)})):this.$tools.msg("\u8bf7\u9009\u62e9\u5e74\u9f84"):this.$tools.msg("\u8bf7\u9009\u62e9\u6027\u522b"):this.$tools.msg("\u8bf7\u8f93\u5165\u8eab\u9ad8"):this.$tools.msg("\u8bf7\u8f93\u5165\u4f53\u91cd")}}};e.default=i}).call(this,i("f3b9")["default"])},b5e5:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=n(i("34cf")),r=i("560f"),o=n(i("4fb2")),c=n(i("7d7b")),l=i("d3b4"),u=n(i("b8eb"));function d(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var f=(0,l.initVueI18n)(u.default),h=f.t,p={components:{calendarItem:o.default,timePicker:c.default},props:{date:{type:String,default:""},defTime:{type:[String,Object],default:""},selectableTimes:{type:[Object],default:function(){return{}}},selected:{type:Array,default:function(){return[]}},startDate:{type:String,default:""},endDate:{type:String,default:""},startPlaceholder:{type:String,default:""},endPlaceholder:{type:String,default:""},range:{type:Boolean,default:!1},hasTime:{type:Boolean,default:!1},insert:{type:Boolean,default:!0},showMonth:{type:Boolean,default:!0},clearDate:{type:Boolean,default:!0},checkHover:{type:Boolean,default:!0},hideSecond:{type:[Boolean],default:!1},pleStatus:{type:Object,default:function(){return{before:"",after:"",data:[],fulldate:""}}},defaultValue:{type:[String,Object,Array],default:""}},data:function(){return{show:!1,weeks:[],calendar:{},nowDate:{},aniMaskShow:!1,firstEnter:!0,time:"",timeRange:{startTime:"",endTime:""},tempSingleDate:"",tempRange:{before:"",after:""},isPhone:!1}},watch:{date:{immediate:!0,handler:function(t){var e=this;this.range||(this.tempSingleDate=t,setTimeout((function(){e.init(t)}),100))}},defTime:{immediate:!0,handler:function(t){this.range?(this.timeRange.startTime=t.start,this.timeRange.endTime=t.end):this.time=t}},startDate:function(t){this.cale&&(this.cale.setStartDate(t),this.cale.setDate(this.nowDate.fullDate),this.weeks=this.cale.weeks)},endDate:function(t){this.cale&&(this.cale.setEndDate(t),this.cale.setDate(this.nowDate.fullDate),this.weeks=this.cale.weeks)},selected:function(t){this.cale&&(this.cale.setSelectInfo(this.nowDate.fullDate,t),this.weeks=this.cale.weeks)},pleStatus:{immediate:!0,handler:function(t){var e=this,i=t.before,n=t.after,a=t.fulldate,s=t.which;this.tempRange.before=i,this.tempRange.after=n,setTimeout((function(){if(a)if(e.cale.setHoverMultiple(a),i&&n){if(e.cale.lastHover=!0,e.rangeWithinMonth(n,i))return;e.setDate(i)}else e.cale.setMultiple(a),e.setDate(e.nowDate.fullDate),e.calendar.fullDate="",e.cale.lastHover=!1;else{if(!e.cale)return;e.cale.setDefaultMultiple(i,n),"left"===s&&i?(e.setDate(i),e.weeks=e.cale.weeks):n&&(e.setDate(n),e.weeks=e.cale.weeks),e.cale.lastHover=!0}}),16)}}},computed:{timepickerStartTime:function(){var t=this.range?this.tempRange.before:this.calendar.fullDate;return t===this.startDate?this.selectableTimes.start:""},timepickerEndTime:function(){var t=this.range?this.tempRange.after:this.calendar.fullDate;return t===this.endDate?this.selectableTimes.end:""},selectDateText:function(){return h("uni-datetime-picker.selectDate")},startDateText:function(){return this.startPlaceholder||h("uni-datetime-picker.startDate")},endDateText:function(){return this.endPlaceholder||h("uni-datetime-picker.endDate")},okText:function(){return h("uni-datetime-picker.ok")},yearText:function(){return h("uni-datetime-picker.year")},monthText:function(){return h("uni-datetime-picker.month")},MONText:function(){return h("uni-calender.MON")},TUEText:function(){return h("uni-calender.TUE")},WEDText:function(){return h("uni-calender.WED")},THUText:function(){return h("uni-calender.THU")},FRIText:function(){return h("uni-calender.FRI")},SATText:function(){return h("uni-calender.SAT")},SUNText:function(){return h("uni-calender.SUN")},confirmText:function(){return h("uni-calender.confirm")}},created:function(){this.cale=new r.Calendar({selected:this.selected,startDate:this.startDate,endDate:this.endDate,range:this.range}),this.init(this.date)},mounted:function(){if("undefined"===typeof navigator){var t=uni.getSystemInfoSync(),e=t.windowWidth;this.isPhone=e<=500}else this.isPhone=-1!==navigator.userAgent.toLowerCase().indexOf("mobile")},methods:{leaveCale:function(){this.firstEnter=!0},handleMouse:function(t){if(!t.disable&&!this.cale.lastHover){var e=this.cale.multipleStatus,i=e.before;e.after;i&&(this.calendar=t,this.cale.setHoverMultiple(this.calendar.fullDate),this.weeks=this.cale.weeks,this.firstEnter&&(this.$emit("firstEnterCale",this.cale.multipleStatus),this.firstEnter=!1))}},rangeWithinMonth:function(t,e){var i=t.split("-"),n=(0,s.default)(i,2),a=n[0],r=n[1],o=e.split("-"),c=(0,s.default)(o,2),l=c[0],u=c[1];return a===l&&r===u},maskClick:function(){this.close(),this.$emit("maskClose")},clearCalender:function(){this.range?(this.timeRange.startTime="",this.timeRange.endTime="",this.tempRange.before="",this.tempRange.after="",this.cale.multipleStatus.before="",this.cale.multipleStatus.after="",this.cale.multipleStatus.data=[],this.cale.lastHover=!1):(this.time="",this.tempSingleDate=""),this.calendar.fullDate="",this.setDate(new Date)},bindDateChange:function(t){var e=t.detail.value+"-1";this.setDate(e)},init:function(t){if(this.cale&&(this.cale.setDate(t||new Date),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t),this.calendar=function(t){for(var e=1;ei&&i&&!this.isPhone?(this.tempRange.before=this.cale.multipleStatus.after,this.tempRange.after=this.cale.multipleStatus.before):(this.tempRange.before=this.cale.multipleStatus.before,this.tempRange.after=this.cale.multipleStatus.after),this.change()}},changeMonth:function(t){var e;"pre"===t?e=this.cale.getPreMonthObj(this.nowDate.fullDate).fullDate:"next"===t&&(e=this.cale.getNextMonthObj(this.nowDate.fullDate).fullDate),this.setDate(e),this.monthSwitch()},setDate:function(t){this.cale.setDate(t),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t)}}};e.default=p},b664:function(t){t.exports=JSON.parse('{"video":[{"name":"50","video":"/pageTwo/static/50.mp3"},{"name":"100","video":"/pageTwo/static/100.mp3"},{"name":"150","video":"/pageTwo/static/150.mp3"},{"name":"200","video":"/pageTwo/static/200.mp3"},{"name":"250","video":"/pageTwo/static/250.mp3"},{"name":"300","video":"/pageTwo/static/300.mp3"},{"name":"350","video":"/pageTwo/static/350.mp3"},{"name":"400","video":"/pageTwo/static/400.mp3"},{"name":"450","video":"/pageTwo/static/450.mp3"},{"name":"500","video":"/pageTwo/static/500.mp3"},{"name":"550","video":"/pageTwo/static/550.mp3"},{"name":"600","video":"/pageTwo/static/600.mp3"},{"name":"650","video":"/pageTwo/static/650.mp3"},{"name":"700","video":"/pageTwo/static/700.mp3"},{"name":"750","video":"/pageTwo/static/750.mp3"},{"name":"800","video":"/pageTwo/static/800.mp3"},{"name":"850","video":"/pageTwo/static/850.mp3"},{"name":"900","video":"/pageTwo/static/900.mp3"},{"name":"950","video":"/pageTwo/static/950.mp3"},{"name":"1000","video":"/pageTwo/static/1000.mp3"}]}')},b672:function(t,e,i){"use strict";i.r(e);var n=i("9709"),a=i("0c75");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"797c04ff",null,!1,n["a"],void 0);e["default"]=o.exports},b6a5:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList())},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.getPublicHistoryDel({id:n}).then((function(t){0==t.code?(i.ranklist.splice(e,1),i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),i.isDelete=!0,i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},getList:function(){var e=this;this.$model.getPublicHistory({aud_id:uni.getStorageSync("userid"),acd_id:this.acd_id,page:this.page,name:this.labelName}).then((function(i){if(t("log","\u5386\u53f2\u8bb0\u5f55",i," at pageTwo/PublicCards/history.vue:139"),0==i.code){var n=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];i.data.rows.forEach((function(t){t.options=n})),e.ranklist=e.ranklist.concat(i.data.rows),e.lastPage=i.data.totalpage}}))},handleActive:function(t,e){this.active=e,this.labelName=t,this.page=1,this.ranklist=[],this.lastPage="",this.getList()}}};e.default=c}).call(this,i("f3b9")["default"])},b6e4:function(t,e,i){"use strict";i.r(e);var n=i("e3bc"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b742:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content skipping"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","status"),attrs:{_i:2},on:{click:function(e){return t.handleisSdevice()}}},[n("text",[t._v(t._$s(3,"t0-0",t._s(t.textLink)))]),t._$s(4,"i",1!=t.islink)?n("image",{class:t._$s(4,"c",[-1==t.islink?"":"icon_link"]),attrs:{src:t._$s(4,"a-src",i("ac70")),_i:4}}):t._e(),t._$s(5,"i",1==t.islink)?n("image",{attrs:{src:t._$s(5,"a-src",i("ee31")),_i:5}}):t._e()]),n("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6}},[n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text",[t._v(t._$s(8,"t0-0",t._s(t.info?t.info.today_jump_num:"--")))])]),n("view",{staticClass:t._$s(9,"sc","item-ite"),attrs:{_i:9}},[n("text",[t._v(t._$s(10,"t0-0",t._s(t.info?t.info.today_jump_time:"--")))])]),n("view",{staticClass:t._$s(11,"sc","item-ite"),attrs:{_i:11}},[n("text",[t._v(t._$s(12,"t0-0",t._s(t.info?t.info.today_jump_kcal:"--")))])])])]),n("view",{staticClass:t._$s(13,"sc","tabbar"),attrs:{_i:13}},[n("view",{class:t._$s(14,"c",[1==t.active?"active":""]),attrs:{_i:14},on:{click:function(e){t.active=1}}}),n("view",{class:t._$s(15,"c",[3==t.active?"active":""]),attrs:{_i:15},on:{click:function(e){t.active=3}}}),n("view",{class:t._$s(16,"c",[2==t.active?"active":""]),attrs:{_i:16},on:{click:function(e){t.active=2}}})]),t._$s(17,"i",1==t.active)?n("view",{staticClass:t._$s(17,"sc","box1 box"),attrs:{_i:17}},[n("view",{staticClass:t._$s(18,"sc","item"),attrs:{_i:18}},[n("text",{staticClass:t._$s(19,"sc","item-set item-set0"),attrs:{_i:19}}),n("text",{staticClass:t._$s(20,"sc","tips"),attrs:{_i:20}})]),n("view",{class:t._$s(21,"c",[1==t.islink?"start":"start Nstart"]),attrs:{_i:21},on:{click:function(e){return t.handleStart(1)}}})]):t._e(),t._$s(22,"i",2==t.active)?n("view",{staticClass:t._$s(22,"sc","box1 box"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23}},[n("view",{staticClass:t._$s(24,"sc","item-set"),attrs:{_i:24}},[n("text",{attrs:{_i:25},on:{click:function(e){return t.handleTimeEdit("\u51cf")}}}),n("text",[t._v(t._$s(26,"t0-0",t._s(t.time_m))+t._$s(26,"t0-1",t._s(t.time_s)))]),n("text",{attrs:{_i:27},on:{click:function(e){return t.handleTimeEdit("\u52a0")}}})]),n("view",{staticClass:t._$s(28,"sc","tips"),attrs:{_i:28}},[n("picker",{attrs:{range:t._$s(29,"a-range",t.timeList),value:t._$s(29,"a-value",t.timesTndex),_i:29},on:{change:t.bindTimeChange}},[n("view")])])]),n("view",{class:t._$s(31,"c",[t.isConnection?"start":"start Nstart"]),attrs:{_i:31},on:{click:function(e){return t.handleStart(2)}}})]):t._e(),t._$s(32,"i",3==t.active)?n("view",{staticClass:t._$s(32,"sc","box1 box"),attrs:{_i:32}},[n("view",{staticClass:t._$s(33,"sc","item"),attrs:{_i:33}},[n("view",{staticClass:t._$s(34,"sc","item-set"),attrs:{_i:34}},[n("text",{attrs:{_i:35},on:{click:function(e){return t.handleWeightEdit("\u51cf")}}}),t._$s(36,"i",!t.disabled)?n("text",[t._v(t._$s(36,"t0-0",t._s(t.weight>50?t.weight:50)))]):n("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:37},domProps:{value:t._$s(37,"v-model",t.weight)},on:{blur:function(e){t.disabled=!1},input:function(e){e.target.composing||(t.weight=e.target.value)}}}),n("text",{attrs:{_i:38},on:{click:function(e){return t.handleWeightEdit("\u52a0")}}})]),n("text",{staticClass:t._$s(39,"sc","tips"),attrs:{_i:39},on:{click:function(e){t.disabled=!0}}})]),n("view",{class:t._$s(40,"c",[t.isConnection?"start":"start Nstart"]),attrs:{_i:40},on:{click:function(e){return t.handleStart(3)}}})]):t._e(),n("view",{staticClass:t._$s(41,"sc","gridList"),attrs:{_i:41}},[n("view",{staticClass:t._$s(42,"sc","data"),attrs:{_i:42}},[n("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43},on:{click:function(e){return t.navTo("/pages/skiping/charts")}}},[n("view",{staticClass:t._$s(44,"sc","image"),attrs:{_i:44}},[n("image",{attrs:{_i:45}})]),n("view",{staticClass:t._$s(46,"sc","name"),attrs:{_i:46}})]),n("view",{staticClass:t._$s(47,"sc","item"),attrs:{_i:47},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(48,"sc","image"),attrs:{_i:48}},[n("image",{attrs:{_i:49}})]),n("view",{staticClass:t._$s(50,"sc","name"),attrs:{_i:50}})]),n("view",{staticClass:t._$s(51,"sc","item"),attrs:{_i:51},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(52,"sc","image"),attrs:{_i:52}},[n("image",{attrs:{_i:53}})]),n("view",{staticClass:t._$s(54,"sc","name"),attrs:{_i:54}})]),n("view",{staticClass:t._$s(55,"sc","item"),attrs:{_i:55},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(56,"sc","image"),attrs:{_i:56}},[n("image",{attrs:{_i:57}})]),n("view",{staticClass:t._$s(58,"sc","name"),attrs:{_i:58}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:59}})],1)},a=[]},b788:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7d8e")),s=(n(i("1160")),"https://tc.pcxbc.com"),r=function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"get",n=arguments.length>2?arguments[2]:void 0,r={url:s+e,data:n,method:i,header:{"X-Requested-With":"XMLHttpRequest","content-type":"application/json; charset=UTF-8"}},o=new Promise((function(i,n){uni.request(r).then((function(n){if(uni.hideLoading(),t("log","request",e,n," at toolJs/https.js:19"),20001==n[1].data.code)return uni.clearStorageSync(),uni.setStorageSync("token",null),uni.setStorageSync("aan_id",null),void setTimeout((function(){uni.reLaunch({url:"/pageTwo/login/login"})}),2e3);200==n[1].statusCode?i(n[1].data):a.default.msg(n[1].data.msg)})).catch((function(t){uni.hideLoading(),n(t)}))}));return o},o={baseUrl:s,get:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"get",e)},post:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"post",e)}};e.default=o}).call(this,i("f3b9")["default"])},b798:function(t,e,i){"use strict";i.r(e);var n=i("29d3"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b7de:function(t,e,i){"use strict";i.r(e);var n=i("956f"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b893:function(t,e){t.exports=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},b894:function(t,e,i){"use strict";i.r(e);var n=i("3c02"),a=i("a55d");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5408e26c",null,!1,n["a"],void 0);e["default"]=o.exports},b8eb:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("4589")),s=n(i("42d6")),r=n(i("20e4")),o={en:a.default,"zh-Hans":s.default,"zh-Hant":r.default};e.default=o},bbad:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","item-ite"),attrs:{_i:3}},[n("text",[t._v(t._$s(4,"t0-0",t._s(t.info?t.info.average:"--")))])]),n("view",{staticClass:t._$s(5,"sc","item-ite"),attrs:{_i:5}},[n("text")]),n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text",[t._v(t._$s(8,"t0-0",t._s(t.info?t.info.level:"--")))])])])]),n("view",{staticClass:t._$s(9,"sc","box1"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","time"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.info?t.info.time:"")))]),n("view",{staticClass:t._$s(11,"sc","item"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","image"),attrs:{_i:12}},[n("image",{attrs:{src:t._$s(13,"a-src",i("6b0d")),_i:13}})]),n("view",{staticClass:t._$s(14,"sc","center mt-15"),attrs:{_i:14}},[n("view",{staticClass:t._$s(15,"sc","level"),attrs:{_i:15}}),n("view",{staticClass:t._$s(16,"sc","level level-bg"),style:t._$s(16,"s",{top:t.info?Number(100-t.info.offset)+"%":"100%"}),attrs:{_i:16}}),t._$s(17,"i",t.info)?n("view",{staticClass:t._$s(17,"sc","level-item"),attrs:{_i:17}},t._l(t._$s(18,"f",{forItems:t.info.list}),(function(e,i,a,s){return n("view",{key:t._$s(18,"f",{forIndex:a,key:"18-"+s}),staticClass:t._$s("18-"+s,"sc","ite"),style:t._$s("18-"+s,"s",{height:100/t.info.list.length+"%"}),attrs:{_i:"18-"+s}},[t._v(t._$s("18-"+s,"t0-0",t._s(e.text)))])})),0):t._e()])]),t._$s(19,"i",t.info)?n("view",{staticClass:t._$s(19,"sc","val"),attrs:{_i:19}},[n("text",[t._v(t._$s(20,"t0-0",t._s(t.info.average)))])]):t._e()]),n("view",{staticClass:t._$s(21,"sc","gridList"),attrs:{_i:21}},[n("view",{staticClass:t._$s(22,"sc","data"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23},on:{click:function(e){return t.navTo("/pages/lunging/charts")}}},[n("view",{staticClass:t._$s(24,"sc","image"),attrs:{_i:24}},[n("image",{attrs:{src:t._$s(25,"a-src",i("fe80")),_i:25}})]),n("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}})]),n("view",{staticClass:t._$s(27,"sc","item"),attrs:{_i:27},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(28,"sc","image"),attrs:{_i:28}},[n("image",{attrs:{src:t._$s(29,"a-src",i("e10b")),_i:29}})]),n("view",{staticClass:t._$s(30,"sc","name"),attrs:{_i:30}})]),n("view",{staticClass:t._$s(31,"sc","item"),attrs:{_i:31},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(32,"sc","image"),attrs:{_i:32}},[n("image",{attrs:{src:t._$s(33,"a-src",i("af6a")),_i:33}})]),n("view",{staticClass:t._$s(34,"sc","name"),attrs:{_i:34}})]),n("view",{staticClass:t._$s(35,"sc","item"),attrs:{_i:35},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(36,"sc","image"),attrs:{_i:36}},[n("image",{attrs:{src:t._$s(37,"a-src",i("189b")),_i:37}})]),n("view",{staticClass:t._$s(38,"sc","name"),attrs:{_i:38}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:39}})],1)},a=[]},bbd6:function(t,e,i){"use strict";i.r(e);var n=i("bcab"),a=i("54dc");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},bcab:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("text",{staticClass:t._$s(0,"sc","uni-icons"),class:t._$s(0,"c",["uniui-"+t.type,t.customPrefix,t.customPrefix?t.type:""]),style:t._$s(0,"s",t.styleObj),attrs:{_i:0},on:{click:t._onClick}},[t._t("default",null,{_i:1})],2)},a=[]},bdd5:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{password:"",password2:""}},onLoad:function(){},methods:{handleTelLogin:function(){var e=this;e.password?e.password2?e.password2==e.password?e.$model.getAccountPassword({password:e.password,c_password:e.password2}).then((function(i){t("log","\u6ce8\u518c",i," at pageTwo/setting/password.vue:52"),0!=i.code?e.$tools.msg(i.msg):(e.$tools.msg("\u5bc6\u7801\u8bbe\u7f6e\u6210\u529f"),uni.navigateBack())})).catch((function(t){})):e.$tools.msg("\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4"):e.$tools.msg("\u8bf7\u786e\u8ba4\u5bc6\u7801"):e.$tools.msg("\u8bf7\u586b\u5199\u5bc6\u7801")}}};e.default=i}).call(this,i("f3b9")["default"])},be05:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59"),r=n(i("e472"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2];if(t&&e){var n=i?"tempRange":"range",a=(0,l.dateCompare)(t,e);this[n].startDate=a?t:e,this[n].endDate=a?e:t}},dateCompare:function(t,e){return t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/")),t<=e},diffDate:function(t,e){t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/"));var i=(e-t)/864e5;return Math.abs(i)},clear:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isRange?(this.displayRangeValue.startDate="",this.displayRangeValue.endDate="",this.tempRange.startDate="",this.tempRange.startTime="",this.tempRange.endDate="",this.tempRange.endTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():(this.$refs.left&&this.$refs.left.clearCalender(),this.$refs.right&&this.$refs.right.clearCalender(),this.$refs.right&&this.$refs.right.changeMonth("next")),t&&(this.$emit("change",[]),this.$emit("input",[]),this.$emit("update:modelValue",[]))):(this.displayValue="",this.inputDate="",this.pickerTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():this.$refs.pcSingle&&this.$refs.pcSingle.clearCalender(),t&&(this.$emit("change",""),this.$emit("input",""),this.$emit("update:modelValue","")))}}};e.default=u},c4d1:function(t,e,i){t.exports=i.p+"static/icon3.png"},c5b6:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("7135").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","time text_c bold"),attrs:{_i:1}},[t._v(t._$s(1,"t0-0",t._s(t.create_time)))]),i("view",{staticClass:t._$s(2,"sc","box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","title bold"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","charts"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{type:"arcbar",chartData:t.chartData,Height:140,Width:140,_i:5}}),i("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.score)))])],1),t._$s(7,"i",t.Max_score)?i("view",{staticClass:t._$s(7,"sc","title bold"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.Max_score)))]):t._e()]),t._l(t._$s(8,"f",{forItems:t.selectllist}),(function(e,n,a,s){return i("view",{key:t._$s(8,"f",{forIndex:a,key:"8-"+s})},[i("view",{staticClass:t._$s("9-"+s,"sc","titleName bold mt-15 ml-15 size16"),attrs:{_i:"9-"+s}},[t._v(t._$s("9-"+s,"t0-0",t._s(e.name)))]),i("view",{staticClass:t._$s("10-"+s,"sc","indexCarList"),attrs:{_i:"10-"+s}},t._l(t._$s("11-"+s,"f",{forItems:e.list}),(function(e,n,a,r){return i("view",{key:t._$s("11-"+s,"f",{forIndex:a,key:"11-"+s+"-"+r}),staticClass:t._$s("11-"+s+"-"+r,"sc","card"),attrs:{_i:"11-"+s+"-"+r}},[i("view",{staticClass:t._$s("12-"+s+"-"+r,"sc","title"),attrs:{_i:"12-"+s+"-"+r}},[i("view",{staticClass:t._$s("13-"+s+"-"+r,"sc","name"),attrs:{_i:"13-"+s+"-"+r}},[t._v(t._$s("13-"+s+"-"+r,"t0-0",t._s(e.name)))])]),t._l(t._$s("14-"+s+"-"+r,"f",{forItems:e.list}),(function(n,a,o,c){return t._$s("14-"+s+"-"+r+"-"+c,"i",e.list.length>1)?i("view",{key:t._$s("14-"+s+"-"+r,"f",{forIndex:o,key:"14-"+s+"-"+r+"-"+c}),staticClass:t._$s("14-"+s+"-"+r+"-"+c,"sc","item3"),attrs:{_i:"14-"+s+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("15-"+s+"-"+r+"-"+c,"sc","name"),attrs:{_i:"15-"+s+"-"+r+"-"+c}},[t._v(t._$s("15-"+s+"-"+r+"-"+c,"t0-0",t._s(n.name)))]),i("view",{staticClass:t._$s("16-"+s+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"16-"+s+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("17-"+s+"-"+r+"-"+c,"sc","input"),attrs:{_i:"17-"+s+"-"+r+"-"+c}},[t._v(t._$s("17-"+s+"-"+r+"-"+c,"t0-0",t._s(n.value?n.value:"-")))]),i("view",{staticClass:t._$s("18-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"18-"+s+"-"+r+"-"+c}},[t._v(t._$s("18-"+s+"-"+r+"-"+c,"t0-0",t._s(n.proportion_value?n.proportion_value:"-")))]),i("view",{staticClass:t._$s("19-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"19-"+s+"-"+r+"-"+c}},[t._v(t._$s("19-"+s+"-"+r+"-"+c,"t0-0",t._s(n.total_score?n.total_score:"-")))])])]):t._e()}))],2)})),0)])}))],2)},s=[]},c5cc:function(t,e,i){"use strict";i.r(e);var n=i("8596"),a=i("6ab6");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5b996001",null,!1,n["a"],void 0);e["default"]=o.exports},c6e7:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading1"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},c71e:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",disabled:!1,second:60,value:0,isCode:!0}},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var e=this,i=-1!==e.phone.indexOf("@");0!=e.value?i||/^1[3456789]\d{9}$/.test(e.phone)?!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?!e.isCode||e.code?e.isCode||e.password?this.$model.getonlogin({data:e.phone,validate_data:e.isCode?e.code:e.password,validate_type:e.isCode?"code":"password"}).then((function(i){t("log","data",i.data," at pageTwo/login/login.vue:106"),e.$tools.msg(i.msg),0==i.code&&(e.$tools.msg("\u767b\u5f55\u6210\u529f"),uni.setStorageSync("token",i.data.token),uni.setStorageSync("aan_id",i.data.aan_id),setTimeout((function(){uni.reLaunch({url:"/pages/home/home?type=1"})}),1e3))})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u5bc6\u7801"):e.$tools.msg("\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7"):e.$tools.msg("\u8bf7\u5148\u786e\u8ba4\u52fe\u9009\u534f\u8bae")},handleCode:function(){var e=this,i=-1!==e.phone.indexOf("@");i||/^1[3456789]\d{9}$/.test(e.phone)?!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?e.$model.getSendCode({data:e.phone,type:"login"}).then((function(i){if(t("log",i," at pageTwo/login/login.vue:136"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7")},handleToggle:function(){this.phone="",this.isCode=!this.isCode},handlePassword:function(t){uni.navigateTo({url:"/pageTwo/login/forgetPassword?type="+t})},handlexieyi:function(){uni.navigateTo({url:"/pageTwo/webview/webview?url=http://tc.pcxbc.com/technology/privacy_index"})},handleUserXieyi:function(){}}};e.default=i}).call(this,i("f3b9")["default"])},c80f:function(t,e,i){"use strict";i.r(e);var n=i("a40de"),a=i("ccee");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"2d1d37bd",null,!1,n["a"],void 0);e["default"]=o.exports},c8ce:function(t,e,i){"use strict";i.r(e);var n=i("75fc"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},c95b:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var a=[e,t];t=a[0],e=a[1]}"string"!==typeof t&&(t=w());"string"!==typeof i&&(i="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var s=new b({locale:t,fallbackLocale:i,messages:e,watcher:n}),r=function(t,e){if("function"!==typeof getApp)r=function(t,e){return s.t(t,e)};else{var i=!1;r=function(t,e){var n=getApp().$vm;return n&&(n.$locale,i||(i=!0,x(n,s))),s.t(t,e)}}return r(t,e)};return{i18n:s,f:function(t,e,i){return s.f(t,e,i)},t:function(t,e){return r(t,e)},add:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return s.add(t,e,i)},watch:function(t){return s.watchLocale(t)},getLocale:function(){return s.getLocale()},setLocale:function(t){return s.setLocale(t)}}},i.isI18nStr=T,i.isString=void 0,i.normalizeLocale=y,i.parseI18nJson=function t(e,i,n){$||($=new d);return O(e,(function(e,a){var s=e[a];C(s)?T(s,n)&&(e[a]=k(s,i,n)):t(s,i,n)})),e},i.resolveLocale=function(t){return function(e){return e?(e=y(e)||e,function(t){var e=[],i=t.split("-");while(i.length)e.push(i.join("-")),i.pop();return e}(e).find((function(e){return t.indexOf(e)>-1}))):e}};var s=a(n("34cf")),r=a(n("67ad")),o=a(n("0bdb")),c=a(n("3b2d")),l=function(t){return null!==t&&"object"===(0,c.default)(t)},u=["{","}"],d=function(){function t(){(0,r.default)(this,t),this._caches=Object.create(null)}return(0,o.default)(t,[{key:"interpolate",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!e)return[t];var n=this._caches[t];return n||(n=p(t,i),this._caches[t]=n),v(n,e)}}]),t}();i.Formatter=d;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(t,e){var i=(0,s.default)(e,2),n=i[0],a=i[1],r=[],o=0,c="";while(o-1?"zh-Hans":t.indexOf("-hant")>-1||function(t,e){return!!e.find((function(e){return-1!==t.indexOf(e)}))}(t,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var i=["en","fr","es"];e&&Object.keys(e).length>0&&(i=Object.keys(e));var n=function(t,e){return e.find((function(e){return 0===t.indexOf(e)}))}(t,i);return n||void 0}}var b=function(){function t(e){var i=e.locale,n=e.fallbackLocale,a=e.messages,s=e.watcher,o=e.formater;(0,r.default)(this,t),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],n&&(this.fallbackLocale=n),this.formater=o||m,this.messages=a||{},this.setLocale(i||"en"),s&&this.watchLocale(s)}return(0,o.default)(t,[{key:"setLocale",value:function(t){var e=this,i=this.locale;this.locale=y(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],i!==this.locale&&this.watchers.forEach((function(t){t(e.locale,i)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,i=this.watchers.push(t)-1;return function(){e.watchers.splice(i,1)}}},{key:"add",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=this.messages[t];n?i?Object.assign(n,e):Object.keys(e).forEach((function(t){_(n,t)||(n[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,i){return this.formater.interpolate(t,e,i).join("")}},{key:"t",value:function(t,e,i){var n=this.message;return"string"===typeof e?(e=y(e,this.messages),e&&(n=this.messages[e])):i=e,_(n,t)?this.formater.interpolate(n[t],i).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function x(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function w(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():"en"}i.I18n=b;var $,C=function(t){return"string"===typeof t};function T(t,e){return t.indexOf(e[0])>-1}function k(t,e,i){return $.interpolate(t,e,i).join("")}function S(t,e,i){return O(t,(function(t,n){(function(t,e,i,n){var a=t[e];if(C(a)){if(T(a,n)&&(t[e]=k(a,i[0].values,n),i.length>1)){var s=t[e+"Locales"]={};i.forEach((function(t){s[t.locale]=k(a,t.values,n)}))}}else S(a,i,n)})(t,n,e,i)})),t}function O(t,e){if(Array.isArray(t)){for(var i=0;i2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/compk/contrast.vue:154"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg("\u8bf7\u5148\u9009\u62e9\u6570\u636e\uff01")}}};e.default=l}).call(this,i("f3b9")["default"])},d686:function(t,e,i){"use strict";i.r(e);var n=i("2af5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},d75c:function(t,e,i){t.exports=i.p+"static/none.png"},d799:function(t,e,i){"use strict";i.r(e);var n=i("9d77"),a=i("6110");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"d18b9780",null,!1,n["a"],void 0);e["default"]=o.exports},d956:function(t,e,i){t.exports=i.p+"static/head.png"},d9cb:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s=n(i("7ca3")),r=i("8f59"),o=n(i("e472"));function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e=3570&&"\u52a0"==t?(this.time_m="59",void(this.time_s="59")):Number(e+i)<=30&&"\u51cf"==t?(this.time_m="00",void(this.time_s="30")):("\u51cf"==t&&(n=Math.floor(Number(e+i-30)%3600/60),a=Number(e+i-30)%60),"\u52a0"==t&&(n=Math.floor(Number(e+i+30)%3600/60),a=Number(e+i+30)%60),this.time_m=n>9?n:"0"+n,this.time_s=a>9?a:"0"+a,void(this.timesTndex=[Number(this.time_m),Number(this.time_s)]))},handleWeightEdit:function(t){"\u51cf"==t&&(this.weight=Number(this.weight)-50>50?Number(this.weight)-50:50),"\u52a0"==t&&(this.weight=Number(this.weight)+50)},handleMyTime:function(){var t=this;a=setTimeout((function(){t.devicesList.length||(t.islink=-1,t.textLink="\u91cd\u65b0\u641c\u7d22",t.$tools.showModal("\u6ca1\u6709\u67e5\u627e\u5230\u8bbe\u5907")),clearTimeout(a),t.$Bluetooth.stopBluetoothDevicesDiscovery()}),2e4)},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pages/skiping/skip.vue:585"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pages/skiping/skip.vue:596")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pages/skiping/skip.vue:608"),e.$store.commit("changeConnected",!1)}})},navTo:function(e){this.isConnected||(this.islink=-1,clearTimeout(a),this.$Bluetooth.closeBluetoothAdapter(),this.$Bluetooth.closeBLEConnection(this.deviceId),this.$Bluetooth.stopBluetoothDevicesDiscovery(),t("log","\u84dd\u7259\u6ca1\u6709\u8fde\u63a5"," at pages/skiping/skip.vue:621")),uni.navigateTo({url:e})}}};e.default=u}).call(this,i("f3b9")["default"])},da3a:function(t,e,i){"use strict";i.r(e);var n=i("231b"),a=i("a081");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"17965831",null,!1,n["a"],void 0);e["default"]=o.exports},da7e:function(t,e,i){"use strict";i.r(e);var n=i("2d15"),a=i("d424");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"21337819",null,!1,n["a"],void 0);e["default"]=o.exports},dd07:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[t._$s(1,"i",t.issearch)?i("view",{staticClass:t._$s(1,"sc","text"),attrs:{_i:1},on:{click:t.openBluetoothAdapter}}):t._e(),i("view",{staticClass:t._$s(2,"sc","point-area"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","point point-10"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","point point-40"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","point point-80"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","point point-100"),attrs:{_i:6}}),i("view",{staticClass:t._$s(7,"sc","point point-120"),attrs:{_i:7}})]),i("view",{staticClass:t._$s(8,"sc","list"),attrs:{_i:8}},t._l(t._$s(9,"f",{forItems:t.devList}),(function(e,n,a,s){return i("view",{key:t._$s(9,"f",{forIndex:a,key:n}),staticClass:t._$s("9-"+s,"sc","item"),attrs:{_i:"9-"+s},on:{click:function(i){return t.handleWeight(e)}}},[i("image",{attrs:{src:t._$s("10-"+s,"a-src",e.pic),_i:"10-"+s}}),i("text",[t._v(t._$s("11-"+s,"t0-0",t._s(e.name)))])])})),0),t._$s(12,"i",t.isdevTip)?i("view",{staticClass:t._$s(12,"sc","tips"),attrs:{_i:12}},[i("view"),i("text"),i("text"),i("text")]):t._e()])},a=[]},dd3e:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},dd74:function(t,e,i){"use strict";i.r(e);var n=i("b5e5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},dff1:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniSwipeAction:i("7f50").default,uniSwipeActionItem:i("0809").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","common"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[n("scroll-view",{staticClass:t._$s(2,"sc","scroll-menu"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.labellist}),(function(e,i,a,s){return n("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+s}),class:t._$s("3-"+s,"c",[t.active==i?"active":""]),attrs:{_i:"3-"+s},on:{click:function(n){return t.handleActive(e,i)}}},[n("text",[t._v(t._$s("4-"+s,"t0-0",t._s(e)))])])})),0)]),n("view",{staticClass:t._$s(5,"sc","history"),attrs:{_i:5}},[n("uni-swipe-action",{attrs:{_i:6}},t._l(t._$s(7,"f",{forItems:t.ranklist}),(function(e,i,a,s){return n("uni-swipe-action-item",{key:t._$s(7,"f",{forIndex:a,key:i}),attrs:{"right-options":e.options,_i:"7-"+s},on:{click:function(e){return t.swipeClick(e,i)}}},[n("view",{staticClass:t._$s("8-"+s,"sc","list"),attrs:{_i:"8-"+s}},[n("view",{staticClass:t._$s("9-"+s,"sc","item"),attrs:{_i:"9-"+s}},[n("view",{staticClass:t._$s("10-"+s,"sc","time"),attrs:{_i:"10-"+s}},[n("icon",{staticClass:t._$s("11-"+s,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:"11-"+s}}),n("text",[t._v(t._$s("12-"+s,"t0-0",t._s(e.record_time)))])]),n("view",[t._v(t._$s("13-"+s,"t0-0",t._s(e.v1))),n("text",[t._v(t._$s("14-"+s,"t0-0",t._s(e.v1_name)))])]),n("view",[t._v(t._$s("15-"+s,"t0-0",t._s(e.v2))),n("text",[t._v(t._$s("16-"+s,"t0-0",t._s(e.v2_name)))])])])])])})),1),t._$s(17,"i",!t.lastPage||t.page>=t.lastPage)?n("view",{staticClass:t._$s(17,"sc","endtext"),attrs:{_i:17}}):t._e()],1),t._$s(18,"i",!t.lastPage)?n("view",{staticClass:t._$s(18,"sc","nolist"),attrs:{_i:18}},[n("image",{attrs:{src:t._$s(19,"a-src",i("d75c")),_i:19}}),n("text")]):t._e()])},s=[]},e10b:function(t,e,i){t.exports=i.p+"static/add.png"},e135:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-calendar"),attrs:{_i:0},on:{mouseleave:t.leaveCale}},[t._$s(1,"i",!t.insert&&t.show)?i("view",{staticClass:t._$s(1,"sc","uni-calendar__mask"),class:t._$s(1,"c",{"uni-calendar--mask-show":t.aniMaskShow}),attrs:{_i:1},on:{click:t.maskClick}}):t._e(),t._$s(2,"i",t.insert||t.show)?i("view",{staticClass:t._$s(2,"sc","uni-calendar__content"),class:t._$s(2,"c",{"uni-calendar--fixed":!t.insert,"uni-calendar--ani-show":t.aniMaskShow,"uni-calendar__content-mobile":t.aniMaskShow}),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","uni-calendar__header"),class:t._$s(3,"c",{"uni-calendar__header-mobile":!t.insert}),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","uni-calendar__header-btn-box"),attrs:{_i:4},on:{click:function(e){return e.stopPropagation(),t.changeMonth("pre")}}},[i("view",{staticClass:t._$s(5,"sc","uni-calendar__header-btn uni-calendar--left"),attrs:{_i:5}})]),i("picker",{attrs:{value:t._$s(6,"a-value",t.date),_i:6},on:{change:t.bindDateChange}},[i("text",{staticClass:t._$s(7,"sc","uni-calendar__header-text"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s((t.nowDate.year||"")+t.yearText+(t.nowDate.month||"")+t.monthText)))])]),i("view",{staticClass:t._$s(8,"sc","uni-calendar__header-btn-box"),attrs:{_i:8},on:{click:function(e){return e.stopPropagation(),t.changeMonth("next")}}},[i("view",{staticClass:t._$s(9,"sc","uni-calendar__header-btn uni-calendar--right"),attrs:{_i:9}})]),t._$s(10,"i",!t.insert)?i("view",{staticClass:t._$s(10,"sc","dialog-close"),attrs:{_i:10},on:{click:t.close}},[i("view",{staticClass:t._$s(11,"sc","dialog-close-plus"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","dialog-close-plus dialog-close-rotate"),attrs:{_i:12}})]):t._e()]),i("view",{staticClass:t._$s(13,"sc","uni-calendar__box"),attrs:{_i:13}},[t._$s(14,"i",t.showMonth)?i("view",{staticClass:t._$s(14,"sc","uni-calendar__box-bg"),attrs:{_i:14}},[i("text",{staticClass:t._$s(15,"sc","uni-calendar__box-bg-text"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.nowDate.month)))])]):t._e(),i("view",{staticClass:t._$s(16,"sc","uni-calendar__weeks"),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","uni-calendar__weeks-day"),attrs:{_i:17}},[i("text",{staticClass:t._$s(18,"sc","uni-calendar__weeks-day-text"),attrs:{_i:18}},[t._v(t._$s(18,"t0-0",t._s(t.SUNText)))])]),i("view",{staticClass:t._$s(19,"sc","uni-calendar__weeks-day"),attrs:{_i:19}},[i("text",{staticClass:t._$s(20,"sc","uni-calendar__weeks-day-text"),attrs:{_i:20}},[t._v(t._$s(20,"t0-0",t._s(t.MONText)))])]),i("view",{staticClass:t._$s(21,"sc","uni-calendar__weeks-day"),attrs:{_i:21}},[i("text",{staticClass:t._$s(22,"sc","uni-calendar__weeks-day-text"),attrs:{_i:22}},[t._v(t._$s(22,"t0-0",t._s(t.TUEText)))])]),i("view",{staticClass:t._$s(23,"sc","uni-calendar__weeks-day"),attrs:{_i:23}},[i("text",{staticClass:t._$s(24,"sc","uni-calendar__weeks-day-text"),attrs:{_i:24}},[t._v(t._$s(24,"t0-0",t._s(t.WEDText)))])]),i("view",{staticClass:t._$s(25,"sc","uni-calendar__weeks-day"),attrs:{_i:25}},[i("text",{staticClass:t._$s(26,"sc","uni-calendar__weeks-day-text"),attrs:{_i:26}},[t._v(t._$s(26,"t0-0",t._s(t.THUText)))])]),i("view",{staticClass:t._$s(27,"sc","uni-calendar__weeks-day"),attrs:{_i:27}},[i("text",{staticClass:t._$s(28,"sc","uni-calendar__weeks-day-text"),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.FRIText)))])]),i("view",{staticClass:t._$s(29,"sc","uni-calendar__weeks-day"),attrs:{_i:29}},[i("text",{staticClass:t._$s(30,"sc","uni-calendar__weeks-day-text"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(t.SATText)))])])]),t._l(t._$s(31,"f",{forItems:t.weeks}),(function(e,n,a,s){return i("view",{key:t._$s(31,"f",{forIndex:a,key:n}),staticClass:t._$s("31-"+s,"sc","uni-calendar__weeks"),attrs:{_i:"31-"+s}},t._l(t._$s("32-"+s,"f",{forItems:e}),(function(e,n,a,r){return i("view",{key:t._$s("32-"+s,"f",{forIndex:a,key:n}),staticClass:t._$s("32-"+s+"-"+r,"sc","uni-calendar__weeks-item"),attrs:{_i:"32-"+s+"-"+r}},[i("calendar-item",{staticClass:t._$s("33-"+s+"-"+r,"sc","uni-calendar-item--hook"),attrs:{weeks:e,calendar:t.calendar,selected:t.selected,checkHover:t.range,_i:"33-"+s+"-"+r},on:{change:t.choiceDate,handleMouse:t.handleMouse}})],1)})),0)}))],2),t._$s(34,"i",!t.insert&&!t.range&&t.hasTime)?i("view",{staticClass:t._$s(34,"sc","uni-date-changed uni-calendar--fixed-top"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","uni-date-changed--time-date"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.tempSingleDate?t.tempSingleDate:t.selectDateText)))]),i("time-picker",{staticClass:t._$s(36,"sc","time-picker-style"),attrs:{type:"time",start:t.timepickerStartTime,end:t.timepickerEndTime,disabled:!t.tempSingleDate,border:!1,"hide-second":t.hideSecond,_i:36},model:{value:t._$s(36,"v-model",t.time),callback:function(e){t.time=e},expression:"time"}})],1):t._e(),t._$s(37,"i",!t.insert&&t.range&&t.hasTime)?i("view",{staticClass:t._$s(37,"sc","uni-date-changed uni-calendar--fixed-top"),attrs:{_i:37}},[i("view",{staticClass:t._$s(38,"sc","uni-date-changed--time-start"),attrs:{_i:38}},[i("view",{staticClass:t._$s(39,"sc","uni-date-changed--time-date"),attrs:{_i:39}},[t._v(t._$s(39,"t0-0",t._s(t.tempRange.before?t.tempRange.before:t.startDateText)))]),i("time-picker",{staticClass:t._$s(40,"sc","time-picker-style"),attrs:{type:"time",start:t.timepickerStartTime,border:!1,"hide-second":t.hideSecond,disabled:!t.tempRange.before,_i:40},model:{value:t._$s(40,"v-model",t.timeRange.startTime),callback:function(e){t.$set(t.timeRange,"startTime",e)},expression:"timeRange.startTime"}})],1),i("view",[i("uni-icons",{attrs:{type:"arrowthinright",color:"#999",_i:42}})],1),i("view",{staticClass:t._$s(43,"sc","uni-date-changed--time-end"),attrs:{_i:43}},[i("view",{staticClass:t._$s(44,"sc","uni-date-changed--time-date"),attrs:{_i:44}},[t._v(t._$s(44,"t0-0",t._s(t.tempRange.after?t.tempRange.after:t.endDateText)))]),i("time-picker",{staticClass:t._$s(45,"sc","time-picker-style"),attrs:{type:"time",end:t.timepickerEndTime,border:!1,"hide-second":t.hideSecond,disabled:!t.tempRange.after,_i:45},model:{value:t._$s(45,"v-model",t.timeRange.endTime),callback:function(e){t.$set(t.timeRange,"endTime",e)},expression:"timeRange.endTime"}})],1)]):t._e(),t._$s(46,"i",!t.insert)?i("view",{staticClass:t._$s(46,"sc","uni-date-changed uni-date-btn--ok"),attrs:{_i:46}},[i("view",{staticClass:t._$s(47,"sc","uni-datetime-picker--btn"),attrs:{_i:47},on:{click:t.confirm}},[t._v(t._$s(47,"t0-0",t._s(t.confirmText)))])]):t._e()]):t._e()])},s=[]},e23a:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1},on:{click:function(e){return t.navTo("/pageTwo/setting/setting")}}},[i("view",{staticClass:t._$s(2,"sc","headimg"),attrs:{_i:2}},[i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}}),i("view",{staticClass:t._$s(4,"sc","size20 bold"),attrs:{_i:4}},[t._v(t._$s(4,"t0-0",t._s(t.user.nickname)))])]),i("text",{staticClass:t._$s(5,"sc","t-icon t-icon-arrow-right-bold"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","wxlist borderRadius"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","list"),attrs:{_i:7},on:{click:function(e){return t.navTo("/pageTwo/my/manage")}}},[i("view",{staticClass:t._$s(8,"sc","item border-bottom"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","name"),attrs:{_i:10}})]),i("view",{staticClass:t._$s(11,"sc","right"),attrs:{_i:11}},[i("uni-icons",{attrs:{type:"right",_i:12}})],1)])]),i("view",{staticClass:t._$s(13,"sc","list"),attrs:{_i:13},on:{click:function(e){return t.navTo("/pageTwo/business/business")}}},[i("view",{staticClass:t._$s(14,"sc","item border-bottom"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","left"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","name"),attrs:{_i:16}})]),i("view",{staticClass:t._$s(17,"sc","right"),attrs:{_i:17}},[i("uni-icons",{attrs:{type:"right",_i:18}})],1)])]),i("view",{staticClass:t._$s(19,"sc","list"),attrs:{_i:19},on:{click:function(e){return t.navTo("/pageTwo/score/history")}}},[i("view",{staticClass:t._$s(20,"sc","item border-bottom"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","left"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","name"),attrs:{_i:22}})]),i("view",{staticClass:t._$s(23,"sc","right"),attrs:{_i:23}},[i("uni-icons",{attrs:{type:"right",_i:24}})],1)])]),i("view",{staticClass:t._$s(25,"sc","list"),attrs:{_i:25},on:{click:function(e){return t.navTo("/pageTwo/my/about")}}},[i("view",{staticClass:t._$s(26,"sc","item border-bottom"),attrs:{_i:26}},[i("view",{staticClass:t._$s(27,"sc","left"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","name"),attrs:{_i:28}})]),i("view",{staticClass:t._$s(29,"sc","right"),attrs:{_i:29}},[i("uni-icons",{attrs:{type:"right",_i:30}})],1)])]),t._l(t._$s(31,"f",{forItems:t.CooperationUrl}),(function(e,n,a,s){return i("view",{key:t._$s(31,"f",{forIndex:a,key:n}),staticClass:t._$s("31-"+s,"sc","list"),attrs:{_i:"31-"+s}},[i("view",{staticClass:t._$s("32-"+s,"sc","item border-bottom"),attrs:{_i:"32-"+s},on:{click:function(i){return t.navTo("/pageTwo/webview/webview?url="+e.url)}}},[i("view",{staticClass:t._$s("33-"+s,"sc","left"),attrs:{_i:"33-"+s}},[i("view",{staticClass:t._$s("34-"+s,"sc","name"),attrs:{_i:"34-"+s}},[t._v(t._$s("34-"+s,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("35-"+s,"sc","right"),attrs:{_i:"35-"+s}},[i("uni-icons",{attrs:{type:"right",_i:"36-"+s}})],1)])])}))],2),t._$s(37,"i",t.token)?i("view",{staticClass:t._$s(37,"sc","btn mb-15"),attrs:{_i:37},on:{click:t.handleOutLogin}}):t._e()])},s=[]},e2d6:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("view"),i("text"),i("text")])]),t._$s(10,"i",t.isHeight)?i("view",{staticClass:t._$s(10,"sc","wrapper"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","bg"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","Blue"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","h4"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","Blue-box"),attrs:{_i:14}},[i("text",[t._v(t._$s(15,"t0-0",t._s(t.weight))+t._$s(15,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(16,"sc","Blue-box"),attrs:{_i:16}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:17},domProps:{value:t._$s(17,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})]),i("view",{staticClass:t._$s(18,"sc","Blue-btn Blue-close"),attrs:{_i:18},on:{click:t.handleBack}}),i("view",{staticClass:t._$s(19,"sc","Blue-btn"),attrs:{_i:19},on:{click:t.handleGetMeasure}})])]):t._e()])},a=[]},e3bc:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s,r=n(i("7ca3")),o=i("8f59");function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var l={data:function(){return{Unload:!1,issearch:!1,isdevTip:!1,devicesList:[],devList:[],id:0,isdevice:!0}},computed:function(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/PublicCards/contrast.vue:175"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg("\u8bf7\u5148\u9009\u62e9\u6570\u636e\uff01")},handleActive:function(t,e){var i=this;i.active=e,i.labelName=t,i.startM=i.$tools.getDate("m").substring(0,10),i.endM=i.$tools.getDate("m").substring(11,21),i.list=[],i.infoList=[],i.markDays=[],i.isActive=[],i.ActiveDays=[],i.$nextTick((function(){i.isShow=!0,i.getList(i.startM,i.endM)}))}}};e.default=l}).call(this,i("f3b9")["default"])},e5a6:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapse",emits:["change","activeItem","input","update:modelValue"],props:{value:{type:[String,Array],default:""},modelValue:{type:[String,Array],default:""},accordion:{type:[Boolean,String],default:!1}},data:function(){return{}},computed:{dataValue:function(){var t="string"===typeof this.value&&""===this.value||Array.isArray(this.value)&&0===this.value.length;"string"===typeof this.modelValue&&""===this.modelValue||Array.isArray(this.modelValue)&&this.modelValue.length;return t?this.modelValue:this.value}},watch:{dataValue:function(t){this.setOpen(t)}},created:function(){this.childrens=[],this.names=[]},mounted:function(){var t=this;this.$nextTick((function(){t.setOpen(t.dataValue)}))},methods:{setOpen:function(e){var i=this,n="string"===typeof e,a=Array.isArray(e);this.childrens.forEach((function(s,r){if(n&&e===s.nameSync){if(!i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a false ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a array"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:75");s.isOpen=!0}a&&e.forEach((function(e){if(e===s.nameSync){if(i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a true ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a string"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:85");s.isOpen=!0}}))})),this.emit(e)},setAccordion:function(t){this.accordion&&this.childrens.forEach((function(e,i){t!==e&&(e.isOpen=!1)}))},resize:function(){this.childrens.forEach((function(t,e){t.getCollapseHeight()}))},onChange:function(t,e){var i=[];this.accordion?i=t?e.nameSync:"":this.childrens.forEach((function(t,e){t.isOpen&&i.push(t.nameSync)})),this.$emit("change",i),this.emit(i)},emit:function(t){this.$emit("input",t),this.$emit("update:modelValue",t)}}};e.default=i}).call(this,i("f3b9")["default"])},e6db:function(t,e,i){var n=i("3b2d")["default"];t.exports=function(t,e){if("object"!=n(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var a=i.call(t,e||"default");if("object"!=n(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},e969:function(t,e,i){"use strict";i.r(e);var n=i("776c"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},ec52:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","login"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","editem"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","text"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","input"),attrs:{_i:5}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(6,"sc","uni-input"),attrs:{_i:6},domProps:{value:t._$s(6,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),i("view",{staticClass:t._$s(7,"sc","item"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}}),i("view",{staticClass:t._$s(9,"sc","input"),attrs:{_i:9}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password2,expression:"password2"}],staticClass:t._$s(10,"sc","uni-input"),attrs:{_i:10},domProps:{value:t._$s(10,"v-model",t.password2)},on:{input:function(e){e.target.composing||(t.password2=e.target.value)}}})])])]),i("view",{staticClass:t._$s(11,"sc","btnlogin"),attrs:{_i:11},on:{click:t.handleTelLogin}})])])},a=[]},ec95:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{visible:!1,ranklist:[]}},computed:function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0,n=U.call(i);if("[object Array]"===n)return e=i.slice(0),e;if("[object Object]"===n){for(var a in i)e[a]=t(e[a],i[a]);return e}if("[object Date]"===n)return new Date(i.getTime());if("[object RegExp]"===n){var s=String(i),r=s.lastIndexOf("/");return new RegExp(s.slice(1,r),s.slice(r+1))}return i}("[object Array]"===U.call(t)?[]:{},t)},W=(a={},(0,s.default)(a,String,""),(0,s.default)(a,Number,0),(0,s.default)(a,Boolean,!1),(0,s.default)(a,Object,null),(0,s.default)(a,Array,[]),(0,s.default)(a,null,null),a);function H(t){return W[t]}function V(t){return h(t)?t.type:t}function q(t,e,i,n){var a=i[t];if(void 0!==a){var s=e[t],r=V(s);a=G(a,r);var o=s&&s.observer;return o&&setTimeout((function(){J(o,n,a)}),4),a}return function(t){return h(t)?p(t,"value")?t.value:H(t.type):H(t)}(e[t])}function G(t,e){return e===Boolean?!!t:e===String?String(t):t}function J(t,e,i,n){try{"function"===typeof t?t.call(e,i,n):"string"===typeof t&&"function"===typeof e[t]&&e[t](i,n)}catch(a){console.error("execute observer ".concat(t," callback fail! err: ").concat(a))}}function K(t){var e=t.$options.mpOptions&&t.$options.mpOptions.properties,i=t.$options.propsData;i&&e&&Object.keys(e).forEach((function(n){p(i,n)&&(t[n]=G(i[n],V(e[n])))}))}function Y(t){var e=JSON.parse(JSON.stringify(t.$options.mpOptions.data||{}));t["__data__"]=e;var i={get:function(){return t["__data__"]},set:function(e){t["__data__"]=e}};Object.defineProperties(t,{data:i,properties:i}),t.setData=N,function(t,e){var i=t.$options.mpOptions.properties;if(i){var n=z(t.$options.propsData)||{},a=function(a){var s=!!h(i[a])&&i[a].observer,r=q(a,i,n,t);Object.defineProperty(e,a,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){var i=r;e===r||e!==e&&r!==r||(r=Array.isArray(e)?e.slice(0):e,s&&J(s,t,e,i),t.$forceUpdate())}})};for(var s in i)a(s)}}(t,e),Object.keys(e).forEach((function(e){R(t,"__data__",e)}))}var X={beforeCreate:function(){this._renderProxy=this,this._$self=this,this._$noop=v},created:function(){Y(this),function(t){var e=t.$emit;t.triggerEvent=function(i,n,a){var s={dataset:t.$el.dataset},r={target:s,currentTarget:s,detail:n,preventDefault:v,stopPropagation:v};e.call(t,i,r)},t.$emit=function(){t.triggerEvent.apply(t,arguments)},t.getRelationNodes=function(e){return(t._$relationNodes&&t._$relationNodes[e]||[]).filter((function(t){return!t._isDestroyed}))},t._$updateProperties=K}(this),E(this)},mounted:function(){(function(t){var e=t.$options.watch;e&&Object.keys(e).forEach((function(i){var n=e[i];if(n.mounted){var a=t[i],s=n.handler;"string"===typeof s&&(s=t[s]),s&&s.call(t,a,a)}}))})(this)},destroyed:function(){F(this,"unlinked")}};t.__wxRoute="",t.__wxComponents=Object.create(null),t.__wxVueOptions=Object.create(null);var Q=o.default.nextTick;e.nextTick=Q;var Z=uni.__$wx__,tt=Z;e.default=tt}).call(this,i("0ee4"))},ed96:function(t,e,i){t.exports=i.p+"static/icon2.png"},edb2:function(t,e,i){"use strict";i.r(e);var n=i("85ef"),a=i("e969");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"54c9c6c5",null,!1,n["a"],void 0);e["default"]=o.exports},ee10:function(t,e){function i(t,e,i,n,a,s,r){try{var o=t[s](r),c=o.value}catch(l){return void i(l)}o.done?e(c):Promise.resolve(c).then(n,a)}t.exports=function(t){return function(){var e=this,n=arguments;return new Promise((function(a,s){var r=t.apply(e,n);function o(t){i(r,a,s,o,c,"next",t)}function c(t){i(r,a,s,o,c,"throw",t)}o(void 0)}))}},t.exports.__esModule=!0,t.exports["default"]=t.exports},ee31:function(t,e,i){t.exports=i.p+"static/dui.png"},ee6c:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","caritem"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","text"),attrs:{_i:2}}),i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}})]),i("view",{staticClass:t._$s(4,"sc","caritem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","text_r"),attrs:{_i:6}},[t._$s(7,"i",!t.isEdit)?i("text",[t._v(t._$s(7,"t0-0",t._s(t.user.nickname)))]):i("input",{directives:[{name:"model",rawName:"v-model",value:t.nickname,expression:"nickname"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.nickname)},on:{blur:t.handleBlur,input:function(e){e.target.composing||(t.nickname=e.target.value)}}}),i("uni-icons",{staticClass:t._$s(9,"sc","ml-10"),attrs:{type:"compose",color:"#FEC407",size:"22",_i:9},on:{click:function(e){t.isEdit=!0}}})],1)]),i("view",{staticClass:t._$s(10,"sc","caritem"),attrs:{_i:10},on:{click:function(e){return t.navTo("/pageTwo/setting/phone")}}},[i("view",{staticClass:t._$s(11,"sc","text"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","text_r"),attrs:{_i:12}},[i("text",[t._v(t._$s(13,"t0-0",t._s(t.user.my_tel)))]),i("uni-icons",{attrs:{type:"right",_i:14}})],1)]),i("view",{staticClass:t._$s(15,"sc","caritem"),attrs:{_i:15},on:{click:function(e){return t.navTo("/pageTwo/setting/email")}}},[i("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","text_r"),attrs:{_i:17}},[i("text",[t._v(t._$s(18,"t0-0",t._s(t.user.my_email)))]),i("uni-icons",{attrs:{type:"right",_i:19}})],1)]),i("view",{staticClass:t._$s(20,"sc","caritem"),attrs:{_i:20},on:{click:function(e){return t.navTo("/pageTwo/setting/password")}}},[i("view",{staticClass:t._$s(21,"sc","text"),attrs:{_i:21}}),i("uni-icons",{attrs:{type:"right",_i:22}})],1),i("view",{staticClass:t._$s(23,"sc","btn mb-15"),attrs:{_i:23},on:{click:t.handleOutLogin}})])},s=[]},f013:function(t,e,i){"use strict";i.r(e);var n=i("e2d6"),a=i("30f7");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"1fd99bc4",null,!1,n["a"],void 0);e["default"]=o.exports},f064:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","uni-collapse"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},a=[]},f16c:function(t,e,i){"use strict";i.r(e);var n=i("e135"),a=i("dd74");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},f2af:function(t,e,i){"use strict";i.r(e);var n=i("2ea8"),a=i("0eae");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},f38f:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","listC"),attrs:{_i:1}},[n("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){return t.handleActive(1)}}}),n("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){return t.handleActive(2)}}}),n("view",{class:t._$s(4,"c",[3==t.active?"active":""]),attrs:{_i:4},on:{click:function(e){return t.handleActive(3)}}})]),n("view",{staticClass:t._$s(5,"sc","box"),attrs:{_i:5}},[n("view",{staticClass:t._$s(6,"sc","boxTime"),attrs:{_i:6}},[n("picker",{staticClass:t._$s(7,"sc","f-l"),attrs:{value:t._$s(7,"a-value",t.startDate),fields:t._$s(7,"a-fields",1==t.active?"day":2==t.active?"month":"year"),_i:7},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.time))),n("uni-icons",{attrs:{type:"bottom",_i:9}})],1)])]),n("view",{staticClass:t._$s(10,"sc","boxLine"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.weightList}),(function(e,a,s,r){return n("view",{key:t._$s(11,"f",{forIndex:s,key:"11-"+r}),staticClass:t._$s("11-"+r,"sc","line"),attrs:{_i:"11-"+r}},[t._$s("12-"+r,"i",e.line.categories.length)?n("view",[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:"lung"+a,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"13-"+r}})],1):n("view",{staticClass:t._$s("14-"+r,"sc","nolist"),attrs:{_i:"14-"+r}},[n("image",{attrs:{src:t._$s("15-"+r,"a-src",i("d75c")),_i:"15-"+r}}),n("text")])])})),0)])])},s=[]},f3ac:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniCollapse:i("f407").default,uniCollapseItem:i("7ff1").default,uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content indexCarList"),attrs:{_i:0}},[t._$s(1,"i",t.isShow)?n("headerIndex",{attrs:{isArea:!1,_i:1}}):t._e(),t._$s(2,"i",t.userList.length)?n("view",[t._$s(3,"i",0==t.islink)?n("view",{staticClass:t._$s(3,"sc","bleTips"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.textLink)))]):n("view",{staticClass:t._$s(4,"sc","bleTips2 bleTips"),attrs:{_i:4},on:{click:t.openBluetoothAdapter}},[t._v(t._$s(4,"t0-0",t._s(t.textLink)))])]):t._e(),t._$s(5,"i",t.notices.length)?n("view",{staticClass:t._$s(5,"sc","notice"),attrs:{_i:5}},[n("text"),n("swiper",{staticClass:t._$s(7,"sc","swiper"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.notices}),(function(e,i,a,s){return n("swiper-item",{key:t._$s(8,"f",{forIndex:a,key:i}),attrs:{_i:"8-"+s},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("view",{staticClass:t._$s("9-"+s,"sc","overflow"),attrs:{_i:"9-"+s}},[t._v(t._$s("9-"+s,"t0-0",t._s(e.title)))])])})),0)]):t._e(),n("view",{staticClass:t._$s(10,"sc","tools_l"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.toollist}),(function(e,i,a,s){return n("view",{key:t._$s(11,"f",{forIndex:a,key:i}),staticClass:t._$s("11-"+s,"sc","list"),attrs:{_i:"11-"+s},on:{click:function(n){return t.handleTool(i,e.path)}}},[n("image",{attrs:{src:t._$s("12-"+s,"a-src",e.icon),_i:"12-"+s}}),n("view",{staticClass:t._$s("13-"+s,"sc","text"),attrs:{_i:"13-"+s}},[t._v(t._$s("13-"+s,"t0-0",t._s(e.title)))])])})),0),t._$s(14,"i",t.banner.length)?n("view",{staticClass:t._$s(14,"sc","f_banner"),attrs:{_i:14}},[n("swiper",{staticClass:t._$s(15,"sc","swiper"),attrs:{_i:15}},t._l(t._$s(16,"f",{forItems:t.banner}),(function(e,i,a,s){return n("swiper-item",{key:t._$s(16,"f",{forIndex:a,key:i}),attrs:{_i:"16-"+s},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("image",{attrs:{src:t._$s("17-"+s,"a-src",e.pic),_i:"17-"+s}})])})),0)]):t._e(),n("view",{staticClass:t._$s(18,"sc","report"),attrs:{_i:18}},[t._$s(19,"i",t.info&&t.info.top_list.length)?n("view",{staticClass:t._$s(19,"sc","bold mt-10 ml-10"),attrs:{_i:19}}):t._e(),t._$s(20,"i",t.info&&t.info.top_list.length)?n("view",{staticClass:t._$s(20,"sc","box"),attrs:{_i:20}},[n("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.info?t.info.record_time:"")))]),n("view",{staticClass:t._$s(22,"sc","item2"),attrs:{_i:22}},[t._l(t._$s(23,"f",{forItems:t.info.top_list}),(function(e,i,a,s){return n("view",{key:t._$s(23,"f",{forIndex:a,key:"23-"+s}),staticClass:t._$s("23-"+s,"sc","item2_data"),style:t._$s("23-"+s,"s","\u5a74\u513f"==t.userInfo.stage?"width:25%":"width:33%"),attrs:{_i:"23-"+s},on:{click:function(n){return t.handleToggleTop(e,i)}}},[n("view",{staticClass:t._$s("24-"+s,"sc","data"),class:t._$s("24-"+s,"c",[t.activeHeight==i?"activeHeight":""]),attrs:{_i:"24-"+s}},[n("view",{staticClass:t._$s("25-"+s,"sc","c666 mb-5"),attrs:{_i:"25-"+s}},[t._v(t._$s("25-"+s,"t0-0",t._s(e.name)))]),n("view",[n("text",[t._v(t._$s("27-"+s,"t0-0",t._s(e.value)))]),t._v(t._$s("26-"+s,"t1-0",t._s(e.unit)))])])])})),t._$s(28,"i",t.infoListTop)?n("view",{staticClass:t._$s(28,"sc","myinfoPage"),attrs:{_i:28}},[n("view",{staticClass:t._$s(29,"sc","desc"),attrs:{_i:29}},[t._$s(30,"i",t.infoListTop.desc)?n("view",{staticClass:t._$s(30,"sc","ming"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(t.infoListTop.desc)))]):t._e(),t._$s(31,"i",t.infoListTop.list)?n("view",{class:t._$s(31,"c",[t.infoListTop.list.length?"statuevue":""]),attrs:{_i:31}},[n("view",{staticClass:t._$s(32,"sc","bi"),attrs:{_i:32}},[n("view",{staticClass:t._$s(33,"sc","peobox"),style:t._$s(33,"s","left:"+t.infoListTop.offset+"%"),attrs:{_i:33}},[n("view",{staticClass:t._$s(34,"sc","xx"),attrs:{_i:34}})]),t._l(t._$s(35,"f",{forItems:t.infoListTop.list}),(function(e,i,a,s){return n("view",{key:t._$s(35,"f",{forIndex:a,key:i}),staticClass:t._$s("35-"+s,"sc","item"),style:t._$s("35-"+s,"s",{backgroundColor:e.color}),attrs:{_i:"35-"+s}},[n("view",{staticClass:t._$s("36-"+s,"sc","span1"),attrs:{_i:"36-"+s}},[t._v(t._$s("36-"+s,"t0-0",t._s(e.text)))]),t._$s("37-"+s,"i",i2?"space-between":"center"}),attrs:{_i:"118-"+s}},t._l(t._$s("119-"+s,"f",{forItems:e.inside_data}),(function(i,a,r,o){return n("view",{key:t._$s("119-"+s,"f",{forIndex:r,key:"119-"+s+"-"+o}),class:t._$s("119-"+s+"-"+o,"c",[e.inside_data.length>3?"item2":""]),attrs:{_i:"119-"+s+"-"+o}},[n("view",{staticClass:t._$s("120-"+s+"-"+o,"sc","weight"),attrs:{_i:"120-"+s+"-"+o}},[n("text",[t._v(t._$s("121-"+s+"-"+o,"t0-0",t._s(i.value?i.value:"-")))]),t._v(t._$s("120-"+s+"-"+o,"t1-0",t._s(i.unit)))]),t._$s("122-"+s+"-"+o,"i",8!=e.acd_id)?n("view",{staticClass:t._$s("122-"+s+"-"+o,"sc","name mt-5"),attrs:{_i:"122-"+s+"-"+o}},[t._v(t._$s("122-"+s+"-"+o,"t0-0",t._s(i.name)))]):t._e()])})),0)])])}))],2):t._e(),t._$s(123,"i",t.userList.length&&1==t.user.measure_model)?n("view",{staticClass:t._$s(123,"sc","setcard"),attrs:{_i:123},on:{click:t.handleCard}}):t._e(),t._$s(124,"i",t.isCoupon)?n("view",{staticClass:t._$s(124,"sc","wrapper"),attrs:{_i:124}},[n("view",{staticClass:t._$s(125,"sc","bg"),attrs:{_i:125},on:{click:function(e){t.isCoupon=!1}}},[n("view",{staticClass:t._$s(126,"sc","edit"),attrs:{_i:126}},[n("swiper",{staticClass:t._$s(127,"sc","text"),attrs:{_i:127}},t._l(t._$s(128,"f",{forItems:t.pop}),(function(e,i,a,s){return n("swiper-item",{key:t._$s(128,"f",{forIndex:a,key:i}),attrs:{_i:"128-"+s},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("image",{attrs:{src:t._$s("129-"+s,"a-src",e.pic),_i:"129-"+s}}),n("view",{staticClass:t._$s("130-"+s,"sc","bold mt-5"),attrs:{_i:"130-"+s}},[t._v(t._$s("130-"+s,"t0-0",t._s(e.title)))])])})),0),n("uni-icons",{staticClass:t._$s(131,"sc","clear"),attrs:{type:"clear",size:"40",_i:131},on:{click:function(e){t.isCoupon=!1}}})],1)])]):t._e(),n("record",{attrs:{rtype:t.rtype,_i:132}})],1)},s=[]},f3b9:function(t,i,n){"use strict";function a(t){var e=Object.prototype.toString.call(t);return e.substring(8,e.length-1)}function s(){return"string"===typeof __channelId__&&__channelId__}function r(t,e){switch(a(e)){case"Function":return"function() { [native code] }";default:return e}}function o(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n1){var u=c.pop();l=c.join("---COMMA---"),0===u.indexOf(" at ")?l+=u:l+="---COMMA---"+u}else l=c[0];console[o](l)}n.r(i),n.d(i,"log",(function(){return o})),n.d(i,"default",(function(){return c}))},f407:function(t,e,i){"use strict";i.r(e);var n=i("f064"),a=i("2c35");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},f690:function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"Home","index.component":"Component","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema","index.detail":"Detail","index.language":"Language","index.language-info":"Settings","index.system-language":"System language","index.application-language":"Application language","index.language-change-confirm":"Applying this setting will restart the app"}')},f6e6:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4")}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4");this.startTime=t.detail.value;this.endTime?this.endTime:this.endDate;this.$store.dispatch("GetBodyTrendList",{aud_id:this.user.id,s_time:this.startTime,e_time:this.endTime?this.endTime:this.endDate}),this.showbox(0)},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)0||"0:0.00"!=toString(r))&&(e.isFinished=!0)),t("log","\u72b6\u6001:",n,a,s,r,e.unit,e.isFinished," at pageTwo/devices/B20.vue:287")}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/B20.vue:291")}})},handleIsLing:function(){this.IsLing||(this.writeBLECharacteristicValue("A6020500076A"),this.IsLing=!0)},handleIsNum:function(){this.writeBLECharacteristicValue("A6020400066A")},writeBLECharacteristicValue:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));t("log","buffer",e,i," at pageTwo/devices/B20.vue:313"),uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/B20.vue:320")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:323")}})},handleGetMeasure:function(){var t=this;t.height?t.$model.getmeasurefunit({adc:0,weight:t.weight+t.unit,height:t.height,aud_id:t.userInfo.id,head_data:t.head?t.head:0}).then((function(e){t.isHeight=!1,t.isSave=!1,0==e.code?(t.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$tools.msg("\u6d4b\u91cf\u6210\u529f")):t.$tools.msg("\u6d4b\u91cf\u5931\u8d25"),t.Unload=!0,uni.switchTab({url:"/pages/home/home"}),setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter()}),200)})):this.$tools.msg("\u8bf7\u8f93\u5165\u8eab\u9ad8")},handleBack:function(){var e=this,i=new Uint8Array("A6020500076A".match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:e.deviceId,serviceId:e.serviceId,characteristicId:e.write,value:i.buffer,success:function(i){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",i.errMsg," at pageTwo/devices/B20.vue:377"),uni.showToast({title:"\u6570\u636e\u91cd\u7f6e\u4e2d",icon:"none"}),t("log","\u91cd\u7f6e",e.typeInfo,e.weight," at pageTwo/devices/B20.vue:382")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:390")}})},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/B20.vue:400")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/B20.vue:408"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/B20.vue:419")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/B20.vue:431"),e.$store.commit("changeConnected",!1)}})}}};e.default=c}).call(this,i("f3b9")["default"])},fd11:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading5",data:function(){return{}}}},fe80:function(t,e,i){t.exports=i.p+"static/charts.png"},fe8d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={};e.default=n},fe95:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","info"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","logo"),attrs:{_i:2}},[n("image",{attrs:{src:t._$s(3,"a-src",i("7826")),_i:3}}),n("view"),n("text",[t._v(t._$s(5,"t0-0",t._s(t.phoneInfo.info.version)))])]),n("view",{staticClass:t._$s(6,"sc","list"),attrs:{_i:6}},[n("view",{staticClass:t._$s(7,"sc","item"),attrs:{_i:7},on:{click:t.handleVersion}},[n("view",{staticClass:t._$s(8,"sc","left"),attrs:{_i:8}}),n("view",{staticClass:t._$s(9,"sc","right"),attrs:{_i:9}},[t._$s(10,"i",-1==t.version)?n("text",{staticClass:t._$s(10,"sc","new"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.phoneInfo.versionUrl.version)))]):t._e(),n("uni-icons",{attrs:{type:"right",_i:11}})],1)]),n("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12}},[n("a",{staticClass:t._$s(13,"sc","href"),attrs:{_i:13}},[n("text",{staticClass:t._$s(14,"sc","left"),attrs:{_i:14}}),n("uni-icons",{attrs:{type:"right",_i:15}})],1)])])])])},s=[]}},[["7580","app-config"]]]); \ No newline at end of file +function(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(d))}h.state.get=function(){return this._vm._data.$$state},h.state.set=function(t){0},f.prototype.commit=function(t,e,i){var n=this,s=y(t,e,i),a=s.type,r=s.payload,o=(s.options,{type:a,payload:r}),c=this._mutations[a];c&&(this._withCommit((function(){c.forEach((function(t){t(r)}))})),this._subscribers.slice().forEach((function(t){return t(o,n.state)})))},f.prototype.dispatch=function(t,i){var n=this,s=y(t,i),a=s.type,r=s.payload,o={type:a,payload:r},c=this._actions[a];if(c){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(e){0}var l=c.length>1?Promise.all(c.map((function(t){return t(r)}))):c[0](r);return new Promise((function(t,i){l.then((function(i){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(e){0}t(i)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(e){0}i(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},f.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),_(this,this.state,t,this._modules.get(t),i.preserveState),g(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=m(e.state,t.slice(0,-1));d.delete(i,t[t.length-1])})),v(this)},f.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),v(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,h);var w=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=S(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof s?s.call(this,e,i):e[s]},i[n].vuex=!0})),i})),x=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var a=S(this.$store,"mapMutations",t);if(!a)return;n=a.context.commit}return"function"===typeof s?s.apply(this,[n].concat(e)):n.apply(this.$store,[s].concat(e))}})),i})),$=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;s=t+s,i[n]=function(){if(!t||S(this.$store,"mapGetters",t))return this.$store.getters[s]},i[n].vuex=!0})),i})),C=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var a=S(this.$store,"mapActions",t);if(!a)return;n=a.context.dispatch}return"function"===typeof s?s.apply(this,[n].concat(e)):n.apply(this.$store,[s].concat(e))}})),i}));function k(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function T(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function S(t,e,i){var n=t._modulesNamespaceMap[i];return n}function D(t,i,n){var s=n?t.groupCollapsed:t.group;try{s.call(t,i)}catch(e){t.log(i)}}function P(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function O(){var t=new Date;return" @ "+A(t.getHours(),2)+":"+A(t.getMinutes(),2)+":"+A(t.getSeconds(),2)+"."+A(t.getMilliseconds(),3)}function A(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var L={Store:f,install:b,version:"3.6.2",mapState:w,mapMutations:x,mapGetters:$,mapActions:C,createNamespacedHelpers:function(t){return{mapState:w.bind(null,t),mapGetters:$.bind(null,t),mapMutations:x.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var s=t.mutationTransformer;void 0===s&&(s=function(t){return t});var r=t.actionFilter;void 0===r&&(r=function(t,e){return!0});var o=t.actionTransformer;void 0===o&&(o=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var l=t.logActions;void 0===l&&(l=!0);var u=t.logger;return void 0===u&&(u=console),function(t){var d=a(t.state);"undefined"!==typeof u&&(c&&t.subscribe((function(t,r){var o=a(r);if(i(t,d,o)){var c=O(),l=s(t),f="mutation "+t.type+c;D(u,f,e),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",n(o)),P(u)}d=o})),l&&t.subscribeAction((function(t,i){if(r(t,i)){var n=O(),s=o(t),a="action "+t.type+n;D(u,a,e),u.log("%c action","color: #03A9F4; font-weight: bold",s),P(u)}})))}}};t.exports=L}).call(this,n("0ee4"))},"8f5c":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","calendar-wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","pre"),attrs:{_i:2},on:{click:function(e){return t.changeMonth("pre")}}},[i("uni-icons",{attrs:{type:"back",size:"26",_i:3}})],1),i("view",[t._v(t._$s(4,"t0-0",t._s(t.y+"-"+t.formatNum(t.m))))]),i("view",{staticClass:t._$s(5,"sc","next"),attrs:{_i:5},on:{click:function(e){return t.changeMonth("next")}}},[i("uni-icons",{attrs:{type:"forward",size:"26",_i:6}})],1)]),i("view",{staticClass:t._$s(7,"sc","week"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.weekDay}),(function(e,n,s,a){return i("view",{key:t._$s(8,"f",{forIndex:s,key:n}),staticClass:t._$s("8-"+a,"sc","week-day"),attrs:{_i:"8-"+a}},[t._v(t._$s("8-"+a,"t0-0",t._s(e)))])})),0),i("view",{staticClass:t._$s(9,"sc","content0"),class:t._$s(9,"c",{hide:!t.monthOpen}),style:t._$s(9,"s",{height:t.height}),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","days"),style:t._$s(10,"s",{top:t.positionTop+"rpx"}),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.dates}),(function(e,n,s,a){return i("view",{key:t._$s(11,"f",{forIndex:s,key:n}),staticClass:t._$s("11-"+a,"sc","item"),attrs:{_i:"11-"+a}},[i("view",{staticClass:t._$s("12-"+a,"sc","day"),class:t._$s("12-"+a,"c",{choose:t.choose==e.year+"-"+e.month+"-"+e.date&&e.isCurM,nolm:!e.isCurM,today:t.isToday(e.year,e.month,e.date),isWorkDay:t.isWorkDay(e.year,e.month,e.date)}),attrs:{_i:"12-"+a},on:{click:function(i){return t.selectOne(e,i)}}},[t._v(t._$s("12-"+a,"t0-0",t._s(Number(e.date))))]),t._$s("13-"+a,"i",t.isMarkDay(e.year,e.month,e.date)&&e.isCurM)?i("view",{staticClass:t._$s("13-"+a,"sc","markDay"),attrs:{_i:"13-"+a}}):t._e()])})),0)]),t._$s(14,"i",t.collapsible)?i("image",{staticClass:t._$s(14,"sc","weektoggle"),class:t._$s(14,"c",{down:t.monthOpen}),attrs:{_i:14},on:{click:t.toggle}}):t._e()])},a=[]},"8ffa":function(t,e,i){var n=i("7647");t.exports=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&n(t,e)},t.exports.__esModule=!0,t.exports["default"]=t.exports},9008:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},"90e1":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={onLoad:function(e){if(t("log","options",e," at pageTwo/PublicCards/pkdetail.vue:87"),e.info){var i=JSON.parse(e.info);this.acd_id=i.type,this.handleSharepic(JSON.parse(e.info))}},computed:function(t){for(var e=1;e=0;--s){var a=this.tryEntries[s],o=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),l=r.call(a,"finallyLoc");if(c&&l){if(this.prev=0;--i){var n=this.tryEntries[i];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),A(i),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var s=n.arg;A(i)}return s}}throw Error("illegal catch attempt")},delegateYield:function(t,i,n){return this.delegate={iterator:I(t),resultName:i,nextLoc:n},"next"===this.method&&(this.arg=e),m}},i}t.exports=s,t.exports.__esModule=!0,t.exports["default"]=t.exports},a3b5:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ea80").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","time text_c bold"),attrs:{_i:1}},[t._v(t._$s(1,"t0-0",t._s(t.create_time)))]),i("view",{staticClass:t._$s(2,"sc","box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","title bold"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","charts"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{type:"arcbar",chartData:t.chartData,Height:140,Width:140,_i:5}}),i("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.score)))])],1),t._$s(7,"i",t.Max_score)?i("view",{staticClass:t._$s(7,"sc","title bold"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.Max_score)))]):t._e()]),t._l(t._$s(8,"f",{forItems:t.selectllist}),(function(e,n,s,a){return i("view",{key:t._$s(8,"f",{forIndex:s,key:"8-"+a})},[i("view",{staticClass:t._$s("9-"+a,"sc","titleName bold mt-15 ml-15 size16"),attrs:{_i:"9-"+a}},[t._v(t._$s("9-"+a,"t0-0",t._s(e.name)))]),i("view",{staticClass:t._$s("10-"+a,"sc","indexCarList"),attrs:{_i:"10-"+a}},t._l(t._$s("11-"+a,"f",{forItems:e.list}),(function(e,n,s,r){return i("view",{key:t._$s("11-"+a,"f",{forIndex:s,key:"11-"+a+"-"+r}),staticClass:t._$s("11-"+a+"-"+r,"sc","card"),attrs:{_i:"11-"+a+"-"+r}},[i("view",{staticClass:t._$s("12-"+a+"-"+r,"sc","title"),attrs:{_i:"12-"+a+"-"+r}},[i("view",{staticClass:t._$s("13-"+a+"-"+r,"sc","name"),attrs:{_i:"13-"+a+"-"+r}},[t._v(t._$s("13-"+a+"-"+r,"t0-0",t._s(e.name)))])]),t._l(t._$s("14-"+a+"-"+r,"f",{forItems:e.list}),(function(n,s,o,c){return t._$s("14-"+a+"-"+r+"-"+c,"i",e.list.length>1)?i("view",{key:t._$s("14-"+a+"-"+r,"f",{forIndex:o,key:"14-"+a+"-"+r+"-"+c}),staticClass:t._$s("14-"+a+"-"+r+"-"+c,"sc","item3"),attrs:{_i:"14-"+a+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("15-"+a+"-"+r+"-"+c,"sc","name"),attrs:{_i:"15-"+a+"-"+r+"-"+c}},[t._v(t._$s("15-"+a+"-"+r+"-"+c,"t0-0",t._s(n.name)))]),i("view",{staticClass:t._$s("16-"+a+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"16-"+a+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("17-"+a+"-"+r+"-"+c,"sc","input"),attrs:{_i:"17-"+a+"-"+r+"-"+c}},[t._v(t._$s("17-"+a+"-"+r+"-"+c,"t0-0",t._s(n.value?n.value:"-")))]),i("view",{staticClass:t._$s("18-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"18-"+a+"-"+r+"-"+c}},[t._v(t._$s("18-"+a+"-"+r+"-"+c,"t0-0",t._s(n.proportion_value?n.proportion_value:"-")))]),i("view",{staticClass:t._$s("19-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"19-"+a+"-"+r+"-"+c}},[t._v(t._$s("19-"+a+"-"+r+"-"+c,"t0-0",t._s(n.total_score?n.total_score:"-")))])])]):t._e()}))],2)})),0)])}))],2)},a=[]},a519:function(t,e,i){t.exports=i.p+"static/q8.png"},a57c:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{}},created:function(){this.children=[]},methods:{resize:function(){},closeAll:function(){this.children.forEach((function(t){t.is_show="none"}))},closeOther:function(t){this.openItem&&this.openItem!==t&&(this.openItem.is_show="none"),this.openItem=t}}}},a681:function(t,e,i){"use strict";i.r(e);var n=i("c17d"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},a708:function(t,e,i){var n=i("6454");t.exports=function(t){if(Array.isArray(t))return n(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},a72b:function(t,e,i){"use strict";i.r(e);var n=i("5e17"),s=i("2a95");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"cb830cca",null,!1,n["a"],void 0);e["default"]=o.exports},aab7:function(t,e,i){"use strict";i.r(e);var n=i("de44"),s=i("d2c1");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"336e47b2",null,!1,n["a"],void 0);e["default"]=o.exports},ac83:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapseItem",props:{title:{type:String,default:""},name:{type:[Number,String],default:""},disabled:{type:Boolean,default:!1},showAnimation:{type:Boolean,default:!1},open:{type:Boolean,default:!1},thumb:{type:String,default:""},titleBorder:{type:String,default:"auto"},border:{type:Boolean,default:!0},showArrow:{type:Boolean,default:!0}},data:function(){var t="Uni_".concat(Math.ceil(1e6*Math.random()).toString(36));return{isOpen:!1,isheight:null,height:0,elId:t,nameSync:0}},watch:{open:function(t){this.isOpen=t,this.onClick(t,"init")}},updated:function(t){var e=this;this.$nextTick((function(){e.init(!0)}))},created:function(){this.collapse=this.getCollapse(),this.oldHeight=0,this.onClick(this.open,"init")},destroyed:function(){this.__isUnmounted||this.uninstall()},mounted:function(){this.collapse&&(""!==this.name?this.nameSync=this.name:this.nameSync=this.collapse.childrens.length+"",-1===this.collapse.names.indexOf(this.nameSync)?this.collapse.names.push(this.nameSync):t("warn","name \u503c ".concat(this.nameSync," \u91cd\u590d")," at uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue:154"),-1===this.collapse.childrens.indexOf(this)&&this.collapse.childrens.push(this),this.init())},methods:{init:function(t){this.getCollapseHeight(t)},uninstall:function(){var t=this;this.collapse&&(this.collapse.childrens.forEach((function(e,i){e===t&&t.collapse.childrens.splice(i,1)})),this.collapse.names.forEach((function(e,i){e===t.nameSync&&t.collapse.names.splice(i,1)})))},onClick:function(t,e){this.disabled||(this.isOpen=t,this.isOpen&&this.collapse&&this.collapse.setAccordion(this),"init"!==e&&this.collapse.onChange(t,this))},getCollapseHeight:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=uni.createSelectorQuery().in(this);n.select("#".concat(this.elId)).fields({size:!0},(function(n){if(!(i>=10)){if(!n)return i++,void e.getCollapseHeight(!1,i);e.height=n.height,e.isheight=!0,t||e.onClick(e.isOpen,"init")}})).exec()},getNvueHwight:function(t){var e=this;dom.getComponentRect(this.$refs["collapse--hook"],(function(i){if(i&&i.result&&i.size){if(e.height=i.size.height,e.isheight=!0,t)return;e.onClick(e.open,"init")}}))},getCollapse:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniCollapse",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=i}).call(this,i("f3b9")["default"])},acb7:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1},on:{click:function(e){return t.navTo("/pageTwo/setting/setting")}}},[i("view",{staticClass:t._$s(2,"sc","headimg"),attrs:{_i:2}},[i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}}),i("view",{staticClass:t._$s(4,"sc","size20 bold"),attrs:{_i:4}},[t._v(t._$s(4,"t0-0",t._s(t.user.nickname)))])]),i("text",{staticClass:t._$s(5,"sc","t-icon t-icon-arrow-right-bold"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","wxlist borderRadius"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","list"),attrs:{_i:7},on:{click:function(e){return t.navTo("/pageTwo/my/manage")}}},[i("view",{staticClass:t._$s(8,"sc","item border-bottom"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","name"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.$t("common.titleManage"))))])]),i("view",{staticClass:t._$s(11,"sc","right"),attrs:{_i:11}},[i("uni-icons",{attrs:{type:"right",_i:12}})],1)])]),t._$s(13,"i","zh-Hans"!=t.language)?i("view",{staticClass:t._$s(13,"sc","list"),attrs:{_i:13},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id=2")}}},[i("view",{staticClass:t._$s(14,"sc","item border-bottom"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","left"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","name"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("common.titleHistory"))))])]),i("view",{staticClass:t._$s(17,"sc","right"),attrs:{_i:17}},[i("uni-icons",{attrs:{type:"right",_i:18}})],1)])]):t._e(),t._$s(19,"i","zh-Hans"==t.language)?i("view",{staticClass:t._$s(19,"sc","list"),attrs:{_i:19},on:{click:function(e){return t.navTo("/pageTwo/score/history")}}},[i("view",{staticClass:t._$s(20,"sc","item border-bottom"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","left"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","name"),attrs:{_i:22}},[t._v(t._$s(22,"t0-0",t._s(t.$t("common.titleScoreHistory"))))])]),i("view",{staticClass:t._$s(23,"sc","right"),attrs:{_i:23}},[i("uni-icons",{attrs:{type:"right",_i:24}})],1)])]):t._e(),i("view",{staticClass:t._$s(25,"sc","list"),attrs:{_i:25},on:{click:function(e){return t.navTo("/pageTwo/my/about")}}},[i("view",{staticClass:t._$s(26,"sc","item border-bottom"),attrs:{_i:26}},[i("view",{staticClass:t._$s(27,"sc","left"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","name"),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.$t("common.titleAboutUs"))))])]),i("view",{staticClass:t._$s(29,"sc","right"),attrs:{_i:29}},[i("uni-icons",{attrs:{type:"right",_i:30}})],1)])]),i("view",{staticClass:t._$s(31,"sc","list"),attrs:{_i:31}},[i("view",{staticClass:t._$s(32,"sc","picker item"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","name"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.$t("common.titleLanguage"))))]),i("picker",{attrs:{range:t._$s(34,"a-range",t.languageList),value:t._$s(34,"a-value",t.index),_i:34},on:{change:t.languageClick}},[i("view",{staticClass:t._$s(35,"sc","uni-input"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.languageList[t.index].value)))]),i("icon",{staticClass:t._$s(36,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:36}})])])]),t._l(t._$s(37,"f",{forItems:t.CooperationUrl}),(function(e,n,s,a){return i("view",{key:t._$s(37,"f",{forIndex:s,key:n}),staticClass:t._$s("37-"+a,"sc","list"),attrs:{_i:"37-"+a}},[i("view",{staticClass:t._$s("38-"+a,"sc","item border-bottom"),attrs:{_i:"38-"+a},on:{click:function(i){return t.navTo("/pageTwo/webview/webview?url="+e.url)}}},[i("view",{staticClass:t._$s("39-"+a,"sc","left"),attrs:{_i:"39-"+a}},[i("view",{staticClass:t._$s("40-"+a,"sc","name"),attrs:{_i:"40-"+a}},[t._v(t._$s("40-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("41-"+a,"sc","right"),attrs:{_i:"41-"+a}},[i("uni-icons",{attrs:{type:"right",_i:"42-"+a}})],1)])])}))],2),t._$s(43,"i",t.token)?i("view",{staticClass:t._$s(43,"sc","btn mb-15"),attrs:{_i:43},on:{click:t.handleOutLogin}},[t._v(t._$s(43,"t0-0",t._s(t.$t("common.btnLogOut"))))]):t._e()])},a=[]},ad05:function(t,e,i){t.exports=i.p+"static/q1.png"},ad45:function(t,e,i){"use strict";i.r(e);var n=i("30a8"),s=i("e046");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"676db0c4",null,!1,n["a"],void 0);e["default"]=o.exports},ad88:function(t,e,i){"use strict";i.r(e);var n=i("bc4e"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},ae52:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{cardList:{user:[],all:[]}}},onLoad:function(){this.handleCardList()},computed:function(t){for(var e=1;ei?new Date(i):new Date(t):e&&!i?e<=t?new Date(t):new Date(e):!e&&i?t<=i?new Date(t):new Date(i):new Date(t),n},superTimeStamp:function(t){var e="";if("time"===this.type&&t&&"string"===typeof t){var i=new Date,n=i.getFullYear(),s=i.getMonth()+1,a=i.getDate();e=n+"/"+s+"/"+a+" "}return Number(t)&&(t=parseInt(t),e=0),this.createTimeStamp(e+t)},parseValue:function(t){if(t){if("time"===this.type&&"string"===typeof t)this.parseTimeType(t);else{var e=null;e=new Date(t),"time"!==this.type&&(this.year=e.getFullYear(),this.month=e.getMonth()+1,this.day=e.getDate()),"date"!==this.type&&(this.hour=e.getHours(),this.minute=e.getMinutes(),this.second=e.getSeconds())}this.hideSecond&&(this.second=0)}},parseDatetimeRange:function(t,e){if(!t)return"start"===e&&(this.startYear=1920,this.startMonth=1,this.startDay=1,this.startHour=0,this.startMinute=0,this.startSecond=0),void("end"===e&&(this.endYear=2120,this.endMonth=12,this.endDay=31,this.endHour=23,this.endMinute=59,this.endSecond=59));if("time"===this.type){var i=t.split(":");this[e+"Hour"]=Number(i[0]),this[e+"Minute"]=Number(i[1]),this[e+"Second"]=Number(i[2])}else{if(!t)return void("start"===e?this.startYear=this.year-60:this.endYear=this.year+60);Number(t)&&(t=parseInt(t));"datetime"!==this.type||"end"!==e||"string"!==typeof t||/[0-9]:[0-9]/.test(t)||(t+=" 23:59:59");var n=new Date(t);this[e+"Year"]=n.getFullYear(),this[e+"Month"]=n.getMonth()+1,this[e+"Day"]=n.getDate(),"datetime"===this.type&&(this[e+"Hour"]=n.getHours(),this[e+"Minute"]=n.getMinutes(),this[e+"Second"]=n.getSeconds())}},getCurrentRange:function(t){for(var e=[],i=this["min"+this.capitalize(t)];i<=this["max"+this.capitalize(t)];i++)e.push(i);return e},capitalize:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},checkValue:function(t,e,i){-1===i.indexOf(e)&&(this[t]=i[0])},daysInMonth:function(t,e){return new Date(t,e,0).getDate()},fixIosDateFormat:function(t){return"string"===typeof t&&(t=t.replace(/-/g,"/")),t},createTimeStamp:function(t){if(t)return"number"===typeof t?t:(t=t.replace(/-/g,"/"),"date"===this.type&&(t+=" 00:00:00"),Date.parse(t))},createDomSting:function(){var t=this.year+"-"+this.lessThanTen(this.month)+"-"+this.lessThanTen(this.day),e=this.lessThanTen(this.hour)+":"+this.lessThanTen(this.minute);return this.hideSecond||(e=e+":"+this.lessThanTen(this.second)),"date"===this.type?t:"time"===this.type?e:t+" "+e},initTime:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.time=this.createDomSting(),t&&("timestamp"===this.returnType&&"time"!==this.type?(this.$emit("change",this.createTimeStamp(this.time)),this.$emit("input",this.createTimeStamp(this.time)),this.$emit("update:modelValue",this.createTimeStamp(this.time))):(this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time)))},bindDateChange:function(t){var e=t.detail.value;this.year=this.years[e[0]],this.month=this.months[e[1]],this.day=this.days[e[2]]},bindTimeChange:function(t){var e=t.detail.value;this.hour=this.hours[e[0]],this.minute=this.minutes[e[1]],this.second=this.seconds[e[2]]},initTimePicker:function(){if(!this.disabled){var t=(0,r.fixIosDateFormat)(this.time);this.initPickerValue(t),this.visible=!this.visible}},tiggerTimePicker:function(t){this.visible=!this.visible},clearTime:function(){this.time="",this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time),this.tiggerTimePicker()},setTime:function(){this.initTime(),this.tiggerTimePicker()}}};e.default=l},af34:function(t,e,i){var n=i("a708"),s=i("b893"),a=i("6382"),r=i("9008");t.exports=function(t){return n(t)||s(t)||a(t)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},affb:function(t,e,i){"use strict";i.r(e);var n=i("65d9"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},b138:function(t,e,i){"use strict";i.r(e);var n=i("879f"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},b182:function(t,e,i){"use strict";i.r(e);var n=i("8f5c"),s=i("cb15");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"7c462e40",null,!1,n["a"],void 0);e["default"]=o.exports},b1e6:function(t,e,i){"use strict";i.r(e);var n=i("6285"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},b283:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",t.fimages.length)?i("view",{staticClass:t._$s(1,"sc","f_banner"),attrs:{_i:1}},[i("swiper",{staticClass:t._$s(2,"sc","swiper"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.fimages}),(function(e,n,s,a){return i("swiper-item",{key:t._$s(3,"f",{forIndex:s,key:n}),attrs:{_i:"3-"+a},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[i("image",{attrs:{src:t._$s("4-"+a,"a-src",e.cover_image),_i:"4-"+a}})])})),0)]):t._e(),i("view",{staticClass:t._$s(5,"sc","tabbar"),attrs:{_i:5}},[i("scroll-view",{staticClass:t._$s(6,"sc","scroll-menu"),attrs:{_i:6}},t._l(t._$s(7,"f",{forItems:t.labelList}),(function(e,n,s,a){return i("view",{key:t._$s(7,"f",{forIndex:s,key:n}),class:t._$s("7-"+a,"c",[t.active==n?"active":""]),attrs:{_i:"7-"+a},on:{click:function(e){return t.handleactive(n)}}},[t._v(t._$s("7-"+a,"t0-0",t._s(e.name)))])})),0)]),i("view",{staticClass:t._$s(8,"sc","list"),attrs:{_i:8}},t._l(t._$s(9,"f",{forItems:t.list}),(function(e,n,s,a){return i("view",{key:t._$s(9,"f",{forIndex:s,key:n}),staticClass:t._$s("9-"+a,"sc","newslist"),attrs:{_i:"9-"+a},on:{click:function(i){return t.handleActive(e,n)}}},[i("view",{staticClass:t._$s("10-"+a,"sc","left"),attrs:{_i:"10-"+a}},[i("view",{staticClass:t._$s("11-"+a,"sc","title"),attrs:{_i:"11-"+a}},[t._v(t._$s("11-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("12-"+a,"sc","right"),attrs:{_i:"12-"+a}},[i("image",{attrs:{src:t._$s("13-"+a,"a-src",e.cover_image),_i:"13-"+a}})]),i("view",{staticClass:t._$s("14-"+a,"sc","time"),attrs:{_i:"14-"+a}},[i("view",{staticClass:t._$s("15-"+a,"sc","size14 c999"),attrs:{_i:"15-"+a}},[i("icon",{staticClass:t._$s("16-"+a,"sc","iconfont icon-icon-test"),attrs:{_i:"16-"+a}}),t._v(t._$s("15-"+a,"t1-0",t._s(t.$t("index.browse")))+t._$s("15-"+a,"t1-1",t._s(e.reading)))]),i("view",{staticClass:t._$s("17-"+a,"sc","size14 c999"),attrs:{_i:"17-"+a}},[i("icon",{staticClass:t._$s("18-"+a,"sc","iconfont icon-icon-test1"),attrs:{_i:"18-"+a}}),t._v(t._$s("17-"+a,"t1-0",t._s(e.create_time)))])])])})),0)])},s=[]},b384:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","box"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","lanBox"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","headbox"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","touxiang"),attrs:{_i:3}},[t._$s(4,"i",t.headimg)?i("image",{staticClass:t._$s(4,"sc","headimage"),attrs:{src:t._$s(4,"a-src",t.headimg),_i:4}}):i("icon",{staticClass:t._$s(5,"sc","iconfont icon-user-filling headimage"),attrs:{_i:5}})])]),i("view",{staticClass:t._$s(6,"sc","lan border-bottom"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","left"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.$t("common.infoNickname"))))]),i("view",{staticClass:t._$s(8,"sc","right"),attrs:{_i:8}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.memInfo.nickname,expression:"memInfo.nickname"}],attrs:{placeholder:t._$s(9,"a-placeholder",t.$t("tips.verifyNickName")),_i:9},domProps:{value:t._$s(9,"v-model",t.memInfo.nickname)},on:{input:function(e){e.target.composing||t.$set(t.memInfo,"nickname",e.target.value)}}}),t._$s(10,"i",t.memInfo.nickname)?i("uni-icons",{attrs:{type:"clear",color:"#999",size:"20",_i:10},on:{click:function(e){t.memInfo.nickname=""}}}):t._e()],1)]),i("view",{staticClass:t._$s(11,"sc","lan border-bottom"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","left"),attrs:{_i:12}},[t._v(t._$s(12,"t0-0",t._s(t.$t("common.infoGender"))))]),i("view",{staticClass:t._$s(13,"sc","right"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","radio"),attrs:{_i:14}},[i("uni-icons",{attrs:{type:1==t.memInfo.gender?"checkbox-filled":"circle",size:"24",color:1==t.memInfo.gender?"#fea606":"#dfdfdf",_i:15},on:{click:function(e){t.memInfo.gender=1}}}),t._v(t._$s(14,"t1-0",t._s(t.$t("common.infoMan"))))],1),i("view",{staticClass:t._$s(16,"sc","radio ml-15"),attrs:{_i:16}},[i("uni-icons",{attrs:{type:2==t.memInfo.gender?"checkbox-filled":"circle",size:"24",color:2==t.memInfo.gender?"#fea606":"#dfdfdf",_i:17},on:{click:function(e){t.memInfo.gender=2}}}),t._v(t._$s(16,"t1-0",t._s(t.$t("common.infoWoman"))))],1)])]),i("view",{staticClass:t._$s(18,"sc","lan border-bottom"),attrs:{_i:18}},[i("view",{staticClass:t._$s(19,"sc","left"),attrs:{_i:19}},[t._v(t._$s(19,"t0-0",t._s(t.$t("common.infoHeight"))))]),i("view",{staticClass:t._$s(20,"sc","right"),attrs:{_i:20}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.memInfo.height,expression:"memInfo.height"}],staticClass:t._$s(21,"sc","mr-5"),attrs:{placeholder:t._$s(21,"a-placeholder",t.$t("tips.verifyHeight")),_i:21},domProps:{value:t._$s(21,"v-model",t.memInfo.height)},on:{input:function(e){e.target.composing||t.$set(t.memInfo,"height",e.target.value)}}}),t._$s(22,"i",t.memInfo.height)?i("uni-icons",{attrs:{type:"clear",color:"#999",size:"20",_i:22},on:{click:function(e){t.memInfo.height=""}}}):t._e()],1)]),i("view",{staticClass:t._$s(23,"sc","lan border-bottom"),attrs:{_i:23}},[i("view",{staticClass:t._$s(24,"sc","left"),attrs:{_i:24}},[t._v(t._$s(24,"t0-0",t._s(t.$t("common.infoWeight"))))]),i("view",{staticClass:t._$s(25,"sc","right"),attrs:{_i:25}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.memInfo.weight,expression:"memInfo.weight"}],staticClass:t._$s(26,"sc","mr-5"),attrs:{placeholder:t._$s(26,"a-placeholder",t.$t("tips.verifyWeight")),_i:26},domProps:{value:t._$s(26,"v-model",t.memInfo.weight)},on:{input:function(e){e.target.composing||t.$set(t.memInfo,"weight",e.target.value)}}}),t._$s(27,"i",t.memInfo.weight)?i("uni-icons",{attrs:{type:"clear",color:"#999",size:"20",_i:27},on:{click:function(e){t.memInfo.weight=""}}}):t._e()],1)]),i("view",{staticClass:t._$s(28,"sc","lan border-bottom"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","left"),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.$t("common.infoBirthday"))))]),i("view",{staticClass:t._$s(30,"sc","right"),attrs:{_i:30}},[i("picker",{attrs:{end:t._$s(31,"a-end",t.endDate),value:t._$s(31,"a-value",t.memInfo.birthday?t.memInfo.birthday:t.endDate),fields:t._$s(31,"a-fields",t.fields),_i:31},on:{change:t.maskClick}},[i("view",{staticClass:t._$s(32,"sc","uni-input"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.memInfo.birthday?t.memInfo.birthday:t.$t("tips.verifyPicker"))))]),i("icon",{staticClass:t._$s(33,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:33}})])])]),t._$s(34,"i","zh-Hans"==t.language)?i("view",{staticClass:t._$s(34,"sc","lan border-bottom"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","left"),attrs:{_i:35}}),i("view",{staticClass:t._$s(36,"sc","right"),attrs:{_i:36}},[i("view",{staticClass:t._$s(37,"sc","radio"),attrs:{_i:37}},[i("uni-icons",{attrs:{type:1==t.memInfo.measure_model?"checkbox-filled":"circle",size:"24",color:1==t.memInfo.measure_model?"#fea606":"#dfdfdf",_i:38},on:{click:function(e){return t.handleMeasureModel(1)}}})],1),i("view",{staticClass:t._$s(39,"sc","radio ml-15"),attrs:{_i:39}},[i("uni-icons",{attrs:{type:2==t.memInfo.measure_model?"checkbox-filled":"circle",size:"24",color:2==t.memInfo.measure_model?"#fea606":"#dfdfdf",_i:40},on:{click:function(e){return t.handleMeasureModel(2)}}})],1)])]):t._e(),t._$s(41,"i",1==t.memInfo.measure_model&&"zh-Hans"==t.language)?i("view",{staticClass:t._$s(41,"sc","lan border-bottom"),attrs:{_i:41}},[i("view",{staticClass:t._$s(42,"sc","left"),attrs:{_i:42}}),i("view",{staticClass:t._$s(43,"sc","right"),attrs:{_i:43}},[i("picker",{attrs:{range:t._$s(44,"a-range",t.identityList),value:t._$s(44,"a-value",t.identityIndex),_i:44},on:{change:t.changegIdentity}},[i("view",{staticClass:t._$s(45,"sc","uni-input"),attrs:{_i:45}},[t._v(t._$s(45,"t0-0",t._s(t.identityList[t.identityIndex]?t.identityList[t.identityIndex].name:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(46,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:46}})])])]):t._e(),t._$s(47,"i",1==t.memInfo.measure_model&&"zh-Hans"==t.language)?i("view",{staticClass:t._$s(47,"sc","lan border-bottom"),attrs:{_i:47},on:{click:t.handleCityList}},[i("view",{staticClass:t._$s(48,"sc","left"),attrs:{_i:48}}),i("view",{staticClass:t._$s(49,"sc","right"),attrs:{_i:49}},[i("view",{staticClass:t._$s(50,"sc","mr-10"),attrs:{_i:50}},[t._v(t._$s(50,"t0-0",t._s(t.memInfo.address?t.memInfo.address:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(51,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:51}})])]):t._e(),t._$s(52,"i",1==t.memInfo.measure_model&&"zh-Hans"==t.language)?i("view",{staticClass:t._$s(52,"sc","lan border-bottom"),attrs:{_i:52}},[i("view",{staticClass:t._$s(53,"sc","left"),attrs:{_i:53}}),i("view",{staticClass:t._$s(54,"sc","right"),attrs:{_i:54}},[i("picker",{attrs:{range:t._$s(55,"a-range",t.gradeList),value:t._$s(55,"a-value",t.gradeIndex),_i:55},on:{change:t.changegType}},[i("view",{staticClass:t._$s(56,"sc","uni-input"),attrs:{_i:56}},[t._v(t._$s(56,"t0-0",t._s(t.gradeList[t.gradeIndex]?t.gradeList[t.gradeIndex].name:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(57,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:57}})])])]):t._e()]),i("view",{staticClass:t._$s(58,"sc","btn"),attrs:{_i:58},on:{click:t.confirmInfo}},[t._v(t._$s(58,"t0-0",t._s(t.$t("tips.btnConfirm"))))]),t._$s(59,"i",t.visible)?i("view",{staticClass:t._$s(59,"sc","visible"),attrs:{_i:59},on:{click:function(e){t.visible=!1}}},[i("view",{staticClass:t._$s(60,"sc","item"),attrs:{_i:60},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(61,"sc","groupBtn"),attrs:{_i:61}},[i("view",{attrs:{_i:62},on:{click:function(e){t.visible=!1}}}),i("view",{staticClass:t._$s(63,"sc","sure"),attrs:{_i:63},on:{click:function(e){return t.handlesure()}}})]),i("picker-view",{staticClass:t._$s(64,"sc","picker-view"),attrs:{value:t._$s(64,"a-value",t.value),"indicator-style":t._$s(64,"a-indicator-style",t.indicatorStyle),_i:64},on:{change:t.bindChange}},[i("picker-view-column",t._l(t._$s(66,"f",{forItems:t.province}),(function(e,n,s,a){return i("view",{key:t._$s(66,"f",{forIndex:s,key:n}),staticClass:t._$s("66-"+a,"sc","item"),attrs:{_i:"66-"+a}},[t._v(t._$s("66-"+a,"t0-0",t._s(e.name)))])})),0),i("picker-view-column",t._l(t._$s(68,"f",{forItems:t.city}),(function(e,n,s,a){return i("view",{key:t._$s(68,"f",{forIndex:s,key:n}),staticClass:t._$s("68-"+a,"sc","item"),attrs:{_i:"68-"+a}},[t._v(t._$s("68-"+a,"t0-0",t._s(e)))])})),0)])])]):t._e()])},a=[]},b38d:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{list:[]}},onLoad:function(){this.handleUserDeviceList()},methods:{handleUserDeviceList:function(){var t=this;t.$model.getDeviceList({}).then((function(e){0==e.code?t.list=e.data.list:t.$tools.msg(e.msg)})).catch((function(t){}))},handlebinging:function(e){t("log","item",e," at pageTwo/business/addDevice.vue:34"),uni.redirectTo({url:"/pageTwo/business/search?id="+e.id})}}};e.default=i}).call(this,i("f3b9")["default"])},b3b0:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","caritem"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","text"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.$t("common.infoAvatar"))))]),i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}})]),i("view",{staticClass:t._$s(4,"sc","caritem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.$t("common.infoNickname"))))]),i("view",{staticClass:t._$s(6,"sc","text_r"),attrs:{_i:6}},[t._$s(7,"i",!t.isEdit)?i("text",[t._v(t._$s(7,"t0-0",t._s(t.user.nickname)))]):i("input",{directives:[{name:"model",rawName:"v-model",value:t.nickname,expression:"nickname"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.nickname)},on:{blur:t.handleBlur,input:function(e){e.target.composing||(t.nickname=e.target.value)}}}),i("uni-icons",{staticClass:t._$s(9,"sc","ml-10"),attrs:{type:"compose",color:"#FEC407",size:"22",_i:9},on:{click:function(e){t.isEdit=!0}}})],1)]),i("view",{staticClass:t._$s(10,"sc","caritem"),attrs:{_i:10},on:{click:function(e){return t.navTo("/pageTwo/setting/phone")}}},[i("view",{staticClass:t._$s(11,"sc","text"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.$t("common.infoMobile"))))]),i("view",{staticClass:t._$s(12,"sc","text_r"),attrs:{_i:12}},[i("text",[t._v(t._$s(13,"t0-0",t._s(t.user.my_tel)))]),i("uni-icons",{attrs:{type:"right",_i:14}})],1)]),i("view",{staticClass:t._$s(15,"sc","caritem"),attrs:{_i:15},on:{click:function(e){return t.navTo("/pageTwo/setting/email")}}},[i("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("common.infoEmail"))))]),i("view",{staticClass:t._$s(17,"sc","text_r"),attrs:{_i:17}},[i("text",[t._v(t._$s(18,"t0-0",t._s(t.user.my_email)))]),i("uni-icons",{attrs:{type:"right",_i:19}})],1)]),i("view",{staticClass:t._$s(20,"sc","caritem"),attrs:{_i:20},on:{click:function(e){return t.navTo("/pageTwo/setting/password")}}},[i("view",{staticClass:t._$s(21,"sc","text"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.$t("common.titleSetPassword"))))]),i("uni-icons",{attrs:{type:"right",_i:22}})],1),i("view",{staticClass:t._$s(23,"sc","btn mb-15"),attrs:{_i:23},on:{click:t.handleOutLogin}},[t._v(t._$s(23,"t0-0",t._s(t.$t("common.btnDeleteAccount"))))])])},a=[]},b483:function(t,e,i){"use strict";i.r(e);var n=i("c412"),s=i("9724");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"8073ae00",null,!1,n["a"],void 0);e["default"]=o.exports},b4d2:function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},b525:function(t,e,i){t.exports=i.p+"static/add.png"},b53e:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("22e6")),a=(n(i("269c")),"https://tc.pcxbc.com/testedition"),r=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"get",i=arguments.length>2?arguments[2]:void 0,n={url:a+t,data:i,method:e,header:{"X-Requested-With":"XMLHttpRequest","content-type":"application/json; charset=UTF-8"}},r=new Promise((function(t,e){uni.request(n).then((function(e){uni.hideLoading(),20001!=e[1].data.code?200==e[1].statusCode?t(e[1].data):s.default.msg(e[1].data.msg):uni.$emit("need-login")})).catch((function(t){uni.hideLoading(),e(t)}))}));return r},o={baseUrl:a,get:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"get",e)},post:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"post",e)}};e.default=o},b594:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("6cd3")),a=n(i("d978")),r=n(i("8283")),o={mixins:[s.default,a.default,r.default],emits:["click","change"],props:{show:{type:String,default:"none"},disabled:{type:Boolean,default:!1},autoClose:{type:Boolean,default:!0},threshold:{type:Number,default:20},leftOptions:{type:Array,default:function(){return[]}},rightOptions:{type:Array,default:function(){return[]}}},destroyed:function(){this.__isUnmounted||this.uninstall()},methods:{uninstall:function(){var t=this;this.swipeaction&&this.swipeaction.children.forEach((function(e,i){e===t&&t.swipeaction.children.splice(i,1)}))},getSwipeAction:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniSwipeAction",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=o},b7f1:function(t,e,i){"use strict";i.r(e);var n=i("b3b0"),s=i("8e25");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"18cbe3da",null,!1,n["a"],void 0);e["default"]=o.exports},b893:function(t,e){t.exports=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},b8f5:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniDatetimePicker:i("07c2").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content addText"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","item"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","name"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","example-body"),attrs:{_i:4}},[i("uni-datetime-picker",{attrs:{type:"datetime",border:!1,"clear-icon":!1,"hide-second":!0,_i:5},on:{change:t.changeLog},model:{value:t._$s(5,"v-model",t.recordTime),callback:function(e){t.recordTime=e},expression:"recordTime"}})],1)])]),i("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","ji"),attrs:{_i:7}}),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.content)},on:{input:function(e){e.target.composing||(t.content=e.target.value)}}}),i("view",{staticClass:t._$s(9,"sc","length"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.content.length)))])]),i("view",{staticClass:t._$s(10,"sc","btn"),attrs:{_i:10},on:{click:t.handleCloseClick}})])},a=[]},b8fb:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59"),r=n(i("ea80"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg(this.$t("tips.verifyBodyDate"))}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg(this.$t("tips.verifyBodyDate"));this.startTime=t.detail.value,this.handlePublicTrendList()},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)=this.lastPage?uni.showToast({title:this.$t("tips.msgNoMoreData"),icon:"none"}):(this.page++,this.getList(this.page))},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:i.$t("tips.msgTitle"),content:i.$t("tips.verifyDeleteHistory"),cancelText:i.$t("tips.btnSancellation"),confirmText:i.$t("tips.btnConfirm"),success:function(t){t.confirm?i.$model.gethistorydelete({id:n,type:i.acd_id}).then((function(t){0==t.code?(i.ranklist.splice(e,1),"1"==i.user.measure_model&&i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),2==i.acd_id?i.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}):i.isDelete=!0,i.$tools.msg(i.$t("tips.msgDelete"))):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg(i.$t("tips.msgCancel"))}})},clickItemMethod:function(t){"6"!=this.acd_id&&uni.navigateTo({url:"/pageTwo/history/historyDetail?type="+this.acd_id+"&id="+t.id})},getList:function(e){var i=this,n=this;n.$model.gethistory({aud_id:uni.getStorageSync("userid"),type:n.acd_id,page:n.page}).then((function(e){if(t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/history/history.vue:142"),0==e.code){var s=[{text:n.$t("tips.btnDelete"),style:{backgroundColor:"#dd524d"}}];e.data.rows.forEach((function(t){t.options=s})),i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage}}))},handleEdit:function(t){this.isActive=this.isActive==t?null:t}}};e.default=c}).call(this,i("f3b9")["default"])},c17d:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",password2:"",disabled:!1,second:60,value:1,type:"",language:""}},onLoad:function(e){this.type=e.type,this.language=uni.getLocale(),t("log","language",this.language," at pageTwo/login/forgetPassword.vue:67"),uni.setNavigationBarTitle({title:"register"==this.type?this.$t("common.titleRegister"):this.$t("common.titleForgotPassword")})},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var e=this,i=-1!==e.phone.indexOf("@");if("zh-Hans"!=e.language||i||/^1[3456789]\d{9}$/.test(e.phone))if("zh-Hans"!=e.language||!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))if("zh-Hans"==e.language||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))if(e.code)if(e.password)if(e.password2){if(e.password2==e.password){var n={data:e.phone,password:e.password,c_password:e.password2,code:e.code,language:e.language},s="register"==e.type?e.$model.getregister(n):e.$model.getResetPassword(n);return s.then((function(i){t("log","\u6ce8\u518c",i," at pageTwo/login/forgetPassword.vue:122"),0==i.code?(uni.setStorageSync("token",i.data.token),uni.setStorageSync("aan_id",i.data.aan_id),e.$tools.msg(e.$t("tips.msgSetPasswordSuccess")),setTimeout((function(){uni.$emit("login-sucesss")}),1e3)):e.$tools.msg(i.msg)})).catch((function(t){}))}e.$tools.msg(e.$t("tips.verifyPasswordCorrect"))}else e.$tools.msg(e.$t("tips.verifyPasswordTwo"));else e.$tools.msg(e.$t("tips.passwordTips"));else e.$tools.msg(e.$t("tips.verifyCode"));else e.$tools.msg(e.$t("tips.verifyEmailCorrect"));else e.$tools.msg(e.$t("tips.verifyAccount"));else e.$tools.msg(e.$t("tips.verifyAccount"))},handleCode:function(){var e=this,i=-1!==e.phone.indexOf("@");("zh-Hans"!=e.language||i||/^1[3456789]\d{9}$/.test(e.phone))&&("zh-Hans"!=e.language||!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))?"zh-Hans"==e.language||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?e.$model.getSendCode({data:e.phone,type:e.type}).then((function(i){if(t("log",i," at pageTwo/login/forgetPassword.vue:157"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg(e.$t("tips.verifyEmailCorrect")):e.$tools.msg(e.$t("tips.verifyAccount"))},handlexieyi:function(){}}};e.default=i}).call(this,i("f3b9")["default"])},c22d:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","listC"),attrs:{_i:1}},[n("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){return t.handleActive(1)}}},[t._v(t._$s(2,"t0-0",t._s(t.$t("chartsDay"))))]),n("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){return t.handleActive(2)}}},[t._v(t._$s(3,"t0-0",t._s(t.$t("chartsMonth"))))]),n("view",{class:t._$s(4,"c",[3==t.active?"active":""]),attrs:{_i:4},on:{click:function(e){return t.handleActive(3)}}},[t._v(t._$s(4,"t0-0",t._s(t.$t("chartsYear"))))])]),n("view",{staticClass:t._$s(5,"sc","box"),attrs:{_i:5}},[n("view",{staticClass:t._$s(6,"sc","boxTime"),attrs:{_i:6}},[n("picker",{staticClass:t._$s(7,"sc","f-l"),attrs:{value:t._$s(7,"a-value",t.startDate),fields:t._$s(7,"a-fields",1==t.active?"day":2==t.active?"month":"year"),_i:7},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.time))),n("uni-icons",{attrs:{type:"bottom",_i:9}})],1)])]),n("view",{staticClass:t._$s(10,"sc","boxLine"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.weightList}),(function(e,s,a,r){return n("view",{key:t._$s(11,"f",{forIndex:a,key:"11-"+r}),staticClass:t._$s("11-"+r,"sc","line"),attrs:{_i:"11-"+r}},[t._$s("12-"+r,"i",e.line.categories.length)?n("view",[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:e.id,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"13-"+r}})],1):n("view",{staticClass:t._$s("14-"+r,"sc","line"),attrs:{_i:"14-"+r}},[n("view",{staticClass:t._$s("15-"+r,"sc","nolist"),attrs:{_i:"15-"+r}},[n("image",{attrs:{src:t._$s("16-"+r,"a-src",i("8ef2")),_i:"16-"+r}}),n("text",[t._v(t._$s("17-"+r,"t0-0",t._s(t.$t("index.none"))))])])])])})),0)])])},a=[]},c313:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.Calendar=void 0,e.addZero=u,e.checkDate=function(t){return t.match(/((19|20)\d{2})(-|\/)\d{1,2}(-|\/)\d{1,2}/g)},e.dateCompare=d,e.fixIosDateFormat=h,e.getDate=c,e.getDateTime=function(t,e){return"".concat(c(t)," ").concat(l(t,e))},e.getDefaultSecond=function(t){return t?"00:00":"00:00:00"},e.getTime=l;var s=n(i("af34")),a=n(i("67ad")),r=n(i("0bdb")),o=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.selected,n=e.startDate,s=e.endDate,r=e.range;(0,a.default)(this,t),this.date=this.getDateObj(new Date),this.selected=i||[],this.startDate=n,this.endDate=s,this.range=r,this.cleanMultipleStatus(),this.weeks={},this.lastHover=!1}return(0,r.default)(t,[{key:"setDate",value:function(t){var e=this.getDateObj(t);this.getWeeks(e.fullDate)}},{key:"cleanMultipleStatus",value:function(){this.multipleStatus={before:"",after:"",data:[]}}},{key:"setStartDate",value:function(t){this.startDate=t}},{key:"setEndDate",value:function(t){this.endDate=t}},{key:"getPreMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e-1);var i=t.getMonth();return 0!==e&&i-e===0&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getNextMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e+1);var i=t.getMonth();return i-e>1&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getDateObj",value:function(t){return t=h(t),t=new Date(t),{fullDate:c(t),year:t.getFullYear(),month:u(t.getMonth()+1),date:u(t.getDate()),day:t.getDay()}}},{key:"getPreMonthDays",value:function(t,e){for(var i=[],n=t-1;n>=0;n--){var s=e.month-1;i.push({date:new Date(e.year,s,-n).getDate(),month:s,disable:!0})}return i}},{key:"getCurrentMonthDays",value:function(t,e){for(var i=this,n=[],s=this.date.fullDate,a=function(t){var a="".concat(e.year,"-").concat(e.month,"-").concat(u(t)),r=s===a,o=i.selected&&i.selected.find((function(t){if(i.dateEqual(a,t.date))return t}));i.startDate&&d(i.startDate,a),i.endDate&&d(a,i.endDate);var c=i.multipleStatus.data,l=-1;i.range&&c&&(l=c.findIndex((function(t){return i.dateEqual(t,a)})));var f=-1!==l;n.push({fullDate:a,year:e.year,date:t,multiple:!!i.range&&f,beforeMultiple:i.isLogicBefore(a,i.multipleStatus.before,i.multipleStatus.after),afterMultiple:i.isLogicAfter(a,i.multipleStatus.before,i.multipleStatus.after),month:e.month,disable:i.startDate&&!d(i.startDate,a)||i.endDate&&!d(a,i.endDate),isToday:r,userChecked:!1,extraInfo:o})},r=1;r<=t;r++)a(r);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var i=[],n=e.month+1,s=1;s<=t;s++)i.push({date:s,month:n,disable:!0});return i}},{key:"getInfo",value:function(t){var e=this;return t||(t=new Date),this.calendar.find((function(i){return i.fullDate===e.getDateObj(t).fullDate}))}},{key:"dateEqual",value:function(t,e){return t=new Date(h(t)),e=new Date(h(e)),t.valueOf()===e.valueOf()}},{key:"isLogicBefore",value:function(t,e,i){var n=e;return e&&i&&(n=d(e,i)?e:i),this.dateEqual(n,t)}},{key:"isLogicAfter",value:function(t,e,i){var n=i;return e&&i&&(n=d(e,i)?i:e),this.dateEqual(n,t)}},{key:"geDateAll",value:function(t,e){var i=[],n=t.split("-"),s=e.split("-"),a=new Date;a.setFullYear(n[0],n[1]-1,n[2]);var r=new Date;r.setFullYear(s[0],s[1]-1,s[2]);for(var o=a.getTime()-864e5,c=r.getTime()-864e5,l=o;l<=c;)l+=864e5,i.push(this.getDateObj(new Date(parseInt(l))).fullDate);return i}},{key:"setMultiple",value:function(t){if(this.range){var e=this.multipleStatus,i=e.before,n=e.after;if(i&&n){if(!this.lastHover)return void(this.lastHover=!0);this.multipleStatus.before=t,this.multipleStatus.after="",this.multipleStatus.data=[],this.multipleStatus.fulldate="",this.lastHover=!1}else i?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before),this.lastHover=!0):(this.multipleStatus.before=t,this.multipleStatus.after=void 0,this.lastHover=!1);this.getWeeks(t)}}},{key:"setHoverMultiple",value:function(t){if(this.range&&!this.lastHover){var e=this.multipleStatus.before;e?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before)):this.multipleStatus.before=t,this.getWeeks(t)}}},{key:"setDefaultMultiple",value:function(t,e){this.multipleStatus.before=t,this.multipleStatus.after=e,t&&e&&(d(t,e)?(this.multipleStatus.data=this.geDateAll(t,e),this.getWeeks(e)):(this.multipleStatus.data=this.geDateAll(e,t),this.getWeeks(t)))}},{key:"getWeeks",value:function(t){for(var e=this.getDateObj(t),i=e.year,n=e.month,a=new Date(i,n-1,1).getDay(),r=this.getPreMonthDays(a,this.getDateObj(t)),o=new Date(i,n,0).getDate(),c=this.getCurrentMonthDays(o,this.getDateObj(t)),l=42-a-o,u=this._getNextMonthDays(l,this.getDateObj(t)),d=[].concat((0,s.default)(r),(0,s.default)(c),(0,s.default)(u)),f=new Array(6),h=0;h=t.lastPage)?n("view",{staticClass:t._$s(10,"sc","endtext"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.$t("tips.msgBottom"))))]):t._e()],2):t._e(),t._$s(11,"i",!t.lastPage)?n("view",{staticClass:t._$s(11,"sc","nolist"),attrs:{_i:11}},[n("image",{attrs:{src:t._$s(12,"a-src",i("8ef2")),_i:12}}),n("text",[t._v(t._$s(13,"t0-0",t._s(t.$t("index.none"))))])]):t._e()],1)},a=[]},c456:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{phone:"",code:"",password:"",disabled:!1,second:60,value:0,isCode:!0,loginCode:"",Islanguage:!1,language:"",nowlanguage:"",componentKey:1}},computed:function(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/PublicCards/contrast.vue:175"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg(this.$t("tips.verifyBontrast"))},handleActive:function(t,e){var i=this;i.active=e,i.labelName=t,i.startM=i.$tools.getDate("m").substring(0,10),i.endM=i.$tools.getDate("m").substring(11,21),i.list=[],i.infoList=[],i.markDays=[],i.isActive=[],i.ActiveDays=[],i.$nextTick((function(){i.isShow=!0,i.getList(i.startM,i.endM)}))}}};e.default=l}).call(this,i("f3b9")["default"])},c651:function(t,e,i){"use strict";i.r(e);var n=i("f52d"),s=i("4897");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"2183533c",null,!1,n["a"],void 0);e["default"]=o.exports},c6c6:function(t,e,i){"use strict";i.r(e);var n=i("c86f"),s=i("7dd5");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"62eb173a",null,!1,n["a"],void 0);e["default"]=o.exports},c76d:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e0)?i("text",[t._v(t._$s(15,"t0-0",t._s(t.$t("contrast.weightdiffAugment"))))]):i("text",[t._v(t._$s(16,"t0-0",t._s(t.$t("contrast.weightdiff"))))])]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0)?i("text",[t._v(t._$s(19,"t0-0",t._s(t.$t("contrast.fatWdiffAugment"))))]):i("text",[t._v(t._$s(20,"t0-0",t._s(t.$t("contrast.fatWdiff"))))])]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(21,"t1-0",t._s(t.$t("contrast.changeData"))))])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(24,"t1-0",t._s(t.$t("contrast.changeData"))))]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view",[t._v(t._$s(30,"t0-0",t._s(t.$t("contrast.trend"))))]),i("view",[t._v(t._$s(31,"t0-0",t._s(t.$t("contrast.before"))))]),i("view",[t._v(t._$s(32,"t0-0",t._s(t.$t("contrast.after"))))])]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,s,a){return i("view",{key:t._$s(33,"f",{forIndex:s,key:n}),staticClass:t._$s("33-"+a,"sc","li"),attrs:{_i:"33-"+a}},[i("view",{staticClass:t._$s("34-"+a,"sc","name"),attrs:{_i:"34-"+a}},[i("text",[t._v(t._$s("35-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+a,"sc","num"),attrs:{_i:"36-"+a}},[t._$s("37-"+a,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+a,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+a,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+a,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+a}}):t._e(),t._$s("39-"+a,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+a,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+a}}):t._e(),t._$s("40-"+a,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+a,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+a}}):t._e()]),i("view",{staticClass:t._$s("41-"+a,"sc","f"),attrs:{_i:"41-"+a}},[i("view",[t._v(t._$s("42-"+a,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+a,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+a,"sc","f"),attrs:{_i:"44-"+a}},[i("view",[t._v(t._$s("45-"+a,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+a,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},a=[]},c8f7:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isFirst)?i("view",{staticClass:t._$s(0,"sc","wrapper wrapperbg"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(1==t.type?t.$t("body.target_weight"):t.$t("body.initial_weight"))))]),t._$s(4,"i",1!=t.type)?i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4},on:{click:t.hideKeyboard}},[i("view",{staticClass:t._$s(5,"sc","name"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.$t("common.titleDate"))))]),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("picker",{attrs:{end:t._$s(7,"a-end",t.endDate),fields:t._$s(7,"a-fields",t.fields),_i:7},on:{change:t.changeLog}},[i("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.regTime?t.regTime:t.$t("tips.verifyPicker"))))]),i("icon",{staticClass:t._$s(9,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:9}})])])]):t._e(),i("view",{staticClass:t._$s(10,"sc","editem"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","name"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.$t("common.infoWeight"))))]),i("view",{staticClass:t._$s(12,"sc","right"),attrs:{_i:12}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{placeholder:t._$s(13,"a-placeholder",t.$t("tips.verifyRecord")),_i:13},domProps:{value:t._$s(13,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})])]),i("view",{staticClass:t._$s(14,"sc","btn close"),attrs:{_i:14},on:{click:function(e){return t.onTap()}}},[t._v(t._$s(14,"t0-0",t._s(t.$t("tips.btnSancellation"))))]),i("view",{staticClass:t._$s(15,"sc","btn"),attrs:{_i:15},on:{click:t.handleTarget}},[t._v(t._$s(15,"t0-0",t._s(t.$t("tips.btnConfirm"))))])])])]):t._e()},s=[]},ca9c:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1}}),n("view",{staticClass:t._$s(2,"sc","language"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","nowlanguage"),attrs:{_i:3},on:{click:function(e){t.Islanguage=!t.Islanguage}}},[t._v(t._$s(3,"t0-0",t._s(t.nowlanguage))),n("uni-icons",{attrs:{type:"down",size:"18",_i:4}})],1),t._$s(5,"i",t.Islanguage)?n("view",{staticClass:t._$s(5,"sc","languageList"),attrs:{_i:5}},t._l(t._$s(6,"f",{forItems:t.languageList}),(function(e,s,a,r){return n("view",{key:t._$s(6,"f",{forIndex:a,key:"6-"+r}),staticClass:t._$s("6-"+r,"sc","item"),class:t._$s("6-"+r,"c",[t.nowlanguage==e.value?"active":""]),attrs:{_i:"6-"+r},on:{click:function(i){return t.handleSetlanguage(e)}}},[t._v(t._$s("6-"+r,"t0-0",t._s(e.value))),t._$s("7-"+r,"i",t.nowlanguage==e.value)?n("image",{attrs:{src:t._$s("7-"+r,"a-src",i("953e")),_i:"7-"+r}}):t._e()])})),0):t._e()]),n("view",{staticClass:t._$s(8,"sc","top"),attrs:{_i:8}},[n("image",{attrs:{src:t._$s(9,"a-src",i("1e52")),_i:9}}),n("text")]),n("view",{staticClass:t._$s(11,"sc","login box_shadow"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","title"),attrs:{_i:12}},[t._v(t._$s(12,"t0-0",t._s(t.$t("common.titleLogin"))))]),n("view",{staticClass:t._$s(13,"sc","toggle cblue"),attrs:{_i:13},on:{click:t.handleToggle}},[t._v(t._$s(13,"t0-0",t._s(t.$t("common.titleToggleLogin"))))]),n("view",{staticClass:t._$s(14,"sc","editem"),attrs:{_i:14}},[n("view",{staticClass:t._$s(15,"sc","item"),attrs:{_i:15}},[n("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s("zh-Hans"==t.language?t.$t("common.titleAccountText"):t.$t("common.infoEmail"))))]),n("view",{staticClass:t._$s(17,"sc","input"),attrs:{_i:17}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{placeholder:t._$s(18,"a-placeholder",t.$t("tips.verifyRecord")),_i:18},domProps:{value:t._$s(18,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})])]),t._$s(19,"i",t.isCode)?n("view",{staticClass:t._$s(19,"sc","item "),attrs:{_i:19}},[n("view",{staticClass:t._$s(20,"sc","text"),attrs:{_i:20}},[t._v(t._$s(20,"t0-0",t._s(t.$t("common.titleCode"))))]),n("view",{staticClass:t._$s(21,"sc","input yanzhengma"),attrs:{_i:21}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:t._$s(22,"sc","uni-input"),attrs:{placeholder:t._$s(22,"a-placeholder",t.$t("common.titleCode")),_i:22},domProps:{value:t._$s(22,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),n("button",{staticClass:t._$s(23,"sc","code"),attrs:{disabled:t._$s(23,"a-disabled",t.disabled),_i:23},on:{click:t.handleCode},model:{value:t._$s(23,"v-model",t.code),callback:function(e){t.code=e},expression:"code"}},[t._v(t._$s(23,"t0-0",t._s(t.second<60?t.second:t.$t("common.titleSendCode"))))])])]):n("view",{staticClass:t._$s(24,"sc","item "),attrs:{_i:24}},[n("view",{staticClass:t._$s(25,"sc","text"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.$t("common.titlePassword"))))]),n("view",{staticClass:t._$s(26,"sc","input"),attrs:{_i:26}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(27,"sc","uni-input"),attrs:{placeholder:t._$s(27,"a-placeholder",t.$t("common.titlePassword")),_i:27},domProps:{value:t._$s(27,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),t._$s(28,"i",!t.isCode)?n("view",{staticClass:t._$s(28,"sc","forget "),attrs:{_i:28}},[n("text",{attrs:{_i:29},on:{click:function(e){return t.handlePassword("forgetPassword")}}},[t._v(t._$s(29,"t0-0",t._s(t.$t("common.titleForgotPassword"))))])]):t._e()]),n("view",{staticClass:t._$s(30,"sc","xieyi"),attrs:{_i:30}},[n("checkbox-group",{staticClass:t._$s(31,"sc","group"),attrs:{_i:31},on:{change:t.checkboxChange}},[n("label",[n("checkbox",{attrs:{_i:33}}),t._v(t._$s(32,"t1-0",t._s(t.$t("common.titleAgreementText")))),n("text",{staticClass:t._$s(34,"sc","blue"),attrs:{_i:34},on:{click:[function(t){t.stopPropagation()},t.handlexieyi]}},[t._v(t._$s(34,"t0-0",t._s(t.$t("common.titleAgreementContntText"))))])])])]),n("view",{staticClass:t._$s(35,"sc","btnlogin"),attrs:{_i:35},on:{click:t.handleTelLogin}},[t._v(t._$s(35,"t0-0",t._s(t.$t("common.titleLogin"))))]),n("view",{staticClass:t._$s(36,"sc","btngroup"),attrs:{_i:36},on:{click:function(e){return t.handlePassword("register")}}},[n("text",[t._v(t._$s(37,"t0-0",t._s(t.$t("common.titleRegister"))))])])])])},a=[]},cad7:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("755a")),a=n(i("0383")),r=n(i("9269")),o={en:s.default,"zh-Hans":a.default,"zh-Hant":r.default};e.default=o},cb15:function(t,e,i){"use strict";i.r(e);var n=i("19aa"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},ccd8:function(t,e,i){"use strict";i.r(e);var n=i("293b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},cd61:function(t,e,i){"use strict";i.r(e);var n=i("55dd"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},cdfd:function(t,e,i){"use strict";i.r(e);var n=i("050e"),s=i("b1e6");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"51516f44",null,!1,n["a"],void 0);e["default"]=o.exports},cefb:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={pages:[{path:"pages/home/home",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/skip",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/charts",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"pages/lunging/vitalcapacity",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50,navigationBarBackgroundColor:"#000000",backgroundColor:"#000000"}},{path:"pages/lunging/charts",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"pages/my/me",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/score/score",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/PublicCards/PublicCards",style:{navigationBarTitleText:""}},{path:"pages/body/body",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/zixun/list",style:{navigationBarTitleText:""}}],subPackages:[{root:"pageTwo",pages:[{path:"history/history",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"history/historyDetail",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"compk/contrast",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"compk/pkdetail",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"cardList/card",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"business/business",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"business/addDevice",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"business/search",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"score/history",style:{navigationBarTitleText:"\u5386\u53f2",enablePullDownRefresh:!1}},{path:"score/report",style:{navigationBarTitleText:"\u8bb0\u5f55",enablePullDownRefresh:!1}},{path:"my/manage",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"message/list",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"my/userInfo",style:{navigationBarTitleText:""}},{path:"login/forgetPassword",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"login/login",style:{navigationBarTitleText:"",enablePullDownRefresh:!1,navigationStyle:"custom"}},{path:"my/about",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/setting",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/password",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/email",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/phone",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/search",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/G02",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCV02",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCT01",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/B20",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22S",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/notepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/addNotepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"PublicCards/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf"}},{path:"PublicCards/history",style:{navigationBarTitleText:"\u5386\u53f2\u8bb0\u5f55"}},{path:"PublicCards/contrast",style:{navigationBarTitleText:"\u6570\u636e\u5bf9\u6bd4"}},{path:"PublicCards/pkdetail",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5"}},{path:"home/inheritHeighet",style:{navigationBarTitleText:""}},{path:"home/bmi",style:{navigationBarTitleText:""}},{path:"home/childPK",style:{navigationBarTitleText:""}},{path:"webview/webview",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}}]}],globalStyle:{navigationBarTextStyle:"white",navigationBarTitleText:"",navigationBarBackgroundColor:"#37cc92",backgroundColor:"#fff"},tabBar:{color:"#333",fontSize:"14px",selectedColor:"#37cc92",backgroundColor:"#fff",list:[{pagePath:"pages/home/home",iconPath:"static/shou.png",selectedIconPath:"static/shou2.png"},{pagePath:"pages/zixun/list",iconPath:"static/ping.png",selectedIconPath:"static/ping2.png"},{pagePath:"pages/my/me",iconPath:"static/wo.png",selectedIconPath:"static/wo2.png"}]},uniIdRouter:{}}},cf00:function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u4e3b\u9801","index.component":"\u7d44\u4ef6","index.api":"API","index.schema":"Schema","index.demo":"uni-app \u570b\u969b\u5316\u6f14\u793a","index.demo-description":"\u5305\u542b uni-framework\u3001manifest.json\u3001pages.json\u3001tabbar\u3001\u9801\u9762\u3001\u7d44\u4ef6\u3001API\u3001Schema","index.detail":"\u8a73\u60c5","index.language":"\u8a9e\u8a00","index.language-info":"\u8a9e\u8a00\u4fe1\u606f","index.system-language":"\u7cfb\u7d71\u8a9e\u8a00","index.application-language":"\u61c9\u7528\u8a9e\u8a00","index.language-change-confirm":"\u61c9\u7528\u6b64\u8a2d\u7f6e\u5c07\u91cd\u555fApp"}')},d26b:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{page:1,fimages:[],lastPage:"",labelList:[],active:0,list:[]}},computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:this.$t("tips.msgNoMoreData"),icon:"none"}):(this.page++,this.handleContentMsg())},methods:{handleContentMsg:function(){var e=this;e.$model.getContentMsg({type:e.active,sector_id:1,page:e.page}).then((function(i){t("log","\u8d44\u8baf",i," at pages/zixun/list.vue:89"),0==i.code&&(e.list=e.list.concat(i.data.content_data))}))},handleContentLabel:function(){var e=this;e.$model.getContentLabel({}).then((function(i){t("log","\u6807\u7b7e\u7c7b\u522b\u4fe1\u606f",i," at pages/zixun/list.vue:98"),0==i.code&&(e.labelList=i.data[0].list,e.fimages=i.data[0].loop_data,e.handleContentMsg())}))},handleactive:function(t){this.active=t,this.page=1,this.list=[],this.handleContentMsg()},detail:function(t){this.$tools.NewsPtype(t)},handleActive:function(t,e){var i=this;i.$tools.NewsPtype(t),setTimeout((function(){i.list[e].reading++}),2e3)}}};e.default=o}).call(this,i("f3b9")["default"])},d2c1:function(t,e,i){"use strict";i.r(e);var n=i("f9ca"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},d3b4:function(t,i,n){"use strict";(function(t){var s=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.LOCALE_ZH_HANT=i.LOCALE_ZH_HANS=i.LOCALE_FR=i.LOCALE_ES=i.LOCALE_EN=i.I18n=i.Formatter=void 0,i.compileI18nJsonStr=function(t,i){var n=i.locale,s=i.locales,a=i.delimiters;if(!k(t,a))return t;$||($=new d);var r=[];Object.keys(s).forEach((function(t){t!==n&&r.push({locale:t,values:s[t]})})),r.unshift({locale:n,values:s[n]});try{return JSON.stringify(S(JSON.parse(t),r,a),null,2)}catch(e){}return t},i.hasI18nJson=function t(e,i){$||($=new d);return D(e,(function(e,n){var s=e[n];return C(s)?!!k(s,i)||void 0:t(s,i)}))},i.initVueI18n=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var s=[e,t];t=s[0],e=s[1]}"string"!==typeof t&&(t=x());"string"!==typeof i&&(i="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var a=new b({locale:t,fallbackLocale:i,messages:e,watcher:n}),r=function(t,e){if("function"!==typeof getApp)r=function(t,e){return a.t(t,e)};else{var i=!1;r=function(t,e){var n=getApp().$vm;return n&&(n.$locale,i||(i=!0,w(n,a))),a.t(t,e)}}return r(t,e)};return{i18n:a,f:function(t,e,i){return a.f(t,e,i)},t:function(t,e){return r(t,e)},add:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return a.add(t,e,i)},watch:function(t){return a.watchLocale(t)},getLocale:function(){return a.getLocale()},setLocale:function(t){return a.setLocale(t)}}},i.isI18nStr=k,i.isString=void 0,i.normalizeLocale=y,i.parseI18nJson=function t(e,i,n){$||($=new d);return D(e,(function(e,s){var a=e[s];C(a)?k(a,n)&&(e[s]=T(a,i,n)):t(a,i,n)})),e},i.resolveLocale=function(t){return function(e){return e?(e=y(e)||e,function(t){var e=[],i=t.split("-");while(i.length)e.push(i.join("-")),i.pop();return e}(e).find((function(e){return t.indexOf(e)>-1}))):e}};var a=s(n("34cf")),r=s(n("67ad")),o=s(n("0bdb")),c=s(n("3b2d")),l=function(t){return null!==t&&"object"===(0,c.default)(t)},u=["{","}"],d=function(){function t(){(0,r.default)(this,t),this._caches=Object.create(null)}return(0,o.default)(t,[{key:"interpolate",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!e)return[t];var n=this._caches[t];return n||(n=p(t,i),this._caches[t]=n),v(n,e)}}]),t}();i.Formatter=d;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(t,e){var i=(0,a.default)(e,2),n=i[0],s=i[1],r=[],o=0,c="";while(o-1?"zh-Hans":t.indexOf("-hant")>-1||function(t,e){return!!e.find((function(e){return-1!==t.indexOf(e)}))}(t,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var i=["en","fr","es"];e&&Object.keys(e).length>0&&(i=Object.keys(e));var n=function(t,e){return e.find((function(e){return 0===t.indexOf(e)}))}(t,i);return n||void 0}}var b=function(){function t(e){var i=e.locale,n=e.fallbackLocale,s=e.messages,a=e.watcher,o=e.formater;(0,r.default)(this,t),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],n&&(this.fallbackLocale=n),this.formater=o||m,this.messages=s||{},this.setLocale(i||"en"),a&&this.watchLocale(a)}return(0,o.default)(t,[{key:"setLocale",value:function(t){var e=this,i=this.locale;this.locale=y(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],i!==this.locale&&this.watchers.forEach((function(t){t(e.locale,i)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,i=this.watchers.push(t)-1;return function(){e.watchers.splice(i,1)}}},{key:"add",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=this.messages[t];n?i?Object.assign(n,e):Object.keys(e).forEach((function(t){_(n,t)||(n[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,i){return this.formater.interpolate(t,e,i).join("")}},{key:"t",value:function(t,e,i){var n=this.message;return"string"===typeof e?(e=y(e,this.messages),e&&(n=this.messages[e])):i=e,_(n,t)?this.formater.interpolate(n[t],i).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function w(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function x(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():"en"}i.I18n=b;var $,C=function(t){return"string"===typeof t};function k(t,e){return t.indexOf(e[0])>-1}function T(t,e,i){return $.interpolate(t,e,i).join("")}function S(t,e,i){return D(t,(function(t,n){(function(t,e,i,n){var s=t[e];if(C(s)){if(k(s,n)&&(t[e]=T(s,i[0].values,n),i.length>1)){var a=t[e+"Locales"]={};i.forEach((function(t){a[t.locale]=T(s,t.values,n)}))}}else S(s,i,n)})(t,n,e,i)})),t}function D(t,e){if(Array.isArray(t)){for(var i=0;i=2&&(-1==n.isActiveList.indexOf(e.name)?n.isActiveList.push(e.name):n.isActiveList.splice(n.isActiveList.indexOf(e.name),1),n.isActiveList.length>2&&n.isActiveList.splice(0,1),t.list.forEach((function(t){t.choice_state=0,n.isActiveList.forEach((function(e){t.name==e&&(t.choice_state=1)}))})))},bindTimeChange:function(t,e){var i=t.target.value[0],n=t.target.value[1];e.value=this.timeList[0][i].substring(0,2)+":"+this.timeList[1][n].substring(0,2)},handleTips:function(t){null!=t&&""!=t&&uni.showToast({title:t,duration:4e3,icon:"none"})},handleSportsList:function(){var e=this;e.$model.getSportsList({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),address:e.address}).then((function(i){t("log","\u5355\u5730\u533a",i," at pages/score/score.vue:364"),0==i.code&&(e.sportsList=i.data.list)}))},handleValue:function(t){t.value=""},handlescore:function(){var e=this;e.familayList.length?(t("log","selectllist",e.selectllist," at pages/score/score.vue:379"),e.selectllist.forEach((function(t){t.list.forEach((function(t){t.list.forEach((function(t){t.value=""==t.value?"0":t.value}))}))})),e.$model.getSportsData({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),parameter_data:e.address,result_data:e.selectllist}).then((function(i){t("log","\u5f00\u59cb\u4f30\u5206",i," at pages/score/score.vue:393"),0==i.code?(e.isSports=!0,e.isresult=!0,e.selectllist=i.data.list,e.score=i.data.total_score,e.Max_score=i.data.max_score,e.chartData.series[0].data=Number(i.data.total_score)/i.data.max_score):e.$tools.msg(i.msg)}))):e.$tools.msg("\u8bf7\u5148\u6dfb\u52a0\u6210\u5458")},handleHistory:function(e){var i=this;i.List=[],i.region_list=e,i.sportsList.forEach((function(t){t.key==e.key&&(i.List=t.list,i.choice=e.is_choice)})),t("log","\u6dfb\u52a0\u9879\u76ee",e," at pages/score/score.vue:417"),i.isDrawe=!0},toggle:function(e){if(1!=this.choice){if(-1==this.isActiveNameList.indexOf(e.name))this.isActiveNameList.push(e.name),this.isActiveList.push(e);else for(var i=0;ithis.choice&&(this.isActiveList.splice(0,1),this.isActiveNameList.splice(0,1)),t("log","isActiveList",e.name,this.isActiveList,this.region_list.list," at pages/score/score.vue:449")}else this.isActive=this.isActive.name==e.name?{}:e},handleTarget:function(){var t=this;t.selectllist.forEach((function(e){e.list.forEach((function(e){e.key==t.region_list.key&&(e.list=[])}))})),1==t.choice?0!=Object.keys(t.isActive).length&&t.region_list.list.push(t.isActive):t.region_list.list=t.isActiveList,t.isDrawe=!1},onTap:function(){var e=this;1==e.choice&&0==Object.keys(e.isActive).length&&(e.region_list.list=[],e.selectllist.forEach((function(t){t.list.forEach((function(t){t.key==e.region_list.key&&(t.list=[])}))}))),e.isDrawe=!1,t("log","\u53d6\u6d88",Object.keys(e.isActive).length,this.isActive," at pages/score/score.vue:487")},navTo:function(t){uni.navigateTo({url:t})}}};e.default=d}).call(this,i("f3b9")["default"])},e589:function(t,i,n){"use strict";(function(t){var s=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var a=s(n("34cf")),r=s(n("3b2d")),o={version:"v2.5.0-20230101",yAxisWidth:15,xAxisHeight:22,padding:[10,10,10,10],rotate:!1,fontSize:13,fontColor:"#666666",dataPointShape:["circle","circle","circle","circle"],color:["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],linearColor:["#0EE2F8","#2BDCA8","#FA7D8D","#EB88E2","#2AE3A0","#0EE2F8","#EB88E2","#6773E3","#F78A85"],pieChartLinePadding:15,pieChartTextPadding:5,titleFontSize:20,subtitleFontSize:15,radarLabelTextMargin:13},c=function(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;nt.end.x||e.end.xt.start.y||e.start.y1&&(s.extra.mount.widthRatio>2&&(s.extra.mount.widthRatio=2),r+=(s.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",s.xAxis.scrollPosition="left"):Math.abs(e)>=r-a?(o=a-r,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",s.xAxis.scrollPosition="right"):(t.scrollOption.position=e,s.xAxis.scrollPosition=e),o}function h(t,e,i){function n(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=n(t),e=n(e),i=n(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function n(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var s=.2,a=.2,r=null,o=null,c=null,l=null;if(e<1?(r=t[0].x+(t[1].x-t[0].x)*s,o=t[0].y+(t[1].y-t[0].y)*s):(r=t[e].x+(t[e+1].x-t[e-1].x)*s,o=t[e].y+(t[e+1].y-t[e-1].y)*s),e>t.length-3){var u=t.length-1;c=t[u].x-(t[u].x-t[u-1].x)*a,l=t[u].y-(t[u].y-t[u-1].y)*a}else c=t[e+1].x-(t[e+2].x-t[e].x)*a,l=t[e+1].y-(t[e+2].y-t[e].y)*a;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),n(t,e+1)&&(c=t[e+1].x),n(t,e)&&(r=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(r>=Math.max(t[e].x,t[e+1].x)||r<=Math.min(t[e].x,t[e+1].x))&&(r=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:r,y:o},ctrB:{x:c,y:l}}}function v(t,e,i){return{x:i.x+t,y:i.y-e}}function g(t,e){if(e)while(l.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function _(t,e,i){for(var n=0,s=0;s=1e4?1e3:n>=1e3?100:n>=100?10:n>=10?5:n>=1?1:n>=.1?.1:n>=.01?.01:n>=.001?.001:n>=1e-4?1e-4:n>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var n=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var s=0;s-1;if(a)for(var r=O(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},r=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(n.length>0){for(var c=[],l=0;l0&&(n=s[i]),{text:a.formatter?a.formatter(t,n,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:d,offset:f}}function D(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,r=t.map((function(t){return{text:s.formatter?s.formatter(t,n[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));r=r.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(a),y:0};return{textList:r,offset:o}}function P(t,e,i,n,s,a){var r=i.chartData.calPoints,o=a.color.upFill,c=a.color.downFill,l=[o,o,c,o],u=[];e.map((function(e){0==n?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[n-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function L(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function I(t,e){var i=[],n=[];return t.forEach((function(t,s){e.connectNulls?null!==t&&n.push(t):null!==t?n.push(t):(n.length&&i.push(n),n=[])})),n.length&&i.push(n),i}function M(t,e,i,n,s){var a={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},r=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var n=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(n),r,s)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){a.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(a.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;s="stack"==n?x(t,e.categories.length):w(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),a>-1?("number"===typeof e.xAxis.data[a].min&&(c=Math.min(e.xAxis.data[a].min,c)),"number"===typeof e.xAxis.data[a].max&&(l=Math.max(e.xAxis.data[a].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var u=l||10;l+=u}for(var d=c,f=l,h=[],p=(f-d)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)h.push(d+p*v);return h}(t,e,i,s.type),a.rangesFormat=a.ranges.map((function(t){return t=l.toFixed(t,2),t}));var o=a.ranges.map((function(t){return t=l.toFixed(t,2),t}));a=Object.assign(a,Y(o,e,i));a.eachSpacing,o.map((function(t){return b(t,e.xAxis.fontSize*e.pix,n)}));return!0===e.xAxis.disabled&&(a.xAxisHeight=0),a}function j(t,e,i,n,s){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,r=s.extra.radar||{};r.max=r.max||0;for(var o=Math.max(r.max,Math.max.apply(null,w(n))),c=[],l=function(s){var r=n[s],l={};l.color=r.color,l.legendShape=r.legendShape,l.pointShape=r.pointShape,l.data=[],r.data.forEach((function(n,s){var r={};r.angle=t[s],r.proportion=n/o,r.value=n,r.position=v(i*r.proportion*a*Math.cos(r.angle),i*r.proportion*a*Math.sin(r.angle),e),l.data.push(r)})),c.push(l)},u=0;u2&&void 0!==arguments[2]?arguments[2]:1,n=0,s=0,a=0;a4&&void 0!==arguments[4]?arguments[4]:1,a=0;a4&&void 0!==arguments[4]?arguments[4]:1,a=0,r=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(s._proportion_=s._proportion_%2)}return t}function U(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(s._proportion_=s._proportion_%2)}return t}function H(t,e,i){var n;n=i=2&&(t[a]._endAngle_=t[a]._endAngle_%2),s=t[a]._endAngle_;return t}function z(t,e,i){for(var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,s=0;s=i.oldData?a._proportion_=(a._endAngle_-a._oldAngle_)*n+i.oldAngle:a._proportion_=a._oldAngle_-(a._oldAngle_-a._endAngle_)*n,a._proportion_>=2&&(a._proportion_=a._proportion_%2)}return t}function W(t,e,i,n,s,a){return t.map((function(t){if(null===t)return null;var s=0,r=0;return"mix"==a.type?(s=a.extra.mix.column.seriesGap*a.pix||0,r=a.extra.mix.column.categoryGap*a.pix||0):(s=a.extra.column.seriesGap*a.pix||0,r=a.extra.column.categoryGap*a.pix||0),s=Math.min(s,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-s*(i-1))/i),a.extra.mix&&a.extra.mix.column.width&&+a.extra.mix.column.width>0&&(t.width=Math.min(t.width,+a.extra.mix.column.width*a.pix)),a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(t.width=Math.min(t.width,+a.extra.column.width*a.pix)),t.width<=0&&(t.width=1),t.x+=(n+.5-i/2)*(t.width+s),t}))}function V(t,e,i,n,s,a){return t.map((function(t){if(null===t)return null;var s=0,r=0;return s=a.extra.bar.seriesGap*a.pix||0,r=a.extra.bar.categoryGap*a.pix||0,s=Math.min(s,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-s*(i-1))/i),a.extra.bar&&a.extra.bar.width&&+a.extra.bar.width>0&&(t.width=Math.min(t.width,+a.extra.bar.width*a.pix)),t.width<=0&&(t.width=1),t.y+=(n+.5-i/2)*(t.width+s),t}))}function q(t,e,i,n,s,a,r){var o=a.extra.column.categoryGap*a.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(t.width=Math.min(t.width,+a.extra.column.width*a.pix)),n>0&&(t.width-=r),t)}))}function G(t,e,i,n,s,a,r){var o=a.extra.column.categoryGap*a.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(t.width=Math.min(t.width,+a.extra.column.width*a.pix)),t.width<=0&&(t.width=1),t)}))}function J(t,e,i,n,s,a,r){var o=a.extra.bar.categoryGap*a.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),a.extra.bar&&a.extra.bar.width&&+a.extra.bar.width>0&&(t.width=Math.min(t.width,+a.extra.bar.width*a.pix)),t.width<=0&&(t.width=1),t)}))}function Y(t,e,i){var n=e.width-e.area[1]-e.area[3],s=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&s>1&&"justify"==e.xAxis.boundaryGap&&(s-=1);var a=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),a=e.extra.mount.widthRatio-1,s+=a);var r=n/s,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+a/2*r+e*r)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+a*r+t.length*r):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:r}}function K(t,e,i,n,s,a,r){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=a.height-a.area[0]-a.area[2];return t.forEach((function(t,r){if(null===t)c.push(null);else{var u=[];t.forEach((function(t,c){var d={};d.x=n[r]+Math.round(s/2);var f=t.value||t,h=l*(f-e)/(i-e);h*=o,d.y=a.height-Math.round(h)-a.area[2],u.push(d)})),c.push(u)}})),c}function X(t,e,i,n,s,a,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=a.type&&"area"!=a.type&&"scatter"!=a.type&&"bubble"!=a.type||(l=a.xAxis.boundaryGap);var u=[],d=a.height-a.area[0]-a.area[2],f=a.width-a.area[1]-a.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var h={};h.color=t.color,h.x=n[o];var p,v,g,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(a.chartData.xAxisData.ranges),v=p.shift(),g=p.pop(),_=t[1],h.x=a.area[3]+f*(t[0]-v)/(g-v),"bubble"==a.type&&(h.r=t[2],h.t=t[3]);else _=t.value;"center"==l&&(h.x+=s/2);var m=d*(_-e)/(i-e);m*=c,h.y=a.height-m-a.area[2],u.push(h)}})),u}function Q(t,e,i,n,s,a,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=a.xAxis.boundaryGap,d=[],f=a.height-a.area[0]-a.area[2],h=a.width-a.area[1]-a.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};if(p.color=t.color,"vertical"==c.animation){p.x=n[o];var v,g,_,m=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(a.chartData.xAxisData.ranges),g=v.shift(),_=v.pop(),m=t[1],p.x=a.area[3]+h*(t[0]-g)/(_-g);else m=t.value;"center"==u&&(p.x+=s/2);var y=f*(m-e)/(i-e);y*=l,p.y=a.height-y-a.area[2],d.push(p)}else{p.x=n[0]+s*o*l;m=t;"center"==u&&(p.x+=s/2);y=f*(m-e)/(i-e);p.y=a.height-y-a.area[2],d.push(p)}}})),d}function Z(t,e,i,n,s,a,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=[],d=a.height-a.area[0]-a.area[2],f=a.width-a.area[1]-a.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var c={};c.color=t.color,c.x=n[o];var h,p,v,g=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)h=[].concat(a.chartData.xAxisData.ranges),p=h.shift(),v=h.pop(),g=t[1],c.x=a.area[3]+f*(t[0]-p)/(v-p);else g=t.value;c.x+=s/2;var _=d*(g*l-e)/(i-e);c.y=a.height-_-a.area[2],u.push(c)}})),u}function tt(t,e,i,n,s,a,r,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],u=a.height-a.area[0]-a.area[2],d=(a.width,a.area[1],a.area[3],s*r.widthRatio);return t.forEach((function(t,r){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=n[r],o.x+=s/2;var f=t.data,h=u*(f*c-e)/(i-e);o.y=a.height-h-a.area[2],o.value=f,o.width=d,l.push(o)}})),l}function et(t,e,i,n,s,a,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],u=(a.height,a.area[0],a.area[2],a.width-a.area[1]-a.area[3]);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=n[s];var d=t;"object"===(0,r.default)(t)&&null!==t&&(d=t.value);var f=u*(d-e)/(i-e);f*=c,o.height=f,o.value=d,o.x=f+a.area[3],l.push(o)}})),l}function it(t,e,i,n,s,a,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=a.height-a.area[0]-a.area[2];return t.forEach((function(t,o){if(null===t)d.push(null);else{var h={};if(h.color=t.color,h.x=n[o]+Math.round(s/2),c>0){for(var p=0,v=0;v<=c;v++)p+=l[v].data[o];var g=p-t,_=f*(p-e)/(i-e),m=f*(g-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);_=f*(p-e)/(i-e),m=0}var y=m;_*=u,y*=u,h.y=a.height-Math.round(_)-a.area[2],h.y0=a.height-Math.round(y)-a.area[2],d.push(h)}})),d}function nt(t,e,i,n,s,a,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=a.width-a.area[1]-a.area[3];return t.forEach((function(t,s){if(null===t)d.push(null);else{var o={};if(o.color=t.color,o.y=n[s],c>0){for(var h=0,p=0;p<=c;p++)h+=l[p].data[s];var v=h-t,g=f*(h-e)/(i-e),_=f*(v-e)/(i-e)}else{h=t;"object"===(0,r.default)(t)&&null!==t&&(h=t.value);g=f*(h-e)/(i-e),_=0}var m=_;g*=u,m*=u,o.height=g-m,o.x=a.area[3]+g,o.x0=a.area[3]+m,d.push(o)}})),d}function st(t,e,i,n,s){var a;a="stack"==n?x(t,e.categories.length):w(t);var o=[];a=a.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),a.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=s.min||0,l=s.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var u=y(c,l),d=void 0===s.min||null===s.min?u.minRange:s.min,f=void 0===s.max||null===s.max?u.maxRange:s.max,h=(f-d)/e.yAxis.splitNumber,p=[],v=0;v<=e.yAxis.splitNumber;v++)p.push(d+h*v);return p.reverse()}function at(t,e,i,n){var s=c({},{type:""},e.extra.column),a=e.yAxis.data.length,r=new Array(a);if(a>0){for(var o=0;o0&&0==s.tooltip.group.includes(r))){var o="number"===typeof s.tooltip.index?s.tooltip.index:s.tooltip.index[s.tooltip.group.indexOf(r)];if(n.beginPath(),"hollow"==a.activeType?(n.setStrokeStyle(e),n.setFillStyle(s.background),n.setLineWidth(2*s.pix)):(n.setStrokeStyle("#ffffff"),n.setFillStyle(e),n.setLineWidth(1*s.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x+2.5*s.pix,t.y),n.arc(t.x,t.y,3*s.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;n.closePath(),n.fill(),n.stroke()}}function lt(t,e,i,n){var s=t.title.fontSize||e.titleFontSize,a=t.subtitle.fontSize||e.subtitleFontSize,r=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,u=r?s:0,d=o?a:0;if(o){var f=b(o,a*t.pix,i),h=n.x-f/2+(t.subtitle.offsetX||0)*t.pix,p=n.y+a*t.pix/2+(t.subtitle.offsetY||0)*t.pix;r&&(p+=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(a*t.pix),i.setFillStyle(l),i.fillText(o,h,p),i.closePath(),i.stroke()}if(r){var v=b(r,s*t.pix,i),g=n.x-v/2+(t.title.offsetX||0),_=n.y+s*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(_-=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(s*t.pix),i.setFillStyle(c),i.fillText(r,g,_),i.closePath(),i.stroke()}}function ut(t,e,i,n,s){var a=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){n.beginPath();var l=e.textSize?e.textSize*s.pix:i.fontSize;n.setFontSize(l),n.setFillStyle(e.textColor||s.fontColor);var u=a[c];"object"===(0,r.default)(a[c])&&null!==a[c]&&(u=a[c].constructor.toString().indexOf("Array")>-1?a[c][1]:a[c].value);var d=e.formatter?e.formatter(u,c,e,s):u;n.setTextAlign("center"),n.fillText(String(d),t.x,t.y-4+o*s.pix),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function dt(t,e,i,n,s){var a=e.data,o=e.textOffset?e.textOffset:0,c=s.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){n.beginPath();var u=e.textSize?e.textSize*s.pix:i.fontSize;n.setFontSize(u),n.setFillStyle(e.textColor||s.fontColor);var d=a[l];"object"===(0,r.default)(a[l])&&null!==a[l]&&(d=a[l].constructor.toString().indexOf("Array")>-1?a[l][1]:a[l].value);var f=e.formatter?e.formatter(d,l,e,s):d;n.setTextAlign("center");var h=t.y-4*s.pix+o*s.pix;t.y>e.zeroPoints&&(h=t.y+o*s.pix+u),"insideTop"==c&&(h=t.y+u+o*s.pix,t.y>e.zeroPoints&&(h=t.y-o*s.pix-4*s.pix)),"center"==c&&(h=t.y+o*s.pix+(s.height-s.area[2]-t.y+u)/2,e.zeroPointse.zeroPoints&&(h=t.y-o*s.pix-(t.y-e.zeroPoints-u)/2),"stack"==s.extra.column.type&&(h=t.y+o*s.pix+(t.y0-t.y+u)/2)),"bottom"==c&&(h=s.height-s.area[2]+o*s.pix-4*s.pix,e.zeroPointse.zeroPoints&&(h=e.zeroPoints-o*s.pix+u+2*s.pix),"stack"==s.extra.column.type&&(h=t.y0+o*s.pix-4*s.pix)),n.fillText(String(f),t.x,h),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ft(t,e,i,n,s,a){e.data;var r=e.textOffset?e.textOffset:0;s.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e[o].textSize?e[o].textSize*s.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e[o].textColor||s.fontColor);var l=t.value,u=e[o].formatter?e[o].formatter(l,o,e,s):l;n.setTextAlign("center");var d=t.y-4*s.pix+r*s.pix;t.y>a&&(d=t.y+r*s.pix+c),n.fillText(String(u),t.x,d),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ht(t,e,i,n,s){var a=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e.textSize?e.textSize*s.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e.textColor||s.fontColor);var l=a[o];"object"===(0,r.default)(a[o])&&null!==a[o]&&(l=a[o].value);var u=e.formatter?e.formatter(l,o,e,s):l;n.setTextAlign("left"),n.fillText(String(u),t.x+4*s.pix,t.y+c/2-3),n.closePath(),n.stroke()}}))}function pt(t,e,i,n,s,a){var r;e-=t.width/2+t.labelOffset*n.pix,e=e<10?10:e,r=t.endAngle=2&&(u%=2),d+=l}}function vt(t,e,i,n,s,a){var r=n.extra.radar||{};t.forEach((function(t,o){if(!0===r.labelPointShow&&""!==n.categories[o]){var c={x:e*Math.cos(t),y:e*Math.sin(t)},u=v(c.x,c.y,i);a.setFillStyle(r.labelPointColor),a.beginPath(),a.arc(u.x,u.y,r.labelPointRadius*n.pix,0,2*Math.PI,!1),a.closePath(),a.fill()}if(!0===r.labelShow){var d={x:(e+s.radarLabelTextMargin*n.pix)*Math.cos(t),y:(e+s.radarLabelTextMargin*n.pix)*Math.sin(t)},f=v(d.x,d.y,i),h=f.x,p=f.y;l.approximatelyEqual(d.x,0)?h-=b(n.categories[o]||"",s.fontSize,a)/2:d.x<0&&(h-=b(n.categories[o]||"",s.fontSize,a)),a.beginPath(),a.setFontSize(s.fontSize),a.setFillStyle(r.labelColor||n.fontColor),a.fillText(n.categories[o]||"",h,p+s.fontSize/2),a.closePath(),a.stroke()}}))}function gt(t,e,i,n,s,a){for(var r=i.pieChartLinePadding,o=[],c=null,u=t.map((function(i,n){var s=i.formatter?i.formatter(i,n,t,e):l.toFixed(100*i._proportion_.toFixed(4))+"%";s=i.labelText?i.labelText:s;var a=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(a=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var r=i.color,o=i._radius_;return{arc:a,text:s,color:r,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),d=0;d=0?h+i.pieChartTextPadding:h-i.pieChartTextPadding,w=p,x=b(f.text,f.textSize*e.pix||i.fontSize,n),$=w;c&&l.isSameXCoordinateArea(c.start,{x:y})&&($=y>0?Math.min(w,c.start.y):h<0||w>0?Math.max(w,c.start.y):Math.min(w,c.start.y)),y<0&&(y-=x);var C={lineStart:{x:_,y:m},lineEnd:{x:h,y:p},start:{x:y,y:$},width:x,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};c=g(C,c),o.push(c)}for(var k=0;ks?s:a.activeWidth;var r=e.area[0],o=e.height-e.area[2];n.beginPath(),n.setFillStyle(u(a.activeBgColor,a.activeBgOpacity)),n.rect(t-a.activeWidth/2,r,a.activeWidth,o-r),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function bt(t,e,i,n,s){var a=c({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),r=e.area[3],o=e.width-e.area[1];n.beginPath(),n.setFillStyle(u(a.activeBgColor,a.activeBgOpacity)),n.rect(r,t-s/2,o-r,s),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function wt(t,e,i,n,s,a,r){var o=c({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==o.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var l=o.fontSize*i.pix,d=o.lineHeight*i.pix,f=o.boxPadding*i.pix,h=l,p=5*i.pix;0==o.legendShow&&(h=0,p=0);var v=o.showArrow?8*i.pix:0,g=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==o.splitLine&&function(t,e,i,n){var s=e.extra.tooltip||{};s.gridType=void 0==s.gridType?"solid":s.gridType,s.dashLength=void 0==s.dashLength?4:s.dashLength;var a=e.area[0],r=e.height-e.area[2];if("dash"==s.gridType&&n.setLineDash([s.dashLength,s.dashLength]),n.setStrokeStyle(s.gridColor||"#cccccc"),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(t,a),n.lineTo(t,r),n.stroke(),n.setLineDash([]),s.xAxisLabel){var o=e.categories[e.tooltip.index];n.setFontSize(i.fontSize);var c=b(o,i.fontSize,n),l=t-.5*c,d=r+2*e.pix;n.beginPath(),n.setFillStyle(u(s.labelBgColor||i.toolTipBackground,s.labelBgOpacity||i.toolTipOpacity)),n.setStrokeStyle(s.labelBgColor||i.toolTipBackground),n.setLineWidth(1*e.pix),n.rect(l-s.boxPadding*e.pix,d,c+2*s.boxPadding*e.pix,i.fontSize+2*s.boxPadding*e.pix),n.closePath(),n.stroke(),n.fill(),n.beginPath(),n.setFontSize(i.fontSize),n.setFillStyle(s.labelFontColor||e.fontColor),n.fillText(String(o),l,d+s.boxPadding*e.pix+i.fontSize),n.closePath(),n.stroke()}}(i.tooltip.offset.x,i,n,s),e=c({x:0,y:0},e),e.y-=8*i.pix;var _=t.map((function(t){return b(t.text,l,s)})),m=h+p+4*f+Math.max.apply(null,_),y=2*f+t.length*d;if(0!=o.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+m>i.width&&(g=!0),y+e.y>i.height&&(e.y=i.height-y),s.beginPath(),s.setFillStyle(u(o.bgColor,o.bgOpacity)),s.setLineWidth(o.borderWidth*i.pix),s.setStrokeStyle(u(o.borderColor,o.borderOpacity));var w=o.borderRadius;g?(m+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),m>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),o.showArrow&&(s.moveTo(e.x,e.y+10*i.pix),s.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),s.arc(e.x-v-w,e.y+y-w,w,0,Math.PI/2,!1),s.arc(e.x-v-Math.round(m)+w,e.y+y-w,w,Math.PI/2,Math.PI,!1),s.arc(e.x-v-Math.round(m)+w,e.y+w,w,-Math.PI,-Math.PI/2,!1),s.arc(e.x-v-w,e.y+w,w,-Math.PI/2,0,!1),o.showArrow&&(s.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),s.lineTo(e.x,e.y+10*i.pix))):(o.showArrow&&(s.moveTo(e.x,e.y+10*i.pix),s.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),s.arc(e.x+v+w,e.y+w,w,-Math.PI,-Math.PI/2,!1),s.arc(e.x+v+Math.round(m)-w,e.y+w,w,-Math.PI/2,0,!1),s.arc(e.x+v+Math.round(m)-w,e.y+y-w,w,0,Math.PI/2,!1),s.arc(e.x+v+w,e.y+y-w,w,Math.PI/2,Math.PI,!1),o.showArrow&&(s.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),s.lineTo(e.x,e.y+10*i.pix))),s.closePath(),s.fill(),o.borderWidth>0&&s.stroke(),o.legendShow&&t.forEach((function(t,n){if(null!==t.color){s.beginPath(),s.setFillStyle(t.color);var a=e.x+v+2*f,r=e.y+(d-l)/2+d*n+f+1;switch(g&&(a=e.x-m-v+2*f),t.legendShape){case"line":s.moveTo(a,r+.5*h-2*i.pix),s.fillRect(a,r+.5*h-2*i.pix,h,4*i.pix);break;case"triangle":s.moveTo(a+7.5*i.pix,r+.5*h-5*i.pix),s.lineTo(a+2.5*i.pix,r+.5*h+5*i.pix),s.lineTo(a+12.5*i.pix,r+.5*h+5*i.pix),s.lineTo(a+7.5*i.pix,r+.5*h-5*i.pix);break;case"diamond":s.moveTo(a+7.5*i.pix,r+.5*h-5*i.pix),s.lineTo(a+2.5*i.pix,r+.5*h),s.lineTo(a+7.5*i.pix,r+.5*h+5*i.pix),s.lineTo(a+12.5*i.pix,r+.5*h),s.lineTo(a+7.5*i.pix,r+.5*h-5*i.pix);break;case"circle":s.moveTo(a+7.5*i.pix,r+.5*h),s.arc(a+7.5*i.pix,r+.5*h,5*i.pix,0,2*Math.PI);break;case"rect":s.moveTo(a,r+.5*h-5*i.pix),s.fillRect(a,r+.5*h-5*i.pix,15*i.pix,10*i.pix);break;case"square":s.moveTo(a+2*i.pix,r+.5*h-5*i.pix),s.fillRect(a+2*i.pix,r+.5*h-5*i.pix,10*i.pix,10*i.pix);break;default:s.moveTo(a,r+.5*h-5*i.pix),s.fillRect(a,r+.5*h-5*i.pix,15*i.pix,10*i.pix)}s.closePath(),s.fill()}})),t.forEach((function(t,i){var n=e.x+v+2*f+h+p;g&&(n=e.x-m-v+2*f+h+p);var a=e.y+d*i+(d-l)/2-1+f+l;s.beginPath(),s.setFontSize(l),s.setTextBaseline("normal"),s.setFillStyle(o.fontColor),s.fillText(t.text,n,a),s.closePath(),s.stroke()}))}}function xt(t,e,i,n,s,a){var r=t.extra.tooltip||{};r.horizentalLine&&t.tooltip&&1===n&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&mt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===n&&wt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function $t(t,e,i,n){var s=e.chartData.xAxisData,a=s.xAxisPoints,r=s.startX,o=s.endX,c=s.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var u=e.height-e.area[2],d=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,h=o-r,p=c*(a.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),p+=(e.extra.mount.widthRatio-1)*c);var v=h*h/p,g=0;e._scrollDistance_&&(g=-e._scrollDistance_*h/p),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),n.moveTo(r,f),n.lineTo(o,f),n.stroke(),n.closePath(),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),n.moveTo(r+g,f),n.lineTo(r+g+v,f),n.stroke(),n.closePath(),n.setLineCap("butt")}if(n.save(),e._scrollDistance_&&0!==e._scrollDistance_&&n.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),a.forEach((function(t,i){i>0&&(n.beginPath(),n.moveTo(t-c/2,u),n.lineTo(t-c/2,u+3*e.pix),n.closePath(),n.stroke())}))),!0!==e.xAxis.disableGrid&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&n.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,a.forEach((function(t,i){i%e.xAxis.gridEval==0&&(n.beginPath(),n.moveTo(t,u),n.lineTo(t,d),n.stroke())})),n.setLineDash([])),!0!==e.xAxis.disabled){var _=t.length;e.xAxis.labelCount&&(_=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,_-=1);for(var m=Math.ceil(t.length/_),y=[],w=t.length,x=0;x=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1&&(n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor),n.fillText(String(s),a[i]+r,u+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),n.closePath(),n.stroke())})):y.forEach((function(t,s){var r=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,d="center"==l?a[s]+c/2:a[s];if(d-Math.abs(o)>=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1){n.save(),n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(r),$,n),h=a[s];"center"==l&&(h=a[s]+c/2);e.xAxis.scrollShow&&6*e.pix;var p=u+e.xAxis.marginTop*e.pix+$-$*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(h-=$/2,f=0):(h+=$/2,f=-f),n.translate(h,p),n.rotate(-1*i._xAxisTextAngle_),n.fillText(String(r),f,0),n.closePath(),n.stroke(),n.restore()}}))}n.restore(),e.xAxis.title&&(n.beginPath(),n.setFontSize(e.xAxis.titleFontSize*e.pix),n.setFillStyle(e.xAxis.titleFontColor),n.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),n.closePath(),n.stroke()),e.xAxis.axisLine&&(n.beginPath(),n.setStrokeStyle(e.xAxis.axisLineColor),n.setLineWidth(1*e.pix),n.moveTo(r,e.height-e.area[2]),n.lineTo(o,e.height-e.area[2]),n.stroke())}function Ct(t,e,i,n){if(!0!==e.yAxis.disableGrid){var s=e.height-e.area[0]-e.area[2],a=s/e.yAxis.splitNumber,r=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var u=r+l,d=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var h=f;h4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=a.activeRadius*e.pix);var o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o,a.customRadius>0&&(o=a.customRadius*e.pix),t=E(t,o,s);var l=a.activeRadius*e.pix;if(a.customColor=m(a.linearType,a.customColor,t,i),t=t.map((function(t){return t._start_+=a.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(n.beginPath(),n.setFillStyle(u(t.color,a.activeOpacity||.5)),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_+l,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill()),n.beginPath(),n.setLineWidth(a.borderWidth*e.pix),n.lineJoin="round",n.setStrokeStyle(a.borderColor);var s,o=t.color;"custom"==a.linearType&&(s=n.createCircularGradient?n.createCircularGradient(r.x,r.y,t._radius_):n.createRadialGradient(r.x,r.y,0,r.x,r.y,t._radius_),s.addColorStop(0,u(a.customColor[t.linearIndex],1)),s.addColorStop(1,u(t.color,1)),o=s);n.setFillStyle(o),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill(),1==a.border&&n.stroke()})),"ring"===e.type){var d=.6*o;"number"===typeof a.ringWidth&&a.ringWidth>0&&(d=Math.max(0,o-a.ringWidth*e.pix)),n.beginPath(),n.setFillStyle(a.centerColor),n.moveTo(r.x,r.y),n.arc(r.x,r.y,d,0,2*Math.PI),n.closePath(),n.fill()}return!1!==e.dataLabel&&1===s&>(t,e,i,n,0,r),1===s&&"ring"===e.type&<(e,i,n,r),{center:r,radius:o,series:t}}function Dt(t,e){var i=Array(2),n=20037508.34*t/180,s=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return s=20037508.34*s/180,i[0]=n,i[1]=s,i}function Pt(t,e,i,n,s,a){return{x:(e-i.xMin)*n+s,y:(i.yMax-t)*n+a}}function Ot(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[a].area[2]||t[1]>e[a].area[3]||t[2]i||t[3]>n){s=!0;break}s=!1}return s}function Mt(t,e,i){var n=t.series;switch(e){case"normal":for(var s=0;s.7},p=0;p0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var s=t[0].data,a=0;ae.width-e.area[1]-e.area[3]?(f.push(v),p.push(h-e.legend.itemGap*e.pix),h=y,v=[_]):(h+=y,v.push(_))}if(v.length){f.push(v),p.push(h-e.legend.itemGap*e.pix),a.widthArr=p;var w=Math.max.apply(null,p);switch(e.legend.float){case"left":a.area.start.x=e.area[3],a.area.end.x=e.area[3]+w+2*r;break;case"right":a.area.start.x=e.width-e.area[1]-w-2*r,a.area.end.x=e.width-e.area[1];break;default:a.area.start.x=(e.width-w)/2-r,a.area.end.x=(e.width+w)/2+r}a.area.width=w+2*r,a.area.wholeWidth=w+2*r,a.area.height=f.length*d+2*r,a.area.wholeHeight=f.length*d+2*r+2*o,a.points=f}}else{var x=t.length,$=e.height-e.area[0]-e.area[2]-2*o-2*r,C=Math.min(Math.floor($/d),x);switch(a.area.height=C*d+2*r,a.area.wholeHeight=C*d+2*r,e.legend.float){case"top":a.area.start.y=e.area[0]+o,a.area.end.y=e.area[0]+o+a.area.height;break;case"bottom":a.area.start.y=e.height-e.area[2]-o-a.area.height,a.area.end.y=e.height-e.area[2]-o;break;default:a.area.start.y=(e.height-a.area.height)/2,a.area.end.y=(e.height+a.area.height)/2}for(var k=x%C===0?x/C:Math.floor(x/C+1),T=[],S=0;SA&&(A=I)}a.widthArr.push(A),a.heightArr.push(O.length*d+2*r)}for(var M=0,B=0;B0?P[wt].width+e.yAxis.padding*e.pix:P[wt].width,mt+=1):"right"==P[wt].position&&(e.area[1]+=st>0?P[wt].width+e.yAxis.padding*e.pix:P[wt].width,st+=1)}else i.yAxisWidth=P;if(e.chartData.yAxisData=D,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=Y(e.categories,e);var Ot=M(e.categories,e,0,e.chartData.xAxisData.eachSpacing,n),At=Ot.xAxisHeight,Lt=Ot.angle;i.xAxisHeight=At,i._xAxisTextAngle_=Lt,e.area[2]+=At,e.chartData.categoriesData=Ot}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=B(o,e,i,n),d=e.chartData.xAxisData.rangesFormat;var It=M(d,e,0,e.chartData.xAxisData.eachSpacing,n),Ft=It.xAxisHeight,Nt=It.angle;i.xAxisHeight=Ft,i._xAxisTextAngle_=Nt,e.area[2]+=Ft,e.chartData.categoriesData=It}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ut,Ht=e.chartData.xAxisData.xAxisPoints,zt=e.chartData.xAxisData.startX,Wt=e.chartData.xAxisData.endX,Vt=e.chartData.xAxisData.eachSpacing,qt=Vt*(Ht.length-1),Gt=Wt-zt;Ut=Gt-qt,r.scrollOption.currentOffset=Ut,r.scrollOption.startTouchX=Ut,r.scrollOption.distance=0,r.scrollOption.lastMoveTime=0,e._scrollDistance_=Ut}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,n){t=E(t);for(var s=0,a=0;a4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Mt(e,a.type,n)),n.beginPath(),n.setFillStyle(e.background),n.rect(0,0,e.width,e.height),n.fill(),n.save();var r=e.chartData.wordCloudData;n.translate(e.width/2,e.height/2);for(var o=0;o0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].areav[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].areav[1]+5+u-e.height/2)*s):n.fillText(l,(r[o].areav[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].areav[1]+5+u-e.height/2)*s)):r[o].area[0]>0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].area[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].area[1]+5+u-e.height/2)*s):n.fillText(l,(r[o].area[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].area[1]+5+u-e.height/2)*s)),n.stroke(),n.restore()}n.restore()}(o,e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"map":n.clearRect(0,0,e.width,e.height),function(t,e,i,n){var s,a,r=c({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),o=t,l=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},n=0;nl.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(o);if(r.mercator){var d=Dt(l.xMax,l.yMax),f=Dt(l.xMin,l.yMin);l.xMax=d[0],l.yMax=d[1],l.xMin=f[0],l.yMin=f[1]}for(var h=e.width/Math.abs(l.xMax-l.xMin),p=e.height/Math.abs(l.yMax-l.yMin),v=h4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),r=(e.height-e.area[0]-e.area[2])/t.length,o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},l=a.activeWidth*e.pix,d=Math.min((e.width-e.area[1]-e.area[3])/2-l,(e.height-e.area[0]-e.area[2])/2-l),f=F(t,d,a,r,s);if(n.save(),n.translate(o.x,o.y),a.customColor=m(a.linearType,a.customColor,t,i),"pyramid"==a.type)for(var h=0;h4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);a.width*=e.pix;var r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();var f=0,h=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*l+e.area[3],h=f+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,v,g;n.beginPath(),n.setStrokeStyle(t.color),n.moveTo(-1e4,-1e4),n.lineTo(-10001,-10001),n.stroke(),c=[].concat(e.chartData.yAxisData.ranges[t.index]),v=c.pop(),g=c.shift();var _=t.data,m=Q(_,v,g,o,l,e,i,a,s);d.push(m);var y=I(m,t);if("dash"==t.lineType){var b=t.dashLength?t.dashLength:8;b*=e.pix,n.setLineDash([b,b])}n.beginPath();var w=t.color;if("none"!==a.linearType&&t.linearColor&&t.linearColor.length>0){for(var x=n.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),$=0;$0?n.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):n.setShadow(0,0,0,"rgba(0,0,0,0)"),n.setLineWidth(a.width),y.forEach((function(t,e){if(1===t.length)n.moveTo(t[0].x,t[0].y);else{n.moveTo(t[0].x,t[0].y);var i=0;if("curve"===a.type)for(var s=0;sf&&(n.moveTo(r.x,r.y),i=1),s>0&&r.x>f&&r.xf&&(n.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(n.moveTo(d.x,d.y),i=1),u>0&&d.x>f&&d.x4&&void 0!==arguments[4]?arguments[4]:1,a=(c({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),r=a.xAxisPoints,o=a.eachSpacing,l=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*o+e.area[3],e.xAxis.itemCount),t.forEach((function(t,a){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,s);n.beginPath(),n.setStrokeStyle(t.color),n.setFillStyle(t.color),n.setLineWidth(1*e.pix);var h=t.pointShape;if("diamond"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===h)f.forEach((function(t,i){null!==t&&(n.moveTo(t.x+2.5*e.pix,t.y),n.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("triangle"===h)return;n.closePath(),n.fill(),n.stroke()})),!1!==e.dataLabel&&1===s&&t.forEach((function(t,a){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,s);ut(f,t,i,n,e)})),n.restore(),{xAxisPoints:r,calPoints:l,eachSpacing:o}}(o,e,i,n,t),a=s.xAxisPoints,r=s.calPoints,l=s.eachSpacing;e.chartData.xAxisPoints=a,e.chartData.calPoints=r,e.chartData.eachSpacing=l,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{opacity:1,border:2},e.extra.bubble),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*l+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var c,d,f;c=[].concat(e.chartData.yAxisData.ranges[t.index]),d=c.pop(),f=c.shift();var h=t.data,p=X(h,d,f,o,l,e,i,s);n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(a.border*e.pix),n.setFillStyle(u(t.color,a.opacity)),p.forEach((function(t,i){n.moveTo(t.x+t.r,t.y),n.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),n.closePath(),n.fill(),n.stroke(),!1!==e.dataLabel&&1===s&&p.forEach((function(s,a){n.beginPath();var r=t.textSize*e.pix||i.fontSize;n.setFontSize(r),n.setFillStyle(t.textColor||"#FFFFFF"),n.setTextAlign("center"),n.fillText(String(s.t),s.x,s.y+r/2),n.closePath(),n.stroke(),n.setTextAlign("left")}))})),n.restore(),{xAxisPoints:o,calPoints:d,eachSpacing:l}}(o,e,i,n,t),a=s.xAxisPoints,r=s.calPoints,l=s.eachSpacing;e.chartData.xAxisPoints=a,e.chartData.calPoints=r,e.chartData.eachSpacing=l,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{width:l/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=c({},{opacity:.2,gradient:!1},e.extra.mix.area),h=c({},{width:2},e.extra.mix.line),v=e.height-e.area[2],g=[],_=0,y=0;t.forEach((function(t,e){"column"==t.type&&(y+=1)})),n.save();var b=-2,w=o.length+2,x=0,$=e.width+l;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),b=Math.floor(-e._scrollDistance_/l)-2,w=b+e.xAxis.itemCount+4,x=-e._scrollDistance_-2*l+e.area[3],$=x+(e.xAxis.itemCount+4)*l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(t,r){var c,m,C;c=[].concat(e.chartData.yAxisData.ranges[t.index]),m=c.pop(),C=c.shift();var k=t.data,T=X(k,m,C,o,l,e,i,s);if(g.push(T),"column"==t.type){T=W(T,l,y,_,0,e);for(var S=0;Sb&&Sz?z:R,N=N>z?z:N,U=U>z?z:U,H=H>z?z:H,R=R<0?0:R,N=N<0?0:N,U=U<0?0:U,H=H<0?0:H,n.arc(M+R,B+R,R,-Math.PI,-Math.PI/2),n.arc(M+j-N,B+N,N,-Math.PI/2,0),n.arc(M+j-U,B+E-U,U,0,Math.PI/2),n.arc(M+H,B+E-H,H,Math.PI/2,Math.PI)}else n.moveTo(P,D.y),n.lineTo(P+D.width,D.y),n.lineTo(P+D.width,e.height-e.area[2]),n.lineTo(P,e.height-e.area[2]),n.lineTo(P,D.y),n.setLineWidth(1),n.setStrokeStyle(A);n.setFillStyle(O),n.closePath(),n.fill()}}_+=1}if("area"==t.type)for(var V=I(T,t),q=0;q1){var Y=G[0],K=G[G.length-1];n.moveTo(Y.x,Y.y);var Q=0;if("curve"===t.style)for(var Z=0;Zx&&(n.moveTo(tt.x,tt.y),Q=1),Z>0&&tt.x>x&&tt.x<$){var et=p(G,Z-1);n.bezierCurveTo(et.ctrA.x,et.ctrA.y,et.ctrB.x,et.ctrB.y,tt.x,tt.y)}}else for(var it=0;itx&&(n.moveTo(nt.x,nt.y),Q=1),it>0&&nt.x>x&&nt.x<$&&n.lineTo(nt.x,nt.y)}n.lineTo(K.x,v),n.lineTo(Y.x,v),n.lineTo(Y.x,Y.y)}else{var st=G[0];n.moveTo(st.x-l/2,st.y)}n.closePath(),n.fill()}if("line"==t.type){var at=I(T,t);at.forEach((function(i,s){if("dash"==t.lineType){var a=t.dashLength?t.dashLength:8;a*=e.pix,n.setLineDash([a,a])}if(n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(h.width*e.pix),1===i.length)n.moveTo(i[0].x,i[0].y);else{n.moveTo(i[0].x,i[0].y);var r=0;if("curve"==t.style)for(var o=0;ox&&(n.moveTo(c.x,c.y),r=1),o>0&&c.x>x&&c.x<$){var l=p(i,o-1);n.bezierCurveTo(l.ctrA.x,l.ctrA.y,l.ctrB.x,l.ctrB.y,c.x,c.y)}}else for(var u=0;ux&&(n.moveTo(d.x,d.y),r=1),u>0&&d.x>x&&d.x<$&&n.lineTo(d.x,d.y)}n.moveTo(i[0].x,i[0].y)}n.stroke(),n.setLineDash([])}))}"point"==t.type&&(t.addPoint=!0),1==t.addPoint&&"column"!==t.type&&ot(T,t.color,t.pointShape,n,e)})),!1!==e.dataLabel&&1===s){_=0;t.forEach((function(t,a){var r,c,u;r=[].concat(e.chartData.yAxisData.ranges[t.index]),c=r.pop(),u=r.shift();var d=t.data,f=X(d,c,u,o,l,e,i,s);"column"!==t.type?ut(f,t,i,n,e):(f=W(f,l,y,_,0,e),ut(f,t,i,n,e),_+=1)}))}return n.restore(),{xAxisPoints:o,calPoints:g,eachSpacing:l}}(o,e,i,n,t),r=s.xAxisPoints,l=s.calPoints,f=s.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"column":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"group",width:l/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];n.save();var h=-2,p=o.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=Math.floor(-e._scrollDistance_/l)-2,p=h+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===s&&yt(e.tooltip.offset.x,e,0,n,l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(r,c){var v,g,_;v=[].concat(e.chartData.yAxisData.ranges[r.index]),g=v.pop(),_=v.shift();var m=e.height-e.area[0]-e.area[2],y=m*(0-g)/(_-g),b=e.height-Math.round(y)-e.area[2];r.zeroPoints=b;var w=r.data;switch(d.type){case"group":var x=Z(w,g,_,o,l,e,i,b,s),$=it(w,g,_,o,l,e,i,c,t,s);f.push($),x=W(x,l,t.length,c,0,e);for(var C=0;Ch&&Cb?b:k.y,I=k.width,M=Math.abs(b-k.y);d.barBorderCircle&&(d.barBorderRadius=[I/2,I/2,0,0]),k.y>b&&(d.barBorderRadius=[0,0,I/2,I/2]);var B=(0,a.default)(d.barBorderRadius,4),j=B[0],E=B[1],F=B[2],R=B[3],N=Math.min(I/2,M/2);j=j>N?N:j,E=E>N?N:E,F=F>N?N:F,R=R>N?N:R,j=j<0?0:j,E=E<0?0:E,F=F<0?0:F,R=R<0?0:R,n.arc(A+j,L+j,j,-Math.PI,-Math.PI/2),n.arc(A+I-E,L+E,E,-Math.PI/2,0),n.arc(A+I-F,L+M-F,F,0,Math.PI/2),n.arc(A+R,L+M-R,R,Math.PI/2,Math.PI)}else n.moveTo(T,k.y),n.lineTo(T+k.width,k.y),n.lineTo(T+k.width,b),n.lineTo(T,b),n.lineTo(T,k.y),n.setLineWidth(1),n.setStrokeStyle(P);n.setFillStyle(D),n.closePath(),n.fill()}}break;case"stack":x=it(w,g,_,o,l,e,i,c,t,s);f.push(x),x=G(x,l,t.length,0,0,e);for(var U=0;Uh&&U0&&(S-=z),n.setFillStyle(D),n.moveTo(T,H.y),n.fillRect(T,H.y,H.width,S),n.closePath(),n.fill()}}break;case"meter":x=X(w,g,_,o,l,e,i,s);f.push(x),x=q(x,l,t.length,c,0,e,d.meterBorder);for(var V=0;Vh&&V0&&(n.setStrokeStyle(r.color),n.setLineWidth(d.meterBorder*e.pix)),0==c?n.setFillStyle(d.meterFillColor):n.setFillStyle(J.color||r.color);T=J.x-J.width/2,S=e.height-J.y-e.area[2];if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var Y=T,K=J.y,Q=J.width,tt=b-J.y;d.barBorderCircle&&(d.barBorderRadius=[Q/2,Q/2,0,0]);var et=(0,a.default)(d.barBorderRadius,4),nt=et[0],st=et[1],at=et[2],rt=et[3],ot=Math.min(Q/2,tt/2);nt=nt>ot?ot:nt,st=st>ot?ot:st,at=at>ot?ot:at,rt=rt>ot?ot:rt,nt=nt<0?0:nt,st=st<0?0:st,at=at<0?0:at,rt=rt<0?0:rt,n.arc(Y+nt,K+nt,nt,-Math.PI,-Math.PI/2),n.arc(Y+Q-st,K+st,st,-Math.PI/2,0),n.arc(Y+Q-at,K+tt-at,at,0,Math.PI/2),n.arc(Y+rt,K+tt-rt,rt,Math.PI/2,Math.PI),n.fill()}else n.moveTo(T,J.y),n.lineTo(T+J.width,J.y),n.lineTo(T+J.width,b),n.lineTo(T,b),n.lineTo(T,J.y),n.fill();0==c&&d.meterBorder>0&&(n.closePath(),n.stroke())}}break}})),!1!==e.dataLabel&&1===s&&t.forEach((function(a,r){var c,u,f;c=[].concat(e.chartData.yAxisData.ranges[a.index]),u=c.pop(),f=c.shift();var h=a.data;switch(d.type){case"group":var p=Z(h,u,f,o,l,e,i,s);p=W(p,l,t.length,r,0,e),dt(p,a,i,n,e);break;case"stack":p=it(h,u,f,o,l,e,i,r,t,s);dt(p,a,i,n,e);break;case"meter":p=X(h,u,f,o,l,e,i,s);dt(p,a,i,n,e);break}})),n.restore(),{xAxisPoints:o,calPoints:f,eachSpacing:l}}(o,e,i,n,t),r=s.xAxisPoints,l=s.calPoints,f=s.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);d.widthRatio=d.widthRatio<=0?0:d.widthRatio,d.widthRatio=d.widthRatio>=2?2:d.widthRatio,n.save();var f,h,p,v=-2,g=o.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/l)-2,g=v+e.xAxis.itemCount+4),d.customColor=m(d.linearType,d.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),h=f.pop(),p=f.shift();var _=e.height-e.area[0]-e.area[2],y=_*(0-h)/(p-h),b=e.height-Math.round(y)-e.area[2],w=tt(t,h,p,o,l,e,d,b,s);switch(d.type){case"bar":for(var x=0;xv&&xb?b:$.y,A=$.width,L=Math.abs(b-$.y);d.barBorderCircle&&(d.barBorderRadius=[A/2,A/2,0,0]),$.y>b&&(d.barBorderRadius=[0,0,A/2,A/2]);var I=(0,a.default)(d.barBorderRadius,4),M=I[0],B=I[1],j=I[2],E=I[3],F=Math.min(A/2,L/2);M=M>F?F:M,B=B>F?F:B,j=j>F?F:j,E=E>F?F:E,M=M<0?0:M,B=B<0?0:B,j=j<0?0:j,E=E<0?0:E,n.arc(P+M,O+M,M,-Math.PI,-Math.PI/2),n.arc(P+A-B,O+B,B,-Math.PI/2,0),n.arc(P+A-j,O+L-j,j,0,Math.PI/2),n.arc(P+E,O+L-E,E,Math.PI/2,Math.PI)}else n.moveTo(C,$.y),n.lineTo(C+$.width,$.y),n.lineTo(C+$.width,b),n.lineTo(C,b),n.lineTo(C,$.y);n.setStrokeStyle(S),n.setFillStyle(T),d.borderWidth>0&&(n.setLineWidth(d.borderWidth*e.pix),n.closePath(),n.stroke()),n.fill()}}break;case"triangle":for(var R=0;Rv&&R0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"mount":for(var U=0;Uv&&U0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"sharp":for(var z=0;zv&&z0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break}if(!1!==e.dataLabel&&1===s){var V,q,G;V=[].concat(e.chartData.yAxisData.ranges[0]),q=V.pop(),G=V.shift();w=tt(t,q,G,o,l,e,d,b,s);ft(w,t,i,n,e,b)}return n.restore(),{xAxisPoints:o,calPoints:w,eachSpacing:l}}(o,e,i,n,t),r=s.xAxisPoints,l=s.calPoints,f=s.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),$t(d,e,i,n);var s=function(t,e,i,n){for(var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=[],o=(e.height-e.area[0]-e.area[2])/e.categories.length,l=0;lh&&wE?E:I,M=M>E?E:M,B=B>E?E:B,j=j>E?E:j,I=I<0?0:I,M=M<0?0:M,B=B<0?0:B,j=j<0?0:j,n.arc(D+j,O+j,j,-Math.PI,-Math.PI/2),n.arc(x.x-I,O+I,I,-Math.PI/2,0),n.arc(x.x-M,O+P-M,M,0,Math.PI/2),n.arc(D+B,O+P-B,B,Math.PI/2,Math.PI)}else n.moveTo($,C),n.lineTo(x.x,C),n.lineTo(x.x,C+x.width),n.lineTo($,C+x.width),n.lineTo($,C),n.setLineWidth(1),n.setStrokeStyle(T);n.setFillStyle(k),n.closePath(),n.fill()}}break;case"stack":y=nt(m,g,_,r,o,e,i,l,t,s);f.push(y),y=J(y,o,t.length,0,0,e);for(var F=0;Fh&&F4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=e.height-e.area[2],f=[];n.save();var h=0,v=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=-e._scrollDistance_-2*l+e.area[3],v=h+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,g,_;c=[].concat(e.chartData.yAxisData.ranges[t.index]),g=c.pop(),_=c.shift();var m=t.data,y=X(m,g,_,o,l,e,i,s);f.push(y);for(var b=I(y,t),w=0;w1){var C=x[0],k=x[x.length-1];n.moveTo(C.x,C.y);var T=0;if("curve"===a.type)for(var S=0;Sh&&(n.moveTo(D.x,D.y),T=1),S>0&&D.x>h&&D.xh&&(n.moveTo(A.x,A.y),T=1),O>0&&A.x>h&&A.xh&&(n.moveTo(M.x,M.y),T=1),L>0&&M.x>h&&M.xh&&(n.moveTo(R.x,R.y),E=1),F>0&&R.x>h&&R.xh&&(n.moveTo(H.x,H.y),E=1),U>0&&H.x>h&&H.xh&&(n.moveTo(W.x,W.y),E=1),z>0&&W.x>h&&W.x4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=a.activeRadius*e.pix);var r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o;var l=a.minRadius||.5*o;o4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),r=T(e.categories.length),o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},l=(e.width-e.area[1]-e.area[3])/2,d=(e.height-e.area[0]-e.area[2])/2,f=Math.min(l-(k(e.categories,i.fontSize,n)+i.radarLabelTextMargin),d-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=a.radius?a.radius:f,n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(a.gridColor),r.forEach((function(t,e){var i=v(f*Math.cos(t),f*Math.sin(t),o);n.moveTo(o.x,o.y),e%a.gridEval==0&&n.lineTo(i.x,i.y)})),n.stroke(),n.closePath();for(var h=function(t){var i={};if(n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(a.gridColor),"radar"==a.gridType)r.forEach((function(e,s){var r=v(f/a.gridCount*t*Math.cos(e),f/a.gridCount*t*Math.sin(e),o);0===s?(i=r,n.moveTo(r.x,r.y)):n.lineTo(r.x,r.y)})),n.lineTo(i.x,i.y);else{var s=v(f/a.gridCount*t*Math.cos(1.5),f/a.gridCount*t*Math.sin(1.5),o);n.arc(o.x,o.y,o.y-s.y,0,2*Math.PI,!1)}n.stroke(),n.closePath()},p=1;p<=a.gridCount;p++)h(p);a.customColor=m(a.linearType,a.customColor,t,i);var g=j(r,o,f,t,e,s);if(g.forEach((function(i,s){n.beginPath(),n.setLineWidth(a.borderWidth*e.pix),n.setStrokeStyle(i.color);var r,c=u(i.color,a.opacity);"custom"==a.linearType&&(r=n.createCircularGradient?n.createCircularGradient(o.x,o.y,f):n.createRadialGradient(o.x,o.y,0,o.x,o.y,f),r.addColorStop(0,u(a.customColor[t[s].linearIndex],a.opacity)),r.addColorStop(1,u(i.color,a.opacity)),c=r);if(n.setFillStyle(c),i.data.forEach((function(t,e){0===e?n.moveTo(t.position.x,t.position.y):n.lineTo(t.position.x,t.position.y)})),n.closePath(),n.fill(),!0===a.border&&n.stroke(),n.closePath(),!1!==e.dataPointShape){var l=i.data.map((function(t){return t.position}));ot(l,i.color,i.pointShape,n,e)}})),!0===a.axisLabel){var _=Math.max(a.max,Math.max.apply(null,w(t))),y=f/a.gridCount,b=e.fontSize*e.pix;n.setFontSize(b),n.setFillStyle(e.fontColor),n.setTextAlign("left");for(p=0;p4&&void 0!==arguments[4]?arguments[4]:1,o=c({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=N(t,o,r),s=o.centerX||o.centerY?{x:o.centerX?o.centerX:e.width/2,y:o.centerY?o.centerY:e.height/2}:{x:e.width/2,y:e.height/2},o.radius?a=o.radius:(a=Math.min(s.x,s.y),a-=5*e.pix,a-=o.width/2),a=a<10?10:a,o.customColor=m(o.linearType,o.customColor,t,i);for(var l=0;l5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==r.oldAngle&&(r.oldAngle=r.startAngle),void 0==r.oldData&&(r.oldData=0),t=H(t,r.startAngle,r.endAngle);var o={x:i.width/2,y:i.height/2},l=Math.min(o.x,o.y);l-=5*i.pix,l-=r.width/2,l=l<10?10:l;var d=l-r.width,f=0;if("progress"==r.type){var h=l-3*r.width;s.beginPath();var p=s.createLinearGradient(o.x,o.y-h,o.x,o.y+h);p.addColorStop("0",u(e[0].color,.3)),p.addColorStop("1.0",u("#FFFFFF",.1)),s.setFillStyle(p),s.arc(o.x,o.y,h,0,2*Math.PI,!1),s.fill(),s.setLineWidth(r.width),s.setStrokeStyle(u(e[0].color,.3)),s.setLineCap("round"),s.beginPath(),s.arc(o.x,o.y,d,r.startAngle*Math.PI,r.endAngle*Math.PI,!1),s.stroke(),f=r.endAngleb/m?s.setStrokeStyle(u(e[0].color,1)):s.setStrokeStyle(u(e[0].color,.3)),s.setLineWidth(3*i.pix),s.moveTo(g,0),s.lineTo(_,0),s.stroke(),s.rotate(v*Math.PI);s.restore(),e=U(e,r,a),s.setLineWidth(r.width),s.setStrokeStyle(e[0].color),s.setLineCap("round"),s.beginPath(),s.arc(o.x,o.y,d,r.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),s.stroke();var w=l-2.5*r.width;s.save(),s.translate(o.x,o.y),s.rotate((e[0]._proportion_-1)*Math.PI),s.beginPath(),s.setLineWidth(r.width/3);var x=s.createLinearGradient(0,.6*-w,0,.6*w);x.addColorStop("0",u("#FFFFFF",0)),x.addColorStop("0.5",u(e[0].color,1)),x.addColorStop("1.0",u("#FFFFFF",0)),s.setStrokeStyle(x),s.arc(0,0,w,.85*Math.PI,1.15*Math.PI,!1),s.stroke(),s.beginPath(),s.setLineWidth(1),s.setStrokeStyle(e[0].color),s.setFillStyle(e[0].color),s.moveTo(-w-r.width/3/2,-4),s.lineTo(-w-r.width/3/2-4,0),s.lineTo(-w-r.width/3/2,4),s.lineTo(-w-r.width/3/2,-4),s.stroke(),s.fill(),s.restore()}else{s.setLineWidth(r.width),s.setLineCap("butt");for(var $=0;$5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{color:{},average:{}},i.extra.candle);r.color=c({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},r.color),r.average=c({},{show:!1,name:[],day:[],color:n.color},r.average),i.extra.candle=r;var o=i.chartData.xAxisData,l=o.xAxisPoints,u=o.eachSpacing,d=[];s.save();var f=-2,h=l.length+2,v=0,g=i.width+u;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(s.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/u)-2,h=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*u+i.area[3],g=v+(i.xAxis.itemCount+4)*u),(r.average.show||e)&&e.forEach((function(t,e){var r,o,c;r=[].concat(i.chartData.yAxisData.ranges[t.index]),o=r.pop(),c=r.shift();for(var d=t.data,f=X(d,o,c,l,u,i,n,a),h=I(f,t),_=0;_v&&(s.moveTo(w.x,w.y),y=1),b>0&&w.x>v&&w.xf&&m0?(s.setStrokeStyle(r.color.upLine),s.setFillStyle(r.color.upFill),s.setLineWidth(1*i.pix),s.moveTo(y[3].x,y[3].y),s.lineTo(y[1].x,y[1].y),s.lineTo(y[1].x-u/4,y[1].y),s.lineTo(y[0].x-u/4,y[0].y),s.lineTo(y[0].x,y[0].y),s.lineTo(y[2].x,y[2].y),s.lineTo(y[0].x,y[0].y),s.lineTo(y[0].x+u/4,y[0].y),s.lineTo(y[1].x+u/4,y[1].y),s.lineTo(y[1].x,y[1].y),s.moveTo(y[3].x,y[3].y)):(s.setStrokeStyle(r.color.downLine),s.setFillStyle(r.color.downFill),s.setLineWidth(1*i.pix),s.moveTo(y[3].x,y[3].y),s.lineTo(y[0].x,y[0].y),s.lineTo(y[0].x-u/4,y[0].y),s.lineTo(y[1].x-u/4,y[1].y),s.lineTo(y[1].x,y[1].y),s.lineTo(y[2].x,y[2].y),s.lineTo(y[1].x,y[1].y),s.lineTo(y[1].x+u/4,y[1].y),s.lineTo(y[0].x+u/4,y[0].y),s.lineTo(y[0].x,y[0].y),s.moveTo(y[3].x,y[3].y)),s.closePath(),s.fill(),s.stroke()}})),s.restore(),{xAxisPoints:l,calPoints:d,eachSpacing:u}}(o,g,e,i,n,t),a=s.xAxisPoints,r=s.calPoints,l=s.eachSpacing;e.chartData.xAxisPoints=a,e.chartData.calPoints=r,e.chartData.eachSpacing=l,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(g?0:e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break}}function Ut(){this.events={}}Rt.prototype.stop=function(){this.isStop=!0},Ut.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},Ut.prototype.delEventListener=function(t){this.events[t]=[]},Ut.prototype.trigger=function(){for(var t=arguments.length,i=Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.opts=c({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=at(this.opts.series,this.opts,this.config,this.context),n=i.yAxisWidth;this.config.yAxisWidth=n;var s=0,a=Y(this.opts.categories,this.opts,this.config),r=a.xAxisPoints,o=a.startX,l=a.endX,u=a.eachSpacing,d=u*(r.length-1),f=l-o;s=f-d,this.scrollOption={currentOffset:s,startTouchX:s,distance:0,lastMoveTime:0},this.opts._scrollDistance_=s;break}Nt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var n=at(this.opts.series,this.opts,this.config,this.context),s=n.yAxisWidth;this.config.yAxisWidth=s;var a=0,r=Y(this.opts.categories,this.opts,this.config),o=r.xAxisPoints,c=r.startX,l=r.endX,u=r.eachSpacing,d=u*i,h=l-c,p=h-u*(o.length-1);a=h/2-d,a>0&&(a=0),a=this.opts.categories.length?this.opts.categories.length:h,this.opts.animation=!1,this.opts.xAxis.itemCount=h;var p=0,v=Y(this.opts.categories,this.opts,this.config),g=v.xAxisPoints,_=v.startX,m=v.endX,y=v.eachSpacing,b=y*this.scrollOption.moveCurrent1,w=m-_,x=w-y*(g.length-1);p=-b+Math.min(s[0].x,s[1].x)-this.opts.area[3]-y,p>0&&(p=0),p2*Math.PI&&(t-=2*Math.PI),t},r=Math.atan2(e.center.y-t.y,t.x-e.center.x);r*=-1,r<0&&(r+=2*Math.PI);var o=e.angleList.map((function(t){return t=a(-1*t),t}));o.forEach((function(t,e){var i=a(t-n/2),o=a(t+n/2);o=i&&r<=o||r+2*Math.PI>=i&&r+2*Math.PI<=o)&&(s=e)}))}return s}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,n=0,s=e.series.length;na.funnelArea[0]&&t.xa.funnelArea[1]&&t.ya.area[0]&&t.xa.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,a={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&A(t,i,n)&&o.forEach((function(e,i){t.y+s+r>e&&(a.index=i)})),a}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(a.index=i)}));else{for(var l=Array(e.length),u=0;ue.start.x&&t.xe.start.y&&t.yu[0]-0&&t.xu[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){$(i,this.opts,t);var n=this.getLegendDataIndex(t);n>=0&&("candle"==this.opts.type?this.opts.seriesMA[n].show=!this.opts.seriesMA[n].show:this.opts.series[n].show=!this.opts.series[n].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Nt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=null;s=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],s||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var a=$(s,this.opts,e),r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){var d=C(this.opts.series,u,l.group);if(0!==d.length){var f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.y=a.y,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u,group:l.group}}}Nt.call(this,o.type,o,this.config,this.context)}if("mount"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e).index:n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:o.chartData.calPoints[u].x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){d=C(this.opts.series,u,l.group);if(0!==d.length){f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.x=a.x,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){var v=D(d,this.opts,u,this.opts.categories,n);h=v.textList,p=v.offset;p.y=a.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){f=P(this.opts.series[0].data,d,this.opts,u,this.opts.categories,this.opts.extra.candle,n),h=f.textList,p=f.offset;p.y=a.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("map"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]);d.name=d.properties.name;h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("word"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("radar"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=C(this.opts.series,u);if(0!==d.length){h=d.map((function(t){return{text:n.formatter?n.formatter(t,i.opts.categories[u],u,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=c({},this.opts,{_scrollDistance_:t,animation:!1});Nt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=$(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),n=i-this.scrollOption.lastMoveTime;if(!(n=t.lastPage)?n("view",{staticClass:t._$s(17,"sc","endtext"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.$t("tips.msgBottom"))))]):t._e()],1),t._$s(18,"i",!t.lastPage)?n("view",{staticClass:t._$s(18,"sc","nolist"),attrs:{_i:18}},[n("image",{attrs:{src:t._$s(19,"a-src",i("8ef2")),_i:19}}),n("text",[t._v(t._$s(20,"t0-0",t._s(t.$t("index.none"))))])]):t._e()])},a=[]},e88d:function(t,e,i){"use strict";i.r(e);var n=i("9349"),s=i("6e12");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},e8e2:function(t,e,i){"use strict";i.r(e);var n=i("11d0"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},e926:function(t,e,i){"use strict";i.r(e);var n=i("52bf"),s=i("bc66");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"3eda7e82",null,!1,n["a"],void 0);e["default"]=o.exports},ea80:function(t,e,i){"use strict";i.r(e);var n=i("454c"),s=i("02e9");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"0afe9137",null,!1,n["a"],void 0);e["default"]=o.exports},eb43:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList())},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.getPublicHistoryDel({id:n}).then((function(t){0==t.code?(i.ranklist.splice(e,1),i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),i.isDelete=!0,i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},getList:function(){var e=this;this.$model.getPublicHistory({aud_id:uni.getStorageSync("userid"),acd_id:this.acd_id,page:this.page,name:this.labelName}).then((function(i){if(t("log","\u5386\u53f2\u8bb0\u5f55",i," at pageTwo/PublicCards/history.vue:139"),0==i.code){var n=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];i.data.rows.forEach((function(t){t.options=n})),e.ranklist=e.ranklist.concat(i.data.rows),e.lastPage=i.data.totalpage}}))},handleActive:function(t,e){this.active=e,this.labelName=t,this.page=1,this.ranklist=[],this.lastPage="",this.getList()}}};e.default=c}).call(this,i("f3b9")["default"])},eb49:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0,n=U.call(i);if("[object Array]"===n)return e=i.slice(0),e;if("[object Object]"===n){for(var s in i)e[s]=t(e[s],i[s]);return e}if("[object Date]"===n)return new Date(i.getTime());if("[object RegExp]"===n){var a=String(i),r=a.lastIndexOf("/");return new RegExp(a.slice(1,r),a.slice(r+1))}return i}("[object Array]"===U.call(t)?[]:{},t)},z=(s={},(0,a.default)(s,String,""),(0,a.default)(s,Number,0),(0,a.default)(s,Boolean,!1),(0,a.default)(s,Object,null),(0,a.default)(s,Array,[]),(0,a.default)(s,null,null),s);function W(t){return z[t]}function V(t){return h(t)?t.type:t}function q(t,e,i,n){var s=i[t];if(void 0!==s){var a=e[t],r=V(a);s=G(s,r);var o=a&&a.observer;return o&&setTimeout((function(){J(o,n,s)}),4),s}return function(t){return h(t)?p(t,"value")?t.value:W(t.type):W(t)}(e[t])}function G(t,e){return e===Boolean?!!t:e===String?String(t):t}function J(t,e,i,n){try{"function"===typeof t?t.call(e,i,n):"string"===typeof t&&"function"===typeof e[t]&&e[t](i,n)}catch(s){console.error("execute observer ".concat(t," callback fail! err: ").concat(s))}}function Y(t){var e=t.$options.mpOptions&&t.$options.mpOptions.properties,i=t.$options.propsData;i&&e&&Object.keys(e).forEach((function(n){p(i,n)&&(t[n]=G(i[n],V(e[n])))}))}function K(t){var e=JSON.parse(JSON.stringify(t.$options.mpOptions.data||{}));t["__data__"]=e;var i={get:function(){return t["__data__"]},set:function(e){t["__data__"]=e}};Object.defineProperties(t,{data:i,properties:i}),t.setData=N,function(t,e){var i=t.$options.mpOptions.properties;if(i){var n=H(t.$options.propsData)||{},s=function(s){var a=!!h(i[s])&&i[s].observer,r=q(s,i,n,t);Object.defineProperty(e,s,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){var i=r;e===r||e!==e&&r!==r||(r=Array.isArray(e)?e.slice(0):e,a&&J(a,t,e,i),t.$forceUpdate())}})};for(var a in i)s(a)}}(t,e),Object.keys(e).forEach((function(e){R(t,"__data__",e)}))}var X={beforeCreate:function(){this._renderProxy=this,this._$self=this,this._$noop=v},created:function(){K(this),function(t){var e=t.$emit;t.triggerEvent=function(i,n,s){var a={dataset:t.$el.dataset},r={target:a,currentTarget:a,detail:n,preventDefault:v,stopPropagation:v};e.call(t,i,r)},t.$emit=function(){t.triggerEvent.apply(t,arguments)},t.getRelationNodes=function(e){return(t._$relationNodes&&t._$relationNodes[e]||[]).filter((function(t){return!t._isDestroyed}))},t._$updateProperties=Y}(this),j(this)},mounted:function(){(function(t){var e=t.$options.watch;e&&Object.keys(e).forEach((function(i){var n=e[i];if(n.mounted){var s=t[i],a=n.handler;"string"===typeof a&&(a=t[a]),a&&a.call(t,s,s)}}))})(this)},destroyed:function(){E(this,"unlinked")}};t.__wxRoute="",t.__wxComponents=Object.create(null),t.__wxVueOptions=Object.create(null);var Q=o.default.nextTick;e.nextTick=Q;var Z=uni.__$wx__,tt=Z;e.default=tt}).call(this,i("0ee4"))},ee10:function(t,e){function i(t,e,i,n,s,a,r){try{var o=t[a](r),c=o.value}catch(l){return void i(l)}o.done?e(c):Promise.resolve(c).then(n,s)}t.exports=function(t){return function(){var e=this,n=arguments;return new Promise((function(s,a){var r=t.apply(e,n);function o(t){i(r,s,a,o,c,"next",t)}function c(t){i(r,s,a,o,c,"throw",t)}o(void 0)}))}},t.exports.__esModule=!0,t.exports["default"]=t.exports},ee48:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],s={type:["pie","ring","rose","funnel","line","column","area","radar","gauge","candle","demotype"],categories:["line","column","area","radar","gauge","candle","demotype"],instance:{},option:{},formatter:{tooltipDemo1:function(t){var e="";for(var i in t){0==i&&(e+=t[i].axisValueLabel+"\u5e74\u9500\u552e\u989d");var n="--";null!==t[i].data&&(n=t[i].data),e+="
"+t[i].marker+t[i].seriesName+"\uff1a"+n+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:n},column:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:n,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:n,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:n,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:n,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},a=s;e.default=a},eedb:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o=null,c={data:function(){return{bpm:0,isend:!1,weight:0,Ycount:0,time_m:"",time_s:"",time:0,kcal:0,Bcount:0,continuous:0,info:{},isToggle:!1,isEnd:!1,iswrapper:!1,isStart:!1}},computed:function(t){for(var e=1;e10&&(o.autoplay=!0,o.loop=!1,o.src=i.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),"00"==t.time_m&&"10"==t.time_s&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/time.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))}3==t.info.active&&(t.$video.video.forEach((function(e){Number(e.name)==Number(t.Ycount)-Number(t.weight)&&0!=Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src=e.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),10==Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/number.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3)))}},methods:{handleAudioStart:function(){var t=this;o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/Start.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),5e3)},handleAudio:function(){o.autoplay=!0,o.loop=!0,o.src="/pageTwo/static/flight.mp3",o.play()},notifyBLECharacteristicValue:function(){var e=this;uni.notifyBLECharacteristicValueChange({state:!0,deviceId:e.info.deviceId,serviceId:e.info.serviceId,characteristicId:e.info.notify,success:function(i){uni.onBLECharacteristicValueChange((function(i){var n=e.$tools.ab2hex(i.value,""),s=parseInt(n.substring(8,12),16),a=parseInt(n.substring(12,16),16),r=parseInt(n.substring(16,20),16),o=parseInt(n.substring(20,24),16),c=parseInt(n.substring(30,32),16),l=parseInt(n.substring(32,34),16),u=parseInt(n.substring(34,38),16),d=null,f=null;if(0==c||4==c){if(e.weight=s,e.Ycount=a,e.time=r,e.kcal=u/10,2!=e.info.active&&0!=s&&(d=Math.floor(r%3600/60),f=r%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f),2==e.info.active){var h=Number(o)-Number(r);d=Math.floor(h%3600/60),f=h%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f}e.Bcount=parseInt(n.substring(24,26),16),e.continuous=parseInt(n.substring(26,30),16),t("log","\u81ea\u7531\u6a21\u5f0f",s,u,r,e.time_m,e.time_s,l," at pageTwo/devices/PCT01.vue:310")}2!=c&&3!=c||e.isToggle||(setTimeout((function(){e.isToggle=!0,e.handleStart("\u505c\u6b62")}),200),t("log","\u5f53\u524d\u72b6\u6001\u88ab\u5207\u6362"," at pageTwo/devices/PCT01.vue:317")),4!=c||e.isEnd||(e.isEnd=!0,t("log","\u5f53\u524d\u72b6\u6001\u88ab\u7ed3\u675f"," at pageTwo/devices/PCT01.vue:322"))}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/PCT01.vue:328")}})},SendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.info.deviceId,serviceId:this.info.serviceId,characteristicId:this.info.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCT01.vue:343")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCT01.vue:346")}})},onlongpress:function(){var e=this;uni.vibrateLong({success:function(){t("log","\u77ed\u9707\u52a8"," at pageTwo/devices/PCT01.vue:354"),Number(e.time)<10?uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u672c\u6b21\u8df3\u7ef3\u65f6\u95f4\u4f4e\u4e8e10\u79d2\uff0c\u8bb0\u5f55\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\uff1f",confirmText:"\u7ee7\u7eed",cancelText:"\u8fd4\u56de",success:function(t){t.cancel&&(e.isStart=!1,o.stop(),uni.navigateBack({delta:1}))}}):(e.handleStart("\u505c\u6b62"),setTimeout((function(){e.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){e.handleGetMeasure()}),800))},fail:function(e){t("error","\u9707\u52a8\u5931\u8d25\uff1a",e," at pageTwo/devices/PCT01.vue:383")}})},handleGetMeasure:function(){var e=this;3==e.info.active&&0==e.weight&&0!=e.Ycount?(t("log","1",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:391"),e.weight=e.Ycount):3==e.info.active&&0!=e.weight&&0!=e.Ycount&&(t("log","2",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:394"),e.weight=Number(e.Ycount)-Number(e.weight)),2==e.info.active&&(e.time_m=Math.floor(e.time%3600/60),e.time_s=e.time%60),t("log","111111\u4fdd\u5b58",e.weight,e.Ycount,e.time_m,e.time_s," at pageTwo/devices/PCT01.vue:401"),e.$model.getskipResult({aud_id:uni.getStorageSync("userid"),kcal:Math.floor(e.kcal),num:e.weight,time_m:Number(e.time_m),time_s:e.time_s,type:1==e.info.active?"free":2==e.info.active?"time":"num"}).then((function(i){t("log","\u4fdd\u5b58",e.time,i," at pageTwo/devices/PCT01.vue:410"),e.isStart=!1,o.stop(),0==i.code?(e.bpm=e.weight/(e.time/60),e.iswrapper=!0,e.info.isSuccessful=!0,e.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")})):e.$tools.msg(i.msg)}))},handleStart:function(e){var i=null,n=null;"\u8fde\u7eed"==e&&(i=Number(173).toString(16),n="A5050300"+i.substr(i.length-2,2),t("log","\u8fde\u7eed\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:433")),"\u505c\u6b62"==e&&(i=Number(178).toString(16),n="A5050305"+i.substr(i.length-2,2),t("log","\u505c\u6b62\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:438")),"\u5f00\u59cb"==e&&(i=Number(175).toString(16),n="A5050500"+i.substr(i.length-2,2)),"\u7ed3\u675f"==e&&(i=Number(176).toString(16),n="A5050501"+i.substr(i.length-2,2),t("log","\u7ed3\u675f\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:447")),"\u7ee7\u7eed"==e&&(i=Number(174).toString(16),n="A5050400"+i.substr(i.length-2,2),t("log","\u7ee7\u7eed\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:452")),"\u6682\u505c"==e&&(i=Number(175).toString(16),n="A5050401"+i.substr(i.length-2,2),t("log","\u6682\u505c\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:457")),this.SendData(n)},handleTarget:function(){o.stop(),uni.navigateBack({delta:1})},handleEnd:function(){var t=this;t.handleStart("\u505c\u6b62"),setTimeout((function(){t.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){uni.$emit("updateData",JSON.stringify(t.info))}),600)}}};e.default=c}).call(this,i("f3b9")["default"])},f0c6:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ea80").default,uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",!t.isRefresh)?n("headerIndex",{attrs:{_i:1},on:{getAciveCity:t.getAciveCity}}):t._e(),n("view",{staticClass:t._$s(2,"sc","box"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","title bold"),attrs:{_i:3}}),n("view",{staticClass:t._$s(4,"sc","charts mt-15"),attrs:{_i:4}},[n("qiun-data-charts",{attrs:{type:"arcbar",chartData:t.chartData,Height:140,Width:140,canvas2d:!0,_i:5}}),n("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.score?t.score:"--")))])],1),n("view",{staticClass:t._$s(7,"sc","btn history"),attrs:{_i:7},on:{click:function(e){return t.navTo("/pageTwo/score/history")}}}),t._$s(8,"i",t.Max_score)?n("view",{staticClass:t._$s(8,"sc","title bold Max_score"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.Max_score)))]):t._e(),n("view",{staticClass:t._$s(9,"sc","Lastdata"),attrs:{_i:9},on:{click:function(e){return t.getList(1)}}})]),t._$s(10,"i",t.selectllist.length)?n("view",[t._l(t._$s(11,"f",{forItems:t.selectllist}),(function(e,i,s,a){return n("view",{key:t._$s(11,"f",{forIndex:s,key:"11-"+a})},[n("view",{staticClass:t._$s("12-"+a,"sc","titleName bold mt-15 ml-15 size16"),attrs:{_i:"12-"+a}},[t._v(t._$s("12-"+a,"t0-0",t._s(e.name)))]),n("view",{staticClass:t._$s("13-"+a,"sc","indexCarList"),attrs:{_i:"13-"+a}},t._l(t._$s("14-"+a,"f",{forItems:e.list}),(function(e,i,s,r){return n("view",{key:t._$s("14-"+a,"f",{forIndex:s,key:"14-"+a+"-"+r}),staticClass:t._$s("14-"+a+"-"+r,"sc","card"),attrs:{_i:"14-"+a+"-"+r}},[n("view",{staticClass:t._$s("15-"+a+"-"+r,"sc","title"),attrs:{_i:"15-"+a+"-"+r}},[n("view",{staticClass:t._$s("16-"+a+"-"+r,"sc","name "),attrs:{_i:"16-"+a+"-"+r}},[t._v(t._$s("16-"+a+"-"+r,"t0-0",t._s(e.name)))])]),t._l(t._$s("17-"+a+"-"+r,"f",{forItems:e.list}),(function(i,s,o,c){return t._$s("17-"+a+"-"+r+"-"+c,"i",!t.isresult)?n("view",{key:t._$s("17-"+a+"-"+r,"f",{forIndex:o,key:s}),staticClass:t._$s("17-"+a+"-"+r+"-"+c,"sc","item3"),attrs:{_i:"17-"+a+"-"+r+"-"+c}},[t._$s("18-"+a+"-"+r+"-"+c,"i",Number(e.is_choice)>=1)?n("uni-icons",{attrs:{type:1==i.choice_state?"circle-filled":"circle",color:1==i.choice_state?"#FEC407":"#dfdfdf",size:"22",_i:"18-"+a+"-"+r+"-"+c},on:{click:function(n){return t.handleActiveState(e,i,s)}}}):t._e(),n("view",{staticClass:t._$s("19-"+a+"-"+r+"-"+c,"sc","name"),attrs:{_i:"19-"+a+"-"+r+"-"+c},on:{click:function(e){return t.handleTips(i.describe)}}},[n("text",[t._v(t._$s("20-"+a+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),t._$s("21-"+a+"-"+r+"-"+c,"i",i.describe)?n("uni-icons",{attrs:{type:"info",color:"#f0ad4e",size:"20",_i:"21-"+a+"-"+r+"-"+c}}):t._e()],1),n("view",{staticClass:t._$s("22-"+a+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"22-"+a+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("23-"+a+"-"+r+"-"+c,"sc","input"),attrs:{_i:"23-"+a+"-"+r+"-"+c}},[t._$s("24-"+a+"-"+r+"-"+c,"i",1==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("24-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"24-"+a+"-"+r+"-"+c},domProps:{value:t._$s("24-"+a+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("25-"+a+"-"+r+"-"+c,"e",2==i.type||3==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("25-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"25-"+a+"-"+r+"-"+c},domProps:{value:t._$s("25-"+a+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("26-"+a+"-"+r+"-"+c,"e",4==i.type)?n("picker",{style:t._$s("26-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{range:t._$s("26-"+a+"-"+r+"-"+c,"a-range",t.timeList),_i:"26-"+a+"-"+r+"-"+c},on:{change:function(e){return t.bindTimeChange(e,i)},input:function(e){return t.changeDisabled(i)}}},[n("view",[t._v(t._$s("27-"+a+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"\u8bf7\u9009\u62e9")))]),n("uni-icons",{staticClass:t._$s("28-"+a+"-"+r+"-"+c,"sc","down"),attrs:{type:"down",color:"#999",size:"20",_i:"28-"+a+"-"+r+"-"+c}})],1):t._e(),t._$s("29-"+a+"-"+r+"-"+c,"i",i.value&&"4"!=i.type)?n("uni-icons",{staticClass:t._$s("29-"+a+"-"+r+"-"+c,"sc","uni-icons"),attrs:{type:"clear",color:"#999",size:"24",_i:"29-"+a+"-"+r+"-"+c},on:{click:function(e){return t.handleValue(i)}}}):t._e()],1),n("text",{style:t._$s("30-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"30-"+a+"-"+r+"-"+c},on:{input:function(e){return t.changeDisabled(i)}}},[t._v(t._$s("30-"+a+"-"+r+"-"+c,"t0-0",t._s(i.unit)))])])],1):t._e()})),t._l(t._$s("31-"+a+"-"+r,"f",{forItems:e.list}),(function(i,s,o,c){return t._$s("31-"+a+"-"+r+"-"+c,"i",t.isresult&&e.list.length>1)?n("view",{key:t._$s("31-"+a+"-"+r,"f",{forIndex:o,key:s}),staticClass:t._$s("31-"+a+"-"+r+"-"+c,"sc","result item3"),attrs:{_i:"31-"+a+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("32-"+a+"-"+r+"-"+c,"sc","name"),attrs:{_i:"32-"+a+"-"+r+"-"+c}},[t._v(t._$s("32-"+a+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),n("view",{staticClass:t._$s("33-"+a+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"33-"+a+"-"+r+"-"+c}},[n("view",[t._v(t._$s("34-"+a+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"-")))]),n("view",{staticClass:t._$s("35-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"35-"+a+"-"+r+"-"+c}},[t._v(t._$s("35-"+a+"-"+r+"-"+c,"t0-0",t._s(i.proportion_value?i.proportion_value:"-")))]),n("view",{staticClass:t._$s("36-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"36-"+a+"-"+r+"-"+c}},[t._v(t._$s("36-"+a+"-"+r+"-"+c,"t0-0",t._s(i.total_score?i.total_score:"-")))])])]):t._e()}))],2)})),0)])})),t._$s(37,"i",t.isSports)?n("view",{staticClass:t._$s(37,"sc","gfbtn"),attrs:{_i:37},on:{click:function(e){return t.handleNewScore()}}}):n("view",{staticClass:t._$s(38,"sc","gfbtn"),attrs:{_i:38},on:{click:function(e){return t.handlescore()}}})],2):n("view",{staticClass:t._$s(39,"sc","nolist"),attrs:{_i:39}},[n("image",{attrs:{src:t._$s(40,"a-src",i("8ef2")),_i:40}}),n("text",[t._v(t._$s(41,"t0-0",t._s(t.msg)))])]),n("uslider",{attrs:{_i:42}}),t._$s(43,"i",t.isDrawe)?n("view",{staticClass:t._$s(43,"sc","wrapper"),attrs:{_i:43}},[n("view",{staticClass:t._$s(44,"sc","bg"),attrs:{_i:44},on:{click:t.onTap}}),n("view",{staticClass:t._$s(45,"sc","edit"),attrs:{_i:45},on:{click:function(t){t.stopPropagation()}}},[n("view",{staticClass:t._$s(46,"sc","title"),attrs:{_i:46}},[n("text",{staticClass:t._$s(47,"sc","choice"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.List.length))+t._$s(47,"t0-1",t._s(t.choice)))])]),t._l(t._$s(48,"f",{forItems:t.List}),(function(e,i,s,a){return n("view",{key:t._$s(48,"f",{forIndex:s,key:i}),staticClass:t._$s("48-"+a,"sc","item"),attrs:{_i:"48-"+a},on:{click:function(i){return t.toggle(e)}}},[t._$s("49-"+a,"i",1==t.choice)?n("uni-icons",{attrs:{type:t.isActive.name==e.name?"circle-filled":"circle",size:"22",color:t.isActive.name==e.name?"#FEC407":"#dfdfdf",_i:"49-"+a}}):t._e(),t._$s("50-"+a,"i",t.choice>1)?n("uni-icons",{attrs:{type:-1!=t.isActiveNameList.indexOf(e.name)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActiveNameList.indexOf(e.name)?"#FEC407":"#dfdfdf",_i:"50-"+a}}):t._e(),n("view",{staticClass:t._$s("51-"+a,"sc","name"),attrs:{_i:"51-"+a}},[n("view",{staticClass:t._$s("52-"+a,"sc","overflow"),attrs:{_i:"52-"+a}},[t._v(t._$s("52-"+a,"t0-0",t._s(e.name)))])])],1)})),n("view",{staticClass:t._$s(53,"sc","btn close"),attrs:{_i:53},on:{click:t.onTap}}),n("view",{staticClass:t._$s(54,"sc","btn"),attrs:{_i:54},on:{click:t.handleTarget}})],2)]):t._e()],1)},a=[]},f179:function(t,e,i){t.exports=i.p+"static/q10.png"},f281:function(t,e,i){"use strict";i.r(e);var n=i("d26b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},f341:function(t,e,i){"use strict";i.r(e);var n=i("6774"),s=i("1aa2");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"430c4d7a",null,!1,n["a"],void 0);e["default"]=o.exports},f36a:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e1?e-1:0),n=1;n1){var u=c.pop();l=c.join("---COMMA---"),0===u.indexOf(" at ")?l+=u:l+="---COMMA---"+u}else l=c[0];console[o](l)}n.r(i),n.d(i,"log",(function(){return o})),n.d(i,"default",(function(){return c}))},f40c:function(t,e,i){"use strict";i.r(e);var n=i("dd8c"),s=i("09e9");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=i("6a14"),c=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);"function"===typeof o["a"]&&Object(o["a"])(c),e["default"]=c.exports},f52d:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ea80").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content "),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[i("scroll-view",{staticClass:t._$s(2,"sc","scroll-menu"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.labelList}),(function(e,n,s,a){return i("view",{key:t._$s(3,"f",{forIndex:s,key:"3-"+a}),class:t._$s("3-"+a,"c",[t.active==n?"active":""]),attrs:{_i:"3-"+a},on:{click:function(i){return t.handleActive(e,n)}}},[i("text",[t._v(t._$s("4-"+a,"t0-0",t._s(e)))])])})),0)]),i("view",{staticClass:t._$s(5,"sc","desc"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","statuevue"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","bi"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","peobox"),style:t._$s(8,"s","left:"+Number(t.offset)+"%"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","xx"),attrs:{_i:9}})]),t._l(t._$s(10,"f",{forItems:t.lineList}),(function(e,n,s,a){return i("view",{key:t._$s(10,"f",{forIndex:s,key:n}),staticClass:t._$s("10-"+a,"sc","item"),style:t._$s("10-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"10-"+a}},[i("view",{staticClass:t._$s("11-"+a,"sc","span1"),attrs:{_i:"11-"+a}},[t._v(t._$s("11-"+a,"t0-0",t._s(e.text)))]),t._$s("12-"+a,"i",n1?e-1:0),a=1;at.end.x||e.end.xt.start.y||e.start.y1&&(n.extra.mount.widthRatio>2&&(n.extra.mount.widthRatio=2),s+=(n.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",n.xAxis.scrollPosition="left"):Math.abs(e)>=s-r?(o=r-s,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",n.xAxis.scrollPosition="right"):(t.scrollOption.position=e,n.xAxis.scrollPosition=e),o}function f(t,e,i){function a(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=a(t),e=a(e),i=a(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function a(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var n=.2,r=.2,s=null,o=null,c=null,l=null;if(e<1?(s=t[0].x+(t[1].x-t[0].x)*n,o=t[0].y+(t[1].y-t[0].y)*n):(s=t[e].x+(t[e+1].x-t[e-1].x)*n,o=t[e].y+(t[e+1].y-t[e-1].y)*n),e>t.length-3){var d=t.length-1;c=t[d].x-(t[d].x-t[d-1].x)*r,l=t[d].y-(t[d].y-t[d-1].y)*r}else c=t[e+1].x-(t[e+2].x-t[e].x)*r,l=t[e+1].y-(t[e+2].y-t[e].y)*r;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),a(t,e+1)&&(c=t[e+1].x),a(t,e)&&(s=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(s>=Math.max(t[e].x,t[e+1].x)||s<=Math.min(t[e].x,t[e+1].x))&&(s=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:s,y:o},ctrB:{x:c,y:l}}}function g(t,e,i){return{x:i.x+t,y:i.y-e}}function v(t,e){if(e)while(c.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function h(t,e,i){for(var a=0,n=0;n=1e4?1e3:a>=1e3?100:a>=100?10:a>=10?5:a>=1?1:a>=.1?.1:a>=.01?.01:a>=.001?.001:a>=1e-4?1e-4:a>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var a=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var n=0;n-1;if(r)for(var s=A(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},s=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(a.length>0){for(var c=[],l=0;l0&&(a=n[i]),{text:r.formatter?r.formatter(t,a,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:u,offset:f}}function z(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},r=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,s=t.map((function(t){return{text:n.formatter?n.formatter(t,a[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));s=s.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(r),y:0};return{textList:s,offset:o}}function E(t,e,i,a,n,r){var s=i.chartData.calPoints,o=r.color.upFill,c=r.color.downFill,l=[o,o,c,o],d=[];e.map((function(e){0==a?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[a-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function P(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function T(t,e){var i=[],a=[];return t.forEach((function(t,n){e.connectNulls?null!==t&&a.push(t):null!==t?a.push(t):(a.length&&i.push(a),a=[])})),a.length&&i.push(a),i}function F(t,e,i,a,n){var r={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},s=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var a=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(a),s,n)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){r.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(r.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;n="stack"==a?m(t,e.categories.length):w(t);var o=[];n=n.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),n.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),s>-1?("number"===typeof e.xAxis.data[s].min&&(c=Math.min(e.xAxis.data[s].min,c)),"number"===typeof e.xAxis.data[s].max&&(l=Math.max(e.xAxis.data[s].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var d=l||10;l+=d}for(var u=c,f=l,p=[],g=(f-u)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)p.push(u+g*v);return p}(t,e,i,n.type),s.rangesFormat=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));var l=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));s=Object.assign(s,N(l,e,i));s.eachSpacing,l.map((function(t){return b(t,e.xAxis.fontSize*e.pix,a)}));return!0===e.xAxis.disabled&&(s.xAxisHeight=0),s}function O(t,e,i,a,n){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,s=n.extra.radar||{};s.max=s.max||0;for(var o=Math.max(s.max,Math.max.apply(null,w(a))),c=[],l=function(n){var s=a[n],l={};l.color=s.color,l.legendShape=s.legendShape,l.pointShape=s.pointShape,l.data=[],s.data.forEach((function(a,n){var s={};s.angle=t[n],s.proportion=a/o,s.value=a,s.position=g(i*s.proportion*r*Math.cos(s.angle),i*s.proportion*r*Math.sin(s.angle),e),l.data.push(s)})),c.push(l)},d=0;d2&&void 0!==arguments[2]?arguments[2]:1,a=0,n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0,s=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function I(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function H(t,e,i){var a;a=i=2&&(t[r]._endAngle_=t[r]._endAngle_%2),n=t[r]._endAngle_;return t}function W(t,e,i){for(var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,n=0;n=i.oldData?r._proportion_=(r._endAngle_-r._oldAngle_)*a+i.oldAngle:r._proportion_=r._oldAngle_-(r._oldAngle_-r._endAngle_)*a,r._proportion_>=2&&(r._proportion_=r._proportion_%2)}return t}function R(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return"mix"==r.type?(n=r.extra.mix.column.seriesGap*r.pix||0,s=r.extra.mix.column.categoryGap*r.pix||0):(n=r.extra.column.seriesGap*r.pix||0,s=r.extra.column.categoryGap*r.pix||0),n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.mix&&r.extra.mix.column.width&&+r.extra.mix.column.width>0&&(t.width=Math.min(t.width,+r.extra.mix.column.width*r.pix)),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t.x+=(a+.5-i/2)*(t.width+n),t}))}function q(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return n=r.extra.bar.seriesGap*r.pix||0,s=r.extra.bar.categoryGap*r.pix||0,n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t.y+=(a+.5-i/2)*(t.width+n),t}))}function G(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),a>0&&(t.width-=s),t)}))}function Y(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function U(t,e,i,a,n,r,s){var o=r.extra.bar.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function N(t,e,i){var a=e.width-e.area[1]-e.area[3],n=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&n>1&&"justify"==e.xAxis.boundaryGap&&(n-=1);var r=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),r=e.extra.mount.widthRatio-1,n+=r);var s=a/n,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+r/2*s+e*s)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+r*s+t.length*s):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:s}}function X(t,e,i,a,n,r,s){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=r.height-r.area[0]-r.area[2];return t.forEach((function(t,s){if(null===t)c.push(null);else{var d=[];t.forEach((function(t,c){var u={};u.x=a[s]+Math.round(n/2);var f=t.value||t,p=l*(f-e)/(i-e);p*=o,u.y=r.height-Math.round(p)-r.area[2],d.push(u)})),c.push(d)}})),c}function J(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=s.type&&"area"!=s.type&&"scatter"!=s.type&&"bubble"!=s.type||(l=s.xAxis.boundaryGap);var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};p.color=t.color,p.x=a[o];var g,v,h,x=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)g=[].concat(s.chartData.xAxisData.ranges),v=g.shift(),h=g.pop(),x=t[1],p.x=s.area[3]+f*(t[0]-v)/(h-v),"bubble"==s.type&&(p.r=t[2],p.t=t[3]);else x=t.value;"center"==l&&(p.x+=n/2);var _=u*(x-e)/(i-e);_*=c,p.y=s.height-_-s.area[2],d.push(p)}})),d}function Q(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=s.xAxis.boundaryGap,u=[],f=s.height-s.area[0]-s.area[2],p=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var g={};if(g.color=t.color,"vertical"==c.animation){g.x=a[o];var v,h,x,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(s.chartData.xAxisData.ranges),h=v.shift(),x=v.pop(),_=t[1],g.x=s.area[3]+p*(t[0]-h)/(x-h);else _=t.value;"center"==d&&(g.x+=n/2);var b=f*(_-e)/(i-e);b*=l,g.y=s.height-b-s.area[2],u.push(g)}else{g.x=a[0]+n*o*l;_=t;"center"==d&&(g.x+=n/2);b=f*(_-e)/(i-e);g.y=s.height-b-s.area[2],u.push(g)}}})),u}function Z(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var c={};c.color=t.color,c.x=a[o];var p,g,v,h=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(s.chartData.xAxisData.ranges),g=p.shift(),v=p.pop(),h=t[1],c.x=s.area[3]+f*(t[0]-g)/(v-g);else h=t.value;c.x+=n/2;var x=u*(h*l-e)/(i-e);c.y=s.height-x-s.area[2],d.push(c)}})),d}function K(t,e,i,a,n,r,s,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],d=r.height-r.area[0]-r.area[2],u=(r.width,r.area[1],r.area[3],n*s.widthRatio);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=a[s],o.x+=n/2;var f=t.data,p=d*(f*c-e)/(i-e);o.y=r.height-p-r.area[2],o.value=f,o.width=u,l.push(o)}})),l}function tt(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],d=(s.height,s.area[0],s.area[2],s.width-s.area[1]-s.area[3]);return t.forEach((function(t,n){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=a[n];var u=t;"object"===(0,r.default)(t)&&null!==t&&(u=t.value);var f=d*(u-e)/(i-e);f*=c,o.height=f,o.value=u,o.x=f+s.area[3],l.push(o)}})),l}function et(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.height-s.area[0]-s.area[2];return t.forEach((function(t,o){if(null===t)u.push(null);else{var p={};if(p.color=t.color,p.x=a[o]+Math.round(n/2),c>0){for(var g=0,v=0;v<=c;v++)g+=l[v].data[o];var h=g-t,x=f*(g-e)/(i-e),_=f*(h-e)/(i-e)}else{g=t;"object"===(0,r.default)(t)&&null!==t&&(g=t.value);x=f*(g-e)/(i-e),_=0}var b=_;x*=d,b*=d,p.y=s.height-Math.round(x)-s.area[2],p.y0=s.height-Math.round(b)-s.area[2],u.push(p)}})),u}function it(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,n){if(null===t)u.push(null);else{var o={};if(o.color=t.color,o.y=a[n],c>0){for(var p=0,g=0;g<=c;g++)p+=l[g].data[n];var v=p-t,h=f*(p-e)/(i-e),x=f*(v-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);h=f*(p-e)/(i-e),x=0}var _=x;h*=d,_*=d,o.height=h-_,o.x=s.area[3]+h,o.x0=s.area[3]+_,u.push(o)}})),u}function at(t,e,i,a,n){var s;s="stack"==a?m(t,e.categories.length):w(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=n.min||0,l=n.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var d=_(c,l),u=void 0===n.min||null===n.min?d.minRange:n.min,f=void 0===n.max||null===n.max?d.maxRange:n.max,p=(f-u)/e.yAxis.splitNumber,g=[],v=0;v<=e.yAxis.splitNumber;v++)g.push(u+p*v);return g.reverse()}function nt(t,e,i,a){var n=o({},{type:""},e.extra.column),r=e.yAxis.data.length,s=new Array(r);if(r>0){for(var l=0;l0&&0==n.tooltip.group.includes(s))){var o="number"===typeof n.tooltip.index?n.tooltip.index:n.tooltip.index[n.tooltip.group.indexOf(s)];if(a.beginPath(),"hollow"==r.activeType?(a.setStrokeStyle(e),a.setFillStyle(n.background),a.setLineWidth(2*n.pix)):(a.setStrokeStyle("#ffffff"),a.setFillStyle(e),a.setLineWidth(1*n.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x+2.5*n.pix,t.y),a.arc(t.x,t.y,3*n.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;a.closePath(),a.fill(),a.stroke()}}function ct(t,e,i,a){var n=t.title.fontSize||e.titleFontSize,r=t.subtitle.fontSize||e.subtitleFontSize,s=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,d=s?n:0,u=o?r:0;if(o){var f=b(o,r*t.pix,i),p=a.x-f/2+(t.subtitle.offsetX||0)*t.pix,g=a.y+r*t.pix/2+(t.subtitle.offsetY||0)*t.pix;s&&(g+=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(r*t.pix),i.setFillStyle(l),i.fillText(o,p,g),i.closePath(),i.stroke()}if(s){var v=b(s,n*t.pix,i),h=a.x-v/2+(t.title.offsetX||0),x=a.y+n*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(x-=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(n*t.pix),i.setFillStyle(c),i.fillText(s,h,x),i.closePath(),i.stroke()}}function lt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){a.beginPath();var l=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(l),a.setFillStyle(e.textColor||n.fontColor);var d=s[c];"object"===(0,r.default)(s[c])&&null!==s[c]&&(d=s[c].constructor.toString().indexOf("Array")>-1?s[c][1]:s[c].value);var u=e.formatter?e.formatter(d,c,e,n):d;a.setTextAlign("center"),a.fillText(String(u),t.x,t.y-4+o*n.pix),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function dt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0,c=n.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){a.beginPath();var d=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(d),a.setFillStyle(e.textColor||n.fontColor);var u=s[l];"object"===(0,r.default)(s[l])&&null!==s[l]&&(u=s[l].constructor.toString().indexOf("Array")>-1?s[l][1]:s[l].value);var f=e.formatter?e.formatter(u,l,e,n):u;a.setTextAlign("center");var p=t.y-4*n.pix+o*n.pix;t.y>e.zeroPoints&&(p=t.y+o*n.pix+d),"insideTop"==c&&(p=t.y+d+o*n.pix,t.y>e.zeroPoints&&(p=t.y-o*n.pix-4*n.pix)),"center"==c&&(p=t.y+o*n.pix+(n.height-n.area[2]-t.y+d)/2,e.zeroPointse.zeroPoints&&(p=t.y-o*n.pix-(t.y-e.zeroPoints-d)/2),"stack"==n.extra.column.type&&(p=t.y+o*n.pix+(t.y0-t.y+d)/2)),"bottom"==c&&(p=n.height-n.area[2]+o*n.pix-4*n.pix,e.zeroPointse.zeroPoints&&(p=e.zeroPoints-o*n.pix+d+2*n.pix),"stack"==n.extra.column.type&&(p=t.y0+o*n.pix-4*n.pix)),a.fillText(String(f),t.x,p),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ut(t,e,i,a,n,r){e.data;var s=e.textOffset?e.textOffset:0;n.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e[o].textSize?e[o].textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e[o].textColor||n.fontColor);var l=t.value,d=e[o].formatter?e[o].formatter(l,o,e,n):l;a.setTextAlign("center");var u=t.y-4*n.pix+s*n.pix;t.y>r&&(u=t.y+s*n.pix+c),a.fillText(String(d),t.x,u),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ft(t,e,i,a,n){var s=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e.textColor||n.fontColor);var l=s[o];"object"===(0,r.default)(s[o])&&null!==s[o]&&(l=s[o].value);var d=e.formatter?e.formatter(l,o,e,n):l;a.setTextAlign("left"),a.fillText(String(d),t.x+4*n.pix,t.y+c/2-3),a.closePath(),a.stroke()}}))}function pt(t,e,i,a,n,r){var s;e-=t.width/2+t.labelOffset*a.pix,e=e<10?10:e,s=t.endAngle=2&&(d%=2),u+=l}}function gt(t,e,i,a,n,r){var s=a.extra.radar||{};t.forEach((function(t,o){if(!0===s.labelPointShow&&""!==a.categories[o]){var l={x:e*Math.cos(t),y:e*Math.sin(t)},d=g(l.x,l.y,i);r.setFillStyle(s.labelPointColor),r.beginPath(),r.arc(d.x,d.y,s.labelPointRadius*a.pix,0,2*Math.PI,!1),r.closePath(),r.fill()}if(!0===s.labelShow){var u={x:(e+n.radarLabelTextMargin*a.pix)*Math.cos(t),y:(e+n.radarLabelTextMargin*a.pix)*Math.sin(t)},f=g(u.x,u.y,i),p=f.x,v=f.y;c.approximatelyEqual(u.x,0)?p-=b(a.categories[o]||"",n.fontSize,r)/2:u.x<0&&(p-=b(a.categories[o]||"",n.fontSize,r)),r.beginPath(),r.setFontSize(n.fontSize),r.setFillStyle(s.labelColor||a.fontColor),r.fillText(a.categories[o]||"",p,v+n.fontSize/2),r.closePath(),r.stroke()}}))}function vt(t,e,i,a,n,r){for(var s=i.pieChartLinePadding,o=[],l=null,d=t.map((function(i,a){var n=i.formatter?i.formatter(i,a,t,e):c.toFixed(100*i._proportion_.toFixed(4))+"%";n=i.labelText?i.labelText:n;var r=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(r=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var s=i.color,o=i._radius_;return{arc:r,text:n,color:s,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),u=0;u=0?p+i.pieChartTextPadding:p-i.pieChartTextPadding,m=h,y=b(f.text,f.textSize*e.pix||i.fontSize,a),C=m;l&&c.isSameXCoordinateArea(l.start,{x:w})&&(C=w>0?Math.min(m,l.start.y):p<0||m>0?Math.max(m,l.start.y):Math.min(m,l.start.y)),w<0&&(w-=y);var $={lineStart:{x:x,y:_},lineEnd:{x:p,y:h},start:{x:w,y:C},width:y,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};l=v($,l),o.push(l)}for(var k=0;kn?n:r.activeWidth;var s=e.area[0],c=e.height-e.area[2];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(t-r.activeWidth/2,s,r.activeWidth,c-s),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function bt(t,e,i,a,n){var r=o({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),s=e.area[3],c=e.width-e.area[1];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(s,t-n/2,c-s,n),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function wt(t,e,i,a,n,r,s){var c=o({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==c.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var d=c.fontSize*i.pix,u=c.lineHeight*i.pix,f=c.boxPadding*i.pix,p=d,g=5*i.pix;0==c.legendShow&&(p=0,g=0);var v=c.showArrow?8*i.pix:0,h=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==c.splitLine&&function(t,e,i,a){var n=e.extra.tooltip||{};n.gridType=void 0==n.gridType?"solid":n.gridType,n.dashLength=void 0==n.dashLength?4:n.dashLength;var r=e.area[0],s=e.height-e.area[2];if("dash"==n.gridType&&a.setLineDash([n.dashLength,n.dashLength]),a.setStrokeStyle(n.gridColor||"#cccccc"),a.setLineWidth(1*e.pix),a.beginPath(),a.moveTo(t,r),a.lineTo(t,s),a.stroke(),a.setLineDash([]),n.xAxisLabel){var o=e.categories[e.tooltip.index];a.setFontSize(i.fontSize);var c=b(o,i.fontSize,a),d=t-.5*c,u=s+2*e.pix;a.beginPath(),a.setFillStyle(l(n.labelBgColor||i.toolTipBackground,n.labelBgOpacity||i.toolTipOpacity)),a.setStrokeStyle(n.labelBgColor||i.toolTipBackground),a.setLineWidth(1*e.pix),a.rect(d-n.boxPadding*e.pix,u,c+2*n.boxPadding*e.pix,i.fontSize+2*n.boxPadding*e.pix),a.closePath(),a.stroke(),a.fill(),a.beginPath(),a.setFontSize(i.fontSize),a.setFillStyle(n.labelFontColor||e.fontColor),a.fillText(String(o),d,u+n.boxPadding*e.pix+i.fontSize),a.closePath(),a.stroke()}}(i.tooltip.offset.x,i,a,n),e=o({x:0,y:0},e),e.y-=8*i.pix;var x=t.map((function(t){return b(t.text,d,n)})),_=p+g+4*f+Math.max.apply(null,x),w=2*f+t.length*u;if(0!=c.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+_>i.width&&(h=!0),w+e.y>i.height&&(e.y=i.height-w),n.beginPath(),n.setFillStyle(l(c.bgColor,c.bgOpacity)),n.setLineWidth(c.borderWidth*i.pix),n.setStrokeStyle(l(c.borderColor,c.borderOpacity));var m=c.borderRadius;h?(_+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),_>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),n.arc(e.x-v-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x-v-Math.round(_)+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),n.arc(e.x-v-Math.round(_)+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x-v-m,e.y+m,m,-Math.PI/2,0,!1),c.showArrow&&(n.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),n.lineTo(e.x,e.y+10*i.pix))):(c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),n.arc(e.x+v+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x+v+Math.round(_)-m,e.y+m,m,-Math.PI/2,0,!1),n.arc(e.x+v+Math.round(_)-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x+v+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),c.showArrow&&(n.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),n.lineTo(e.x,e.y+10*i.pix))),n.closePath(),n.fill(),c.borderWidth>0&&n.stroke(),c.legendShow&&t.forEach((function(t,a){if(null!==t.color){n.beginPath(),n.setFillStyle(t.color);var r=e.x+v+2*f,s=e.y+(u-d)/2+u*a+f+1;switch(h&&(r=e.x-_-v+2*f),t.legendShape){case"line":n.moveTo(r,s+.5*p-2*i.pix),n.fillRect(r,s+.5*p-2*i.pix,p,4*i.pix);break;case"triangle":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"diamond":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"circle":n.moveTo(r+7.5*i.pix,s+.5*p),n.arc(r+7.5*i.pix,s+.5*p,5*i.pix,0,2*Math.PI);break;case"rect":n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix);break;case"square":n.moveTo(r+2*i.pix,s+.5*p-5*i.pix),n.fillRect(r+2*i.pix,s+.5*p-5*i.pix,10*i.pix,10*i.pix);break;default:n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix)}n.closePath(),n.fill()}})),t.forEach((function(t,i){var a=e.x+v+2*f+p+g;h&&(a=e.x-_-v+2*f+p+g);var r=e.y+u*i+(u-d)/2-1+f+d;n.beginPath(),n.setFontSize(d),n.setTextBaseline("normal"),n.setFillStyle(c.fontColor),n.fillText(t.text,a,r),n.closePath(),n.stroke()}))}}function mt(t,e,i,a,n,r){var s=t.extra.tooltip||{};s.horizentalLine&&t.tooltip&&1===a&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&xt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===a&&wt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function yt(t,e,i,a){var n=e.chartData.xAxisData,r=n.xAxisPoints,s=n.startX,o=n.endX,c=n.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var d=e.height-e.area[2],u=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,p=o-s,g=c*(r.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),g+=(e.extra.mount.widthRatio-1)*c);var v=p*p/g,h=0;e._scrollDistance_&&(h=-e._scrollDistance_*p/g),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),a.moveTo(s,f),a.lineTo(o,f),a.stroke(),a.closePath(),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),a.moveTo(s+h,f),a.lineTo(s+h+v,f),a.stroke(),a.closePath(),a.setLineCap("butt")}if(a.save(),e._scrollDistance_&&0!==e._scrollDistance_&&a.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),r.forEach((function(t,i){i>0&&(a.beginPath(),a.moveTo(t-c/2,d),a.lineTo(t-c/2,d+3*e.pix),a.closePath(),a.stroke())}))),!0!==e.xAxis.disableGrid&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&a.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,r.forEach((function(t,i){i%e.xAxis.gridEval==0&&(a.beginPath(),a.moveTo(t,d),a.lineTo(t,u),a.stroke())})),a.setLineDash([])),!0!==e.xAxis.disabled){var x=t.length;e.xAxis.labelCount&&(x=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,x-=1);for(var _=Math.ceil(t.length/x),w=[],m=t.length,y=0;y=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1&&(a.beginPath(),a.setFontSize(C),a.setFillStyle(e.xAxis.fontColor||e.fontColor),a.fillText(String(n),r[i]+s,d+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),a.closePath(),a.stroke())})):w.forEach((function(t,n){var s=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,u="center"==l?r[n]+c/2:r[n];if(u-Math.abs(o)>=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1){a.save(),a.beginPath(),a.setFontSize(C),a.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(s),C,a),p=r[n];"center"==l&&(p=r[n]+c/2);e.xAxis.scrollShow&&6*e.pix;var g=d+e.xAxis.marginTop*e.pix+C-C*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(p-=C/2,f=0):(p+=C/2,f=-f),a.translate(p,g),a.rotate(-1*i._xAxisTextAngle_),a.fillText(String(s),f,0),a.closePath(),a.stroke(),a.restore()}}))}a.restore(),e.xAxis.title&&(a.beginPath(),a.setFontSize(e.xAxis.titleFontSize*e.pix),a.setFillStyle(e.xAxis.titleFontColor),a.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),a.closePath(),a.stroke()),e.xAxis.axisLine&&(a.beginPath(),a.setStrokeStyle(e.xAxis.axisLineColor),a.setLineWidth(1*e.pix),a.moveTo(s,e.height-e.area[2]),a.lineTo(o,e.height-e.area[2]),a.stroke())}function Ct(t,e,i,a){if(!0!==e.yAxis.disableGrid){var n=e.height-e.area[0]-e.area[2],r=n/e.yAxis.splitNumber,s=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var d=s+l,u=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var p=f;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c,r.customRadius>0&&(c=r.customRadius*e.pix),t=V(t,c,n);var d=r.activeRadius*e.pix;if(r.customColor=x(r.linearType,r.customColor,t,i),t=t.map((function(t){return t._start_+=r.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(a.beginPath(),a.setFillStyle(l(t.color,r.activeOpacity||.5)),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_+d,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill()),a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.lineJoin="round",a.setStrokeStyle(r.borderColor);var n,o=t.color;"custom"==r.linearType&&(n=a.createCircularGradient?a.createCircularGradient(s.x,s.y,t._radius_):a.createRadialGradient(s.x,s.y,0,s.x,s.y,t._radius_),n.addColorStop(0,l(r.customColor[t.linearIndex],1)),n.addColorStop(1,l(t.color,1)),o=n);a.setFillStyle(o),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill(),1==r.border&&a.stroke()})),"ring"===e.type){var u=.6*c;"number"===typeof r.ringWidth&&r.ringWidth>0&&(u=Math.max(0,c-r.ringWidth*e.pix)),a.beginPath(),a.setFillStyle(r.centerColor),a.moveTo(s.x,s.y),a.arc(s.x,s.y,u,0,2*Math.PI),a.closePath(),a.fill()}return!1!==e.dataLabel&&1===n&&vt(t,e,i,a,0,s),1===n&&"ring"===e.type&&ct(e,i,a,s),{center:s,radius:c,series:t}}function zt(t,e){var i=Array(2),a=20037508.34*t/180,n=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return n=20037508.34*n/180,i[0]=a,i[1]=n,i}function Et(t,e,i,a,n,r){return{x:(e-i.xMin)*a+n,y:(i.yMax-t)*a+r}}function At(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[r].area[2]||t[1]>e[r].area[3]||t[2]i||t[3]>a){n=!0;break}n=!1}return n}function Ft(t,e,i){var a=t.series;switch(e){case"normal":for(var n=0;n.7},g=0;g0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var n=t[0].data,r=0;re.width-e.area[1]-e.area[3]?(f.push(v),g.push(p-e.legend.itemGap*e.pix),p=w,v=[x]):(p+=w,v.push(x))}if(v.length){f.push(v),g.push(p-e.legend.itemGap*e.pix),r.widthArr=g;var m=Math.max.apply(null,g);switch(e.legend.float){case"left":r.area.start.x=e.area[3],r.area.end.x=e.area[3]+m+2*s;break;case"right":r.area.start.x=e.width-e.area[1]-m-2*s,r.area.end.x=e.width-e.area[1];break;default:r.area.start.x=(e.width-m)/2-s,r.area.end.x=(e.width+m)/2+s}r.area.width=m+2*s,r.area.wholeWidth=m+2*s,r.area.height=f.length*u+2*s,r.area.wholeHeight=f.length*u+2*s+2*o,r.points=f}}else{var y=t.length,C=e.height-e.area[0]-e.area[2]-2*o-2*s,$=Math.min(Math.floor(C/u),y);switch(r.area.height=$*u+2*s,r.area.wholeHeight=$*u+2*s,e.legend.float){case"top":r.area.start.y=e.area[0]+o,r.area.end.y=e.area[0]+o+r.area.height;break;case"bottom":r.area.start.y=e.height-e.area[2]-o-r.area.height,r.area.end.y=e.height-e.area[2]-o;break;default:r.area.start.y=(e.height-r.area.height)/2,r.area.end.y=(e.height+r.area.height)/2}for(var k=y%$===0?y/$:Math.floor(y/$+1),M=[],z=0;zP&&(P=F)}r.widthArr.push(P),r.heightArr.push(S.length*u+2*s)}for(var L=0,O=0;O0?S[At].width+e.yAxis.padding*e.pix:S[At].width,wt+=1):"right"==S[At].position&&(e.area[1]+=xt>0?S[At].width+e.yAxis.padding*e.pix:S[At].width,xt+=1)}else i.yAxisWidth=S;if(e.chartData.yAxisData=E,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=N(e.categories,e);var St=F(e.categories,e,0,e.chartData.xAxisData.eachSpacing,a),Pt=St.xAxisHeight,Tt=St.angle;i.xAxisHeight=Pt,i._xAxisTextAngle_=Tt,e.area[2]+=Pt,e.chartData.categoriesData=St}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=L(d,e,i,a),u=e.chartData.xAxisData.rangesFormat;var Dt=F(u,e,0,e.chartData.xAxisData.eachSpacing,a),Bt=Dt.xAxisHeight,It=Dt.angle;i.xAxisHeight=Bt,i._xAxisTextAngle_=It,e.area[2]+=Bt,e.chartData.categoriesData=Dt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ht,Wt=e.chartData.xAxisData.xAxisPoints,Rt=e.chartData.xAxisData.startX,qt=e.chartData.xAxisData.endX,Gt=e.chartData.xAxisData.eachSpacing,Yt=Gt*(Wt.length-1),Ut=qt-Rt;Ht=Ut-Yt,s.scrollOption.currentOffset=Ht,s.scrollOption.startTouchX=Ht,s.scrollOption.distance=0,s.scrollOption.lastMoveTime=0,e._scrollDistance_=Ht}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,a){t=V(t);for(var n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Ft(e,r.type,a)),a.beginPath(),a.setFillStyle(e.background),a.rect(0,0,e.width,e.height),a.fill(),a.save();var s=e.chartData.wordCloudData;a.translate(e.width/2,e.height/2);for(var c=0;c0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n)):s[c].area[0]>0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n)),a.stroke(),a.restore()}a.restore()}(d,e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"map":a.clearRect(0,0,e.width,e.height),function(t,e,i,a){var n,r,s=o({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),c=t,d=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},a=0;al.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(c);if(s.mercator){var u=zt(d.xMax,d.yMax),f=zt(d.xMin,d.yMin);d.xMax=u[0],d.yMax=u[1],d.xMin=f[0],d.yMin=f[1]}for(var p=e.width/Math.abs(d.xMax-d.xMin),g=e.height/Math.abs(d.yMax-d.yMin),v=p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),s=(e.height-e.area[0]-e.area[2])/t.length,c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},d=r.activeWidth*e.pix,u=Math.min((e.width-e.area[1]-e.area[3])/2-d,(e.height-e.area[0]-e.area[2])/2-d),f=D(t,u,r,s,n);if(a.save(),a.translate(c.x,c.y),r.customColor=x(r.linearType,r.customColor,t,i),"pyramid"==r.type)for(var p=0;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);r.width*=e.pix;var s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();var f=0,g=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*d+e.area[3],g=f+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,v,h;a.beginPath(),a.setStrokeStyle(t.color),a.moveTo(-1e4,-1e4),a.lineTo(-10001,-10001),a.stroke(),o=[].concat(e.chartData.yAxisData.ranges[t.index]),v=o.pop(),h=o.shift();var x=t.data,_=Q(x,v,h,c,d,e,i,r,n);u.push(_);var b=T(_,t);if("dash"==t.lineType){var w=t.dashLength?t.dashLength:8;w*=e.pix,a.setLineDash([w,w])}a.beginPath();var m=t.color;if("none"!==r.linearType&&t.linearColor&&t.linearColor.length>0){for(var y=a.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),C=0;C0?a.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):a.setShadow(0,0,0,"rgba(0,0,0,0)"),a.setLineWidth(r.width),b.forEach((function(t,e){if(1===t.length)a.moveTo(t[0].x,t[0].y);else{a.moveTo(t[0].x,t[0].y);var i=0;if("curve"===r.type)for(var n=0;nf&&(a.moveTo(s.x,s.y),i=1),n>0&&s.x>f&&s.xf&&(a.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(a.moveTo(u.x,u.y),i=1),d>0&&u.x>f&&u.x4&&void 0!==arguments[4]?arguments[4]:1,r=(o({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),s=r.xAxisPoints,c=r.eachSpacing,l=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*c+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setFillStyle(t.color),a.setLineWidth(1*e.pix);var p=t.pointShape;if("diamond"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===p)f.forEach((function(t,i){null!==t&&(a.moveTo(t.x+2.5*e.pix,t.y),a.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("triangle"===p)return;a.closePath(),a.fill(),a.stroke()})),!1!==e.dataLabel&&1===n&&t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);lt(f,t,i,a,e)})),a.restore(),{xAxisPoints:s,calPoints:l,eachSpacing:c}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),Ct(0,e,0,a),yt(u,e,i,a);var n=function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{opacity:1,border:2},e.extra.bubble),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*d+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var o,u,f;o=[].concat(e.chartData.yAxisData.ranges[t.index]),u=o.pop(),f=o.shift();var p=t.data,g=J(p,u,f,c,d,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setLineWidth(r.border*e.pix),a.setFillStyle(l(t.color,r.opacity)),g.forEach((function(t,i){a.moveTo(t.x+t.r,t.y),a.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),a.closePath(),a.fill(),a.stroke(),!1!==e.dataLabel&&1===n&&g.forEach((function(n,r){a.beginPath();var s=t.textSize*e.pix||i.fontSize;a.setFontSize(s),a.setFillStyle(t.textColor||"#FFFFFF"),a.setTextAlign("center"),a.fillText(String(n.t),n.x,n.y+s/2),a.closePath(),a.stroke(),a.setTextAlign("left")}))})),a.restore(),{xAxisPoints:c,calPoints:u,eachSpacing:d}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),Ct(0,e,0,a),yt(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{width:d/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=o({},{opacity:.2,gradient:!1},e.extra.mix.area),g=o({},{width:2},e.extra.mix.line),v=e.height-e.area[2],h=[],_=0,b=0;t.forEach((function(t,e){"column"==t.type&&(b+=1)})),a.save();var w=-2,m=c.length+2,y=0,C=e.width+d;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),w=Math.floor(-e._scrollDistance_/d)-2,m=w+e.xAxis.itemCount+4,y=-e._scrollDistance_-2*d+e.area[3],C=y+(e.xAxis.itemCount+4)*d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(t,s){var o,x,$;o=[].concat(e.chartData.yAxisData.ranges[t.index]),x=o.pop(),$=o.shift();var k=t.data,M=J(k,x,$,c,d,e,i,r);if(h.push(M),"column"==t.type){M=R(M,d,b,_,0,e);for(var z=0;zw&&zq?q:B,I=I>q?q:I,H=H>q?q:H,W=W>q?q:W,B=B<0?0:B,I=I<0?0:I,H=H<0?0:H,W=W<0?0:W,a.arc(L+B,O+B,B,-Math.PI,-Math.PI/2),a.arc(L+V-I,O+I,I,-Math.PI/2,0),a.arc(L+V-H,O+D-H,H,0,Math.PI/2),a.arc(L+W,O+D-W,W,Math.PI/2,Math.PI)}else a.moveTo(A,E.y),a.lineTo(A+E.width,E.y),a.lineTo(A+E.width,e.height-e.area[2]),a.lineTo(A,e.height-e.area[2]),a.lineTo(A,E.y),a.setLineWidth(1),a.setStrokeStyle(P);a.setFillStyle(S),a.closePath(),a.fill()}}_+=1}if("area"==t.type)for(var G=T(M,t),Y=0;Y1){var X=U[0],Q=U[U.length-1];a.moveTo(X.x,X.y);var Z=0;if("curve"===t.style)for(var K=0;Ky&&(a.moveTo(tt.x,tt.y),Z=1),K>0&&tt.x>y&&tt.xy&&(a.moveTo(at.x,at.y),Z=1),it>0&&at.x>y&&at.xy&&(a.moveTo(c.x,c.y),s=1),o>0&&c.x>y&&c.xy&&(a.moveTo(u.x,u.y),s=1),d>0&&u.x>y&&u.x4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"group",width:d/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];a.save();var p=-2,g=c.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),p=Math.floor(-e._scrollDistance_/d)-2,g=p+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===r&&_t(e.tooltip.offset.x,e,0,a,d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(s,o){var v,h,x;v=[].concat(e.chartData.yAxisData.ranges[s.index]),h=v.pop(),x=v.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-h)/(x-h),w=e.height-Math.round(b)-e.area[2];s.zeroPoints=w;var m=s.data;switch(u.type){case"group":var y=Z(m,h,x,c,d,e,i,w,r),C=et(m,h,x,c,d,e,i,o,t,r);f.push(C),y=R(y,d,t.length,o,0,e);for(var $=0;$p&&$w?w:k.y,F=k.width,L=Math.abs(w-k.y);u.barBorderCircle&&(u.barBorderRadius=[F/2,F/2,0,0]),k.y>w&&(u.barBorderRadius=[0,0,F/2,F/2]);var O=(0,n.default)(u.barBorderRadius,4),V=O[0],D=O[1],j=O[2],B=O[3],I=Math.min(F/2,L/2);V=V>I?I:V,D=D>I?I:D,j=j>I?I:j,B=B>I?I:B,V=V<0?0:V,D=D<0?0:D,j=j<0?0:j,B=B<0?0:B,a.arc(P+V,T+V,V,-Math.PI,-Math.PI/2),a.arc(P+F-D,T+D,D,-Math.PI/2,0),a.arc(P+F-j,T+L-j,j,0,Math.PI/2),a.arc(P+B,T+L-B,B,Math.PI/2,Math.PI)}else a.moveTo(M,k.y),a.lineTo(M+k.width,k.y),a.lineTo(M+k.width,w),a.lineTo(M,w),a.lineTo(M,k.y),a.setLineWidth(1),a.setStrokeStyle(A);a.setFillStyle(E),a.closePath(),a.fill()}}break;case"stack":y=et(m,h,x,c,d,e,i,o,t,r);f.push(y),y=Y(y,d,t.length,0,0,e);for(var H=0;Hp&&H0&&(z-=q),a.setFillStyle(E),a.moveTo(M,W.y),a.fillRect(M,W.y,W.width,z),a.closePath(),a.fill()}}break;case"meter":y=J(m,h,x,c,d,e,i,r);f.push(y),y=G(y,d,t.length,o,0,e,u.meterBorder);for(var U=0;Up&&U0&&(a.setStrokeStyle(s.color),a.setLineWidth(u.meterBorder*e.pix)),0==o?a.setFillStyle(u.meterFillColor):a.setFillStyle(N.color||s.color);M=N.x-N.width/2,z=e.height-N.y-e.area[2];if(u.barBorderRadius&&4===u.barBorderRadius.length||!0===u.barBorderCircle){var X=M,Q=N.y,K=N.width,tt=w-N.y;u.barBorderCircle&&(u.barBorderRadius=[K/2,K/2,0,0]);var it=(0,n.default)(u.barBorderRadius,4),at=it[0],nt=it[1],rt=it[2],st=it[3],ot=Math.min(K/2,tt/2);at=at>ot?ot:at,nt=nt>ot?ot:nt,rt=rt>ot?ot:rt,st=st>ot?ot:st,at=at<0?0:at,nt=nt<0?0:nt,rt=rt<0?0:rt,st=st<0?0:st,a.arc(X+at,Q+at,at,-Math.PI,-Math.PI/2),a.arc(X+K-nt,Q+nt,nt,-Math.PI/2,0),a.arc(X+K-rt,Q+tt-rt,rt,0,Math.PI/2),a.arc(X+st,Q+tt-st,st,Math.PI/2,Math.PI),a.fill()}else a.moveTo(M,N.y),a.lineTo(M+N.width,N.y),a.lineTo(M+N.width,w),a.lineTo(M,w),a.lineTo(M,N.y),a.fill();0==o&&u.meterBorder>0&&(a.closePath(),a.stroke())}}break}})),!1!==e.dataLabel&&1===r&&t.forEach((function(n,s){var o,l,f;o=[].concat(e.chartData.yAxisData.ranges[n.index]),l=o.pop(),f=o.shift();var p=n.data;switch(u.type){case"group":var g=Z(p,l,f,c,d,e,i,r);g=R(g,d,t.length,s,0,e),dt(g,n,i,a,e);break;case"stack":g=et(p,l,f,c,d,e,i,s,t,r);dt(g,n,i,a,e);break;case"meter":g=J(p,l,f,c,d,e,i,r);dt(g,n,i,a,e);break}})),a.restore(),{xAxisPoints:c,calPoints:f,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),Ct(0,e,0,a),yt(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);u.widthRatio=u.widthRatio<=0?0:u.widthRatio,u.widthRatio=u.widthRatio>=2?2:u.widthRatio,a.save();var f,p,g,v=-2,h=c.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/d)-2,h=v+e.xAxis.itemCount+4),u.customColor=x(u.linearType,u.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),p=f.pop(),g=f.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-p)/(g-p),w=e.height-Math.round(b)-e.area[2],m=K(t,p,g,c,d,e,u,w,r);switch(u.type){case"bar":for(var y=0;yv&&yw?w:C.y,P=C.width,T=Math.abs(w-C.y);u.barBorderCircle&&(u.barBorderRadius=[P/2,P/2,0,0]),C.y>w&&(u.barBorderRadius=[0,0,P/2,P/2]);var F=(0,n.default)(u.barBorderRadius,4),L=F[0],O=F[1],V=F[2],D=F[3],j=Math.min(P/2,T/2);L=L>j?j:L,O=O>j?j:O,V=V>j?j:V,D=D>j?j:D,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,D=D<0?0:D,a.arc(A+L,S+L,L,-Math.PI,-Math.PI/2),a.arc(A+P-O,S+O,O,-Math.PI/2,0),a.arc(A+P-V,S+T-V,V,0,Math.PI/2),a.arc(A+D,S+T-D,D,Math.PI/2,Math.PI)}else a.moveTo($,C.y),a.lineTo($+C.width,C.y),a.lineTo($+C.width,w),a.lineTo($,w),a.lineTo($,C.y);a.setStrokeStyle(z),a.setFillStyle(M),u.borderWidth>0&&(a.setLineWidth(u.borderWidth*e.pix),a.closePath(),a.stroke()),a.fill()}}break;case"triangle":for(var B=0;Bv&&B0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"mount":for(var H=0;Hv&&H0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"sharp":for(var R=0;Rv&&R0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break}if(!1!==e.dataLabel&&1===r){var G,Y,U;G=[].concat(e.chartData.yAxisData.ranges[0]),Y=G.pop(),U=G.shift();m=K(t,Y,U,c,d,e,u,w,r);ut(m,t,i,a,e,w)}return a.restore(),{xAxisPoints:c,calPoints:m,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(u,e,i,a);var r=function(t,e,i,a){for(var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=[],c=(e.height-e.area[0]-e.area[2])/e.categories.length,d=0;dp&&mD?D:F,L=L>D?D:L,O=O>D?D:O,V=V>D?D:V,F=F<0?0:F,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,a.arc(E+V,S+V,V,-Math.PI,-Math.PI/2),a.arc(y.x-F,S+F,F,-Math.PI/2,0),a.arc(y.x-L,S+A-L,L,0,Math.PI/2),a.arc(E+O,S+A-O,O,Math.PI/2,Math.PI)}else a.moveTo(C,$),a.lineTo(y.x,$),a.lineTo(y.x,$+y.width),a.lineTo(C,$+y.width),a.lineTo(C,$),a.setLineWidth(1),a.setStrokeStyle(M);a.setFillStyle(k),a.closePath(),a.fill()}}break;case"stack":b=it(_,h,x,s,c,e,i,d,t,r);f.push(b),b=U(b,c,t.length,0,0,e);for(var j=0;jp&&j4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=e.height-e.area[2],f=[];a.save();var g=0,v=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),g=-e._scrollDistance_-2*d+e.area[3],v=g+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,h,x;o=[].concat(e.chartData.yAxisData.ranges[t.index]),h=o.pop(),x=o.shift();var _=t.data,b=J(_,h,x,c,d,e,i,n);f.push(b);for(var w=T(b,t),m=0;m1){var $=y[0],k=y[y.length-1];a.moveTo($.x,$.y);var M=0;if("curve"===r.type)for(var z=0;zg&&(a.moveTo(E.x,E.y),M=1),z>0&&E.x>g&&E.xg&&(a.moveTo(P.x,P.y),M=1),S>0&&P.x>g&&P.xg&&(a.moveTo(L.x,L.y),M=1),F>0&&L.x>g&&L.xg&&(a.moveTo(B.x,B.y),D=1),j>0&&B.x>g&&B.xg&&(a.moveTo(W.x,W.y),D=1),H>0&&W.x>g&&W.xg&&(a.moveTo(q.x,q.y),D=1),R>0&&q.x>g&&q.x4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c;var d=r.minRadius||.5*c;c4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),s=k(e.categories.length),c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},d=(e.width-e.area[1]-e.area[3])/2,u=(e.height-e.area[0]-e.area[2])/2,f=Math.min(d-($(e.categories,i.fontSize,a)+i.radarLabelTextMargin),u-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=r.radius?r.radius:f,a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),s.forEach((function(t,e){var i=g(f*Math.cos(t),f*Math.sin(t),c);a.moveTo(c.x,c.y),e%r.gridEval==0&&a.lineTo(i.x,i.y)})),a.stroke(),a.closePath();for(var p=function(t){var i={};if(a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),"radar"==r.gridType)s.forEach((function(e,n){var s=g(f/r.gridCount*t*Math.cos(e),f/r.gridCount*t*Math.sin(e),c);0===n?(i=s,a.moveTo(s.x,s.y)):a.lineTo(s.x,s.y)})),a.lineTo(i.x,i.y);else{var n=g(f/r.gridCount*t*Math.cos(1.5),f/r.gridCount*t*Math.sin(1.5),c);a.arc(c.x,c.y,c.y-n.y,0,2*Math.PI,!1)}a.stroke(),a.closePath()},v=1;v<=r.gridCount;v++)p(v);r.customColor=x(r.linearType,r.customColor,t,i);var h=O(s,c,f,t,e,n);if(h.forEach((function(i,n){a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.setStrokeStyle(i.color);var s,o=l(i.color,r.opacity);"custom"==r.linearType&&(s=a.createCircularGradient?a.createCircularGradient(c.x,c.y,f):a.createRadialGradient(c.x,c.y,0,c.x,c.y,f),s.addColorStop(0,l(r.customColor[t[n].linearIndex],r.opacity)),s.addColorStop(1,l(i.color,r.opacity)),o=s);if(a.setFillStyle(o),i.data.forEach((function(t,e){0===e?a.moveTo(t.position.x,t.position.y):a.lineTo(t.position.x,t.position.y)})),a.closePath(),a.fill(),!0===r.border&&a.stroke(),a.closePath(),!1!==e.dataPointShape){var d=i.data.map((function(t){return t.position}));st(d,i.color,i.pointShape,a,e)}})),!0===r.axisLabel){var _=Math.max(r.max,Math.max.apply(null,w(t))),b=f/r.gridCount,m=e.fontSize*e.pix;a.setFontSize(m),a.setFillStyle(e.fontColor),a.setTextAlign("left");for(v=0;v4&&void 0!==arguments[4]?arguments[4]:1,c=o({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=B(t,c,s),n=c.centerX||c.centerY?{x:c.centerX?c.centerX:e.width/2,y:c.centerY?c.centerY:e.height/2}:{x:e.width/2,y:e.height/2},c.radius?r=c.radius:(r=Math.min(n.x,n.y),r-=5*e.pix,r-=c.width/2),r=r<10?10:r,c.customColor=x(c.linearType,c.customColor,t,i);for(var d=0;d5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==s.oldAngle&&(s.oldAngle=s.startAngle),void 0==s.oldData&&(s.oldData=0),t=H(t,s.startAngle,s.endAngle);var c={x:i.width/2,y:i.height/2},d=Math.min(c.x,c.y);d-=5*i.pix,d-=s.width/2,d=d<10?10:d;var u=d-s.width,f=0;if("progress"==s.type){var p=d-3*s.width;n.beginPath();var g=n.createLinearGradient(c.x,c.y-p,c.x,c.y+p);g.addColorStop("0",l(e[0].color,.3)),g.addColorStop("1.0",l("#FFFFFF",.1)),n.setFillStyle(g),n.arc(c.x,c.y,p,0,2*Math.PI,!1),n.fill(),n.setLineWidth(s.width),n.setStrokeStyle(l(e[0].color,.3)),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,s.endAngle*Math.PI,!1),n.stroke(),f=s.endAnglew/_?n.setStrokeStyle(l(e[0].color,1)):n.setStrokeStyle(l(e[0].color,.3)),n.setLineWidth(3*i.pix),n.moveTo(h,0),n.lineTo(x,0),n.stroke(),n.rotate(v*Math.PI);n.restore(),e=I(e,s,r),n.setLineWidth(s.width),n.setStrokeStyle(e[0].color),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),n.stroke();var m=d-2.5*s.width;n.save(),n.translate(c.x,c.y),n.rotate((e[0]._proportion_-1)*Math.PI),n.beginPath(),n.setLineWidth(s.width/3);var y=n.createLinearGradient(0,.6*-m,0,.6*m);y.addColorStop("0",l("#FFFFFF",0)),y.addColorStop("0.5",l(e[0].color,1)),y.addColorStop("1.0",l("#FFFFFF",0)),n.setStrokeStyle(y),n.arc(0,0,m,.85*Math.PI,1.15*Math.PI,!1),n.stroke(),n.beginPath(),n.setLineWidth(1),n.setStrokeStyle(e[0].color),n.setFillStyle(e[0].color),n.moveTo(-m-s.width/3/2,-4),n.lineTo(-m-s.width/3/2-4,0),n.lineTo(-m-s.width/3/2,4),n.lineTo(-m-s.width/3/2,-4),n.stroke(),n.fill(),n.restore()}else{n.setLineWidth(s.width),n.setLineCap("butt");for(var C=0;C5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{color:{},average:{}},i.extra.candle);s.color=o({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},s.color),s.average=o({},{show:!1,name:[],day:[],color:a.color},s.average),i.extra.candle=s;var c=i.chartData.xAxisData,l=c.xAxisPoints,d=c.eachSpacing,u=[];n.save();var f=-2,g=l.length+2,v=0,h=i.width+d;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(n.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/d)-2,g=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*d+i.area[3],h=v+(i.xAxis.itemCount+4)*d),(s.average.show||e)&&e.forEach((function(t,e){var s,o,c;s=[].concat(i.chartData.yAxisData.ranges[t.index]),o=s.pop(),c=s.shift();for(var u=t.data,f=J(u,o,c,l,d,i,a,r),g=T(f,t),x=0;xv&&(n.moveTo(m.x,m.y),b=1),w>0&&m.x>v&&m.xf&&_0?(n.setStrokeStyle(s.color.upLine),n.setFillStyle(s.color.upFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.moveTo(b[3].x,b[3].y)):(n.setStrokeStyle(s.color.downLine),n.setFillStyle(s.color.downFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.moveTo(b[3].x,b[3].y)),n.closePath(),n.fill(),n.stroke()}})),n.restore(),{xAxisPoints:l,calPoints:u,eachSpacing:d}}(d,_,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(_?0:e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break}}function It(){this.events={}}jt.prototype.stop=function(){this.isStop=!0},It.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},It.prototype.delEventListener=function(t){this.events[t]=[]},It.prototype.trigger=function(){for(var t=arguments.length,e=Array(t),i=0;i0&&void 0!==arguments[0]?arguments[0]:{};this.opts=o({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=nt(this.opts.series,this.opts,this.config,this.context),a=i.yAxisWidth;this.config.yAxisWidth=a;var n=0,r=N(this.opts.categories,this.opts,this.config),s=r.xAxisPoints,c=r.startX,l=r.endX,d=r.eachSpacing,u=d*(s.length-1),f=l-c;n=f-u,this.scrollOption={currentOffset:n,startTouchX:n,distance:0,lastMoveTime:0},this.opts._scrollDistance_=n;break}Bt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var a=nt(this.opts.series,this.opts,this.config,this.context),n=a.yAxisWidth;this.config.yAxisWidth=n;var r=0,s=N(this.opts.categories,this.opts,this.config),o=s.xAxisPoints,c=s.startX,l=s.endX,d=s.eachSpacing,f=d*i,p=l-c,g=p-d*(o.length-1);r=p/2-f,r>0&&(r=0),r=this.opts.categories.length?this.opts.categories.length:p,this.opts.animation=!1,this.opts.xAxis.itemCount=p;var g=0,v=N(this.opts.categories,this.opts,this.config),h=v.xAxisPoints,x=v.startX,_=v.endX,b=v.eachSpacing,w=b*this.scrollOption.moveCurrent1,m=_-x,C=m-b*(h.length-1);g=-w+Math.min(n[0].x,n[1].x)-this.opts.area[3]-b,g>0&&(g=0),g2*Math.PI&&(t-=2*Math.PI),t},s=Math.atan2(e.center.y-t.y,t.x-e.center.x);s*=-1,s<0&&(s+=2*Math.PI);var o=e.angleList.map((function(t){return t=r(-1*t),t}));o.forEach((function(t,e){var i=r(t-a/2),o=r(t+a/2);o=i&&s<=o||s+2*Math.PI>=i&&s+2*Math.PI<=o)&&(n=e)}))}return n}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,a=0,n=e.series.length;ar.funnelArea[0]&&t.xr.funnelArea[1]&&t.yr.area[0]&&t.xr.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&S(t,i,a)&&o.forEach((function(e,i){t.y+n+s>e&&(r.index=i)})),r}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(r.index=i)}));else{for(var l=Array(e.length),d=0;de.start.x&&t.xe.start.y&&t.yd[0]-0&&t.xd[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){y(i,this.opts,t);var a=this.getLegendDataIndex(t);a>=0&&("candle"==this.opts.type?this.opts.seriesMA[a].show=!this.opts.seriesMA[a].show:this.opts.series[a].show=!this.opts.series[a].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Bt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var i=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;n=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],n||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var r=y(n,this.opts,e),s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){var u=C(this.opts.series,d,l.group);if(0!==u.length){var f=M(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d,group:l.group}}}Bt.call(this,c.type,c,this.config,this.context)}if("mount"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e).index:a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:c.chartData.calPoints[d].x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){u=C(this.opts.series,d,l.group);if(0!==u.length){f=M(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.x=r.x,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=C(this.opts.series,d);if(0!==u.length){var v=z(u,this.opts,d,this.opts.categories,a);p=v.textList,g=v.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=C(this.opts.series,d);if(0!==u.length){f=E(this.opts.series[0].data,u,this.opts,d,this.opts.categories,this.opts.extra.candle,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("map"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]);u.name=u.properties.name;p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("word"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("radar"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=C(this.opts.series,d);if(0!==u.length){p=u.map((function(t){return{text:a.formatter?a.formatter(t,i.opts.categories[d],d,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=o({},this.opts,{_scrollDistance_:t,animation:!1});Bt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=y(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),a=i-this.scrollOption.lastMoveTime;if(!(a0&&-t>r||"none"!==s&&c>0&&c+t0&&t>r||"none"!==s&&o>0&&o-te&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus:function(t,e){var i=e.state;i.direction="",i.deltaX=0,i.deltaY=0,i.offsetX=0,i.offsetY=0},stopTouchStart:function(t,e,i){var a=t.instance,n=i.state;this.resetTouchStatus(a,i);var r=t.touches[0];n.startX=r.clientX,n.startY=r.clientY},stopTouchMove:function(t,e){t.instance;var i=e.state,a=t.touches[0];i.deltaX=a.clientX-i.startX,i.deltaY=a.clientY-i.startY,i.offsetY=Math.abs(i.deltaY),i.offsetX=Math.abs(i.deltaX),i.direction=i.direction||this.getDirection(i.offsetX,i.offsetY)}};e.default=a},"1c48":function(t,e,i){"use strict";var a=i("0d55"),n=i.n(a);n.a},"1c4d":function(t,e,i){var a=i("89ad");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f33f3c52",a,!0,{sourceMap:!1,shadowMode:!1})},"1c72":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-d3f85b1a]{width:200px!important;height:340px!important}',""]),t.exports=e},"1d72":function(t,e,i){var a=i("3f18");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("27a5d591",a,!0,{sourceMap:!1,shadowMode:!1})},"1e8e":function(t,e,i){"use strict";var a=i("297e"),n=i.n(a);n.a},"1ec5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],n={type:["pie","ring","rose","funnel","line","column","area","radar","gauge","candle","demotype"],categories:["line","column","area","radar","gauge","candle","demotype"],instance:{},option:{},formatter:{tooltipDemo1:function(t){var e="";for(var i in t){0==i&&(e+=t[i].axisValueLabel+"\u5e74\u9500\u552e\u989d");var a="--";null!==t[i].data&&(a=t[i].data),e+="
"+t[i].marker+t[i].seriesName+"\uff1a"+a+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:a},column:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:a,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:a,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:a,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:a,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},r=n;e.default=r},"1f8c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"1fd0":function(t,e,i){"use strict";i.r(e);var a=i("1287"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},2054:function(t,e,i){"use strict";var a=i("c162"),n=i.n(a);n.a},2093:function(t,e,i){"use strict";var a=i("b8c9"),n=i.n(a);n.a},2175:function(t,e,i){"use strict";i.r(e);var a=i("d91e"),n=i("6d98");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5af6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4e1c1bfa",null,!1,a["a"],void 0);e["default"]=o.exports},"217f":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("a499")),r=a(i("c5cc")),s=a(i("7135")),o={data:function(){return{wxsProps:{}}},components:{uslider:n.default,headerIndex:r.default,qiunDataCharts:s.default}};e.default=o},"21e2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),t._$g(4,"i")?i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(7,"a-end"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v("\u4f53\u91cd")]),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:13},model:{value:t._$g(13,"v-model"),callback:function(e){t.$handleVModelEvent(13,e)},expression:"weight"}}),t._v("kg")],1)],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},2220:function(t,e,i){"use strict";var a=i("d8ee"),n=i.n(a);n.a},"225b":function(t,e,i){"use strict";var a=i("1667"),n=i.n(a);n.a},"231b":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v("\u8bf7\u5728\u8bbe\u5907\u5f00\u673a\u72b6\u6001\u4e0b\uff0c\u641c\u7d22\u8bbe\u5907")]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f00\u59cb\u641c\u7d22\u8bbe\u5907")]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5df2\u53d1\u73b0 "+t._$g(3,"t0-0")+" \u4e2a\u8bbe\u5907\uff1a")]),i("uni-view",{attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-scroll-view",{staticClass:t._$g(5,"sc"),attrs:{"scroll-y":!0,"scroll-with-animation":!0,_i:5}},t._l(t._$g(6,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"7-"+r}},[i("v-uni-text",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1),i("uni-view",{attrs:{_i:"9-"+r}},[t._v("mac\u5730\u5740:"+t._$g("9-"+r,"t0-0"))])],1)})),1):t._e()],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-icon",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),t._v("\u8bbe\u5907\u7ed1\u5b9a\u6d41\u7a0b\u8bf4\u660e")],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-text",{attrs:{_i:14}},[t._v("1\u3001\u6253\u5f00\u624b\u673a\u84dd\u7259\u548c\u4f4d\u7f6e\u4fe1\u606f")]),i("v-uni-text",{attrs:{_i:15}},[t._v("2\u3001ios\u7cfb\u7edf\u9700\u6253\u5f00\u8bbe\u7f6e\u2014>\u5e94\u7528\u2014>\u5fae\u4fe1\u91cc\u7684\u84dd\u7259\u6743\u9650")]),i("v-uni-text",{attrs:{_i:16}},[t._v("3\u3001\u8bbe\u5907\u4eae\u5c4f\u72b6\u6001\u4e0b\u641c\u7d22\u84dd\u7259")]),i("v-uni-text",{attrs:{_i:17}},[t._v("4\u3001\u9009\u62e9\u84dd\u7259\u8fdb\u884c\u7ed1\u5b9a")])],1)],1)],1)},n=[]},"245b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"24a1":function(t,e,i){"use strict";var a=i("499c"),n=i.n(a);n.a},"24d4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"qiun-data-charts",props:["type","canvasId","canvas2d","background","animation","chartData","opts","eopts","loadingType","errorShow","errorReload","errorMessage","inScrollView","reshow","reload","disableScroll","optsWatch","onzoom","ontap","ontouch","onmouse","onmovetip","echartsH5","echartsApp","tooltipShow","tooltipFormat","tooltipCustom","startDate","endDate","textEnum","groupEnum","pageScrollTop","directory","tapLegend","menus","Height","Width"],data:function(){return{wxsProps:{}}},components:{}}},"24e1":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("f16c")),r=a(i("7d7b")),s={name:"UniDatetimePicker",props:["type","value","modelValue","start","end","returnType","placeholder","startPlaceholder","endPlaceholder","rangeSeparator","border","disabled","clearIcon","hideSecond","defaultValue"],data:function(){return{wxsProps:{}}},components:{Calendar:n.default,TimePicker:r.default}};e.default=s},2504:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("a185")),r={data:function(){return{wxsProps:{}}},components:{RenCalendar:n.default}};e.default=r},"276d":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"27d1":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._t("default",[i("uni-view",{staticClass:t._$g(3,"sc"),class:t._$g(3,"c"),attrs:{_i:3}},[i("v-uni-text",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),t._$g(5,"i")?i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1):t._e()],1)],{_i:2})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{id:"mask",_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),class:t._$g(8,"c"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))])],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-picker-view",{staticClass:t._$g(12,"sc"),attrs:{"indicator-style":t._$g(12,"a-indicator-style"),value:t._$g(12,"a-value"),_i:12},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("v-uni-text",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:16}},t._l(t._$g(17,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-text",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:19}},t._l(t._$g(20,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[i("v-uni-text",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1)})),1)],1),i("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("-")]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v("-")])],1):t._e(),t._$g(24,"i")?i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-picker-view",{staticClass:t._$g(25,"sc"),class:t._$g(25,"c"),attrs:{"indicator-style":t._$g(25,"a-indicator-style"),value:t._$g(25,"a-value"),_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:26}},t._l(t._$g(27,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("v-uni-text",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}},[t._v(t._$g("28-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:29}},t._l(t._$g(30,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}},[i("v-uni-text",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[t._v(t._$g("31-"+r,"t0-0"))])],1)})),1),t._$g(32,"i")?i("v-uni-picker-view-column",{attrs:{_i:32}},t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[t._v(t._$g("34-"+r,"t0-0"))])],1)})),1):t._e()],1),i("v-uni-text",{staticClass:t._$g(35,"sc"),class:t._$g(35,"c"),attrs:{_i:35}},[t._v(":")]),t._$g(36,"i")?i("v-uni-text",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(":")]):t._e()],1):t._e(),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-view",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0"))])],1),i("uni-view",{attrs:{_i:43},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0"))])],1)],1)],1)],1):t._e()],1)},n=[]},2818:function(t,e,i){"use strict";i.r(e);var a=i("ce11"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},2827:function(t,e,i){"use strict";var a=i("7a64"),n=i.n(a);n.a},2841:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["rtype","active"],data:function(){return{wxsProps:{}}},components:{}}},"28fe":function(t,e,i){"use strict";var a=i("8256"),n=i.n(a);n.a},2931:function(t,e,i){var a=i("c48b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("fef40fa0",a,!0,{sourceMap:!1,shadowMode:!1})},2960:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.tabbar[data-v-5408e26c]{width:calc(100% - 30px);padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-5408e26c]{position:relative}.tabbar .active[data-v-5408e26c]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.notice[data-v-5408e26c]{width:100%;display:flex;align-items:center;background-color:#fff;margin-top:15px;margin-bottom:15px;border-radius:10px}.notice uni-text[data-v-5408e26c]{width:60px;font-size:18px;color:red;font-weight:700;text-align:center;border-right:1px solid #dfdfdf}.notice[data-v-5408e26c] uni-swiper{width:calc(100% - 15px);height:40px;line-height:40px;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f_banner[data-v-5408e26c]{width:calc(100% - 20px);height:330rpx;margin:20rpx}.f_banner[data-v-5408e26c] uni-swiper{height:330rpx}.f_banner uni-image[data-v-5408e26c]{width:100%;height:100%;border-radius:10px;background-size:100%}.charts .boxTime[data-v-5408e26c]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.charts .boxTime .one[data-v-5408e26c]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.charts .boxTime .center[data-v-5408e26c]{width:10%;margin:0 15px}.charts .boxTime uni-picker[data-v-5408e26c]{width:50%;border:none;display:flex;justify-content:center}.charts .boxTime .iconfont[data-v-5408e26c]{color:#333;font-size:36rpx}.charts .box[data-v-5408e26c]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.charts .box .listC[data-v-5408e26c]{background-color:#fff}.charts .box .listC .name[data-v-5408e26c]{width:20%;padding:0 15px;font-size:32rpx;text-align:center;border-radius:5px;height:30px;line-height:30px}.charts .box .listC .active2[data-v-5408e26c]{color:#fff;background:#37cc92}.charts .box .blockC[data-v-5408e26c]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.charts .gridList[data-v-5408e26c]{margin:0!important;width:100%!important}.charts .gridList .info[data-v-5408e26c]{width:100%;display:flex;justify-content:space-between}.charts .gridList .info .item[data-v-5408e26c]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.charts .gridList .info .item uni-text[data-v-5408e26c]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.charts .gridList .data .item[data-v-5408e26c]{display:block!important}.report .box[data-v-5408e26c]{padding:10px 10px 0;background-color:#fff;border-radius:10px;display:block;margin:15px 10px}.report .box .time[data-v-5408e26c]{color:#999;padding-bottom:15px;width:100%}.report .box .item2[data-v-5408e26c]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.report .box .item2 .item2_data[data-v-5408e26c]{width:33%}.report .box .item2 .item2_data .data[data-v-5408e26c]{width:100%;text-align:center;border-right:1PX solid #f7f7f7;box-sizing:border-box}.report .box .item2 .item2_data uni-text[data-v-5408e26c]{font-size:40rpx!important;font-weight:700}.report .box .item2 .item2_data:nth-last-child(2) .data[data-v-5408e26c]{border-right:none}.report .box2[data-v-5408e26c]{height:50px;line-height:50px;border-radius:10px;display:flex;padding:0 10px;justify-content:space-between;margin:10px;background-color:#fff}.report .info[data-v-5408e26c]{width:100%;display:flex;justify-content:space-between}.report .info .item[data-v-5408e26c]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.report .info .item uni-text[data-v-5408e26c]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.report .myinfoPage[data-v-5408e26c]{width:100%;background:#fff;margin:10px 0;padding-bottom:0;border-radius:10px}.report .myinfoPage .box1[data-v-5408e26c]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:32rpx;position:relative;margin:0 15px 0;padding-bottom:10px}.report .myinfoPage .box1 .list[data-v-5408e26c]{width:100%;color:#666;padding:0;line-height:50px}.report .myinfoPage .box1 .list uni-image[data-v-5408e26c],\n.report .myinfoPage .box1 .list .t-icon[data-v-5408e26c]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.report .myinfoPage .box1 .list .block[data-v-5408e26c]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.report .myinfoPage .box1 .list .block .level[data-v-5408e26c],\n.report .myinfoPage .box1 .list .block .val[data-v-5408e26c]{width:25%}.report .myinfoPage .box1 .list .block .name[data-v-5408e26c]{width:40%;display:flex;align-items:center}.report .myinfoPage .box1 .list .block .icon[data-v-5408e26c]{width:20px;text-align:right;display:flex}.report .myinfoPage .box1 .list .block .icon uni-image[data-v-5408e26c]{width:20px;height:20px}.report .desc[data-v-5408e26c]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.report .desc .statuevue[data-v-5408e26c]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.report .desc .statuevue .bi[data-v-5408e26c]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.report .desc .statuevue .bi .peobox[data-v-5408e26c]{position:absolute;right:0;top:-1px;z-index:999}.report .desc .statuevue .bi .peobox .xx[data-v-5408e26c]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.report .desc .statuevue .item[data-v-5408e26c]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.report .desc .statuevue .item .span1[data-v-5408e26c]{width:100%;text-align:center;position:absolute;top:-23px}.report .desc .statuevue .item .span[data-v-5408e26c]{margin-top:8px;position:absolute;right:-8px}.report .yuanxing[data-v-5408e26c]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}.report .btnf[data-v-5408e26c]{font-size:28rpx;border-radius:5px;height:22px;margin:0 10px 0 0;line-height:22px;color:#fff;font-weight:400;width:44px!important;text-align:center!important;float:right}.report .tivon[data-v-5408e26c]{display:flex;justify-content:center;align-content:center;align-items:center}.report .tivon .bianji[data-v-5408e26c]{width:20px;height:20px;margin-left:5px}.report .box1 :last-child.list .val[data-v-5408e26c]{width:25%!important}.report .kcalClass[data-v-5408e26c]{width:100%;text-align:center;font-size:36rpx;line-height:55px;margin:-20px auto}.report .yichang[data-v-5408e26c]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.report .tips[data-v-5408e26c]{font-size:30rpx;line-height:20px}.report .tips uni-text[data-v-5408e26c]{display:inline-block;width:100%}.report .jianyi_box[data-v-5408e26c]{background-color:#fff;border-radius:10px;padding:5px 10px 15px;width:calc(100% -20px);margin:10px 0}.report .jianyi[data-v-5408e26c]{display:flex;margin:0 -15px;justify-content:space-between}.report .jianyi uni-view[data-v-5408e26c]{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:20%;margin:0 2.5% 0}.report .jianyi uni-view uni-image[data-v-5408e26c]{width:25px;height:25px}.report .jianyi uni-view uni-text[data-v-5408e26c]{width:100%;text-align:center;margin-top:10px;font-size:28rpx;color:#666}.report .jianyi .active[data-v-5408e26c]{border-bottom:2px solid #f19601;padding-bottom:5px;margin:17px 2.5% 0}.report .jianyi-con[data-v-5408e26c]{margin-top:15px;background:#f7f7f7;padding:10px;font-size:28rpx;line-height:20px;border-radius:10px}.report .tips2[data-v-5408e26c]{color:#999;margin-top:15px;font-size:30rpx;display:flex;align-items:center}.report[data-v-5408e26c] .uni-collapse-item{width:100%!important}.report[data-v-5408e26c] .uni-collapse-item__title-arrow{margin-right:0!important}.report[data-v-5408e26c] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}.wrapper[data-v-5408e26c]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-5408e26c]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-5408e26c]{width:90%;height:auto;background:#fff;border-radius:10px;position:relative;top:23%;padding:5px;margin:auto;z-index:99999;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.wrapper .edit[data-v-5408e26c] uni-swiper{min-height:540rpx;text-align:center}.wrapper .edit uni-image[data-v-5408e26c]{width:100%;height:450rpx;margin-top:10px}.wrapper .clear[data-v-5408e26c]{position:absolute;right:3px;top:0;background-color:#fff;border-radius:50%}.content[data-v-5408e26c]{padding:15px;font-size:32rpx;width:calc(100% - 30px);background-color:#f5f6fa;min-height:100vh}.listC[data-v-5408e26c]{margin:0;width:100%}',""]),t.exports=e},"296f":function(t,e,i){"use strict";var a=i("f727"),n=i.n(a);n.a},"297e":function(t,e,i){var a=i("9188");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("59a09ed0",a,!0,{sourceMap:!1,shadowMode:!1})},"2a3b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("7135").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-scroll-view",{staticClass:t._$g(2,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("3-"+r,"c"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1),t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]):t._e()],1)}))],2)],1)],1),t._l(t._$g(13,"f"),(function(e,a,n,r){return t._$g("13-"+r,"i")?i("uni-view",{key:e,attrs:{_i:"13-"+r}},[i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-text",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v("\u8bad\u7ec3\u6210\u7ee9\u4e3a")])],1),i("uni-view",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[i("uni-view",{staticClass:t._$g("19-"+r,"sc"),attrs:{_i:"19-"+r}},[i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[i("v-uni-text",{staticClass:t._$g("22-"+r,"sc"),attrs:{_i:"22-"+r}}),t._v(t._$g("21-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("23-"+r,"sc"),attrs:{_i:"23-"+r}},[i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[t._v(t._$g("24-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("25-"+r,"sc"),attrs:{_i:"25-"+r}},[i("v-uni-text",{staticClass:t._$g("26-"+r,"sc"),attrs:{_i:"26-"+r}}),t._v(t._$g("25-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("uni-view",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}}),i("uni-view",{staticClass:t._$g("29-"+r,"sc"),attrs:{_i:"29-"+r}},[i("v-uni-text",{staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}}),t._v(t._$g("29-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[i("uni-view",{staticClass:t._$g("32-"+r,"sc"),attrs:{_i:"32-"+r}},[t._v(t._$g("32-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}}),t._v(t._$g("33-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("35-"+r,"sc"),attrs:{_i:"35-"+r}},[i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}}),i("uni-view",{staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("v-uni-text",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}),t._v(t._$g("37-"+r,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[i("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[i("qiun-data-charts",{attrs:{_i:"41-"+r}}),i("uni-view",{staticClass:t._$g("42-"+r,"sc"),attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))])],1),t._$g("43-"+r,"i")?i("uni-view",{staticClass:t._$g("43-"+r,"sc"),attrs:{_i:"43-"+r}},[i("v-uni-text",{style:t._$g("44-"+r,"s"),attrs:{_i:"44-"+r}},[t._v(t._$g("44-"+r,"t0-0"))])],1):t._e(),t._$g("45-"+r,"i")?i("uni-view",{staticClass:t._$g("45-"+r,"sc"),attrs:{_i:"45-"+r}},[t._v("\u603b\u6210\u7ee9\u4e3a"+t._$g("45-"+r,"t0-0")+"\u5206")]):t._e()],1)],1),t._$g("46-"+r,"i")?i("uni-view",{staticClass:t._$g("46-"+r,"sc"),attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))]):t._e()],1):t._e()})),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[i("v-uni-image",{attrs:{src:"/static/charts.png",_i:51}})],1),i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[t._v("\u8fd0\u52a8\u66f2\u7ebf")])],1),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-image",{attrs:{src:"/static/add.png",_i:55}})],1),i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v("\u5386\u53f2\u8bb0\u5f55")])],1),i("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[i("v-uni-image",{attrs:{src:"/static/pk.png",_i:59}})],1),i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60}},[t._v("\u6570\u636e\u5bf9\u6bd4")])],1),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[i("v-uni-image",{attrs:{src:"/static/history.png",_i:63}})],1),i("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},[t._v("\u6dfb\u52a0\u8bb0\u5f55")])],1)],1)],1),i("publicAdd",{attrs:{_i:65}})],2)},r=[]},"2a74":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"2a93":function(t,e,i){var a=i("159f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7ab308cc",a,!0,{sourceMap:!1,shadowMode:!1})},"2af0":function(t,e,i){"use strict";var a=i("8164"),n=i.n(a);n.a},"2c35":function(t,e,i){"use strict";i.r(e);var a=i("0608"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2d15":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-icon",{staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r}}),i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-text",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[t._v(t._$g("6-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("v-uni-text",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1)],1)})),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-image",{attrs:{src:t._$g(11,"a-src"),_i:11}}),i("v-uni-text",{attrs:{_i:12}},[t._v("\u6682\u65e0\u6570\u636e\uff01")])],1):t._e()],1)},n=[]},"2dda":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse[data-v-1de8c812]{width:100%;display:flex;flex-direction:column;background-color:#fff}',""]),t.exports=e},"2e01":function(t,e,i){"use strict";var a=i("0550"),n=i.n(a);n.a},"2f15":function(t,e,i){"use strict";i.r(e);var a=i("79c5"),n=i("b7de");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e86b");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"f6e33386",null,!1,a["a"],void 0);e["default"]=o.exports},"2f6d":function(t,e,i){"use strict";var a=i("66fe"),n=i.n(a);n.a},"2fca":function(t,e,i){"use strict";i.r(e);var a=i("fe95"),n=i("6ae2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("c8dc");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"6a89619d",null,!1,a["a"],void 0);e["default"]=o.exports},"30f7":function(t,e,i){"use strict";i.r(e);var a=i("276d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},3156:function(t,e,i){var a=i("f5d0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7c657274",a,!0,{sourceMap:!1,shadowMode:!1})},3180:function(t,e,i){"use strict";var a=i("0507"),n=i.n(a);n.a},"32b8":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("92d0")),r=a(i("3380")),s=a(i("2175")),o=a(i("a937")),c=a(i("a037")),l={name:"qiun-loading",props:["loadingType"],data:function(){return{wxsProps:{}}},components:{Loading1:n.default,Loading2:r.default,Loading3:s.default,Loading4:o.default,Loading5:c.default}};e.default=l},3380:function(t,e,i){"use strict";i.r(e);var a=i("6c92"),n=i("8e69");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("fd7a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2ef93b2c",null,!1,a["a"],void 0);e["default"]=o.exports},"33ad":function(t,e,i){var a=i("7494d");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5776ff6a",a,!0,{sourceMap:!1,shadowMode:!1})},"33f7":function(t,e,i){"use strict";var a=i("76e8"),n=i.n(a);n.a},"34cf":function(t,e,i){var a=i("ed45"),n=i("7172"),r=i("6382"),s=i("dd3e");t.exports=function(t,e){return a(t)||n(t,e)||r(t,e)||s()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"353a":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-af6f5332]{margin-right:20px}.icon[data-v-af6f5332]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-af6f5332]{height:2px;width:10px}',""]),t.exports=e},3583:function(t,e,i){"use strict";i.r(e);var a=i("0db2"),n=i("3d86");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("35c9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"f984ff0c",null,!1,a["a"],void 0);e["default"]=o.exports},"35c9":function(t,e,i){"use strict";var a=i("a9fe"),n=i.n(a);n.a},"365a":function(t,e,i){var a=i("cae2");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("cee56bac",a,!0,{sourceMap:!1,shadowMode:!1})},3703:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{wxsProps:{"change:prop":"is_show"},staticClass:t._$g(1,"sc"),attrs:{"change:prop":t.renderswipe.showWatch,prop:t._$gc(1,"change:is_show"),"data-threshold":t._$g(1,"a-data-threshold"),"data-disabled":t._$g(1,"a-data-disabled"),_i:1},on:{touchstart:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchstart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchmove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchend(e,t.$getComponentDescriptor())}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("left",t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),style:t._$g("4-"+r,"s"),attrs:{_i:"4-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("5-"+r,"sc"),style:t._$g("5-"+r,"s"),attrs:{_i:"5-"+r}},[t._v(t._$g("5-"+r,"t0-0"))])],1)})),{_i:3})],2),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._t("default",null,{_i:7})],2),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._t("right",t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("11-"+r,"sc"),style:t._$g("11-"+r,"s"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1)})),{_i:9})],2)],1)],1)},n=[]},"372e":function(t,e,i){"use strict";var a=i("d485"),n=i.n(a);n.a},"373c":function(t,e,i){"use strict";i.r(e);var a=i("2504"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"37b1":function(t,e,i){"use strict";i.r(e);var a=i("bbad"),n=i("62ca");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("697a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"63b8291b",null,!1,a["a"],void 0);e["default"]=o.exports},"37b9":function(t,e,i){"use strict";var a=i("e9eb"),n=i.n(a);n.a},"38e9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-4e1c1bfa]{width:30px;height:30px;position:relative}.container.loading3[data-v-4e1c1bfa]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading3 .shape1[data-v-4e1c1bfa]{border-top-left-radius:10px}.container.loading3 .shape2[data-v-4e1c1bfa]{border-top-right-radius:10px}.container.loading3 .shape3[data-v-4e1c1bfa]{border-bottom-left-radius:10px}.container.loading3 .shape4[data-v-4e1c1bfa]{border-bottom-right-radius:10px}.container .shape[data-v-4e1c1bfa]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-4e1c1bfa]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-4e1c1bfa]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-4e1c1bfa]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-4e1c1bfa]{bottom:0;right:0;background-color:#e66}.loading3 .shape1[data-v-4e1c1bfa]{-webkit-animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}@keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}.loading3 .shape2[data-v-4e1c1bfa]{-webkit-animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}@keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}.loading3 .shape3[data-v-4e1c1bfa]{-webkit-animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}@keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}.loading3 .shape4[data-v-4e1c1bfa]{-webkit-animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}@keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}",""]),t.exports=e},3910:function(t,e,i){"use strict";i.r(e);var a=i("a469"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},3966:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?i("ren-calendar",{ref:"ren",attrs:{_i:2},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(3,"i")?i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[i("uni-icons",{attrs:{_i:"7-"+r}})],1),i("uni-view",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))])],1),t._$g("10-"+r,"i")?i("uni-view",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1):t._e(),t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0"))])],1):t._e()],1)],1)})),1):t._e(),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._l(t._$g(15,"f"),(function(e,a,n,r){return t._$g("15-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v(t._$g("19-"+r,"t0-0"))])],1),t._$g("20-"+r,"i")?i("uni-view",{attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1):t._e(),t._$g("22-"+r,"i")?i("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"23-"+r}},[t._v(t._$g("23-"+r,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[i("uni-icons",{attrs:{_i:"25-"+r}})],1)],1)],1):t._e()})),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("vs")]):t._e(),i("uni-view",{staticClass:t._$g(27,"sc"),class:t._$g(27,"c"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5bf9\u6bd4")])],2)],1)],1)},r=[]},"3b2d":function(t,e){function i(e){return t.exports=i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3bb4":function(t,e,i){"use strict";i.r(e);var a=i("5800"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"3c02":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(5,"a-end"),fields:t._$g(5,"a-fields"),value:t._$g(5,"a-value"),_i:5},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0")),i("v-uni-icon",{staticClass:t._$g(7,"sc"),attrs:{_i:7}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(9,"a-end"),fields:t._$g(9,"a-fields"),value:t._$g(9,"a-value"),_i:9},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")),i("v-uni-icon",{staticClass:t._$g(11,"sc"),attrs:{_i:11}})],1)],1)],1)],1),t._$g(12,"i")?i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),class:t._$g("14-"+r,"c"),attrs:{_i:"14-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("14-"+r,"t0-0"))])})),1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._$g(16,"i")?i("uni-view",{attrs:{_i:16}},[i("qiunDataCharts",{attrs:{_i:17}})],1):t._e()],1)],1):i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-image",{attrs:{src:t._$g(20,"a-src"),_i:20}}),i("v-uni-text",{attrs:{_i:21}},[t._v("\u6682\u65e0\u6570\u636e")])],1)],1)],1),i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")),i("v-uni-text",{attrs:{_i:26}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v("\u76ee\u6807\u4f53\u91cd"),i("uni-icons",{staticClass:t._$g(28,"sc"),attrs:{_i:28}})],1)],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v(t._$g(30,"t0-0")),i("v-uni-text",{attrs:{_i:31}},[t._v("kg")])],1),t._$g(32,"i")?i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\u7d2f\u8ba1\u589e\u91cd")]):i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v("\u7d2f\u8ba1\u51cf\u91cd")])],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0")),i("v-uni-text",{attrs:{_i:36}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v("\u521d\u59cb\u4f53\u91cd"),i("uni-icons",{staticClass:t._$g(38,"sc"),attrs:{_i:38}})],1)],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v(t._$g(40,"t0-0")),i("v-uni-text",{attrs:{_i:41}},[t._v("\u5929")])],1),i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u51cf\u91cd\u5929\u6570")])],1)],1)],1),i("firstweight",{attrs:{_i:43}})],1)],1)},r=[]},"3c38":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.add[data-v-f6e33386]{width:100%;text-align:center;background:#fff;height:45px;line-height:45px;border-radius:5px;font-weight:700;font-size:16px}.content[data-v-f6e33386]{padding:15px}uni-text[data-v-f6e33386]{margin-top:3px!important;width:auto!important;font-size:13px}.nolist uni-text[data-v-f6e33386]{margin:-15px auto 15px!important;width:100%!important}',""]),t.exports=e},"3cfd":function(t,e,i){"use strict";var a=i("3d21"),n=i.n(a);n.a},"3d21":function(t,e,i){var a=i("af9d");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("878053a8",a,!0,{sourceMap:!1,shadowMode:!1})},"3d86":function(t,e,i){"use strict";i.r(e);var a=i("ce77"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"3de6":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniSwipeAction:i("7f50").default,uniSwipeActionItem:i("0809").default,uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-swipe-action",{attrs:{_i:"3-"+r}},[i("uni-swipe-action-item",{attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-icon",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}}),i("v-uni-text",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[i("uni-view",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0"))])],1),t._$g("11-"+r,"i")?i("uni-view",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))])],1):t._e(),t._$g("13-"+r,"i")?i("uni-view",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))])],1):t._e(),t._$g("15-"+r,"i")?i("uni-icons",{attrs:{_i:"15-"+r}}):t._e()],1)],1)],1)],1)})),t._$g(16,"i")?i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-image",{attrs:{src:t._$g(18,"a-src"),_i:18}}),i("v-uni-text",{attrs:{_i:19}},[t._v("\u6682\u65e0\u6570\u636e")])],1):t._e()],1)},r=[]},"3e4d":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("e472")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},"3e59":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniDatetimePicker:i("9a7d").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u8bb0\u5f55\u65f6\u95f4")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-datetime-picker",{attrs:{_i:5},on:{change:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(5,"v-model"),callback:function(){},expression:"recordTime"}})],1)],1)],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u5c0f\u8bb0")]),i("v-uni-textarea",{attrs:{placeholder:"\u8bf4\u70b9\u4ec0\u4e48\u5427",name:"content",maxlength:"200",_i:8},model:{value:t._$g(8,"v-model"),callback:function(e){t.$handleVModelEvent(8,e)},expression:"content"}}),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")+"/200")])],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58")])],1)},r=[]},"3f17":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v(t._$g(1,"t0-0"))]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0")),i("v-uni-text",{attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0")),i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":"+t._$g(7,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u6d88\u8017/kcal"),i("v-uni-text",{attrs:{_i:9}},[t._v(t._$g(9,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-image",{attrs:{src:"/pageTwo/static/t01.gif",_i:11}})],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{longpress:function(e){return t.$handleViewEvent(e)}}},[t._v("\u957f\u6309\u7ed3\u675f")]),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[i("uni-view",{attrs:{_i:17}},[t._v("\u5e73\u5747\u901f\u5ea6\uff1a"),i("v-uni-text",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._v("bpm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v("(bpm=\u4e2a/\u5206\u949f)")])],1),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("v-uni-image",{attrs:{src:"/pageTwo/static/duan.png",_i:22}}),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{attrs:{_i:24}},[t._v("\u4e2d\u65ad\u6b21\u6570")]),i("uni-view",{attrs:{_i:25}},[i("v-uni-text",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))]),t._v("\u6b21")],1)],1)],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("v-uni-image",{attrs:{src:"/pageTwo/static/xu.png",_i:28}}),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-view",{attrs:{_i:30}},[t._v("\u6700\u957f\u8fde\u7eed")]),i("uni-view",{attrs:{_i:31}},[i("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),t._v("\u4e2a")],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("v-uni-text",{attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),t._v("\u8bad\u7ec3\u4e2a\u6570")],1),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("v-uni-text",{attrs:{_i:37}},[t._v(t._$g(37,"t0-0")+":"+t._$g(37,"t0-1"))]),t._v("\u5206:\u79d2")],1),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("v-uni-text",{attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))]),t._v("\u6d88\u8017/kcal")],1)],1),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5b8c\u6210")])],1)],1)],1):t._e()],1)},n=[]},"3f18":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-08055fde]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-08055fde]{top:20%}.close[data-v-08055fde]{background:#fff!important;float:left;color:#333}',""]),t.exports=e},"400d":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.f_banner{width:100%;height:400upx}.f_banner uni-swiper{height:400upx}.f_banner uni-image{width:100%;height:100%;background-size:100%}.tabbar{height:50px;display:flex;font-weight:700;font-size:16px;justify-content:space-between;margin:15px 10px}.tabbar .scroll-menu{width:100%;white-space:nowrap}.tabbar uni-view{display:inline-block;height:48px;line-height:48px;padding:0 10px}.tabbar uni-view uni-text{display:block;width:100%;text-align:center;margin-top:10px}.tabbar .active{color:#fff;border-radius:5px;background-color:#fea606}.list{width:100%;padding-bottom:50px}.newslist{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #f7f7f7}.newslist .left{width:calc(100% - 115px);height:60px;display:flex;flex-wrap:wrap;flex-flow:column;justify-content:space-between}.newslist .left .title{width:100%;font-size:30rpx;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:30px;font-weight:700}.newslist .right{width:105px;height:60px;border:1px solid #f7f7f7}.newslist .right uni-image{width:100%;height:100%}.newslist .time{width:100%;margin-top:5px;display:flex;justify-content:space-between}.newslist .time uni-icon{width:20px;display:block;margin-right:3px;margin-top:-5px;float:left}.newslist .time .icon-icon-test1{font-size:16px}.newslist .time uni-view{color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},4050:function(t,e,i){"use strict";i.r(e);var a=i("d067"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"40a5":function(t,e,i){var a=i("0bf6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("2bf02bef",a,!0,{sourceMap:!1,shadowMode:!1})},"40c1":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-d1a1acd0]{min-height:100vh;background-color:#fff}.lanBox[data-v-d1a1acd0]{padding:0 15px 0}.lan[data-v-d1a1acd0]{display:flex;align-items:center;font-size:32rpx;height:50px;line-height:50px;justify-content:space-between;border-bottom:1px solid #f7f7f7}.lan .left[data-v-d1a1acd0]{display:flex;align-items:center;text-align:left;font-size:32rpx;padding-left:30px}.lan .left .view[data-v-d1a1acd0]{width:18px;height:18px;position:absolute;left:15px;padding:2px;background-color:#c7c7c7;border-radius:50%;display:flex;align-items:center;justify-content:center}.lan .left .t-icon[data-v-d1a1acd0],\n.lan .left uni-image[data-v-d1a1acd0]{width:16px;height:16px}.lan .right[data-v-d1a1acd0]{display:flex;align-items:center;justify-content:flex-end;width:50%;min-height:38px;box-sizing:border-box;line-height:36px}',""]),t.exports=e},"40e9":function(t,e,i){"use strict";var a=i("ad22"),n=i.n(a);n.a},4183:function(t,e,i){var a=i("40c1");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("975b988c",a,!0,{sourceMap:!1,shadowMode:!1})},"41e3":function(t,e,i){"use strict";var a=i("1d72"),n=i.n(a);n.a},"41ff":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v("\u8fde\u63a5\u6210\u529f\uff0c\u5f00\u59cb\u6d4b\u91cf")]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{attrs:{_i:7}},[t._v("\u63d0\u793a\uff1a")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1.\u8bf7\u786e\u5b9a\u8bbe\u5907\u5df2\u5f00\u673a")]),i("v-uni-text",{attrs:{_i:9}},[t._v("2.\u8bf7\u786e\u5b9a\u624b\u673a\u84dd\u7259\u53ca\u4f4d\u7f6e\u4fe1\u606f\u5df2\u6253\u5f00")])],1)],1),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}}),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u6d4b\u91cf\u7ed3\u679c\u63d0\u793a")]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u672c\u6b21\u6d4b\u91cf\u4f53\u91cd\u4e3a\uff1a"),i("v-uni-text",{attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+t._$g(15,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("\u4e0a\u6b21\u6d4b\u91cf\u8eab\u9ad8\u4e3a\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165\u8eab\u9ad8",_i:17},model:{value:t._$g(17,"v-model"),callback:function(e){t.$handleVModelEvent(17,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58\u6d4b\u91cf\u7ed3\u679c")])],1)],1):t._e()],1)},n=[]},"42ec":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("c5cc")),r={data:function(){return{wxsProps:{}}},components:{headerIndex:n.default}};e.default=r},4308:function(t,e,i){"use strict";i.r(e);var a=i("2841"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"455c":function(t,e,i){"use strict";i.r(e);var a=i("5c92"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},4636:function(t,e,i){"use strict";i.r(e);var a=i("21e2"),n=i("455c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("41e3");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"08055fde",null,!1,a["a"],void 0);e["default"]=o.exports},"46df":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-web-view",{attrs:{src:this._$g(0,"a-src"),_i:0}})},n=[]},4733:function(t,e,i){"use strict";var a=i("2931"),n=i.n(a);n.a},"47a9":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"47bf":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u624b\u52a8\u8bb0\u5f55")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u9879\u76ee")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(10,"a-end"),fields:t._$g(10,"a-fields"),_i:10},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(12,"sc"),attrs:{_i:12}})],1)],1)],1),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),t._$g(15,"i")?i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(16,"a-range"),value:t._$g(16,"a-value"),_i:16},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+t._$g(17,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(18,"sc"),attrs:{_i:18}})],1):t._e(),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-input",{attrs:{type:t._$g(20,"a-type"),placeholder:"\u8bf7\u8f93\u5165",_i:20},model:{value:t._$g(20,"v-model"),callback:function(e){t.$handleVModelEvent(20,e)},expression:"number"}}),t._v(t._$g(19,"t1-0"))],1):t._e()],1):t._e(),t._$g(21,"i")?i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("\u65f6\u957f")]),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(24,"a-range"),value:t._$g(24,"a-value"),_i:24},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")+t._$g(25,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}})],1)],1):t._e(),t._$g(27,"i")?i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v("\u4e2a\u6570")]),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("v-uni-input",{attrs:{type:"number",placeholder:"\u8bf7\u8f93\u5165",_i:30},model:{value:t._$g(30,"v-model"),callback:function(e){t.$handleVModelEvent(30,e)},expression:"number"}}),t._v("\u4e2a")],1)],1):t._e(),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},r=[]},"48d3":function(t,e,i){var a=i("3c38");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("cea3c694",a,!0,{sourceMap:!1,shadowMode:!1})},4922:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}},[this._v(this._$g(2,"t0-0"))])],1)},n=[]},"499c":function(t,e,i){var a=i("8d9b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("504ecaba",a,!0,{sourceMap:!1,shadowMode:!1})},"4a59":function(t,e,i){"use strict";i.r(e);var a=i("155f"),n=i("9a01");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2054");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"ef631bd0",null,!1,a["a"],void 0);e["default"]=o.exports},"4add":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("c5cc")),r={data:function(){return{wxsProps:{}}},components:{headerIndex:n.default}};e.default=r},"4bd8":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-calendar-item__weeks-box[data-v-53b68fae]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1px 0;position:relative}.uni-calendar-item__weeks-box-text[data-v-53b68fae]{font-size:14px;font-weight:700;color:#001833}.uni-calendar-item__weeks-box-item[data-v-53b68fae]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px}.uni-calendar-item__weeks-box-circle[data-v-53b68fae]{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:8px;background-color:#dd524d}.uni-calendar-item__weeks-box .uni-calendar-item--disable[data-v-53b68fae]{cursor:default}.uni-calendar-item--disable .uni-calendar-item__weeks-box-text-disable[data-v-53b68fae]{color:#d1d1d1}.uni-calendar-item--today[data-v-53b68fae]{position:absolute;top:10px;right:17%;background-color:#dd524d;width:6px;height:6px;border-radius:50%}.uni-calendar-item--extra[data-v-53b68fae]{color:#dd524d;opacity:.8}.uni-calendar-item__weeks-box .uni-calendar-item--checked[data-v-53b68fae]{background-color:#007aff;border-radius:50%;box-sizing:border-box;border:3px solid #fff}.uni-calendar-item--checked .uni-calendar-item--checked-text[data-v-53b68fae]{color:#fff}.uni-calendar-item--multiple .uni-calendar-item--checked-range-text[data-v-53b68fae]{color:#333}.uni-calendar-item--multiple[data-v-53b68fae]{background-color:#f6f7fc}.uni-calendar-item--multiple .uni-calendar-item--before-checked[data-v-53b68fae],\n.uni-calendar-item--multiple .uni-calendar-item--after-checked[data-v-53b68fae]{background-color:#007aff;border-radius:50%;box-sizing:border-box;border:3px solid #f6f7fc}.uni-calendar-item--before-checked .uni-calendar-item--checked-text[data-v-53b68fae],\n.uni-calendar-item--after-checked .uni-calendar-item--checked-text[data-v-53b68fae]{color:#fff}.uni-calendar-item--before-checked-x[data-v-53b68fae]{border-top-left-radius:50px;border-bottom-left-radius:50px;box-sizing:border-box;background-color:#f6f7fc}.uni-calendar-item--after-checked-x[data-v-53b68fae]{border-top-right-radius:50px;border-bottom-right-radius:50px;background-color:#f6f7fc}',""]),t.exports=e},"4c99":function(t,e,i){"use strict";i.r(e);var a=i("f761"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4cfe":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),class:t._$g(0,"c"),attrs:{_i:0},on:{click:function(e){return t.$handleViewEvent(e)},mouseenter:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1}},[t._$g(2,"i")?i("v-uni-text",{staticClass:t._$g(2,"sc"),attrs:{_i:2}}):t._e(),i("v-uni-text",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))])],1),i("uni-view",{class:t._$g(4,"c"),attrs:{_i:4}})],1)},n=[]},"4dee":function(t,e,i){"use strict";i.r(e);var a=i("a8b7"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4e6e":function(t,e,i){"use strict";i.r(e);var a=i("245b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4fb2":function(t,e,i){"use strict";i.r(e);var a=i("4cfe"),n=i("628e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("296f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"53b68fae",null,!1,a["a"],void 0);e["default"]=o.exports},"50d5":function(t,e,i){"use strict";i.r(e);var a=i("6c01"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"50d9":function(t,e,i){"use strict";i.r(e);var a=i("6b6b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5159:function(t,e,i){"use strict";i.r(e);var a=i("d2ff"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5171:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-f984ff0c]{width:100%;height:100vh}.bg[data-v-f984ff0c]{position:absolute;top:0;width:100%;height:50vh;z-index:9}.login[data-v-f984ff0c]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-f984ff0c]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-f984ff0c]{position:relative;display:flex;align-items:center;font-size:32rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-f984ff0c]{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-f984ff0c]{width:240rpx;height:40px;line-height:40px;font-size:32rpx}.login .editem .item .input[data-v-f984ff0c]{width:calc(100% - 240rpx);height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-f984ff0c]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-f984ff0c]{right:220rpx;font-size:28rpx}.login .editem .code[data-v-f984ff0c]{width:220rpx;background:#dfdfdf;font-size:28rpx;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .editem .forget[data-v-f984ff0c]{width:80px;background:#fff;color:#37cc92}.login .btngroup[data-v-f984ff0c]{width:100%;height:35px;line-height:35px;display:flex;justify-content:center}.login .btngroup uni-text[data-v-f984ff0c]{display:block;color:#37cc92}.login .btnlogin[data-v-f984ff0c]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}.xieyi[data-v-f984ff0c]{font-size:32rpx;color:#37cc92}.xieyi uni-text[data-v-f984ff0c]{border-bottom:1px solid #37cc92}',""]),t.exports=e},5295:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"52d6":function(t,e,i){"use strict";i.r(e);var a=i("f31b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"53fa":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"54dc":function(t,e,i){"use strict";i.r(e);var a=i("8764"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"550a":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-54c9c6c5]{padding:15px 10px;background:#fff;min-height:calc(100vh - 30px)}.content .radio[data-v-54c9c6c5]{display:flex;height:34px;line-height:34px}.content uni-picker[data-v-54c9c6c5]{width:100%;text-align:right;border:none;color:#333}.content .top[data-v-54c9c6c5]{width:100%;line-height:30px;font-size:24rpx;text-align:center;margin-bottom:30rpx;color:#999}.content .top uni-text[data-v-54c9c6c5]{width:100%;display:block;text-align:center;font-size:40rpx;color:#333;font-weight:600}.content .h5[data-v-54c9c6c5]{font-size:30rpx;color:#666}.content .con[data-v-54c9c6c5]{margin-top:5px;margin-bottom:30rpx;color:#999;line-height:22px;font-size:28rpx}.content .table[data-v-54c9c6c5],\n.content .table2[data-v-54c9c6c5]{width:100%;border:1px solid #d69231;border-bottom:none;box-sizing:border-box;border-spacing:inherit;font-size:28rpx;height:auto;overflow:hidden;border-right:none}.content .table .tr[data-v-54c9c6c5],\n.content .table2 .tr[data-v-54c9c6c5]{width:50%;float:left}.content .table .tr .text[data-v-54c9c6c5],\n.content .table2 .tr .text[data-v-54c9c6c5]{width:40%}.content .table .tr .td[data-v-54c9c6c5],\n.content .table2 .tr .td[data-v-54c9c6c5]{width:60%}.content .table .text[data-v-54c9c6c5],\n.content .table2 .text[data-v-54c9c6c5]{float:left;height:35px;line-height:35px;background:#ffcf85;box-sizing:border-box;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-54c9c6c5],\n.content .table2 .td[data-v-54c9c6c5]{box-sizing:border-box;background:rgba(228,205,172,.12941176470588237);display:flex;float:left;height:35px;line-height:35px;padding-right:5px;padding-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-54c9c6c5] uni-input,\n.content .table2 .td[data-v-54c9c6c5] uni-input{width:95%;height:35px;line-height:35px;font-size:30rpx!important}.content .table2[data-v-54c9c6c5]{margin:50rpx auto;border-right:none;text-align:center}.content .table2 .text[data-v-54c9c6c5]{width:50%;border-right:1px solid #d69231}.content .table2 .td[data-v-54c9c6c5]{height:50px;width:50%;line-height:50px;display:inherit;border-right:1px solid #d69231}.content .table2 .td .text2[data-v-54c9c6c5]{font-size:36rpx;font-weight:700}.btn[data-v-54c9c6c5]{margin-top:20px;margin-bottom:15px;background-color:#37cc92}',""]),t.exports=e},"550c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-fe0925d0]{width:30px;height:30px;position:relative}.container.loading1[data-v-fe0925d0]{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.container .shape[data-v-fe0925d0]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-fe0925d0]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-fe0925d0]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-fe0925d0]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-fe0925d0]{bottom:0;right:0;background-color:#e66}.loading1 .shape1[data-v-fe0925d0]{-webkit-animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}@keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}.loading1 .shape2[data-v-fe0925d0]{-webkit-animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}@keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}.loading1 .shape3[data-v-fe0925d0]{-webkit-animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}@keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}.loading1 .shape4[data-v-fe0925d0]{-webkit-animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}@keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}",""]),t.exports=e},"55b5":function(t,e,i){var a=i("a962");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7e5d55e0",a,!0,{sourceMap:!1,shadowMode:!1})},5766:function(t,e,i){"use strict";i.r(e);var a=i("41ff"),n=i("5159");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("28fe");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7b0d45f9",null,!1,a["a"],void 0);e["default"]=o.exports},5794:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):i("v-uni-icon",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1)],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u59d3\u540d")]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-input",{attrs:{name:"name",type:"text",placeholder:"\u8bf7\u8f93\u5165\u59d3\u540d",_i:9},model:{value:t._$g(9,"v-model"),callback:function(e){t.$handleVModelEvent(9,e)},expression:"memInfo.nickname"}}),t._$g(10,"i")?i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v("\u6027\u522b")]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-icons",{attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u7537")],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[i("uni-icons",{attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u5973")],1)],1)],1),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v("\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-input",{staticClass:t._$g(21,"sc"),attrs:{name:"name",type:"digit",placeholder:"\u8bf7\u8f93\u5165\u8eab\u9ad8",_i:21},model:{value:t._$g(21,"v-model"),callback:function(e){t.$handleVModelEvent(21,e)},expression:"memInfo.height"}}),t._v("CM"),t._$g(22,"i")?i("uni-icons",{attrs:{_i:22},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v("\u4f53\u91cd")]),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("v-uni-input",{staticClass:t._$g(26,"sc"),attrs:{name:"name",type:"digit",placeholder:"\u8bf7\u8f93\u5165\u4f53\u91cd",_i:26},model:{value:t._$g(26,"v-model"),callback:function(e){t.$handleVModelEvent(26,e)},expression:"memInfo.weight"}}),t._v("KG"),t._$g(27,"i")?i("uni-icons",{attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v("\u51fa\u751f\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(31,"a-end"),value:t._$g(31,"a-value"),fields:t._$g(31,"a-fields"),_i:31},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(33,"sc"),attrs:{_i:33}})],1)],1)],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("\u573a\u666f\u9009\u62e9")]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-icons",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u6d4b\u6a21\u5f0f")],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-icons",{attrs:{_i:40},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u8102\u6a21\u5f0f")],1)],1)],1),t._$g(41,"i")?i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u8eab\u4efd\u4fe1\u606f")]),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(44,"a-range"),value:t._$g(44,"a-value"),"range-key":"name",_i:44},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v(t._$g(45,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(46,"sc"),attrs:{_i:46}})],1)],1)],1):t._e(),t._$g(47,"i")?i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[t._v("\u6240\u5c5e\u5730\u533a")]),i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[t._v(t._$g(50,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(51,"sc"),attrs:{_i:51}})],1)],1):t._e(),t._$g(52,"i")?i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[t._v("\u6240\u5728\u5e74\u7ea7")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(55,"a-range"),value:t._$g(55,"a-value"),"range-key":"name",_i:55},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v(t._$g(56,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(57,"sc"),attrs:{_i:57}})],1)],1)],1):t._e()],1),i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u63d0\u4ea4")]),t._$g(59,"i")?i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61}},[i("uni-view",{attrs:{_i:62},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(63,"sc"),attrs:{_i:63},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1),i("v-uni-picker-view",{staticClass:t._$g(64,"sc"),attrs:{value:t._$g(64,"a-value"),"indicator-style":t._$g(64,"a-indicator-style"),_i:64},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:65}},t._l(t._$g(66,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[t._v(t._$g("66-"+r,"t0-0"))])})),1),i("v-uni-picker-view-column",{attrs:{_i:67}},t._l(t._$g(68,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("68-"+r,"sc"),attrs:{_i:"68-"+r}},[t._v(t._$g("68-"+r,"t0-0"))])})),1)],1)],1)],1):t._e()],1)},r=[]},"57d5":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-scroll-view",{staticClass:t._$g(2,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("3-"+r,"c"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._$g(6,"i")?i("ren-calendar",{ref:"ren",attrs:{_i:6},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},t._l(t._$g(8,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-icons",{attrs:{_i:"11-"+r}})],1),i("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0"))])],1),t._$g("14-"+r,"i")?i("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1):t._e(),t._$g("16-"+r,"i")?i("uni-view",{attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))])],1):t._e()],1)],1)})),1):t._e(),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._l(t._$g(19,"f"),(function(e,a,n,r){return t._$g("19-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("19-"+r,"sc"),attrs:{_i:"19-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[i("uni-view",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"23-"+r}},[t._v(t._$g("23-"+r,"t0-0"))])],1),t._$g("24-"+r,"i")?i("uni-view",{attrs:{_i:"24-"+r}},[t._v(t._$g("24-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"25-"+r}},[t._v(t._$g("25-"+r,"t0-0"))])],1):t._e(),t._$g("26-"+r,"i")?i("uni-view",{attrs:{_i:"26-"+r}},[t._v(t._$g("26-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"27-"+r}},[t._v(t._$g("27-"+r,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}},[i("uni-icons",{attrs:{_i:"29-"+r}})],1)],1)],1):t._e()})),t._$g(30,"i")?i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v("vs")]):t._e()],2)],1)],1)},r=[]},5800:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniCollapseItem",props:["title","name","disabled","showAnimation","open","thumb","titleBorder","border","showArrow"],data:function(){return{wxsProps:{}}},components:{}}},"582b":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("1b6a")),r={mounted:function(t,e,i){this.state={}},methods:{showWatch:function(t,e,i,a){n.default.showWatch(t,e,i,a,this)},touchstart:function(t,e){n.default.touchstart(t,e,this)},touchmove:function(t,e){n.default.touchmove(t,e,this)},touchend:function(t,e){n.default.touchend(t,e,this)}}};e.default=r},5950:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-2ef93b2c]{width:30px;height:30px;position:relative}.container.loading2[data-v-2ef93b2c]{-webkit-transform:rotate(10deg);transform:rotate(10deg)}.container.loading2 .shape[data-v-2ef93b2c]{border-radius:5px}.container.loading2[data-v-2ef93b2c]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container .shape[data-v-2ef93b2c]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-2ef93b2c]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-2ef93b2c]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-2ef93b2c]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-2ef93b2c]{bottom:0;right:0;background-color:#e66}.loading2 .shape1[data-v-2ef93b2c]{-webkit-animation:animation2shape1-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape1-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape1-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}}@keyframes animation2shape1-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}}.loading2 .shape2[data-v-2ef93b2c]{-webkit-animation:animation2shape2-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape2-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape2-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,20px);transform:translate(-20px,20px)}}@keyframes animation2shape2-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,20px);transform:translate(-20px,20px)}}.loading2 .shape3[data-v-2ef93b2c]{-webkit-animation:animation2shape3-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape3-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape3-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,-20px);transform:translate(20px,-20px)}}@keyframes animation2shape3-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,-20px);transform:translate(20px,-20px)}}.loading2 .shape4[data-v-2ef93b2c]{-webkit-animation:animation2shape4-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape4-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape4-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}}@keyframes animation2shape4-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}}",""]),t.exports=e},5988:function(t,e,i){"use strict";i.r(e);var a=i("6dbc"),n=i("a465");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("80b5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"49bc8d4b",null,!1,a["a"],void 0);e["default"]=o.exports},"5af6":function(t,e,i){"use strict";var a=i("c9a2"),n=i.n(a);n.a},"5bb1":function(t,e,i){"use strict";var a=i("4183"),n=i.n(a);n.a},"5bb5":function(t,e,i){"use strict";i.r(e);var a=i("704c"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"5c18":function(t,e,i){"use strict";i.r(e);var a=i("4922"),n=i("5bb5");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("7e78");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"06f9c5d4",null,!1,a["a"],void 0);e["default"]=o.exports},"5c5f":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-c74a3728]{width:100%;height:100vh}.login[data-v-c74a3728]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .editem[data-v-c74a3728]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-c74a3728]{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-c74a3728]{width:80px;height:40px;line-height:40px;font-size:32rpx}.login .editem .item .input[data-v-c74a3728]{width:calc(100% - 100px);height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-c74a3728]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .btnlogin[data-v-c74a3728]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"5c7f":function(t,e,i){"use strict";var a=i("a924"),n=i.n(a);n.a},"5c92":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["type"],data:function(){return{wxsProps:{}}},components:{}}},"5e96":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-calendar[data-v-3fc8fc13]{display:flex;flex-direction:column}.uni-calendar__mask[data-v-3fc8fc13]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-property:opacity;transition-duration:.3s;opacity:0;z-index:99}.uni-calendar--mask-show[data-v-3fc8fc13]{opacity:1}.uni-calendar--fixed[data-v-3fc8fc13]{position:fixed;bottom:calc(var(--window-bottom));left:0;right:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;-webkit-transform:translateY(460px);transform:translateY(460px);z-index:99}.uni-calendar--ani-show[data-v-3fc8fc13]{-webkit-transform:translateY(0);transform:translateY(0)}.uni-calendar__content[data-v-3fc8fc13]{background-color:#fff}.uni-calendar__content-mobile[data-v-3fc8fc13]{border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 0 5px 3px rgba(0,0,0,.1)}.uni-calendar__header[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px}.uni-calendar__header uni-picker[data-v-3fc8fc13]{text-align:center!important;width:calc(100% - 180px)!important}.uni-calendar__header-mobile[data-v-3fc8fc13]{padding:5px;padding-bottom:0}.uni-calendar--fixed-top[data-v-3fc8fc13]{display:flex;flex-direction:row;justify-content:space-between;border-top-color:rgba(0,0,0,.4);border-top-style:solid;border-top-width:1px}.uni-calendar--fixed-width[data-v-3fc8fc13]{width:50px}.uni-calendar__backtoday[data-v-3fc8fc13]{position:absolute;right:0;top:25rpx;padding:0 5px;padding-left:10px;height:25px;line-height:25px;font-size:12px;border-top-left-radius:25px;border-bottom-left-radius:25px;color:#fff;background-color:#f1f1f1}.uni-calendar__header-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:15px;color:#666}.uni-calendar__button-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:14px;color:#007aff;letter-spacing:3px}.uni-calendar__header-btn-box[data-v-3fc8fc13]{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50px;height:50px}.uni-calendar__header-btn[data-v-3fc8fc13]{width:9px;height:9px;border-left-color:grey;border-left-style:solid;border-left-width:1px;border-top-color:#555;border-top-style:solid;border-top-width:1px}.uni-calendar--left[data-v-3fc8fc13]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-calendar--right[data-v-3fc8fc13]{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.uni-calendar__weeks[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row}.uni-calendar__weeks-item[data-v-3fc8fc13]{flex:1}.uni-calendar__weeks-day[data-v-3fc8fc13]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40px;border-bottom-color:#f5f5f5;border-bottom-style:solid;border-bottom-width:1px}.uni-calendar__weeks-day-text[data-v-3fc8fc13]{font-size:12px;color:#b2b2b2}.uni-calendar__box[data-v-3fc8fc13]{position:relative;padding-bottom:7px}.uni-calendar__box-bg[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0}.uni-calendar__box-bg-text[data-v-3fc8fc13]{font-size:200px;font-weight:700;color:#999;opacity:.1;text-align:center;line-height:1}.uni-date-changed[data-v-3fc8fc13]{padding:0 10px;text-align:center;color:#333;border-top-color:#dcdcdc;border-top-style:solid;border-top-width:1px;flex:1}.uni-date-btn--ok[data-v-3fc8fc13]{padding:20px 15px}.uni-date-changed--time-start[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-end[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-date[data-v-3fc8fc13]{color:#999;line-height:50px;margin-right:5px}.time-picker-style[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center}.mr-10[data-v-3fc8fc13]{margin-right:10px}.dialog-close[data-v-3fc8fc13]{position:absolute;top:0;right:50px;bottom:0;display:flex;flex-direction:row;align-items:center;width:50px;justify-content:center;margin-top:5px}.dialog-close-plus[data-v-3fc8fc13]{width:16px;height:2px;background-color:#737987;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dialog-close-rotate[data-v-3fc8fc13]{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-datetime-picker--btn[data-v-3fc8fc13]{border-radius:100px;height:40px;line-height:40px;background-color:#007aff;color:#fff;font-size:16px;letter-spacing:2px}.uni-datetime-picker--btn[data-v-3fc8fc13]:active{opacity:.7}',""]),t.exports=e},6027:function(t,e,i){var a=i("6c26");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6e1c78a2",a,!0,{sourceMap:!1,shadowMode:!1})},6088:function(t,e,i){"use strict";i.r(e);var a=i("9910"),n=i("c1dd");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("92b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"af6f5332",null,!1,a["a"],void 0);e["default"]=o.exports},6104:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["weeks","calendar","selected","checkHover"],data:function(){return{wxsProps:{}}},components:{}}},6110:function(t,e,i){"use strict";i.r(e);var a=i("217f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"611c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-2b7bddf6]{height:100vh;background-color:#fff}uni-input[data-v-2b7bddf6]{border:none;background:inherit}.headbox[data-v-2b7bddf6]{height:180rpx;padding-top:10px;border-radius:0 0 5px 5px;background:#37cc92}.headimage[data-v-2b7bddf6]{display:block;padding-top:10px;width:70px;height:70px;border-radius:50%;font-size:140rpx;margin:auto;color:#fff}.lan[data-v-2b7bddf6]{display:flex;align-items:center;font-size:32rpx;padding:5px 0;margin:5px 15px;border-bottom:1px solid #f7f7f7}.left[data-v-2b7bddf6]{width:24%;text-align:left}.right[data-v-2b7bddf6]{display:flex;align-items:center;justify-content:flex-end;width:72%;height:40px;line-height:40px;box-sizing:border-box;position:relative;text-align:right}.right .radio[data-v-2b7bddf6]{display:flex;align-items:center}.right uni-picker[data-v-2b7bddf6]{width:100%;text-align:right;border:none;margin-right:15px;font-size:32rpx;color:#333}.right[data-v-2b7bddf6] uni-input{height:35px;padding-top:1px;font-size:32rpx;color:#333;margin-right:15px}.right .iconfont[data-v-2b7bddf6]{color:#333;font-size:32rpx;position:absolute;right:-10px;top:0}.btn[data-v-2b7bddf6]{width:auto;margin:40px 15px 0;background:#fea606!important}.visible[data-v-2b7bddf6]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.6)}.visible .groupBtn[data-v-2b7bddf6]{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view[data-v-2b7bddf6]{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure[data-v-2b7bddf6]{background-color:#37cc92;color:#fff!important}.visible .picker-view[data-v-2b7bddf6]{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.visible .item[data-v-2b7bddf6]{line-height:45px;text-align:center}',""]),t.exports=e},6224:function(t,e,i){var a=i("d5bb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("996aba02",a,!0,{sourceMap:!1,shadowMode:!1})},6286:function(t,e,i){"use strict";var a=i("d5ce"),n=i.n(a);n.a},"628e":function(t,e,i){"use strict";i.r(e);var a=i("6104"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"62ca":function(t,e,i){"use strict";i.r(e);var a=i("b990"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"634b":function(t,e,i){"use strict";i.r(e);var a=i("9e7e"),n=i("8fbb");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("b16f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1fb8c021",null,!1,a["a"],void 0);e["default"]=o.exports},6361:function(t,e,i){"use strict";i.r(e);var a=i("42ec"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},6365:function(t,e,i){"use strict";i.r(e);var a=i("582b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},6382:function(t,e,i){var a=i("6454");t.exports=function(t,e){if(t){if("string"===typeof t)return a(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?a(t,e):void 0}},t.exports.__esModule=!0,t.exports["default"]=t.exports},6399:function(t,e,i){"use strict";var a=i("2a93"),n=i.n(a);n.a},6454:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,a=new Array(e);ie&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(a.offsetX,a.offsetY)}(t),"horizontal"===s.direction&&(t.preventDefault&&t.preventDefault(),r(s.x+s.deltaX,a,i)))}function n(t,e){var i=t.instance,a=i.getDataset().disabled,n=i.getState();a=("string"===typeof a?JSON.parse(a):a)||!1,a||function(t,e,i){var a=e.getState(),n=a.threshold,r=(a.position,a.isopen||"none"),s=a.leftWidth,c=a.rightWidth;if(0===a.deltaX)return void o("none",e,i);o("none"===r&&c>0&&-t>n||"none"!==r&&c>0&&c+t0&&t>n||"none"!==r&&s>0&&s-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var d=!1;return t.exports={showWatch:function(t,e,i,a){var n=a.getState();s(a,i),t&&"none"!==t?o(t,a,i):(n.left&&o("none",a,i),c(a))},touchstart:i,touchmove:a,touchend:n,mousedown:function(t,a){e&&l()&&(i(t,a),d=!0)},mousemove:function(t,i){e&&l()&&d&&a(t,i)},mouseup:function(t,i){e&&l()&&(n(t,i),d=!1)},mouseleave:function(t,i){e&&l()&&(d=!1)}},t.exports}({exports:{}})}},"854b":function(t,e,i){var a=i("eb3e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("a0ea97aa",a,!0,{sourceMap:!1,shadowMode:!1})},"85ef":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-text",{attrs:{_i:2}},[t._v("\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b")]),t._v("\u4e3a\u4fdd\u8bc1\u6570\u636e\u51c6\u786e\u5b9a\uff0c\u8bf7\u8ba4\u771f\u586b\u5199\u771f\u5b9e\u4fe1\u606f")],1),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u6027\u522b")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u7537")],1),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u5973")],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v("\u51fa\u751f\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(14,"a-end"),value:t._$g(14,"a-value"),fields:t._$g(14,"a-fields"),_i:14},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")),i("v-uni-icon",{staticClass:t._$g(16,"sc"),attrs:{_i:16}})],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v("\u7238\u7238\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-input",{staticClass:t._$g(20,"sc"),attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:20},model:{value:t._$g(20,"v-model"),callback:function(e){t.$handleVModelEvent(20,e)},expression:"dadheight "}}),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("\u5988\u5988\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-input",{staticClass:t._$g(24,"sc"),attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"momheight"}}),t._v("cm")],1)],1)],1),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("\u5f53\u524d\u6807\u51c6\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v("\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b")]),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("v-uni-text",{attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))]),t._v("cm")],1),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-text",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))]),t._$g(32,"i")?i("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\xb1"+t._$g(32,"t0-0"))]):t._e(),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u7acb\u5373\u8ba1\u7b97")]),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe64\u5f53\u524d\u6807\u51c6\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v("\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u4e0d\u5229\u957f\u9ad8\u3002\u8bf7\u4ece\u996e\u98df\u3001\u7761\u7720\u3001\u8fd0\u52a8\u3001\u60c5\u7eea\u7b49\u65b9\u9762\u6392\u67e5\u3002\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u8ba9\u5b69\u5b50\u5904\u4e8e\u6700\u4f73\u957f\u9ad8\u72b6\u6001\u3002")]),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v("\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe65\u5f53\u524d\u6807\u51c6\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v("\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u6709\u5229\u957f\u9ad8\u3002\u8bf7\u7ee7\u7eed\u4fdd\u6301\uff0c\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u5b69\u5b50\u6210\u5e74\u53ef\u6bd4\u6807\u51c6\u9ad810cm\u4ee5\u4e0a\u3002")])],1)],1)},r=[]},"86e1":function(t,e,i){var a=i("ed2e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("079b8846",a,!0,{sourceMap:!1,shadowMode:!1})},8764:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"UniIcons",props:["type","color","size","customPrefix","fontFamily"],data:function(){return{wxsProps:{}}},components:{}}},"87d4":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-6a89619d]{min-height:calc(100vh - 30px);padding:15px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;background-color:#f7f7f7}.info[data-v-6a89619d]{width:100%}.logo[data-v-6a89619d]{width:100%;text-align:center;font-size:40rpx;line-height:35px}.logo uni-image[data-v-6a89619d]{width:140rpx;height:140rpx;border-radius:5px}.logo uni-text[data-v-6a89619d]{display:block;font-size:32rpx;color:#999}.list[data-v-6a89619d]{width:calc(100% - 20px);margin:50px 0}.list .item[data-v-6a89619d]{width:100%;height:50px;line-height:50px;margin-bottom:15px;display:flex;background-color:#fff;border-radius:10px;padding:0 10px;justify-content:space-between}.list .item .new[data-v-6a89619d]{color:#fff;background-color:red;font-size:32rpx;border-radius:10px;padding:3px 5px}.list .item .href[data-v-6a89619d]{display:flex;width:100%;color:#000;text-decoration:none;justify-content:space-between}.xieyi[data-v-6a89619d]{color:#37cc92}',""]),t.exports=e},8820:function(t,e,i){"use strict";i.r(e);var a=i("0f9c"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"88ef":function(t,e,i){"use strict";i.r(e);var a=i("3e59"),n=i("83b7");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ff29");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"777f2ffa",null,!1,a["a"],void 0);e["default"]=o.exports},"89ad":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.list[data-v-4c3bdb1e]{width:100%}.list .item[data-v-4c3bdb1e]{width:33.3%;padding-top:8px;display:flex;float:left;flex-direction:column;box-sizing:border-box;justify-content:center;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.list .item uni-image[data-v-4c3bdb1e]{width:60px;height:60px;margin:0 auto 10px}.list .item .name[data-v-4c3bdb1e]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-bottom:10px}',""]),t.exports=e},"8a45":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.calendar-wrapper[data-v-1dac9bf0]{color:#bbb7b7;border-radius:10px;font-size:32rpx;text-align:center;background-color:#fff;padding-bottom:10rpx}.calendar-wrapper .header[data-v-1dac9bf0]{display:flex;align-items:center;justify-content:center;height:88rpx;color:#42464a;font-size:36rpx;font-weight:700;justify-content:space-around}.calendar-wrapper .header .pre[data-v-1dac9bf0],\n.calendar-wrapper .header .next[data-v-1dac9bf0]{color:#fea606;font-size:32rpx}.calendar-wrapper .week[data-v-1dac9bf0]{display:flex;align-items:center;height:80rpx;line-height:80rpx;border-bottom:1rpx solid hsla(0,0%,100%,.2)}.calendar-wrapper .week uni-view[data-v-1dac9bf0]{flex:1}.calendar-wrapper .content0[data-v-1dac9bf0]{position:relative;overflow:hidden;transition:height .4s ease}.calendar-wrapper .content0 .days[data-v-1dac9bf0]{transition:top .3s;display:flex;align-items:center;flex-wrap:wrap;position:relative}.calendar-wrapper .content0 .days .item[data-v-1dac9bf0]{position:relative;display:block;height:80rpx;line-height:80rpx;width:calc(100% / 7)}.calendar-wrapper .content0 .days .item .day[data-v-1dac9bf0]{font-style:normal;display:inline-block;vertical-align:middle;width:60rpx;height:60rpx;line-height:60rpx;overflow:hidden;border-radius:60rpx}.calendar-wrapper .content0 .days .item .day.choose[data-v-1dac9bf0]{background-color:#fea606;color:#fff}.calendar-wrapper .content0 .days .item .day.nolm[data-v-1dac9bf0]{color:#fff;opacity:.3}.calendar-wrapper .content0 .days .item .isWorkDay[data-v-1dac9bf0]{color:#42464a}.calendar-wrapper .content0 .days .item .notSigned[data-v-1dac9bf0]{font-style:normal;width:8rpx;height:8rpx;background:#fa7268;border-radius:10rpx;position:absolute;left:50%;bottom:0;pointer-events:none}.calendar-wrapper .content0 .days .item .today[data-v-1dac9bf0]{color:#fff;background-color:#a8c0ff}.calendar-wrapper .content0 .days .item .workDay[data-v-1dac9bf0]{font-style:normal;width:8rpx;height:8rpx;background:#4d7df9;border-radius:10rpx;position:absolute;left:50%;bottom:0;pointer-events:none}.calendar-wrapper .content0 .days .item .markDay[data-v-1dac9bf0]{font-style:normal;width:8rpx;height:8rpx;background:#fa7268;border-radius:10rpx;position:absolute;left:50%;bottom:0;pointer-events:none}.calendar-wrapper .hide[data-v-1dac9bf0]{height:80rpx!important}.calendar-wrapper .weektoggle[data-v-1dac9bf0]{width:85rpx;height:32rpx;position:relative;bottom:-42rpx}.calendar-wrapper .weektoggle.down[data-v-1dac9bf0]{-webkit-transform:rotate(180deg);transform:rotate(180deg);bottom:0}',""]),t.exports=e},"8a7c":function(t,e,i){"use strict";i.r(e);var a=i("bffb"),n=i("4dee");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("24a1");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"0072ffd6",null,!1,a["a"],void 0);e["default"]=o.exports},"8b4a":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"8cbd":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"8cf8":function(t,e,i){"use strict";var a=i("40a5"),n=i.n(a);n.a},"8d42":function(t,e,i){"use strict";i.r(e);var a=i("ee37"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8d9b":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-0072ffd6]{background:#fff;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.btnClose[data-v-0072ffd6]{color:#fff;background:linear-gradient(-90deg,#fccf4f,#fba418 80%)!important}.baocun[data-v-0072ffd6]{color:#fff;background:linear-gradient(-90deg,#feaa50,#e96b13 80%)!important}.quan[data-v-0072ffd6]{width:400rpx;height:400rpx;border:8px solid #feaa50;border-radius:50%;margin:15px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 25px 10px #e96b13;-webkit-animation:pulse-data-v-0072ffd6 1s infinite;animation:pulse-data-v-0072ffd6 1s infinite}.quan .weight[data-v-0072ffd6]{font-size:50px;color:#000;font-weight:700}.quan .typeInfo[data-v-0072ffd6]{width:100%;text-align:center;font-size:16px;color:#f0ae43}@-webkit-keyframes pulse-data-v-0072ffd6{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}@keyframes pulse-data-v-0072ffd6{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}.status[data-v-0072ffd6]{width:70%;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;background-color:#ffdda6}.disabled[data-v-0072ffd6]{width:150px;background-color:#dfdfdf;border:1px solid #f7f7f7;color:#fff;text-align:center;padding:7px;border-radius:10px;margin:15px auto}.tips[data-v-0072ffd6]{font-size:14px!important;margin-bottom:20px}',""]),t.exports=e},"8de7":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("7135")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},"8e24":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-12257a5b]{width:100%;height:100vh}.login[data-v-12257a5b]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-12257a5b]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-12257a5b]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-12257a5b]{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-12257a5b]{width:80px;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-12257a5b]{width:calc(100% - 100px);height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-12257a5b]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-12257a5b]{right:120px;font-size:32rpx}.login .editem .code[data-v-12257a5b]{width:110px;background:#dfdfdf;font-size:32rpx;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .btnlogin[data-v-12257a5b]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"8e69":function(t,e,i){"use strict";i.r(e);var a=i("f931"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8ef0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-datetime-picker[data-v-9f5a12d2]{}.uni-datetime-picker-view[data-v-9f5a12d2]{height:130px;width:270px;cursor:pointer}.uni-datetime-picker-item[data-v-9f5a12d2]{height:50px;line-height:50px;text-align:center;font-size:14px}.uni-datetime-picker-btn[data-v-9f5a12d2]{margin-top:60px;display:flex;cursor:pointer;flex-direction:row;justify-content:space-between}.uni-datetime-picker-btn-text[data-v-9f5a12d2]{font-size:14px;color:#007aff}.uni-datetime-picker-btn-group[data-v-9f5a12d2]{display:flex;flex-direction:row}.uni-datetime-picker-cancel[data-v-9f5a12d2]{margin-right:30px}.uni-datetime-picker-mask[data-v-9f5a12d2]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-duration:.3s;z-index:998}.uni-datetime-picker-popup[data-v-9f5a12d2]{border-radius:8px;padding:30px;width:270px;background-color:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition-duration:.3s;z-index:999}.uni-datetime-picker-time[data-v-9f5a12d2]{color:grey}.uni-datetime-picker-column[data-v-9f5a12d2]{height:50px}.uni-datetime-picker-timebox[data-v-9f5a12d2]{border:1px solid #e5e5e5;border-radius:5px;padding:7px 10px;box-sizing:border-box;cursor:pointer}.uni-datetime-picker-timebox-pointer[data-v-9f5a12d2]{cursor:pointer}.uni-datetime-picker-disabled[data-v-9f5a12d2]{opacity:.4}.uni-datetime-picker-text[data-v-9f5a12d2]{font-size:14px;line-height:50px}.uni-datetime-picker-sign[data-v-9f5a12d2]{position:absolute;top:45px;color:#999}.sign-left[data-v-9f5a12d2]{left:86px}.sign-right[data-v-9f5a12d2]{right:86px}.sign-center[data-v-9f5a12d2]{left:135px}.uni-datetime-picker__container-box[data-v-9f5a12d2]{position:relative;display:flex;align-items:center;justify-content:center;margin-top:40px}.time-hide-second[data-v-9f5a12d2]{width:180px}',""]),t.exports=e},"8f81":function(t,e,i){var a=i("f0f0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("0783dd38",a,!0,{sourceMap:!1,shadowMode:!1})},"8fbb":function(t,e,i){"use strict";i.r(e);var a=i("6b1a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8fbd":function(t,e,i){"use strict";var a=i("1a6b"),n=i.n(a);n.a},9188:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-0a07ecd0]{width:100%;min-height:100vh;background-color:#fff}.item-ite[data-v-0a07ecd0]{line-height:20PX;margin-bottom:15px}.title[data-v-0a07ecd0]{height:50px;line-height:50px;text-align:center;font-weight:700}.image[data-v-0a07ecd0]{width:100%;text-align:center;margin-top:30px}.image uni-image[data-v-0a07ecd0]{width:200px;height:252px;margin:auto}.end[data-v-0a07ecd0]{color:#fff;position:absolute;bottom:80px;width:70px;height:70px;line-height:70px;background:#fea606;margin-left:calc(50% - 35px);border-radius:50px;text-align:center;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.wrapper[data-v-0a07ecd0]{background-color:rgba(0,0,0,.6)}.wrapper .edit[data-v-0a07ecd0]{width:80%!important;background-color:#fff}.wrapper .editem[data-v-0a07ecd0]{height:auto;display:flex;align-items:center;flex-direction:column}.wrapper .editem uni-view[data-v-0a07ecd0]{width:100%;text-align:center;margin-bottom:5px}.wrapper .center[data-v-0a07ecd0]{background-color:#eee;padding:0 10px;display:flex;margin:45px 0;font-size:32rpx;border-radius:5px;height:65px;align-items:center;justify-content:space-between}.wrapper .center uni-image[data-v-0a07ecd0]{width:35px;height:35px;margin-right:10px;margin-top:15px}.wrapper .center .left[data-v-0a07ecd0]{display:flex;align-content:center}.wrapper .center .name[data-v-0a07ecd0]{margin-top:15px}.wrapper .item[data-v-0a07ecd0]{display:flex;justify-content:space-between}.wrapper .item .item-ite[data-v-0a07ecd0]{line-height:20px;font-size:28rpx;color:#999;text-align:center}.wrapper .item .item-ite uni-text[data-v-0a07ecd0]{display:block;width:100%;font-size:36rpx;color:#333;text-align:center;margin-bottom:10px}.wrapper .btn[data-v-0a07ecd0]{margin-top:25px;height:45px;line-height:45px;background:#fea606;margin-bottom:25px}',""]),t.exports=e},9200:function(t,e,i){t.exports=i.p+"assets/uniicons.2579c7da.ttf"},"925f":function(t,e,i){var a=i("699c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5e7f6302",a,!0,{sourceMap:!1,shadowMode:!1})},"92a2":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-7b0d45f9]{width:200px!important;height:340px!important}',""]),t.exports=e},"92b9":function(t,e,i){"use strict";var a=i("96e3"),n=i.n(a);n.a},"92cc":function(t,e,i){"use strict";var a=i("9bb9"),n=i.n(a);n.a},"92d0":function(t,e,i){"use strict";i.r(e);var a=i("f338"),n=i("1a82");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("37b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"fe0925d0",null,!1,a["a"],void 0);e["default"]=o.exports},"93a0":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5206\u6570\u5360\u6bd4\u8bbe\u7f6e")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u8eab\u4f53\u6307\u6570")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-slider",{attrs:{value:"10","show-value":!0,"block-size":"12","block-color":"#007aff",_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1\u5206\u949f\u8df3\u7ef3")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-slider",{attrs:{value:"40","show-value":!0,"block-size":"12","block-color":"#007aff",_i:11},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u80ba\u6d3b\u91cf")]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-slider",{attrs:{value:"60","show-value":!0,"block-size":"12","block-color":"#007aff",_i:15},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("*\u6240\u6709\u9879\u76ee\u8bc4\u5206\u5360\u6bd4\u548c\u4e3a100%")]),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},"941d":function(t,e,i){var a=i("d8e8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("b7b854b4",a,!0,{sourceMap:!1,shadowMode:!1})},"949b":function(t,e,i){"use strict";i.r(e);var a=i("7426"),n=i("7dd2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("cf56");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"92780744",null,!1,a["a"],void 0);e["default"]=o.exports},"94a9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-64863ef6]{width:100%;min-height:100vh;background-color:#f5f6fa}.skiptop[data-v-64863ef6]{margin-top:15px}.tabbar[data-v-64863ef6]{width:100%;margin-top:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-64863ef6]{position:relative}.tabbar .active[data-v-64863ef6]:after{content:"";height:3px;width:100%;position:absolute;bottom:-8px;left:0;border-radius:5px;background:#37cc92}.box1[data-v-64863ef6]{background-color:#fff;padding:10px!important;color:#999;margin:15px;border-radius:10px;width:calc(100%- 30px)}.box1 .time[data-v-64863ef6]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .item[data-v-64863ef6]{width:100%;color:#333;font-size:44rpx;text-align:center;margin-bottom:15px}.box1 .item uni-text[data-v-64863ef6]{display:block}.box1 .item .item-ite[data-v-64863ef6]{font-size:36rpx;margin-bottom:15px;width:100%}.box1 .item .item-set[data-v-64863ef6]{width:calc(100% - 30px);display:flex;align-items:center;height:55px;line-height:55px;font-size:60rpx;margin-bottom:5px;background-color:#f7f7f7;padding:0 15px;justify-content:space-between;margin:auto;position:relative}.box1 .item .item-set[data-v-64863ef6] uni-input{font-size:60rpx;height:55px;line-height:55px}.box1 .item .item-set0[data-v-64863ef6]{background-color:#fff;justify-content:center}.box1 .item .tips[data-v-64863ef6]{font-size:32rpx;color:#999;margin-top:10px}.box1 .start[data-v-64863ef6]{color:#fff;width:100px;height:100px;font-size:36rpx;font-weight:700;line-height:100px;text-align:center;border-radius:50%;background:#37cc92;margin:15px auto}.box1 .Nstart[data-v-64863ef6]{opacity:.5!important}.status[data-v-64863ef6]{background-color:#fff}.status uni-image[data-v-64863ef6]{width:18px;height:18px}.status .icon_link[data-v-64863ef6]{-webkit-animation:rotation-data-v-64863ef6 .6s infinite linear;animation:rotation-data-v-64863ef6 .6s infinite linear}@-webkit-keyframes rotation-data-v-64863ef6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation-data-v-64863ef6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}',""]),t.exports=e},"94bd":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-58a72ade]{width:200px!important;height:340px!important}.status[data-v-58a72ade]{width:70%;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;background-color:#ffdda6}',""]),t.exports=e},"962a":function(t,e,i){"use strict";i.r(e);var a=i("5794"),n=i("c1aa");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2093");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2b7bddf6",null,!1,a["a"],void 0);e["default"]=o.exports},"96e3":function(t,e,i){var a=i("353a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("302a38ee",a,!0,{sourceMap:!1,shadowMode:!1})},9709:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("headerIndex",{attrs:{_i:1}}),t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[i("v-uni-icon",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}}),t._v(t._$g("4-"+r,"t1-0"))],1),i("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[i("uni-view",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[t._v("\u5730\u533a\uff1a"+t._$g("7-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),i("uni-icons",{attrs:{_i:"9-"+r}})],1)],1)],1)})),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-image",{attrs:{src:t._$g(12,"a-src"),_i:12}}),i("v-uni-text",{attrs:{_i:13}},[t._v("\u6682\u65e0\u6570\u636e")])],1):t._e()],1)},r=[]},"97a6":function(t,e,i){"use strict";var a=i("854b"),n=i.n(a);n.a},9910:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}})],1),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{attrs:{_i:7}},[t._v("\u6027\u522b\uff1a"+t._$g(7,"t0-0"))]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u5e74\u9f84\uff1a"+t._$g(8,"t0-0")+"\u5c81")])],1)],1)],1),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("v-uni-text",{attrs:{_i:12}},[t._v("\u65f6\u95f4(\u5929)")])],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),t._$g(15,"i")?i("v-uni-text",{attrs:{_i:15}},[t._v("\u589e\u91cd(kg)")]):i("v-uni-text",{attrs:{_i:16}},[t._v("\u51cf\u91cd(kg)")])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._$g(19,"i")?i("v-uni-text",{attrs:{_i:19}},[t._v("\u589e\u8102(kg)")]):i("v-uni-text",{attrs:{_i:20}},[t._v("\u51cf\u8102(kg)")])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{attrs:{_i:22}},[i("uni-icons",{staticClass:t._$g(23,"sc"),attrs:{_i:23}}),t._v(t._$g(22,"t1-0"))],1),t._v("\u6570\u636e\u53d8\u5316")],1)],1):i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}}),t._v(t._$g(25,"t1-0"))],1),t._v("\u6570\u636e\u53d8\u5316")],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}}),i("uni-view",{attrs:{_i:30}},[t._v("\u8d8b\u52bf")]),i("uni-view",{attrs:{_i:31}},[t._v("\u4e4b\u524d")]),i("uni-view",{attrs:{_i:32}},[t._v("\u4e4b\u540e")])],1),t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("uni-view",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[i("v-uni-text",{attrs:{_i:"35-"+r}},[t._v(t._$g("35-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[t._$g("37-"+r,"i")?i("v-uni-text",{attrs:{_i:"37-"+r}},[t._v(t._$g("37-"+r,"t0-0"))]):t._e(),t._$g("38-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}):t._e(),t._$g("39-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}}):t._e(),t._$g("40-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}}):t._e()],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[i("uni-view",{attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"43-"+r}},[t._v(t._$g("43-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("44-"+r,"sc"),attrs:{_i:"44-"+r}},[i("uni-view",{attrs:{_i:"45-"+r}},[t._v(t._$g("45-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))])],1)],1)}))],2)],1)},r=[]},"99d6":function(t,e,i){var a=i("7138");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("00226a42",a,!0,{sourceMap:!1,shadowMode:!1})},"9a01":function(t,e,i){"use strict";i.r(e);var a=i("9d41"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"9a51":function(t,e,i){"use strict";i.r(e);var a=i("af31"),n=i("a941");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("eaef");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"12257a5b",null,!1,a["a"],void 0);e["default"]=o.exports},"9a7d":function(t,e,i){"use strict";i.r(e);var a=i("1767"),n=i("a188");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2827");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"25b1ce86",null,!1,a["a"],void 0);e["default"]=o.exports},"9a90":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"ren-calendar",props:["weekstart","markDays","headerBar","open","collapsible","disabledAfter"],data:function(){return{wxsProps:{}}},components:{}}},"9b27":function(t,e,i){"use strict";i.r(e);var a=i("46df"),n=i("52d6");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=o.exports},"9b53":function(t,e,i){"use strict";i.r(e);var a=i("47bf"),n=i("4308");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ece4");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4948e7b0",null,!1,a["a"],void 0);e["default"]=o.exports},"9bb9":function(t,e,i){var a=i("b7cb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("3d6c7481",a,!0,{sourceMap:!1,shadowMode:!1})},"9d1d":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("T")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u80ba\u6d3b\u91cf\u6d4b\u8bd5")]),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v("\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u80fd\u8ba9\u6211\u4eec\u66f4\u597d\u7684\u4e86\u89e3\u60a8\uff0c\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a\u3002")])],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-text",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1")]),i("v-uni-text",{attrs:{_i:10}},[t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")]),i("v-uni-text",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:12}},[t._v("\u5438\u6c14\u901f\u5ea6")]),i("v-uni-text",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))])],1):t._e(),t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("2")]),i("v-uni-text",{attrs:{_i:16}},[t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")]),i("v-uni-text",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:18}},[t._v("\u5438\u6c14\u901f\u5ea6")]),i("v-uni-text",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1):t._e(),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-text",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v("3")]),i("v-uni-text",{attrs:{_i:22}},[t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:24}},[t._v("\u5438\u6c14\u901f\u5ea6")]),i("v-uni-text",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0"))])],1):t._e()],1),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[i("uni-view",{class:t._$g(27,"c"),attrs:{_i:27}},[t._v("\u60a8\u597d\uff01\u7b2c"),i("v-uni-text",{attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))]),t._v("\u6b21\u6d4b\u8bd5\u5f00\u59cb")],1),i("uni-view",{class:t._$g(29,"c"),attrs:{_i:29}},[t._v("\u653e\u4e0b\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u547c\u6c14\uff0c\u5c3d\u53ef\u80fd\u6392\u7a7a\u80ba\u90e8\u6c14\u4f53")]),i("uni-view",{class:t._$g(30,"c"),attrs:{_i:30}},[t._v("\u4f7f\u7528\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u5438\u6c14\uff0c\u76f4\u81f3\u5230\u8fbe\u6781\u9650")])],1):t._e(),t._$g(31,"i")?i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("v-uni-text",{attrs:{_i:33}},[t._v(t._$g(33,"t0-0")+"ml")]),t._v("\u5e73\u5747\u5438\u6c14\u80ba\u6d3b\u91cf")],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v("\u6839\u636e\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u60a8\u7684\u8fbe\u6807\u5438\u6c14\u80ba\u6d3b\u91cf\u4e3a"+t._$g(34,"t0-0")+"ml\u3002\u60a8\u672c\u6b21\u6d4b\u8bd5\u5438\u6c14\u901f\u5ea6"+t._$g(34,"t0-1")+"L/min,\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u7ed3\u679c"+t._$g(34,"t0-2")+"ml\u3002\u7ed3\u5408\u60a8\u7684\u8eab\u4f53\u72b6\u6001\u548c\u6539\u5584\u76ee\u6807\uff0c\u6211\u4eec\u5c06\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a\u3002")])],1):t._e(),t._$g(35,"i")?i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u67e5\u770b\u672c\u6b21\u62a5\u544a")]):t._e(),t._$g(36,"i")?i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u6211\u60f3\u91cd\u65b0\u6d4b\u8bd5")]):t._e(),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0")+"S\u540e\u5f00\u59cb\u7b2c"),i("v-uni-text",{attrs:{_i:38}},[t._v(t._$g(38,"t0-0"))]),t._v("\u6b21\u6d4b\u8bd5")],1):t._e()],1):i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v("\u4f7f\u7528\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u5438\u6c14\uff0c\u76f4\u81f3\u5230\u8fbe\u6781\u9650")]),i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u5438\u6c14\u901f\u5ea6"),i("v-uni-text",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[t._v(t._$g(43,"t0-0")+"L/min")])],1),i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}}),i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}}),i("uni-view",{staticClass:t._$g(48,"sc"),style:t._$g(48,"s"),attrs:{_i:48}}),i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},t._l(t._$g(50,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("50-"+r,"sc"),attrs:{_i:"50-"+r}},[t._v(t._$g("50-"+r,"t0-0"))])})),1)],1)],1),i("uni-view",{staticClass:t._$g(51,"sc"),attrs:{_i:51}},[i("v-uni-text",{attrs:{_i:52}},[t._v(t._$g(52,"t0-0")+"ml")]),t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")],1)],1)],1)],1)},n=[]},"9d41":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"9d54":function(t,e,i){"use strict";var a=i("3156"),n=i.n(a);n.a},"9d77":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("7135").default,uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("headerIndex",{attrs:{_i:1},on:{getAciveCity:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u672c\u6b21\u4f30\u5206\u6210\u7ee9\u4e3a")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4f30\u5206\u5386\u53f2")]),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u8be5\u5730\u533a\u4f53\u80b2\u603b\u6210\u7ee9\u4e3a:"+t._$g(8,"t0-0")+"\u5206")]):t._e(),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4e0a\u6b21\u6570\u636e")])],1),t._$g(10,"i")?i("uni-view",{attrs:{_i:10}},[t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"11-"+r}},[i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},t._l(t._$g("14-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("14-"+r+"-"+s,"sc"),attrs:{_i:"14-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("15-"+r+"-"+s,"sc"),attrs:{_i:"15-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("16-"+r+"-"+s,"sc"),attrs:{_i:"16-"+r+"-"+s}},[t._v(t._$g("16-"+r+"-"+s,"t0-0"))])],1),t._l(t._$g("17-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("17-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("17-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"17-"+r+"-"+s+"-"+o}},[t._$g("18-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"18-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g("19-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"19-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"20-"+r+"-"+s+"-"+o}},[t._v(t._$g("20-"+r+"-"+s+"-"+o,"t0-0"))]),t._$g("21-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"21-"+r+"-"+s+"-"+o}}):t._e()],1),i("uni-view",{staticClass:t._$g("22-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"22-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("23-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"23-"+r+"-"+s+"-"+o}},[t._$g("24-"+r+"-"+s+"-"+o,"i")?i("v-uni-input",{style:t._$g("24-"+r+"-"+s+"-"+o,"s"),attrs:{type:"number","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",_i:"24-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("24-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("25-"+r+"-"+s+"-"+o,"e")?i("v-uni-input",{style:t._$g("25-"+r+"-"+s+"-"+o,"s"),attrs:{type:"digit","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",maxlength:"4",_i:"25-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("25-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("26-"+r+"-"+s+"-"+o,"e")?i("v-uni-picker",{style:t._$g("26-"+r+"-"+s+"-"+o,"s"),attrs:{mode:"multiSelector",range:t._$g("26-"+r+"-"+s+"-"+o,"a-range"),_i:"26-"+r+"-"+s+"-"+o},on:{change:function(e){return t.$handleViewEvent(e)},input:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"27-"+r+"-"+s+"-"+o}},[t._v(t._$g("27-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-icons",{staticClass:t._$g("28-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"28-"+r+"-"+s+"-"+o}})],1):t._e(),t._$g("29-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{staticClass:t._$g("29-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"29-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1),i("v-uni-text",{style:t._$g("30-"+r+"-"+s+"-"+o,"s"),attrs:{_i:"30-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("30-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()})),t._l(t._$g("31-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("31-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("31-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"31-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("32-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"32-"+r+"-"+s+"-"+o}},[t._v(t._$g("32-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("33-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"33-"+r+"-"+s+"-"+o}},[i("uni-view",{staticStyle:{width:"40%"},attrs:{_i:"34-"+r+"-"+s+"-"+o}},[t._v(t._$g("34-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("35-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"35-"+r+"-"+s+"-"+o}},[t._v(t._$g("35-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("36-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"36-"+r+"-"+s+"-"+o}},[t._v(t._$g("36-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()}))],2)})),1)],1)})),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u91cd\u65b0\u4f30\u5206")]):i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f00\u59cb\u4f30\u5206")])],2):i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("v-uni-image",{attrs:{src:t._$g(40,"a-src"),_i:40}}),i("v-uni-text",{attrs:{_i:41}},[t._v(t._$g(41,"t0-0"))])],1),i("uslider",{attrs:{_i:42}}),t._$g(43,"i")?i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[t._v("\u8bf7\u9009\u62e9"),i("v-uni-text",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[t._v("("+t._$g(47,"t0-0")+"\u9009"+t._$g(47,"t0-1")+")")])],1),t._l(t._$g(48,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("48-"+r,"sc"),attrs:{_i:"48-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("49-"+r,"i")?i("uni-icons",{attrs:{_i:"49-"+r}}):t._e(),t._$g("50-"+r,"i")?i("uni-icons",{attrs:{_i:"50-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[i("uni-view",{staticClass:t._$g("52-"+r,"sc"),attrs:{_i:"52-"+r}},[t._v(t._$g("52-"+r,"t0-0"))])],1)],1)})),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],2)],1):t._e()],1)},r=[]},"9de3":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("title",[i("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:t._$g(5,"a-src"),_i:5}}):t._e(),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],{_i:3})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),class:t._$g(7,"c"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8}})],1):t._e()],1),i("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[i("uni-view",{ref:"collapse--hook",staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{id:t._$g(10,"a-id"),_i:10}},[t._t("default",null,{_i:11})],2)],1)],1)},r=[]},"9df2":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"9e31":function(t,e,i){"use strict";i.r(e);var a=i("f38f"),n=i("4050");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"b7ea8a9a",null,!1,a["a"],void 0);e["default"]=o.exports},"9e7e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):t._e(),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._l(t._$g(7,"f"),(function(e,a,n,r){return t._$g("7-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("8-"+r,"i")?i("v-uni-image",{staticClass:t._$g("8-"+r,"sc"),attrs:{src:t._$g("8-"+r,"a-src"),_i:"8-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v("\u5f53\u524d")]):t._e()],1),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0")+"\u5c81")])],1)],1)],1):t._e()})),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+")])],2)],1)],1):t._e()},n=[]},"9f26":function(t,e,i){"use strict";var a=i("ff34"),n=i.n(a);n.a},"9fb6":function(t,e,i){"use strict";var a=i("f676"),n=i.n(a);n.a},a037:function(t,e,i){"use strict";i.r(e);var a=i("a0f3"),n=i("50d9");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a2be");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"6e5d9c90",null,!1,a["a"],void 0);e["default"]=o.exports},a081:function(t,e,i){"use strict";i.r(e);var a=i("fe81"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a0c3:function(t,e,i){"use strict";i.r(e);var a=i("f3ac"),n=i("7fd8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2af0");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7efd4e50",null,!1,a["a"],void 0);e["default"]=o.exports},a0f3:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},a10c:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-63b8291b]{width:100%;padding-top:10px;min-height:100vh;background-color:#000}.box1[data-v-63b8291b]{color:#fff;margin:15px;width:calc(100%- 30px)}.box1 .time[data-v-63b8291b]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .LiuS[data-v-63b8291b]{width:60%;margin:auto;position:relative;text-align:center;border-radius:10px;background-color:#272a2a;height:30px;line-height:30px}.box1 .LiuS[data-v-63b8291b]:after{content:"";position:absolute;left:45%;bottom:-7px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #272a2a}.box1 .item[data-v-63b8291b]{width:100%;font-size:28rpx;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative}.box1 .item .image[data-v-63b8291b]{width:80%}.box1 .item .image uni-image[data-v-63b8291b]{margin-top:10px;width:100%}.box1 .item .center[data-v-63b8291b]{top:0;bottom:0;position:absolute;width:70px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-63b8291b]{position:absolute;width:70px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-63b8291b]{width:70px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-63b8291b] :last-child{border-bottom:none}.box1 .item .ite[data-v-63b8291b]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:32rpx;color:#fff;z-index:99;border-bottom:1px solid #999}.box1 .val[data-v-63b8291b]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:32rpx}.box1 .val uni-text[data-v-63b8291b]{display:block;color:#39d9c9!important;font-size:64rpx;margin-bottom:10px}.box[data-v-63b8291b]{padding:0;display:flex;flex-wrap:wrap;border-radius:10px;margin:15px;width:calc(100%- 30px);justify-content:space-between}.box .data[data-v-63b8291b]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}.box .item[data-v-63b8291b]{width:47.5%;font-size:28rpx;background:#fff;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.box .val[data-v-63b8291b]{width:40px;height:40px;border-radius:50%}.box .val uni-image[data-v-63b8291b]{width:70%;height:70%}',""]),t.exports=e},a185:function(t,e,i){"use strict";i.r(e);var a=i("6a17"),n=i("fbdc");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("9fb6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1dac9bf0",null,!1,a["a"],void 0);e["default"]=o.exports},a188:function(t,e,i){"use strict";i.r(e);var a=i("24e1"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a27f:function(t,e,i){"use strict";i.r(e);var a=i("a7fd"),n=i("13ab");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("6399");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"c0ee48d6",null,!1,a["a"],void 0);e["default"]=o.exports},a292:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a2be:function(t,e,i){"use strict";var a=i("d8c4"),n=i.n(a);n.a},a40d:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{class:t._$g(2,"c"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f53\u5929")]),i("uni-view",{class:t._$g(3,"c"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u6708\u5ea6")]),i("uni-view",{class:t._$g(4,"c"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5e74\u5ea6")])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{staticClass:t._$g(7,"sc"),attrs:{mode:"date",value:t._$g(7,"a-value"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")),i("uni-icons",{attrs:{_i:9}})],1)],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[i("qiunDataCharts",{attrs:{_i:"13-"+r}})],1):i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-image",{attrs:{src:t._$g("16-"+r,"a-src"),_i:"16-"+r}}),i("v-uni-text",{attrs:{_i:"17-"+r}},[t._v("\u6682\u65e0\u6570\u636e\uff0c\u8bf7\u624b\u52a8\u6dfb\u52a0~")])],1)],1)],1)})),1)],1)],1)},r=[]},a44a:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("a185")),r={data:function(){return{wxsProps:{}}},components:{RenCalendar:n.default}};e.default=r},a465:function(t,e,i){"use strict";i.r(e);var a=i("bf48"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a469:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a499:function(t,e,i){"use strict";i.r(e);var a=i("93a0"),n=i("c8ce");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("aa9e");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"09fa18c3",null,!1,a["a"],void 0);e["default"]=o.exports},a55d:function(t,e,i){"use strict";i.r(e);var a=i("bd3d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a5a5:function(t,e,i){"use strict";i.r(e);var a=i("9d1d"),n=i("d08e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("97a6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2ed376e9",null,!1,a["a"],void 0);e["default"]=o.exports},a65e:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a721:function(t,e,i){"use strict";i.r(e);var a=i("17c3"),n=i("012e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("bb47");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"58a72ade",null,!1,a["a"],void 0);e["default"]=o.exports},a7c8:function(t,e,i){"use strict";i.r(e);var a=i("a44a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a7fd:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(4,"a-end"),fields:t._$g(4,"a-fields"),value:t._$g(4,"a-value"),_i:4},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0")),i("v-uni-icon",{staticClass:t._$g(6,"sc"),attrs:{_i:6}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(8,"a-end"),fields:t._$g(8,"a-fields"),value:t._$g(8,"a-value"),_i:8},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")),i("v-uni-icon",{staticClass:t._$g(10,"sc"),attrs:{_i:10}})],1)],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},t._l(t._$g(13,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[t._$g("14-"+r,"i")?i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("qiunDataCharts",{attrs:{_i:"15-"+r}})],1):i("uni-view",{attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-image",{attrs:{src:t._$g("18-"+r,"a-src"),_i:"18-"+r}}),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v("\u6682\u65e0\u6570\u636e\uff0c\u8bf7\u624b\u52a8\u6dfb\u52a0~")])],1),i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0"))])],1)],1)})),1)],1)],1)},n=[]},a816:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("4-"+r,"i")?i("uni-icons",{attrs:{_i:"4-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-image",{attrs:{src:t._$g("6-"+r,"a-src"),_i:"6-"+r}}),i("uni-view",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u53ef\u6dfb\u52a0\u7684\u5361\u7247")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:"12-"+r}}),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("v-uni-image",{attrs:{src:t._$g("14-"+r,"a-src"),_i:"14-"+r}}),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58\u5361\u7247")])],1)},r=[]},a8b7:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a8cf:function(t,e,i){"use strict";i.r(e);var a=i("a65e"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a924:function(t,e,i){var a=i("c31f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("890f1c0c",a,!0,{sourceMap:!1,shadowMode:!1})},a937:function(t,e,i){"use strict";i.r(e);var a=i("1f8c"),n=i("50d5");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ad7e");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"37562626",null,!1,a["a"],void 0);e["default"]=o.exports},a941:function(t,e,i){"use strict";i.r(e);var a=i("0ffc"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a962:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-777f2ffa]{margin-top:25px}[data-v-777f2ffa] .example-body uni-picker{text-align:center!important}',""]),t.exports=e},a9fe:function(t,e,i){var a=i("5171");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("09995944",a,!0,{sourceMap:!1,shadowMode:!1})},aa9e:function(t,e,i){"use strict";var a=i("7d63"),n=i.n(a);n.a},aab8:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-1eef18a0]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.tabbar[data-v-1eef18a0]{display:flex;position:fixed;top:0;left:0;right:0;z-index:999;justify-content:space-between;border-bottom:1px solid #f7f7f7;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471);background-color:#fff}.tabbar .scroll-menu[data-v-1eef18a0]{width:100%;white-space:nowrap}.tabbar .scroll-menu uni-view[data-v-1eef18a0]{height:55px;line-height:55px;display:inline-block;min-width:100px;margin:0 10px;text-align:center}.tabbar .active[data-v-1eef18a0]{color:#37cc92;font-weight:700;border-bottom:2px solid #37cc92}.history[data-v-1eef18a0]{width:calc(100% - 30px);height:auto;margin:70px 15px 0;padding-bottom:40px}.history .list[data-v-1eef18a0]{width:100%;margin-top:12px;position:relative}.history .list .item[data-v-1eef18a0]{width:calc(100% - 20px);height:auto;background:#fff;padding:10px;display:flex;justify-content:space-between;border-radius:10px;align-items:center;font-weight:700;font-size:30rpx!important}.history .list .item uni-text[data-v-1eef18a0]{width:100%;display:block;color:#666;text-align:center;font-weight:500;font-size:28rpx}.history .list .item uni-view[data-v-1eef18a0]{width:28%;display:flex;flex-wrap:wrap;justify-content:center}.history .list .time[data-v-1eef18a0]{width:44%!important;font-size:28rpx;color:#666;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.history .list .time uni-icon[data-v-1eef18a0]{width:40rpx;height:40rpx;margin-right:5px}.history .list .time uni-text[data-v-1eef18a0]{width:100%;font-size:30rpx;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},ac8a:function(t,e,i){"use strict";i.r(e);var a=i("53fa"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},ac93:function(t,e,i){"use strict";t.exports=function(t,e){e||(e={}),t=t&&t.__esModule?t.default:t;let i=!1;if("string"!==typeof t){if(!t.protocol||"file:"!==t.protocol||!t.pathname)return t;i=!0,t=t.pathname}return/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):i?t:0===t.indexOf("/")?t.substr(1):t}},ad00:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},ad22:function(t,e,i){var a=i("7ba6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("a06ea428",a,!0,{sourceMap:!1,shadowMode:!1})},ad7e:function(t,e,i){"use strict";var a=i("8f81"),n=i.n(a);n.a},adf6:function(t,e,i){"use strict";var a=i("0fc0"),n=i.n(a);n.a},ae8a:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunLoading:i("f2af").default,qiunError:i("5c18").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{id:t._$g(0,"a-id"),_i:0}},[t._$g(1,"i")?i("uni-view",{attrs:{_i:1}},[i("qiun-loading",{attrs:{_i:2}})],1):t._e(),t._$g(3,"i")?i("uni-view",{attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("qiun-error",{attrs:{_i:4}})],1):t._e(),t._$g(5,"i")?[i("uni-view",{directives:[{name:"show",rawName:"v-show",value:t._$g(6,"v-show"),expression:"_$g(6,'v-show')"}],wxsProps:{"change:resize":"echartsResize","change:prop":"echartsOpts"},staticStyle:{width:"100%",height:"100%"},style:t._$g(6,"s"),attrs:{"data-directory":t._$g(6,"a-data-directory"),id:t._$g(6,"a-id"),prop:t._$gc(6,"change:echartsOpts"),"change:prop":t.rdcharts.ecinit,resize:t._$gc(6,"change:echartsResize"),"change:resize":t.rdcharts.ecresize,_i:6}})]:[i("uni-view",{wxsProps:{"change:prop":"uchartsOpts"},attrs:{id:t._$g(8,"a-id"),prop:t._$gc(8,"change:uchartsOpts"),"change:prop":t.rdcharts.ucinit,_i:8},on:{mousemove:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseMove(e,t.$getComponentDescriptor())},mousedown:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseDown(e,t.$getComponentDescriptor())},mouseup:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseUp(e,t.$getComponentDescriptor())},touchstart:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchStart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchMove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchEnd(e,t.$getComponentDescriptor())},click:function(e){e=t.$handleWxsEvent(e),t.rdcharts.tap(e,t.$getComponentDescriptor())}}},[i("v-uni-canvas",{directives:[{name:"show",rawName:"v-show",value:t._$g(9,"v-show"),expression:"_$g(9,'v-show')"}],style:t._$g(9,"s"),attrs:{id:t._$g(9,"a-id"),canvasId:t._$g(9,"a-canvasId"),"disable-scroll":t._$g(9,"a-disable-scroll"),_i:9},on:{error:function(e){return t.$handleViewEvent(e)}}})],1)]],2)},r=[]},af07:function(t,e,i){var a=i("af44");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("062b31d3",a,!0,{sourceMap:!1,shadowMode:!1})},af31:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v("\u624b\u673a\u53f7")]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{attrs:{placeholder:"\u8bf7\u8f93\u5165\u624b\u673a\u53f7",_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"phone"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u9a8c\u8bc1\u7801")]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(11,"sc"),attrs:{type:"none",disabled:t._$g(11,"a-disabled"),_i:11},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(11,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(11,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u8ba4")])],1)],1)},n=[]},af44:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-17965831]{min-height:calc(100vh - 66px);padding:0;border-top:66px solid #f9fafc;background-color:#fff}.tishi[data-v-17965831]{width:100%;font-size:28rpx;line-height:25px;font-weight:700;position:absolute;bottom:20px;padding-left:15px}.tishi .text[data-v-17965831]{display:flex;align-items:center}.tishi .text uni-icon[data-v-17965831]{margin-right:5px}.tishi uni-text[data-v-17965831]{font-weight:500;font-size:32rpx;color:#999;width:100%;display:block}.item[data-v-17965831]{width:70%;height:40px;line-height:38px;text-align:center;background:#f7f7f7;border:1px solid #dfdfdf;font-weight:700;margin:auto;border-radius:15px;margin-top:15px}.devices_summary[data-v-17965831]{width:100%;height:40px;line-height:40px;text-align:center;font-size:36rpx;color:#666}.device_list[data-v-17965831]{flex:1;width:100%;height:auto;max-height:340px;margin-top:0;margin-bottom:10px;position:absolute;bottom:160px;top:170px}.device_list .device_item[data-v-17965831]{font-size:32rpx;padding:7px 10px;color:#999;border-bottom:1px solid #dfdfdf}.device_list .device_item uni-text[data-v-17965831]{display:inline-block;font-size:28rpx;font-weight:700;color:#666;margin-bottom:5px}.tips[data-v-17965831]{font-size:28rpx;text-align:center;color:#e83a1e;background:#f7e4c8;padding:5px 0;margin-top:15px}',""]),t.exports=e},af9d:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-6701be64]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.close[data-v-6701be64]{background:#dfdfdf!important;float:left}',""]),t.exports=e},afe7:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-430cb4ee]{margin-right:20px}.icon[data-v-430cb4ee]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-430cb4ee]{height:2px;width:10px}',""]),t.exports=e},b09a:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("3b2d")),r=a(i("0289")),s=a(i("e424")),o=a(i("1ec5")),c={},l=null;function d(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),a=1;a3||Math.abs(c[t].$el.children[0].clientHeight-o.default.instance[t].getHeight())>3)&&this.ecresize()},tooltipPosition:function(){return function(t,e,i,a,n){var r=t[0],s=t[1],o=n.viewSize[0],c=n.viewSize[1],l=n.contentSize[0],d=n.contentSize[1],u=r+30,f=s+30;return u+l>o&&(u=r-l-30),f+d>c&&(f=s-d-30),[u,f]}},ucinit:function(t,e,i,a){var n=this;if(JSON.stringify(t)!=JSON.stringify(e)&&t.canvasId){var r=JSON.parse(JSON.stringify(t.canvasId));this.rid=r,c[r]=this.$ownerInstance||a,s.default.option[r]=JSON.parse(JSON.stringify(t)),s.default.option[r]=u(s.default.option[r],s.default.formatter);var o=document.getElementById(r);o&&o.children[0]&&(s.default.option[r].context=o.children[0].getContext("2d"),s.default.instance[r]&&s.default.option[r]&&!0===s.default.option[r].update?this.updataUChart():setTimeout((function(){s.default.option[r].context.restore(),s.default.option[r].context.save(),n.newUChart()}),100))}},newUChart:function(){var t=this.rid;s.default.instance[t]=new r.default(s.default.option[t]),s.default.instance[t].addEventListener("renderComplete",(function(){c[t].callMethod("emitMsg",{name:"complete",params:{type:"complete",complete:!0,id:t,opts:s.default.instance[t].opts}}),s.default.instance[t].delEventListener("renderComplete")})),s.default.instance[t].addEventListener("scrollLeft",(function(){c[t].callMethod("emitMsg",{name:"scrollLeft",params:{type:"scrollLeft",scrollLeft:!0,id:t,opts:s.default.instance[t].opts}})})),s.default.instance[t].addEventListener("scrollRight",(function(){c[t].callMethod("emitMsg",{name:"scrollRight",params:{type:"scrollRight",scrollRight:!0,id:t,opts:s.default.instance[t].opts}})}))},updataUChart:function(){var t=this.rid;s.default.instance[t].updateData(s.default.option[t])},tooltipDefault:function(t,e,i,a){if(e){var r=t.data;return"object"===(0,n.default)(t.data)&&(r=t.data.value),e+" "+t.name+":"+r}return t.properties&&t.properties.name?t.properties.name:t.name+":"+t.data},showTooltip:function(t,e){var i=this,a=s.default.option[e].tooltipCustom;if(a&&void 0!==a&&null!==a){var n=void 0;a.x>=0&&a.y>=0&&(n={x:a.x,y:a.y+10}),s.default.instance[e].showToolTip(t,{index:a.index,offset:n,textList:a.textList,formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})}else s.default.instance[e].showToolTip(t,{formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})},tap:function(t){var e=this.rid,i=s.default.option[e].ontap,a=s.default.option[e].tooltipShow,n=s.default.option[e].tapLegend;if(0!=i){var r,o,d=document.getElementById("UC"+e).getBoundingClientRect(),u={};u=t.detail.x?{x:t.detail.x-d.left,y:t.detail.y-d.top+l.top}:{x:t.clientX-d.left,y:t.clientY-d.top+l.top},t.changedTouches=[],t.changedTouches.unshift(u),r=s.default.instance[e].getCurrentDataIndex(t),o=s.default.instance[e].getLegendDataIndex(t),!0===n&&s.default.instance[e].touchLegend(t),1==a&&this.showTooltip(t,e),c[e].callMethod("emitMsg",{name:"getIndex",params:{type:"getIndex",event:u,currentIndex:r,legendIndex:o,id:e,opts:s.default.instance[e].opts}})}},touchStart:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&1==t.touches.length&&s.default.instance[e].scrollStart(t),c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"touchStart",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},touchMove:function(t){var e=this.rid,i=s.default.option[e].ontouch;if(0!=i){if(!0===s.default.option[e].enableScroll&&1==t.changedTouches.length&&s.default.instance[e].scroll(t),!0===s.default.option[e].ontap&&!1===s.default.option[e].enableScroll&&!0===s.default.option[e].onmovetip){var a=document.getElementById("UC"+e).getBoundingClientRect(),n={x:t.changedTouches[0].clientX-a.left,y:t.changedTouches[0].clientY-a.top+l.top};t.changedTouches.unshift(n),!0===s.default.option[e].tooltipShow&&this.showTooltip(t,e)}!0===i&&!0===s.default.option[e].enableScroll&&!0===s.default.option[e].onzoom&&2==t.changedTouches.length&&s.default.instance[e].dobuleZoom(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"touchMove",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}})}},touchEnd:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&0==t.touches.length&&s.default.instance[e].scrollEnd(t),c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"touchEnd",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},mouseDown:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollStart(t),s.default.option[e].mousedown=!0,c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"mouseDown",event:a,id:e,opts:s.default.instance[e].opts}})}},mouseMove:function(t){var e=this.rid,i=s.default.option[e].onmouse,a=s.default.option[e].tooltipShow;if(0!=i){var n,r=document.getElementById("UC"+e).getBoundingClientRect();n={x:t.clientX-r.left,y:t.clientY-r.top+l.top},t.changedTouches=[],t.changedTouches.unshift(n),s.default.option[e].mousedown?(s.default.instance[e].scroll(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"mouseMove",event:n,id:e,opts:s.default.instance[e].opts}})):s.default.instance[e]&&1==a&&this.showTooltip(t,e)}},mouseUp:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollEnd(t),s.default.option[e].mousedown=!1,c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"mouseUp",event:a,id:e,opts:s.default.instance[e].opts}})}}}};e.default=f},b16f:function(t,e,i){"use strict";var a=i("c620"),n=i.n(a);n.a},b1ae:function(t,e,i){"use strict";var a=i("af07"),n=i.n(a);n.a},b2b3:function(t,e,i){"use strict";i.r(e);var a=i("3e4d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b44d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{wxsProps:{}}},components:{}}},b49c:function(t,e,i){"use strict";function a(t,e){for(var i=[],a={},n=0;ni.parts.length&&(a.parts.length=i.parts.length)}else{var s=[];for(n=0;n1?e-1:0),a=1;a1){var l=o.pop();c=o.join("---COMMA---"),0===l.indexOf(" at ")?c+=l:c+="---COMMA---"+l}else c=o[0];console[s](c)}i.r(e),i.d(e,"log",(function(){return s})),i.d(e,"default",(function(){return o}))},f407:function(t,e,i){"use strict";i.r(e);var a=i("82f5"),n=i("2c35");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2220");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1de8c812",null,!1,a["a"],void 0);e["default"]=o.exports},f5d0:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.text[data-v-5c0b8cc6]{position:absolute;top:0;width:100%;text-align:center;height:50px;line-height:50px;font-size:36rpx;color:#37cc92;font-weight:700}.tips[data-v-5c0b8cc6]{position:absolute;width:100%;bottom:15px;line-height:24px}.tips uni-view[data-v-5c0b8cc6]{font-size:32rpx;color:#37cc92;font-weight:700;margin-left:15px}.tips uni-text[data-v-5c0b8cc6]{font-size:32rpx;width:100%;display:block;margin-left:20px;color:#999}.list[data-v-5c0b8cc6]{position:absolute;width:100%;display:flex;align-items:center;flex-wrap:wrap}.list .item[data-v-5c0b8cc6]{width:30%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;left:55%;top:-10px}.list .item uni-image[data-v-5c0b8cc6]{width:45px;height:45px;border-radius:50%;background-color:#fff}.list .item uni-text[data-v-5c0b8cc6]{display:block;width:100%;font-size:32rpx;color:#666;margin-top:5px;text-align:center}.list .item[data-v-5c0b8cc6]:nth-of-type(2){left:calc(55% - 60px);top:50px}.list .item[data-v-5c0b8cc6]:nth-of-type(3){left:calc(50% - 140px);top:90px}.list .item[data-v-5c0b8cc6]:nth-of-type(4){left:calc(61% + 20px);top:70px}.list .item[data-v-5c0b8cc6]:nth-of-type(5){left:20%;top:-100px}.list .item[data-v-5c0b8cc6]:nth-of-type(6){left:calc(20% - 16px);top:-38px}.list .item[data-v-5c0b8cc6]:nth-of-type(7){left:0;top:15px}.list .item[data-v-5c0b8cc6]:nth-of-type(8){left:calc(20% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(9){left:calc(20% + 96px);top:-80px}.list .item[data-v-5c0b8cc6]:nth-of-type(10){left:37px;top:-170px}.list .item[data-v-5c0b8cc6]:nth-of-type(11){left:calc(20% + 75px);top:130px}.list .item[data-v-5c0b8cc6]:nth-of-type(12){left:-10px;top:-104px}.list .item[data-v-5c0b8cc6]:nth-of-type(13){left:calc(47% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(14){left:calc(53% + 75px);top:-50px}.container[data-v-5c0b8cc6]{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.container[data-v-5c0b8cc6]::after{content:"";width:20px;height:20px;border-radius:50%;background-color:#fbb780;position:absolute;z-index:9}.point-area[data-v-5c0b8cc6]{text-align:center;position:relative;width:400rpx;height:400rpx;transition:opacity .5s ease-out}.point-10[data-v-5c0b8cc6],\n.point-40[data-v-5c0b8cc6],\n.point-80[data-v-5c0b8cc6],\n.point-100[data-v-5c0b8cc6],\n.point-120[data-v-5c0b8cc6]{width:100%;height:100%}.point-10[data-v-5c0b8cc6]:after,\n.point-40[data-v-5c0b8cc6]:after,\n.point-80[data-v-5c0b8cc6]:after,\n.point-100[data-v-5c0b8cc6]:after,\n.point-120[data-v-5c0b8cc6]:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:0;border:1px solid #f7cb6b;animation-play-state:paused;-webkit-animation-play-state:paused}.point-10[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite;animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite}.point-40[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite;animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite}.point-80[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite}.point-100[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite}.point-120[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite}@-webkit-keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}@keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}',""]),t.exports=e},f676:function(t,e,i){var a=i("8a45");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f823fc42",a,!0,{sourceMap:!1,shadowMode:!1})},f727:function(t,e,i){var a=i("4bd8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("df086402",a,!0,{sourceMap:!1,shadowMode:!1})},f761:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("9b53")),r=a(i("7135")),s={data:function(){return{wxsProps:{}}},components:{publicAdd:n.default,qiunDataCharts:r.default}};e.default=s},f7e1:function(t,e,i){"use strict";var a=i("925f"),n=i.n(a);n.a},f931:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading2",data:function(){return{wxsProps:{}}},components:{}}},fa0b:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}}),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{attrs:{src:t._$g(3,"a-src"),_i:3}}),i("v-uni-text",{attrs:{_i:4}},[t._v("Reedaw")])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v("\u767b\u5f55")]),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5207\u6362\u767b\u5f55")]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("\u624b\u673a\u53f7/\u90ae\u7bb1")]),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-input",{attrs:{_i:12},model:{value:t._$g(12,"v-model"),callback:function(e){t.$handleVModelEvent(12,e)},expression:"phone"}})],1)],1),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u9a8c\u8bc1\u7801")]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("v-uni-input",{staticClass:t._$g(16,"sc"),attrs:{_i:16},model:{value:t._$g(16,"v-model"),callback:function(e){t.$handleVModelEvent(16,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(17,"sc"),attrs:{type:"none",disabled:t._$g(17,"a-disabled"),_i:17},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(17,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(17,"t0-0"))])],1)],1):i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v("\u5bc6\u7801")]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-input",{staticClass:t._$g(21,"sc"),attrs:{_i:21},model:{value:t._$g(21,"v-model"),callback:function(e){t.$handleVModelEvent(21,e)},expression:"password"}})],1)],1),t._$g(22,"i")?i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("v-uni-text",{attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5fd8\u8bb0\u5bc6\u7801?")])],1):t._e()],1),i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-checkbox-group",{staticClass:t._$g(25,"sc"),attrs:{_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-label",{attrs:{_i:26}},[i("v-uni-checkbox",{staticStyle:{transform:"scale(0.7)"},attrs:{value:1,_i:27}}),t._v("\u9605\u8bfb\u5e76\u540c\u610f"),i("v-uni-text",{staticClass:t._$g(28,"sc"),attrs:{_i:28},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[t._v("\u300a\u9690\u79c1\u534f\u8bae\u300b")])],1)],1)],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u767b\u5f55")]),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:31}},[t._v("\u6ce8\u518c")])],1)],1)],1)},n=[]},fa5d:function(t,e,i){"use strict";i.r(e);var a=i("dff1"),n=i("3910");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("372e");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1eef18a0",null,!1,a["a"],void 0);e["default"]=o.exports},fa64:function(t,e,i){"use strict";var a=i("7520"),n=i.n(a);n.a},faac:function(t,e,i){var a=i("a10c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("25559a2a",a,!0,{sourceMap:!1,shadowMode:!1})},fb3a:function(t,e,i){"use strict";i.r(e);var a=i("c5b6"),n=i("8d42");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("225b");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7cc2eab0",null,!1,a["a"],void 0);e["default"]=o.exports},fbdc:function(t,e,i){"use strict";i.r(e);var a=i("9a90"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fd15:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},fd7a:function(t,e,i){"use strict";var a=i("e938"),n=i.n(a);n.a},fe81:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},fe95:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{attrs:{src:t._$g(3,"a-src"),_i:3}}),i("uni-view",{attrs:{_i:4}},[t._v("Reedaw")]),i("v-uni-text",{attrs:{_i:5}},[t._v("V"+t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u7248\u672c\u66f4\u65b0")]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._$g(10,"i")?i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("\u65b0\u7248\u672c"+t._$g(10,"t0-0"))]):t._e(),i("uni-icons",{attrs:{_i:11}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("a",{staticClass:t._$g(13,"sc"),attrs:{href:"http://tc.pcxbc.com/technology/privacy_index",_i:13}},[i("v-uni-text",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u9690\u79c1\u534f\u8bae")]),i("uni-icons",{attrs:{_i:15}})],1)],1)],1)],1)],1)},r=[]},ff29:function(t,e,i){"use strict";var a=i("55b5"),n=i.n(a);n.a},ff34:function(t,e,i){var a=i("c6c6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("630fcfa5",a,!0,{sourceMap:!1,shadowMode:!1})},ff35:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.tabbar[data-v-7efd4e50]{width:calc(100% - 30px);padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-7efd4e50]{position:relative}.tabbar .active[data-v-7efd4e50]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.notice[data-v-7efd4e50]{width:100%;display:flex;align-items:center;background-color:#fff;margin-top:15px;margin-bottom:15px;border-radius:10px}.notice uni-text[data-v-7efd4e50]{width:60px;font-size:18px;color:red;font-weight:700;text-align:center;border-right:1px solid #dfdfdf}.notice[data-v-7efd4e50] uni-swiper{width:calc(100% - 15px);height:40px;line-height:40px;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f_banner[data-v-7efd4e50]{width:calc(100% - 20px);height:330rpx;margin:20rpx}.f_banner[data-v-7efd4e50] uni-swiper{height:330rpx}.f_banner uni-image[data-v-7efd4e50]{width:100%;height:100%;border-radius:10px;background-size:100%}.charts .boxTime[data-v-7efd4e50]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.charts .boxTime .one[data-v-7efd4e50]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.charts .boxTime .center[data-v-7efd4e50]{width:10%;margin:0 15px}.charts .boxTime uni-picker[data-v-7efd4e50]{width:50%;border:none;display:flex;justify-content:center}.charts .boxTime .iconfont[data-v-7efd4e50]{color:#333;font-size:36rpx}.charts .box[data-v-7efd4e50]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.charts .box .listC[data-v-7efd4e50]{background-color:#fff}.charts .box .listC .name[data-v-7efd4e50]{width:20%;padding:0 15px;font-size:32rpx;text-align:center;border-radius:5px;height:30px;line-height:30px}.charts .box .listC .active2[data-v-7efd4e50]{color:#fff;background:#37cc92}.charts .box .blockC[data-v-7efd4e50]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.charts .gridList[data-v-7efd4e50]{margin:0!important;width:100%!important}.charts .gridList .info[data-v-7efd4e50]{width:100%;display:flex;justify-content:space-between}.charts .gridList .info .item[data-v-7efd4e50]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.charts .gridList .info .item uni-text[data-v-7efd4e50]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.charts .gridList .data .item[data-v-7efd4e50]{display:block!important}.report .box[data-v-7efd4e50]{padding:10px 10px 0;background-color:#fff;border-radius:10px;display:block;margin:15px 10px}.report .box .time[data-v-7efd4e50]{color:#999;padding-bottom:15px;width:100%}.report .box .item2[data-v-7efd4e50]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.report .box .item2 .item2_data[data-v-7efd4e50]{width:33%}.report .box .item2 .item2_data .data[data-v-7efd4e50]{width:100%;text-align:center;border-right:1PX solid #f7f7f7;box-sizing:border-box}.report .box .item2 .item2_data uni-text[data-v-7efd4e50]{font-size:40rpx!important;font-weight:700}.report .box .item2 .item2_data:nth-last-child(2) .data[data-v-7efd4e50]{border-right:none}.report .box2[data-v-7efd4e50]{height:50px;line-height:50px;border-radius:10px;display:flex;padding:0 10px;justify-content:space-between;margin:10px;background-color:#fff}.report .info[data-v-7efd4e50]{width:100%;display:flex;justify-content:space-between}.report .info .item[data-v-7efd4e50]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.report .info .item uni-text[data-v-7efd4e50]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.report .myinfoPage[data-v-7efd4e50]{width:100%;background:#fff;margin:10px 0;padding-bottom:0;border-radius:10px}.report .myinfoPage .box1[data-v-7efd4e50]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:32rpx;position:relative;margin:0 15px 0;padding-bottom:10px}.report .myinfoPage .box1 .list[data-v-7efd4e50]{width:100%;color:#666;padding:0;line-height:50px}.report .myinfoPage .box1 .list uni-image[data-v-7efd4e50],\n.report .myinfoPage .box1 .list .t-icon[data-v-7efd4e50]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.report .myinfoPage .box1 .list .block[data-v-7efd4e50]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.report .myinfoPage .box1 .list .block .level[data-v-7efd4e50],\n.report .myinfoPage .box1 .list .block .val[data-v-7efd4e50]{width:25%}.report .myinfoPage .box1 .list .block .name[data-v-7efd4e50]{width:40%;display:flex;align-items:center}.report .myinfoPage .box1 .list .block .icon[data-v-7efd4e50]{width:20px;text-align:right;display:flex}.report .myinfoPage .box1 .list .block .icon uni-image[data-v-7efd4e50]{width:20px;height:20px}.report .desc[data-v-7efd4e50]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.report .desc .statuevue[data-v-7efd4e50]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.report .desc .statuevue .bi[data-v-7efd4e50]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.report .desc .statuevue .bi .peobox[data-v-7efd4e50]{position:absolute;right:0;top:-1px;z-index:999}.report .desc .statuevue .bi .peobox .xx[data-v-7efd4e50]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.report .desc .statuevue .item[data-v-7efd4e50]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.report .desc .statuevue .item .span1[data-v-7efd4e50]{width:100%;text-align:center;position:absolute;top:-23px}.report .desc .statuevue .item .span[data-v-7efd4e50]{margin-top:8px;position:absolute;right:-8px}.report .yuanxing[data-v-7efd4e50]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}.report .btnf[data-v-7efd4e50]{font-size:28rpx;border-radius:5px;height:22px;margin:0 10px 0 0;line-height:22px;color:#fff;font-weight:400;width:44px!important;text-align:center!important;float:right}.report .tivon[data-v-7efd4e50]{display:flex;justify-content:center;align-content:center;align-items:center}.report .tivon .bianji[data-v-7efd4e50]{width:20px;height:20px;margin-left:5px}.report .box1 :last-child.list .val[data-v-7efd4e50]{width:25%!important}.report .kcalClass[data-v-7efd4e50]{width:100%;text-align:center;font-size:36rpx;line-height:55px;margin:-20px auto}.report .yichang[data-v-7efd4e50]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.report .tips[data-v-7efd4e50]{font-size:30rpx;line-height:20px}.report .tips uni-text[data-v-7efd4e50]{display:inline-block;width:100%}.report .jianyi_box[data-v-7efd4e50]{background-color:#fff;border-radius:10px;padding:5px 10px 15px;width:calc(100% -20px);margin:10px 0}.report .jianyi[data-v-7efd4e50]{display:flex;margin:0 -15px;justify-content:space-between}.report .jianyi uni-view[data-v-7efd4e50]{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:20%;margin:0 2.5% 0}.report .jianyi uni-view uni-image[data-v-7efd4e50]{width:25px;height:25px}.report .jianyi uni-view uni-text[data-v-7efd4e50]{width:100%;text-align:center;margin-top:10px;font-size:28rpx;color:#666}.report .jianyi .active[data-v-7efd4e50]{border-bottom:2px solid #f19601;padding-bottom:5px;margin:17px 2.5% 0}.report .jianyi-con[data-v-7efd4e50]{margin-top:15px;background:#f7f7f7;padding:10px;font-size:28rpx;line-height:20px;border-radius:10px}.report .tips2[data-v-7efd4e50]{color:#999;margin-top:15px;font-size:30rpx;display:flex;align-items:center}.report[data-v-7efd4e50] .uni-collapse-item{width:100%!important}.report[data-v-7efd4e50] .uni-collapse-item__title-arrow{margin-right:0!important}.report[data-v-7efd4e50] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}.wrapper[data-v-7efd4e50]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-7efd4e50]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-7efd4e50]{width:90%;height:auto;background:#fff;border-radius:10px;position:relative;top:23%;padding:5px;margin:auto;z-index:99999;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.wrapper .edit[data-v-7efd4e50] uni-swiper{min-height:540rpx;text-align:center}.wrapper .edit uni-image[data-v-7efd4e50]{width:100%;height:450rpx;margin-top:10px}.wrapper .clear[data-v-7efd4e50]{position:absolute;right:3px;top:0;background-color:#fff;border-radius:50%}[data-v-7efd4e50] .header{width:100%}[data-v-7efd4e50] .header .top{color:#fff;background:#37cc92}[data-v-7efd4e50] .cityList{margin-top:-36px}.list[data-v-7efd4e50]{margin-top:0rpx;padding:0}.blueBtn[data-v-7efd4e50]{color:#fff;padding:5px!important;background-color:#2397f1}.orangeBtn[data-v-7efd4e50]{color:#fff;padding:5px!important;background-color:#ff974c}.border[data-v-7efd4e50]{border-bottom:1px solid #f7f7f7}.target[data-v-7efd4e50]{height:40px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:99}.target .bold[data-v-7efd4e50]{width:45%;text-align:left}.target .btnGroup[data-v-7efd4e50]{width:50%;display:flex;justify-content:space-between}.item[data-v-7efd4e50]{position:relative;z-index:99}.size32[data-v-7efd4e50]{font-size:80rpx}.card[data-v-7efd4e50]{position:relative;overflow:hidden}.boxBg[data-v-7efd4e50]{width:250rpx;height:215rpx;position:absolute;right:15px;z-index:9;bottom:-50rpx}.boxBg uni-image[data-v-7efd4e50]{width:100%;height:100%}.content[data-v-7efd4e50]{min-height:100vh;padding-bottom:15px;background-color:#f7f7f7}.bleTips[data-v-7efd4e50]{height:35px;line-height:35px;margin:15px 10px 10px;background:#fff;border-radius:10px;text-align:center;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.bleTips2[data-v-7efd4e50]{background:#fea606;color:#fff}.tools_l[data-v-7efd4e50]{width:100%;display:flex;flex-wrap:wrap;padding-top:15px;background:#fff;justify-content:space-between}.tools_l .list[data-v-7efd4e50]{width:20%;text-align:center;font-size:14px;margin-bottom:20px}.tools_l .list .text[data-v-7efd4e50]{margin-top:5px;color:#666;font-size:14px}.tools_l uni-image[data-v-7efd4e50]{width:35px;height:35px}.activeHeight[data-v-7efd4e50]{padding-bottom:10px;border-bottom:2px solid #37cc92}',""]),t.exports=e}}); \ No newline at end of file +(function(t){var e={};function i(a){if(e[a])return e[a].exports;var n=e[a]={i:a,l:!1,exports:{}};return t[a].call(n.exports,n,n.exports,i),n.l=!0,n.exports}i.m=t,i.c=e,i.d=function(t,e,a){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},i.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)i.d(a,n,function(e){return t[e]}.bind(null,n));return a},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="./",i(i.s="ec4a")})({"00ea":function(t,e,i){var a=i("5402");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("089e7a15",a,!0,{sourceMap:!1,shadowMode:!1})},"0210":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"023a":function(t,e,i){"use strict";i.r(e);var a=i("9be2"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0245":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["rtype","active"],data:function(){return{wxsProps:{}}},components:{}}},"02e9":function(t,e,i){"use strict";i.r(e);var a=i("2f2a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"033e":function(t,e,i){"use strict";i.r(e);var a=i("fb2b"),n=i("e8e2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("4a62");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3fe99bdb",null,!1,a["a"],void 0);e["default"]=o.exports},"0375":function(t,e,i){"use strict";var a=i("c722"),n=i.n(a);n.a},"04ad":function(t,e,i){"use strict";i.r(e);var a=i("5726"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"04bb":function(t,e,i){"use strict";i.r(e);var a=i("9137"),n=i("cd61");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("b948");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"06f9c5d4",null,!1,a["a"],void 0);e["default"]=o.exports},"054a":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-4b654b12]{width:200px!important;height:340px!important}.status[data-v-4b654b12]{width:auto;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;padding:0 15px;background-color:#ffdda6}',""]),t.exports=e},"05f6":function(t,e,i){"use strict";var a=i("00ea"),n=i.n(a);n.a},"0609":function(t,e,i){"use strict";i.r(e);var a=i("57aa"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0612":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"0652":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("cdfd")),r={name:"headerIndex",props:["isArea","isLeft"],data:function(){return{wxsProps:{}}},components:{drawer:n.default}};e.default=r},"06a3":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0},on:{mouseleave:function(e){return t.$handleViewEvent(e)}}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),class:t._$g(2,"c"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),class:t._$g(3,"c"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1),i("v-uni-picker",{attrs:{mode:"date",value:t._$g(6,"a-value"),fields:"month",_i:6},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v(t._$g(7,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{"data-id":"close",_i:11}}),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{"data-id":"close",_i:12}})],1):t._e()],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g(16,"sc"),staticStyle:{"padding-bottom":"7px"},attrs:{_i:16}},[i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-text",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-text",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[t._v(t._$g(20,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-text",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v(t._$g(24,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("v-uni-text",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("v-uni-text",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("v-uni-text",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v(t._$g(30,"t0-0"))])],1)],1),t._l(t._$g(31,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},t._l(t._$g("32-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("32-"+r+"-"+s,"sc"),attrs:{_i:"32-"+r+"-"+s}},[i("calendar-item",{staticClass:t._$g("33-"+r+"-"+s,"sc"),attrs:{_i:"33-"+r+"-"+s},on:{change:function(e){return t.$handleViewEvent(e)},handleMouse:function(e){return t.$handleViewEvent(e)}}})],1)})),1)}))],2),t._$g(34,"i")?i("uni-view",{staticClass:t._$g(34,"sc"),staticStyle:{padding:"0 80px"},attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),i("time-picker",{staticClass:t._$g(36,"sc"),attrs:{_i:36},model:{value:t._$g(36,"v-model"),callback:function(){},expression:"time"}})],1):t._e(),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))]),i("time-picker",{staticClass:t._$g(40,"sc"),attrs:{_i:40},model:{value:t._$g(40,"v-model"),callback:function(){},expression:"timeRange.startTime"}})],1),i("uni-view",{staticStyle:{"line-height":"50px"},attrs:{_i:41}},[i("uni-icons",{attrs:{_i:42}})],1),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0"))]),i("time-picker",{staticClass:t._$g(45,"sc"),attrs:{_i:45},model:{value:t._$g(45,"v-model"),callback:function(){},expression:"timeRange.endTime"}})],1)],1):t._e(),t._$g(46,"i")?i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(47,"t0-0"))])],1):t._e()],1):t._e()],1)},r=[]},"0735":function(t,e,i){"use strict";i.r(e);var a=i("6b18"),n=i("affb");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("05f6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4619dbe4",null,!1,a["a"],void 0);e["default"]=o.exports},"078b":function(t,e,i){"use strict";var a=i("81f7"),n=i.n(a);n.a},"07c2":function(t,e,i){"use strict";i.r(e);var a=i("cb2b"),n=i("6e9b");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("dd57");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"25b1ce86",null,!1,a["a"],void 0);e["default"]=o.exports},"08bb":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"09a7":function(t,e,i){"use strict";i.r(e);var a=i("b283"),n=i("f281");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("81fa");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=o.exports},"09e9":function(t,e,i){"use strict";i.r(e);var a=i("3476"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0a4f":function(t,e,i){"use strict";i.r(e);var a=i("2393"),n=i("1b81");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("801d");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"9f5a12d2",null,!1,a["a"],void 0);e["default"]=o.exports},"0a96":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("820b")),r=a(i("0a4f")),s={props:["date","defTime","selectableTimes","selected","startDate","endDate","startPlaceholder","endPlaceholder","range","hasTime","insert","showMonth","clearDate","checkHover","hideSecond","pleStatus","defaultValue"],data:function(){return{wxsProps:{}}},components:{calendarItem:n.default,timePicker:r.default}};e.default=s},"0afd":function(t,e,i){"use strict";var a=i("3edd"),n=i.n(a);n.a},"0b01":function(t,e,i){var a=i("7f9b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("858fe606",a,!0,{sourceMap:!1,shadowMode:!1})},"0bc8":function(t,e,i){var a=i("35c0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("58c9ec04",a,!0,{sourceMap:!1,shadowMode:!1})},"0d2f":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"0d4d":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("30b5")),r={mounted:function(t,e,i){this.state={}},methods:{showWatch:function(t,e,i,a){n.default.showWatch(t,e,i,a,this)},touchstart:function(t,e){n.default.touchstart(t,e,this)},touchmove:function(t,e){n.default.touchmove(t,e,this)},touchend:function(t,e){n.default.touchend(t,e,this)}}};e.default=r},"0e49":function(t,e,i){var a=i("e2db");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7c6d4cee",a,!0,{sourceMap:!1,shadowMode:!1})},"0e93":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.calendar[data-v-613f1026]{padding-top:60px}[data-v-613f1026] .calendar-wrapper{margin:15px}[data-v-613f1026] .calendar-wrapper .header{background-color:#fff;color:#37cc92;border-radius:10px 10px 0 0}[data-v-613f1026] .calendar-wrapper /deep/uni-icons{color:#37cc92}.item[data-v-613f1026]{font-size:30rpx!important}.tabbar[data-v-613f1026]{display:flex;position:fixed;top:0;left:0;right:0;z-index:999;justify-content:space-between;border-bottom:1px solid #f7f7f7;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471);background-color:#fff}.tabbar .scroll-menu[data-v-613f1026]{width:100%;white-space:nowrap}.tabbar .scroll-menu uni-view[data-v-613f1026]{height:55px;line-height:55px;display:inline-block;min-width:100px;margin:0 10px;text-align:center}.tabbar .active[data-v-613f1026]{color:#37cc92;font-weight:700;border-bottom:2px solid #37cc92}',""]),t.exports=e},"0eb6":function(t,e,i){var a=i("fef9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("1193d0f2",a,!0,{sourceMap:!1,shadowMode:!1})},"0ebd":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"0ecf":function(t,e,i){"use strict";i.r(e);var a=i("e57a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0ef8":function(t,e,i){"use strict";var a=i("53ac"),n=i.n(a);n.a},"0ffd":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-3fe99bdb]{padding:15px 10px;background:#fff;min-height:calc(100vh - 30px)}.content .radio[data-v-3fe99bdb]{display:flex;height:34px;line-height:34px}.content uni-picker[data-v-3fe99bdb]{width:100%;text-align:right;border:none;color:#333}.content .top[data-v-3fe99bdb]{width:100%;line-height:30px;font-size:24rpx;text-align:center;margin-bottom:30rpx;color:#999}.content .top uni-text[data-v-3fe99bdb]{width:100%;display:block;text-align:center;font-size:40rpx;color:#333;font-weight:600}.content .h5[data-v-3fe99bdb]{font-size:30rpx;color:#666}.content .con[data-v-3fe99bdb]{margin-top:5px;margin-bottom:30rpx;color:#999;line-height:22px;font-size:28rpx}.content .table[data-v-3fe99bdb],\n.content .table2[data-v-3fe99bdb]{width:100%;border:1px solid #d69231;border-bottom:none;box-sizing:border-box;border-spacing:inherit;font-size:28rpx;height:auto;overflow:hidden;border-right:none}.content .table .tr[data-v-3fe99bdb],\n.content .table2 .tr[data-v-3fe99bdb]{width:50%;float:left}.content .table .tr .text[data-v-3fe99bdb],\n.content .table2 .tr .text[data-v-3fe99bdb]{width:40%}.content .table .tr .td[data-v-3fe99bdb],\n.content .table2 .tr .td[data-v-3fe99bdb]{width:60%;display:flex;justify-content:space-around}.content .table .text[data-v-3fe99bdb],\n.content .table2 .text[data-v-3fe99bdb]{float:left;height:35px;line-height:35px;background:#ffcf85;box-sizing:border-box;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-3fe99bdb],\n.content .table2 .td[data-v-3fe99bdb]{box-sizing:border-box;background:rgba(228,205,172,.12941176470588237);display:flex;float:left;height:35px;line-height:35px;padding-right:5px;padding-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-3fe99bdb] uni-input,\n.content .table2 .td[data-v-3fe99bdb] uni-input{width:95%;height:35px;line-height:35px;font-size:30rpx!important}.content .table2[data-v-3fe99bdb]{margin:50rpx auto;border-right:none;text-align:center}.content .table2 .text[data-v-3fe99bdb]{width:50%;border-right:1px solid #d69231}.content .table2 .td[data-v-3fe99bdb]{height:50px;width:50%;line-height:50px;display:inherit;border-right:1px solid #d69231}.content .table2 .td .text2[data-v-3fe99bdb]{font-size:36rpx;font-weight:700}.tr2[data-v-3fe99bdb]{width:100%!important}.btn[data-v-3fe99bdb]{margin-top:20px;margin-bottom:15px;background-color:#37cc92}',""]),t.exports=e},"11cc":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5206\u6570\u5360\u6bd4\u8bbe\u7f6e")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u8eab\u4f53\u6307\u6570")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-slider",{attrs:{value:"10","show-value":!0,"block-size":"12","block-color":"#007aff",_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1\u5206\u949f\u8df3\u7ef3")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-slider",{attrs:{value:"40","show-value":!0,"block-size":"12","block-color":"#007aff",_i:11},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u80ba\u6d3b\u91cf")]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-slider",{attrs:{value:"60","show-value":!0,"block-size":"12","block-color":"#007aff",_i:15},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("*\u6240\u6709\u9879\u76ee\u8bc4\u5206\u5360\u6bd4\u548c\u4e3a100%")]),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},"120c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.bg[data-v-d64239b6]{position:absolute;top:0;width:100%;height:50vh;z-index:9;background:#37cc92}.top[data-v-d64239b6]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;top:70px;z-index:99;margin-bottom:15px}.top uni-image[data-v-d64239b6]{width:70px;height:70px;margin:auto;border-radius:50%}.top uni-text[data-v-d64239b6]{color:#fff;display:block;width:100%;font-size:18px;text-align:center;font-weight:700}.login[data-v-d64239b6]{width:86%;height:auto;background:#fff;border-radius:10px;padding:10px 0;background-color:#fff;z-index:99;position:absolute;left:7%;top:27%;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.login .title[data-v-d64239b6]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px;margin-left:15px}.login .toggle[data-v-d64239b6]{position:absolute;right:15px;top:12px}.login .editem[data-v-d64239b6]{position:relative;display:flex;align-items:center;margin:0 15px;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-d64239b6]{width:100%;margin-bottom:15px}.login .editem .item .text[data-v-d64239b6]{font-size:32rpx;margin-bottom:10px}.login .editem .item .input[data-v-d64239b6]{height:40px;line-height:40px;display:flex;position:relative;border:#dfdfdf 1px solid;padding:0 10px;border-radius:5px}.login .editem .item uni-input[data-v-d64239b6]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88}.login .editem .item .yanzhengma uni-input[data-v-d64239b6]{right:240rpx}.login .editem .code[data-v-d64239b6]{width:220rpx;background:#dfdfdf;font-size:28rpx;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .editem .forget[data-v-d64239b6]{width:100%;font-size:28rpx!important;background:#fff;color:#37cc92;text-align:right}.login .editem .forget uni-text[data-v-d64239b6]{width:100px;text-align:right}.login .btngroup[data-v-d64239b6]{height:35px;line-height:35px;display:flex;margin:0 15px;justify-content:center}.login .btngroup uni-text[data-v-d64239b6]{display:block;color:#37cc92}.login .btnlogin[data-v-d64239b6]{width:calc(100% - 30px);margin:15px;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}.xieyi[data-v-d64239b6]{font-size:32rpx;color:#37cc92;margin-left:10px}.xieyi uni-text[data-v-d64239b6]{border-bottom:1px solid #37cc92}.content[data-v-d64239b6]{width:100%;height:100vh}.xieyi[data-v-d64239b6]{font-size:28rpx;color:#999;margin-left:10px}.xieyi uni-text[data-v-d64239b6]{color:#37cc92}.href[data-v-d64239b6]{width:auto}.wxbtn[data-v-d64239b6]{width:100%;position:absolute;margin-top:30px;top:80%}.wxbtn uni-icon[data-v-d64239b6]{font-size:25px;color:#28c445}.wxbtn uni-text[data-v-d64239b6]{display:block;margin-top:5px;font-size:12px;text-align:center;border-bottom:1px solid #00f;color:#00f}.wxbtn uni-button[data-v-d64239b6]{line-height:normal;background:#fff;display:flex;flex-wrap:wrap;padding:0;justify-content:center}.wxbtn uni-button[data-v-d64239b6]::after{display:none}.wxbtn uni-view[data-v-d64239b6]{width:100%}.wxbtn uni-image[data-v-d64239b6]{width:30px;height:30px;border-radius:50%}.language[data-v-d64239b6]{position:fixed;top:25px;z-index:999;left:15px;width:80%}.language .nowlanguage[data-v-d64239b6]{font-size:14px;background:#fff;height:30px;border-radius:5px;text-align:center;display:flex;width:120px;align-items:center;justify-content:space-around}.language .languageList[data-v-d64239b6]{background:#fff;line-height:45px;width:120px;border-radius:10px;padding:0 10px;position:absolute;top:42px}.language .languageList uni-view[data-v-d64239b6]{border-bottom:1px solid #dfdfdf;display:flex;align-items:center;justify-content:space-between}.language .languageList uni-image[data-v-d64239b6]{width:24px;height:24px}.language .languageList .active[data-v-d64239b6]{color:#fea606;font-weight:700}.language .languageList[data-v-d64239b6]::after{content:"";position:absolute;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;left:calc(50% - 8px);top:-8px}',""]),t.exports=e},"120d":function(t,e,i){"use strict";i.r(e);var a=i("83e6"),n=i("48ba");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("de9a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"32d4bdc8",null,!1,a["a"],void 0);e["default"]=o.exports},"122b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading6",data:function(){return{wxsProps:{}}},components:{}}},1274:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),t._$g(4,"i")?i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(7,"a-end"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(13,"a-placeholder"),_i:13},model:{value:t._$g(13,"v-model"),callback:function(e){t.$handleVModelEvent(13,e)},expression:"weight"}}),t._v("kg")],1)],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(15,"t0-0"))])],1)],1)],1):t._e()},n=[]},1337:function(t,e,i){"use strict";var a=i("f379"),n=i.n(a);n.a},1437:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-7ff11aba]{background:#fff;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.btnClose[data-v-7ff11aba]{color:#fff;background:linear-gradient(-90deg,#fccf4f,#fba418 80%)!important}.baocun[data-v-7ff11aba]{color:#fff;background:linear-gradient(-90deg,#feaa50,#e96b13 80%)!important}.quan[data-v-7ff11aba]{width:400rpx;height:400rpx;border:8px solid #feaa50;border-radius:50%;margin:15px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 25px 10px #e96b13;-webkit-animation:pulse-data-v-7ff11aba 1s infinite;animation:pulse-data-v-7ff11aba 1s infinite}.quan .weight[data-v-7ff11aba]{font-size:50px;color:#000;font-weight:700}.quan .typeInfo[data-v-7ff11aba]{width:100%;text-align:center;font-size:16px;color:#f0ae43}@-webkit-keyframes pulse-data-v-7ff11aba{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}@keyframes pulse-data-v-7ff11aba{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}.status[data-v-7ff11aba]{width:auto;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;padding:0 15px;background-color:#ffdda6}.disabled[data-v-7ff11aba]{width:150px;background-color:#dfdfdf;border:1px solid #f7f7f7;color:#fff;text-align:center;padding:7px;border-radius:10px;margin:15px auto}.tips[data-v-7ff11aba]{font-size:14px!important;margin-bottom:20px}',""]),t.exports=e},"144f":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u6ca1\u6709\u641c\u5230\u60f3\u8981\u7684\uff1f\u70b9\u51fb\u91cd\u65b0\u641c\u7d22")]):t._e(),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}}),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}}),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}}),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}})],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},t._l(t._$g(9,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("10-"+r,"a-src"),_i:"10-"+r}}),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1)})),1),t._$g(12,"i")?i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{attrs:{_i:13}},[t._v("\u63d0\u793a\uff1a")]),i("v-uni-text",{attrs:{_i:14}},[t._v("1.\u8bf7\u786e\u5b9a\u8bbe\u5907\u5df2\u7ed1\u5b9a")]),i("v-uni-text",{attrs:{_i:15}},[t._v("2.\u8bf7\u786e\u5b9a\u8bbe\u5907\u5df2\u5f00\u673a")]),i("v-uni-text",{attrs:{_i:16}},[t._v("3.\u8bf7\u786e\u5b9a\u624b\u673a\u84dd\u7259\u53ca\u4f4d\u7f6e\u4fe1\u606f\u5df2\u6253\u5f00")])],1):t._e()],1)},n=[]},1457:function(t,e,i){"use strict";i.r(e);var a=i("a17c"),n=i("ad88");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("76bc");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2ef93b2c",null,!1,a["a"],void 0);e["default"]=o.exports},1554:function(t,e,i){"use strict";var a=i("2f9d"),n=i.n(a);n.a},1592:function(t,e,i){"use strict";i.r(e);var a=i("43bb"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"15a7":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-38e0b9ae]{width:100%;height:100vh}.login[data-v-38e0b9ae]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .editem[data-v-38e0b9ae]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-38e0b9ae]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-38e0b9ae]{width:100%;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-38e0b9ae]{width:100%;height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-38e0b9ae]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .btnlogin[data-v-38e0b9ae]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"177a":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{class:t._$g(2,"c"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{class:t._$g(3,"c"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{class:t._$g(4,"c"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(4,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{staticClass:t._$g(7,"sc"),attrs:{mode:"date",value:t._$g(7,"a-value"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")),i("uni-icons",{attrs:{_i:9}})],1)],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[i("qiunDataCharts",{attrs:{_i:"13-"+r}})],1):i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("v-uni-image",{attrs:{src:t._$g("15-"+r,"a-src"),_i:"15-"+r}}),i("v-uni-text",{attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0")+"~")])],1)],1)})),1)],1)],1)},r=[]},"17d9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-swipe[data-v-4fc4ab3c]{position:relative;overflow:hidden}.uni-swipe_box[data-v-4fc4ab3c]{display:flex;flex-shrink:0;position:relative}.uni-swipe_text--center[data-v-4fc4ab3c]{width:100%;cursor:grab}.uni-swipe_button-group[data-v-4fc4ab3c]{box-sizing:border-box;display:flex;flex-direction:row;position:absolute;top:0;bottom:0}.button-group--left[data-v-4fc4ab3c]{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.button-group--right[data-v-4fc4ab3c]{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.uni-swipe_button[data-v-4fc4ab3c]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 20px}.uni-swipe_button-text[data-v-4fc4ab3c]{flex-shrink:0;font-size:14px}.ani[data-v-4fc4ab3c]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.165,.84,.44,1)}',""]),t.exports=e},1839:function(t,e,i){var a=i("7fd8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7f400f5e",a,!0,{sourceMap:!1,shadowMode:!1})},"19c1":function(t,e,i){"use strict";var a=i("f21f"),n=i.n(a);n.a},"19fb":function(t,e,i){"use strict";i.r(e);var a=i("7d2a"),n=i("e1c0");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("aed5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7ff11aba",null,!1,a["a"],void 0);e["default"]=o.exports},"1aa2":function(t,e,i){"use strict";i.r(e);var a=i("3486"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1aae":function(t,e,i){"use strict";i.r(e);var a=i("2041"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1ae4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"1b81":function(t,e,i){"use strict";i.r(e);var a=i("2782"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1ba9":function(t,e,i){"use strict";i.r(e);var a=i("0210"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1ed9":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"1f3a":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading1",data:function(){return{wxsProps:{}}},components:{}}},2041:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("5e6a")),r=a(i("1457")),s=a(i("d9d8")),o=a(i("2921")),c=a(i("306f")),l={name:"qiun-loading",props:["loadingType"],data:function(){return{wxsProps:{}}},components:{Loading1:n.default,Loading2:r.default,Loading3:s.default,Loading4:o.default,Loading5:c.default}};e.default=l},"20aa":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-337d679d]{width:100%;height:100vh}.login[data-v-337d679d]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-337d679d]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-337d679d]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-337d679d]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-337d679d]{width:100%;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-337d679d]{width:100%;height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-337d679d]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-337d679d]{right:120px}.login .editem .code[data-v-337d679d]{width:110px;background:#dfdfdf;font-size:14px;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .btnlogin[data-v-337d679d]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"20f2":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{attrs:{src:t._$g(3,"a-src"),_i:3}}),i("uni-view",{attrs:{_i:4}},[t._v("Reedaw")]),i("v-uni-text",{attrs:{_i:5}},[t._v("V"+t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._$g(10,"i")?i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")+t._$g(10,"t0-1"))]):t._e(),i("uni-icons",{attrs:{_i:11}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("a",{staticClass:t._$g(13,"sc"),attrs:{href:"http://tc.pcxbc.com/technology/privacy_index",_i:13}},[i("v-uni-text",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-icons",{attrs:{_i:15}})],1)],1)],1)],1)],1)},r=[]},2106:function(t,e,i){"use strict";var a=i("675a"),n=i.n(a);n.a},"227c":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["weeks","calendar","selected","checkHover"],data:function(){return{wxsProps:{}}},components:{}}},2393:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._t("default",[i("uni-view",{staticClass:t._$g(3,"sc"),class:t._$g(3,"c"),attrs:{_i:3}},[i("v-uni-text",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),t._$g(5,"i")?i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1):t._e()],1)],{_i:2})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{id:"mask",_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),class:t._$g(8,"c"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))])],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-picker-view",{staticClass:t._$g(12,"sc"),attrs:{"indicator-style":t._$g(12,"a-indicator-style"),value:t._$g(12,"a-value"),_i:12},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("v-uni-text",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:16}},t._l(t._$g(17,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-text",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:19}},t._l(t._$g(20,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[i("v-uni-text",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1)})),1)],1),i("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("-")]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v("-")])],1):t._e(),t._$g(24,"i")?i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-picker-view",{staticClass:t._$g(25,"sc"),class:t._$g(25,"c"),attrs:{"indicator-style":t._$g(25,"a-indicator-style"),value:t._$g(25,"a-value"),_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:26}},t._l(t._$g(27,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("v-uni-text",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}},[t._v(t._$g("28-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:29}},t._l(t._$g(30,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}},[i("v-uni-text",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[t._v(t._$g("31-"+r,"t0-0"))])],1)})),1),t._$g(32,"i")?i("v-uni-picker-view-column",{attrs:{_i:32}},t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[t._v(t._$g("34-"+r,"t0-0"))])],1)})),1):t._e()],1),i("v-uni-text",{staticClass:t._$g(35,"sc"),class:t._$g(35,"c"),attrs:{_i:35}},[t._v(":")]),t._$g(36,"i")?i("v-uni-text",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(":")]):t._e()],1):t._e(),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-view",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0"))])],1),i("uni-view",{attrs:{_i:43},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0"))])],1)],1)],1)],1):t._e()],1)},n=[]},2488:function(t,e,i){"use strict";var a=i("7799"),n=i.n(a);n.a},2531:function(t,e,i){var a=i("7fea");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6d000d50",a,!0,{sourceMap:!1,shadowMode:!1})},2548:function(t,e,i){"use strict";i.r(e);var a=i("c22d"),n=i("6e5e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4abde03a",null,!1,a["a"],void 0);e["default"]=o.exports},"25a5":function(t,e,i){"use strict";i.r(e);var a=i("0a96"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"25b3":function(t,e,i){"use strict";i.r(e);var a=i("e2f7"),n=i("5e4d");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("f36a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1e3f717a",null,!1,a["a"],void 0);e["default"]=o.exports},"25eb":function(t,e,i){"use strict";var a=i("6cb6"),n=i.n(a);n.a},"26c5":function(t,e,i){"use strict";i.r(e);var a=i("0ebd"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},2712:function(t,e,i){var a=i("5e04");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("62d19e5c",a,!0,{sourceMap:!1,shadowMode:!1})},2782:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"UniDatetimePicker",props:["type","value","modelValue","start","end","returnType","disabled","border","hideSecond"],data:function(){return{wxsProps:{}}},components:{}}},2894:function(t,e,i){"use strict";var a=i("4e83"),n=i.n(a);n.a},"28be":function(t,e,i){var a=i("60c9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("76c461e0",a,!0,{sourceMap:!1,shadowMode:!1})},2921:function(t,e,i){"use strict";i.r(e);var a=i("4979"),n=i("811a");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("f8f6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"37562626",null,!1,a["a"],void 0);e["default"]=o.exports},2950:function(t,e,i){"use strict";var a=i("b28e"),n=i.n(a);n.a},"29ab":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-7cc2eab0]{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-radius:10px}.box .charts[data-v-7cc2eab0]{width:100%;height:260upx;margin:10px 0;position:relative;display:flex;align-items:center;justify-content:center}.box .charts .name[data-v-7cc2eab0]{position:absolute;width:100%;text-align:center;font-size:56rpx;margin:auto;color:#4687f9}.box .title[data-v-7cc2eab0]{width:100%;text-align:center}.box .time[data-v-7cc2eab0]{width:100%}.indexCarList[data-v-7cc2eab0]{width:calc(100% - 40px);margin:10px;padding:5px 10px;background-color:#fff;border-radius:10px}.indexCarList .title[data-v-7cc2eab0]{color:#000;background-color:#f5f5f5!important;border-bottom:1px solid #d9d9d9;padding-left:10px;border-radius:5px;height:35px;display:flex;font-weight:700;align-items:center;width:calc(100% - 10px);font-size:32upx}.indexCarList .title .name[data-v-7cc2eab0]{font-weight:700;margin-top:3px}.indexCarList .title .right[data-v-7cc2eab0]{width:30%;color:#37cc92;font-size:32rpx;text-align:right;margin-top:5px;margin-right:10px}.indexCarList .item3[data-v-7cc2eab0]{display:flex;background:#fff;padding:0 10px;height:50px;font-size:32upx;align-items:center;border-bottom:1px solid #f7f7f7}.indexCarList .item3 .name[data-v-7cc2eab0]{width:40%}.indexCarList .item3 .weight[data-v-7cc2eab0]{width:60%;display:flex;align-items:center;position:relative;justify-content:space-between}.indexCarList .item3 .weight uni-view[data-v-7cc2eab0]{width:30%;text-align:center}.indexCarList .item3 .weight .input[data-v-7cc2eab0]{width:40%}.indexCarList .item3[data-v-7cc2eab0]:nth-child(1){font-weight:700}.content[data-v-7cc2eab0]{min-height:100vh;padding-top:15px;padding-bottom:15px;background-color:#f7f7f7}',""]),t.exports=e},"2a1d":function(t,e,i){"use strict";i.r(e);var a=i("9c22"),n=i("f9aa");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("9f3f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"38e0b9ae",null,!1,a["a"],void 0);e["default"]=o.exports},"2a95":function(t,e,i){"use strict";i.r(e);var a=i("f403"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2b27":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"2b277":function(t,e,i){var a=i("d475");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("90a7f330",a,!0,{sourceMap:!1,shadowMode:!1})},"2c46":function(t,e,i){"use strict";i.r(e);var a=i("c3f1"),n=i("6f4f");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2106");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4948e7b0",null,!1,a["a"],void 0);e["default"]=o.exports},"2ca7":function(t,e,i){"use strict";i.r(e);var a=i("723b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2e35":function(t,e,i){"use strict";i.r(e);var a=i("69fe8"),n=i("30a6");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("d740");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"e7890af6",null,!1,a["a"],void 0);e["default"]=o.exports},"2e83":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"2f12":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniCollapseItem",props:["title","name","disabled","showAnimation","open","thumb","titleBorder","border","showArrow"],data:function(){return{wxsProps:{}}},components:{}}},"2f2a":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"qiun-data-charts",props:["type","canvasId","canvas2d","background","animation","chartData","opts","eopts","loadingType","errorShow","errorReload","errorMessage","inScrollView","reshow","reload","disableScroll","optsWatch","onzoom","ontap","ontouch","onmouse","onmovetip","echartsH5","echartsApp","tooltipShow","tooltipFormat","tooltipCustom","startDate","endDate","textEnum","groupEnum","pageScrollTop","directory","tapLegend","menus","Height","Width"],data:function(){return{wxsProps:{}}},components:{}}},"2f8d":function(t,e,i){"use strict";i.r(e);var a=i("4166"),n=i("2ca7");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a8b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"21337819",null,!1,a["a"],void 0);e["default"]=o.exports},"2f92":function(t,e,i){"use strict";i.r(e);var a=i("38df"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2f9d":function(t,e,i){var a=i("29ab");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("36161358",a,!0,{sourceMap:!1,shadowMode:!1})},"2fef":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-63b8291b]{width:100%;padding-top:10px;min-height:100vh;background-color:#000}.box1[data-v-63b8291b]{color:#fff;margin:15px;width:calc(100%- 30px)}.box1 .time[data-v-63b8291b]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .LiuS[data-v-63b8291b]{width:60%;margin:auto;position:relative;text-align:center;border-radius:10px;background-color:#272a2a;height:30px;line-height:30px}.box1 .LiuS[data-v-63b8291b]:after{content:"";position:absolute;left:45%;bottom:-7px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #272a2a}.box1 .item[data-v-63b8291b]{width:100%;font-size:28rpx;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative}.box1 .item .image[data-v-63b8291b]{width:80%}.box1 .item .image uni-image[data-v-63b8291b]{margin-top:10px;width:100%}.box1 .item .center[data-v-63b8291b]{top:0;bottom:0;position:absolute;width:70px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-63b8291b]{position:absolute;width:70px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-63b8291b]{width:70px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-63b8291b] :last-child{border-bottom:none}.box1 .item .ite[data-v-63b8291b]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:32rpx;color:#fff;z-index:99;border-bottom:1px solid #999}.box1 .val[data-v-63b8291b]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:32rpx}.box1 .val uni-text[data-v-63b8291b]{display:block;color:#39d9c9!important;font-size:64rpx;margin-bottom:10px}.box[data-v-63b8291b]{padding:0;display:flex;flex-wrap:wrap;border-radius:10px;margin:15px;width:calc(100%- 30px);justify-content:space-between}.box .data[data-v-63b8291b]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}.box .item[data-v-63b8291b]{width:47.5%;font-size:28rpx;background:#fff;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.box .val[data-v-63b8291b]{width:40px;height:40px;border-radius:50%}.box .val uni-image[data-v-63b8291b]{width:70%;height:70%}',""]),t.exports=e},"306f":function(t,e,i){"use strict";i.r(e);var a=i("6c39"),n=i("c383");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("8da5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"6e5d9c90",null,!1,a["a"],void 0);e["default"]=o.exports},"30a3":function(t,e,i){"use strict";var a=i("7cfd"),n=i.n(a);n.a},"30a6":function(t,e,i){"use strict";i.r(e);var a=i("a802"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"30a8":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("4-"+r,"i")?i("uni-icons",{attrs:{_i:"4-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-image",{attrs:{src:t._$g("6-"+r,"a-src"),_i:"6-"+r}}),i("uni-view",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u53ef\u6dfb\u52a0\u7684\u5361\u7247")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:"12-"+r}}),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("v-uni-image",{attrs:{src:t._$g("14-"+r,"a-src"),_i:"14-"+r}}),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58\u5361\u7247")])],1)},r=[]},"30b5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={showWatch:function(t,e,i,a,n){var r=n.state,s=i.$el||i.$vm&&i.$vm.$el;s&&(this.getDom(a,i,n),t&&"none"!==t?this.openState(t,a,i,n):(r.left&&this.openState("none",a,i,n),this.resetTouchStatus(a,n)))},touchstart:function(t,e,i){var a=t.instance,n=a.getDataset().disabled,r=i.state;this.getDom(a,e,i),n=this.getDisabledType(n),n||(a.requestAnimationFrame((function(){a.removeClass("ani"),e.callMethod("closeSwipe")})),r.x=r.left||0,this.stopTouchStart(t,e,i))},touchmove:function(t,e,i){var a=t.instance;if(a){var n=a.getDataset().disabled,r=i.state;if(n=this.getDisabledType(n),!n&&(this.stopTouchMove(t,i),"horizontal"===r.direction)){t.preventDefault&&t.preventDefault();var s=r.x+r.deltaX;this.move(s,a,e,i)}}},touchend:function(t,e,i){var a=t.instance,n=a.getDataset().disabled,r=i.state;n=this.getDisabledType(n),n||this.moveDirection(r.left,a,e,i)},move:function(t,e,i,a){t=t||0;var n=a.state,r=n.leftWidth,s=n.rightWidth;n.left=this.range(t,-s,r),e.requestAnimationFrame((function(){e.setStyle({transform:"translateX("+n.left+"px)","-webkit-transform":"translateX("+n.left+"px)"})}))},getDom:function(t,e,i){var a=i.state,n=e.$el||e.$vm&&e.$vm.$el,r=n.querySelector(".button-group--left"),s=n.querySelector(".button-group--right");a.leftWidth=r.offsetWidth||0,a.rightWidth=s.offsetWidth||0,a.threshold=t.getDataset().threshold},getDisabledType:function(t){return("string"===typeof t?JSON.parse(t):t)||!1},range:function(t,e,i){return Math.min(Math.max(t,e),i)},moveDirection:function(t,e,i,a){var n=a.state,r=n.threshold,s=(n.position,n.isopen||"none"),o=n.leftWidth,c=n.rightWidth;0!==n.deltaX?"none"===s&&c>0&&-t>r||"none"!==s&&c>0&&c+t0&&t>r||"none"!==s&&o>0&&o-te&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus:function(t,e){var i=e.state;i.direction="",i.deltaX=0,i.deltaY=0,i.offsetX=0,i.offsetY=0},stopTouchStart:function(t,e,i){var a=t.instance,n=i.state;this.resetTouchStatus(a,i);var r=t.touches[0];n.startX=r.clientX,n.startY=r.clientY},stopTouchMove:function(t,e){t.instance;var i=e.state,a=t.touches[0];i.deltaX=a.clientX-i.startX,i.deltaY=a.clientY-i.startY,i.offsetY=Math.abs(i.deltaY),i.offsetX=Math.abs(i.deltaX),i.direction=i.direction||this.getDirection(i.offsetX,i.offsetY)}};e.default=a},"30d1":function(t,e,i){"use strict";var a=i("36c1"),n=i.n(a);n.a},"31b1":function(t,e,i){var a=i("ccce");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("468d0f8a",a,!0,{sourceMap:!1,shadowMode:!1})},"327f":function(t,e,i){var a=i("d599");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("241bf026",a,!0,{sourceMap:!1,shadowMode:!1})},3476:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["show","disabled","autoClose","threshold","leftOptions","rightOptions"],data:function(){return{wxsProps:{}}},components:{}}},3486:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"34cf":function(t,e,i){var a=i("ed45"),n=i("7172"),r=i("6382"),s=i("dd3e");t.exports=function(t,e){return a(t)||n(t,e)||r(t,e)||s()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"34d0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.add[data-v-f6e33386]{width:100%;text-align:center;background:#fff;height:45px;line-height:45px;border-radius:5px;font-weight:700;font-size:16px}.content[data-v-f6e33386]{padding:15px}uni-text[data-v-f6e33386]{margin-top:3px!important;width:auto!important;font-size:13px}.nolist uni-text[data-v-f6e33386]{margin:-15px auto 15px!important;width:100%!important}',""]),t.exports=e},"35c0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-4588f040]{height:100vh;background-color:#fff}uni-input[data-v-4588f040]{border:none;background:inherit}.headbox[data-v-4588f040]{height:180rpx;padding-top:10px;border-radius:0 0 5px 5px;background:#37cc92}.headimage[data-v-4588f040]{display:block;padding-top:10px;width:70px;height:70px;border-radius:50%;font-size:140rpx;margin:auto;color:#fff}.lan[data-v-4588f040]{display:flex;align-items:center;font-size:32rpx;padding:5px 0;margin:5px 15px;border-bottom:1px solid #f7f7f7}.left[data-v-4588f040]{width:24%;text-align:left}.right[data-v-4588f040]{display:flex;align-items:center;justify-content:flex-end;width:72%;height:40px;line-height:40px;box-sizing:border-box;position:relative;text-align:right}.right .radio[data-v-4588f040]{display:flex;align-items:center}.right uni-picker[data-v-4588f040]{width:100%;text-align:right;border:none;margin-right:15px;font-size:32rpx;color:#333}.right[data-v-4588f040] uni-input{height:35px;padding-top:1px;font-size:32rpx;color:#333;margin-right:15px}.right .iconfont[data-v-4588f040]{color:#333;font-size:32rpx;position:absolute;right:-10px;top:0}.btn[data-v-4588f040]{width:auto;margin:40px 15px 0;background:#fea606!important}.visible[data-v-4588f040]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.6)}.visible .groupBtn[data-v-4588f040]{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view[data-v-4588f040]{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure[data-v-4588f040]{background-color:#37cc92;color:#fff!important}.visible .picker-view[data-v-4588f040]{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.visible .item[data-v-4588f040]{line-height:45px;text-align:center}',""]),t.exports=e},"35f0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-5d4e2bc0]{background-color:#f3f4f6;padding:15px;min-height:100vh}.top[data-v-5d4e2bc0]{height:auto;background:#fff;border-radius:10px;display:flex;padding:10px;align-items:center;justify-content:space-between}.top .headimg[data-v-5d4e2bc0]{width:80%;display:flex;align-items:center}.top .headimg uni-view[data-v-5d4e2bc0]{width:calc(100% - 70px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top uni-image[data-v-5d4e2bc0]{width:60px;height:60px;border-radius:50%;margin-right:10px}.wxlist[data-v-5d4e2bc0]{height:auto;overflow:hidden;position:relative}.wxlist .item[data-v-5d4e2bc0]{width:auto;font-size:32rpx;line-height:45px;height:45px;display:flex;margin-top:15px;background:#fff;padding:0 10px;border-radius:10px;justify-content:space-between;align-items:center}.wxlist .item .left[data-v-5d4e2bc0]{display:flex;align-items:center}.href[data-v-5d4e2bc0]{display:flex;width:100%;color:#000;text-decoration:none;justify-content:space-between}.btn[data-v-5d4e2bc0]{width:auto;background:#fea606;margin:50px 15px 0 15px}[data-v-5d4e2bc0] uni-picker{width:50%;position:relative}[data-v-5d4e2bc0] uni-picker .uni-input{display:flex;padding-right:20px;text-align:right;justify-content:flex-end}[data-v-5d4e2bc0] uni-picker .iconfont{position:absolute;right:-1px;top:3px}',""]),t.exports=e},"36c1":function(t,e,i){var a=i("7827");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("ae1ca76e",a,!0,{sourceMap:!1,shadowMode:!1})},"36f3":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("4a2e")),r=a(i("dcfb")),s=a(i("ea80")),o={data:function(){return{wxsProps:{}}},components:{record:n.default,firstweight:r.default,qiunDataCharts:s.default}};e.default=o},"376c":function(t,e,i){"use strict";i.r(e);var a=i("fb74"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},3868:function(t,e,i){"use strict";i.r(e);var a=i("4b6e"),n=i("761b");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5b6a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7fe32bcf",null,!1,a["a"],void 0);e["default"]=o.exports},3882:function(t,e,i){var a=i("b108");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("29fda1bc",a,!0,{sourceMap:!1,shadowMode:!1})},"38c0":function(t,e,i){"use strict";i.r(e);var a=i("89d1"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"38df":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"3b2d":function(t,e){function i(e){return t.exports=i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3b47":function(t,e,i){"use strict";var a=i("c98f"),n=i.n(a);n.a},"3bda":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-datetime-picker[data-v-9f5a12d2]{}.uni-datetime-picker-view[data-v-9f5a12d2]{height:130px;width:270px;cursor:pointer}.uni-datetime-picker-item[data-v-9f5a12d2]{height:50px;line-height:50px;text-align:center;font-size:14px}.uni-datetime-picker-btn[data-v-9f5a12d2]{margin-top:60px;display:flex;cursor:pointer;flex-direction:row;justify-content:space-between}.uni-datetime-picker-btn-text[data-v-9f5a12d2]{font-size:14px;color:#007aff}.uni-datetime-picker-btn-group[data-v-9f5a12d2]{display:flex;flex-direction:row}.uni-datetime-picker-cancel[data-v-9f5a12d2]{margin-right:30px}.uni-datetime-picker-mask[data-v-9f5a12d2]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-duration:.3s;z-index:998}.uni-datetime-picker-popup[data-v-9f5a12d2]{border-radius:8px;padding:30px;width:270px;background-color:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition-duration:.3s;z-index:999}.uni-datetime-picker-time[data-v-9f5a12d2]{color:grey}.uni-datetime-picker-column[data-v-9f5a12d2]{height:50px}.uni-datetime-picker-timebox[data-v-9f5a12d2]{border:1px solid #e5e5e5;border-radius:5px;padding:7px 10px;box-sizing:border-box;cursor:pointer}.uni-datetime-picker-timebox-pointer[data-v-9f5a12d2]{cursor:pointer}.uni-datetime-picker-disabled[data-v-9f5a12d2]{opacity:.4}.uni-datetime-picker-text[data-v-9f5a12d2]{font-size:14px;line-height:50px}.uni-datetime-picker-sign[data-v-9f5a12d2]{position:absolute;top:45px;color:#999}.sign-left[data-v-9f5a12d2]{left:86px}.sign-right[data-v-9f5a12d2]{right:86px}.sign-center[data-v-9f5a12d2]{left:135px}.uni-datetime-picker__container-box[data-v-9f5a12d2]{position:relative;display:flex;align-items:center;justify-content:center;margin-top:40px}.time-hide-second[data-v-9f5a12d2]{width:180px}',""]),t.exports=e},"3c39":function(t,e,i){var a=i("47de");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("16b287a6",a,!0,{sourceMap:!1,shadowMode:!1})},"3c96":function(t,e,i){t.exports=i.p+"assets/uniicons.2579c7da.ttf"},"3e14":function(t,e,i){"use strict";var a=i("c062"),n=i.n(a);n.a},"3edd":function(t,e,i){var a=i("7457");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("04c553c3",a,!0,{sourceMap:!1,shadowMode:!1})},"3eddc":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["type"],data:function(){return{wxsProps:{}}},components:{}}},"3ee0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["rtype"],data:function(){return{wxsProps:{}}},components:{}}},"3f33":function(t,e,i){"use strict";var a=i("40eb"),n=i.n(a);n.a},"3fe4":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(7,"a-end"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1)],1)],1),t._$g(10,"i")?i("uni-view",{attrs:{_i:10}},[t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-picker",{attrs:{range:t._$g(14,"a-range"),"range-key":"name",value:t._$g(14,"a-value"),_i:14},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(16,"sc"),attrs:{_i:16}})],1)],1)],1):t._e(),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(20,"a-range"),value:t._$g(20,"a-value"),_i:20},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v(t._$g(21,"t0-0")+t._$g(21,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(22,"sc"),attrs:{_i:22}})],1):t._e(),t._$g(23,"i")?i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-input",{attrs:{type:t._$g(24,"a-type"),placeholder:t._$g(24,"a-placeholder"),_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"number"}}),t._v(t._$g(23,"t1-0"))],1):t._e()],1):t._e(),t._$g(25,"i")?i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))]),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(28,"a-range"),value:t._$g(28,"a-value"),_i:28},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0")+t._$g(29,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(30,"sc"),attrs:{_i:30}})],1)],1):t._e(),t._$g(31,"i")?i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[i("v-uni-input",{attrs:{type:"number",placeholder:t._$g(34,"a-placeholder"),_i:34},model:{value:t._$g(34,"v-model"),callback:function(e){t.$handleVModelEvent(34,e)},expression:"number"}}),t._v(t._$g(33,"t1-0"))],1)],1):t._e()],1):t._e(),t._$g(35,"i")?i("uni-view",{attrs:{_i:35}},[t._$g(36,"i")?i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))]),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(39,"a-placeholder"),_i:39},model:{value:t._$g(39,"v-model"),callback:function(e){t.$handleVModelEvent(39,e)},expression:"height"}}),t._v("cm")],1)],1):t._e(),t._$g(40,"i")?i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[t._v(t._$g(41,"t0-0"))]),i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(43,"a-placeholder"),_i:43},model:{value:t._$g(43,"v-model"),callback:function(e){t.$handleVModelEvent(43,e)},expression:"weight"}}),t._v("kg")],1)],1):t._e(),t._$g(44,"i")?i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v(t._$g(45,"t0-0"))]),i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(47,"a-placeholder"),_i:47},model:{value:t._$g(47,"v-model"),callback:function(e){t.$handleVModelEvent(47,e)},expression:"head"}}),t._v("cm")],1)],1):t._e()],1):t._e(),t._$g(48,"i")?i("uni-view",{attrs:{_i:48}},[i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[t._v(t._$g(50,"t0-0"))]),i("uni-view",{staticClass:t._$g(51,"sc"),attrs:{_i:51}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(52,"a-placeholder"),_i:52},model:{value:t._$g(52,"v-model"),callback:function(e){t.$handleVModelEvent(52,e)},expression:"number1"}}),t._v("ml")],1)],1),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[t._v(t._$g(54,"t0-0"))]),i("uni-view",{staticClass:t._$g(55,"sc"),attrs:{_i:55}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(56,"a-placeholder"),_i:56},model:{value:t._$g(56,"v-model"),callback:function(e){t.$handleVModelEvent(56,e)},expression:"number2"}}),t._v("ml")],1)],1),i("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57}},[i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[t._v(t._$g(58,"t0-0"))]),i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(60,"a-placeholder"),_i:60},model:{value:t._$g(60,"v-model"),callback:function(e){t.$handleVModelEvent(60,e)},expression:"number3"}}),t._v("ml")],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(61,"t0-0"))]),i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(62,"t0-0"))])],1)],1)],1):t._e()},r=[]},"40a0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"40eb":function(t,e,i){var a=i("f519");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("4cac8aec",a,!0,{sourceMap:!1,shadowMode:!1})},"40f2":function(t,e,i){var a=i("ef64");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("4d184b6c",a,!0,{sourceMap:!1,shadowMode:!1})},4166:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-icon",{staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r}}),i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-text",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[t._v(t._$g("6-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("v-uni-text",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1)],1)})),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-image",{attrs:{src:t._$g(11,"a-src"),_i:11}}),i("v-uni-text",{attrs:{_i:12}},[t._v("\u6682\u65e0\u6570\u636e\uff01")])],1):t._e()],1)},n=[]},"41b1":function(t,e,i){var a=i("17d9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5acbe3af",a,!0,{sourceMap:!1,shadowMode:!1})},"41d2":function(t,e,i){"use strict";i.r(e);var a=i("ca9c"),n=i("1592");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("6a37");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"d64239b6",null,!1,a["a"],void 0);e["default"]=o.exports},"43bb":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},4468:function(t,e,i){"use strict";i.r(e);var a=i("9e42"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},4554:function(t,e,i){"use strict";i.r(e);var a=i("62f4"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"464c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/HC.png",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"weight"}}),t._v("kg")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},4787:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"47a9":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"47de":function(t,e,i){var a=i("c86c"),n=i("ac93"),r=i("3c96");e=a(!1);var s=n(r);e.push([t.i,'@charset "UTF-8";.uniui-cart-filled[data-v-45a6b600]:before{content:"\\e6d0"}.uniui-gift-filled[data-v-45a6b600]:before{content:"\\e6c4"}.uniui-color[data-v-45a6b600]:before{content:"\\e6cf"}.uniui-wallet[data-v-45a6b600]:before{content:"\\e6b1"}.uniui-settings-filled[data-v-45a6b600]:before{content:"\\e6ce"}.uniui-auth-filled[data-v-45a6b600]:before{content:"\\e6cc"}.uniui-shop-filled[data-v-45a6b600]:before{content:"\\e6cd"}.uniui-staff-filled[data-v-45a6b600]:before{content:"\\e6cb"}.uniui-vip-filled[data-v-45a6b600]:before{content:"\\e6c6"}.uniui-plus-filled[data-v-45a6b600]:before{content:"\\e6c7"}.uniui-folder-add-filled[data-v-45a6b600]:before{content:"\\e6c8"}.uniui-color-filled[data-v-45a6b600]:before{content:"\\e6c9"}.uniui-tune-filled[data-v-45a6b600]:before{content:"\\e6ca"}.uniui-calendar-filled[data-v-45a6b600]:before{content:"\\e6c0"}.uniui-notification-filled[data-v-45a6b600]:before{content:"\\e6c1"}.uniui-wallet-filled[data-v-45a6b600]:before{content:"\\e6c2"}.uniui-medal-filled[data-v-45a6b600]:before{content:"\\e6c3"}.uniui-fire-filled[data-v-45a6b600]:before{content:"\\e6c5"}.uniui-refreshempty[data-v-45a6b600]:before{content:"\\e6bf"}.uniui-location-filled[data-v-45a6b600]:before{content:"\\e6af"}.uniui-person-filled[data-v-45a6b600]:before{content:"\\e69d"}.uniui-personadd-filled[data-v-45a6b600]:before{content:"\\e698"}.uniui-arrowthinleft[data-v-45a6b600]:before{content:"\\e6d2"}.uniui-arrowthinup[data-v-45a6b600]:before{content:"\\e6d3"}.uniui-arrowthindown[data-v-45a6b600]:before{content:"\\e6d4"}.uniui-back[data-v-45a6b600]:before{content:"\\e6b9"}.uniui-forward[data-v-45a6b600]:before{content:"\\e6ba"}.uniui-arrow-right[data-v-45a6b600]:before{content:"\\e6bb"}.uniui-arrow-left[data-v-45a6b600]:before{content:"\\e6bc"}.uniui-arrow-up[data-v-45a6b600]:before{content:"\\e6bd"}.uniui-arrow-down[data-v-45a6b600]:before{content:"\\e6be"}.uniui-arrowthinright[data-v-45a6b600]:before{content:"\\e6d1"}.uniui-down[data-v-45a6b600]:before{content:"\\e6b8"}.uniui-bottom[data-v-45a6b600]:before{content:"\\e6b8"}.uniui-arrowright[data-v-45a6b600]:before{content:"\\e6d5"}.uniui-right[data-v-45a6b600]:before{content:"\\e6b5"}.uniui-up[data-v-45a6b600]:before{content:"\\e6b6"}.uniui-top[data-v-45a6b600]:before{content:"\\e6b6"}.uniui-left[data-v-45a6b600]:before{content:"\\e6b7"}.uniui-arrowup[data-v-45a6b600]:before{content:"\\e6d6"}.uniui-eye[data-v-45a6b600]:before{content:"\\e651"}.uniui-eye-filled[data-v-45a6b600]:before{content:"\\e66a"}.uniui-eye-slash[data-v-45a6b600]:before{content:"\\e6b3"}.uniui-eye-slash-filled[data-v-45a6b600]:before{content:"\\e6b4"}.uniui-info-filled[data-v-45a6b600]:before{content:"\\e649"}.uniui-reload[data-v-45a6b600]:before{content:"\\e6b2"}.uniui-micoff-filled[data-v-45a6b600]:before{content:"\\e6b0"}.uniui-map-pin-ellipse[data-v-45a6b600]:before{content:"\\e6ac"}.uniui-map-pin[data-v-45a6b600]:before{content:"\\e6ad"}.uniui-location[data-v-45a6b600]:before{content:"\\e6ae"}.uniui-starhalf[data-v-45a6b600]:before{content:"\\e683"}.uniui-star[data-v-45a6b600]:before{content:"\\e688"}.uniui-star-filled[data-v-45a6b600]:before{content:"\\e68f"}.uniui-calendar[data-v-45a6b600]:before{content:"\\e6a0"}.uniui-fire[data-v-45a6b600]:before{content:"\\e6a1"}.uniui-medal[data-v-45a6b600]:before{content:"\\e6a2"}.uniui-font[data-v-45a6b600]:before{content:"\\e6a3"}.uniui-gift[data-v-45a6b600]:before{content:"\\e6a4"}.uniui-link[data-v-45a6b600]:before{content:"\\e6a5"}.uniui-notification[data-v-45a6b600]:before{content:"\\e6a6"}.uniui-staff[data-v-45a6b600]:before{content:"\\e6a7"}.uniui-vip[data-v-45a6b600]:before{content:"\\e6a8"}.uniui-folder-add[data-v-45a6b600]:before{content:"\\e6a9"}.uniui-tune[data-v-45a6b600]:before{content:"\\e6aa"}.uniui-auth[data-v-45a6b600]:before{content:"\\e6ab"}.uniui-person[data-v-45a6b600]:before{content:"\\e699"}.uniui-email-filled[data-v-45a6b600]:before{content:"\\e69a"}.uniui-phone-filled[data-v-45a6b600]:before{content:"\\e69b"}.uniui-phone[data-v-45a6b600]:before{content:"\\e69c"}.uniui-email[data-v-45a6b600]:before{content:"\\e69e"}.uniui-personadd[data-v-45a6b600]:before{content:"\\e69f"}.uniui-chatboxes-filled[data-v-45a6b600]:before{content:"\\e692"}.uniui-contact[data-v-45a6b600]:before{content:"\\e693"}.uniui-chatbubble-filled[data-v-45a6b600]:before{content:"\\e694"}.uniui-contact-filled[data-v-45a6b600]:before{content:"\\e695"}.uniui-chatboxes[data-v-45a6b600]:before{content:"\\e696"}.uniui-chatbubble[data-v-45a6b600]:before{content:"\\e697"}.uniui-upload-filled[data-v-45a6b600]:before{content:"\\e68e"}.uniui-upload[data-v-45a6b600]:before{content:"\\e690"}.uniui-weixin[data-v-45a6b600]:before{content:"\\e691"}.uniui-compose[data-v-45a6b600]:before{content:"\\e67f"}.uniui-qq[data-v-45a6b600]:before{content:"\\e680"}.uniui-download-filled[data-v-45a6b600]:before{content:"\\e681"}.uniui-pyq[data-v-45a6b600]:before{content:"\\e682"}.uniui-sound[data-v-45a6b600]:before{content:"\\e684"}.uniui-trash-filled[data-v-45a6b600]:before{content:"\\e685"}.uniui-sound-filled[data-v-45a6b600]:before{content:"\\e686"}.uniui-trash[data-v-45a6b600]:before{content:"\\e687"}.uniui-videocam-filled[data-v-45a6b600]:before{content:"\\e689"}.uniui-spinner-cycle[data-v-45a6b600]:before{content:"\\e68a"}.uniui-weibo[data-v-45a6b600]:before{content:"\\e68b"}.uniui-videocam[data-v-45a6b600]:before{content:"\\e68c"}.uniui-download[data-v-45a6b600]:before{content:"\\e68d"}.uniui-help[data-v-45a6b600]:before{content:"\\e679"}.uniui-navigate-filled[data-v-45a6b600]:before{content:"\\e67a"}.uniui-plusempty[data-v-45a6b600]:before{content:"\\e67b"}.uniui-smallcircle[data-v-45a6b600]:before{content:"\\e67c"}.uniui-minus-filled[data-v-45a6b600]:before{content:"\\e67d"}.uniui-micoff[data-v-45a6b600]:before{content:"\\e67e"}.uniui-closeempty[data-v-45a6b600]:before{content:"\\e66c"}.uniui-clear[data-v-45a6b600]:before{content:"\\e66d"}.uniui-navigate[data-v-45a6b600]:before{content:"\\e66e"}.uniui-minus[data-v-45a6b600]:before{content:"\\e66f"}.uniui-image[data-v-45a6b600]:before{content:"\\e670"}.uniui-mic[data-v-45a6b600]:before{content:"\\e671"}.uniui-paperplane[data-v-45a6b600]:before{content:"\\e672"}.uniui-close[data-v-45a6b600]:before{content:"\\e673"}.uniui-help-filled[data-v-45a6b600]:before{content:"\\e674"}.uniui-paperplane-filled[data-v-45a6b600]:before{content:"\\e675"}.uniui-plus[data-v-45a6b600]:before{content:"\\e676"}.uniui-mic-filled[data-v-45a6b600]:before{content:"\\e677"}.uniui-image-filled[data-v-45a6b600]:before{content:"\\e678"}.uniui-locked-filled[data-v-45a6b600]:before{content:"\\e668"}.uniui-info[data-v-45a6b600]:before{content:"\\e669"}.uniui-locked[data-v-45a6b600]:before{content:"\\e66b"}.uniui-camera-filled[data-v-45a6b600]:before{content:"\\e658"}.uniui-chat-filled[data-v-45a6b600]:before{content:"\\e659"}.uniui-camera[data-v-45a6b600]:before{content:"\\e65a"}.uniui-circle[data-v-45a6b600]:before{content:"\\e65b"}.uniui-checkmarkempty[data-v-45a6b600]:before{content:"\\e65c"}.uniui-chat[data-v-45a6b600]:before{content:"\\e65d"}.uniui-circle-filled[data-v-45a6b600]:before{content:"\\e65e"}.uniui-flag[data-v-45a6b600]:before{content:"\\e65f"}.uniui-flag-filled[data-v-45a6b600]:before{content:"\\e660"}.uniui-gear-filled[data-v-45a6b600]:before{content:"\\e661"}.uniui-home[data-v-45a6b600]:before{content:"\\e662"}.uniui-home-filled[data-v-45a6b600]:before{content:"\\e663"}.uniui-gear[data-v-45a6b600]:before{content:"\\e664"}.uniui-smallcircle-filled[data-v-45a6b600]:before{content:"\\e665"}.uniui-map-filled[data-v-45a6b600]:before{content:"\\e666"}.uniui-map[data-v-45a6b600]:before{content:"\\e667"}.uniui-refresh-filled[data-v-45a6b600]:before{content:"\\e656"}.uniui-refresh[data-v-45a6b600]:before{content:"\\e657"}.uniui-cloud-upload[data-v-45a6b600]:before{content:"\\e645"}.uniui-cloud-download-filled[data-v-45a6b600]:before{content:"\\e646"}.uniui-cloud-download[data-v-45a6b600]:before{content:"\\e647"}.uniui-cloud-upload-filled[data-v-45a6b600]:before{content:"\\e648"}.uniui-redo[data-v-45a6b600]:before{content:"\\e64a"}.uniui-images-filled[data-v-45a6b600]:before{content:"\\e64b"}.uniui-undo-filled[data-v-45a6b600]:before{content:"\\e64c"}.uniui-more[data-v-45a6b600]:before{content:"\\e64d"}.uniui-more-filled[data-v-45a6b600]:before{content:"\\e64e"}.uniui-undo[data-v-45a6b600]:before{content:"\\e64f"}.uniui-images[data-v-45a6b600]:before{content:"\\e650"}.uniui-paperclip[data-v-45a6b600]:before{content:"\\e652"}.uniui-settings[data-v-45a6b600]:before{content:"\\e653"}.uniui-search[data-v-45a6b600]:before{content:"\\e654"}.uniui-redo-filled[data-v-45a6b600]:before{content:"\\e655"}.uniui-list[data-v-45a6b600]:before{content:"\\e644"}.uniui-mail-open-filled[data-v-45a6b600]:before{content:"\\e63a"}.uniui-hand-down-filled[data-v-45a6b600]:before{content:"\\e63c"}.uniui-hand-down[data-v-45a6b600]:before{content:"\\e63d"}.uniui-hand-up-filled[data-v-45a6b600]:before{content:"\\e63e"}.uniui-hand-up[data-v-45a6b600]:before{content:"\\e63f"}.uniui-heart-filled[data-v-45a6b600]:before{content:"\\e641"}.uniui-mail-open[data-v-45a6b600]:before{content:"\\e643"}.uniui-heart[data-v-45a6b600]:before{content:"\\e639"}.uniui-loop[data-v-45a6b600]:before{content:"\\e633"}.uniui-pulldown[data-v-45a6b600]:before{content:"\\e632"}.uniui-scan[data-v-45a6b600]:before{content:"\\e62a"}.uniui-bars[data-v-45a6b600]:before{content:"\\e627"}.uniui-checkbox[data-v-45a6b600]:before{content:"\\e62b"}.uniui-checkbox-filled[data-v-45a6b600]:before{content:"\\e62c"}.uniui-shop[data-v-45a6b600]:before{content:"\\e62f"}.uniui-headphones[data-v-45a6b600]:before{content:"\\e630"}.uniui-cart[data-v-45a6b600]:before{content:"\\e631"}@font-face{font-family:uniicons;src:url('+s+")}.uni-icons[data-v-45a6b600]{font-family:uniicons;text-decoration:none;text-align:center}",""]),t.exports=e},4897:function(t,e,i){"use strict";i.r(e);var a=i("6801"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"48ba":function(t,e,i){"use strict";i.r(e);var a=i("36f3"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},4970:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},4979:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"49fe":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.TrendPage[data-v-7fe32bcf]{min-height:100vh}.boxTime[data-v-7fe32bcf]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.boxTime .one[data-v-7fe32bcf]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.boxTime .center[data-v-7fe32bcf]{width:10%;margin:0 15px}.boxTime uni-picker[data-v-7fe32bcf]{width:50%;border:none;display:flex;justify-content:center}.boxTime .iconfont[data-v-7fe32bcf]{color:#333;font-size:36rpx}.line[data-v-7fe32bcf]{padding-top:15px}.title[data-v-7fe32bcf]{width:100%;text-align:center;color:#999;font-size:14PX;margin-top:15px}.title uni-text[data-v-7fe32bcf]{width:15px;height:10px;margin-right:5px;display:inline-block}',""]),t.exports=e},"4a2e":function(t,e,i){"use strict";i.r(e);var a=i("3fe4"),n=i("df8c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("b29a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"38dfaea3",null,!1,a["a"],void 0);e["default"]=o.exports},"4a62":function(t,e,i){"use strict";var a=i("6ac1"),n=i.n(a);n.a},"4abc":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-0a07ecd0]{width:100%;min-height:100vh;background-color:#fff}.item-ite[data-v-0a07ecd0]{line-height:20PX;margin-bottom:15px}.title[data-v-0a07ecd0]{height:50px;line-height:50px;text-align:center;font-weight:700}.image[data-v-0a07ecd0]{width:100%;text-align:center;margin-top:30px}.image uni-image[data-v-0a07ecd0]{width:200px;height:252px;margin:auto}.end[data-v-0a07ecd0]{color:#fff;position:absolute;bottom:80px;width:70px;height:70px;line-height:70px;background:#fea606;margin-left:calc(50% - 35px);border-radius:50px;text-align:center;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.wrapper[data-v-0a07ecd0]{background-color:rgba(0,0,0,.6)}.wrapper .edit[data-v-0a07ecd0]{width:80%!important;background-color:#fff}.wrapper .editem[data-v-0a07ecd0]{height:auto;display:flex;align-items:center;flex-direction:column}.wrapper .editem uni-view[data-v-0a07ecd0]{width:100%;text-align:center;margin-bottom:5px}.wrapper .center[data-v-0a07ecd0]{background-color:#eee;padding:0 10px;display:flex;flex-wrap:wrap;margin:45px 0;font-size:32rpx;border-radius:5px;align-items:center;justify-content:space-between}.wrapper .center uni-image[data-v-0a07ecd0]{width:35px;height:35px;margin-right:10px;margin-top:15px}.wrapper .center .left[data-v-0a07ecd0]{display:flex;align-content:center;padding-bottom:10px}.wrapper .center .name[data-v-0a07ecd0]{margin-top:15px}.wrapper .center2[data-v-0a07ecd0]{margin:10px 0;background-color:#fff;padding:0}.wrapper .center2 .left[data-v-0a07ecd0]{width:100%;background:#eee;padding:0 10px 10px;margin-bottom:10px}.wrapper .item[data-v-0a07ecd0]{display:flex;justify-content:space-between}.wrapper .item .item-ite[data-v-0a07ecd0]{line-height:20px;font-size:28rpx;color:#999;text-align:center}.wrapper .item .item-ite uni-text[data-v-0a07ecd0]{display:block;width:100%;font-size:36rpx;color:#333;text-align:center;margin-bottom:10px}.wrapper .btn[data-v-0a07ecd0]{margin-top:25px;height:45px;line-height:45px;background:#fea606;margin-bottom:25px}',""]),t.exports=e},"4b2e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("T")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-text",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1")]),i("v-uni-text",{attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))])],1):t._e(),t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("2")]),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1):t._e(),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-text",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v("3")]),i("v-uni-text",{attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:24}},[t._v(t._$g(24,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0"))])],1):t._e()],1),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[i("uni-view",{class:t._$g(27,"c"),attrs:{_i:27}},[t._v(t._$g(27,"t0-0"))]),i("uni-view",{class:t._$g(28,"c"),attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))]),i("uni-view",{class:t._$g(29,"c"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))])],1):t._e(),t._$g(30,"i")?i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("v-uni-text",{attrs:{_i:32}},[t._v(t._$g(32,"t0-0")+"ml")]),t._v(t._$g(31,"t1-0"))],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v(t._$g(33,"t0-0")+t._$g(33,"t0-1")+"ml\u3002"+t._$g(33,"t0-2")+t._$g(33,"t0-3")+"L/min,"+t._$g(33,"t0-4")+t._$g(33,"t0-5")+"ml\u3002"+t._$g(33,"t0-6"))])],1):t._e(),t._$g(34,"i")?i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(34,"t0-0"))]):t._e(),t._$g(35,"i")?i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(35,"t0-0"))]):t._e(),t._$g(36,"i")?i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(t._$g(36,"t0-0")+t._$g(36,"t0-1")),i("v-uni-text",{attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))])],1):t._e()],1):i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))]),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[t._v(t._$g(41,"t0-0")),i("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0")+"L/min")])],1),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}}),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}}),i("uni-view",{staticClass:t._$g(47,"sc"),style:t._$g(47,"s"),attrs:{_i:47}}),i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},t._l(t._$g(49,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("49-"+r,"sc"),attrs:{_i:"49-"+r}},[t._v(t._$g("49-"+r,"t0-0"))])})),1)],1)],1),i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[i("v-uni-text",{attrs:{_i:51}},[t._v(t._$g(51,"t0-0")+"ml")]),t._v(t._$g(50,"t1-0"))],1)],1)],1)],1)},n=[]},"4b6e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(4,"a-end"),fields:t._$g(4,"a-fields"),value:t._$g(4,"a-value"),_i:4},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0")),i("v-uni-icon",{staticClass:t._$g(6,"sc"),attrs:{_i:6}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(8,"a-end"),fields:t._$g(8,"a-fields"),value:t._$g(8,"a-value"),_i:8},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")),i("v-uni-icon",{staticClass:t._$g(10,"sc"),attrs:{_i:10}})],1)],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},t._l(t._$g(13,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[t._$g("14-"+r,"i")?i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("qiunDataCharts",{attrs:{_i:"15-"+r}})],1):i("uni-view",{attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-image",{attrs:{src:t._$g("18-"+r,"a-src"),_i:"18-"+r}}),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v(t._$g("19-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0"))])],1)],1)})),1)],1)],1)},n=[]},"4bb4":function(t,e,i){"use strict";i.r(e);var a=i("de3d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4e83":function(t,e,i){var a=i("34d0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("4a26b7a4",a,!0,{sourceMap:!1,shadowMode:!1})},"4f07":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-4c711e66]{width:200px!important;height:340px!important}',""]),t.exports=e},"4ff2":function(t,e,i){"use strict";i.r(e);var a=i("1f3a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5003:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("7ca3")),r=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],s={type:["pie","ring","rose","word","funnel","map","arcbar","line","column","mount","bar","area","radar","gauge","candle","mix","tline","tarea","scatter","bubble","demotype"],range:["\u997c\u72b6\u56fe","\u5706\u73af\u56fe","\u73ab\u7470\u56fe","\u8bcd\u4e91\u56fe","\u6f0f\u6597\u56fe","\u5730\u56fe","\u5706\u5f27\u8fdb\u5ea6\u6761","\u6298\u7ebf\u56fe","\u67f1\u72b6\u56fe","\u5c71\u5cf0\u56fe","\u6761\u72b6\u56fe","\u533a\u57df\u56fe","\u96f7\u8fbe\u56fe","\u4eea\u8868\u76d8","K\u7ebf\u56fe","\u6df7\u5408\u56fe","\u65f6\u95f4\u8f74\u6298\u7ebf","\u65f6\u95f4\u8f74\u533a\u57df","\u6563\u70b9\u56fe","\u6c14\u6ce1\u56fe","\u81ea\u5b9a\u4e49\u7c7b\u578b"],categories:["line","column","mount","bar","area","radar","gauge","candle","mix","demotype"],instance:{},option:{},formatter:{yAxisDemo1:function(t,e,i){return t+"\u5143"},yAxisDemo2:function(t,e,i){return t.toFixed(2)},xAxisDemo1:function(t,e,i){return t+"\u5e74"},xAxisDemo2:function(t,e,i){return function(t,e){var i=new Date;i.setTime(1e3*t);var a=i.getFullYear(),n=i.getMonth()+1;n=n<10?"0"+n:n;var r=i.getDate();r=r<10?"0"+r:r;var s=i.getHours();s=s<10?"0"+s:s;var o=i.getMinutes(),c=i.getSeconds();return o=o<10?"0"+o:o,c=c<10?"0"+c:c,"full"==e?a+"-"+n+"-"+r+" "+s+":"+o+":"+c:"y-m-d"==e?a+"-"+n+"-"+r:"h:m"==e?s+":"+o:"h:m:s"==e?s+":"+o+":"+c:[a,n,r,s,o,c]}(t,"h:m")},seriesDemo1:function(t,e,i,a){return t+"\u5143"},tooltipDemo1:function(t,e,i,a){return 0==i?"\u968f\u4fbf\u7528"+t.data+"\u5e74":"\u5176\u4ed6\u6211\u6ca1\u6539"+t.data+"\u5929"},pieDemo:function(t,e,i,a){if(void 0!==e)return i[e].name+"\uff1a"+i[e].data+"\u5143"}},demotype:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"curve",width:2}}},pie:{type:"pie",color:r,padding:[5,5,5,5],extra:{pie:{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},ring:{type:"ring",color:r,padding:[5,5,5,5],rotate:!1,dataLabel:!0,legend:{show:!0,position:"right",lineHeight:25},title:{name:"\u6536\u76ca\u7387",fontSize:15,color:"#666666"},subtitle:{name:"70%",fontSize:25,color:"#7cb5ec"},extra:{ring:{ringWidth:30,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},rose:{type:"rose",color:r,padding:[5,5,5,5],legend:{show:!0,position:"left",lineHeight:25},extra:{rose:{type:"area",minRadius:50,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF"}}},word:{type:"word",color:r,extra:{word:{type:"normal",autoColors:!1}}},funnel:{type:"funnel",color:r,padding:[15,15,0,15],extra:{funnel:{activeOpacity:.3,activeWidth:10,border:!0,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,labelAlign:"right"}}},map:{type:"map",color:r,padding:[0,0,0,0],dataLabel:!0,extra:{map:{border:!0,borderWidth:1,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#F04864",activeFillColor:"#FACC14",activeFillOpacity:1}}},arcbar:{type:"arcbar",color:r,title:{name:"",fontSize:25,color:""},subtitle:{name:"",fontSize:15,color:""},extra:{arcbar:{type:"circle",width:10,backgroundColor:"#E9E9E9",startAngle:1.5,endAngle:.25,gap:2}}},line:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"straight",width:2,activeType:"hollow"}}},tline:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!1,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{line:{type:"curve",width:2,activeType:"hollow"}}},tarea:{type:"area",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!0,activeType:"hollow"}}},column:{type:"column",color:r,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:(0,n.default)({gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},"data",[{min:0}]),legend:{},extra:{column:{type:"group",width:20,seriesGap:5,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.5,barBorderCircle:!0,linearType:"opacity",linearOpacity:1}}},mount:{type:"mount",color:r,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{data:[{min:0}]},legend:{},extra:{mount:{type:"mount",widthRatio:1.5}}},bar:{type:"bar",color:r,padding:[15,30,0,5],xAxis:{boundaryGap:"justify",disableGrid:!1,min:0,axisLine:!1},yAxis:{},legend:{},extra:{bar:{type:"group",width:30,meterBorde:1,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.08}}},area:{type:"area",color:r,padding:[20,15,5,10],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},legend:{show:!1},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:1,gradient:!0,activeType:"hollow"}}},radar:{type:"radar",color:r,padding:[5,5,5,5],dataLabel:!1,legend:{show:!0,position:"right",lineHeight:25},extra:{radar:{gridType:"radar",gridColor:"#CCCCCC",gridCount:3,opacity:.2,max:200,labelShow:!0}}},gauge:{type:"gauge",color:r,title:{name:"66Km/H",fontSize:25,color:"#2fc25b",offsetY:50},subtitle:{name:"\u5b9e\u65f6\u901f\u5ea6",fontSize:15,color:"#1890ff",offsetY:-50},extra:{gauge:{type:"default",width:30,labelColor:"#666666",startAngle:.75,endAngle:.25,startNumber:0,endNumber:100,labelFormat:"",splitLine:{fixRadius:0,splitNumber:10,width:30,color:"#FFFFFF",childNumber:5,childWidth:12},pointer:{width:24,color:"auto"}}}},candle:{type:"candle",color:r,padding:[15,15,0,15],enableScroll:!0,enableMarkLine:!0,dataLabel:!1,xAxis:{labelCount:4,itemCount:40,disableGrid:!0,gridColor:"#CCCCCC",gridType:"solid",dashLength:4,scrollShow:!0,scrollAlign:"left",scrollColor:"#A6A6A6",scrollBackgroundColor:"#EFEBEF"},yAxis:{},legend:{},extra:{candle:{color:{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},average:{show:!0,name:["MA5","MA10","MA30"],day:[5,10,20],color:["#1890ff","#2fc25b","#facc14"]}},markLine:{type:"dash",dashLength:5,data:[{value:2150,lineColor:"#f04864",showLabel:!0},{value:2350,lineColor:"#f04864",showLabel:!0}]}}},mix:{type:"mix",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{disabled:!1,disableGrid:!1,splitNumber:5,gridType:"dash",dashLength:4,gridColor:"#CCCCCC",padding:10,showTitle:!0,data:[]},legend:{},extra:{mix:{column:{width:20}}}},scatter:{type:"scatter",color:r,padding:[15,15,0,15],dataLabel:!1,xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0},yAxis:{disableGrid:!1,gridType:"dash"},legend:{},extra:{scatter:{}}},bubble:{type:"bubble",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0,max:250},yAxis:{disableGrid:!1,gridType:"dash",data:[{min:0,max:150}]},legend:{},extra:{bubble:{border:2,opacity:.5}}}},o=s;e.default=o},"500f":function(t,e,i){"use strict";i.r(e);var a=i("fd9d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"510f":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-d18b9780]{margin-top:15px;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 20px);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-radius:10px;position:relative;min-height:30px}.box .groupBtn[data-v-d18b9780]{width:100%}.box .history[data-v-d18b9780]{position:absolute;top:0;right:10px;height:35px;line-height:35px;float:right;margin-top:15px;font-size:28rpx;padding:0 10px;background:#37cc92!important}.box .charts[data-v-d18b9780]{width:100%;height:260upx;margin:10px 0;position:relative;display:flex;align-items:center;justify-content:center}.box .charts .name[data-v-d18b9780]{position:absolute;width:100%;text-align:center;font-size:56rpx;margin:auto;color:#4687f9}.wrapper[data-v-d18b9780]{font-size:28upx}.wrapper .choice[data-v-d18b9780]{color:#37cc92;font-weight:500;padding-left:15px;display:inline-block}.wrapper .edit[data-v-d18b9780]{background-color:#fff}.wrapper .item[data-v-d18b9780]{width:100%;height:45px;line-height:45px;display:flex;border-bottom:1px solid #f7f7f7}.wrapper .btn[data-v-d18b9780]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.wrapper .edit[data-v-d18b9780]{top:20%}.wrapper .close[data-v-d18b9780]{background:#dfdfdf!important;float:left;color:#333}.indexCarList[data-v-d18b9780]{width:100%;margin:10px 0;padding:10px 0;background-color:#fff;border-radius:10px}.indexCarList .title[data-v-d18b9780]{color:#000;background-color:#f5f5f5!important;border-bottom:1px solid #d9d9d9;padding-left:10px;border-radius:5px;height:35px;display:flex;align-items:center;width:calc(100% - 10px)}.indexCarList .title .name[data-v-d18b9780]{font-size:32upx;font-weight:700;margin-top:3px}.indexCarList .title .right[data-v-d18b9780]{width:30%;color:#37cc92;font-size:32rpx;text-align:right;margin-top:5px;margin-right:10px}.indexCarList .item3[data-v-d18b9780]{display:flex;background:#fff;padding:0 10px;height:50px;font-size:32upx;align-items:center;border-bottom:1px solid #f7f7f7}.indexCarList .item3 .name[data-v-d18b9780]{width:42%;display:flex}.indexCarList .item3 .name uni-text[data-v-d18b9780]{max-width:calc(100% - 25px);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.indexCarList .item3 .weight[data-v-d18b9780]{width:58%;display:flex;align-items:center;position:relative;justify-content:space-between}.indexCarList .item3 .weight uni-text[data-v-d18b9780]{color:#666;position:absolute;right:0;bottom:15px;font-size:24rpx}.indexCarList .item3 .weight .input[data-v-d18b9780]{width:70%;display:flex;align-items:center;position:relative;border-radius:5px;border:1px solid #dfdfdf;justify-content:space-between}.indexCarList .item3 .weight .input .uni-icons[data-v-d18b9780]{position:absolute;right:10px;bottom:5px}.indexCarList .item3 .weight .input[data-v-d18b9780] uni-input,\n.indexCarList .item3 .weight .input[data-v-d18b9780] uni-picker{width:100%;font-size:32upx;height:35px;line-height:33px;text-align:center}.indexCarList .item3 .weight .input[data-v-d18b9780] uni-picker{position:relative}.indexCarList .item3 .weight .input[data-v-d18b9780] uni-picker .down{position:absolute;right:10px;top:1px}.indexCarList .item3 .iconfont[data-v-d18b9780]{color:#fea606}.result[data-v-d18b9780]{width:100%}.result .weight uni-view[data-v-d18b9780]{width:30%!important;text-align:center}.gfbtn[data-v-d18b9780]{width:calc(100% - 40px);margin-top:20px;margin-left:20px;color:#fff;padding:8px 0;border-radius:10px;text-align:center;background:#37cc92}.content[data-v-d18b9780]{min-height:100vh;padding-bottom:15px;background-color:#f7f7f7}.Max_score[data-v-d18b9780]{width:100%;text-align:center}.Lastdata[data-v-d18b9780]{height:35px;line-height:35px;margin-top:15px;font-size:28rpx;padding:0 10px;background:#fec407!important;border-radius:10px;color:#fff;width:30%;text-align:center}.uni-stat-tooltip[data-v-d18b9780]{width:80%;height:auto;overflow:scroll;word-break:break-word;position:fixed;margin:auto;background-color:rgba(0,0,0,.8);color:#fff;z-index:999;padding:10px;border-radius:10px;top:33%;left:10%}',""]),t.exports=e},5122:function(t,e,i){"use strict";i.r(e);var a=i("601f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5188:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-a616c3ae]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-a616c3ae]{top:20%}.close[data-v-a616c3ae]{background:#fff!important;float:left;color:#333}',""]),t.exports=e},"53ab":function(t,e,i){"use strict";i.r(e);var a=i("dd92"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"53ac":function(t,e,i){var a=i("a42e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("176232cc",a,!0,{sourceMap:!1,shadowMode:!1})},5402:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-4619dbe4]{padding:15px;background:#fff}.title[data-v-4619dbe4]{font-weight:600;font-size:16px;margin:30rpx auto}.title .btn[data-v-4619dbe4]{font-weight:500;font-size:12px;padding:2px 7px;border-radius:2px;margin-left:30rpx;background-color:#6492f6}.table[data-v-4619dbe4]{width:100%;border:1px solid #d69231;border-bottom:none;box-sizing:border-box;border-spacing:inherit;font-size:12px;height:auto;overflow:hidden;border-right:none}.table th[data-v-4619dbe4]{width:20%;float:left;height:35px;line-height:35px;background:#ffcf85;box-sizing:border-box;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.table td[data-v-4619dbe4]{box-sizing:border-box;background:rgba(228,205,172,.12941176470588237);display:block;float:left;width:30%;height:35px;line-height:35px;padding-right:10px;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.table2[data-v-4619dbe4]{margin-top:30rpx}.table2 th[data-v-4619dbe4],\n.table2 td[data-v-4619dbe4]{height:35px;line-height:35px;width:33.3%;display:inherit;text-align:center}.top[data-v-4619dbe4]{text-align:center;line-height:30px;font-size:12px;text-align:center;margin:30rpx;color:#999}.top uni-text[data-v-4619dbe4]{width:100%;display:block;text-align:center;font-size:20px;color:#333;font-weight:600}.TextLeft :nth-last-child(2).list .center uni-text[data-v-4619dbe4]{position:absolute;top:50%;z-index:9;text-align:center;left:0;right:0}.rank[data-v-4619dbe4]{text-align:center;margin-top:50rpx}.rank .list[data-v-4619dbe4]{height:40px;line-height:40px;display:flex;margin-left:20px;line-height:20px;justify-content:center}.rank .list .left[data-v-4619dbe4]{width:90px;line-height:60px;text-align:left;color:#666;font-size:13px;border-bottom:1px solid #dfdfdf}.rank .list .center[data-v-4619dbe4]{width:50px;height:40px;font-size:12px;color:#fff;position:relative}.rank .list .right[data-v-4619dbe4]{width:120px}.rank .list .right uni-view[data-v-4619dbe4]{display:flex;justify-content:center;align-items:baseline}.rank .list .right .triangle_left[data-v-4619dbe4]:after{clear:both;content:"";display:inline-block;margin-top:12px;margin-right:10px;width:0;height:0;border-top:8px solid transparent;border-right:8px solid;border-bottom:8px solid transparent}.rank .list .right .text[data-v-4619dbe4]{font-size:20px;font-weight:600}.rank :last-child .left[data-v-4619dbe4]{border-bottom:none}.list3[data-v-4619dbe4]{height:60px!important;line-height:60px!important}.list3 .center[data-v-4619dbe4]{height:60px!important}.bottom[data-v-4619dbe4]{font-size:12px;margin-top:15px;line-height:25px;color:#666}.bottom span[data-v-4619dbe4]{color:red;font-size:14px;font-weight:700;display:inline-block;margin:0 5px}',""]),t.exports=e},5425:function(t,e,i){"use strict";var a=i("dbcb"),n=i.n(a);n.a},"54f2":function(t,e,i){"use strict";i.r(e);var a=i("6e9e"),n=i("ccd8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2878e39b",null,!1,a["a"],void 0);e["default"]=o.exports},5578:function(t,e,i){"use strict";i.r(e);var a=i("820c"),n=i("2f92");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("0375");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4c711e66",null,!1,a["a"],void 0);e["default"]=o.exports},"55a9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-cb830cca]{margin-right:20px}.icon[data-v-cb830cca]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-cb830cca]{height:2px;width:10px}',""]),t.exports=e},5726:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},5728:function(t,e,i){"use strict";i.r(e);var a=i("b384"),n=i("023a");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ec6f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4588f040",null,!1,a["a"],void 0);e["default"]=o.exports},"57aa":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"581c":function(t,e,i){"use strict";i.r(e);var a=i("b8f5"),n=i("bcb1");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("986d");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"777f2ffa",null,!1,a["a"],void 0);e["default"]=o.exports},"585d":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-8073ae00]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.history[data-v-8073ae00]{width:calc(100% - 30px);height:auto;margin:15px 15px 0;padding-bottom:40px}.history .list[data-v-8073ae00]{width:100%;border-radius:10px;margin-bottom:12px}.history .list .data[data-v-8073ae00]{width:100%;justify-content:center;margin-bottom:8px;display:flex;align-items:center;font-size:36rpx}.history .list .data uni-icon[data-v-8073ae00]{width:40rpx;height:40rpx;margin-right:8px}.history .list .item[data-v-8073ae00]{width:calc(100% - 40rpx);display:flex;justify-content:space-between;background:#fff;font-weight:700;line-height:50rpx;padding:10px;font-size:36rpx!important}.history .list .time[data-v-8073ae00]{font-size:32rpx;font-weight:500}',""]),t.exports=e},"59c8":function(t,e,i){"use strict";i.r(e);var a=i("85ae"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"5a9b":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-37562626]{width:30px;height:30px;position:relative}.container.loading5 .shape[data-v-37562626]{width:15px;height:15px}.container .shape[data-v-37562626]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-37562626]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-37562626]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-37562626]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-37562626]{bottom:0;right:0;background-color:#e66}.loading5 .shape1[data-v-37562626]{animation:animation5shape1-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape1-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}75%{-webkit-transform:translate(15px);transform:translate(15px)}}@keyframes animation5shape1-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}75%{-webkit-transform:translate(15px);transform:translate(15px)}}.loading5 .shape2[data-v-37562626]{animation:animation5shape2-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape2-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-15px);transform:translate(-15px)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes animation5shape2-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-15px);transform:translate(-15px)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}.loading5 .shape3[data-v-37562626]{animation:animation5shape3-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape3-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px);transform:translate(15px)}50%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}75%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes animation5shape3-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px);transform:translate(15px)}50%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}75%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.loading5 .shape4[data-v-37562626]{animation:animation5shape4-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape4-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}50%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}75%{-webkit-transform:translate(-15px);transform:translate(-15px)}}@keyframes animation5shape4-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}50%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}75%{-webkit-transform:translate(-15px);transform:translate(-15px)}}",""]),t.exports=e},"5b6a":function(t,e,i){"use strict";var a=i("f95d"),n=i.n(a);n.a},"5b9a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},"5c28":function(t,e,i){"use strict";i.r(e);var a=i("7535"),n=i("04ad");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("1337");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"20252d98",null,!1,a["a"],void 0);e["default"]=o.exports},"5c2b":function(t,e,i){"use strict";var a=i("2531"),n=i.n(a);n.a},"5c38":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-430c4d7a]{padding:15px;background-color:#fff}.tip[data-v-430c4d7a]{font-size:24rpx;color:#999;line-height:22px}.editem[data-v-430c4d7a]{position:relative;display:flex;align-items:center;font-size:28rpx;border-radius:20px;margin-bottom:15px;justify-content:space-between;background:#eee;padding-left:15px}.editem .name[data-v-430c4d7a]{width:30%;float:left;height:40px;line-height:40px}.editem .right[data-v-430c4d7a]{width:58%;display:flex;align-items:center;justify-content:flex-end;padding-right:15px;height:38px;line-height:38px}.editem .right .radio2[data-v-430c4d7a]{justify-content:space-between}.editem .right .radio[data-v-430c4d7a]{width:100%;display:flex;height:40px;line-height:40px}.editem .right .text[data-v-430c4d7a],\n.editem .right[data-v-430c4d7a] uni-input{position:absolute;right:15px;top:0;left:40%;z-index:9999;color:#666;text-align:left}.editem .right[data-v-430c4d7a] uni-input{padding-left:0;margin-top:0;font-size:30rpx!important;height:38px;line-height:38px}.btn[data-v-430c4d7a]{margin-top:20px;background-color:#37cc92}.box_con[data-v-430c4d7a]{margin-top:15px;padding:10px 15px 15px;border-radius:10px;display:flex;flex-direction:column;box-shadow:0 0 5px 0 #c3c3c3;font-size:26rpx}.desc[data-v-430c4d7a]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.desc .statuevue[data-v-430c4d7a]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.desc .statuevue .bi[data-v-430c4d7a]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.desc .statuevue .bi .peobox[data-v-430c4d7a]{position:absolute;right:0;top:-1px;z-index:999}.desc .statuevue .bi .peobox .xx[data-v-430c4d7a]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.desc .statuevue .item[data-v-430c4d7a]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.desc .statuevue .item .span1[data-v-430c4d7a]{width:100%;text-align:center;position:absolute;top:-23px}.desc .statuevue .item .span[data-v-430c4d7a]{margin-top:8px;position:absolute;right:-8px}.block[data-v-430c4d7a]{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.btnf[data-v-430c4d7a]{background-color:#ff5656;padding:3px 8px;color:#fff;border-radius:5px}.yuanxing[data-v-430c4d7a]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}',""]),t.exports=e},"5ca1":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("4a2e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},"5e04":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.tabbar[data-v-32d4bdc8]{width:calc(100% - 30px);padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-32d4bdc8]{position:relative}.tabbar .active[data-v-32d4bdc8]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.notice[data-v-32d4bdc8]{width:100%;display:flex;align-items:center;background-color:#fff;margin-top:15px;margin-bottom:15px;border-radius:10px}.notice uni-text[data-v-32d4bdc8]{width:60px;font-size:18px;color:red;font-weight:700;text-align:center;border-right:1px solid #dfdfdf}.notice[data-v-32d4bdc8] uni-swiper{width:calc(100% - 15px);height:40px;line-height:40px;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f_banner[data-v-32d4bdc8]{width:calc(100% - 20px);height:330rpx;margin:20rpx}.f_banner[data-v-32d4bdc8] uni-swiper{height:330rpx}.f_banner uni-image[data-v-32d4bdc8]{width:100%;height:100%;border-radius:10px;background-size:100%}.charts .boxTime[data-v-32d4bdc8]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.charts .boxTime .one[data-v-32d4bdc8]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.charts .boxTime .center[data-v-32d4bdc8]{width:10%;margin:0 15px}.charts .boxTime uni-picker[data-v-32d4bdc8]{width:50%;border:none;display:flex;justify-content:center}.charts .boxTime .iconfont[data-v-32d4bdc8]{color:#333;font-size:36rpx}.charts .box[data-v-32d4bdc8]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.charts .box .listC[data-v-32d4bdc8]{background-color:#fff}.charts .box .listC .name[data-v-32d4bdc8]{width:20%;padding:0 15px;font-size:32rpx;text-align:center;border-radius:5px;height:30px;line-height:30px}.charts .box .listC .active2[data-v-32d4bdc8]{color:#fff;background:#37cc92}.charts .box .blockC[data-v-32d4bdc8]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.charts .gridList[data-v-32d4bdc8]{margin:0!important;width:100%!important}.charts .gridList .info[data-v-32d4bdc8]{width:100%;display:flex;justify-content:space-between}.charts .gridList .info .item[data-v-32d4bdc8]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.charts .gridList .info .item uni-text[data-v-32d4bdc8]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.charts .gridList .data .item[data-v-32d4bdc8]{display:block!important}.report .box[data-v-32d4bdc8]{padding:10px 10px 0;background-color:#fff;border-radius:10px;display:block;margin:15px 10px}.report .box .time[data-v-32d4bdc8]{color:#999;padding-bottom:15px;width:100%}.report .box .item2[data-v-32d4bdc8]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.report .box .item2 .item2_data[data-v-32d4bdc8]{width:33%}.report .box .item2 .item2_data .data[data-v-32d4bdc8]{width:100%;text-align:center;border-right:1PX solid #f7f7f7;box-sizing:border-box}.report .box .item2 .item2_data uni-text[data-v-32d4bdc8]{font-size:40rpx!important;font-weight:700}.report .box .item2 .item2_data:nth-last-child(2) .data[data-v-32d4bdc8]{border-right:none}.report .box2[data-v-32d4bdc8]{height:50px;line-height:50px;border-radius:10px;display:flex;padding:0 10px;justify-content:space-between;margin:10px;background-color:#fff}.report .info[data-v-32d4bdc8]{width:100%;display:flex;justify-content:space-between}.report .info .item[data-v-32d4bdc8]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.report .info .item uni-text[data-v-32d4bdc8]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.report .myinfoPage[data-v-32d4bdc8]{width:100%;background:#fff;margin:10px 0;padding-bottom:0;border-radius:10px}.report .myinfoPage .box1[data-v-32d4bdc8]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:32rpx;position:relative;margin:0 10px 0;padding-bottom:10px}.report .myinfoPage .box1 .list[data-v-32d4bdc8]{width:100%;color:#666;padding:0;line-height:50px}.report .myinfoPage .box1 .list uni-image[data-v-32d4bdc8],\n.report .myinfoPage .box1 .list .t-icon[data-v-32d4bdc8]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.report .myinfoPage .box1 .list .block[data-v-32d4bdc8]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.report .myinfoPage .box1 .list .block .level[data-v-32d4bdc8],\n.report .myinfoPage .box1 .list .block .val[data-v-32d4bdc8]{width:25%}.report .myinfoPage .box1 .list .block .name[data-v-32d4bdc8]{width:40%;display:flex;line-height:22px;align-items:center}.report .myinfoPage .box1 .list .block .name uni-text[data-v-32d4bdc8]{width:calc(100% - 25px)}.report .myinfoPage .box1 .list .block .icon[data-v-32d4bdc8]{width:20px;text-align:right;display:flex}.report .myinfoPage .box1 .list .block .icon uni-image[data-v-32d4bdc8]{width:20px;height:20px}.report .desc[data-v-32d4bdc8]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.report .desc .statuevue[data-v-32d4bdc8]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.report .desc .statuevue .bi[data-v-32d4bdc8]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.report .desc .statuevue .bi .peobox[data-v-32d4bdc8]{position:absolute;right:0;top:-1px;z-index:999}.report .desc .statuevue .bi .peobox .xx[data-v-32d4bdc8]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.report .desc .statuevue .item[data-v-32d4bdc8]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.report .desc .statuevue .item .span1[data-v-32d4bdc8]{width:100%;text-align:center;position:absolute;top:8px}.report .desc .statuevue .item .span[data-v-32d4bdc8]{margin-top:-25px;position:absolute;right:-8px}.report .yuanxing[data-v-32d4bdc8]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}.report .btnf[data-v-32d4bdc8]{font-size:28rpx;border-radius:5px;height:22px;margin:0 5px 0 0;line-height:22px;color:#fff;font-weight:400;width:auto!important;text-align:center!important;float:right;padding:0 5px}.report .tivon[data-v-32d4bdc8]{display:flex;justify-content:center;align-content:center;align-items:center}.report .tivon .bianji[data-v-32d4bdc8]{width:20px;height:20px;margin-left:5px}.report .box1 :last-child.list .val[data-v-32d4bdc8]{width:25%!important}.report .kcalClass[data-v-32d4bdc8]{width:100%;text-align:center;font-size:36rpx;line-height:55px;margin:-20px auto}.report .yichang[data-v-32d4bdc8]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.report .tips[data-v-32d4bdc8]{font-size:30rpx;line-height:20px}.report .tips uni-text[data-v-32d4bdc8]{display:inline-block;width:100%}.report .jianyi_box[data-v-32d4bdc8]{background-color:#fff;border-radius:10px;padding:5px 10px 15px;width:calc(100% -20px);margin:10px 0}.report .jianyi[data-v-32d4bdc8]{display:flex;margin:0 -15px;justify-content:space-between}.report .jianyi uni-view[data-v-32d4bdc8]{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:20%;margin:0 2.5% 0}.report .jianyi uni-view uni-image[data-v-32d4bdc8]{width:25px;height:25px}.report .jianyi uni-view uni-text[data-v-32d4bdc8]{width:100%;text-align:center;margin-top:10px;font-size:28rpx;color:#666}.report .jianyi .active[data-v-32d4bdc8]{border-bottom:2px solid #f19601;padding-bottom:5px;margin:17px 2.5% 0}.report .jianyi-con[data-v-32d4bdc8]{margin-top:15px;background:#f7f7f7;padding:10px;font-size:28rpx;line-height:20px;border-radius:10px}.report .tips2[data-v-32d4bdc8]{color:#999;margin-top:15px;font-size:30rpx;display:flex;align-items:center}.report[data-v-32d4bdc8] .uni-collapse-item{width:100%!important}.report[data-v-32d4bdc8] .uni-collapse-item__title-arrow{margin-right:0!important}.report[data-v-32d4bdc8] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}.wrapper[data-v-32d4bdc8]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-32d4bdc8]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-32d4bdc8]{width:90%;height:auto;background:#fff;border-radius:10px;position:relative;top:23%;padding:5px;margin:auto;z-index:99999;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.wrapper .edit[data-v-32d4bdc8] uni-swiper{min-height:540rpx;text-align:center}.wrapper .edit uni-image[data-v-32d4bdc8]{width:100%;height:450rpx;margin-top:10px}.wrapper .clear[data-v-32d4bdc8]{position:absolute;right:3px;top:0;background-color:#fff;border-radius:50%}.content[data-v-32d4bdc8]{padding:15px;font-size:32rpx;width:calc(100% - 30px);background-color:#f5f6fa;min-height:100vh}.listC[data-v-32d4bdc8]{margin:0;width:100%}',""]),t.exports=e},"5e17":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}})],1),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+"\uff1a"+t._$g(7,"t0-1"))]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")+"\uff1a"+t._$g(8,"t0-1")+t._$g(8,"t0-2"))])],1)],1)],1),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("v-uni-text",{attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),t._$g(15,"i")?i("v-uni-text",{attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"(kg)")]):i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+"(kg)")])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._$g(19,"i")?i("v-uni-text",{attrs:{_i:19}},[t._v(t._$g(19,"t0-0")+"(kg)")]):i("v-uni-text",{attrs:{_i:20}},[t._v(t._$g(20,"t0-0")+"(kg)")])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{attrs:{_i:22}},[i("uni-icons",{staticClass:t._$g(23,"sc"),attrs:{_i:23}}),t._v(t._$g(22,"t1-0"))],1),t._v(t._$g(21,"t1-0"))],1)],1):i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}}),t._v(t._$g(25,"t1-0"))],1),t._v(t._$g(24,"t1-0"))],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}}),i("uni-view",{attrs:{_i:30}},[t._v(t._$g(30,"t0-0"))]),i("uni-view",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))]),i("uni-view",{attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))])],1),t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("uni-view",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[i("v-uni-text",{attrs:{_i:"35-"+r}},[t._v(t._$g("35-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[t._$g("37-"+r,"i")?i("v-uni-text",{attrs:{_i:"37-"+r}},[t._v(t._$g("37-"+r,"t0-0"))]):t._e(),t._$g("38-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}):t._e(),t._$g("39-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}}):t._e(),t._$g("40-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}}):t._e()],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[i("uni-view",{attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"43-"+r}},[t._v(t._$g("43-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("44-"+r,"sc"),attrs:{_i:"44-"+r}},[i("uni-view",{attrs:{_i:"45-"+r}},[t._v(t._$g("45-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))])],1)],1)}))],2)],1)},r=[]},"5e4d":function(t,e,i){"use strict";i.r(e);var a=i("8b77"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"5e6a":function(t,e,i){"use strict";i.r(e);var a=i("af58"),n=i("4ff2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("0ef8");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"fe0925d0",null,!1,a["a"],void 0);e["default"]=o.exports},"5f0b":function(t,e,i){"use strict";var a=i("41b1"),n=i.n(a);n.a},"5fc7":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5e73\u5747\u5438\u6c14\u80ba\u6d3b\u91cf"),i("v-uni-text",{attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u5438\u6c14\u901f\u5ea6"),i("v-uni-text",{attrs:{_i:6}},[t._v("--")])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u662f\u5426\u8fbe\u6807"),i("v-uni-text",{attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))]),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-image",{attrs:{src:t._$g(13,"a-src"),mode:"widthFix",_i:13}})],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}}),i("uni-view",{staticClass:t._$g(16,"sc"),style:t._$g(16,"s"),attrs:{_i:16}}),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},t._l(t._$g(18,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("18-"+r,"sc"),style:t._$g("18-"+r,"s"),attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0"))])})),1):t._e()],1)],1),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-text",{attrs:{_i:20}},[t._v(t._$g(20,"t0-0"))]),t._v("\u5438\u6c14\u80ba\u6d3b\u91cf\u5e73\u5747\u503c")],1):t._e()],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-image",{attrs:{src:t._$g(25,"a-src"),_i:25}})],1),i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("\u8fd0\u52a8\u66f2\u7ebf")])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("v-uni-image",{attrs:{src:t._$g(29,"a-src"),_i:29}})],1),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v("\u5386\u53f2\u8bb0\u5f55")])],1),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("v-uni-image",{attrs:{src:t._$g(33,"a-src"),_i:33}})],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v("\u6570\u636e\u5bf9\u6bd4")])],1),i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("v-uni-image",{attrs:{src:t._$g(37,"a-src"),_i:37}})],1),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v("\u6dfb\u52a0\u8bb0\u5f55")])],1)],1)],1),i("record",{attrs:{_i:39}})],1)},n=[]},"5fc9":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"601f":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"60c9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".chartsview[data-v-62866e55]{width:100%;height:100%;display:flex;flex:1;justify-content:center;align-items:center}",""]),t.exports=e},"61c5":function(t,e,i){"use strict";i.r(e);var a=i("8668"),n=i("4bb4");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("f576");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"45a6b600",null,!1,a["a"],void 0);e["default"]=o.exports},"61f6":function(t,e,i){var a=i("f18c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("219965d6",a,!0,{sourceMap:!1,shadowMode:!1})},"62f4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},6382:function(t,e,i){var a=i("6454");t.exports=function(t,e){if(t){if("string"===typeof t)return a(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?a(t,e):void 0}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"63e9":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},6454:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,a=new Array(e);ie&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(a.offsetX,a.offsetY)}(t),"horizontal"===s.direction&&(t.preventDefault&&t.preventDefault(),r(s.x+s.deltaX,a,i)))}function n(t,e){var i=t.instance,a=i.getDataset().disabled,n=i.getState();a=("string"===typeof a?JSON.parse(a):a)||!1,a||function(t,e,i){var a=e.getState(),n=a.threshold,r=(a.position,a.isopen||"none"),s=a.leftWidth,c=a.rightWidth;if(0===a.deltaX)return void o("none",e,i);o("none"===r&&c>0&&-t>n||"none"!==r&&c>0&&c+t0&&t>n||"none"!==r&&s>0&&s-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var d=!1;return t.exports={showWatch:function(t,e,i,a){var n=a.getState();s(a,i),t&&"none"!==t?o(t,a,i):(n.left&&o("none",a,i),c(a))},touchstart:i,touchmove:a,touchend:n,mousedown:function(t,a){e&&l()&&(i(t,a),d=!0)},mousemove:function(t,i){e&&l()&&d&&a(t,i)},mouseup:function(t,i){e&&l()&&(n(t,i),d=!1)},mouseleave:function(t,i){e&&l()&&(d=!1)}},t.exports}({exports:{}})}},"6a37":function(t,e,i){"use strict";var a=i("d035"),n=i.n(a);n.a},"6a91":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{wxsProps:{"change:prop":"is_show"},staticClass:t._$g(1,"sc"),attrs:{"change:prop":t.renderswipe.showWatch,prop:t._$gc(1,"change:is_show"),"data-threshold":t._$g(1,"a-data-threshold"),"data-disabled":t._$g(1,"a-data-disabled"),_i:1},on:{touchstart:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchstart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchmove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchend(e,t.$getComponentDescriptor())}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("left",t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),style:t._$g("4-"+r,"s"),attrs:{_i:"4-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("5-"+r,"sc"),style:t._$g("5-"+r,"s"),attrs:{_i:"5-"+r}},[t._v(t._$g("5-"+r,"t0-0"))])],1)})),{_i:3})],2),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._t("default",null,{_i:7})],2),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._t("right",t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("11-"+r,"sc"),style:t._$g("11-"+r,"s"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1)})),{_i:9})],2)],1)],1)},n=[]},"6aac":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-59682479]{min-height:calc(100vh - 66px);padding:0;border-top:66px solid #f9fafc;background-color:#fff}.tishi[data-v-59682479]{width:100%;font-size:28rpx;line-height:25px;font-weight:700;position:absolute;bottom:20px;padding-left:15px}.tishi .text[data-v-59682479]{display:flex;align-items:center}.tishi .text uni-icon[data-v-59682479]{margin-right:5px}.tishi uni-text[data-v-59682479]{font-weight:500;font-size:32rpx;color:#999;width:100%;display:block}.item[data-v-59682479]{width:70%;height:40px;line-height:38px;text-align:center;background:#f7f7f7;border:1px solid #dfdfdf;font-weight:700;margin:auto;border-radius:15px;margin-top:15px}.devices_summary[data-v-59682479]{width:100%;height:40px;line-height:40px;text-align:center;color:#666}.device_list[data-v-59682479]{flex:1;width:100%;height:auto;max-height:340px;margin-top:0;margin-bottom:10px;position:absolute;bottom:160px;top:170px}.device_list .device_item[data-v-59682479]{font-size:32rpx;padding:7px 10px;color:#999;border-bottom:1px solid #dfdfdf}.device_list .device_item uni-text[data-v-59682479]{display:inline-block;font-size:28rpx;font-weight:700;color:#666;margin-bottom:5px}.tips[data-v-59682479]{font-size:28rpx;text-align:center;color:#e83a1e;background:#f7e4c8;padding:5px 0;margin-top:15px}',""]),t.exports=e},"6ac1":function(t,e,i){var a=i("0ffd");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("604cae14",a,!0,{sourceMap:!1,shadowMode:!1})},"6b18":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-text",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0")+"\u8eab\u9ad8/\u4f53\u91cd\u589e\u91cf\u5bf9\u6bd4")])],1),i("table",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("tr",{attrs:{_i:4}},[i("th",{attrs:{_i:5}},[t._v("\u59d3\u540d")]),i("td",{attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]),i("th",{attrs:{_i:7}},[t._v("\u6027\u522b")]),i("td",{attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))])],1),i("tr",{attrs:{_i:9}},[i("th",{attrs:{_i:10}},[t._v("\u51fa\u751f\u5e74\u6708")]),i("td",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("th",{attrs:{_i:12}},[t._v("\u5e74\u9f84")]),i("td",{attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))])],1)],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u5b9e\u6d4b\u8eab\u9ad8\u589e\u91cf\u5bf9\u6bd4")]),i("table",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("tr",{attrs:{_i:16}},[i("th",{attrs:{_i:17}},[t._v("\u9879\u76ee\u540d\u79f0")]),i("th",{attrs:{_i:18}},[t._v("\u7ed3\u679c")]),i("th",{attrs:{_i:19}},[t._v("\u7ed3\u8bba")])],1),i("tr",{attrs:{_i:20}},[i("td",{attrs:{_i:21}},[t._v("\u5b9e\u6d4b\u8eab\u9ad8")]),i("td",{attrs:{_i:22}},[t._v(t._$g(22,"t0-0")+"cm")]),i("td",{attrs:{_i:23}},[t._v(t._$g(23,"t0-0"))])],1),i("tr",{attrs:{_i:24}},[i("td",{attrs:{_i:25}},[t._v("\u8fd1\u534a\u5e74\u589e\u91cf")]),i("td",{attrs:{_i:26}},[t._v(t._$g(26,"t0-0")+"cm")]),i("td",{attrs:{_i:27}},[t._v(t._$g(27,"t0-0"))])],1),i("tr",{attrs:{_i:28}},[i("td",{attrs:{_i:29}},[t._v("\u8fd1\u4e00\u5e74\u589e\u91cf")]),i("td",{attrs:{_i:30}},[t._v(t._$g(30,"t0-0")+"cm")]),i("td",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))])],1)],1),i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v("\u5b9e\u6d4b\u8eab\u9ad8\uff1a"+t._$g(33,"t0-0")+"cm"),t._$g(34,"i")?i("v-uni-text",{staticClass:t._$g(34,"sc"),style:t._$g(34,"s"),attrs:{_i:34}},[t._v(t._$g(34,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g(35,"sc"),class:t._$g(35,"c"),attrs:{_i:35}},t._l(t._$g(36,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[i("uni-view",{staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("v-uni-text",{attrs:{_i:"38-"+r}},[t._v(t._$g("38-"+r,"t0-0")+"cm")])],1),i("uni-view",{staticClass:t._$g("39-"+r,"sc"),style:t._$g("39-"+r,"s"),attrs:{_i:"39-"+r}},[i("v-uni-text",{attrs:{_i:"40-"+r}},[t._v(t._$g("40-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[t._$g("42-"+r,"i")?i("uni-view",{style:t._$g("42-"+r,"s"),attrs:{_i:"42-"+r}},[i("v-uni-text",{staticClass:t._$g("43-"+r,"sc"),style:t._$g("43-"+r,"s"),attrs:{_i:"43-"+r}}),i("v-uni-text",{staticClass:t._$g("44-"+r,"sc"),attrs:{_i:"44-"+r}},[t._v(t._$g("44-"+r,"t0-0"))]),t._v("cm")],1):t._e()],1)],1)})),1),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v("\u5728"+t._$g(45,"t0-0")+"\u7684"+t._$g(45,"t0-1")+"\u5b9d\u5b9d\u4e2d\u8eab\u9ad8\u5c5e\u4e8e"),i("span",{style:t._$g(46,"s"),attrs:{_i:46}},[t._v(t._$g(46,"t0-0"))]),t._v(",\u8bf7\u6bcf\u6708\u8bb0\u5f55\u8eab\u9ad8\uff0c\u6301\u7eed\u76d1\u6d4b\u5b69\u5b50\u751f\u957f\u53d1\u80b2\u60c5\u51b5")],1)],1),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[t._v("\u8fd1\u534a\u5e74\u589e\u91cf\uff1a"+t._$g(48,"t0-0")+"cm"),t._$g(49,"i")?i("v-uni-text",{staticClass:t._$g(49,"sc"),style:t._$g(49,"s"),attrs:{_i:49}},[t._v(t._$g(49,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},t._l(t._$g(51,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[i("uni-view",{staticClass:t._$g("52-"+r,"sc"),attrs:{_i:"52-"+r}},[i("v-uni-text",{attrs:{_i:"53-"+r}},[t._v(t._$g("53-"+r,"t0-0")+"cm")])],1),i("uni-view",{staticClass:t._$g("54-"+r,"sc"),style:t._$g("54-"+r,"s"),attrs:{_i:"54-"+r}},[t._v(t._$g("54-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("55-"+r,"sc"),attrs:{_i:"55-"+r}},[t._$g("56-"+r,"i")?i("uni-view",{style:t._$g("56-"+r,"s"),attrs:{_i:"56-"+r}},[i("v-uni-text",{staticClass:t._$g("57-"+r,"sc"),style:t._$g("57-"+r,"s"),attrs:{_i:"57-"+r}}),i("v-uni-text",{staticClass:t._$g("58-"+r,"sc"),attrs:{_i:"58-"+r}},[t._v(t._$g("58-"+r,"t0-0"))]),t._v("cm")],1):t._e()],1)],1)})),1),i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59}},[t._v("\u63d0\u793a\uff1a\u6700\u8fd1\u5b9d\u5b9d\u751f\u957f"),i("span",{style:t._$g(60,"s"),attrs:{_i:60}},[t._v(t._$g(60,"t0-0"))]),t._v(",\u8bf7\u6301\u7eed\u8ddf\u8e2a\u5b9d\u5b9d\u6570\u636e\uff0c\u68c0\u6d4b\u5b69\u5b50\u751f\u957f\u53d1\u80b2\u60c5\u51b5")],1)],1),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61}},[i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[t._v("\u8fd1\u4e00\u5e74\u589e\u91cf\uff1a"+t._$g(62,"t0-0")+"cm"),t._$g(63,"i")?i("v-uni-text",{staticClass:t._$g(63,"sc"),style:t._$g(63,"s"),attrs:{_i:63}},[t._v(t._$g(63,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},t._l(t._$g(65,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("65-"+r,"sc"),attrs:{_i:"65-"+r}},[i("uni-view",{staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[i("v-uni-text",{attrs:{_i:"67-"+r}},[t._v(t._$g("67-"+r,"t0-0")+"cm")])],1),i("uni-view",{staticClass:t._$g("68-"+r,"sc"),style:t._$g("68-"+r,"s"),attrs:{_i:"68-"+r}},[t._v(t._$g("68-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("69-"+r,"sc"),attrs:{_i:"69-"+r}},[t._$g("70-"+r,"i")?i("uni-view",{style:t._$g("70-"+r,"s"),attrs:{_i:"70-"+r}},[i("v-uni-text",{staticClass:t._$g("71-"+r,"sc"),style:t._$g("71-"+r,"s"),attrs:{_i:"71-"+r}}),i("v-uni-text",{staticClass:t._$g("72-"+r,"sc"),attrs:{_i:"72-"+r}},[t._v(t._$g("72-"+r,"t0-0"))]),t._v("cm")],1):t._e()],1)],1)})),1),i("uni-view",{staticClass:t._$g(73,"sc"),attrs:{_i:73}},[t._v("\u6700\u8fd1\u5b9d\u5b9d\u751f\u957f"),i("span",{style:t._$g(74,"s"),attrs:{_i:74}},[t._v(t._$g(74,"t0-0"))]),t._v(",\u8bf7\u6301\u7eed\u8ddf\u8e2a\u5b9d\u5b9d\u6570\u636e\uff0c\u68c0\u6d4b\u5b69\u5b50\u751f\u957f\u53d1\u80b2\u60c5\u51b5")],1)],1)],1)},n=[]},"6b23":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.list[data-v-4c3bdb1e]{width:100%}.list .item[data-v-4c3bdb1e]{width:33.3%;padding-top:8px;display:flex;float:left;flex-direction:column;box-sizing:border-box;justify-content:center;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.list .item uni-image[data-v-4c3bdb1e]{width:60px;height:60px;margin:0 auto 10px}.list .item .name[data-v-4c3bdb1e]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-bottom:10px}',""]),t.exports=e},"6b35":function(t,e,i){"use strict";i.r(e);var a=i("4b2e"),n=i("0609");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("77b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"e97113dc",null,!1,a["a"],void 0);e["default"]=o.exports},"6b53":function(t,e,i){var a=i("55a9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("fb590250",a,!0,{sourceMap:!1,shadowMode:!1})},"6c39":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"6cb6":function(t,e,i){var a=i("7f6c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6c8ebaa3",a,!0,{sourceMap:!1,shadowMode:!1})},"6d17":function(t,e,i){"use strict";i.r(e);var a=i("fdae"),n=i("b138");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("de77");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1de8c812",null,!1,a["a"],void 0);e["default"]=o.exports},"6d6d":function(t,e,i){"use strict";i.r(e);var a=i("6da0"),n=i("26c5");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=o.exports},"6d93":function(t,e,i){"use strict";i.r(e);var a=i("d61a"),n=i("fa40");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ecf5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"d1f15d7a",null,!1,a["a"],void 0);e["default"]=o.exports},"6da0":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-web-view",{attrs:{src:this._$g(0,"a-src"),_i:0}})},n=[]},"6e12":function(t,e,i){"use strict";i.r(e);var a=i("2f12"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"6e5e":function(t,e,i){"use strict";i.r(e);var a=i("83f8"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"6e6e":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"6e9b":function(t,e,i){"use strict";i.r(e);var a=i("b91c"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"6e9e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?i("ren-calendar",{ref:"ren",attrs:{_i:2},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(3,"i")?i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[i("uni-icons",{attrs:{_i:"7-"+r}})],1),i("uni-view",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))])],1),t._$g("10-"+r,"i")?i("uni-view",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1):t._e(),t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0"))])],1):t._e()],1)],1)})),1):t._e(),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._l(t._$g(15,"f"),(function(e,a,n,r){return t._$g("15-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v(t._$g("19-"+r,"t0-0"))])],1),t._$g("20-"+r,"i")?i("uni-view",{attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1):t._e(),t._$g("22-"+r,"i")?i("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"23-"+r}},[t._v(t._$g("23-"+r,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[i("uni-icons",{attrs:{_i:"25-"+r}})],1)],1)],1):t._e()})),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("vs")]):t._e(),i("uni-view",{staticClass:t._$g(27,"sc"),class:t._$g(27,"c"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(27,"t0-0"))])],2)],1)],1)},r=[]},"6eb0":function(t,e,i){"use strict";i.r(e);var a=i("98fd"),n=i("4554");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("078b");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4c3bdb1e",null,!1,a["a"],void 0);e["default"]=o.exports},"6ec7":function(t,e,i){"use strict";i.r(e);var a=i("e880"),n=i("7cf8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2950");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3a144e95",null,!1,a["a"],void 0);e["default"]=o.exports},"6ef9":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"6f4f":function(t,e,i){"use strict";i.r(e);var a=i("0245"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"703d":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{attrs:{placeholder:t._$g(6,"a-placeholder"),_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"phone"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{placeholder:t._$g(10,"a-placeholder"),_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(11,"sc"),attrs:{type:"none",disabled:t._$g(11,"a-disabled"),_i:11},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(11,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(11,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(12,"t0-0"))])],1)],1)},n=[]},"70ac":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniSwipeAction:i("680d").default,uniSwipeActionItem:i("f40c").default,uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-swipe-action",{attrs:{_i:"3-"+r}},[i("uni-swipe-action-item",{attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-icon",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}}),i("v-uni-text",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[i("uni-view",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0"))])],1),t._$g("11-"+r,"i")?i("uni-view",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))])],1):t._e(),t._$g("13-"+r,"i")?i("uni-view",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))])],1):t._e(),t._$g("15-"+r,"i")?i("uni-icons",{attrs:{_i:"15-"+r}}):t._e()],1)],1)],1)],1)})),t._$g(16,"i")?i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("\u2014\u2014 "+t._$g(16,"t0-0")+" \u2014\u2014")]):t._e()],2):t._e(),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-image",{attrs:{src:t._$g(18,"a-src"),_i:18}}),i("v-uni-text",{attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1):t._e()],1)},r=[]},7172:function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var a,n,r,s,o=[],c=!0,l=!1;try{if(r=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(a=r.call(i)).done)&&(o.push(a.value),o.length!==e);c=!0);}catch(t){l=!0,n=t}finally{try{if(!c&&null!=i["return"]&&(s=i["return"](),Object(s)!==s))return}finally{if(l)throw n}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"71e6":function(t,e,i){"use strict";i.r(e);var a=i("6ef9"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"723b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},7298:function(t,e,i){"use strict";var a=i("8f76"),n=i.n(a);n.a},"72ff":function(t,e,i){var a=i("dd46");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("0aa1bd87",a,!0,{sourceMap:!1,shadowMode:!1})},7320:function(t,e,i){var a=i("ec29");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("9974cfae",a,!0,{sourceMap:!1,shadowMode:!1})},7357:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,"@charset \"UTF-8\";@font-face{font-family:iconfont;src:url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff2?t=1711354474072) format(\"woff2\"),url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff?t=1711354474072) format(\"woff\"),url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.ttf?t=1711354474072) format(\"truetype\")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wodechengji:before{content:\"\\e61d\"}.icon-three_val:before{content:\"\\e604\"}.icon-two_val:before{content:\"\\e605\"}.icon-one_val:before{content:\"\\e606\"}.icon-average_val:before{content:\"\\e609\"}.icon-jump_kcal:before{content:\"\\e7b4\"}.icon-jump_time:before{content:\"\\e659\"}.icon-jump_num:before{content:\"\\e790\"}.icon-bmi:before{content:\"\\e785\"}.icon-quanxian:before{content:\"\\100cb\"}.icon-lishijilu2:before{content:\"\\100cc\"}.icon-xinyongka:before{content:\"\\100cd\"}.icon-ziliao:before{content:\"\\100ce\"}.icon-shenfenxinxi:before{content:\"\\e656\"}.icon-feihuoliangx:before{content:\"\\e68c\"}.icon-tiaoshengx:before{content:\"\\e68d\"}.icon-shenti:before{content:\"\\e7c7\"}.icon-quxian:before{content:\"\\e600\"}.icon-jihuo:before{content:\"\\e603\"}.icon-lishijilu1:before{content:\"\\1012e\"}.icon-wulianjie:before{content:\"\\e64e\"}.icon-renshiduibifenxi:before{content:\"\\e62e\"}.icon-huihanduibi:before{content:\"\\e822\"}.icon-jinxiaoduibi:before{content:\"\\e6b1\"}.icon-lishishuju:before{content:\"\\e601\"}.icon-moxingduibi-huang:before{content:\"\\e61b\"}.icon-jilu:before{content:\"\\e6df\"}.icon-shujuquxian:before{content:\"\\e614\"}.icon-lishi:before{content:\"\\ecdd\"}.icon-jilu1:before{content:\"\\10110\"}.icon-lishijilu:before{content:\"\\e62f\"}.icon-duibifenxi:before{content:\"\\e7bd\"}.icon-pinggufenxi-copy:before{content:\"\\1024b\"}.icon-shouye-copy:before{content:\"\\1024f\"}.icon-wode-copy:before{content:\"\\1024d\"}.icon-pinggufenxi-copy-copy:before{content:\"\\1024e\"}.icon-wode:before{content:\"\\e635\"}.icon-shouye:before{content:\"\\e660\"}.icon-shijian-mianxing-0:before{content:\"\\e6a2\"}.icon-kehuguanli:before{content:\"\\e6a4\"}.icon-qiapianjihuo:before{content:\"\\e669\"}.icon-kapian:before{content:\"\\e608\"}.icon-kapiananniu:before{content:\"\\e6de\"}.icon-xiangmuchaxun-chakanshebei:before{content:\"\\e655\"}.icon-shebeishu:before{content:\"\\e66a\"}.icon-lishihenji:before{content:\"\\e612\"}.icon-qiehuan1:before{content:\"\\e61a\"}.icon-tishi6:before{content:\"\\e619\"}.icon-bianji:before{content:\"\\e607\"}.icon-caidan:before{content:\"\\e624\"}.icon-xiaoxi:before{content:\"\\e654\"}.icon-add-circle:before{content:\"\\e664\"}.icon-ashbin:before{content:\"\\e665\"}.icon-chart-bar:before{content:\"\\e667\"}.icon-close:before{content:\"\\e668\"}.icon-error:before{content:\"\\e670\"}.icon-menu:before{content:\"\\e677\"}.icon-minus-circle:before{content:\"\\e678\"}.icon-modular:before{content:\"\\e679\"}.icon-notification:before{content:\"\\e67a\"}.icon-prompt:before{content:\"\\e67b\"}.icon-success:before{content:\"\\e67f\"}.icon-add-bold:before{content:\"\\e685\"}.icon-arrow-left-bold:before{content:\"\\e686\"}.icon-arrow-up-bold:before{content:\"\\e687\"}.icon-arrow-down-bold:before{content:\"\\e688\"}.icon-age:before{content:\"\\10250\"}.icon-arrow-right-bold:before{content:\"\\e689\"}.icon-user-filling:before{content:\"\\e68b\"}.icon-body_level:before{content:\"\\e63d\"}.icon-baogao1:before{content:\"\\e620\"}.icon-fat_r:before{content:\"\\e62d\"}.icon-hengxian:before{content:\"\\e657\"}.icon-fat_w:before{content:\"\\e78e\"}.icon-jiantou_xiangxia:before{content:\"\\eb0a\"}.icon-jiantou_xiangshang:before{content:\"\\eb0b\"}.icon-bone:before{content:\"\\e610\"}.icon-un_fat_w_weight:before{content:\"\\e6b7\"}.icon-biaozhunhua:before{content:\"\\e60b\"}.icon-cellin:before{content:\"\\e7a9\"}.icon-kcal:before{content:\"\\e60c\"}.icon-visceral:before{content:\"\\e60d\"}.icon-muscle:before{content:\"\\e60e\"}.icon-body_type:before{content:\"\\e638\"}.icon-zanwushuju:before{content:\"\\e611\"}.icon-water:before{content:\"\\e651\"}.icon-weight:before{content:\"\\e616\"}.icon-sharpicons_checklist:before{content:\"\\e804\"}.icon-shejiguifan:before{content:\"\\e640\"}.icon-muscleval:before{content:\"\\e949\"}.icon-protein:before{content:\"\\e94a\"}.icon-proteinval:before{content:\"\\e60f\"}.icon-body_age:before{content:\"\\e6b2\"}.icon-cellout:before{content:\"\\e68f\"}.icon-height:before{content:\"\\e6eb\"}.icon-shang:before{content:\"\\e68a\"}.icon-xia:before{content:\"\\e798\"}.icon-sfrval:before{content:\"\\e652\"}.icon-sfr:before{content:\"\\e617\"}.icon-waterper:before{content:\"\\e692\"}.icon-skeletalmuscle:before{content:\"\\e6af\"}.icon-inorganic:before{content:\"\\e61c\"}.icon-kongradio:before{content:\"\\e602\"}.icon-radio:before{content:\"\\e653\"}.icon-nv:before{content:\"\\e7a5\"}.icon-qiehuan:before{content:\"\\e66f\"}.icon-nan:before{content:\"\\1024a\"}.icon-zanwu1:before{content:\"\\e78d\"}.icon-xiazai41:before{content:\"\\e618\"}.t-icon{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:100%}.t-icon-wodechengji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1137 1024'%3E%3Cpath d='M923.879 264.465h-82.17l-2.054-76.006c0-24.651-20.542-47.248-47.247-47.248H315.827c-24.651 0-47.248 20.543-47.248 47.248l-4.108 76.006h-78.06c-24.652 0-45.194 8.217-45.194 34.922v92.44c0 65.736 51.356 119.146 117.091 119.146h6.163c0 110.928 152.013 211.586 267.05 225.965V839.65H428.809c-26.705 0-41.084-8.217-41.084 16.434v14.38c0 6.162 6.162 12.325 12.325 12.325h304.026c6.163 0 12.326-4.109 12.326-12.326v-14.38c0-24.65-14.38-16.433-41.085-16.433H572.606V736.938c115.036-14.38 267.05-98.603 267.05-225.965 65.735 2.054 119.145-47.247 123.253-112.983v-98.603c-2.054-20.542-18.488-36.976-39.03-34.922zM266.525 469.888c-30.813 0-82.169-36.976-82.169-82.169v-82.17h82.17v164.34zm534.1-184.88s-2.054 115.036-2.054 215.694c0 108.874-129.417 180.772-228.02 195.152H535.63c-98.603-12.326-230.073-88.332-230.073-184.881V223.38c2.054-22.597 22.596-41.085 45.193-41.085h404.683c22.597 0 41.085 18.488 43.139 41.085v61.627zm123.254 106.82c0 41.084-49.302 78.06-82.17 78.06V305.55h82.17v86.278z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-three_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M728.42 630.885c-7.185 131.625-86.16 201.01-236.91 208.195-134.016 0-215.368-63.408-244.083-190.238l82.56-21.544c14.358 98.115 65.813 147.165 154.35 147.165 107.677 0 161.522-50.246 161.522-150.75-7.186-86.148-62.227-131.611-165.108-136.406h-64.617v-64.603h35.902c102.88-2.39 156.726-47.855 161.52-136.406-4.794-76.57-45.477-116.058-122.047-118.448-81.366 2.39-130.416 47.87-147.165 136.406l-78.96-25.13C294.1 161.872 368.28 102.05 487.924 99.646c136.392 4.794 206.986 67.007 211.78 186.651-2.39 78.975-43.072 132.82-122.047 161.536 95.709 28.715 145.968 89.732 150.763 183.052z'/%3E%3C/svg%3E\")}.t-icon-two_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M247.427 821.136v-46.674c45.464-95.71 120.84-181.855 226.14-258.44 107.675-78.96 160.325-150.75 157.935-215.367-2.39-86.147-51.455-130.416-147.164-132.806-74.194 4.795-124.439 51.455-150.764 139.992l-71.79-35.902C302.468 154.686 381.443 97.255 498.696 99.645c134.001 4.795 205.79 68.218 215.367 190.252 7.172 93.32-52.65 183.052-179.48 269.198-98.114 71.803-162.716 138.797-193.823 201.01h376.888v61.03h-470.22z'/%3E%3C/svg%3E\")}.t-icon-one_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M516.639 250.41c-52.65 47.869-116.058 86.147-190.238 114.862v-75.375c110.067-50.26 180.66-113.667 211.78-190.252h53.832v728.663h-75.375V250.41z'/%3E%3C/svg%3E\")}.t-icon-average_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M388.096 648.064c1.813 4.992 2.773 9.024 2.88 12.075s-.747 5.376-2.56 6.954c-1.813 1.6-4.821 2.603-9.003 3.072-4.202.448-9.813.683-16.832.683-7.04 0-12.65-.17-16.853-.512-4.203-.341-7.36-.896-9.515-1.685s-3.733-1.878-4.757-3.222a27.285 27.285 0 01-2.901-5.098l-37.76-107.136H107.819L71.765 658.987c-.682 2.026-1.6 3.797-2.73 5.269s-2.774 2.71-4.928 3.733-5.227 1.75-9.195 2.219-9.13.683-15.467.683c-6.592 0-11.968-.299-16.149-.854-4.203-.554-7.147-1.642-8.853-3.221-1.707-1.579-2.496-3.925-2.39-6.976s1.067-7.083 2.902-12.053L162.56 238.955a17.77 17.77 0 013.563-6.123 14.933 14.933 0 016.464-3.733 48.427 48.427 0 0110.88-1.856c4.437-.342 10.026-.512 16.832-.512 7.253 0 13.269.17 18.026.512 4.758.341 8.619.96 11.563 1.856 2.944.917 5.227 2.218 6.805 3.925s2.838 3.797 3.734 6.293l147.669 408.747zM198.635 287.189h-.342l-75.84 219.392H275.52L198.635 287.19zm494.549 66.326a28.437 28.437 0 01-.683 6.122 112.277 112.277 0 01-2.048 8.171L586.027 658.603a18.261 18.261 0 01-3.563 6.122 15.104 15.104 0 01-6.656 3.755 52.992 52.992 0 01-11.221 1.856c-4.523.363-10.198.512-17.003.512-6.784 0-12.48-.235-17.024-.683a54.336 54.336 0 01-11.05-2.048 16.213 16.213 0 01-6.635-3.733 16.939 16.939 0 01-3.755-5.781L405.056 367.808a150.187 150.187 0 01-2.219-7.147 32.576 32.576 0 01-1.002-4.586 20.693 20.693 0 01-.171-2.56c0-1.814.448-3.392 1.365-4.758s2.432-2.432 4.587-3.221c2.155-.79 4.97-1.301 8.49-1.536 3.52-.235 7.873-.341 13.1-.341 6.57 0 11.84.17 15.807.512 3.968.341 7.04.96 9.195 1.877s3.733 2.048 4.757 3.392c1.024 1.365 1.984 3.072 2.902 5.099l86.4 252.373 1.344 4.075 1.024-4.075 85.376-252.373a12.01 12.01 0 012.368-5.099 12.843 12.843 0 014.928-3.392 30.933 30.933 0 018.832-1.877c3.754-.342 8.682-.512 14.805-.512 5.205 0 9.515.106 12.907.341s6.058.79 8 1.707c1.92.896 3.264 1.984 4.074 3.221.875 1.259 1.259 2.773 1.259 4.587zm309.867 14.634c0 7.936-1.088 13.675-3.222 17.174-2.154 3.52-4.928 5.269-8.341 5.269h-43.883c7.936 8.17 13.504 17.173 16.662 27.05s4.778 20.118 4.778 30.785c0 17.706-2.858 33.344-8.512 46.954s-13.781 25.11-24.32 34.518a109.077 109.077 0 01-37.589 21.589c-14.528 4.992-30.613 7.51-48.299 7.51a125.717 125.717 0 01-35.541-4.929c-11.221-3.285-19.904-7.424-26.027-12.416a53.355 53.355 0 00-10.048 13.931 39.915 39.915 0 00-3.925 18.048c0 7.936 3.69 14.507 11.072 19.733 7.381 5.206 17.173 8.043 29.419 8.491l79.936 3.392a164.48 164.48 0 0141.834 6.293c12.694 3.755 23.68 9.067 33.003 15.979 9.301 6.912 16.533 15.445 21.781 25.515 5.206 10.09 7.808 21.802 7.808 35.2a94.72 94.72 0 01-8.832 40.128c-5.909 12.714-14.912 23.85-27.05 33.493-12.139 9.643-27.627 17.237-46.443 22.784-18.837 5.568-41.045 8.341-66.667 8.341-24.704 0-45.76-2.112-63.082-6.293-17.344-4.181-31.574-9.92-42.688-17.173-11.115-7.275-19.158-15.936-24.171-26.027a73.387 73.387 0 01-7.488-32.832c0-7.488.917-14.741 2.73-21.781s4.587-13.718 8.342-20.054c3.733-6.357 8.384-12.416 13.93-18.197 5.569-5.781 11.969-11.52 19.222-17.195-11.115-5.674-19.328-12.821-24.661-21.418a52.053 52.053 0 01-8-27.904c0-13.824 2.837-26.198 8.512-37.078 5.653-10.88 12.693-20.629 21.077-29.248-7.04-8.384-12.587-17.856-16.661-28.394s-6.123-23.296-6.123-38.272c0-17.451 2.944-33.11 8.832-46.934a99.456 99.456 0 0124.49-35.029c10.411-9.515 22.955-16.832 37.59-21.93s30.55-7.66 47.787-7.66c9.301 0 17.962.513 26.026 1.537 8.043 1.024 15.574 2.432 22.614 4.245h92.522c3.862 0 6.742 1.877 8.662 5.61 1.984 3.755 2.944 9.494 2.944 17.195zm-59.52 323.115c0-13.163-5.376-23.317-16.15-30.464s-25.344-10.944-43.712-11.392l-79.253-2.71a144.427 144.427 0 00-17.856 16.15c-4.672 5.099-8.341 9.984-11.072 14.635s-4.587 9.258-5.61 13.781a62.933 62.933 0 00-1.537 13.93c0 14.72 7.488 25.9 22.464 33.494 14.955 7.595 35.819 11.392 62.592 11.392 17.003 0 31.232-1.643 42.688-4.928 11.435-3.285 20.694-7.637 27.712-13.077a48.427 48.427 0 0015.147-18.71c3.05-7.04 4.587-14.4 4.587-22.101zm-28.246-242.496c0-20.864-5.738-37.12-17.173-48.81-11.456-11.67-27.733-17.515-48.81-17.515-10.902 0-20.353 1.813-28.395 5.44-8.064 3.626-14.742 8.618-20.075 14.976s-9.301 13.653-11.904 21.93-3.925 16.939-3.925 26.027c0 20.181 5.738 36.032 17.194 47.616 11.435 11.563 27.478 17.344 48.128 17.344 11.115 0 20.758-1.75 28.907-5.27 8.15-3.498 14.89-8.383 20.224-14.634 5.333-6.23 9.301-13.44 11.904-21.59 2.624-8.17 3.925-16.682 3.925-25.514z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-jump_kcal{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M408.107 81.024l31.168 14.016C501.76 123.072 552 154.965 588.608 189.781c32.277 30.742 55.061 64.875 67.776 101.483 18.88 54.57 13.077 107.69 4.672 151.147 20.843-38.976 59.413-99.542 59.413-99.542l26.859 27.03c1.685 1.621 40.981 40.789 77.248 100.096 21.461 35.093 37.312 69.93 47.253 103.594 12.544 42.731 15.488 83.755 8.726 121.856-15.915 89.28-123.264 162.048-241.984 216.128l-13.974 6.422-5.738-14.23c-24.939-61.568-55.296-103.573-82.048-140.608-34.454-47.658-62.912-87.082-58.816-143.552-47.552 44.139-68.886 111.958-78.422 165.142-12.565 69.888-8.106 130.794-8.064 131.413l2.027 26.795-23.68-12.736c-2.048-1.067-50.453-27.328-102.741-74.283-30.87-27.648-56.598-56.875-76.566-86.699-25.28-37.781-41.258-76.842-47.552-116.01-14.101-87.723 19.926-175.574 101.078-261.142l13.546-14.272 42.24 73.046c17.408-18.006 49.174-53.526 76.971-98.923 53.227-86.976 67.541-167.253 42.517-238.677l-11.242-32.235m-72.96-79.595l32.682 93.654 11.264 32.277c20.566 58.752 7.574 126.827-38.634 202.347-10.944 17.877-22.592 34.133-33.536 48.128L294.57 356.5l-28.587-49.408-39.296 41.408-13.547 14.272c-90.794 95.723-128.576 195.734-112.256 297.28 7.296 45.355 25.536 90.091 54.23 132.95 22.08 33.002 50.197 64.896 83.562 94.762 57.472 51.627 110.976 80.086 111.51 80.363l23.168 12.459 68.65 36.885-5.888-77.717-2.026-26.795c-.043-.533-3.947-56.917 7.509-120.64 3.67-20.48 9.472-44.437 18.603-67.925 11.904 21.994 26.816 42.645 42.069 63.765 26.581 36.779 54.059 74.816 77.077 131.627l5.696 14.144 16.704 41.493 40.662-18.667 13.973-6.421c160.363-73.045 249.963-156.31 266.197-247.403 7.915-44.714 4.63-92.245-9.792-141.376-11.05-37.44-28.458-75.712-51.797-113.834-39.979-65.387-83.627-108.16-84.032-108.566l-26.197-26.368-37.611-37.824-11.52 18.091a271.825 271.825 0 00-4.907-15.744c-14.954-43.115-41.408-82.944-78.656-118.421-40.128-38.187-94.4-72.768-161.301-102.784L425.621 42.09 335.147 1.429z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-jump_time{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 42.667A469.333 469.333 0 0042.667 512 469.333 469.333 0 10512 42.667zm0 878.506A409.173 409.173 0 01102.827 512a409.173 409.173 0 01818.346 0A409.173 409.173 0 01512 921.173zm277.333-384a38.4 38.4 0 00-38.4-38.4h-268.8V230.4a38.4 38.4 0 00-76.8 0v307.2a38.4 38.4 0 0038.4 38.4h307.2a38.4 38.4 0 0038.4-38.4z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-jump_num{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M598.583 129.162C544.864 86.582 481.513 62 413.66 62 219.45 62 62 263.473 62 512s157.444 450 351.668 450c30.15 0 59.414-4.852 87.342-13.985 13.156-4.303 20.025-18.295 16.706-31.732l-3.1-12.593c-4.275-17.311-23.288-26.213-40.353-21.038q-29.749 9.035-60.595 9.035-50.273 0-97.657-24.004-53.733-27.218-95.583-80.775-43.551-55.723-66.544-130.043-21.55-69.652-21.55-144.865 0-75.206 21.55-144.865 22.993-74.32 66.544-130.043 41.85-53.557 95.583-80.775 47.384-24.005 97.657-24.005 50.273 0 97.657 24.005 53.733 27.218 95.583 80.775 1.005 1.28 2.095 2.707a6.96 6.96 0 011.434 4.24v21.867a28.125 28.125 0 0028.125 28.125h14.063a28.125 28.125 0 0028.125-28.125V111.22a28.125 28.125 0 00-28.125-28.125h-14.063a28.125 28.125 0 00-28.125 28.125v12.375c0 6.026-7.13 9.31-11.854 5.569M930.177 698.87a26.41 26.41 0 110 52.825H918.44a7.031 7.031 0 00-7.03 7.032v93.895q0 30.656 1.286 35.726 1.294 5.07 5.892 8.374 4.591 3.305 11.18 3.305l.183-.007c13.907-.092 27.871 6.989 29.39 20.812l.584 5.358c1.23 11.215-5.119 22.233-16.08 24.912q-15.85 3.867-34.088 3.867-17.88 0-32.231-6.012-14.351-6.012-21.066-15.567-6.708-9.549-9.295-25.819-2.117-11.56-2.117-46.694V757.763a6.068 6.068 0 00-6.068-6.068 24.279 24.279 0 01-24.279-24.286v-4.26a24.279 24.279 0 0124.28-24.28 6.068 6.068 0 006.067-6.067v-27.528a28.125 28.125 0 0113.964-24.3l10.111-5.892c18.746-10.927 42.286 2.602 42.286 24.3v32.456a7.031 7.031 0 007.031 7.032h11.736zM767.902 949.309h-9.872a28.125 28.125 0 01-28.125-28.125v-99.69q0-40.563-4.24-52.467-4.232-11.91-13.76-18.513-9.534-6.61-22.943-6.61-17.177 0-30.825 9.437-13.647 9.436-18.703 25.003-5.062 15.56-5.062 57.536v85.304a28.125 28.125 0 01-28.125 28.125h-9.872a28.125 28.125 0 01-28.125-28.125v-194.19a28.125 28.125 0 0128.125-28.124h12.073a21.213 21.213 0 0121.213 21.213c0 5.062 6.659 7.418 10.195 3.797q29.96-30.67 72.169-30.67 21.881 0 40 7.902 18.12 7.897 27.409 20.16 9.295 12.262 12.944 27.829 3.65 15.56 3.65 44.57v127.513a28.125 28.125 0 01-28.126 28.125z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-bmi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M123.743 325.584h143.438c58.14 0 97.426 23.071 97.426 92.285a84.111 84.111 0 01-41.396 77.783c37.178 13.184 55.898 48.12 55.898 94.527 0 75.674-52.734 108.105-107.578 108.105H123.743zm67.105 150.952h67.895c23.467 0 41.001-13.183 41.001-44.429 0-35.463-22.28-42.846-46.142-42.846h-62.754zm0 158.203h71.718c26.368 0 49.439-10.547 49.439-49.175s-19.644-52.734-48.252-52.734h-72.905zM435.14 325.584h94.394l71.323 256.42h.791l67.5-256.42h94.395v372.832h-62.754V434.744h-.923l-74.75 263.672h-51.68l-74.62-261.562h-.922v261.562H435.14zm398.012 0h67.105v372.832h-67.105z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-quanxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M413.082 626.483a182.016 182.016 0 10364.032 0 182.016 182.016 0 10-364.032 0z' fill='%23FFBE0A'/%3E%3Cpath d='M515.635 930.048a105.82 105.82 0 01-44.851-9.984c-102.298-47.77-340.275-178.688-340.275-362.394V290.1c0-52.788 37.99-97.025 90.317-105.166 61.132-9.523 152.934-31.334 242.841-81.305 32.461-18.023 71.168-18.125 103.578-.307 94.003 51.814 183.859 73.267 242.739 82.176 52.326 7.936 90.317 52.172 90.317 105.164V557.67c0 185.959-237.978 315.546-340.327 362.599a105.037 105.037 0 01-44.339 9.779zm.154-768.307c-5.94 0-11.827 1.485-17.255 4.505-99.225 55.143-199.782 79.104-266.7 89.498-17.152 2.662-29.645 17.1-29.645 34.355v267.623c0 146.483 228.761 264.704 298.905 297.42 9.165 4.301 19.712 4.301 28.928.103 70.042-32.205 298.599-148.941 298.599-297.523v-267.06c0-17.305-12.34-31.692-29.389-34.304-64.614-9.779-163.328-33.382-266.598-90.265a35.282 35.282 0 00-16.845-4.352z' fill='%2334332E'/%3E%3Cpath d='M586.7 609.638h-35.583c0-16.844-.051-32.307 0-44.697 64.358-15.616 112.333-73.677 112.333-142.797 0-81.05-65.946-146.944-146.944-146.944-81.05 0-146.944 65.946-146.944 146.944 0 68.198 46.745 125.696 109.824 142.182-.103 27.034.05 73.37.358 154.83.051 19.762 16.128 35.686 35.84 35.686h.154c19.814-.103 35.788-16.18 35.686-35.994l-.154-37.58h35.43c19.815 0 35.84-16.026 35.84-35.84s-16.025-35.79-35.84-35.79zM441.19 422.144c0-41.523 33.792-75.264 75.264-75.264 41.524 0 75.264 33.792 75.264 75.264s-33.792 75.264-75.264 75.264-75.264-33.74-75.264-75.264z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-lishijilu2{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M483.17400000000004 605.082a179.098 179.098 0 10358.196 0 179.098 179.098 0 10-358.196 0z' fill='%23FFBE0A'/%3E%3Cpath d='M553.42 122.214c-213.862 0-387.84 173.978-387.84 387.84 0 11.11.513 22.17 1.486 33.178l-44.288-31.642c-16.077-11.52-38.503-7.782-50.023 8.295s-7.782 38.502 8.295 50.022l120.576 86.221a35.71 35.71 0 0020.838 6.707 35.753 35.753 0 0029.491-15.462l78.439-113.51c11.264-16.282 7.168-38.605-9.114-49.87-16.282-11.263-38.605-7.167-49.869 9.114l-32.717 47.309a314.498 314.498 0 01-1.484-30.31c0-174.336 141.824-316.16 316.16-316.16s316.16 141.824 316.16 316.16-141.824 316.16-316.16 316.16c-85.3 0-165.325-33.485-225.178-94.26-13.875-14.08-36.608-14.284-50.688-.358-14.08 13.875-14.285 36.608-.358 50.688 73.472 74.547 171.57 115.61 276.275 115.61 213.862 0 387.84-173.978 387.84-387.84S767.283 122.214 553.42 122.214z' fill='%2334332E'/%3E%3Cpath d='M543.18 285.645c-19.814 0-35.84 16.025-35.84 35.84v192.153a35.816 35.816 0 0015.258 29.338l136.09 95.437a35.603 35.603 0 0020.531 6.502c11.264 0 22.426-5.325 29.389-15.257a35.855 35.855 0 00-8.755-49.92l-120.781-84.736V321.485a35.891 35.891 0 00-35.891-35.84z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-xinyongka{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M843.776 496.18H183.808c-26.522 0-47.974-21.505-47.974-47.975v-68.608c0-26.522 21.504-47.975 47.974-47.975h659.968c26.522 0 47.974 21.504 47.974 47.975v68.608c0 26.47-21.452 47.974-47.974 47.974z' fill='%23FFBE0A'/%3E%3Cpath d='M856.883 319.18c-.205-.665-.41-1.33-.665-1.945l-43.93-111.257c-15.36-38.964-44.749-69.12-82.688-85.044-37.018-15.513-77.722-15.41-114.688.308L197.427 298.598c-4.198 1.792-7.833 4.301-10.905 7.27-56.525 24.73-96.103 81.153-96.103 146.689v296.806c0 88.269 71.834 160.103 160.103 160.103H768.46c88.269 0 160.102-71.834 160.102-160.103V452.557c0-55.603-28.518-104.653-71.68-133.376zM642.918 187.188c18.996-8.09 39.936-8.14 58.983-.153 19.968 8.345 35.481 24.422 43.725 45.21l23.808 60.21H395.11l247.808-105.267zM250.522 364.134H768.46c48.742 0 88.422 39.68 88.422 88.423v7.782H162.1v-7.782c0-48.743 39.68-88.423 88.423-88.423zM768.46 837.786H250.52c-48.742 0-88.422-39.68-88.422-88.423V532.02h694.784v217.344c0 48.743-39.68 88.423-88.422 88.423z' fill='%2334332E'/%3E%3Cpath d='M442.778 584.806h-179.2c-19.815 0-35.84 16.026-35.84 35.84s16.025 35.84 35.84 35.84h179.2c19.814 0 35.84-16.025 35.84-35.84s-16.077-35.84-35.84-35.84z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-ziliao{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M881.92 681.933H140.288v115.302c0 33.69 34.867 60.98 77.875 60.98h585.882c43.008 0 77.875-27.29 77.875-60.98V681.933z' fill='%23FFBE0A'/%3E%3Cpath d='M827.034 472.166v-224c0-69.53-56.576-126.054-126.106-126.054H315.136c-69.53 0-126.054 56.576-126.054 126.054v224c-51.712 10.701-90.727 56.628-90.727 111.463v196.608c0 62.771 51.047 113.817 113.818 113.817h591.82c62.772 0 113.818-51.046 113.818-113.817V583.629c-.051-54.887-39.065-100.762-90.777-111.463zM315.136 193.741h385.792c30.003 0 54.426 24.422 54.426 54.374V469.76h-69.735c-27.648 0-52.94 14.95-65.997 38.963-22.272 41.011-65.024 66.509-111.564 66.509s-89.344-25.498-111.616-66.509c-13.056-24.064-38.35-38.963-65.997-38.963h-69.683V248.166c0-30.003 24.37-54.425 54.374-54.425zM846.08 780.237c0 23.245-18.893 42.137-42.138 42.137h-591.77c-23.244 0-42.137-18.892-42.137-42.137V583.629c0-23.245 18.893-42.138 42.138-42.138h118.323c1.28 0 2.509.615 2.97 1.485 34.816 64.154 101.683 103.987 174.592 103.987S647.834 607.13 682.65 542.976c.46-.87 1.69-1.485 2.97-1.485h118.322c23.245 0 42.138 18.893 42.138 42.138v196.608z' fill='%2334332E'/%3E%3Cpath d='M413.9 332.288h189.543c19.815 0 35.84-16.026 35.84-35.84s-16.025-35.84-35.84-35.84H413.901c-19.815 0-35.84 16.026-35.84 35.84s16.077 35.84 35.84 35.84z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-shenfenxinxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1027 1024'%3E%3Cpath d='M0 512a513.977 512 0 101027.954 0A513.977 512 0 100 512z' fill='%23FD9966'/%3E%3Cpath d='M1024 563.398c-15.77 163.11-108.463 303.784-241.45 385.482-8.793-29.411-13.562-60.928-13.562-93.708 0-160.246 113.953-290.321 255.012-291.774z' fill='%23FFF' opacity='.3'/%3E%3Cpath d='M340.015 31.63c-26.42 134.398-139.942 228.015-260.942 211.64C139.351 146.285 231.1 70.961 340.015 31.63z' fill='%23FFF' fill-opacity='.4'/%3E%3Cpath d='M304.43199999999996 292.571h421.066q23.722 0 23.722 23.722v369.668q0 23.722-23.722 23.722H304.432q-23.722 0-23.722-23.722V316.293q0-23.722 23.722-23.722z' fill='%23FFF'/%3E%3Cpath d='M340.015 392.402a41.514 40.525 0 1083.027 0 41.514 40.525 0 10-83.027 0zM466.533 369.668h112.68q7.907 0 7.907 7.907v31.63q0 7.907-7.908 7.907h-112.68q-7.907 0-7.907-7.907v-31.63q0-7.907 7.908-7.907z' fill='%23FD9966'/%3E%3Cpath d='M347.923 527.815h341.992q7.907 0 7.907 7.907v31.63q0 7.907-7.907 7.907H347.923q-7.908 0-7.908-7.908v-31.629q0-7.907 7.908-7.907zM347.923 614.795h341.992q7.907 0 7.907 7.908v31.629q0 7.907-7.907 7.907H347.923q-7.908 0-7.908-7.907v-31.63q0-7.907 7.908-7.907z' fill='%23FB997A'/%3E%3C/svg%3E\")}.t-icon-feihuoliangx{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512zm3.115-691.712l53.973 53.973a38.315 38.315 0 002.133 1.963c-12.885 116.352-12.885 266.24-12.885 306.859 0 68.992 218.368 134.826 253.91 110.378 132.906-91.648-43.18-563.328-190.72-563.328-14.934 0-26.24 21.248-34.987 54.656l-33.707-33.749v-97.237a37.803 37.803 0 10-75.605 0v97.45l-33.792 33.792c-8.704-33.578-20.096-54.912-34.987-54.912-147.627 0-323.67 471.68-190.72 563.328 35.499 24.491 253.867-41.386 253.867-110.378 0-40.576 0-190.294-12.886-306.646a38.272 38.272 0 002.603-2.389l53.803-53.76z' fill='%23cdcdcd'/%3E%3C/svg%3E\")}.t-icon-tiaoshengx{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512zm279.04-447.915a38.272 38.272 0 00-3.84-29.226l-89.6-155.222a38.4 38.4 0 10-66.517 38.4l89.6 155.222a38.4 38.4 0 0047.018 16.64A256.043 256.043 0 01614.4 849.109V678.4a38.4 38.4 0 10-76.8 0v190.72a259.072 259.072 0 01-51.2 0V678.4a38.4 38.4 0 10-76.8 0v170.667a256.043 256.043 0 01-153.301-247.168 38.4 38.4 0 0047.018-16.64l89.6-155.222a38.4 38.4 0 00-66.517-38.4L236.8 546.86a38.272 38.272 0 00-3.84 29.226A281.685 281.685 0 00409.6 876.8v6.4a38.4 38.4 0 0075.05 11.52 285.013 285.013 0 0054.7 0 38.4 38.4 0 0075.05-11.52v-6.4a281.685 281.685 0 00176.64-300.715zM477.867 332.8a42.667 42.667 0 00-42.667 42.667v196.266a42.667 42.667 0 0042.667 42.667h68.266a42.667 42.667 0 0042.667-42.667V375.467a42.667 42.667 0 00-42.667-42.667h-68.266zM512 307.2a102.4 102.4 0 100-204.8 102.4 102.4 0 000 204.8z' fill='%23cdcdcd'/%3E%3C/svg%3E\")}.t-icon-shenti{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1011.44c275.84 0 499.44-223.6 499.44-499.44S787.84 12.56 512 12.56 12.56 236.16 12.56 512s223.6 499.44 499.44 499.44zm74.916-774.132a74.916 74.916 0 11-149.832 0 74.916 74.916 0 01149.832 0zM387.14 424.598h-93.645a43.701 43.701 0 110-87.402H718.02a43.701 43.701 0 110 87.402h-81.16a24.972 24.972 0 00-24.971 24.972v32.514a299.664 299.664 0 0028.843 128.28l62.405 131.703a47.572 47.572 0 01-85.93 40.804l-81.458-171.058c-9.24-19.403-37.033-18.854-45.499.899l-71.844 167.587a47.696 47.696 0 01-87.776-37.283l58.01-137.796a299.664 299.664 0 0023.473-116.27v-39.38a24.972 24.972 0 00-24.972-24.972z' fill='%23cdcdcd'/%3E%3C/svg%3E\")}.t-icon-quxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M858.185 389.481c35.336 0 63.972 28.684 63.972 63.972V879.51c0 35.336-28.636 63.972-63.972 63.972h-85.154a63.972 63.972 0 01-63.972-63.972V453.36c0-35.289 28.636-63.972 63.972-63.972h85.154v.094zm-596.506 85.25c35.288 0 63.924 28.636 63.924 63.924v340.854c0 35.289-28.636 63.925-63.924 63.925h-85.202a63.972 63.972 0 01-63.925-63.925V538.608c0-35.336 28.636-63.972 63.925-63.972h85.202v.094zm298.253 85.154c35.288 0 63.925 28.683 63.925 63.972v255.652c0 35.289-28.637 63.925-63.925 63.925H474.73a63.972 63.972 0 01-63.925-63.925v-255.7c0-35.24 28.637-63.924 63.925-63.924h85.202zm220.553-414.828l-50.291.33a31.939 31.939 0 01-.472-63.878l128.227-.943a31.75 31.75 0 0129.816 19.909c1.416 3.35 2.36 7.548 2.36 12.03V240.92a31.986 31.986 0 01-63.879 0v-51.282l-286.27 286.318a31.845 31.845 0 01-35.572 6.557L120.855 312.158a32.033 32.033 0 0125.947-58.5l363.405 161.535L780.532 145.01z' fill='%2325A5FF'/%3E%3C/svg%3E\")}.t-icon-jihuo{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1093 1024'%3E%3Cpath d='M684.556 62a54.135 54.135 0 0154.136 54.135v33.835h60.902a54.135 54.135 0 0154.135 54.135v194.502a292.568 292.568 0 00-54.135-5.028V292.075a54.135 54.135 0 00-54.135-54.135H271.774a54.135 54.135 0 00-54.108 52.443l-.027 1.692v548.12a54.135 54.135 0 0052.444 54.109l1.691.027 326.18.007a290.808 290.808 0 00113.684 67.669L231.173 962a54.135 54.135 0 01-54.135-54.135V874.03h-60.903A54.135 54.135 0 0162 819.895v-703.76A54.135 54.135 0 01116.135 62h568.421zm98.12 378.947c132.673 0 240.226 107.554 240.226 240.226S915.35 921.398 782.677 921.398 542.45 813.845 542.45 681.173s107.554-240.226 240.226-240.226zm112.636 131.685l-1.029 1.076L755.63 727.695l-42.34-50.46a27.068 27.068 0 00-36.975-4.264l-1.157.927a27.068 27.068 0 00-4.263 36.968l.92 1.164 60.903 72.575a26.953 26.953 0 0015.313 9.122 27.081 27.081 0 0026.946-6.672l1.062-1.117L934.52 609.931a27.068 27.068 0 00-39.208-37.3zm-437.447-43.715a23.684 23.684 0 010 47.369H315.759a23.684 23.684 0 010-47.369h142.106zm87.97-94.737a23.684 23.684 0 010 47.369H315.759a23.684 23.684 0 010-47.369h230.076zm94.736-94.736a23.684 23.684 0 010 47.368H315.76a23.684 23.684 0 010-47.368h324.812z' fill='%2338BC9C'/%3E%3C/svg%3E\")}.t-icon-lishijilu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M678.395 59.611H318.963A228.278 228.278 0 0090.685 287.89v426.697a228.278 228.278 0 00228.278 228.278h185.44a286.733 286.733 0 01402.27-406.227V287.89A228.278 228.278 0 00678.395 59.611zM456.816 460.562H281.928a42.205 42.205 0 110-84.41h174.625a42.205 42.205 0 110 84.41zm190.241-171.248h-365.13a42.205 42.205 0 010-84.41h364.866a42.205 42.205 0 110 84.41z' fill='%23EC6B44'/%3E%3Cpath d='M721.919 538.378a217.516 217.516 0 10217.41 217.727 217.516 217.516 0 00-217.41-217.727zm82.617 270.326h-94.962a42.205 42.205 0 01-42.205-42.206v-96.966a42.205 42.205 0 1184.41 0v54.972h52.757a42.205 42.205 0 010 84.41z' fill='%23EC6B44'/%3E%3Cpath d='M678.395 59.611H318.963A228.278 228.278 0 0090.685 287.89v426.697a235.875 235.875 0 001.846 28.805 540.704 540.704 0 00345.188 50.91 286.733 286.733 0 01391.349-304.195 541.495 541.495 0 0039.778-327.989A227.909 227.909 0 00678.395 59.611zM456.816 460.562H281.928a42.205 42.205 0 110-84.41h174.625a42.205 42.205 0 110 84.41zm190.241-171.248h-365.13a42.205 42.205 0 010-84.41h364.866a42.205 42.205 0 110 84.41z' fill='%23EE7C55'/%3E%3Cpath d='M504.403 756.105c0 7.07.37 14.14 1.055 21.103a540.65 540.65 0 00161.752-84.991v-22.633a42.205 42.205 0 0164.68-35.716 539.543 539.543 0 0063.888-82.353 217.621 217.621 0 00-291.375 204.643z' fill='%23EE7C55'/%3E%3Cpath d='M318.963 59.611A228.278 228.278 0 0090.685 287.89v274.916a434.188 434.188 0 00604.064-502.56c-5.275-.37-10.868-.634-16.354-.634zm137.59 400.951H281.928a42.205 42.205 0 110-84.41h174.625a42.205 42.205 0 110 84.41zm190.24-171.248H281.928a42.205 42.205 0 010-84.41h364.865a42.205 42.205 0 110 84.41z' fill='%23F19970'/%3E%3Cpath d='M239.723 247.109a42.205 42.205 0 0142.205-42.206h218.624a400.951 400.951 0 0036.93-125.033c.844-6.753 1.477-13.506 2.004-20.259H318.963A228.278 228.278 0 0090.685 287.89v141.283a401.426 401.426 0 00149.09-10.077v-.738a42.205 42.205 0 0142.206-42.206h60.881a403.694 403.694 0 00102.823-86.837H282.139a42.205 42.205 0 01-42.416-42.205z' fill='%23F5C295'/%3E%3C/svg%3E\")}.t-icon-wulianjie{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 5.12c279.5 0 506.88 227.405 506.88 506.88 0 279.5-227.38 506.88-506.88 506.88S5.12 791.5 5.12 512 232.525 5.12 512 5.12' fill='%23fff'/%3E%3Cpath d='M768.512 255.565a172.902 172.902 0 00-244.787 0l-77.568 77.517 40.832 40.806 163.2 163.2 40.857 40.858 77.492-77.492a173.312 173.312 0 00-.026-244.89zm-394.573 231.45l-40.857-40.91-77.492 77.569a172.954 172.954 0 000 244.761 172.98 172.98 0 00244.736 0l77.568-77.542-40.832-40.807L373.94 487.014zm-63.232-217.089a6.4 6.4 0 00-9.037 0l-31.692 31.693a6.4 6.4 0 000 9.037l443.443 443.52a6.4 6.4 0 009.062 0l31.667-31.642a6.4 6.4 0 000-9.036l-443.443-443.52v-.052z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-renshiduibifenxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M4.257000000000005 512a507.743 507.743 0 101015.486 0A507.743 507.743 0 104.257 512z' fill='%23fff'/%3E%3Cpath d='M275.853 290.51h206.832v133.546H275.853a29.193 29.193 0 01-29.315-29.315v-73.287c-1.628-17.915 13.029-30.944 29.315-30.944zm-60.258 162.86h267.09v133.546h-267.09A29.193 29.193 0 01186.28 557.6v-73.287c0-8.143 3.257-14.658 8.143-21.172 6.514-6.514 13.029-9.772 21.172-9.772zm60.258 162.86h206.832v133.546H275.853a29.193 29.193 0 01-29.315-29.315v-73.287c-1.628-17.915 13.029-30.944 29.315-30.944zm265.462-325.72h206.832a29.193 29.193 0 0129.315 29.315v73.287a29.193 29.193 0 01-29.315 29.315H541.315V290.51zm0 162.86h267.09c8.143 0 14.658 3.258 21.172 8.143 4.886 4.886 8.143 13.03 8.143 21.172v73.287a29.193 29.193 0 01-29.315 29.315h-267.09V453.37zm0 162.86h206.832a29.193 29.193 0 0129.315 29.315v73.287a29.193 29.193 0 01-29.315 29.315H541.315V616.23zM512 215.595c6.514 0 13.029 4.886 14.657 11.4v565.124c0 8.143-6.514 14.658-13.028 14.658-8.143 0-14.658-4.886-16.286-11.4V230.251c0-3.257 1.628-8.143 4.885-9.771 1.629-3.258 6.515-4.886 9.772-4.886zm0 0' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-huihanduibi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.232 1024 0 794.768 0 512S229.232 0 512 0c282.784 0 512 229.232 512 512s-229.216 512-512 512zm236.368-673.136l-111.312-96.112L601.472 224H307.616C285.36 224 272 235.536 272 254.752v530.496C272 804.464 285.36 816 307.616 816h440.752C766.192 816 784 804.464 784 785.248V381.6l-35.632-30.736z' fill='%23D04A02'/%3E%3Cpath d='M538.272 545.408H372.56V441.696h138.32V358.72l172.992 186.16zm76.544-156.112V273.968l40.096 34.592v46.128h53.408l40.064 34.592-133.568.016zM518.192 594.96h165.68v103.728H545.568v82.976L372.56 595.52z' fill='%23D04A02'/%3E%3C/svg%3E\")}.t-icon-jinxiaoduibi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M1024.009 512A512 512 0 009.029 417.89l-3.413 20.967v6.095c0 8.29-1.95 16.58-2.682 24.381S.01 493.227.01 504.93V512c0 2.438 0 0 0 0v1.707A507.368 507.368 0 00503.963 1024h8.046c10.24 0 19.992 0 29.988-1.463h2.682A512 512 0 001024.01 512zm-512-463.238a463.238 463.238 0 01444.708 591.97 388.389 388.389 0 01-31.451-73.143c-25.844-70.218-57.783-157.501-126.781-160.915-61.44-2.682-76.8 61.196-88.26 112.884-14.628 67.78-27.55 108.252-76.311 108.252-44.618 0-57.052-31.94-73.143-99.962-12.678-54.614-29.501-121.905-100.694-121.905s-86.796 73.143-97.523 129.707c-14.141 69.241-26.332 102.156-66.56 100.937-52.176-.976-87.284-51.444-123.368-104.107-32.183-47.055-65.341-95.33-115.078-109.714a463.238 463.238 0 01454.46-374.004z' fill='%2348AB07'/%3E%3C/svg%3E\")}.t-icon-lishishuju{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M472.615 78.77C212.677 78.77 0 291.445 0 551.384S212.677 1024 472.615 1024s472.616-212.677 472.616-472.615H472.615V78.769z' fill='%23249CF2'/%3E%3Cpath d='M1024 472.615C1024 212.677 811.323 0 551.385 0v472.615H1024z' fill='%23A5D6FA'/%3E%3C/svg%3E\")}.t-icon-moxingduibi-huang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M558.4 1024c-6.2 0-12-1.5-17.2-4.4-12.1-6.9-19.1-20.9-19.1-38.4V599.206c1.7-32.5 18.5-62.099 44.7-79.898l.7-.5 327.095-196.698c15.1-9 30.6-10.2 42.7-3.3 12.1 6.9 19.1 20.9 19.1 38.4v381.795c-1.7 32.6-18.4 62.199-44.7 79.999L583.999 1016.2c-8.6 5.2-17.4 7.8-25.6 7.8zm26-477.994c-17.9 12.3-29.3 32.5-30.5 54.2V981.3c0 6.6 1.8 10 3 10.7s5 .5 10.7-2.9l327.095-196.698c17.4-11.8 28.9-32.2 30.1-54V357.41c0-6.6-1.8-10-3-10.7s-5-.5-10.7 2.9L584.399 546.006zm-74.8-27.3c-16.3 0-32.5-4-47.3-11.9L115.406 297.11c-15.4-9.3-24.2-23.1-24.2-37.7 0-14.699 8.8-28.399 24.2-37.699L461.601 12.213c30.5-16.2 65.999-16.2 95.698-.5l.8.4L904.295 221.51c15.4 9.3 24.2 23.1 24.2 37.7 0 14.7-8.8 28.4-24.2 37.7L557.999 506.406c-15.3 8.2-31.9 12.3-48.399 12.3zm.2-486.893c-11.2 0-22.3 2.7-32.5 8.1L131.905 248.91c-5.5 3.3-8.9 7.4-8.9 10.5 0 3.2 3.4 7.2 8.9 10.5L478.1 479.207c19.6 10.5 43.9 10.5 64.2-.4L887.795 269.91c5.5-3.3 8.9-7.4 8.9-10.5s-3.4-7.2-8.9-10.5L542 39.713c-10.1-5.3-21.1-7.9-32.2-7.9zM455.2 1018.4c-9.6 0-19.899-3.1-29.999-9.3L121.705 823.603c-32.2-22.2-52.2-57.9-54.2-96.1V370.109c0-20.3 7.9-36.5 21.8-44.199 13.8-7.8 31.7-6.2 49 4.4L441.9 515.807c32.7 22.5 52.2 57.299 54.4 95.998v357.396c0 20.4-8 36.6-21.9 44.3-5.8 3.3-12.3 4.9-19.2 4.9zM108.506 352.91c-1.5 0-2.7.3-3.7.8-3.4 1.9-5.6 8.3-5.6 16.5v356.495c1.5 27.5 16.4 54.1 39.8 70.299L441.8 982c7 4.3 13.5 5.8 17 3.9s5.6-8.3 5.6-16.6V612.705c-1.6-27.9-16.1-53.899-39.9-70.299L121.705 357.41c-4.9-2.9-9.6-4.5-13.2-4.5z' fill='%23FFBA00'/%3E%3Cpath d='M569.1 536.706l222.396-130.198c14.1-8.4 25.7-2 25.7 14.1v252.997c-1.1 18-10.6 34.3-25.7 44.199L569.1 848.002c-14.2 8.4-25.7 2-25.7-14.1V580.906c1.1-18 10.6-34.4 25.7-44.2z' fill='%23FFBA00'/%3E%3Cpath d='M540.6 190.21L775.997 328.91c15 8.8 15 23.1 0 32L540.6 499.507c-17 8.8-37.3 8.8-54.3 0L251.003 360.909c-15.1-8.9-15.1-23.2 0-32L486.3 190.211c17-8.8 37.3-8.8 54.3 0z' fill='%23FFBA00' opacity='.8'/%3E%3Cpath d='M244.503 411.808l206.298 122.898c18.6 12.4 30.4 32.8 31.7 55.1v236.197c0 20-14.2 27.8-31.7 17.4l-206.298-122.8c-18.7-12.399-30.5-32.899-31.8-55.198V429.208c0-20.1 14.2-27.8 31.8-17.4z' fill='%23FFBA00' opacity='.5'/%3E%3C/svg%3E\")}.t-icon-jilu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%231580EA'/%3E%3Cpath d='M785.306 415.744H625.51c-28.62 0-45.004-20.48-45.004-45.056v-163.84H301.978c-24.576 0-49.152 20.48-49.152 45.056v483.328c0 24.525 20.48 45.056 49.152 45.056h217.088l266.24-262.144v-102.4zm-204.8 200.704h-245.76v-40.96h245.76v40.96zm0-122.88h-245.76v-40.96h245.76v40.96zm45.004 249.856l-28.62 73.728 73.676-24.525 143.36-143.411-49.152-49.152-139.264 143.36zm192.564-192.512l-32.768 32.82 49.1 49.151 32.82-32.819-49.152-49.152zM687.002 370.688h98.304l-147.508-163.84h-16.332v94.208c0 36.864 28.62 69.632 65.536 69.632zm0 0' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-shujuquxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%235196FA'/%3E%3Cpath d='M707.56 444.44a35.77 35.77 0 0135.678 35.816v238.708a35.77 35.77 0 01-35.677 35.84h-47.546a35.77 35.77 0 01-35.678-35.84V480.21a35.77 35.77 0 0135.678-35.84h47.546zm-332.8 47.708a35.77 35.77 0 0135.678 35.864v190.836a35.77 35.77 0 01-35.677 35.84h-47.546a35.77 35.77 0 01-35.678-35.84V528.012a35.77 35.77 0 0135.678-35.84h47.546zm166.424 47.733a35.77 35.77 0 0135.677 35.84v143.197a35.77 35.77 0 01-35.677 35.84h-47.523a35.77 35.77 0 01-35.724-35.84V575.72a35.77 35.77 0 0135.724-35.84zm123.113-232.425l-28.067.186a17.92 17.92 0 01-.303-35.77l71.587-.512a17.943 17.943 0 0117.99 17.85v71.936a17.827 17.827 0 11-35.654 0v-28.672L530.083 492.847a17.734 17.734 0 01-19.875 3.677l-213.97-95.419a17.92 17.92 0 0114.5-32.768l202.775 90.508 150.83-151.273z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-lishi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M588.221 1021.931H435.78c-239.4 0-433.71-194.31-433.71-433.71V435.78c0-239.4 194.31-433.71 433.71-433.71H588.22c239.4 0 433.71 194.31 433.71 433.71V588.22c0 239.4-194.31 433.71-433.71 433.71z' fill='%23fff'/%3E%3Cpath d='M998.4 584.704V439.296C998.4 210.944 813.056 25.6 584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408C25.6 813.056 210.944 998.4 439.296 998.4h145.408c13.312 0 26.624-1.024 38.912-2.048 162.816-61.44 294.912-185.344 368.64-342.016 4.096-22.528 6.144-46.08 6.144-69.632z' fill='%23fff'/%3E%3Cpath d='M998.4 506.88v-67.584C998.4 210.944 813.056 25.6 584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 219.136 169.984 398.336 385.024 412.672C699.392 986.112 937.984 780.288 998.4 506.88z' fill='%23fff'/%3E%3Cpath d='M584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 143.36 72.704 269.312 183.296 343.04 56.32 17.408 115.712 27.648 178.176 27.648 322.56 0 584.704-262.144 584.704-584.704 0-34.816-3.072-67.584-9.216-100.352C898.048 125.952 752.64 25.6 584.704 25.6z' fill='%23fff'/%3E%3Cpath d='M584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 96.256 32.768 185.344 88.064 256 81.92 48.128 177.152 74.752 279.552 73.728 296.96-4.096 538.624-250.88 535.552-547.84-1.024-75.776-17.408-147.456-46.08-212.992-74.752-78.848-180.224-128-297.984-128z' fill='%23fff'/%3E%3Cpath d='M874.496 490.496c34.816-153.6 0-294.912-77.824-406.528C735.232 47.104 662.528 25.6 585.728 25.6H439.296C210.944 26.624 25.6 211.968 25.6 440.32v145.408c0 59.392 12.288 114.688 34.816 165.888 126.976 109.568 313.344 157.696 503.808 90.112 156.672-55.296 273.408-189.44 310.272-351.232z' fill='%23fff'/%3E%3Cpath d='M439.296 25.6C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 26.624 3.072 53.248 7.168 77.824 83.968 102.4 211.968 166.912 354.304 166.912 252.928 0 458.752-204.8 458.752-458.752 0-128-52.224-243.712-137.216-326.656C669.696 31.744 628.736 25.6 585.728 25.6H439.296z' fill='%23fff'/%3E%3Cpath d='M25.6 439.296V578.56c70.656 123.904 204.8 207.872 357.376 208.896 228.352 2.048 418.816-185.344 419.84-414.72 0-144.384-71.68-270.336-182.272-345.088-12.288-1.024-23.552-2.048-35.84-2.048H439.296C210.944 25.6 25.6 210.944 25.6 439.296z' fill='%23fff'/%3E%3Cpath d='M529.408 25.6h-90.112C210.944 25.6 25.6 210.944 25.6 439.296v29.696c43.008 158.72 188.416 276.48 361.472 276.48 206.848 0 373.76-167.936 373.76-373.76C760.832 215.04 665.6 81.92 529.408 25.6z' fill='%23fff'/%3E%3Cpath d='M384 41.984c-33.792 0-66.56 5.12-97.28 14.336a425.08 425.08 0 00-186.368 144.384C69.632 250.88 52.224 310.272 52.224 373.76c0 183.296 148.48 331.776 331.776 331.776s331.776-148.48 331.776-331.776S567.296 41.984 384 41.984z' fill='%23fff'/%3E%3Cpath d='M94.20800000000003 374.784a289.792 289.792 0 10579.584 0 289.792 289.792 0 10-579.584 0z' fill='%23fff'/%3E%3Cpath d='M136.192 374.784a247.808 247.808 0 10495.616 0 247.808 247.808 0 10-495.616 0z' fill='%23fff'/%3E%3Cpath d='M178.176 374.784a205.824 205.824 0 10411.648 0 205.824 205.824 0 10-411.648 0z' fill='%23fff'/%3E%3Cpath d='M512 178.3c-182.404 0-333.7 151.296-333.7 333.7S329.596 845.7 512 845.7 845.7 695.818 845.7 512 695.818 178.3 512 178.3zm142.812 345.012c1.414 16.968-11.312 31.107-26.866 31.107H523.312c-5.656 1.414-14.14 0-24.038 0h-1.414c-16.968 0-31.107 5.656-31.107-11.311v-188.06c0-16.968 15.553-31.107 31.107-31.107 16.968 0 31.108 15.553 31.108 31.107V490.79h94.736c16.968 0 29.694 14.14 29.694 29.694 1.414 1.414 1.414 2.828 1.414 2.828z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-jilu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M21.314999999999998 512a498.551 498.551 0 10997.102 0 498.551 498.551 0 10-997.102 0z' fill='%23fff'/%3E%3Cpath d='M622.406 765.234l-78.795 22.058a59.285 59.285 0 01-74.164-68.258l13.605-70.054a73.295 73.295 0 0120.206-38.095L786.25 327.777V274.63a86.438 86.438 0 00-86.611-86.264H328.24a86.38 86.38 0 00-86.437 86.264v451.584a86.38 86.38 0 0086.437 86.264H699.64a86.438 86.438 0 0086.495-86.264V611.869L655.175 745.84a73.99 73.99 0 01-32.769 19.395zM359.272 305.082h290.46a31.842 31.842 0 010 63.685h-290.46a31.842 31.842 0 010-63.685zM327.43 477.668a31.9 31.9 0 0131.842-31.842H527.17a31.842 31.842 0 010 63.685H359.272a31.842 31.842 0 01-31.842-31.843z' fill='%23FEC407'/%3E%3Cpath d='M858.156 416.589l-25.069-23.159a25.184 25.184 0 00-35.084.811l-253.929 257.75a15.805 15.805 0 00-4.284 8.105L526.3 730.15a1.1 1.1 0 00.463 1.216 1.216 1.216 0 001.274.348l78.738-22.058a15.169 15.169 0 007.005-4.111l245.592-253.002a25.127 25.127 0 00-1.216-35.953z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-lishijilu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%23FF822B'/%3E%3Cpath d='M324.409 655.019c180.881 0 327.51-146.631 327.51-327.51 0-152.138-103.734-280.047-244.33-316.854C205.813 52.464 47.496 213.018 8.986 415.982c38.6 137.898 165.196 239.037 315.422 239.037z' fill='%23FFF' fill-opacity='.2'/%3E%3Cpath d='M512 1024c282.767 0 512-229.233 512-512 0-31.766-2.891-62.854-8.434-93.019-87.509-82.881-205.691-133.718-335.742-133.718-269.71 0-488.357 218.645-488.357 488.357 0 54.96 9.084 107.803 25.823 157.104C300.627 989.489 402.283 1024 512 1024z' fill='%23FFF' fill-opacity='.15'/%3E%3Cpath d='M732.536 756.566c36.39 0 65.89-29.5 65.89-65.89 0 36.39 29.502 65.89 65.889 65.89-17.054 0-65.89 29.503-65.89 65.89 0-36.387-29.5-65.89-65.889-65.89zM159.686 247.28c25.686 0 46.51-20.823 46.51-46.51 0 25.687 20.823 46.51 46.51 46.51-12.037 0-46.51 20.824-46.51 46.51 0-25.686-20.824-46.51-46.51-46.51z' fill='%23FFF' fill-opacity='.5'/%3E%3Cpath d='M206.195 333.323c8.563 0 15.504-6.94 15.504-15.503 0 8.562 6.94 15.503 15.503 15.503-4.012 0-15.503 6.941-15.503 15.504 0-8.563-6.941-15.504-15.504-15.504z' fill='%23FFF' fill-opacity='.3'/%3E%3Cpath d='M374.407 257.357h275.186q69.765 0 69.765 69.765v369.756q0 69.765-69.765 69.765H374.407q-69.765 0-69.765-69.765V327.122q0-69.765 69.765-69.765z' fill='%23FFF'/%3E%3Cpath d='M386.422 341.075h153.484q21.317 0 21.317 21.317t-21.317 21.317H386.422q-21.317 0-21.317-21.317t21.317-21.317zM386.422 437.971h250.38q21.318 0 21.318 21.317 0 21.318-21.318 21.318h-250.38q-21.317 0-21.317-21.318 0-21.317 21.317-21.317zM386.422 534.868h250.38q21.318 0 21.318 21.317t-21.318 21.317h-250.38q-21.317 0-21.317-21.317t21.317-21.317zM387.198 631.764h250.38q21.317 0 21.317 21.317t-21.317 21.317h-250.38q-21.318 0-21.318-21.317t21.318-21.317z' fill='%23FF954B'/%3E%3C/svg%3E\")}.t-icon-duibifenxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0A512 512 0 110 512 512 512 0 01512 0z' fill='%23FFBF10'/%3E%3Cpath d='M633.525 724.57h-363.31a42.827 42.827 0 01-47.314-46.893V332.951a42.948 42.948 0 0147.405-46.924h473.118a42.918 42.918 0 0147.224 46.924V530.1a135.89 135.89 0 00-37.707-5.331 135.53 135.53 0 00-135.53 135.53 136.132 136.132 0 0016.053 64.12zM451.012 508.446l72.132 61.56a22.558 22.558 0 0014.516 5.271 22.648 22.648 0 0016.505-7.138l99.388-111.074.422-.512a3.614 3.614 0 01.451-.542 18.07 18.07 0 003.795-13.583 18.342 18.342 0 00-7.047-12.047 23.642 23.642 0 00-14.607-5 23.823 23.823 0 00-17.408 7.56l-82.01 92.16-71.199-64.632a21.564 21.564 0 00-14.276-5.421 21.534 21.534 0 00-15.058 6.023l-75.295 74.782a20.6 20.6 0 00-6.354 15.059 20.751 20.751 0 006.746 15.059 23.793 23.793 0 0016.354 6.325 24.094 24.094 0 0017.016-6.958l55.658-56.771z' fill='%23FFF'/%3E%3Cpath d='M746.737 561.062a90.172 90.172 0 000 180.344zm0 189.38a99.177 99.177 0 10-99.177-99.238 100.08 100.08 0 0099.177 99.207zm0-180.345a81.167 81.167 0 11-81.167 81.167 80.806 80.806 0 0181.167-81.167z' fill='%23FFECB7'/%3E%3C/svg%3E\")}.t-icon-pinggufenxi-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M885.664 38.684c54.796 0 99.652 40.56 99.652 90.149v766.334c0 49.59-44.856 90.149-99.652 90.149H138.336c-54.796 0-99.652-40.56-99.652-90.149V128.833c0-49.59 44.856-90.149 99.652-90.149h747.328zm-3.058 69.76H141.394c-18.132 0-32.95 13.216-32.95 29.345v748.422c0 16.129 14.818 29.345 32.95 29.345h741.212c18.132 0 32.95-13.216 32.95-29.345V137.789c0-16.129-14.818-29.345-32.95-29.345zm-224.97 622.01a36.409 36.409 0 010 72.817H366.364a36.409 36.409 0 010-72.818h291.272zM512 257.137c28.836 1.31 50.062 15.073 63.716 41.324l113.777 273.576c1.53 9.175 3.022 15.729 4.551 19.661-1.529 19.66-15.182 29.528-40.96 29.528-22.755 0-37.137-7.865-43.253-23.63l-15.911-47.222H432.337l-18.204 47.222c-7.573 15.765-21.991 23.63-43.217 23.63-25.778 0-39.431-10.486-40.96-31.494V575.97c1.529-1.31 2.293-2.621 2.293-3.932l118.33-273.576c10.594-26.215 31.092-40.014 61.421-41.324zm-6.372 83.012l-54.322 140.538h108.608L505.628 340.15z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shouye-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M896 1015.36H128v-416h64v352h640v-352h64v416zm72.64-426.24L512 102.08 55.36 589.12 8.64 545.6 512 8.64l503.36 536.96-46.72 43.52z' fill='%23477EFF'/%3E%3Cpath d='M640 887.36h-64v-224H448v224h-64v-288h256v288zm-128-352a128 128 0 11128-128 128 128 0 01-128 128zm0-192a64 64 0 1064 64 64 64 0 00-64-64z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-wode-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 377.263a134.737 134.737 0 100-269.474 134.737 134.737 0 000 269.474zm0 80.842a215.579 215.579 0 110-431.158 215.579 215.579 0 010 431.158zM161.684 916.211h700.632V808.42a215.579 215.579 0 00-215.58-215.579H377.264a215.579 215.579 0 00-215.579 215.58V916.21zM377.264 512h269.473c163.705 0 296.42 132.716 296.42 296.421v188.632H80.843V808.42C80.842 644.716 213.558 512 377.263 512z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-pinggufenxi-copy-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M885.664 38.684c54.796 0 99.652 40.56 99.652 90.149v766.334c0 49.59-44.856 90.149-99.652 90.149H138.336c-54.796 0-99.652-40.56-99.652-90.149V128.833c0-49.59 44.856-90.149 99.652-90.149h747.328zm-3.058 69.76H141.394c-18.132 0-32.95 13.216-32.95 29.345v748.422c0 16.129 14.818 29.345 32.95 29.345h741.212c18.132 0 32.95-13.216 32.95-29.345V137.789c0-16.129-14.818-29.345-32.95-29.345zm-224.97 622.01a36.409 36.409 0 010 72.817H366.364a36.409 36.409 0 010-72.818h291.272zM512 257.137c28.836 1.31 50.062 15.073 63.716 41.324l113.777 273.576c1.53 9.175 3.022 15.729 4.551 19.661-1.529 19.66-15.182 29.528-40.96 29.528-22.755 0-37.137-7.865-43.253-23.63l-15.911-47.222H432.337l-18.204 47.222c-7.573 15.765-21.991 23.63-43.217 23.63-25.778 0-39.431-10.486-40.96-31.494V575.97c1.529-1.31 2.293-2.621 2.293-3.932l118.33-273.576c10.594-26.215 31.092-40.014 61.421-41.324zm-6.372 83.012l-54.322 140.538h108.608L505.628 340.15z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-wode{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 377.263a134.737 134.737 0 100-269.474 134.737 134.737 0 000 269.474zm0 80.842a215.579 215.579 0 110-431.158 215.579 215.579 0 010 431.158zM161.684 916.211h700.632V808.42a215.579 215.579 0 00-215.58-215.579H377.264a215.579 215.579 0 00-215.579 215.58V916.21zM377.264 512h269.473c163.705 0 296.42 132.716 296.42 296.421v188.632H80.843V808.42C80.842 644.716 213.558 512 377.263 512z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shouye{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M896 1015.36H128v-416h64v352h640v-352h64v416zm72.64-426.24L512 102.08 55.36 589.12 8.64 545.6 512 8.64l503.36 536.96-46.72 43.52z' fill='%23333'/%3E%3Cpath d='M640 887.36h-64v-224H448v224h-64v-288h256v288zm-128-352a128 128 0 11128-128 128 128 0 01-128 128zm0-192a64 64 0 1064 64 64 64 0 00-64-64z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shijian-mianxing-0{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M77.18599999999992 512.305a435.119 435.119 0 10870.238 0 435.119 435.119 0 10-870.238 0z' fill='%2379D13F'/%3E%3Cpath d='M510.856 558.105c-20.554 0-37.22-16.665-37.22-37.22V295.682c0-20.554 16.666-37.219 37.22-37.219s37.22 16.665 37.22 37.22v225.202c0 20.536-16.666 37.22-37.22 37.22z' fill='%23ACFF88'/%3E%3Cpath d='M709.784 670.677a36.977 36.977 0 01-18.571-4.995L496.193 553.09c-17.79-10.277-23.89-33.025-13.614-50.833 10.258-17.81 33.044-23.91 50.833-13.614l195.02 112.592c17.79 10.277 23.891 33.024 13.614 50.833-6.883 11.955-19.391 18.61-32.262 18.61z' fill='%23ACFF88'/%3E%3Cpath d='M442.633 520.885a68.222 68.222 0 10136.445 0 68.222 68.222 0 10-136.445 0z' fill='%23D6FFB7'/%3E%3C/svg%3E\")}.t-icon-kehuguanli{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0A512 512 0 110 512 512 512 0 01512 0z' fill='%23F15E5E'/%3E%3Cpath d='M331.279 551.995a61.03 61.03 0 00-3.058 19.148v60.972a61.074 61.074 0 0061.075 61.148h61.074a61.074 61.074 0 0061.074-61.148v-60.972a61.22 61.22 0 00-3.057-19.178c91.121 24.371 155.736 85.285 155.736 156.526v45.934a61.074 61.074 0 01-61.104 61.103H236.617a61.074 61.074 0 01-61.074-61.074V708.52c0-71.27 64.614-132.198 155.736-156.525zm416.095 203a60.767 60.767 0 008.367-30.91v-45.963c0-67.174-61.016-125.206-149.211-152.035a190.171 190.171 0 0057.534-138.05 195.482 195.482 0 00-22.294-91.311c63.605 4.769 113.898 64.366 113.898 137.114a142.438 142.438 0 01-53.965 114.03c84.612 18.314 145.57 69.719 145.57 130.267v46.328a30.53 30.53 0 01-30.457 30.53h-69.442zM419.84 571.143a30.53 30.53 0 0130.53 30.53v30.545a30.544 30.544 0 11-61.074 0v-30.53a30.53 30.53 0 0130.53-30.53zm0-30.53c-84.304 0-152.678-75.176-152.678-167.892S335.536 204.8 419.84 204.8s152.678 75.176 152.678 167.921-68.374 167.892-152.678 167.892z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-qiapianjihuo{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0zm108.8 595.2c-44.8 0-83.2-12.8-121.6-38.4l-96 96L448 704l-57.6 57.6-44.8-44.8-32 32 44.8 44.8-57.6 57.6L192 742.4l243.2-243.2c-19.2-32-25.6-70.4-25.6-115.2 0-115.2 96-211.2 211.2-211.2S832 268.8 832 384c0 121.6-96 211.2-211.2 211.2z' fill='%23f4a300'/%3E%3Cpath d='M620.8 256c-70.4 0-128 57.6-128 128s57.6 128 128 128 128-57.6 128-128-64-128-128-128z' fill='%23f4a300'/%3E%3C/svg%3E\")}.t-icon-kapian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M614.263 629.4h45.698v45.407h-45.698v-45.408zm112.936 0h45.7v45.407h-45.7v-45.408z' fill='%231296DB'/%3E%3Cpath d='M512 1.873C230.969 1.873 3.15 229.69 3.15 510.72s227.82 508.85 508.849 508.85c281.031 0 508.848-227.82 508.848-508.85C1020.847 229.69 793.03 1.873 512 1.873zM827.328 706.24s-2.134 41.334-43.08 47.154H243.823s-32.405-1.94-38.81-43.855l-1.2-248.964H827.33V706.24zm0-401.972v76.26l-623.518-.306 1.202-78.283c6.694-33.473 39.004-34.346 39.004-34.346h538.487c45.407 4.657 44.825 36.675 44.825 36.675z' fill='%231296DB'/%3E%3Cpath d='M670.44 629.4h45.699v45.407H670.44v-45.408z' fill='%231296DB'/%3E%3C/svg%3E\")}.t-icon-kapiananniu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 533.662c-9.846-3.939-21.662-7.877-33.477-11.816 3.939-7.877 7.877-17.723 7.877-27.57v-25.6c0-29.538-25.6-55.138-55.138-55.138-5.908 0-11.816 1.97-17.724 3.939-21.661 7.877-37.415 27.57-37.415 51.2v25.6c0 9.846 1.97 19.692 7.877 27.57-9.846 1.968-19.692 5.907-29.538 9.845-11.816 5.908-19.693 17.723-19.693 29.539v33.477l1.97 3.938c3.938 11.816 13.784 19.692 27.569 19.692h141.784c13.785 0 27.57-11.815 27.57-25.6v-31.507c0-3.939 0-7.877-1.97-9.846-5.907-7.877-11.815-15.754-19.692-17.723zm137.846-41.354h-78.77c-5.907 0-9.845 1.969-13.784 5.907-3.938 3.939-5.907 7.877-5.907 13.785s1.969 9.846 5.907 13.785c3.939 3.938 7.877 5.907 13.785 5.907h78.77c5.907 0 9.845-1.969 13.784-5.907 3.938-3.939 5.907-7.877 5.907-13.785s-1.969-9.846-5.907-13.785c-3.939-3.938-9.846-5.907-13.785-5.907zm0 78.769h-78.77c-5.907 0-9.845 1.97-13.784 5.908-3.938 3.938-5.907 7.877-5.907 13.784 0 5.908 1.969 9.846 5.907 13.785 3.939 3.938 7.877 5.908 13.785 5.908h78.77c5.907 0 9.845-1.97 13.784-5.908 3.938-3.939 5.907-7.877 5.907-13.785 0-5.907-1.969-9.846-5.907-13.784-3.939-3.939-9.846-5.908-13.785-5.908z' fill='%2372B0FF'/%3E%3Cpath d='M512 0C228.43 0 0 228.43 0 512s228.43 512 512 512 512-228.43 512-512S793.6 0 512 0zm236.308 669.538c0 21.662-17.723 39.385-39.385 39.385H315.077c-21.662 0-39.385-17.723-39.385-39.385V354.462c0-21.662 17.723-39.385 39.385-39.385h393.846c21.662 0 39.385 17.723 39.385 39.385v315.076z' fill='%2372B0FF'/%3E%3Cpath d='M649.846 413.538H531.692c-5.907 0-9.846 1.97-13.784 5.908-3.939 3.939-5.908 7.877-5.908 13.785 0 5.907 1.97 9.846 5.908 13.784 3.938 3.939 7.877 5.908 13.784 5.908h118.154c5.908 0 9.846-1.97 13.785-5.908 3.938-3.938 5.907-7.877 5.907-13.784 0-5.908-1.969-9.846-5.907-13.785-3.939-3.938-9.846-5.908-13.785-5.908z' fill='%2372B0FF'/%3E%3C/svg%3E\")}.t-icon-xiangmuchaxun-chakanshebei{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M17.96 509.427a501.76 491.467 90 10982.934 0 501.76 491.467 90 10-982.934 0z' fill='%233F51B5'/%3E%3Cpath d='M762.8 621.2h-26c-5.6 0-10-4.4-10-10v-73.6c0-5.6-4.4-10-10-10h-172c-5.6 0-10-4.4-10-10V476c0-5.6 4.4-10 10-10h148.8c6 0 10.8-4.8 10.8-10.8V278.8a10.928 10.928 0 00-10.8-10.8H330.4c-6 0-10.8 4.8-10.8 10.8v176.4a10.928 10.928 0 0010.8 10.8h148.8c5.6 0 10 4.4 10 10v41.6c0 5.6-4.4 10-10 10h-172c-5.6 0-10 4.4-10 10v73.6c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6 0-10-4.4-10-10v-28c0-5.6 4.4-10 10-10h126.8c5.6 0 10 4.4 10 10v28c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6 0-10-4.4-10-10v-28c0-5.6 4.4-10 10-10H672c5.6 0 10 4.4 10 10v28c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c-.8-2.8-3.2-5.2-6-5.2zm-421.6 84c0 1.2-.8 2-2 2H300c-1.2 0-2-.8-2-2V666c0-1.2.8-2 2-2h39.2c1.2 0 2 .8 2 2v39.2zm192 0c0 .8-.8 2-1.6 2H492c-.8 0-1.6-.8-1.6-2V666c0-.4 0-.8.4-1.2.4-.4.8-.4 1.2-.4h39.2c.4 0 .8 0 1.2.4.4.4.4.8.4 1.2v39.2zm-160.8-282c-5.6 0-10-4.4-10-10v-92.4c0-5.6 4.4-10 10-10h278.8c5.6 0 10 4.4 10 10v92.4c0 5.6-4.4 10-10 10H372.4zm352.8 282c0 .8-.8 2-1.6 2h-39.2c-.8 0-1.6-.8-1.6-2V666c0-.4 0-.8.4-1.2.4-.4.8-.4 1.2-.4h39.2c.4 0 .8 0 1.2.4.4.4.4.8.4 1.2v39.2zm-288-364.8c-10.8 0-20.8 6.4-24.8 16.4-4 10-2 21.6 5.6 29.2 7.6 7.6 19.2 10 29.2 6s16.4-14 16.4-24.8c0-14.8-11.6-26.8-26.4-26.8zm0 0' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-shebeishu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0a512 512 0 01512 512 512 512 0 01-512 512A512 512 0 010 512 512 512 0 01512 0z' fill='%23B196F4'/%3E%3Cpath d='M429.44 260.48h165.12V425.6H429.44zM295.04 598.4h165.12v165.12H295.04zm269.44 0H729.6v165.12H564.48zm116.48 0h-68.48v-51.84H411.52v51.84h-68.48V478.08h337.92V598.4z' fill='%23FFF'/%3E%3Cpath d='M477.44 423.68h68.48V512h-68.48z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-lishihenji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0c282.778 0 512 229.222 512 512s-229.222 512-512 512S0 794.778 0 512 229.222 0 512 0zm0 256c-141.26 0-256 114.842-256 256s114.842 256 256 256c141.26 0 256-114.842 256-256a256.307 256.307 0 00-256-256zm-25.6 170.65a25.6 25.6 0 0125.6 25.6V512h59.75a25.6 25.6 0 110 51.2H486.4a25.549 25.549 0 01-25.6-25.6v-85.35a25.6 25.6 0 0125.6-25.6z' fill='%23FB9D95'/%3E%3C/svg%3E\")}.t-icon-qiehuan1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M956.995 307.227a31.979 31.979 0 00-6.932-34.852L799.53 121.841l-45.227 45.227 95.94 95.941h-722.3v63.96h799.507a31.976 31.976 0 0029.546-19.742zm2.435 339.548H159.923a31.979 31.979 0 00-29.546 19.741 31.979 31.979 0 006.932 34.852l150.535 150.534 45.227-45.226-95.941-95.94h722.3v-63.961z'/%3E%3C/svg%3E\")}.t-icon-tishi6{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M513.6 232c12.8 0 24-11.2 24-24V86.4c0-12.8-11.2-24-24-24s-24 11.2-24 24V208c0 12.8 9.6 24 24 24zm-219.2 49.6c4.8 4.8 11.2 6.4 17.6 6.4s12.8-1.6 17.6-6.4c9.6-9.6 9.6-24 0-33.6l-86.4-86.4c-9.6-9.6-24-9.6-33.6 0-9.6 9.6-9.6 24 0 33.6l84.8 86.4zm-88 161.6H83.2c-12.8 0-24 11.2-24 24s11.2 24 24 24h121.6c12.8 0 24-11.2 24-24s-9.6-24-22.4-24zm734.4 0H819.2c-12.8 0-24 11.2-24 24s11.2 24 24 24h121.6c12.8 0 24-11.2 24-24s-9.6-24-24-24zM715.2 289.6c6.4 0 12.8-1.6 17.6-6.4l86.4-86.4c9.6-9.6 9.6-24 0-33.6s-24-9.6-33.6 0l-86.4 86.4c-9.6 9.6-9.6 24 0 33.6 3.2 3.2 9.6 6.4 16 6.4zM601.6 835.2H422.4c-12.8 0-22.4 9.6-22.4 22.4v3.2c0 12.8 9.6 22.4 22.4 22.4h179.2c12.8 0 22.4-9.6 22.4-22.4v-3.2c0-12.8-9.6-22.4-22.4-22.4zM600 494.4H424c-12.8 0-24 11.2-24 24s11.2 24 24 24h64v144c0 12.8 9.6 22.4 22.4 22.4h1.6c12.8 0 22.4-9.6 22.4-22.4v-144h64c12.8 0 24-11.2 24-24 1.6-12.8-8-24-22.4-24zm-46.4 419.2h-80c-12.8 0-24 11.2-24 24s11.2 24 24 24h80c12.8 0 24-11.2 24-24-1.6-14.4-11.2-24-24-24z' fill='%232db391'/%3E%3Cpath d='M512 268.8c-129.6 0-236.8 105.6-236.8 236.8 0 65.6 27.2 128 75.2 172.8l22.4 75.2c1.6 25.6 22.4 44.8 49.6 44.8h180.8c25.6 0 46.4-19.2 49.6-44.8l22.4-75.2c48-44.8 75.2-107.2 75.2-172.8C748.8 376 643.2 268.8 512 268.8zm124.8 377.6l-4.8 4.8-27.2 91.2-1.6 4.8v3.2l-182.4-1.6v-3.2l-27.2-94.4-4.8-4.8c-40-35.2-64-88-64-140.8 0-104 84.8-188.8 188.8-188.8s188.8 84.8 188.8 188.8c-1.6 54.4-25.6 105.6-65.6 140.8z' fill='%232db391'/%3E%3C/svg%3E\")}.t-icon-bianji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M153.6 902.656a32.256 32.256 0 010-64h716.8a32.256 32.256 0 010 64zM743.936 151.04l72.192 72.192a51.2 51.2 0 010 72.192L358.4 751.616a51.2 51.2 0 01-36.352 14.848h-95.232a25.6 25.6 0 01-25.6-25.6v-97.792a51.2 51.2 0 0114.848-36.352l455.68-455.68a51.2 51.2 0 0172.192 0zm-478.72 497.152v54.272h54.272l442.88-442.88-54.272-54.784z' fill='%235A5A68'/%3E%3C/svg%3E\")}.t-icon-caidan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M44.4 245.9h935.2c24.4 0 44.4-20 44.4-44.4s-19.8-44.4-44.4-44.4H44.4C20 157.1 0 177.1 0 201.5s20 44.4 44.4 44.4zm935.2 221.8H44.4C20 467.7 0 487.7 0 512.1s20 44.4 44.4 44.4h935.2c24.4 0 44.4-20 44.4-44.4s-20-44.4-44.4-44.4zm0 310.4H44.4C20 778.1 0 797.8 0 822.5s20 44.4 44.4 44.4h935.2c24.4 0 44.4-19.8 44.4-44.4s-20-44.4-44.4-44.4z'/%3E%3C/svg%3E\")}.t-icon-xiaoxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M769.7 659h-60V494.6c0-110.7-90.1-200.8-200.8-200.8-110.7 0-200.8 90.1-200.8 200.8V659h-60V494.6c0-69.4 27.2-134.8 76.6-184.2s114.8-76.6 184.2-76.6 134.8 27.2 184.2 76.6c49.4 49.4 76.6 114.8 76.6 184.2V659z' fill='%23F9C73D'/%3E%3Cpath d='M508.9 287.7c-47.6 0-86.3-38.7-86.3-86.3s38.7-86.3 86.3-86.3 86.3 38.7 86.3 86.3-38.7 86.3-86.3 86.3zm0-112.7c-14.5 0-26.3 11.8-26.3 26.3s11.8 26.3 26.3 26.3 26.3-11.8 26.3-26.3-11.8-26.3-26.3-26.3z' fill='%23F9C73D'/%3E%3Cpath d='M610.5 732.4c7.4 15.1 11.6 32.1 11.6 50 0 62.6-50.7 113.3-113.3 113.3S395.5 845 395.5 782.4c0-17.2 3.8-33.6 10.7-48.2' fill='%23FFEABB'/%3E%3Cpath d='M508.9 925.6c-79 0-143.3-64.3-143.3-143.3 0-21.3 4.6-41.8 13.6-60.9l54.3 25.5c-5.2 11.1-7.9 23-7.9 35.4 0 45.9 37.4 83.3 83.3 83.3s83.3-37.4 83.3-83.3c0-12.9-2.9-25.3-8.5-36.7l53.8-26.5c9.8 19.8 14.7 41.1 14.7 63.3-.1 79-64.3 143.2-143.3 143.2z' fill='%23F9C73D'/%3E%3Cpath d='M771.9 776.3H245.8c-38.9 0-70.5-31.6-70.5-70.5s31.6-70.5 70.5-70.5H279c16.6 0 30 13.4 30 30s-13.4 30-30 30h-33.1c-5.7 0-10.5 4.8-10.5 10.5s4.8 10.5 10.5 10.5H772c5.7 0 10.5-4.8 10.5-10.5s-4.8-10.5-10.5-10.5h-33c-16.6 0-30-13.4-30-30s13.4-30 30-30h33c38.9 0 70.5 31.6 70.5 70.5s-31.7 70.5-70.6 70.5z' fill='%23F9C73D'/%3E%3C/svg%3E\")}.t-icon-add-circle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M682.667 480H544V341.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V480H341.333c-17.066 0-32 14.933-32 32s14.934 32 32 32H480v138.667c0 17.066 14.933 32 32 32s32-14.934 32-32V544h138.667c17.066 0 32-14.933 32-32s-14.934-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-ashbin{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M874.667 241.067H672v-70.4C672 130.133 637.867 96 597.333 96H426.667C386.133 96 352 130.133 352 170.667v70.4H149.333c-17.066 0-32 14.933-32 32s14.934 32 32 32h53.334v548.266c0 40.534 34.133 74.667 74.666 74.667h469.334c40.533 0 74.666-34.133 74.666-74.667V305.067h53.334c17.066 0 32-14.934 32-32s-14.934-32-32-32zM416 170.667c0-6.4 4.267-10.667 10.667-10.667h170.666c6.4 0 10.667 4.267 10.667 10.667v70.4H416v-70.4zm341.333 682.666c0 6.4-4.266 10.667-10.666 10.667H277.333c-6.4 0-10.666-4.267-10.666-10.667v-544h490.666v544z' fill='%23666'/%3E%3Cpath d='M426.667 736c17.066 0 32-14.933 32-32V490.667c0-17.067-14.934-32-32-32s-32 14.933-32 32V704c0 17.067 14.933 32 32 32zm170.666 0c17.067 0 32-14.933 32-32V490.667c0-17.067-14.933-32-32-32s-32 14.933-32 32V704c0 17.067 14.934 32 32 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-chart-bar{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M149.333 800h128c29.867 0 53.334-23.467 53.334-53.333V533.333c0-29.866-23.467-53.333-53.334-53.333h-128C119.467 480 96 503.467 96 533.333v213.334C96 776.533 119.467 800 149.333 800zM160 544h106.667v192H160V544zm288 256h128c29.867 0 53.333-23.467 53.333-53.333V149.333C629.333 119.467 605.867 96 576 96H448c-29.867 0-53.333 23.467-53.333 53.333v597.334C394.667 776.533 418.133 800 448 800zm10.667-640h106.666v576H458.667V160zm416 149.333h-128c-29.867 0-53.334 23.467-53.334 53.334v384c0 29.866 23.467 53.333 53.334 53.333h128C904.533 800 928 776.533 928 746.667v-384c0-29.867-23.467-53.334-53.333-53.334zM864 736H757.333V373.333H864V736zm32 117.333H128c-17.067 0-32 14.934-32 32s14.933 32 32 32h768c17.067 0 32-14.933 32-32s-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-close{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M556.8 512L832 236.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L512 467.2 236.8 189.867c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L467.2 512 189.867 787.2c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.533 23.466 8.533S230.4 838.4 236.8 832L512 556.8 787.2 832c6.4 6.4 14.933 8.533 23.467 8.533s17.066-2.133 23.466-8.533c12.8-12.8 12.8-32 0-44.8L556.8 512z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-error{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M657.067 360.533c-12.8-12.8-32-12.8-44.8 0l-102.4 102.4-102.4-102.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l102.4 102.4-102.4 102.4c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.534 23.466 8.534s17.067-2.134 23.467-8.534l102.4-102.4 102.4 102.4c6.4 6.4 14.933 8.534 23.467 8.534s17.066-2.134 23.466-8.534c12.8-12.8 12.8-32 0-44.8L554.667 509.867l102.4-102.4c12.8-12.8 12.8-34.134 0-46.934z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-menu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M106.667 213.333a64 64 0 10128 0 64 64 0 10-128 0zM106.667 512a64 64 0 10128 0 64 64 0 10-128 0zM106.667 810.667a64 64 0 10128 0 64 64 0 10-128 0zM896 778.667H362.667c-17.067 0-32 14.933-32 32s14.933 32 32 32H896c17.067 0 32-14.934 32-32s-14.933-32-32-32zM362.667 245.333H896c17.067 0 32-14.933 32-32s-14.933-32-32-32H362.667c-17.067 0-32 14.934-32 32s14.933 32 32 32zM896 480H362.667c-17.067 0-32 14.933-32 32s14.933 32 32 32H896c17.067 0 32-14.933 32-32s-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-minus-circle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 949.333C270.933 949.333 74.667 753.067 74.667 512S270.933 74.667 512 74.667 949.333 270.933 949.333 512 753.067 949.333 512 949.333zm0-810.666C307.2 138.667 138.667 307.2 138.667 512S307.2 885.333 512 885.333 885.333 716.8 885.333 512 716.8 138.667 512 138.667z' fill='%23666'/%3E%3Cpath d='M682.667 544H341.333c-17.066 0-32-14.933-32-32s14.934-32 32-32h341.334c17.066 0 32 14.933 32 32s-14.934 32-32 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-modular{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M405.333 458.667h-256C119.467 458.667 96 435.2 96 405.333v-256C96 119.467 119.467 96 149.333 96h256c29.867 0 53.334 23.467 53.334 53.333v256c0 29.867-23.467 53.334-53.334 53.334zm-245.333-64h234.667V160H160v234.667zm714.667 64h-256c-29.867 0-53.334-23.467-53.334-53.334v-256C565.333 119.467 588.8 96 618.667 96h256C904.533 96 928 119.467 928 149.333v256c0 29.867-23.467 53.334-53.333 53.334zm-245.334-64H864V160H629.333v234.667zM874.667 928h-256c-29.867 0-53.334-23.467-53.334-53.333v-256c0-29.867 23.467-53.334 53.334-53.334h256c29.866 0 53.333 23.467 53.333 53.334v256C928 904.533 904.533 928 874.667 928zm-245.334-64H864V629.333H629.333V864zm-224 64h-256C119.467 928 96 904.533 96 874.667v-256c0-29.867 23.467-53.334 53.333-53.334h256c29.867 0 53.334 23.467 53.334 53.334v256c0 29.866-23.467 53.333-53.334 53.333zM160 864h234.667V629.333H160V864z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-notification{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M800 625.067V448c0-117.333-70.4-217.6-170.667-262.4C625.067 123.733 573.867 74.667 512 74.667S398.933 123.733 394.667 185.6C294.4 230.4 224 330.667 224 448v177.067C166.4 672 138.667 736 138.667 810.667c0 17.066 14.933 32 32 32H377.6C392.533 904.533 448 949.333 512 949.333s119.467-44.8 134.4-106.666h206.933c17.067 0 32-14.934 32-32 0-76.8-27.733-138.667-85.333-185.6zm-288-486.4c19.2 0 36.267 10.666 44.8 25.6C541.867 162.133 526.933 160 512 160c-14.933 0-29.867 2.133-44.8 4.267 8.533-14.934 25.6-25.6 44.8-25.6zm0 746.666c-29.867 0-55.467-17.066-66.133-42.666h134.4c-12.8 25.6-38.4 42.666-68.267 42.666zM204.8 778.667c6.4-46.934 29.867-83.2 70.4-113.067 8.533-6.4 12.8-14.933 12.8-25.6V448c0-123.733 100.267-224 224-224s224 100.267 224 224v192c0 10.667 4.267 19.2 12.8 25.6 40.533 29.867 64 66.133 70.4 113.067H204.8z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-prompt{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M469.33299999999997 320a42.667 42.667 0 1085.334 0 42.667 42.667 0 10-85.334 0zM512 437.333c-17.067 0-32 14.934-32 32V704c0 17.067 14.933 32 32 32s32-14.933 32-32V469.333c0-17.066-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-success{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M701.867 381.867L448 637.867 322.133 512c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l149.334 149.333c6.4 6.4 14.933 8.534 23.466 8.534s17.067-2.134 23.467-8.534L750.933 428.8c12.8-12.8 12.8-32 0-44.8-14.933-12.8-36.266-12.8-49.066-2.133z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-add-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M874.667 469.333h-320v-320c0-23.466-19.2-42.666-42.667-42.666s-42.667 19.2-42.667 42.666v320h-320c-23.466 0-42.666 19.2-42.666 42.667s19.2 42.667 42.666 42.667h320v320c0 23.466 19.2 42.666 42.667 42.666s42.667-19.2 42.667-42.666v-320h320c23.466 0 42.666-19.2 42.666-42.667s-19.2-42.667-42.666-42.667z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-arrow-left-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M384 512l347.733-309.333C748.8 187.733 750.933 160 736 142.933c-14.933-17.066-42.667-19.2-59.733-4.266L292.267 480c-10.667 8.533-14.934 19.2-14.934 32s4.267 23.467 14.934 32l384 341.333C684.8 891.733 695.467 896 704 896c12.8 0 23.467-4.267 32-14.933 14.933-17.067 14.933-44.8-4.267-59.734L384 512z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-arrow-up-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M904.533 674.133L541.867 311.467c-17.067-17.067-42.667-17.067-59.734 0L119.467 674.133c-17.067 17.067-17.067 42.667 0 59.734 17.066 17.066 42.666 17.066 59.733 0l332.8-332.8 332.8 332.8c8.533 8.533 19.2 12.8 29.867 12.8s21.333-4.267 29.866-12.8c17.067-17.067 17.067-42.667 0-59.734z'/%3E%3C/svg%3E\")}.t-icon-arrow-down-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M904.533 311.467c-17.066-17.067-42.666-17.067-59.733 0L512 644.267l-332.8-332.8c-17.067-17.067-42.667-17.067-59.733 0-17.067 17.066-17.067 42.666 0 59.733l362.666 362.667c8.534 8.533 19.2 12.8 29.867 12.8s21.333-4.267 29.867-12.8L904.533 371.2c17.067-17.067 17.067-42.667 0-59.733z'/%3E%3C/svg%3E\")}.t-icon-age{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M92.065 81.158c130.76 0 236.922 34.125 316.945 103.038 63.116 54.343 102.567 110.36 123.132 168.555l1.574 4.54c24.917-57.033 55.007-105.187 90.382-144.403 70.352-77.997 172.467-105.28 301.871-83.212a35.07 35.07 0 0118.85 9.666l1.005.658a35.14 35.14 0 0115.139 23.666c19.525 121.823-8.145 227.884-82.836 315.318C807.493 561.668 697.01 593.08 550.07 575.62v32.857c.03.745.03 1.497 0 2.255v339.542a35.234 35.234 0 01-70.451 1.321l-.024-1.321V640.317l-7.24-1.098a1228.733 1228.733 0 01-31.124-5.262l-10.083-1.885-9.49-1.862c-26.696-5.361-51.771-11.445-75.214-18.263l-8.203-2.443c-92.238-27.988-158.414-67.85-198.353-120.601-34.47-45.529-57.972-105.786-70.956-180.776l-1.374-8.24-1.292-8.356c-2.707-18.233-4.833-37.29-6.371-57.167l-.67-9.238c-2.202-32.521-2.895-67.198-2.102-104.024a35.234 35.234 0 0133.596-39.92l1.35-.024zm35.222 71.415v3.705c.024 3.171.053 6.313.094 9.437l.165 9.308c.164 7.704.41 15.274.734 22.72l.428 8.868.5 8.744c.452 7.228.98 14.328 1.585 21.305l.763 8.303c.4 4.117.828 8.192 1.287 12.215l.945 7.986a683.374 683.374 0 002.701 19.426l1.204 7.546c11 66.13 30.607 117.548 58.384 154.233 26.096 34.47 70.369 63.304 132.933 85.872l6.894 2.437c13.941 4.827 28.752 9.355 44.437 13.571l7.91 2.085a820.933 820.933 0 0020.424 4.991l8.421 1.903 8.574 1.856a986.277 986.277 0 0017.57 3.547l9.002 1.703c3.025.552 6.078 1.098 9.15 1.644l9.296 1.586c2.948.493 5.913.98 8.902 1.456l.012-100.26-.07-7.07c-.529-34.5-3.712-56.827-13.83-85.461-16.355-46.275-48.63-92.103-102.673-138.636-59.364-51.119-137.579-79.612-235.742-85.02zm549.14 107.506c-51.46 57.05-91.216 138.794-118.71 245.495 2.672.323 5.326.629 7.963.91l7.863.805c117.13 11.24 199.814-14.152 251.004-74.074 56.64-66.3 79.83-144.555 69.717-237.051-97.041-12.55-168.42 9.137-217.837 63.915z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-arrow-right-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M731.733 480l-384-341.333c-17.066-14.934-44.8-14.934-59.733 4.266-14.933 17.067-14.933 44.8 4.267 59.734L640 512 292.267 821.333C275.2 836.267 273.067 864 288 881.067 296.533 889.6 307.2 896 320 896c10.667 0 19.2-4.267 27.733-10.667l384-341.333c8.534-8.533 14.934-19.2 14.934-32s-4.267-23.467-14.934-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-user-filling{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 160c70.4 0 128 57.6 128 128s-57.6 128-128 128-128-57.6-128-128 57.6-128 128-128zM748.8 742.4c-23.467 32-117.333 100.267-236.8 100.267S298.667 774.4 275.2 742.4c-8.533-10.667-10.667-21.333-8.533-32C296.533 599.467 396.8 522.667 512 522.667s215.467 76.8 245.333 187.733c2.134 10.667 0 21.333-8.533 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-body_level{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M516.365 882.927c-14.863 0-13.511 29.726-14.044 40.453-1.392 27.72-24.689 42.705-50.279 45.694-12.774 1.515-27.637.204-42.05-3.726-22.396-5.937-44.587-18.916-58.263-38.365-40.493-53.923-75.5-97.61-92.86-165.66-6.388-25.262-9.991-56.01-9.91-87.005.083-22.355 2.212-44.916 6.552-65.715l-13.225 3.234c-41.435 10.277-101.787 23.666-122.996-26.45-20.881-49.828 28.006-111.367 61.744-143.713 45.57-43.728 104.898-78.53 164.226-100.067-14.044-26.368-22.028-56.543-22.028-88.603 0-104.202 84.918-189.12 189.161-189.12 104.449 0 189.162 84.672 189.162 189.12 0 31.077-7.493 60.393-20.759 86.31 61.457 20.882 124.306 57.609 171.023 102.442 25.18 24.157 43.77 49.01 54.62 71.734 12.774 26.573 15.517 51.712 7 71.775-2.62 6.428-6.468 12.242-11.464 17.483-28.497 29.643-74.108 18.343-111.49 9.09l-13.225-3.194c4.34 20.8 6.47 43.36 6.51 65.592.123 31.077-3.48 61.907-9.908 87.088-17.36 68.09-52.368 111.736-92.82 165.66-13.635 19.366-35.826 32.263-58.264 38.364-14.453 3.971-29.275 5.2-42.09 3.726-25.63-2.948-48.805-17.975-50.238-45.612-.614-10.727.778-40.535-14.085-40.535zm97.529-318.503c19.161 0 34.68 15.518 34.68 34.72 0 19.08-15.519 34.64-34.68 34.64-19.121 0-34.68-15.56-34.68-34.64 0-19.202 15.559-34.72 34.68-34.72zm-213.114 0c19.121 0 34.68 15.518 34.68 34.72 0 19.08-15.559 34.64-34.68 34.64-19.162 0-34.68-15.56-34.68-34.64 0-19.202 15.518-34.72 34.68-34.72zm113.374-172.66c74.928-2.17 136.917-60.229 136.917-138.76 0-76.565-62.112-138.636-138.678-138.636-76.729 0-138.677 61.948-138.677 138.636 0 78.326 62.726 138.76 140.438 138.76zm136.303-9.418c-36.44 37.71-82.175 58.714-134.87 59.86-53.35.492-101.991-19.775-139.291-57.894-11.547 3.767-22.642 7.656-33.902 12.365-52.531 22.192-95.563 51.548-126.517 81.192-20.8 19.98-35.867 39.838-44.22 57.28-6.468 13.471-8.72 24.198-6.1 30.545 8.926 13.716 51.835.49 64.732-2.703 21.414-5.322 40.248-9.95 55.193-5.609 21.127 6.223 30.503 20.39 22.601 47.74-6.019 20.76-8.803 45.039-8.885 69.196-.082 26.532 3.03 52.981 8.517 74.64 1.31 5.119 2.825 10.155 4.38 15.068 138.064 30.954 274.039 32.673 407.68 2.58 1.965-5.732 3.685-11.628 5.24-17.647 10.933-43.114 12.12-100.968-.327-143.836-8.025-27.433 1.474-41.6 22.56-47.7 15.027-4.34 33.86.287 55.274 5.568 12.611 3.112 56.34 16.664 64.651 2.58 2.62-6.265.328-16.992-6.06-30.422-8.352-17.4-23.379-37.177-44.137-57.157-30.954-29.726-74.109-59.083-126.681-81.315-13.307-5.528-26.204-9.99-39.838-14.33zm51.057 426.31l-134.542 43.523c12.201 17.155 12.324 45.447 13.552 65.797 20.39 3.603 46.8-2.13 59.328-19.981 21.946-29.111 44.465-56.871 61.662-89.34zM465.43 852.587l-132.577-40.821c16.828 30.954 38.938 58.222 60.024 86.228 6.346 9.09 18.056 15.518 30.299 18.793 10.809 3.071 18.383 3.112 29.07 1.188.941-19.94 1.474-48.56 13.184-65.388z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-baogao1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M381.89 282.834h258.968a80.133 80.133 0 0080.064-79.968v-4.306a73.029 73.029 0 00-.425-8.105 81.051 81.051 0 00-79.64-71.986h-34.696v-6.405A80.146 80.146 0 00526.097 32h-29.5a80.16 80.16 0 00-80.036 80.064v6.405H381.85a81.038 81.038 0 00-79.543 71.945 80.58 80.58 0 00-.425 8.091v4.306a80.133 80.133 0 0080.064 80.023zm470.4-184.621H734.349v42.171h117.943a14.51 14.51 0 0114.51 14.51v779.04a14.523 14.523 0 01-14.51 14.51H170.499a14.537 14.537 0 01-14.51-14.551V154.92a14.523 14.523 0 0114.51-14.564h117.86v-42.2H170.5a56.722 56.722 0 00-56.668 56.64V933.77a56.722 56.722 0 0056.668 56.695h681.75a56.695 56.695 0 0056.668-56.654V154.84a56.695 56.695 0 00-56.667-56.64zM319.368 461.97h384a42.98 42.98 0 000-85.96h-384a42.98 42.98 0 100 85.96zm384 92.215h-384a42.98 42.98 0 100 85.961h384a42.98 42.98 0 000-85.96zm0 178.162h-384a42.98 42.98 0 100 85.962h384a42.98 42.98 0 000-85.962zm0 0' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-fat_r{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M558.978 525.2c166.8-80.4 169.2-441.6 169.2-457.2h-38.4c0 1.2 0 32.4-3.6 76.8h-339.6c-4.8-44.4-4.8-75.6-4.8-76.8h-38.4c0 15.6 2.4 376.8 169.2 457.2-138 106.8-145.2 416.4-146.4 430.8l38.4 1.2c0-1.2 1.2-38.4 7.2-88.8h286.8c7.2 50.4 7.2 87.6 8.4 87.6l38.4-1.2c-1.2-13.2-8.4-322.8-146.4-429.6zm-192-244.8h298.8c-3.6 18-8.4 36-14.4 54h-270c-6-18-10.8-36-14.4-54zm314.4-96c-2.4 18-4.8 38.4-8.4 57.6h-314.4c-3.6-20.4-6-39.6-8.4-57.6h331.2zm-175.2 313.2c-51.6-15.6-87.6-64.8-111.6-124.8h242.4c-24 60-60 109.2-111.6 124.8-3.6 1.2-7.2 2.4-9.6 3.6-3.6-1.2-6-2.4-9.6-3.6zm9.6 45.6c34.8 18 61.2 51.6 81.6 92.4h-163.2c20.4-40.8 46.8-74.4 81.6-92.4zm118.8 193.2h-237.6c6-20.4 12-42 20.4-61.2h198c7.2 19.2 14.4 39.6 19.2 61.2zm-256.8 92.4c2.4-16.8 6-36 9.6-54h256.8c3.6 18 7.2 37.2 9.6 54h-276z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-hengxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6144 1024'%3E%3Cpath d='M1524.572 304.572H4013.71v414.856H1524.572z'/%3E%3C/svg%3E\")}.t-icon-fat_w{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M352.949 631.22c45.717 0 100.057-24.09 142.352-62.142 53.519-48.318 85.411-106.901 83.632-154.398-.821-24.09-10.403-43.937-26.691-57.762-13.825-11.224-32.714-17.246-56.941-17.246-58.72 0-137.15 33.671-139.752 34.493-43.937 17.246-123.326 75.967-105.258 169.043 10.403 56.12 48.318 88.012 102.658 88.012zm23.406-208.738c.821 0 71.587-31.07 119.904-31.07 16.425 0 22.448 3.421 25.049 5.2 1.779 1.78 6.843 6.023 7.802 19.027.82 25.87-19.848 71.586-66.386 114.703-32.713 29.291-75.008 49.138-107.859 49.138-29.292 0-45.717-13.824-51.74-44.895-15.603-75.009 68.85-110.323 73.23-112.103zm0 0' fill='%23fff'/%3E%3Cpath d='M814.498 131.892c-1.779-.821-4.38-1.78-6.022-2.6-34.493-28.47-81.031-43.117-137.972-43.117-153.576 0-333.844 101.837-340.687 106.08l-6.023 3.422c-94.993 54.34-293.328 168.222-246.79 401.05 4.244 22.448 11.224 43.116 19.848 62.142 0 3.422.82 7.802 2.6 11.224C182.263 847.76 303.81 937.414 462.587 937.414c11.224 0 23.27-.821 35.315-1.78 102.657-8.623 205.315-64.742 290.727-159.598 77.609-86.233 134.55-198.335 156.998-307.974 44.759-224.889-129.486-335.349-131.129-336.17zm-465.792 108.68l6.022-3.421c60.363-34.493 202.715-99.236 314.818-99.236 44.895 0 80.21 11.224 105.258 31.892 2.6 4.38 5.201 7.802 9.445 10.403 0 0 .82.821 2.6 1.78 58.584 69.807-1.78 226.805-163.842 421.718-71.586 86.232-190.67 144.953-297.57 144.953-47.497 0-119.905-12.046-165.622-76.789-4.38-7.802-7.802-15.467-11.224-23.269-1.78-3.422-3.422-6.022-6.844-8.623-6.843-14.646-12.045-31.892-15.467-50.918-38.052-198.472 131.813-296.75 222.426-348.49zm540.801 217.362C850.634 649.424 687.613 865.006 492.7 881.43c-100.057 7.802-183.689-22.447-251.032-93.213 25.87 7.802 54.34 12.045 85.411 12.045 122.505 0 255.276-64.743 337.265-163.842 144.953-174.244 192.313-292.37 197.514-372.58 25.87 44.896 44.896 109.502 27.65 194.093zm0 0' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-jiantou_xiangxia{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M554.667 712.533V106.667h-85.334v601.6L337.067 576l-59.734 64L512 874.667 746.667 640l-59.734-59.733-132.266 132.266z' fill='%23444'/%3E%3C/svg%3E\")}.t-icon-jiantou_xiangshang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M554.667 268.8v601.6h-85.334V268.8L337.067 401.067l-59.734-59.734L512 106.667l234.667 234.666-59.734 59.734L554.667 268.8z' fill='%23444'/%3E%3C/svg%3E\")}.t-icon-bone{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M541.355 726.289l-17.613-17.613 186.402-186.402 17.612 17.613c49.903 49.903 132.096 55.774 184.934 8.806 57.242-51.37 58.71-139.434 5.871-192.272l-135.03-96.87-17.614-17.613-96.87-135.032c-54.306-52.838-142.37-51.37-192.273 5.871-46.967 52.839-41.096 135.032 8.807 184.934l17.613 17.613-187.87 186.402-17.613-17.613c-49.902-49.903-132.095-55.774-184.934-8.806-55.773 51.37-57.241 139.434-4.403 192.272l135.031 96.87 17.613 17.613 96.87 135.032c52.839 52.838 140.902 51.37 192.273-5.871 46.967-52.839 41.096-135.032-8.806-184.934zm-142.37 149.708c0-1.468 0-1.468 0 0l-96.87-135.031-17.613-17.613-135.031-96.87c-30.823-30.822-27.887-80.725 4.403-108.612 29.354-24.951 74.854-20.548 101.273 7.339l17.613 17.612 41.096 41.097 271.53-268.595-41.096-41.096-17.613-19.08c-27.887-27.888-32.29-71.92-7.338-101.274 27.887-33.758 77.79-35.226 108.612-4.403l96.87 135.03 17.613 17.614 135.03 96.87c30.823 30.822 27.888 80.725-4.402 108.612-29.355 24.951-74.855 20.548-101.274-7.339l-17.612-17.613-41.097-41.096-272.998 267.127 41.097 41.096 17.612 17.613c27.887 27.887 32.29 71.919 7.34 101.274-26.42 35.225-76.323 36.693-107.145 7.338z' fill='%23fff'/%3E%3Cpath d='M541.355 726.289l-17.613-17.613 186.402-186.402 17.612 17.613c49.903 49.903 132.096 55.774 184.934 8.806 57.242-51.37 58.71-139.434 5.871-192.272l-135.03-96.87-8.807-8.807-42.564 42.564 8.806 8.807 135.031 96.87c30.822 30.822 27.887 80.725-4.403 108.612-29.355 24.951-74.854 20.548-101.273-7.339l-17.613-17.613-41.097-41.096-271.53 267.127 41.097 41.096 17.612 17.613c27.887 27.887 32.29 71.919 7.34 101.274-27.888 33.757-77.79 35.225-108.613 4.403l-96.87-135.032-8.807-8.806-41.096 41.097 8.806 8.806 96.87 135.031c52.839 52.838 140.903 51.37 192.273-5.87 48.435-49.904 42.564-132.097-7.338-182z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-un_fat_w_weight{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M374.4 614.4h9.6v179.2c0 32 25.6 57.6 57.6 57.6h137.6c32 0 57.6-25.6 57.6-57.6V614.4h9.6c32 0 57.6-25.6 57.6-57.6V416c0-25.6-9.6-48-28.8-64-16-16-41.6-25.6-64-25.6H406.4c-25.6 0-48 9.6-67.2 25.6-16 16-25.6 41.6-25.6 64v140.8c3.2 32 28.8 57.6 60.8 57.6zM364.8 416c0-12.8 3.2-22.4 12.8-32 6.4-9.6 19.2-12.8 28.8-12.8h204.8c12.8 0 22.4 3.2 32 12.8 9.6 6.4 12.8 19.2 12.8 28.8v140.8c0 6.4-6.4 9.6-9.6 9.6h-60.8v227.2c0 6.4-6.4 9.6-9.6 9.6H441.6c-6.4 0-9.6-6.4-9.6-9.6V563.2h-57.6c-6.4 0-9.6-6.4-9.6-9.6V416z' fill='%23fff'/%3E%3Cpath d='M688 742.4c-12.8 0-25.6 9.6-25.6 19.2 0 6.4 0 12.8 3.2 19.2 3.2 6.4 9.6 9.6 16 9.6 134.4 16 169.6 44.8 169.6 54.4-3.2 12.8-99.2 64-342.4 64s-339.2-51.2-342.4-64c3.2-9.6 32-35.2 166.4-51.2 12.8-3.2 22.4-12.8 19.2-25.6 0-12.8-12.8-22.4-25.6-22.4-86.4 9.6-211.2 35.2-211.2 102.4 0 38.4 41.6 67.2 128 86.4 73.6 16 169.6 25.6 268.8 25.6 144 0 390.4-25.6 393.6-112-3.2-67.2-112-96-217.6-105.6zM512 300.8c64 0 118.4-54.4 118.4-118.4S576 64 512 64s-118.4 54.4-118.4 118.4S448 300.8 512 300.8zm0-188.8c38.4 0 70.4 32 70.4 70.4s-32 70.4-70.4 70.4-70.4-32-70.4-70.4 32-70.4 70.4-70.4z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-biaozhunhua{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M977.644 592.713a30.977 30.977 0 00-43.845 0L738.667 787.846l-92.093-92.094a30.977 30.977 0 10-43.845 43.845l114.016 114.016a30.977 30.977 0 0043.845 0l217.054-217.055a30.977 30.977 0 000-43.845zM791.07 356.961a31.008 31.008 0 00-31.008-31.008H263.938a31.008 31.008 0 000 62.016h496.125a31.008 31.008 0 0031.008-31.008zM263.937 543.008a31.008 31.008 0 000 62.015h279.07a31.008 31.008 0 000-62.015h-279.07z' fill='%23fff'/%3E%3Cpath d='M763.07 915.102H204.868c-18.543 0-33.954-15.814-33.954-35.783V144.68c0-19.969 15.41-35.783 33.954-35.783h614.264c18.543 0 33.954 15.814 33.954 35.783v339.66a31.008 31.008 0 0062.016 0v-339.66c0-53.83-42.791-97.798-95.97-97.798H204.868c-53.179 0-95.97 43.969-95.97 97.798V879.32c0 53.83 42.791 97.798 95.97 97.798H763.07a31.008 31.008 0 000-62.015z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-cellin{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M799.129 951.73a35.28 35.28 0 01-11.475-1.925c-18.362-6.338-28.119-26.367-21.78-44.73 4.105-11.895 16.593-48.096-81.833-92.448-52.838-23.8-84.95-55.698-95.428-94.793-10.35-38.597 1.073-81.352 33.96-127.069 11.362-15.76 33.331-19.368 49.1-8.013 15.77 11.345 19.36 33.324 8.023 49.102-13.725 19.075-28.875 46.31-23.12 67.756 5.908 22.073 33.907 38.76 56.358 48.878 129.74 58.454 136.577 129.886 119.45 179.52-5.016 14.566-18.655 23.721-33.255 23.721zm-233.38 0c-11.852 0-23.413-5.995-30.043-16.834-73.312-119.872-139.385-96.872-223.047-67.696-62.448 21.772-140.219 48.861-198.329-26.513-75.288-97.637 28.017-274.88 40.04-294.763 10.05-16.61 31.65-21.927 48.277-11.903 16.619 10.032 21.961 31.649 11.947 48.286-23.971 39.783-83.61 164.765-44.55 215.42 24.787 32.139 52.434 26.376 119.46 3.033 80.957-28.214 203.319-70.857 306.22 97.43 10.143 16.576 4.92 38.227-11.656 48.37a35.024 35.024 0 01-18.319 5.17zM579.869 526.986c-168.2-46.98-266.085-158.357-290.915-331.04l104.455-15.031C412.003 310.2 482.284 390.152 608.262 425.33L579.87 526.986z' fill='%23fff'/%3E%3Cpath d='M288.061 619.186c-42.196 0-80.921-8.065-112.503-26.488-38.417-22.417-82.305-69.354-73.21-165.666C117.61 265.102 411.351 80.402 606.588 72.5c98.358-3.814 163.219 39.825 177.424 120.207 19.136 108.329-44.988 222.798-175.921 314.07-91.083 63.486-216.082 112.408-320.03 112.408zm331.307-476.584c-3.212 0-6.51.068-9.937.206-172.932 7-426.169 175.518-437.034 290.829-4.569 48.32 8.065 80.467 38.615 98.289 71.449 41.689 231.506 4.5 356.84-82.863 50.863-35.454 166.999-130.221 146.867-244.106v-.01c-2.766-15.71-11.028-62.345-95.351-62.345z' fill='%23fff'/%3E%3Cpath d='M706.01 647.408c-20.011 0-39.181-4.475-56.84-13.476-47.04-23.962-74.446-75.95-75.202-142.623-.214-19.427 15.357-35.351 34.784-35.575h.404c19.247 0 34.947 15.494 35.17 34.784.446 39.62 13.862 69.044 36.794 80.724 26.642 13.579 57.94-.12 74.206-9.516 32.465-18.723 62.973-52.802 83.706-93.496 39.542-77.59 35.11-165.58-9.482-188.306-20.664-10.53-44.215-4.457-60.275 2.482-17.882 7.704-38.546-.49-46.258-18.32-7.713-17.83.498-38.537 18.328-46.25 42.307-18.328 84.96-18.517 120.155-.592 82.09 41.827 99.748 166.104 40.229 282.936-27.157 53.275-66.648 96.777-111.24 122.492-28.498 16.44-57.253 24.736-84.479 24.736z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-kcal{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M482.977 958.709c-99.797.016-192.162-37.047-256.656-103.757-122.524-126.693-81.005-319.961 20.25-437.501 15.218-17.643 29.564-33.548 42.903-48.305 79.881-88.463 112.951-125.081 77.062-260.7a34.379 34.379 0 0110.603-34.664 34.365 34.365 0 0135.772-5.872c128.035 53.053 205.785 93.454 191.826 248.779-1.325 14.748-5.285 30.268-9.11 45.276-14.598 57.298-11.074 67.062 10.704 75.485 6.057 2.349 15.721 4.287 28.926-5.855 19.832-15.243 34.966-49.177 32.4-72.625a34.39 34.39 0 0111.156-29.262c8.205-7.4 19.496-10.403 30.251-8.07 55.083 11.895 110.166 71.047 140.317 150.694 42.483 112.204 27.265 230.39-41.778 324.247-69.445 94.412-177.782 153.169-297.26 161.206a404.257 404.257 0 01-27.366.924zm-36.542-801.287c15.872 122.876-34.664 178.823-105.955 257.781-13.004 14.396-27.014 29.9-41.83 47.105-81.424 94.495-117.12 247.48-22.934 344.86 56.274 58.204 140.08 88.02 230.012 82.063 99.243-6.695 189.09-55.302 246.506-133.371 78.07-106.122 48.993-216.615 32.885-259.19-14.798-39.085-35.67-68.883-55.804-87.297-9.647 30.049-28.204 58.279-52.164 76.702-29.244 22.499-63.203 28.002-95.618 15.469-84.11-32.525-63.557-113.212-52.499-156.558 3.305-12.953 6.426-25.184 7.248-34.445 7.87-87.533-15.67-117.851-89.847-153.119z' fill='%23fff'/%3E%3Cpath d='M444.572 829.618c-55.15 0-101.022-27.667-123.924-75.267-46.593-96.895 34.48-189.88 78.035-239.837 5.151-5.905 9.9-11.342 13.976-16.258 10.957-13.221 28.943-18.247 45.15-12.676s27.299 20.604 27.802 37.743c1.325 43.322 25.77 76.056 49.429 107.724 25.754 34.48 54.966 73.573 38.422 120.955v.017c-15.067 43.086-63.07 74.16-119.46 77.33-3.172.168-6.326.269-9.43.269zm-19.446-217.354c-27.868 37.49-45.486 74.47-30.15 106.349 12.801 26.644 39.58 29.345 54.412 28.388 25.268-1.409 43.372-14.026 46.224-22.197 2.046-5.99-16.61-30.99-26.644-44.413-14.027-18.774-30.755-41.156-43.842-68.127z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-visceral{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M112.99 902.892c-17.619 0-31.904-14.286-31.904-31.904-.086-3.069-1.995-14.581-3.529-23.85-11.294-68.325-34.808-210.504 43.79-286.004 44.42-42.66 112.2-54.92 201.601-36.413 74.12 15.336 162.494-26.903 189.07-73.458 12.306-21.568 5.576-33.461-1.652-41.422-68.34-75.179-90.134-164.004-66.643-271.54 3.754-17.22 20.827-28.079 37.979-24.363 17.214 3.762 28.118 20.765 24.364 37.979-19.037 87.088-2.664 155.405 51.5 215.007 29.692 32.651 33.291 74.914 9.861 115.962-38.82 68.06-151.495 126.236-257.41 104.318-67.499-13.966-116.133-7.26-144.461 19.947-54.375 52.226-33.82 176.506-25.042 229.58 2.726 16.513 4.378 26.482 4.378 34.256.001 17.62-14.284 31.905-31.903 31.905z' fill='%23fff'/%3E%3Cpath d='M229.263 910.79c-15.843 0-29.568-11.793-31.608-27.916-11.497-91.24.53-203.868 72.28-220.942 36.36-8.724 54.103 23.227 68.279 48.883 17.478 31.639 41.421 74.992 101.506 106.132 72.017 37.294 266.367 30.175 381.176-116.647 54.29-69.447 81.878-158.763 71.97-233.07-6.386-47.988-27.915-86.94-62.265-112.628-45.253-33.858-115.697-24.153-149.112-4.128-12.883 7.71-29.333 5.437-39.614-5.46-60.302-63.885-81.706-139.735-58.729-208.09 5.608-16.684 23.648-25.697 40.41-20.073 16.7 5.608 25.688 23.702 20.064 40.401-13.335 39.7-2.493 84.915 29.753 126.587 52.778-20.517 134.516-25.906 195.457 19.666 48.385 36.211 78.576 89.908 87.283 155.297 12.275 92.082-19.488 197.053-84.962 280.8-128.534 164.395-355.006 188.852-460.78 133.986-77.236-40.02-109.016-97.548-128.005-131.93-1.963-3.52-4.113-7.43-6.153-10.936-13.585 18.507-24.27 72.594-15.25 144.174 2.196 17.478-10.189 33.446-27.667 35.643a31.729 31.729 0 01-4.033.25z' fill='%23fff'/%3E%3Cpath d='M579.798 758.733l-6.916-79.447c74.15-6.449 128.58-44.973 153.287-108.493l74.338 28.913c-35.783 91.98-116.228 149.946-220.709 159.027z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-muscle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M657.729 844.712c-115.67.008-167.844-51.845-195.28-96.139-51.084 35.096-137.523 60.587-217.39 38.17C113.556 749.851 45.01 624.27 66.18 459.021c13.91-108.535 78.52-245.626 214.828-274.787 91.065-19.477 169.248 22.05 212.17 63.896 51.342-56.407 154.044-84.447 244.261-59.238 85.405 23.868 241.8 127.832 222.543 350.461-11.777 136.386-94.186 298.13-287.67 305.093-4.971.18-9.833.266-14.584.266zM471.569 664.69a32.111 32.111 0 0129.113 18.536c19.964 42.804 47.422 101.478 169.31 97.032 151.41-5.45 216.02-130.874 226.009-246.442 15.618-180.657-108.19-264.155-175.842-283.06-84.463-23.632-178.602 16.042-193.594 63.873a32.11 32.11 0 01-30.204 22.512c-14.545-.118-26.3-8.562-30.815-21.681-5.543-14.318-74.348-89.13-171.098-68.42-64.672 13.839-146.571 79.797-164.55 220.143-17.078 133.304 32.46 229.647 132.504 257.71 78.654 22.072 165.523-21.328 182.727-46.302a32.094 32.094 0 0126.44-13.901z' fill='%23fff'/%3E%3Cpath d='M629.486 629.688c-30.51 0-57.757-11.589-78.26-34.069-35.457-38.89-43.416-105.633-18.92-158.686 22.511-48.786 68.216-76.872 122.335-74.999 41.008 1.38 75.273 22.504 94.03 57.945 23.318 44.035 20.386 105.187-7.12 148.712-15.73 24.895-38.186 43.054-64.924 52.526-16.216 5.74-32.086 8.571-47.141 8.571zM649.59 442.14c-20.732 0-35.669 9.566-44.388 28.447-10.813 23.413-8.359 55.89 5.355 70.93 3.034 3.324 12.342 13.447 39.267 3.912 12.122-4.288 19.665-13.094 23.852-19.728 12.044-19.077 13.863-49.696 4.03-68.264-5.426-10.272-13.141-14.835-25.766-15.258a78.965 78.965 0 00-2.35-.04zM408.684 578.416c-37.025 0-74.066-24.41-90.823-60.195-16.152-34.478-9.98-72.78 16.49-102.466 20.96-23.484 50.002-33.293 79.743-26.856 34.171 7.387 65.386 36.053 75.909 69.707 6.281 20.12 5.622 41.031-1.929 60.462-14.2 36.531-42.106 58.141-76.575 59.302-.941.03-1.882.046-2.815.046zm-12.46-127.22c-5.144 0-9.48 2.321-13.933 7.324-9.472 10.617-11.519 21.234-6.265 32.461 6.179 13.205 21.288 23.767 33.309 23.186 2.94-.094 11.886-.4 18.865-18.363 2.25-5.795 2.415-11.863.487-18.035-3.694-11.824-16.325-23.53-28.158-26.087-1.505-.321-2.933-.486-4.305-.486zM230.332 613.104c-2.862 0-5.76-.264-8.67-.793-24.468-4.526-41.174-26.731-45.018-46.322-4-20.303 4.767-38.165 23.413-47.766 13.222-6.805 28.623-7.08 42.275-.855 21.006 9.622 32.754 32.133 33.52 49.394.456 10.63-2.658 20.445-9.005 28.4-9.186 11.554-22.42 17.942-36.515 17.942z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-body_type{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M327.304 633.774C432.702 701.86 500.965 737 521.783 737c20.504 0 86.908-34.043 189.489-99.978a610.904 610.904 0 00-16.67-43.983c-3.854-9.156-23.772-53.785-28.428-65.446-9.978-24.847-14.967-44.021-14.967-63 0-60.73 46.506-120.99 136.33-183.873-25.904-38.211-87.946-63-189.646-71.335a29.348 29.348 0 01-26.354-23.4l-11.29-55.507h-100.74l-24.653 60.711a29.348 29.348 0 01-27.195 18.294c-74.544 0-129.268 23.674-166.892 71.628 86.713 53.491 132.026 114.398 132.026 183.482 0 20.31-3.99 41.498-11.856 67.774a853.846 853.846 0 01-11.27 34.396c.783-2.309-9.567 27.47-12.424 35.922a921.835 921.835 0 00-9.958 31.108zm-15.065 60.124c-12.052 62.374-10.859 119.798 6.261 186.848 125.198 17.1 259.337 17.021 402.457-.255 15.456-69.104 16.67-127.31 5.986-183.815-104.79 66.62-170.315 99.02-205.16 99.02-35.316 0-102.19-33.3-209.544-101.798zm75.444-542.583l24.887-61.239a29.348 29.348 0 0127.195-18.293h144.47a29.348 29.348 0 0128.76 23.497l11.74 57.718c125.804 13.91 203.4 55.389 228.11 128.348a29.348 29.348 0 01-11.7 33.945c-88.825 58.305-131.243 109.33-131.243 149.283 0 9.939 3.326 22.656 10.741 41.185 4.168 10.37 23.792 54.371 28.057 64.506 46.076 109.409 58.735 209.328 24.515 344.035a29.348 29.348 0 01-24.613 21.874c-163.174 21.404-315.782 21.404-457.728-.098a29.348 29.348 0 01-23.772-20.837c-34.904-120.209-25.806-212.322 14.557-331.396 34.356-101.367 32.439-94.97 32.439-119.25 0-50.302-41.322-100.017-129.228-148.089a29.348 29.348 0 01-11.29-40.48c45.196-77.87 117.685-119.72 214.103-124.709zM129.89 412.335a29.348 29.348 0 1146.761-35.452c63.137 83.27 50.811 190.702-31.324 317.387a29.348 29.348 0 11-49.265-31.93c70.083-108.099 79.474-189.783 33.828-250.005zm772.18 0c-45.645 60.202-36.273 141.906 33.81 250.004a29.348 29.348 0 11-49.246 31.93c-82.135-126.684-94.48-234.117-31.324-317.386a29.348 29.348 0 1146.76 35.452z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-zanwushuju{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M876.203 352.555h-728.32L0 613.248v325.419h1024V613.29L876.203 352.555zM642.09 616.192c0 70.485-58.198 127.659-130.091 127.659s-130.133-57.174-130.133-127.659H61.099L179.54 394.24h664.832l118.443 221.952H642.133zM500.139 85.333h44.629v157.611h-44.63V85.334zM197.29 163.584l31.573-31.019 113.408 111.488-31.573 31.019-113.494-111.445zm491.52 80.512l113.493-111.445 31.573 30.976-113.493 111.445-31.573-30.976z' fill='%23B4B4B4'/%3E%3C/svg%3E\")}.t-icon-water{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512.01 1012c-224.68 0-407.45-182.78-407.45-407.44C104.56 397.84 429.48 12 512.01 12s407.43 385.84 407.43 592.56c0 224.66-182.77 407.44-407.43 407.44zm.11-927.98c-63.79 38.49-337.8 342.93-337.8 520.54 0 186.19 151.48 337.67 337.69 337.67 186.18 0 337.66-151.48 337.66-337.67 0-178.82-273.82-482.48-337.55-520.54zm-6.13-3.09z' fill='%23fff'/%3E%3Cpath d='M586.57 855.97c-12.04 0-23.76-6.25-30.23-17.43-9.63-16.68-3.93-38.02 12.74-47.66 67.68-39.14 120.68-100.64 149.3-173.16 7.09-17.95 27.41-26.71 45.26-19.66 17.92 7.07 26.71 27.33 19.64 45.25-34.36 87.12-98.04 160.96-179.28 207.95a34.681 34.681 0 01-17.43 4.71z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-weight{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M909.059 62H114.94C85.824 62 62 85.824 62 114.941V909.06C62 938.176 85.824 962 114.941 962H909.06C938.176 962 962 938.176 962 909.059V114.94C962 85.824 938.176 62 909.059 62zm0 794.118c0 29.117-23.824 52.94-52.941 52.94H167.882c-29.117 0-52.94-23.823-52.94-52.94V167.882c0-29.117 23.823-52.94 52.94-52.94h688.236c29.117 0 52.94 23.823 52.94 52.94v688.236z' fill='%23fff'/%3E%3Cpath d='M512 194.353c-190.588 0-344.118 153.53-344.118 344.118h52.942C220.824 377 350.529 247.294 512 247.294S803.176 377 803.176 538.471h52.942c0-190.589-153.53-344.118-344.118-344.118zM477.72 722.01a79.412 79.412 0 10121.42-102.381 79.412 79.412 0 10-121.42 102.38z' fill='%23fff'/%3E%3Cpath d='M504.059 631.118c-10.588 10.588-29.118 7.94-37.059-2.647L363.765 506.706c-10.589-10.588-7.941-29.118 2.647-37.059 10.588-10.588 29.117-7.941 37.059 2.647L506.706 594.06c10.588 10.588 7.941 26.47-2.647 37.059z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-sharpicons_checklist{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M511.975 512.198a.173.173 0 10.347 0 .173.173 0 10-.347 0z' fill='%23bfbfbf'/%3E%3Cpath d='M174.5 962h505.378l.169-.028.703.028c124.06 0 225-100.94 225-225 0-83.166-45.478-155.784-112.781-194.71.028-.477.281-.843.281-1.321V258.875a28.125 28.125 0 00-8.24-19.884L616.26 70.24A28.125 28.125 0 00596.374 62H174.5c-31.022 0-56.25 25.228-56.25 56.25v787.5c0 31.022 25.228 56.25 56.25 56.25zm675-225c0 93.066-75.684 168.75-168.75 168.75S512 830.066 512 737s75.684-168.75 168.75-168.75S849.5 643.934 849.5 737zM596.375 129.894l128.981 128.981H596.375V129.894zM174.5 118.25h365.625V287a28.125 28.125 0 0028.125 28.125H737v204.272A223.875 223.875 0 00680.75 512c-56.84 0-108.675 21.375-148.331 56.25H315.125a14.063 14.063 0 100 28.125h190.266A223.79 223.79 0 00455.75 737c0 67.219 29.813 127.49 76.669 168.75H174.5v-787.5z' fill='%23fff'/%3E%3Cpath d='M315.125 427.625h337.5a14.063 14.063 0 100-28.125h-337.5a14.063 14.063 0 100 28.125zm-80.438-23.906a14.063 14.063 0 00.282 19.687c2.531 2.813 6.187 4.219 9.844 4.219s7.312-1.406 9.843-4.219c2.813-2.531 4.219-6.187 4.219-9.844 0-3.656-1.406-7.312-4.219-10.125-5.062-5.062-14.344-5.062-19.969.282zM315.125 512h337.5a14.063 14.063 0 100-28.125h-337.5a14.063 14.063 0 100 28.125zm-80.438-23.906c-2.53 2.812-3.937 6.187-3.937 9.844A14.034 14.034 0 00244.813 512c3.656 0 7.312-1.406 9.843-4.219 2.813-2.531 4.219-6.187 4.219-9.844 0-3.656-1.406-7.03-4.219-10.125a14.456 14.456 0 00-19.969.282zm0 84.375a14.063 14.063 0 00.282 19.687c2.531 2.813 6.187 4.219 9.844 4.219s7.312-1.406 9.843-4.219c2.813-2.531 4.219-6.187 4.219-9.843 0-3.657-1.406-7.313-4.219-9.844-5.062-5.344-14.344-5.344-19.969 0zm350.27 171.703a28.125 28.125 0 00-33.413 45.281l73.997 54.563.084.028.056.084a27.563 27.563 0 006.188 3.122c.59.253 1.125.703 1.743.9a28.125 28.125 0 0021.122-1.575c1.828-.928 3.15-2.7 4.782-4.022 1.828-1.49 3.909-2.531 5.343-4.5l.028-.056.085-.056 122.906-168.75a28.125 28.125 0 00-45.506-33.132L636.144 781.944l-51.188-37.772z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-shejiguifan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M942.229 317.768l-194.071 194.14 197.01 197.079c21.764 21.77 21.764 57.064 0 78.832L787.562 945.487c-21.762 21.768-57.045 21.768-78.805 0l-197.01-197.083-118.208 118.25c-104.748 104.783-301.015 63.53-301.015 63.53S52.05 735.265 157.124 630.156l118.209-118.248L78.32 314.826c-21.76-21.77-21.76-57.065 0-78.832L235.93 78.327c21.76-21.768 57.043-21.768 78.803 0l197.012 197.082L705.863 81.223c5.624-7.575 15.093-13.718 30.108-13.718 26.068-.551 60.754-1.287 84.795-1.799 16.949 0 36.995 8.099 45.13 16.234 19.842 19.773 52.676 52.496 73.404 73.155 9.15 9.15 18.337 22.323 18.337 48.956 0 63.389 5.277 100.117-15.408 113.717zM577.415 735.265l59.103-59.123a9.285 9.285 0 0113.135 0l13.134 13.139c3.625 3.628 3.625 9.51 0 13.138l-59.103 59.124L656.22 814.1l59.103-59.125a9.282 9.282 0 0113.134 0l13.133 13.137c3.628 3.63 3.628 9.512 0 13.14l-59.103 59.125 39.403 39.415c14.509 14.513 38.03 14.513 52.536 0l105.071-105.109c14.51-14.512 14.51-38.043 0-52.556l-170.74-170.804-157.61 157.664 26.268 26.278zm-440.512 76.363c40.07 37.565 57.003 52.21 83.296 76.39 32.621-1.046 86.681-13.509 107.67-34.503L170.258 695.85c-22.056 22.063-33.746 81.56-33.356 115.778zM301.599 144.02c-14.508-14.51-38.03-14.51-52.536 0L143.989 249.13c-14.506 14.513-14.506 38.044 0 52.557l39.403 39.417 59.103-59.125a9.285 9.285 0 0113.134 0l13.135 13.136c3.625 3.63 3.625 9.512 0 13.14L209.66 367.38l52.535 52.556 59.103-59.125a9.282 9.282 0 0113.135 0l13.132 13.14a9.287 9.287 0 010 13.138l-59.1 59.125 26.266 26.277 157.612-157.665L301.599 144.02zm414.49 92.962c-12.838-12.836-19.286-23.363-19.286-44.648l.622-23.84-487.763 487.938L367.27 814.1l488.518-488.693-12.258.263c-32.881 0-47.788-9.358-59.707-21.275l-67.734-67.413zm135.346-66.035c-21.326-21.326-47.257-29.97-57.921-19.307-10.665 10.664-2.02 36.596 19.307 57.923 21.325 21.327 47.26 29.97 57.922 19.306 10.665-10.66 2.019-36.595-19.308-57.922z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-muscleval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M954.88 714.24v-7.68c-2.56-12.8-2.56-25.6-2.56-38.4 0-15.36 2.56-28.16 2.56-40.96v-17.92c5.12-56.32 7.68-107.52-25.6-158.72-48.64-71.68-153.6-76.8-217.6-35.84-46.08 28.16-87.04 79.36-104.96 99.84-20.48-10.24-35.84-15.36-53.76-15.36-51.2-2.56-107.52 12.8-153.6 38.4-2.56-43.52-10.24-99.84-17.92-130.56 12.8 2.56 28.16 5.12 46.08 5.12 25.6 0 46.08-5.12 61.44-12.8 40.96-23.04 71.68-46.08 110.08-102.4 12.8-20.48 12.8-35.84 7.68-46.08-2.56-7.68-7.68-15.36-12.8-17.92 5.12-10.24 7.68-17.92 7.68-25.6 0-48.64-76.8-104.96-133.12-107.52-61.44-5.12-130.56 10.24-209.92 143.36-25.6 43.52-53.76 79.36-79.36 112.64-46.08 56.32-89.6 110.08-102.4 197.12-2.56 17.92-5.12 40.96-5.12 61.44l-2.56 17.92c-2.56 25.6-2.56 48.64-5.12 56.32-7.68 33.28-10.24 81.92 46.08 122.88 51.2 35.84 253.44 104.96 353.28 112.64 23.04 2.56 48.64 2.56 74.24 2.56 61.44 0 220.16-5.12 327.68-56.32 102.4-43.52 97.28-102.4 89.6-156.16zm-46.08 0v5.12c5.12 48.64 10.24 79.36-58.88 110.08-104.96 48.64-289.28 56.32-378.88 48.64-97.28-7.68-286.72-74.24-330.24-104.96-35.84-25.6-33.28-51.2-28.16-74.24 2.56-12.8 5.12-38.4 5.12-64 2.56-25.6 2.56-56.32 7.68-76.8 12.8-71.68 48.64-117.76 89.6-171.52l2.56-2.56c25.6-30.72 56.32-69.12 84.48-117.76 64-110.08 117.76-122.88 153.6-122.88h12.8c40.96 2.56 92.16 43.52 94.72 61.44-2.56 15.36-61.44 74.24-79.36 76.8-10.24 0-20.48-5.12-25.6-10.24l35.84-51.2c7.68-10.24 5.12-23.04-5.12-33.28-10.24-7.68-23.04-5.12-30.72 5.12l-35.84 53.76c-10.24 12.8-10.24 30.72 0 46.08 12.8 23.04 43.52 38.4 69.12 35.84 20.48-2.56 51.2-23.04 76.8-48.64-30.72 43.52-53.76 64-89.6 81.92-23.04 12.8-58.88 7.68-81.92 2.56 2.56-7.68 5.12-10.24 7.68-10.24 7.68-10.24 5.12-25.6-2.56-30.72-5.12-5.12-10.24-5.12-17.92-5.12-5.12 0-10.24 2.56-15.36 7.68-2.56 2.56-17.92 25.6-23.04 56.32-2.56 12.8 0 25.6 2.56 38.4 10.24 40.96 20.48 133.12 15.36 163.84-5.12 28.16-28.16 61.44-66.56 71.68-12.8 2.56-20.48 15.36-15.36 28.16 2.56 10.24 12.8 17.92 23.04 17.92h5.12c58.88-15.36 87.04-64 97.28-99.84 51.2-40.96 112.64-53.76 153.6-51.2 33.28 2.56 74.24 38.4 92.16 58.88 7.68 10.24 23.04 10.24 33.28 2.56 5.12-5.12 7.68-10.24 7.68-15.36 0-5.12-2.56-12.8-5.12-15.36-2.56-2.56-15.36-17.92-35.84-33.28 17.92-23.04 53.76-64 89.6-87.04 46.08-28.16 122.88-25.6 153.6 23.04 25.6 38.4 23.04 76.8 17.92 128-2.56 15.36-2.56 38.4-5.12 61.44-2.56 10.24 0 25.6 0 40.96zM455.68 271.36z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-protein{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M278.983 136.26L136.26 214.903c-11.65 5.826-17.476 23.302-8.738 34.953 2.913 5.825 8.738 11.65 14.564 11.65h5.825c5.826 0 8.738 0 11.651-2.912l139.81-81.556c11.65-5.825 17.476-23.301 8.738-34.952-2.912-8.738-17.476-14.564-29.127-5.826zm436.907 0l-139.81 81.556c-11.651 5.826-17.477 23.302-8.738 34.953 2.912 5.825 8.738 11.65 14.563 11.65h5.825c5.826 0 8.739 0 11.651-2.912l139.81-81.556c11.651-5.825 17.477-23.302 8.739-34.953-2.913-11.65-17.477-17.476-32.04-8.738z' fill='%23fff'/%3E%3Cpath d='M730.453 43.054L512 168.3 293.547 40.14 48.879 182.865v282.533l218.453 125.246v250.493L512 980.946l244.668-139.81V590.643l221.366-128.16v-279.62l-247.58-139.81zM101.308 433.357V211.99l192.239-110.683L482.873 211.99v221.366L290.634 544.04 101.308 433.357zM704.238 695.5v113.596L512 922.692 319.761 812.01V593.556L512 482.873l192.239 110.683V695.5zm218.454-262.144L730.453 544.04 541.127 433.357V211.99l192.239-110.683L925.605 211.99v221.366z' fill='%23fff'/%3E%3Cpath d='M497.436 512l-139.81 81.556c-11.65 5.825-17.476 23.302-8.738 34.952 2.913 5.826 8.738 11.651 14.564 11.651h5.825c5.826 0 8.738 0 11.651-2.912l139.81-81.556c11.651-5.826 17.476-23.302 8.738-34.953-5.825-11.65-20.389-14.563-32.04-8.738z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-proteinval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M355.055 104.073a34.133 34.133 0 0149.243-2.185l2.344 2.503 19.342 22.756 31.676 37.706a6363.136 6363.136 0 0146.603 56.479l26.169 32.381 18.113 22.778c34.68 44.032 60.212 78.735 74.411 102.036a1073.066 1073.066 0 0123.848 41.006c5.461-6.759 11.082-13.54 16.748-20.344l21.504-25.6 14.268-16.748a34.133 34.133 0 0151.791.069l23.666 27.989a4820.223 4820.223 0 0139.367 47.536l20.07 24.827 15.861 20.024 14.086 18.228c13.153 17.294 23.484 31.698 30.629 42.962l2.276 3.641c86.539 141.676 91.204 248.422 23.893 316.757-46.99 47.696-123.517 68.54-196.267 67.698-63.465-.887-113.664-13.426-151.12-37.319-59.073 26.1-129.547 38.047-193.285 37.32-213.993-2.777-322.333-80.897-331.048-218.5-6.007-95.118 33.337-201.432 107.952-337.169 13.54-24.644 31.29-52.406 52.588-82.762 10.377-14.79 21.527-30.105 33.337-45.807a2565.712 2565.712 0 0176.869-96.938l10.695-12.766 14.632-17.294 9.739-11.264zm370.074 327.884l-9.103 10.923a3251.063 3251.063 0 00-24.803 30.083l-11.947 14.791-11.992 15.019-10.468 13.357c-11.696 15.11-21.572 28.445-29.127 39.367l-3.095 4.551-4.87 7.441c-55.181 87.746-77.072 202.707-24.03 252.951l3.483 3.118c25.395 21.39 66.582 33.905 126.407 34.747 55.91.66 115.439-15.564 146.773-47.331 40.687-41.347 38.502-112.413-29.059-225.826l-4.483-7.464c-7.782-12.743-23.051-33.519-43.804-59.984l-21.39-26.851a3601.32 3601.32 0 00-38.07-46.422l-10.422-12.47zM380.632 179.234l-8.124 9.785a2498.856 2498.856 0 00-74.82 94.345c-11.378 15.132-22.073 29.81-32.017 43.986-20.002 28.49-36.454 54.227-48.651 76.459-68.563 124.723-104.562 221.98-99.647 299.963 6.167 97.394 82.17 152.19 263.737 154.51 40.027.479 83.513-5.006 123.29-16.497l10.74-3.3 6.213-2.139-1.252-2.048c-46.694-79.599-21.96-195.083 34.133-290.497l3.983-6.622 3.709-6.03c4.733-7.51 10.718-16.248 17.795-26.055l9.01-12.22 11.538-15.246-4.096-8.078a909.084 909.084 0 00-14.95-27.42l-8.056-13.927-8.465-14.109c-11.15-18.295-31.835-46.694-59.847-82.648l-16.498-20.98-11.219-14.086-25.804-31.95a5906.074 5906.074 0 00-40.892-49.629l-20.867-24.94-8.943-10.627z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-body_age{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M92.065 81.158c130.76 0 236.922 34.125 316.945 103.038 63.116 54.343 102.567 110.36 123.132 168.555l1.574 4.54c24.917-57.033 55.007-105.187 90.382-144.403 70.352-77.997 172.467-105.28 301.871-83.212a35.07 35.07 0 0118.85 9.666l1.005.658a35.14 35.14 0 0115.139 23.666c19.525 121.823-8.145 227.884-82.836 315.318C807.493 561.668 697.01 593.08 550.07 575.62v32.857c.03.745.03 1.497 0 2.255v339.542a35.234 35.234 0 01-70.451 1.321l-.024-1.321V640.317l-7.24-1.098a1228.733 1228.733 0 01-31.124-5.262l-10.083-1.885-9.49-1.862c-26.696-5.361-51.771-11.445-75.214-18.263l-8.203-2.443c-92.238-27.988-158.414-67.85-198.353-120.601-34.47-45.529-57.972-105.786-70.956-180.776l-1.374-8.24-1.292-8.356c-2.707-18.233-4.833-37.29-6.371-57.167l-.67-9.238c-2.202-32.521-2.895-67.198-2.102-104.024a35.234 35.234 0 0133.596-39.92l1.35-.024zm35.222 71.415v3.705c.024 3.171.053 6.313.094 9.437l.165 9.308c.164 7.704.41 15.274.734 22.72l.428 8.868.5 8.744c.452 7.228.98 14.328 1.585 21.305l.763 8.303c.4 4.117.828 8.192 1.287 12.215l.945 7.986a683.374 683.374 0 002.701 19.426l1.204 7.546c11 66.13 30.607 117.548 58.384 154.233 26.096 34.47 70.369 63.304 132.933 85.872l6.894 2.437c13.941 4.827 28.752 9.355 44.437 13.571l7.91 2.085a820.933 820.933 0 0020.424 4.991l8.421 1.903 8.574 1.856a986.277 986.277 0 0017.57 3.547l9.002 1.703c3.025.552 6.078 1.098 9.15 1.644l9.296 1.586c2.948.493 5.913.98 8.902 1.456l.012-100.26-.07-7.07c-.529-34.5-3.712-56.827-13.83-85.461-16.355-46.275-48.63-92.103-102.673-138.636-59.364-51.119-137.579-79.612-235.742-85.02zm549.14 107.506c-51.46 57.05-91.216 138.794-118.71 245.495 2.672.323 5.326.629 7.963.91l7.863.805c117.13 11.24 199.814-14.152 251.004-74.074 56.64-66.3 79.83-144.555 69.717-237.051-97.041-12.55-168.42 9.137-217.837 63.915z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-cellout{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 567.54c-7.111 0-12.874-5.762-12.874-12.873s5.763-12.874 12.874-12.874 12.874 5.763 12.874 12.874S519.11 567.54 512 567.54zm0-24.52c-6.437 0-11.647 5.21-11.647 11.647s5.21 11.647 11.647 11.647 11.647-5.21 11.647-11.647-5.21-11.648-11.647-11.648z' fill='%23fff'/%3E%3Cpath d='M711.035 550.836c-75.245 0-135.926-75.245-135.926-167.48 0-92.237 60.681-165.054 135.926-165.054 75.245 0 135.927 75.245 135.927 165.053 0 92.236-60.682 167.481-135.927 167.481zm0-283.99c-48.545 0-87.381 53.4-87.381 116.51S662.49 502.29 711.035 502.29s87.382-53.4 87.382-118.936-38.837-116.508-87.382-116.508zm-174.762 584.97c-19.418 0-41.264-4.854-58.255-12.136-72.817-36.409-116.508-109.227-111.654-189.326 2.428-41.264 24.273-77.673 60.682-99.518 26.7-16.99 60.681-19.418 92.236-12.136 43.69 12.136 82.527 43.69 106.8 87.381 46.117 80.1 31.554 172.336-33.982 211.172-14.564 9.709-36.41 14.563-55.827 14.563zm0-48.545c12.136 0 24.272-2.427 33.981-9.709 41.264-24.273 48.545-87.381 14.564-145.635-19.418-33.982-48.545-55.827-77.673-65.536-19.418-4.855-38.836-2.428-55.826 7.281-21.846 12.137-33.982 36.41-36.41 60.682-4.854 60.681 29.128 116.508 82.527 143.208 12.137 7.282 26.7 9.71 38.837 9.71zM327.528 548.41c-21.845 0-43.69-7.282-63.108-16.99-33.982-24.274-55.827-60.682-55.827-101.946-2.428-38.836 9.709-77.672 31.554-111.654 19.418-33.981 50.972-58.254 87.381-75.245 36.41-16.99 80.1-14.563 114.081 7.282 33.982 24.273 55.827 60.681 55.827 101.945 2.428 38.836-9.709 77.672-31.554 111.654-26.7 46.118-77.672 80.1-138.354 84.954zm0-24.273zm50.973-245.153c-9.71 0-21.846 2.427-31.555 7.282-26.7 12.136-50.972 31.554-65.536 55.827-16.99 24.272-24.272 53.4-24.272 82.527 0 26.7 12.136 48.545 33.981 63.108 9.71 7.282 21.846 9.71 36.41 9.71 41.263-2.428 77.672-26.7 99.517-63.11 16.99-26.7 24.273-55.826 24.273-84.953 0-24.273-12.137-48.546-33.982-63.11-12.136-4.854-24.273-7.28-38.836-7.28z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-height{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M396.083 193.331H245.76c-12.698 0-22.938-10.24-22.938-22.937s10.24-22.938 22.938-22.938h150.733c12.697 0 22.937 10.24 22.937 22.938s-10.24 22.937-23.347 22.937zm0 670.106H245.76c-12.698 0-22.938-10.24-22.938-22.938s10.24-22.937 22.938-22.937h150.733c12.697 0 22.937 10.24 22.937 22.937s-10.24 22.938-23.347 22.938z' fill='%23fff'/%3E%3Cpath d='M321.126 850.33c-12.697 0-22.937-10.24-22.937-22.938V170.394c0-12.698 10.24-22.938 22.937-22.938s22.938 10.24 22.938 22.938v656.998c0 12.698-10.24 22.938-22.938 22.938zm312.525-488.244c-59.392 0-106.905-48.332-106.905-106.905 0-59.392 48.332-106.906 106.905-106.906s106.906 48.333 106.906 106.906c.41 58.573-47.923 106.905-106.906 106.905zm0-168.755c-33.587 0-61.03 27.443-61.03 61.03s27.853 61.031 61.03 61.031 61.03-27.853 61.03-61.03-27.033-61.03-61.03-61.03z' fill='%23fff'/%3E%3Cpath d='M790.528 620.544H477.184c-12.698 0-22.938-10.24-22.938-22.938V446.464c0-57.344 46.695-104.038 104.039-104.038h151.552c57.344 0 104.038 46.694 104.038 104.038v151.142c-.41 12.698-11.059 22.938-23.347 22.938zm-290.406-46.285H767.59V446.464c0-31.949-26.214-57.754-57.753-57.754H558.285c-31.949 0-57.754 26.215-57.754 57.754l-.41 127.795z' fill='%23fff'/%3E%3Cpath d='M702.054 863.437H565.248c-12.698 0-22.938-10.24-22.938-22.938V598.016c0-12.698 10.24-22.938 22.938-22.938h136.806c12.698 0 22.938 10.24 22.938 22.938v242.483c0 12.288-10.24 22.938-22.938 22.938zm-113.868-46.285h90.521V620.544h-90.521v196.608z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-shang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M609.09 414.91h194.181L485.494 26.548 220.73 414.91h194.18v582.542H609.09V414.91z' fill='%23ff6685'/%3E%3C/svg%3E\")}.t-icon-xia{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M414.91 609.09H220.729l317.777 388.362L803.27 609.09h-194.18V26.548H414.91V609.09z' fill='%2300c6c6'/%3E%3C/svg%3E\")}.t-icon-sfrval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1170 1024'%3E%3Cpath d='M544.677 208.64a68.34 68.34 0 11136.68 0v39.427h333.582v-78.941H755.441a148.21 148.21 0 00-284.826 0H142.086v78.855H544.7V208.64zm134.435 653.128L62 875.868l1.835 78.812 617.544-14.078c116.319-3.779 322.267-1.317 379.833 21.398l29.387-73.263c-91.854-36.254-379.379-28.07-411.422-26.948zM494.259 654.027a78.532 78.532 0 1079.18 78.553 78.532 78.532 0 00-79.158-78.553zm315.638-83.779a78.683 78.683 0 1078.683-78.035 78.683 78.683 0 00-78.683 78.035zm79.504 0c0 .886-1.663.907-1.663 0s1.663-.885 1.663 0zM264.149 630.528a115.467 115.467 0 11116.4-115.466 115.467 115.467 0 01-116.4 115.466zm0-141.066a25.624 25.624 0 1025.82 25.624 25.624 25.624 0 00-25.82-25.624zm360.772 66.873a136.079 136.079 0 11137.233-136.079 136.079 136.079 0 01-137.233 136.079zm0-182.34a46.26 46.26 0 1046.678 46.261 46.26 46.26 0 00-46.678-46.26z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-sfr{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M317.517 672.896c72.96 0 122.035 13.568 200.78 48.64l45.031 20.3 13.696 5.889c12.902 5.453 23.68 9.6 35.533 13.67 53.222 18.33 139.033 1.587 255.744-53.299a32 32 0 1127.213 57.907c-6.656 3.149-13.287 6.17-19.815 9.114l-19.353 8.448c-111.565 47.309-199.322 60.825-264.628 38.349l-9.42-3.328-11.52-4.327-5.812-2.278-12.134-4.967-13.235-5.708a1464.064 1464.064 0 01-7.22-3.175l-30.54-13.824c-77.107-34.995-119.424-47.411-184.32-47.411-73.933 0-127.59 12.877-161.152 37.094a32 32 0 11-37.453-51.916c46.131-33.28 112.41-49.152 198.605-49.152zm304.46-77.773a51.968 51.968 0 110 103.987 51.968 51.968 0 010-103.987zm155.956-57.088a62.387 62.387 0 110 124.723 62.387 62.387 0 010-124.748zm-301.491 57.088a31.18 31.18 0 110 62.387 31.18 31.18 0 010-62.387zm-291.124-22.349a31.18 31.18 0 110 62.388 31.18 31.18 0 010-62.388zM330.88 483.38a72.78 72.78 0 110 145.562 72.78 72.78 0 010-145.562zm311.885-7.757a31.18 31.18 0 110 62.388 31.18 31.18 0 010-62.388zM497.229 350.874a72.78 72.78 0 110 145.536 72.78 72.78 0 010-145.536zM206.106 371.66a51.968 51.968 0 110 103.961 51.968 51.968 0 010-103.936zm561.433 0a51.968 51.968 0 110 103.961 51.968 51.968 0 010-103.936zM330.88 309.274a31.18 31.18 0 110 62.387 31.18 31.18 0 010-62.387zm92.646-117.35l9.396 3.327 11.264 4.199 11.52 4.608 12.288 5.12 13.568 5.939 31.82 14.387c77.133 34.995 119.45 47.437 184.346 47.437 73.933 0 127.59-12.877 161.152-37.12a32 32 0 1137.453 51.917c-46.131 33.28-112.384 49.203-198.605 49.203-72.96 0-122.035-13.568-200.78-48.64l-39.553-17.869-7.245-3.2-13.107-5.632-11.853-4.864a515.533 515.533 0 00-11.238-4.275l-11.264-4.02c-53.222-18.329-139.06-1.587-255.744 53.3a32 32 0 11-27.238-57.933c130.38-61.338 231.04-80.973 303.82-55.91z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-waterper{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M345.242 244.07a51.2 51.2 0 0172.294 3.994c127.949 143.59 204.314 247.603 229.12 312.115A285.952 285.952 0 01665.6 662.938C665.6 819.917 539.52 947.2 384 947.2S102.4 819.917 102.4 662.938c0-36.455 6.81-71.322 19.2-103.348 24.806-64.153 97.74-167.603 218.726-310.476a51.2 51.2 0 014.916-5.044zm34.252 37.53C261.71 418.918 191.642 516.787 169.318 575.232a239.027 239.027 0 00-15.718 85.504C153.6 790.682 256.768 896 384 896s230.4-105.318 230.4-235.264a239.053 239.053 0 00-15.514-85.043c-22.272-58.599-95.385-156.621-219.392-294.093zm381.927-172.672a25.6 25.6 0 0134.611.41l1.536 1.587 9.19 10.393 8.807 10.087 12.518 14.592 7.885 9.395 7.526 9.088 7.168 8.832 6.759 8.525 6.425 8.269 6.042 7.961 5.683 7.68 5.325 7.424 4.94 7.117 4.558 6.86 4.224 6.554c8.038 12.826 13.875 23.962 17.51 33.408 6.118 15.95 9.472 33.28 9.472 51.456 0 78.516-63.027 142.234-140.8 142.234S640 397.107 640 318.54a143.18 143.18 0 0112.877-59.468l2.662-5.555c.973-1.92 1.971-3.866 3.072-5.888l3.405-6.144 1.869-3.226 3.993-6.656 4.352-6.963 2.356-3.584 4.94-7.424 2.612-3.84 5.53-7.885c1.894-2.662 3.84-5.401 5.887-8.192l6.272-8.499 6.656-8.832 7.04-9.14 7.424-9.446 3.84-4.838 7.962-9.907 8.371-10.24 4.3-5.197 8.96-10.7 4.609-5.454a25.6 25.6 0 012.432-2.534zm17.638 57.472l-6.912 8.243-6.605 7.987-6.323 7.757-6.016 7.501-8.473 10.778-5.3 6.886-2.56 3.328-4.838 6.528-4.557 6.272-2.15 3.046-4.122 5.888-3.84 5.658-3.533 5.402-3.225 5.17-2.944 4.916-2.663 4.66c-3.328 6.066-5.888 11.468-7.68 16.204-3.942 10.496-6.118 21.914-6.118 33.843 0 51.456 40.115 93.133 89.6 93.133s89.6-41.702 89.6-93.133c0-11.853-2.125-23.219-6.042-33.638a128.256 128.256 0 00-10.188-20.327l-2.944-4.787a302.592 302.592 0 00-4.941-7.577l-3.687-5.376-1.945-2.74-4.096-5.708-4.429-5.914-2.304-3.072-4.864-6.272-5.171-6.528-5.453-6.758-5.734-6.99-6.042-7.218-6.349-7.45-6.656-7.706-6.912-7.936a1735.117 1735.117 0 00-3.584-4.044z' fill='%23fff'/%3E%3Cpath d='M537.6 665.6a25.6 25.6 0 0125.6 25.6 128 128 0 01-128 128 25.6 25.6 0 01-2.995-51.02l2.995-.18a76.8 76.8 0 0076.672-72.294L512 691.2a25.6 25.6 0 0125.6-25.6z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-skeletalmuscle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M806.264 144.91L681.362 72.797a33.823 33.823 0 00-44.03 10.197l-22.9 31.476c-9.169 12.81-13.833 19.68-17.448 25.382l-3.51 5.709c-3.702 5.76-9.696 14.28-24.35 34.452l-10.492 14.357c-23.577 35.812-48.857 54.846-83.138 68.63a316.04 316.04 0 01-12.839 4.836l-22.69 7.851c-16.184 5.699-26.638 10.408-36.458 17.739a67.32 67.32 0 00-23.193 30.123c-15.389 39.68-10.488 72.97 15.297 94.84 14.2 12.067 26.694 17.131 55.705 24.48l21.282 5.196c17.005 4.23 27.024 7.812 33.624 12.106 8.85 5.7 16.251 14.003 31.662 35.417l13.901 19.47c3.545 4.84 6.321 8.591 9.477 12.616 32.74 42.11 66.126 62.352 112.794 54.377 35.395-5.942 59.144-22.046 65.47-51.056 3.931-18.253.434-32.574-9.41-54.696l-9.357-20.176a100.958 100.958 0 01-5.34-13.827l-1.021-3.813a56.992 56.992 0 01-1.026-15.903l.48-5.203-1.92 4.533a1808.958 1808.958 0 0021.245-51.126l7.956-20.387c3.971-10.6 11.411-30.372 13.554-35.85l4.23-10.398c11.146-26.657 26.064-55.38 58.791-112.717 9.497-16.542 4.39-37.38-11.444-46.522zm-133.893 3.01l70.55 40.733-2.827 5.082c-23.189 41.839-35.43 66.95-45.781 92.508l-3.87 9.96-13.723 36.237-5.738 14.684c-5.895 14.862-12.405 30.605-20.41 49.03a35.963 35.963 0 00-2.467 8.46c-3.482 21.197-2.857 40.307 2.724 59.485 2.307 8.1 5.115 15.147 10.059 25.845l5.836 12.502 2.56 5.615 2.079 4.96-3.72.861a74.439 74.439 0 01-2.045.378c-16.591 2.777-29.711-4.368-47.63-26.37l-3.39-4.269a300.687 300.687 0 01-6.49-8.581L591.63 452c-19.936-27.627-30.4-39.094-47.777-50.309-12.7-8.245-26.433-13.488-46.128-18.735l-25.427-6.3c-19.938-5.01-27.992-7.995-32.517-11.79l-.47-.486c-1.569-1.657-1.604-4.202 2.338-14.659l.526-1.469-.37.27c4.539-3.396 56.967-21.906 56.221-21.638 46.838-18.783 83.82-46.64 115.043-94.208l22.65-31.136c6.237-8.755 10.117-14.358 13.08-18.933l6.684-10.646c2.062-3.107 4.71-6.95 8.648-12.467l8.28-11.55zM347.217 447.127c-35.696 6.09-59.544 22.46-65.612 51.672-3.804 18.219-.324 32.476 9.658 54.732l9.03 19.718c2.8 6.13 4.352 10.142 5.363 13.787l1.022 3.814c1.409 6.4 1.628 12.812.758 20.368l-.171.76-5.786 13.744c-7.313 17.32-13.417 32.544-19.08 47.379l-14.9 39.855-2.632 6.7c-10.8 26.803-25.103 54.646-58.54 113.398-9.48 16.607-4.35 37.404 11.484 46.546l124.822 72.066a33.87 33.87 0 0044.622-11.037l31.858-46.34 45.415-62.099-.825 1.243c22.566-34.247 47.846-53.281 82.047-67.111l8.324-3.253 4.514-1.584 22.69-7.85c16.207-5.74 26.708-10.529 36.504-17.82 10.375-7.548 18.38-17.969 23.06-29.985 15.372-39.744 10.471-73.034-15.417-94.91-14.16-12.043-26.694-17.131-55.705-24.48l-21.323-5.219-9.378-2.46c-11.457-3.23-18.929-6.2-24.269-9.606-8.706-5.67-16.084-14.014-31.517-35.388l-16.001-22.346a445.796 445.796 0 00-5.593-7.527l-1.836-2.403c-32.683-42.023-66.092-62.225-112.627-54.388zm59.328 98.504l4.814 6.27a865.147 865.147 0 0110.271 14.312c25.382 35.874 36.133 48.796 55.673 61.475 12.7 8.245 26.393 13.465 46.048 18.688l29.57 7.403c16.976 4.375 24.286 7.252 28.431 10.773l.494.447c1.568 1.657 1.62 4.266-2.258 14.705l-.496 1.325.364-.165c-4.493 3.315-56.881 21.848-56.262 21.614l-7.29 3.043a233.692 233.692 0 00-102.572 83.68l-4.276 6.289-40.572 55.385-5.551 7.754-12.035 17.495-69.865-40.336 10.53-19.17c17.711-32.537 27.86-54.022 36.51-75.89l16.864-44.843a1489.848 1489.848 0 0125.6-62.579 36.15 36.15 0 002.456-8.253 130.035 130.035 0 00-2.723-59.86 167.58 167.58 0 00-10.082-25.805l-6.956-15.029-2.274-5.18-1.256-3.036 3.968-.824 2.005-.401c17.475-2.912 31.172 5.373 50.853 30.65z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-inorganic{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M500.635 500.635h22.73v22.73h-22.73z' fill='%23FFF'/%3E%3Cpath d='M491.573 512.028a12.712 12.712 0 1012.712-12.713 12.712 12.712 0 00-12.712 12.713z' fill='%23fff'/%3E%3Cpath d='M109.349 756.005a24.162 24.162 0 009.337 34.28 26.185 26.185 0 0013.24 3.9 25.82 25.82 0 0021.82-12.459l149.529-246.125a29.72 29.72 0 0151.395 0l56.856 93.476c0 .78.78.78.78 1.56l-75.58 124.612a25.941 25.941 0 008.581 35.035 26.258 26.258 0 0013.24 3.901 25.844 25.844 0 0021.82-12.459l259.34-426.032a29.72 29.72 0 0151.395 0L925.525 742.01c0 .78.78.78 0 1.56a2.438 2.438 0 01-1.56.78H705.902a25.624 25.624 0 00-24.918 24.918 25.112 25.112 0 0024.918 24.917h218.063a52.053 52.053 0 0045.178-26.478 50.298 50.298 0 00-.78-52.175L733.94 329.996a81.164 81.164 0 00-138.63 0L441.88 583.12l-44.397-73.143a81.164 81.164 0 00-138.63 0L109.349 756.03z' fill='%23fff'/%3E%3Cpath d='M109.349 756.005a24.162 24.162 0 009.337 34.28 26.16 26.16 0 0013.24 3.9 25.82 25.82 0 0021.82-12.459l149.529-246.125a29.72 29.72 0 0151.395 0l56.856 93.476c0 .78.78.78.78 1.56-82.554 137.07 206.336-338.895 29.599-47.518l-44.398-73.143a81.164 81.164 0 00-138.63 0L109.349 756.005z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-kongradio{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M510.398 952.656c-244.164 0-442.798-198.78-442.798-443.105 0-244.345 198.634-443.128 442.798-443.128 244.141 0 442.809 198.804 442.809 443.128 0 244.325-198.621 443.105-442.809 443.105zm0-839.41c-218.328 0-395.95 177.761-395.95 396.282 0 218.524 177.621 396.26 395.95 396.26 218.34 0 395.96-177.761 395.96-396.26.001-218.52-177.62-396.281-395.96-396.281z' fill='%23bfbfbf'/%3E%3C/svg%3E\")}.t-icon-radio{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512.572 64.021c-247.112 0-447.435 200.325-447.435 447.436 0 247.112 200.323 447.435 447.435 447.435 247.111 0 447.436-200.323 447.436-447.435 0-247.111-200.325-447.436-447.436-447.436zm288.86 325.271l-346.74 346.719c-8.74 8.739-20.187 13.108-31.636 13.108-11.447 0-22.896-4.369-31.635-13.108L212.469 557.08c-17.478-17.457-17.478-45.792 0-63.27s45.792-17.478 63.27 0l147.317 147.295 315.106-315.084c17.478-17.478 45.792-17.478 63.27 0s17.478 45.792 0 63.27z' fill='%23f19601'/%3E%3C/svg%3E\")}.t-icon-nv{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M305.4080000000001 412.432a300.056 300.056 0 10600.112 0 300.056 300.056 0 10-600.112 0z' fill='%23f1acb3'/%3E%3Cpath d='M889.616 697.437c155.829-155.83 154.107-409.806-.861-564.774-154.969-155.83-406.362-154.108-562.192.86-142.915 142.916-161.856 359.872-32.715 526.033l-67.153 67.153-118.81-118.81c-20.662-20.662-53.378-20.662-74.04 0-20.662 20.663-20.662 53.378 0 74.04l118.81 118.81-74.041 74.04c-20.663 20.663-20.663 53.379 0 74.041 20.662 20.663 53.378 20.663 74.04 0l74.04-74.04 117.088 117.087c20.662 20.662 53.378 20.662 74.04 0 20.663-20.663 20.663-53.378 0-74.04L300.736 800.748l67.153-67.153c148.081 111.06 378.812 106.756 521.728-36.16zM398.02 204.98C520.274 82.728 725.177 91.338 836.238 229.948c84.371 105.896 84.371 259.142 0 365.037-111.061 139.472-315.964 147.22-438.217 24.967-115.365-113.643-115.365-300.466 0-414.97z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-qiehuan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 80c238.208 0 432 193.792 432 432S750.208 944 512 944 80 750.208 80 512 273.792 80 512 80m0-80C229.216 0 0 229.216 0 512s229.216 512 512 512c282.768 0 512-229.216 512-512S794.768 0 512 0z' fill='%23515151'/%3E%3Cpath d='M757.2 382.528l-100.24-100.24c-8.24-8.272-22.352-2.416-22.352 9.264v77.872a13.104 13.104 0 01-13.104 13.088H237.2a13.088 13.088 0 00-13.088 13.088v35.104c0 7.232 5.856 13.088 13.088 13.088h549.68a13.104 13.104 0 009.264-22.352L757.2 382.528zM266.8 641.456l100.24 100.256a13.088 13.088 0 0022.352-9.264V654.56a13.12 13.12 0 0113.104-13.104h384.32a13.088 13.088 0 0013.104-13.088V593.28a13.104 13.104 0 00-13.104-13.088H237.12a13.088 13.088 0 00-9.264 22.352l38.944 38.912zm0 0' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-nan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M718.592 611.568a300.056 300.056 0 10-600.112 0 300.056 300.056 0 10600.112 0z' fill='%2390cbdd'/%3E%3Cpath d='M134.384 326.563c-155.829 155.83-154.107 409.806.861 564.774 154.969 155.83 406.362 154.108 562.192-.86 142.915-142.916 161.856-359.872 32.715-526.033l67.153-67.153 118.81 118.81c20.662 20.662 53.378 20.662 74.04 0 20.662-20.663 20.662-53.378 0-74.04l-118.81-118.81 74.041-74.04c20.663-20.663 20.663-53.379 0-74.041-20.662-20.663-53.378-20.663-74.04 0l-74.04 74.04L680.217 32.123c-20.662-20.662-53.378-20.662-74.04 0-20.663 20.663-20.663 53.378 0 74.04l117.087 117.088-67.153 67.153C508.03 179.344 277.3 183.648 134.384 326.564zM625.98 819.02c-122.253 122.253-327.156 113.643-438.217-24.967-84.371-105.896-84.371-259.142 0-365.037 111.061-139.472 315.964-147.22 438.217-24.967 115.365 113.643 115.365 300.466 0 414.97z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-zanwu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1072 1024'%3E%3Cpath d='M0 566.223C0 627.81 239.421 677.79 534.747 677.79s534.748-49.956 534.748-111.542c0-61.587-239.421-111.543-534.748-111.543S0 504.637 0 566.223z' fill='%23F5F5F5'/%3E%3Cpath d='M137.996 231.619v306.956c0 18.237 7.29 35.67 20.212 48.567a69.169 69.169 0 0048.786 20.09H845.24c38.107 0 68.998-30.72 68.998-68.632V231.619H722.481a49.59 49.59 0 00-49.737 49.42 49.59 49.59 0 01-49.738 49.494h-193.78a49.59 49.59 0 01-49.736-49.494 49.59 49.59 0 00-49.738-49.444H137.996z' fill='%23FAFAFA'/%3E%3Cpath d='M329.777 231.619a49.615 49.615 0 0149.64 46.568l.073 2.925A49.566 49.566 0 00426.3 330.46l2.926.074h193.78a49.615 49.615 0 0049.64-46.544l.097-2.925a49.566 49.566 0 0146.811-49.347l2.926-.098h191.756v306.956a68.803 68.803 0 01-65.536 68.56l-3.462.097H206.994a68.852 68.852 0 01-68.9-65.195l-.098-3.437V231.619h191.805l-.024-.049zm-174.543 306.98a51.59 51.59 0 0048.713 51.371l3.023.098h638.244a51.639 51.639 0 0051.688-48.47l.073-2.998V248.783H722.456c-17.066 0-31.085 13.117-32.353 29.794l-.122 2.487a66.804 66.804 0 01-63.537 66.56l-3.462.097H429.227a66.828 66.828 0 01-66.877-63.195l-.098-3.414a32.378 32.378 0 00-29.964-32.231l-2.511-.098H155.234v289.841z' fill='%23D9D9D9'/%3E%3Cpath d='M323.584 0h405.09l184.612 232.838-13.556 10.63L720.31 17.14H331.923L151.016 243.468l-13.507-10.654z' fill='%23D9D9D9'/%3E%3Cpath d='M129.634 935.326v-16.53c10.947-1.073 21.455-2.145 31.548-2.999V903.12c-9.874.878-20.406 1.731-31.548 2.585v-16.945h33.475V876.08h-33.475V861.94h-14.166v14.14H90.575c5.364-7.07 10.508-15.213 15.238-24.234h58.807V838.12h-52.37c1.707-3.877 3.218-7.73 4.705-11.606l-15.433-2.56c-1.706 4.706-3.657 9.436-5.607 14.141H66.12v13.751h22.967c-5.144 9.655-10.947 17.798-16.945 24.674l3.414 12.239h39.936v17.798c-14.605.878-30.257 1.512-46.568 2.365l1.926 13.75c15.458-.853 30.476-1.95 44.617-2.803v15.457h14.19zm44.202.634c9.24-13.287 15.019-28.964 17.384-46.982h27.892v46.568h14.823v-46.568h22.748v-13.531h-64.366v-22.309c23.162-2.584 42.472-7.509 58.344-14.384l-9.85-11.581c-15.043 6.85-36.084 11.58-62.66 14.14v33.72c-.438 19.31-5.607 35.84-15.042 49.785l10.727 11.142zm-66.072 86.504v-8.363h108.983v8.363h15.872v-80.701H91.843v80.701h15.896zm108.983-50.883H107.739v-16.75h109.008v16.75zm0 29.184H107.739v-16.75h109.008v16.75zm71.436 21.04c29.842-12.897 51.322-31.134 64.61-54.32 7.314-13.727 12.677-29.818 16.09-48.494h17.409v78.117c0 14.604 6.85 21.894 21.016 21.894h34.767c9.021 0 15.458-1.95 19.53-5.803 4.73-4.705 7.948-17.383 9.654-38.4l-14.58-4.73c-1.072 16.75-2.998 26.624-6.021 30.038-2.341 2.803-6.218 4.315-11.362 4.315h-27.258c-6.875 0-10.313-3.657-10.313-10.532V918.99h66.56v-14.799h-97.036c1.511-11.605 2.365-24.259 2.804-37.547v-14.384h76.824v-15.043H296.789v15.018H358.4v14.385a290.89 290.89 0 01-2.78 37.547H282.43v14.823h70.607a158.232 158.232 0 01-11.8 36.499c-11.581 21.87-31.964 39.253-61.586 52.565l8.582 13.75zm393.41.635l8.364-12.678c-15.458-10.484-28.526-25.308-39.693-44.618 12.02-25.356 18.676-56.027 19.749-91.867h13.946v-14.8h-56.637c1.707-9.46 3.413-19.748 4.73-30.695l-15.043-2.584c-4.291 40.789-12.873 73.191-25.527 97.231l9.655 11.8c4.51-7.728 8.777-16.53 12.678-26.404 5.778 21.455 12.873 40.35 21.211 56.88a126.318 126.318 0 01-39.692 44.642l7.948 12.873A143.97 143.97 0 00643 979.066c10.727 18.042 23.6 32.646 38.62 43.374zm-180.906-97.427c18.432-12.458 31.33-27.063 38.4-44.007v40.789h14.385v-27.916c7.729 5.144 16.945 12.02 27.672 20.602l7.949-12.02a500.053 500.053 0 00-35.621-19.749v-2.34h39.058V866.84h-39.058v-40.984h-14.385v40.984H497.25v13.532h30.476c-6.461 11.8-18.042 22.528-34.572 32.183l7.509 12.434zm72.948-63.098a142.716 142.716 0 0016.53-27.696L579 829.074c-3.852 9.021-9.436 18.042-16.311 27.258l10.971 5.583zm-57.734-.243l11.166-5.12a183.613 183.613 0 00-13.312-26.82l-12.214 4.048c5.12 8.167 9.874 17.383 14.384 27.916zm126.196 87.576c-8.582-18.042-15.433-39.692-20.822-64.805l2.804-11.166h31.769c-.878 28.965-5.364 54.296-13.751 75.971zm-142.921 72.558c21.455-6.022 39.253-13.97 53.443-23.845 12.653 5.608 23.6 11.386 33.036 16.97l8.387-12.02a475.355 475.355 0 00-29.623-14.605 86.314 86.314 0 0023.82-36.693v-12.678h-44.86c1.291-3.852 2.803-7.705 4.29-11.776l-14.384-1.707c-1.488 4.267-3.219 8.777-5.12 13.507H496.81v13.507h25.331c-4.29 8.582-9.24 17.384-14.823 26.82 10.532 3.9 20.407 7.948 29.842 12.044-12.434 7.07-27.697 12.873-45.275 17.578l7.29 12.898zm51.078-39.497a452.315 452.315 0 00-24.479-9.24 158.916 158.916 0 0011.606-20.603h36.912a83.139 83.139 0 01-24.04 29.843zm182.418 38.205c12.02 0 18.042-6.437 18.042-18.896V938.96c6.632-3.023 13.288-6.022 19.944-9.46v-15.213a290.909 290.909 0 01-19.968 9.679v-42.301h20.601v-14.8H750.69v-40.57h-15.02v40.57h-25.697v14.8h25.747v48.518c-9.436 3.413-19.31 6.437-29.184 8.777l3.876 15.043c8.363-2.584 16.726-5.583 25.308-8.801v52.59c0 5.997-2.78 9.215-8.144 9.215-5.168 0-10.727-.414-16.335-1.072l3.243 14.604h18.237zm86.48 1.926v-10.509h58.172v10.484h14.385v-70.339h-36.084v-26.404h45.958v-13.946H855.65v-25.332H896v-52.151H782.872v67.17c-.195 45.08-7.923 81.993-23.162 110.323l12.02 10.728c14.166-27.892 22.528-60.099 25.113-96.792h43.788v26.404h-35.84v70.388h14.385zm61.83-150.016h-83.067v-23.82h83.066v23.82zm-40.351 39.253h-42.91l.194-10.289V886.37h42.716V911.7zm36.693 86.504h-58.173v-32.403h58.173v32.427zm110.519-58.149c9.24 0 18.456-7.07 27.697-21.04l-10.728-7.73c-6.436 9.875-12.02 15.02-16.969 15.02-4.072 0-10.728-3.22-19.944-9.217-9.46-6.436-17.603-9.435-24.259-9.435-9.435 0-18.675 6.85-27.696 21.016l10.727 7.51c6.242-9.875 11.825-14.8 16.97-14.8 4.29 0 10.946 2.999 20.382 9.216 9.24 6.242 17.164 9.46 23.82 9.46z' fill='%2395979A'/%3E%3C/svg%3E\")}.t-icon-xiazai41{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M888.514 742.335c-12.41 12.41-32.715 12.41-45.124 0l-90.249-90.248c-12.41-12.41-12.41-32.716 0-45.125 12.41-12.41 32.715-12.41 45.125 0l90.25 90.248c12.407 12.41 12.407 32.715-.002 45.125zm46.766-260.967c0 17.55-14.358 31.908-31.907 31.908H775.742c-17.55 0-31.908-14.358-31.908-31.908s14.358-31.907 31.908-31.907h127.63c17.55 0 31.908 14.358 31.908 31.907zM753.141 373.945c12.41 12.41 32.715 12.41 45.125 0l90.25-90.249c12.409-12.41 12.409-32.715 0-45.124-12.41-12.41-32.716-12.41-45.125 0l-90.249 90.248c-12.41 12.41-12.41 32.715 0 45.125zM623.037 951.718c-11.11 0-22.583-4.449-32.72-13.025L343.659 730.01c-13.453-11.382-15.133-31.516-3.75-44.968 11.382-13.452 31.515-15.133 44.968-3.75l216.286 182.987V160.033l-194.12 165.535c-17.973 15.326-48.161 26.45-71.781 26.45H152.535V673.99h87.49c17.623 0 31.908 14.286 31.908 31.908s-14.285 31.908-31.907 31.908h-90.392c-33.589 0-60.915-27.326-60.915-60.915V349.117c0-33.589 27.326-60.915 60.915-60.915h185.627c8.383 0 23.996-5.753 30.376-11.192L590.295 85.433c15.43-13.156 33.994-16.695 49.662-9.465 15.667 7.23 25.021 23.653 25.021 43.93v784.165c0 20.25-9.34 36.672-24.987 43.929a40.086 40.086 0 01-16.954 3.726z' fill='%23ff5656'/%3E%3C/svg%3E\")}*{font-family:Microsoft YaHei}body{font-size:30rpx}.text_l{text-align:left}.text_r{text-align:right!important}.text_c{text-align:center}.f-r{float:right!important}.bgfff{background:#fff!important}.red{color:#f5222d}.c666{color:#666!important}.c999{color:#999!important}.cyello{color:#fec407!important}.cblue{color:#477eff!important}.size12{font-size:28rpx!important}.size14{font-size:32rpx!important}.size16{font-size:36rpx!important}.size18{font-size:40rpx!important}.size20{font-size:44rpx!important}.size26{font-size:52rpx!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.orangeBtn{color:#fa8c16;background:#fff7e6;border:1px solid #ffd591;padding:5px 8px;border-radius:5px}.blueBtn{color:#1890ff;background:#dbebf9;border:1px solid #8cc8ff;padding:5px 8px;border-radius:5px}.redBtn{color:#f5222d;background:#fff1f0;border:1px solid #ffa39e}.bold{font-weight:700}.flex{display:flex;align-items:center;justify-content:space-between}.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box_shadow{box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.border-bottom{border-bottom:1px solid #f7f7f7}.borderR{border-right:1px solid #f7f7f7}.nolist{padding:50px 15px;width:calc(100% - 30px);text-align:center}.nolist uni-image{width:150px;height:150px}.nolist uni-text{display:block;width:100%;margin-top:15px;text-align:center;color:#999}.btn{text-align:center;color:#fff;height:35px;line-height:35px;border-radius:10px}.endtext{text-align:center;font-size:32rpx;color:#999;padding:15px 0}.groupBtn{display:flex}.groupBtn .del{color:#fea606!important;background-color:#ffe4b8!important}.groupBtn .btn{background-color:#fea606;width:45%;margin:10px auto 15px;text-align:center;height:36px;line-height:36px;border-radius:10px;color:#fff}.wrapper{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .wrapper_box{width:220px;background-color:#fff;z-index:1000;position:absolute;height:100vh}.wrapper .wrapper_box .top{width:100%;height:200rpx;color:#fff;text-align:center;background:#37cc92}.wrapper .wrapper_box .top .image1{width:50px;height:50px;margin:auto;border-radius:50%;margin-bottom:16rpx}.wrapper .wrapper_box .top uni-view{width:100%;display:block;text-align:center;margin:auto}.wrapper .wrapper_box .drawerList{position:relative;top:0;left:0;flex-direction:column;flex:1;justify-content:flex-end;margin-bottom:20rpx;width:220px;height:calc(100vh - 100px);overflow-y:scroll}.wrapper .wrapper_box .drawerList .drawerList_item{background:#f7f7f7;margin:10px;padding:8px 8px 0;border-radius:10px;display:flex;justify-content:space-between}.wrapper .wrapper_box .drawerList .drawerList_item .image1{width:45px;height:45px;border-radius:50%;margin-right:10px}.wrapper .wrapper_box .drawerList .drawerList_item .overflow{font-size:32rpx;color:#333}.wrapper .wrapper_box .drawerList .drawerList_item .right{width:70%}.wrapper .wrapper_box .drawerList .drawerList_item .right .dangqian{font-size:28rpx;color:#fff;padding:1px 5px;background-color:#37cc92;text-align:center;width:auto;margin-left:10px;width:auto;display:inline-block;float:right;height:15px;line-height:15px;border-radius:3px}.wrapper .wrapper_box .drawerList .drawerList_item .right .toggle{background-color:#999}.wrapper .wrapper_box .drawerList .drawerList_item .info{height:30px;line-height:30px}.wrapper .wrapper_box .drawerList .drawerList_item .info uni-view{float:left;margin-right:10px;font-size:28rpx;color:#999}.wrapper .wrapper_box .drawerList .drawerList_item .name{width:100%;display:flex;justify-content:space-between}.wrapper .wrapper_box .drawerList .drawerList_item .name .overflow{width:60%}.wrapper .wrapper_box .drawerList .add{margin:15px;background:#fea606;color:#fff;height:30px;text-align:center;font-size:56rpx;line-height:30px;border-radius:20px}.wrapper .edit{width:75%;height:auto;background:#eee;border-radius:10px;padding:15px;position:relative;top:15%;margin:auto;z-index:99999;overflow:hidden}.wrapper .edit .title{text-align:center;width:100%;color:#333;font-size:36rpx;font-weight:700}.wrapper .edit .editem{position:relative;display:flex;font-size:32rpx;border-radius:10px;margin-top:15px;height:40px;justify-content:space-between;background:#fff;padding:0 10px;align-items:center}.wrapper .edit .editem .radioimg{font-size:44rpx;color:#fea606}.wrapper .edit .editem .radio{width:50%;text-align:right;display:flex;justify-content:center;align-items:center}.wrapper .edit .editem .name{width:4rem;color:#333}.wrapper .edit .editem .right{width:60%;height:40px;line-height:40px;display:flex;justify-content:flex-end}.wrapper .edit .editem .right uni-input{margin-right:10px;height:40px;line-height:40px;text-align:right}.wrapper .edit .editem .right uni-picker{width:100%;font-size:36rpx;justify-content:center;align-items:center}.wrapper .edit .editem .right uni-picker uni-view{text-align:right}.wrapper .edit .editem .right .uni-input{position:absolute;right:30px;top:0;left:0;height:40px;line-height:40px;text-align:right;z-index:9999}.wrapper .edit .editem .value{position:relative;z-index:999;width:3rem;text-align:center;float:left;margin-right:10px}.wrapper .edit .editem .iconfont{margin-left:10px;float:right;display:flex}.wrapper .edit .tips{font-size:28rpx;color:#999;text-align:center;margin-top:15px;margin-bottom:20px;display:flex}.visible{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background-color:rgba(0,0,0,.6)}.visible .groupBtn{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure{background-color:#37cc92;color:#fff!important}.visible .picker-view{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.header{width:100%;height:240rpx;background:#37cc92}.header uni-image{width:55px;height:55px;border-radius:50%}.header .top{margin:0 10px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10px;padding:10px 15px;height:160rpx}.header .top .headimg{width:55px;height:55px}.header .top .toggle{width:20px;height:20px}.header .add{border:1px #dfdfdf dashed;font-size:56rpx;font-weight:500;width:35px;height:35px;line-height:35px;border-radius:10px;text-align:center}.TrendPage{padding:10px 0;margin-bottom:15px;border-radius:10px;background-color:#f7f7f7}.TrendPage .listC{width:calc(100% - 50px);padding:15px;margin:0 10px;display:flex;border-radius:10px;align-items:center;justify-content:space-around;background-color:#fff}.TrendPage .listC uni-view{position:relative}.TrendPage .listC .active:after{content:\"\";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.TrendPage .box{width:calc(100% - 20px);background-color:#fff;margin:10px;border-radius:15px}.TrendPage .boxTime{width:calc(100% - 20px);border-radius:10px;padding:10px;text-align:center}.TrendPage .boxTime .style{background:#37cc92;color:#fff}.TrendPage .boxTime .iconfont{font-size:32rpx;color:#666}.TrendPage .boxLine{display:flex;flex-wrap:wrap;border-radius:10px;justify-content:space-between}.TrendPage .boxLine .line{clear:both;width:100%;height:auto;background-color:#fff;padding-top:10px;border-bottom:10px solid #f7f7f7}.gridList{padding:0;display:flex;flex-wrap:wrap;margin:15px;width:calc(100%- 30px);justify-content:space-between}.gridList .info{width:100%;display:flex;margin-top:15px;justify-content:space-between}.gridList .info .item{color:#fff;width:47.5%;height:50px;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.gridList .info .item uni-text{width:30px;height:30px;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.gridList .data{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;color:#666;margin-top:15px;width:100%}.gridList .data .item{width:47.5%;text-align:center;font-size:32rpx;line-height:30px;background:#fff;padding:10px 0;border-radius:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.gridList .data .val{display:flex;align-items:center;font-size:40rpx;font-weight:700;justify-content:center;color:#666}.gridList .data .val uni-text{font-size:32rpx;font-weight:500;display:block;margin-top:3px;margin-left:3px}.gridList .data .image{width:40px;height:40px;border-radius:50%}.gridList .data .image uni-image{width:70%;height:70%;margin:15%}.gridList .data .name{display:flex;align-items:center;justify-content:center;line-height:20px;color:#999}.skiptop{background:#37cc92;border-radius:10px;margin:0 15px 10px;font-size:32rpx;padding:20px 10px 5px;color:#fff}.skiptop .status{float:right;margin-bottom:25px;width:auto;color:#333;background-color:#fff;border-radius:10px;padding:8px 10px;display:flex;align-items:center}.skiptop .item{width:100%;display:flex;justify-content:space-between}.skiptop .item uni-text{display:block;width:100%;font-size:36rpx;text-align:center;margin-top:10px}.indexCarList .box{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;border-radius:10px}.indexCarList .card{flex-wrap:wrap}.indexCarList .card .title{width:100%;color:#666;display:flex;padding-bottom:5px;align-items:center;justify-content:space-between}.indexCarList .card .title .time{display:flex;font-size:28rpx;align-items:center}.indexCarList .card .title .name2{font-size:36rpx;font-weight:700;margin-right:10px;color:#333}.indexCarList .card .item{padding:7px 0;display:flex;flex-wrap:wrap;text-align:center}.indexCarList .card .item .weight{width:100%}.indexCarList .card .item .weight uni-text{font-size:40rpx!important;font-weight:700;display:inline-block}.indexCarList .card .item .standardBtn{width:40px;padding:3px 8px;border-radius:8px;text-align:center;color:#fff;font-size:32rpx;margin:auto;background-color:#fea606}.indexCarList .card .target{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:10px;font-size:32rpx;color:#37cc92}.indexCarList .card .target .targetBtn{width:auto;height:30px;line-height:30px;color:#fff;border-radius:10px;padding:0 10px;background:#37cc92}.indexCarList .card .item2{width:50%;display:flex;flex-wrap:wrap;margin:15px 0}.indexCarList .card .item2 .name{display:inline-block;width:100%}.indexCarList .small{width:calc(50% - 40px);float:left;margin-bottom:15px}.indexCarList .small .title .name{display:flex;flex-wrap:wrap}.indexCarList .small .title .name uni-text{width:80%;margin-bottom:5px;display:inline-block}.indexCarList .small .item{justify-content:center}.indexCarList .setcard{width:calc(100% - 20px);text-align:center;height:40px;line-height:40px;margin:10px;border-radius:10px;color:#37cc92;background-color:#fff}.calendar{background:#f7f7f7;min-height:100vh}.calendar .box{margin-bottom:305px;padding-bottom:210px}.calendar .list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:15px;align-items:center}.calendar .list .item{width:100%;height:auto;background:#fff;display:flex;height:40px;justify-content:space-between;padding:10px 15px;border-radius:10px;align-items:center;text-align:center;font-size:36rpx;font-weight:700}.calendar .list .item uni-view{width:32%}.calendar .list .item uni-image{width:25px;height:25px}.calendar .list .item uni-text{width:100%;font-size:28rpx;display:block;color:#666;text-align:center;font-weight:400}.calendar .list .item .check{width:35px!important}.calendar .list .item .check .icon-kongradio{font-size:44rpx;color:#999}.calendar .list .item .check .icon-radio{font-size:44rpx;color:#fca82d}.calendar .time{width:100%;font-size:32rpx;color:#666;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.calendar .time uni-text{font-size:32rpx;margin-top:3px}.calendar .bottom{margin:0;width:auto;position:fixed;left:0;right:0;bottom:0;z-index:9;padding:0 10px 10px;background:#fff;border-radius:0;border-top:1px solid #dfdfdf}.calendar .bottom .btn{width:auto;margin:10px 0 0;background:#37cc92}.calendar .bottom .list{margin:10px 0;height:120rpx;position:relative}.calendar .bottom .list .item{background:#f7f7f7}.calendar .bottom .list .time{float:left;text-align:center;justify-content:center;color:#fea82d;font-weight:700;width:35%}.calendar .bottom .list .check{position:absolute;right:-5px;top:-5px;width:25px}.calendar .bottom .list .check .icon-quxiao{font-size:40rpx;color:#999}.calendar .pkclass{position:absolute;width:30px;height:30px;background:#fea82d;border-radius:50%;line-height:27px;text-align:center;color:#fff;font-size:40rpx;left:30px;top:120rpx}.calendar .btn.active{border:none;color:#333!important;background:#dfdfdf!important;display:block;border-radius:10px}.pkconp{background:#f7f7f7;padding:15px 0;min-height:100vh}.pkconp .headerTop{text-align:center;background:#fff;padding:15px 15px 10px;margin:0 15px;border-radius:10px 10px 0 0;display:flex;align-items:center;position:relative}.pkconp .headerTop .name{text-align:left}.pkconp .headerTop uni-image{width:110rpx;height:110rpx;border-radius:50%;margin-right:15px}.pkconp .headerTop .right{width:calc(100% - 140rpx)}.pkconp .headerTop .top{width:100%;display:flex;height:30px;line-height:30px;color:#999;margin-top:15px;font-size:30rpx}.pkconp .box{background:#fff;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding-top:15px;margin:15px;font-size:15px;border-radius:0 0 10px 10px}.pkconp .box .item{text-align:center;color:#999;width:33.3%;line-height:26px;border-right:1px solid #f7f7f7;box-sizing:border-box}.pkconp .box .item uni-view{font-size:40rpx;font-weight:700;color:#666}.pkconp .control{background:#fff;margin:15px;display:flex;border:1px solid #f0f0f0;border-radius:10px;flex-wrap:wrap;justify-content:space-between}.pkconp .control .title{width:100%;margin:10px;display:flex;justify-content:space-between}.pkconp .control .title uni-view{width:25%;text-align:center}.pkconp .control .li{display:flex;margin:0 10px;justify-content:space-between;height:54px;border-top:1px solid #eee;align-items:center;width:100%}.pkconp .control .li .name{width:25%;display:flex;font-size:32rpx;align-items:center}.pkconp .control .li .name uni-image{width:20px;height:20px;margin-right:5px}.pkconp .control .li .num{width:25%;display:flex;align-items:center;justify-content:center}.pkconp .control .li .num uni-image{width:40rpx;height:40rpx}.pkconp .control .li .f,\n.pkconp .control .li .f0{width:25%;text-align:center}.pkconp .control .li .f uni-text,\n.pkconp .control .li .f0 uni-text{display:block;width:100%;color:#999;font-size:28rpx}.pkconp .control .li .f0 uni-text{font-size:28rpx}.pkconp .time{border-top:1px solid #f0f0f0;width:100%;height:40px;line-height:40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.pkconp .time uni-view{height:40px;line-height:40px;display:flex;align-items:center}.pkconp .boxTime{background:#fff;margin:15px;display:flex;border-radius:10px;flex-wrap:wrap;align-items:center;padding:0 10px;height:50px;line-height:50px;justify-content:space-between}.pkconp .boxTime uni-view{height:50px;line-height:50px;display:flex;align-items:center}.weightPages .text{width:100%;text-align:center;font-size:36rpx;margin-top:20px;color:#37cc92}.weightPages .title{width:100%;text-align:center;height:45px;line-height:45px;font-size:36rpx;font-weight:700}.weightPages .image{text-align:center}.weightPages .image uni-image{width:200px;height:200px;margin:auto;margin-top:20px}.weightPages .tips{width:auto;margin-top:25px;padding-left:20px;line-height:30px;font-size:28rpx;color:#999}.weightPages .tips uni-text{display:block}.weightPages .wrapper{position:fixed;top:0;bottom:0;right:0;left:0;z-index:99;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}.weightPages .wrapper .Blue{width:75%;padding:15px;background:#fff;z-index:999;border-radius:5px;text-align:center;line-height:30px}.weightPages .wrapper .Blue .h4{font-size:36rpx;font-weight:700;margin-bottom:10px}.weightPages .wrapper .Blue .Blue-box{display:flex;align-items:center;text-align:left;height:40px;line-height:40px;margin-bottom:15px}.weightPages .wrapper .Blue .Blue-box uni-text{font-size:36rpx;font-weight:700;margin:0 5px;color:#37cc92}.weightPages .wrapper .Blue uni-input{width:85px;background:#f7f7f7;padding:7px 5px;margin-right:10px;border-radius:5px}.weightPages .wrapper .Blue-btn{width:45%;background:#37cc92;border-radius:5px;font-size:32rpx;margin-top:10px;margin-bottom:5px;height:35px;line-height:35px;float:right;color:#fff}.weightPages .wrapper .Blue-close{background:#dfdfdf!important;float:left!important;color:#333}.weightPages .btnGroup{width:100%;display:flex}.weightPages .btnGroup .btnClose,\n.weightPages .btnGroup .baocun{width:150px;background-color:#37cc92;border:1px solid #f7f7f7;color:#fff;text-align:center;padding:7px;border-radius:10px;margin:15px auto}.weightPages .btnGroup .btnClose{background-color:#dfdfdf;color:#fff}",""]),t.exports=e},7382:function(t,e,i){var a=i("3bda");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("13787ccb",a,!0,{sourceMap:!1,shadowMode:!1})},7438:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniCollapse:i("6d17").default,uniCollapseItem:i("e88d").default,uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("headerIndex",{attrs:{_i:1}}):t._e(),t._$g(2,"i")?i("uni-view",{attrs:{_i:2}},[t._$g(3,"i")?i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]):i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(4,"t0-0"))])],1):t._e(),t._$g(5,"i")?i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-text",{attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]),i("v-uni-swiper",{staticClass:t._$g(7,"sc"),attrs:{vertical:"true",autoplay:"true",_i:7}},t._l(t._$g(8,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"8-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))])],1)})),1)],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{_i:10}},[t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(12,"a-src"),_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u4e2d\u8003\u4f30\u5206")])],1):t._e(),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(15,"a-src"),_i:15}}),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(18,"a-src"),_i:18}}),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(21,"a-src"),_i:21}}),i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("\u667a\u80fd\u8df3\u7ef3")])],1):t._e(),t._$g(23,"i")?i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(24,"a-src"),_i:24}}),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v("\u80ba\u6d3b\u91cf\u8bad\u7ec3")])],1):t._e(),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(27,"a-src"),_i:27}}),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v("\u589e\u91cf\u5bf9\u6bd4")])],1):t._e(),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(30,"a-src"),_i:30}}),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(33,"a-src"),_i:33}}),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v(t._$g(34,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(36,"a-src"),_i:36}}),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(39,"a-src"),_i:39}}),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v(t._$g(40,"t0-0"))])],1),t._$g(41,"i")?i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(42,"a-src"),_i:42}}),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[t._v("\u6210\u5458\u7ba1\u7406")])],1):t._e()],1),i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._$g(45,"i")?i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[i("uni-view",{attrs:{_i:46}},[t._v(t._$g(46,"t0-0"))]),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[t._v(t._$g(47,"t0-0"))])],1):t._e(),t._l(t._$g(48,"f"),(function(e,a,n,r){return t._$g("48-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("48-"+r,"sc"),attrs:{_i:"48-"+r}},[i("uni-view",{staticClass:t._$g("49-"+r,"sc"),style:t._$g("49-"+r,"s"),attrs:{_i:"49-"+r}},[i("uni-view",{staticClass:t._$g("50-"+r,"sc"),class:t._$g("50-"+r,"c"),attrs:{_i:"50-"+r}},[i("uni-view",{staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[t._v(t._$g("51-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"52-"+r}},[i("v-uni-text",{staticClass:t._$g("53-"+r,"sc"),class:t._$g("53-"+r,"c"),attrs:{_i:"53-"+r}},[t._v(t._$g("53-"+r,"t0-0"))]),t._v(t._$g("52-"+r,"t1-0"))],1)],1),t._$g("54-"+r,"i")?i("uni-view",{staticClass:t._$g("54-"+r,"sc"),attrs:{_i:"54-"+r}},[i("uni-view",{staticStyle:{width:"100%"},attrs:{_i:"55-"+r}},[t._v(t._$g("55-"+r,"t0-0")+t._$g("55-"+r,"t0-1"))]),i("uni-view",{staticClass:t._$g("56-"+r,"sc"),attrs:{_i:"56-"+r}},[i("uni-view",{staticClass:t._$g("57-"+r,"sc"),attrs:{_i:"57-"+r}},[i("v-uni-text",{staticClass:t._$g("58-"+r,"sc"),attrs:{_i:"58-"+r}},[t._v(t._$g("58-"+r,"t0-0"))]),t._v(t._$g("57-"+r,"t1-0"))],1),i("uni-view",{attrs:{_i:"59-"+r}},[t._$g("60-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("60-"+r,"sc"),attrs:{_i:"60-"+r}}):t._e(),t._$g("61-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("61-"+r,"sc"),attrs:{_i:"61-"+r}}):t._e(),t._v(t._$g("59-"+r,"t2-0"))],1)],1)],1):t._e()],1),i("uni-view",{staticClass:t._$g("62-"+r,"sc"),attrs:{_i:"62-"+r}},[i("uni-view",{staticClass:t._$g("63-"+r,"sc"),attrs:{_i:"63-"+r}},[t._$g("64-"+r,"i")?i("uni-view",{staticClass:t._$g("64-"+r,"sc"),attrs:{_i:"64-"+r}},[t._v(t._$g("64-"+r,"t0-0"))]):t._e(),t._$g("65-"+r,"i")?i("uni-view",{class:t._$g("65-"+r,"c"),attrs:{_i:"65-"+r}},[i("uni-view",{staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[i("uni-view",{staticClass:t._$g("67-"+r,"sc"),style:t._$g("67-"+r,"s"),attrs:{_i:"67-"+r}},[i("uni-view",{staticClass:t._$g("68-"+r,"sc"),attrs:{_i:"68-"+r}})],1),t._l(t._$g("69-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("69-"+r+"-"+s,"sc"),style:t._$g("69-"+r+"-"+s,"s"),attrs:{_i:"69-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("70-"+r+"-"+s,"sc"),attrs:{_i:"70-"+r+"-"+s}},[t._v(t._$g("70-"+r+"-"+s,"t0-0"))]),t._$g("71-"+r+"-"+s,"i")?i("uni-view",{staticClass:t._$g("71-"+r+"-"+s,"sc"),attrs:{_i:"71-"+r+"-"+s}},[t._v(t._$g("71-"+r+"-"+s,"t0-0"))]):t._e()],1)}))],2)],1):t._e()],1)],1)],1):t._e()})),t._$g(72,"i")?i("uni-view",{staticClass:t._$g(72,"sc"),attrs:{_i:72}},[i("v-uni-image",{attrs:{src:t._$g(73,"a-src"),_i:73}}),i("v-uni-text",{attrs:{_i:74}},[t._v(t._$g(74,"t0-0"))])],1):t._e(),t._$g(75,"i")?i("uni-view",{staticClass:t._$g(75,"sc"),attrs:{_i:75}},[i("uni-view",{attrs:{_i:76}},[t._v(t._$g(76,"t0-0")+"\uff1a"+t._$g(76,"t0-1")+t._$g(76,"t0-2"))]),i("uni-view",{attrs:{_i:77}},[t._v(t._$g(77,"t0-0")+"\uff1a"+t._$g(77,"t0-1"))])],1):t._e(),t._$g(78,"i")?i("uni-view",{staticClass:t._$g(78,"sc"),attrs:{_i:78}},[t._v(t._$g(78,"t0-0"))]):t._e(),t._$g(79,"i")?i("uni-view",{staticClass:t._$g(79,"sc"),attrs:{_i:79}},[i("uni-view",{staticClass:t._$g(80,"sc"),attrs:{_i:80}},[i("uni-view",{staticClass:t._$g(81,"sc"),attrs:{_i:81}},[i("uni-collapse",{attrs:{_i:82}},t._l(t._$g(83,"f"),(function(e,a,n,r){return i("uni-collapse-item",{key:e,staticClass:t._$g("83-"+r,"sc"),attrs:{_i:"83-"+r},scopedSlots:t._u([{key:"title",fn:function(e,a,n){return[i("uni-list-item",{staticClass:a._$g("85-"+r+"-"+n,"sc"),attrs:{_i:"85-"+r+"-"+n}},[i("uni-view",{staticClass:a._$g("86-"+r+"-"+n,"sc"),attrs:{_i:"86-"+r+"-"+n}},[i("v-uni-icon",{staticClass:a._$g("87-"+r+"-"+n,"sc"),class:a._$g("87-"+r+"-"+n,"c"),attrs:{_i:"87-"+r+"-"+n}}),i("v-uni-text",{attrs:{_i:"88-"+r+"-"+n}},[t._v(a._$g("88-"+r+"-"+n,"t0-0"))])],1),a._$g("89-"+r+"-"+n,"i")?i("uni-view",{staticClass:a._$g("89-"+r+"-"+n,"sc"),attrs:{_i:"89-"+r+"-"+n}},[t._v("-")]):i("uni-view",{staticClass:a._$g("90-"+r,"sc"),attrs:{_i:"90-"+r}},[t._v(a._$g("90-"+r+n,"t0-0")+a._$g("90-"+r+n,"t0-1"))]),i("uni-view",{staticClass:a._$g("91-"+r+"-"+n,"sc"),attrs:{_i:"91-"+r+"-"+n}},[i("uni-view",{staticClass:a._$g("92-"+r+"-"+n,"sc"),class:a._$g("92-"+r+"-"+n,"c"),style:a._$g("92-"+r+"-"+n,"s"),attrs:{_i:"92-"+r+"-"+n}},[t._v(a._$g("92-"+r+"-"+n,"t0-0"))])],1)],1)]}}],null,!0)},[i("uni-view",{staticClass:t._$g("93-"+r,"sc"),attrs:{_i:"93-"+r}},[t._$g("94-"+r,"i")?i("uni-view",{staticClass:t._$g("94-"+r,"sc"),attrs:{_i:"94-"+r}},[t._v(t._$g("94-"+r,"t0-0"))]):t._e(),t._$g("95-"+r,"i")?i("uni-view",{class:t._$g("95-"+r,"c"),attrs:{_i:"95-"+r}},[t._$g("96-"+r,"i")?i("uni-view",{staticClass:t._$g("96-"+r,"sc"),attrs:{_i:"96-"+r}},[i("uni-view",{staticClass:t._$g("97-"+r,"sc"),style:t._$g("97-"+r,"s"),attrs:{_i:"97-"+r}},[i("uni-view",{staticClass:t._$g("98-"+r,"sc"),attrs:{_i:"98-"+r}})],1),t._l(t._$g("99-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("99-"+r+"-"+s,"sc"),style:t._$g("99-"+r+"-"+s,"s"),attrs:{_i:"99-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("100-"+r+"-"+s,"sc"),attrs:{_i:"100-"+r+"-"+s}},[t._v(t._$g("100-"+r+"-"+s,"t0-0"))]),t._$g("101-"+r+"-"+s,"i")?i("uni-view",{staticClass:t._$g("101-"+r+"-"+s,"sc"),attrs:{_i:"101-"+r+"-"+s}},[t._v(t._$g("101-"+r+"-"+s,"t0-0"))]):t._e()],1)}))],2):i("uni-view",{attrs:{_i:"102-"+r}},[t._$g("103-"+r,"i")?i("uni-view",{staticClass:t._$g("103-"+r,"sc"),attrs:{_i:"103-"+r}},[t._v(t._$g("103-"+r,"t0-0")+":"+t._$g("103-"+r,"t0-1")+"kcal")]):t._e()],1)],1):t._e()],1)],1)})),1)],1)],1)],1):t._e(),t._$g(104,"i")?i("uni-view",{staticClass:t._$g(104,"sc"),attrs:{_i:104}},[i("v-uni-text",{attrs:{_i:105}},[t._v("*"+t._$g(105,"t0-0")+"\uff1a")]),t._l(t._$g(106,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"106-"+r}},[t._v(t._$g("106-"+r,"t0-0"))])}))],2):t._e(),t._$g(107,"i")?i("uni-view",{staticClass:t._$g(107,"sc"),attrs:{_i:107}},[i("uni-icons",{attrs:{_i:108}}),t._v(t._$g(107,"t1-0"))],1):t._e(),t._$g(109,"i")?i("uni-view",{staticClass:t._$g(109,"sc"),attrs:{_i:109}},[i("v-uni-swiper",{staticClass:t._$g(110,"sc"),attrs:{"indicator-dots":"true",autoplay:"true",_i:110}},t._l(t._$g(111,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"111-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("112-"+r,"a-src"),mode:"aspectFill",_i:"112-"+r}})],1)})),1)],1):t._e(),t._$g(113,"i")?i("uni-view",{staticClass:t._$g(113,"sc"),attrs:{_i:113}},[i("uni-view",{staticClass:t._$g(114,"sc"),attrs:{_i:114}},[t._v(t._$g(114,"t0-0"))]),i("uni-view",{staticClass:t._$g(115,"sc"),attrs:{_i:115}},[i("uni-view",{staticClass:t._$g(116,"sc"),attrs:{_i:116}},[i("uni-view",{class:t._$g(117,"c"),attrs:{_i:117},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(118,"a-src"),_i:118}}),i("v-uni-text",{attrs:{_i:119}},[t._v(t._$g(119,"t0-0"))])],1),i("uni-view",{class:t._$g(120,"c"),attrs:{_i:120},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(121,"a-src"),_i:121}}),i("v-uni-text",{attrs:{_i:122}},[t._v(t._$g(122,"t0-0"))])],1),i("uni-view",{class:t._$g(123,"c"),attrs:{_i:123},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(124,"a-src"),_i:124}}),i("v-uni-text",{attrs:{_i:125}},[t._v(t._$g(125,"t0-0"))])],1),i("uni-view",{class:t._$g(126,"c"),attrs:{_i:126},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(127,"a-src"),_i:127}}),i("v-uni-text",{attrs:{_i:128}},[t._v(t._$g(128,"t0-0"))])],1)],1),i("uni-view",{attrs:{_i:129}},[t._$g(130,"i")?i("uni-view",{staticClass:t._$g(130,"sc"),attrs:{_i:130}},t._l(t._$g(131,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"131-"+r}},[t._v(t._$g("131-"+r,"t0-0"))])})),1):t._e(),t._$g(132,"i")?i("uni-view",{staticClass:t._$g(132,"sc"),attrs:{_i:132}},t._l(t._$g(133,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"133-"+r}},[t._v(t._$g("133-"+r,"t0-0"))])})),1):t._e(),t._$g(134,"i")?i("uni-view",{staticClass:t._$g(134,"sc"),attrs:{_i:134}},t._l(t._$g(135,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"135-"+r}},[t._v(t._$g("135-"+r,"t0-0"))])})),1):t._e(),t._$g(136,"i")?i("uni-view",{staticClass:t._$g(136,"sc"),attrs:{_i:136}},t._l(t._$g(137,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"137-"+r}},[t._v(t._$g("137-"+r,"t0-0"))])})),1):t._e()],1)],1)],1):t._e()],2),t._$g(138,"i")?i("uni-view",{staticClass:t._$g(138,"sc"),attrs:{_i:138}},[t._$g(139,"i")?i("uni-view",{staticClass:t._$g(139,"sc"),attrs:{_i:139}},[t._v("\u5361\u7247\u6570\u636e")]):t._e(),t._l(t._$g(140,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"140-"+r}},[i("uni-view",{staticClass:t._$g("141-"+r,"sc"),style:t._$g("141-"+r,"s"),attrs:{_i:"141-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("142-"+r,"sc"),attrs:{_i:"142-"+r}},[i("v-uni-image",{attrs:{src:t._$g("143-"+r,"a-src"),_i:"143-"+r}})],1),i("uni-view",{staticClass:t._$g("144-"+r,"sc"),attrs:{_i:"144-"+r}},[i("uni-view",{staticClass:t._$g("145-"+r,"sc"),attrs:{_i:"145-"+r}},[t._v(t._$g("145-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("146-"+r,"sc"),attrs:{_i:"146-"+r}},[t._v(t._$g("146-"+r,"t0-0")),t._$g("147-"+r,"i")?i("uni-icons",{attrs:{_i:"147-"+r}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g("148-"+r,"sc"),attrs:{_i:"148-"+r}},[t._$g("149-"+r,"i")?i("uni-view",{staticClass:t._$g("149-"+r,"sc"),attrs:{_i:"149-"+r}},[t._v("\u672c\u6b21\u6570\u636e")]):i("uni-view",{staticClass:t._$g("150-"+r,"sc"),attrs:{_i:"150-"+r}},[i("v-uni-text",{staticClass:t._$g("151-"+r,"sc"),attrs:{_i:"151-"+r}},[t._v(t._$g("151-"+r,"t0-0"))]),t._v(t._$g("150-"+r,"t1-0"))],1),i("uni-view",{staticClass:t._$g("152-"+r,"sc"),attrs:{_i:"152-"+r}},[t._$g("153-"+r,"i")?i("uni-view",{staticClass:t._$g("153-"+r,"sc"),attrs:{_i:"153-"+r},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[t._v("\u84dd\u7259\u8fde\u63a5")]):t._$g("154-"+r,"e")?i("uni-view",{staticClass:t._$g("154-"+r,"sc"),attrs:{_i:"154-"+r}},[t._v("\u84dd\u7259\u8fde\u63a5")]):i("uni-view",{attrs:{_i:"155-"+r}}),i("uni-view",{staticClass:t._$g("156-"+r,"sc"),attrs:{_i:"156-"+r},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[t._v("\u624b\u52a8\u8bb0\u5f55")])],1)],1),i("uni-view",{staticClass:t._$g("157-"+r,"sc"),style:t._$g("157-"+r,"s"),attrs:{_i:"157-"+r}},t._l(t._$g("158-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,class:t._$g("158-"+r+"-"+s,"c"),attrs:{_i:"158-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("159-"+r+"-"+s,"sc"),attrs:{_i:"159-"+r+"-"+s}},[i("v-uni-text",{attrs:{_i:"160-"+r+"-"+s}},[t._v(t._$g("160-"+r+"-"+s,"t0-0"))]),t._v(t._$g("159-"+r+"-"+s,"t1-0"))],1),t._$g("161-"+r+"-"+s,"i")?i("uni-view",{staticClass:t._$g("161-"+r+"-"+s,"sc"),attrs:{_i:"161-"+r+"-"+s}},[t._v(t._$g("161-"+r+"-"+s,"t0-0"))]):t._e()],1)})),1)],1)],1)}))],2):t._e(),t._$g(162,"i")?i("uni-view",{staticClass:t._$g(162,"sc"),attrs:{_i:162},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u8bbe\u7f6e\u6570\u636e\u9875\u5361\u7247")]):t._e(),t._$g(163,"i")?i("uni-view",{staticClass:t._$g(163,"sc"),attrs:{_i:163}},[i("uni-view",{staticClass:t._$g(164,"sc"),attrs:{_i:164},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(165,"sc"),attrs:{_i:165}},[i("v-uni-swiper",{staticClass:t._$g(166,"sc"),attrs:{autoplay:"true",_i:166}},t._l(t._$g(167,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"167-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("168-"+r,"a-src"),mode:"aspectFill",_i:"168-"+r}}),i("uni-view",{staticClass:t._$g("169-"+r,"sc"),attrs:{_i:"169-"+r}},[t._v(t._$g("169-"+r,"t0-0"))])],1)})),1),i("uni-icons",{staticClass:t._$g(170,"sc"),attrs:{_i:170},on:{click:function(e){return t.$handleViewEvent(e)}}})],1)],1)],1):t._e(),i("record",{attrs:{_i:171}})],1)},r=[]},7457:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse-item[data-v-7dfdf9d6]{box-sizing:border-box}.uni-collapse-item__title[data-v-7dfdf9d6]{display:flex;width:100%;box-sizing:border-box;flex-direction:row;align-items:center;transition:border-bottom-color .3s}.uni-collapse-item__title-wrap[data-v-7dfdf9d6]{width:100%;flex:1}.uni-collapse-item__title-box[data-v-7dfdf9d6]{padding:0 15px;display:flex;width:100%;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;height:48px;line-height:48px;background-color:#fff;color:#303133;font-size:13px;font-weight:500}.uni-collapse-item__title-box.is-disabled .uni-collapse-item__title-text[data-v-7dfdf9d6]{color:#999}.uni-collapse-item__title.uni-collapse-item-border[data-v-7dfdf9d6]{border-bottom:1px solid #ebeef5}.uni-collapse-item__title.is-open[data-v-7dfdf9d6]{border-bottom-color:transparent}.uni-collapse-item__title-img[data-v-7dfdf9d6]{height:22px;width:22px;margin-right:10px}.uni-collapse-item__title-text[data-v-7dfdf9d6]{flex:1;font-size:14px;white-space:nowrap;color:inherit;overflow:hidden;text-overflow:ellipsis}.uni-collapse-item__title-arrow[data-v-7dfdf9d6]{display:flex;box-sizing:border-box;align-items:center;justify-content:center;width:20px;height:20px;margin-right:10px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.uni-collapse-item__title-arrow-active[data-v-7dfdf9d6]{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.uni-collapse-item__wrap[data-v-7dfdf9d6]{will-change:height;box-sizing:border-box;background-color:#fff;overflow:hidden;position:relative;height:0}.uni-collapse-item__wrap.is--transition[data-v-7dfdf9d6]{transition-property:height,border-bottom-width;transition-duration:.3s;will-change:height}.uni-collapse-item__wrap-content[data-v-7dfdf9d6]{position:absolute;font-size:13px;color:#303133;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:0}.uni-collapse-item__wrap-content.uni-collapse-item--border[data-v-7dfdf9d6]{border-bottom-width:1px;border-bottom-color:red;border-bottom-color:#ebeef5}.uni-collapse-item__wrap-content.open[data-v-7dfdf9d6]{position:relative}.uni-collapse-item--animation[data-v-7dfdf9d6]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;transition-timing-function:ease}',""]),t.exports=e},7466:function(t,e,i){"use strict";i.r(e);var a=i("70ac"),n=i("376c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e27d");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"397357ae",null,!1,a["a"],void 0);e["default"]=o.exports},7535:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},"761b":function(t,e,i){"use strict";i.r(e);var a=i("63e9"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"76bc":function(t,e,i){"use strict";var a=i("7320"),n=i.n(a);n.a},7799:function(t,e,i){var a=i("cda7");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("0e7e8667",a,!0,{sourceMap:!1,shadowMode:!1})},"77b9":function(t,e,i){"use strict";var a=i("0b01"),n=i.n(a);n.a},7827:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.wrapper[data-v-615025cc]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-615025cc]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.headimage[data-v-615025cc]{width:50px;height:50px;margin:auto;border-radius:50%;margin-bottom:16rpx}.dangqian[data-v-615025cc]{font-size:24upx!important}@-webkit-keyframes wrapper_box-data-v-615025cc{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wrapper_box-data-v-615025cc{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}',""]),t.exports=e},7835:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniCollapse",props:["value","modelValue","accordion"],data:function(){return{wxsProps:{}}},components:{}}},"78a2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{attrs:{_i:0}},[t._$g(1,"i")?i("Loading1",{attrs:{_i:1}}):t._e(),t._$g(2,"i")?i("Loading2",{attrs:{_i:2}}):t._e(),t._$g(3,"i")?i("Loading3",{attrs:{_i:3}}):t._e(),t._$g(4,"i")?i("Loading4",{attrs:{_i:4}}):t._e(),t._$g(5,"i")?i("Loading5",{attrs:{_i:5}}):t._e()],1)},n=[]},"78fe":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-397357ae]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.history[data-v-397357ae]{width:calc(100% - 30px);height:auto;margin:15px 15px 0;padding-bottom:40px}.history .list[data-v-397357ae]{width:100%;margin-top:12px;position:relative}.history .list .item[data-v-397357ae]{width:calc(100% - 20px);height:auto;background:#fff;padding:6px 10px;display:flex;justify-content:space-between;border-radius:10px;align-items:center;font-weight:700;line-height:50rpx;font-size:36rpx!important}.history .list .item uni-text[data-v-397357ae]{display:block;color:#666;text-align:center;font-weight:500;font-size:28rpx}.history .list .time[data-v-397357ae]{font-size:28rpx;color:#666;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:5px}.history .list .time uni-icon[data-v-397357ae]{width:40rpx;height:40rpx;margin-right:5px}.history .list .time uni-text[data-v-397357ae]{font-size:32rpx;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},7901:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("3b2d")),r=a(i("e589")),s=a(i("5003")),o=a(i("ee48")),c={},l=null;function d(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),a=1;a3||Math.abs(c[t].$el.children[0].clientHeight-o.default.instance[t].getHeight())>3)&&this.ecresize()},tooltipPosition:function(){return function(t,e,i,a,n){var r=t[0],s=t[1],o=n.viewSize[0],c=n.viewSize[1],l=n.contentSize[0],d=n.contentSize[1],u=r+30,f=s+30;return u+l>o&&(u=r-l-30),f+d>c&&(f=s-d-30),[u,f]}},ucinit:function(t,e,i,a){var n=this;if(JSON.stringify(t)!=JSON.stringify(e)&&t.canvasId){var r=JSON.parse(JSON.stringify(t.canvasId));this.rid=r,c[r]=this.$ownerInstance||a,s.default.option[r]=JSON.parse(JSON.stringify(t)),s.default.option[r]=u(s.default.option[r],s.default.formatter);var o=document.getElementById(r);o&&o.children[0]&&(s.default.option[r].context=o.children[0].getContext("2d"),s.default.instance[r]&&s.default.option[r]&&!0===s.default.option[r].update?this.updataUChart():setTimeout((function(){s.default.option[r].context.restore(),s.default.option[r].context.save(),n.newUChart()}),100))}},newUChart:function(){var t=this.rid;s.default.instance[t]=new r.default(s.default.option[t]),s.default.instance[t].addEventListener("renderComplete",(function(){c[t].callMethod("emitMsg",{name:"complete",params:{type:"complete",complete:!0,id:t,opts:s.default.instance[t].opts}}),s.default.instance[t].delEventListener("renderComplete")})),s.default.instance[t].addEventListener("scrollLeft",(function(){c[t].callMethod("emitMsg",{name:"scrollLeft",params:{type:"scrollLeft",scrollLeft:!0,id:t,opts:s.default.instance[t].opts}})})),s.default.instance[t].addEventListener("scrollRight",(function(){c[t].callMethod("emitMsg",{name:"scrollRight",params:{type:"scrollRight",scrollRight:!0,id:t,opts:s.default.instance[t].opts}})}))},updataUChart:function(){var t=this.rid;s.default.instance[t].updateData(s.default.option[t])},tooltipDefault:function(t,e,i,a){if(e){var r=t.data;return"object"===(0,n.default)(t.data)&&(r=t.data.value),e+" "+t.name+":"+r}return t.properties&&t.properties.name?t.properties.name:t.name+":"+t.data},showTooltip:function(t,e){var i=this,a=s.default.option[e].tooltipCustom;if(a&&void 0!==a&&null!==a){var n=void 0;a.x>=0&&a.y>=0&&(n={x:a.x,y:a.y+10}),s.default.instance[e].showToolTip(t,{index:a.index,offset:n,textList:a.textList,formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})}else s.default.instance[e].showToolTip(t,{formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})},tap:function(t){var e=this.rid,i=s.default.option[e].ontap,a=s.default.option[e].tooltipShow,n=s.default.option[e].tapLegend;if(0!=i){var r,o,d=document.getElementById("UC"+e).getBoundingClientRect(),u={};u=t.detail.x?{x:t.detail.x-d.left,y:t.detail.y-d.top+l.top}:{x:t.clientX-d.left,y:t.clientY-d.top+l.top},t.changedTouches=[],t.changedTouches.unshift(u),r=s.default.instance[e].getCurrentDataIndex(t),o=s.default.instance[e].getLegendDataIndex(t),!0===n&&s.default.instance[e].touchLegend(t),1==a&&this.showTooltip(t,e),c[e].callMethod("emitMsg",{name:"getIndex",params:{type:"getIndex",event:u,currentIndex:r,legendIndex:o,id:e,opts:s.default.instance[e].opts}})}},touchStart:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&1==t.touches.length&&s.default.instance[e].scrollStart(t),c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"touchStart",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},touchMove:function(t){var e=this.rid,i=s.default.option[e].ontouch;if(0!=i){if(!0===s.default.option[e].enableScroll&&1==t.changedTouches.length&&s.default.instance[e].scroll(t),!0===s.default.option[e].ontap&&!1===s.default.option[e].enableScroll&&!0===s.default.option[e].onmovetip){var a=document.getElementById("UC"+e).getBoundingClientRect(),n={x:t.changedTouches[0].clientX-a.left,y:t.changedTouches[0].clientY-a.top+l.top};t.changedTouches.unshift(n),!0===s.default.option[e].tooltipShow&&this.showTooltip(t,e)}!0===i&&!0===s.default.option[e].enableScroll&&!0===s.default.option[e].onzoom&&2==t.changedTouches.length&&s.default.instance[e].dobuleZoom(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"touchMove",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}})}},touchEnd:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&0==t.touches.length&&s.default.instance[e].scrollEnd(t),c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"touchEnd",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},mouseDown:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollStart(t),s.default.option[e].mousedown=!0,c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"mouseDown",event:a,id:e,opts:s.default.instance[e].opts}})}},mouseMove:function(t){var e=this.rid,i=s.default.option[e].onmouse,a=s.default.option[e].tooltipShow;if(0!=i){var n,r=document.getElementById("UC"+e).getBoundingClientRect();n={x:t.clientX-r.left,y:t.clientY-r.top+l.top},t.changedTouches=[],t.changedTouches.unshift(n),s.default.option[e].mousedown?(s.default.instance[e].scroll(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"mouseMove",event:n,id:e,opts:s.default.instance[e].opts}})):s.default.instance[e]&&1==a&&this.showTooltip(t,e)}},mouseUp:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollEnd(t),s.default.option[e].mousedown=!1,c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"mouseUp",event:a,id:e,opts:s.default.instance[e].opts}})}}}};e.default=f},"793b":function(t,e,i){"use strict";i.r(e);var a=i("20f2"),n=i("69fe");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("25eb");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2516fd64",null,!1,a["a"],void 0);e["default"]=o.exports},"79dd":function(t,e,i){"use strict";var a=i("b454"),n=i.n(a);n.a},"7a12":function(t,e,i){"use strict";i.r(e);var a=i("acb7"),n=i("8d4c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("86a2");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"5d4e2bc0",null,!1,a["a"],void 0);e["default"]=o.exports},"7a70":function(t,e,i){"use strict";i.r(e);var a=i("703d"),n=i("6594");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("89c5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"337d679d",null,!1,a["a"],void 0);e["default"]=o.exports},"7af3":function(t,e,i){var a=i("7dbc");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("68c256ab",a,!0,{sourceMap:!1,shadowMode:!1})},"7b00":function(t,e,i){"use strict";var a=i("eb95"),n=i.n(a);n.a},"7b0b":function(t,e,i){"use strict";i.r(e);var a=i("40a0"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7b96":function(t,e,i){"use strict";i.r(e);var a=i("7438"),n=i("64ea");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("d093");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3a517a9d",null,!1,a["a"],void 0);e["default"]=o.exports},"7bb2":function(t,e,i){"use strict";i.r(e);var a=i("64af"),n=i("1ba9");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("3e14");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"0a07ecd0",null,!1,a["a"],void 0);e["default"]=o.exports},"7ca3":function(t,e,i){var a=i("d551");t.exports=function(t,e,i){return e=a(e),e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t},t.exports.__esModule=!0,t.exports["default"]=t.exports},"7cf8":function(t,e,i){"use strict";i.r(e);var a=i("08bb"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7cfd":function(t,e,i){var a=i("8aaf");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("67742c12",a,!0,{sourceMap:!1,shadowMode:!1})},"7d2a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{attrs:{_i:4}},[i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),t._v(t._$g(4,"t1-0"))],1),t._$g(6,"i")?i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]):t._e()],1),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{class:t._$g(8,"c"),attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(9,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-text",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:12}},[t._v("1,"+t._$g(12,"t0-0"))]),i("v-uni-text",{attrs:{_i:13}},[t._v("2,"+t._$g(13,"t0-0"))]),i("v-uni-text",{attrs:{_i:14}},[t._v("3,"+t._$g(14,"t0-0"))])],1)],1),t._$g(15,"i")?i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}}),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:20}},[t._v(t._$g(20,"t0-0")+t._$g(20,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v(t._$g(21,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(22,"a-placeholder"),_i:22},model:{value:t._$g(22,"v-model"),callback:function(e){t.$handleVModelEvent(22,e)},expression:"height"}}),t._v("cm")],1),t._$g(23,"i")?i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(24,"a-placeholder"),_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"head"}}),t._v("cm")],1):t._e(),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(25,"t0-0"))]),i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(26,"t0-0"))])],1)],1):t._e()],1)},n=[]},"7d60":function(t,e,i){"use strict";var a=i("e063"),n=i.n(a);n.a},"7dbc":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.f_banner{width:100%;height:400upx}.f_banner uni-swiper{height:400upx}.f_banner uni-image{width:100%;height:100%;background-size:100%}.tabbar{height:50px;display:flex;font-weight:700;font-size:16px;justify-content:space-between;margin:15px 10px}.tabbar .scroll-menu{width:100%;white-space:nowrap}.tabbar uni-view{display:inline-block;height:48px;line-height:48px;padding:0 10px}.tabbar uni-view uni-text{display:block;width:100%;text-align:center;margin-top:10px}.tabbar .active{color:#fff;border-radius:5px;background-color:#fea606}.list{width:100%;padding-bottom:50px}.newslist{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #f7f7f7}.newslist .left{width:calc(100% - 115px);height:60px;display:flex;flex-wrap:wrap;flex-flow:column;justify-content:space-between}.newslist .left .title{width:100%;font-size:30rpx;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:30px;font-weight:700}.newslist .right{width:105px;height:60px;border:1px solid #f7f7f7}.newslist .right uni-image{width:100%;height:100%}.newslist .time{width:100%;margin-top:5px;display:flex;justify-content:space-between}.newslist .time uni-icon{width:20px;display:block;margin-right:3px;margin-top:-5px;float:left}.newslist .time .icon-icon-test1{font-size:16px}.newslist .time uni-view{color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},"7dd5":function(t,e,i){"use strict";i.r(e);var a=i("4787"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7e96":function(t,e,i){"use strict";i.r(e);var a=i("0d2f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7eb9":function(t,e,i){var a=i("8a44");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6060601c",a,!0,{sourceMap:!1,shadowMode:!1})},"7f6c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-2516fd64]{min-height:calc(100vh - 30px);padding:15px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;background-color:#f7f7f7}.info[data-v-2516fd64]{width:100%}.logo[data-v-2516fd64]{width:100%;text-align:center;font-size:40rpx;line-height:35px}.logo uni-image[data-v-2516fd64]{width:140rpx;height:140rpx;border-radius:5px}.logo uni-text[data-v-2516fd64]{display:block;font-size:32rpx;color:#999}.list[data-v-2516fd64]{width:calc(100% - 20px);margin:50px 0}.list .item[data-v-2516fd64]{width:100%;height:50px;line-height:50px;margin-bottom:15px;display:flex;background-color:#fff;border-radius:10px;padding:0 10px;justify-content:space-between}.list .item .new[data-v-2516fd64]{color:#fff;background-color:red;font-size:32rpx;border-radius:10px;padding:3px 5px}.list .item .href[data-v-2516fd64]{display:flex;width:100%;color:#000;text-decoration:none;justify-content:space-between}.xieyi[data-v-2516fd64]{color:#37cc92}',""]),t.exports=e},"7f9b":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.cgreen[data-v-e97113dc]{color:#39d9c9}.tips[data-v-e97113dc]{display:flex;flex-direction:column;justify-content:space-between}.tips .top[data-v-e97113dc]{width:100%;display:flex;margin-top:20px;align-items:flex-start}.tips .top .left[data-v-e97113dc]{font-size:64rpx;margin-right:10px}.tips .top .right .text[data-v-e97113dc]{font-size:32rpx!important}.tips .top .right uni-text[data-v-e97113dc]{font-size:32rpx;display:block;width:100%;margin-bottom:5px}.tips .item[data-v-e97113dc]{background-color:#272a2a;border-radius:10px;margin-top:8px;color:#fff;height:35px;line-height:35px;display:flex}.tips .item uni-text[data-v-e97113dc]{flex-grow:0;display:inline-block}.tips .item .cgreen[data-v-e97113dc]{flex-grow:2;font-size:32rpx;text-align:center}.tips .item .level[data-v-e97113dc]{color:#516752}.tips .title[data-v-e97113dc]{font-size:32rpx;margin:20px}.tips .title uni-view[data-v-e97113dc]{width:100%;margin-top:40px;text-align:center}.tips .data[data-v-e97113dc]{margin-top:20px}.tips .data .text[data-v-e97113dc]{font-size:32rpx;color:#fff;line-height:20px}.tips .btn[data-v-e97113dc]{width:70%;color:#fff;padding:5px 15px;border-radius:15px;text-align:center;background:#37cc92;margin:15px auto;position:absolute;bottom:80px;left:calc(15% - 15px)}.tips .close[data-v-e97113dc]{background:#999;bottom:20px}.weight[data-v-e97113dc]{padding-top:30px}.weight .title[data-v-e97113dc]{width:80%;margin:auto;font-size:32rpx;text-align:center}.box1[data-v-e97113dc]{color:#fff;margin:50px 15px 15px;width:calc(100%- 30px)}.box1 .time[data-v-e97113dc]{width:60%;margin:auto;position:relative;text-align:center;border-radius:10px;background-color:#272a2a;height:30px;line-height:30px}.box1 .time[data-v-e97113dc]:after{content:"";position:absolute;left:45%;bottom:-7px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #272a2a}.box1 .item[data-v-e97113dc]{width:100%;font-size:28rpx;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative;margin-top:10px}.box1 .item .image[data-v-e97113dc]{width:80%}.box1 .item .image uni-image[data-v-e97113dc]{width:100%;margin-top:10px}.box1 .item .center[data-v-e97113dc]{top:0;bottom:-15px;position:absolute;width:55px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-e97113dc]{position:absolute;width:55px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-e97113dc]{width:55px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-e97113dc] :last-child{border-bottom:none}.box1 .item .ite[data-v-e97113dc]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:32rpx;color:#fff;z-index:99;border-bottom:1px solid #999}.val[data-v-e97113dc]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:28rpx}.val uni-text[data-v-e97113dc]{display:block;color:#39d9c9!important;font-size:64rpx;margin-bottom:10px}.content[data-v-e97113dc]{width:calc(100% - 30px);padding:0 15px;min-height:100vh;color:#5d5651;background-color:#000}',""]),t.exports=e},"7fd8":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-22037755]{width:200px!important;height:340px!important}',""]),t.exports=e},"7fea":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-62eb173a]{margin-right:20px}.icon[data-v-62eb173a]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-62eb173a]{height:2px;width:10px}',""]),t.exports=e},"801d":function(t,e,i){"use strict";var a=i("7382"),n=i.n(a);n.a},"811a":function(t,e,i){"use strict";i.r(e);var a=i("d541"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"81e2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{attrs:{placeholder:t._$g(6,"a-placeholder"),_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"phone"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{placeholder:t._$g(10,"a-placeholder"),_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(11,"sc"),attrs:{type:"none",disabled:t._$g(11,"a-disabled"),_i:11},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(11,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(11,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(12,"t0-0"))])],1)],1)},n=[]},"81f7":function(t,e,i){var a=i("6b23");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("b802b542",a,!0,{sourceMap:!1,shadowMode:!1})},"81fa":function(t,e,i){"use strict";var a=i("7af3"),n=i.n(a);n.a},"820b":function(t,e,i){"use strict";i.r(e);var a=i("c2bc"),n=i("de35");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a9df");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"53b68fae",null,!1,a["a"],void 0);e["default"]=o.exports},"820c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},"827b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading3",data:function(){return{wxsProps:{}}},components:{}}},"828b":function(t,e,i){"use strict";function a(t,e,i,a,n,r,s,o,c,l){var d,u="function"===typeof t?t.options:t;if(c){u.components||(u.components={});var f=Object.prototype.hasOwnProperty;for(var p in c)f.call(c,p)&&!f.call(u.components,p)&&(u.components[p]=c[p])}if(l&&("function"===typeof l.beforeCreate&&(l.beforeCreate=[l.beforeCreate]),(l.beforeCreate||(l.beforeCreate=[])).unshift((function(){this[l.__module]=this})),(u.mixins||(u.mixins=[])).push(l)),e&&(u.render=e,u.staticRenderFns=i,u._compiled=!0),a&&(u.functional=!0),r&&(u._scopeId="data-v-"+r),s?(d=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=d):n&&(d=o?function(){n.call(this,this.$root.$options.shadowRoot)}:n),d)if(u.functional){u._injectStyles=d;var g=u.render;u.render=function(t,e){return d.call(e),g(t,e)}}else{var v=u.beforeCreate;u.beforeCreate=v?[].concat(v,d):[d]}return{exports:t,options:u}}i.d(e,"a",(function(){return a}))},"83a5":function(t,e,i){var a=i("6aac");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("612332d1",a,!0,{sourceMap:!1,shadowMode:!1})},"83e6":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(5,"a-end"),fields:t._$g(5,"a-fields"),value:t._$g(5,"a-value"),_i:5},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0")),i("v-uni-icon",{staticClass:t._$g(7,"sc"),attrs:{_i:7}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(9,"a-end"),fields:t._$g(9,"a-fields"),value:t._$g(9,"a-value"),_i:9},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")),i("v-uni-icon",{staticClass:t._$g(11,"sc"),attrs:{_i:11}})],1)],1)],1)],1),t._$g(12,"i")?i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),class:t._$g("14-"+r,"c"),attrs:{_i:"14-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("14-"+r,"t0-0"))])})),1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._$g(16,"i")?i("uni-view",{attrs:{_i:16}},[i("qiunDataCharts",{attrs:{_i:17}})],1):t._e()],1)],1):i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-image",{attrs:{src:t._$g(20,"a-src"),_i:20}}),i("v-uni-text",{attrs:{_i:21}},[t._v(t._$g(21,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")),i("v-uni-text",{attrs:{_i:26}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v(t._$g(27,"t0-0")),i("uni-icons",{staticClass:t._$g(28,"sc"),attrs:{_i:28}})],1)],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v(t._$g(30,"t0-0")),i("v-uni-text",{attrs:{_i:31}},[t._v("kg")])],1),t._$g(32,"i")?i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]):i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v(t._$g(33,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0")),i("v-uni-text",{attrs:{_i:36}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0")),i("uni-icons",{staticClass:t._$g(38,"sc"),attrs:{_i:38}})],1)],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v(t._$g(40,"t0-0")),i("v-uni-text",{attrs:{_i:41}})],1),i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0"))])],1)],1)],1),i("firstweight",{attrs:{_i:43}})],1)],1)},r=[]},"83f8":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},"84bf":function(t,e,i){"use strict";i.r(e);var a=i("81e2"),n=i("9eed");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a8ea");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"8ee38fcc",null,!1,a["a"],void 0);e["default"]=o.exports},"85ae":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("f994")),r=a(i("e926")),s=a(i("ea80")),o={data:function(){return{wxsProps:{}}},components:{uslider:n.default,headerIndex:r.default,qiunDataCharts:s.default}};e.default=o},8616:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("title",[i("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:t._$g(5,"a-src"),_i:5}}):t._e(),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],{_i:3})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),class:t._$g(7,"c"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8}})],1):t._e()],1),i("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[i("uni-view",{ref:"collapse--hook",staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{id:t._$g(10,"a-id"),_i:10}},[t._t("default",null,{_i:11})],2)],1)],1)},r=[]},8668:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-text",{staticClass:t._$g(0,"sc"),class:t._$g(0,"c"),style:t._$g(0,"s"),attrs:{_i:0},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._t("default",null,{_i:1})],2)},n=[]},"86a2":function(t,e,i){"use strict";var a=i("bae7"),n=i.n(a);n.a},8734:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.info[data-v-87bd691e]{display:flex;flex-wrap:wrap;margin-left:15px;width:calc(100% - 70px)}.info uni-view[data-v-87bd691e]{width:100%}.info last-child[data-v-87bd691e]{margin-top:2px!important}.area[data-v-87bd691e]{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;border-radius:10px;justify-content:space-between;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.item[data-v-87bd691e]{line-height:80rpx;text-align:center}.visible[data-v-87bd691e]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.6)}.visible .groupBtn[data-v-87bd691e]{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view[data-v-87bd691e]{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure[data-v-87bd691e]{background-color:#37cc92;color:#fff!important}.visible .picker-view[data-v-87bd691e]{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.t-icon-qiehuan1[data-v-87bd691e]{width:25px;height:25px}',""]),t.exports=e},"89c5":function(t,e,i){"use strict";var a=i("d372"),n=i.n(a);n.a},"89c8":function(t,e,i){var a=i("78fe");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("234f7aa2",a,!0,{sourceMap:!1,shadowMode:!1})},"89d1":function(t,e,i){var a=i("7357");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5e25791e",a,!0,{sourceMap:!1,shadowMode:!1})},"8a1e":function(t,e,i){var a=i("a3b8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("41429505",a,!0,{sourceMap:!1,shadowMode:!1})},"8a44":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'.chartsview[data-v-06f9c5d4]{width:100%;height:100%;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.charts-font[data-v-06f9c5d4]{font-size:14px;color:#ccc;margin-top:10px}.charts-error[data-v-06f9c5d4]{width:128px;height:128px;background:url("data:image/png;base64,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");background-position:50%}',""]),t.exports=e},"8aaf":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-4e1c1bfa]{width:30px;height:30px;position:relative}.container.loading3[data-v-4e1c1bfa]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading3 .shape1[data-v-4e1c1bfa]{border-top-left-radius:10px}.container.loading3 .shape2[data-v-4e1c1bfa]{border-top-right-radius:10px}.container.loading3 .shape3[data-v-4e1c1bfa]{border-bottom-left-radius:10px}.container.loading3 .shape4[data-v-4e1c1bfa]{border-bottom-right-radius:10px}.container .shape[data-v-4e1c1bfa]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-4e1c1bfa]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-4e1c1bfa]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-4e1c1bfa]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-4e1c1bfa]{bottom:0;right:0;background-color:#e66}.loading3 .shape1[data-v-4e1c1bfa]{-webkit-animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}@keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}.loading3 .shape2[data-v-4e1c1bfa]{-webkit-animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}@keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}.loading3 .shape3[data-v-4e1c1bfa]{-webkit-animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}@keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}.loading3 .shape4[data-v-4e1c1bfa]{-webkit-animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}@keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}",""]),t.exports=e},"8b77":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"8d4c":function(t,e,i){"use strict";i.r(e);var a=i("e5fb"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8da5":function(t,e,i){"use strict";var a=i("3882"),n=i.n(a);n.a},"8e25":function(t,e,i){"use strict";i.r(e);var a=i("1ae4"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8e9e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniSwipeAction:i("680d").default,uniSwipeActionItem:i("f40c").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+\u65b0\u589e\u8bb0\u4e8b")]):t._e(),t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r}},[i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))]),i("uni-swipe-action",{attrs:{_i:"5-"+r}},[i("uni-swipe-action-item",{attrs:{_i:"6-"+r}},[i("uni-view",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[i("v-uni-icon",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}}),i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v("\u8bb0\u4e8b\u5185\u5bb9\uff1a")]),i("v-uni-text",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))])],1)],1)],1)],1)],1)})),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-image",{attrs:{src:t._$g(15,"a-src"),_i:15}}),i("v-uni-text",{attrs:{_i:16}},[t._v("\u6682\u65e0\u6570\u636e\uff01")])],1):t._e()],1)},r=[]},"8f2f":function(t,e,i){"use strict";var a=i("6b53"),n=i.n(a);n.a},"8f3d":function(t,e,i){"use strict";i.r(e);var a=i("177a"),n=i("69a8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"454c5b1a",null,!1,a["a"],void 0);e["default"]=o.exports},"8f76":function(t,e,i){var a=i("65b2");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5a6bd7e9",a,!0,{sourceMap:!1,shadowMode:!1})},9137:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}},[this._v(this._$g(2,"t0-0"))])],1)},n=[]},"920e":function(t,e,i){"use strict";var a=i("28be"),n=i.n(a);n.a},"946e":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.edit[data-v-09fa18c3]{width:75%;padding:15px}.edit .editem[data-v-09fa18c3]{padding:0!important;background:#fff!important}.edit .editem .right[data-v-09fa18c3]{width:72%!important}.edit .editem[data-v-09fa18c3] uni-slider{width:100%;padding:0!important;margin:0!important}.btn[data-v-09fa18c3]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-09fa18c3]{top:20%}.close[data-v-09fa18c3]{background:#dfdfdf!important;float:left}',""]),t.exports=e},"953f":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},9593:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"96f6":function(t,e,i){"use strict";i.r(e);var a=i("5ca1"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},9724:function(t,e,i){"use strict";i.r(e);var a=i("b137"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"973f":function(t,e,i){"use strict";i.r(e);var a=i("827b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"986d":function(t,e,i){"use strict";var a=i("2b277"),n=i.n(a);n.a},"98fd":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("3-"+r,"a-src"),_i:"3-"+r}}),i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1)},n=[]},9915:function(t,e,i){"use strict";i.r(e);var a=i("9ca8"),n=i("fda1");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e6f7");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"59682479",null,!1,a["a"],void 0);e["default"]=o.exports},"99ea":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("b182")),r={data:function(){return{wxsProps:{}}},components:{RenCalendar:n.default}};e.default=r},"9be0":function(t,e,i){"use strict";i.r(e);var a=i("8e9e"),n=i("71e6");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2894");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"f6e33386",null,!1,a["a"],void 0);e["default"]=o.exports},"9be2":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"9c22":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{staticClass:t._$g(6,"sc"),attrs:{placeholder:t._$g(6,"a-placeholder"),_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"password"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{placeholder:t._$g(10,"a-placeholder"),_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"password2"}})],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(11,"t0-0"))])],1)],1)},n=[]},"9ca8":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v(t._$g(1,"t0-0"))]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0")+"\n\t\t"+t._$g(3,"t0-1")+t._$g(3,"t0-2")+"\uff1a")]),i("uni-view",{attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-scroll-view",{staticClass:t._$g(5,"sc"),attrs:{"scroll-y":!0,"scroll-with-animation":!0,_i:5}},t._l(t._$g(6,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"7-"+r}},[i("v-uni-text",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1),i("uni-view",{attrs:{_i:"9-"+r}},[t._v("mac\u5730\u5740"+t._$g("9-"+r,"t0-0")+":"+t._$g("9-"+r,"t0-1"))])],1)})),1):t._e()],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-icon",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),t._v(t._$g(11,"t1-0"))],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-text",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("1\u3001"+t._$g(14,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("2\u3001"+t._$g(15,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("3\u3001"+t._$g(16,"t0-0"))])],1)],1)],1)},n=[]},"9cd8":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},n=[]},"9e42":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},"9eed":function(t,e,i){"use strict";i.r(e);var a=i("0612"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"9f3f":function(t,e,i){"use strict";var a=i("b4a9"),n=i.n(a);n.a},a104:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a14c:function(t,e,i){var a=i("f6fb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f4515f18",a,!0,{sourceMap:!1,shadowMode:!1})},a17c:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},a1e9:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},a3b5:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("ea80").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v(t._$g(1,"t0-0"))]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u672c\u6b21\u4f30\u5206\u6210\u7ee9\u4e3a")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u8be5\u5730\u533a\u4f53\u80b2\u603b\u6210\u7ee9\u4e3a:"+t._$g(7,"t0-0")+"\u5206")]):t._e()],1),t._l(t._$g(8,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"8-"+r}},[i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},t._l(t._$g("11-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("11-"+r+"-"+s,"sc"),attrs:{_i:"11-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("12-"+r+"-"+s,"sc"),attrs:{_i:"12-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("13-"+r+"-"+s,"sc"),attrs:{_i:"13-"+r+"-"+s}},[t._v(t._$g("13-"+r+"-"+s,"t0-0"))])],1),t._l(t._$g("14-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("14-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("14-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"14-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("15-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"15-"+r+"-"+s+"-"+o}},[t._v(t._$g("15-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("16-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"16-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("17-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"17-"+r+"-"+s+"-"+o}},[t._v(t._$g("17-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("18-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"18-"+r+"-"+s+"-"+o}},[t._v(t._$g("18-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("19-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"19-"+r+"-"+s+"-"+o}},[t._v(t._$g("19-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()}))],2)})),1)],1)}))],2)},r=[]},a3b8:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse[data-v-1de8c812]{width:100%;display:flex;flex-direction:column;background-color:#fff}',""]),t.exports=e},a42e:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-fe0925d0]{width:30px;height:30px;position:relative}.container.loading1[data-v-fe0925d0]{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.container .shape[data-v-fe0925d0]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-fe0925d0]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-fe0925d0]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-fe0925d0]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-fe0925d0]{bottom:0;right:0;background-color:#e66}.loading1 .shape1[data-v-fe0925d0]{-webkit-animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}@keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}.loading1 .shape2[data-v-fe0925d0]{-webkit-animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}@keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}.loading1 .shape3[data-v-fe0925d0]{-webkit-animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}@keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}.loading1 .shape4[data-v-fe0925d0]{-webkit-animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}@keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}",""]),t.exports=e},a487:function(t,e,i){"use strict";i.r(e);var a=i("0d4d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a681:function(t,e,i){"use strict";i.r(e);var a=i("acc6"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a721:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:3}})],1),i("uni-view",{attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:6}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},t._l(t._$g(8,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])})),1),i("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),style:t._$g(10,"s"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[i("uni-view",{staticClass:t._$g("12-"+r,"sc"),class:t._$g("12-"+r,"c"),attrs:{_i:"12-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("12-"+r,"t0-0"))]),t._$g("13-"+r,"i")?i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}}):t._e()],1)})),1)],1),t._$g(14,"i")?i("v-uni-image",{staticClass:t._$g(14,"sc"),class:t._$g(14,"c"),attrs:{src:"https://i.loli.net/2020/07/16/2MmZsucVTlRjSwK.png",mode:"scaleToFill",_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)},r=[]},a72b:function(t,e,i){"use strict";i.r(e);var a=i("5e17"),n=i("2a95");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("8f2f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"cb830cca",null,!1,a["a"],void 0);e["default"]=o.exports},a802:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("4a2e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},a841:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):t._e(),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._l(t._$g(7,"f"),(function(e,a,n,r){return t._$g("7-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("8-"+r,"i")?i("v-uni-image",{staticClass:t._$g("8-"+r,"sc"),attrs:{src:t._$g("8-"+r,"a-src"),_i:"8-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0")+t._$g("15-"+r,"t0-1"))])],1)],1)],1):t._e()})),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+")])],2)],1)],1):t._e()},n=[]},a8b9:function(t,e,i){"use strict";var a=i("a14c"),n=i.n(a);n.a},a8ea:function(t,e,i){"use strict";var a=i("40f2"),n=i.n(a);n.a},a9df:function(t,e,i){"use strict";var a=i("72ff"),n=i.n(a);n.a},aab7:function(t,e,i){"use strict";i.r(e);var a=i("de44"),n=i("d2c1");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("7298");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"336e47b2",null,!1,a["a"],void 0);e["default"]=o.exports},ab2e:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading2",data:function(){return{wxsProps:{}}},components:{}}},ac93:function(t,e,i){"use strict";t.exports=function(t,e){e||(e={}),t=t&&t.__esModule?t.default:t;let i=!1;if("string"!==typeof t){if(!t.protocol||"file:"!==t.protocol||!t.pathname)return t;i=!0,t=t.pathname}return/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):i?t:0===t.indexOf("/")?t.substr(1):t}},acb7:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}}),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))])],1),i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-icons",{attrs:{_i:12}})],1)],1)],1),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-icons",{attrs:{_i:18}})],1)],1)],1):t._e(),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-icons",{attrs:{_i:24}})],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-icons",{attrs:{_i:30}})],1)],1)],1),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v(t._$g(33,"t0-0"))]),i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(34,"a-range"),value:t._$g(34,"a-value"),"range-key":"value",_i:34},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(36,"sc"),attrs:{_i:36}})],1)],1)],1),t._l(t._$g(37,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("uni-view",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[i("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[t._v(t._$g("40-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[i("uni-icons",{attrs:{_i:"42-"+r}})],1)],1)],1)}))],2),t._$g(43,"i")?i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(43,"t0-0"))]):t._e()],1)},r=[]},acc6:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},ad45:function(t,e,i){"use strict";i.r(e);var a=i("30a8"),n=i("e046");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2488");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"676db0c4",null,!1,a["a"],void 0);e["default"]=o.exports},ad88:function(t,e,i){"use strict";i.r(e);var a=i("ab2e"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},ae4c:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-20252d98]{width:200px!important;height:340px!important}',""]),t.exports=e},aed5:function(t,e,i){"use strict";var a=i("fbb2"),n=i.n(a);n.a},af58:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},affb:function(t,e,i){"use strict";i.r(e);var a=i("d9a3"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b108:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-6e5d9c90]{width:30px;height:30px;position:relative}.container.loading6[data-v-6e5d9c90]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading6 .shape[data-v-6e5d9c90]{width:12px;height:12px;border-radius:2px}.container .shape[data-v-6e5d9c90]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-6e5d9c90]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-6e5d9c90]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-6e5d9c90]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-6e5d9c90]{bottom:0;right:0;background-color:#e66}.loading6 .shape1[data-v-6e5d9c90]{-webkit-animation:animation6shape1-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape1-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape1-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(18px);transform:translateY(18px)}50%{-webkit-transform:translate(18px,18px);transform:translate(18px,18px)}75%{-webkit-transform:translate(18px);transform:translate(18px)}}@keyframes animation6shape1-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(18px);transform:translateY(18px)}50%{-webkit-transform:translate(18px,18px);transform:translate(18px,18px)}75%{-webkit-transform:translate(18px);transform:translate(18px)}}.loading6 .shape2[data-v-6e5d9c90]{-webkit-animation:animation6shape2-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape2-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape2-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-18px);transform:translate(-18px)}50%{-webkit-transform:translate(-18px,18px);transform:translate(-18px,18px)}75%{-webkit-transform:translateY(18px);transform:translateY(18px)}}@keyframes animation6shape2-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-18px);transform:translate(-18px)}50%{-webkit-transform:translate(-18px,18px);transform:translate(-18px,18px)}75%{-webkit-transform:translateY(18px);transform:translateY(18px)}}.loading6 .shape3[data-v-6e5d9c90]{-webkit-animation:animation6shape3-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape3-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape3-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(18px);transform:translate(18px)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}}@keyframes animation6shape3-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(18px);transform:translate(18px)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}}.loading6 .shape4[data-v-6e5d9c90]{-webkit-animation:animation6shape4-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape4-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape4-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}50%{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}75%{-webkit-transform:translate(-18px);transform:translate(-18px)}}@keyframes animation6shape4-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}50%{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}75%{-webkit-transform:translate(-18px);transform:translate(-18px)}}",""]),t.exports=e},b137:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("e926")),r={data:function(){return{wxsProps:{}}},components:{headerIndex:n.default}};e.default=r},b138:function(t,e,i){"use strict";i.r(e);var a=i("7835"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b182:function(t,e,i){"use strict";i.r(e);var a=i("a721"),n=i("cb15");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e094");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"29f8da3a",null,!1,a["a"],void 0);e["default"]=o.exports},b1e6:function(t,e,i){"use strict";i.r(e);var a=i("1ed9"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b283:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-swiper",{staticClass:t._$g(2,"sc"),attrs:{"indicator-dots":"true",autoplay:"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("4-"+r,"a-src"),mode:"aspectFill",_i:"4-"+r}})],1)})),1)],1):t._e(),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-scroll-view",{staticClass:t._$g(6,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:6}},t._l(t._$g(7,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("7-"+r,"c"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("7-"+r,"t0-0"))])})),1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},t._l(t._$g(9,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[i("v-uni-image",{attrs:{src:t._$g("13-"+r,"a-src"),mode:"aspectFill",_i:"13-"+r}})],1),i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-icon",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}}),t._v(t._$g("15-"+r,"t1-0")+t._$g("15-"+r,"t1-1"))],1),i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-icon",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}}),t._v(t._$g("17-"+r,"t1-0"))],1)],1)],1)})),1)],1)},n=[]},b28e:function(t,e,i){var a=i("e8b6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("b7a767aa",a,!0,{sourceMap:!1,shadowMode:!1})},b29a:function(t,e,i){"use strict";var a=i("e45f"),n=i.n(a);n.a},b384:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):i("v-uni-icon",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1)],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v(t._$g(7,"t0-0"))]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-input",{attrs:{name:"name",type:"text",placeholder:t._$g(9,"a-placeholder"),_i:9},model:{value:t._$g(9,"v-model"),callback:function(e){t.$handleVModelEvent(9,e)},expression:"memInfo.nickname"}}),t._$g(10,"i")?i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-icons",{attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(14,"t1-0"))],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[i("uni-icons",{attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(16,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-input",{staticClass:t._$g(21,"sc"),attrs:{name:"name",type:"digit",placeholder:t._$g(21,"a-placeholder"),_i:21},model:{value:t._$g(21,"v-model"),callback:function(e){t.$handleVModelEvent(21,e)},expression:"memInfo.height"}}),t._v("CM"),t._$g(22,"i")?i("uni-icons",{attrs:{_i:22},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v(t._$g(24,"t0-0"))]),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("v-uni-input",{staticClass:t._$g(26,"sc"),attrs:{name:"name",type:"digit",placeholder:t._$g(26,"a-placeholder"),_i:26},model:{value:t._$g(26,"v-model"),callback:function(e){t.$handleVModelEvent(26,e)},expression:"memInfo.weight"}}),t._v("KG"),t._$g(27,"i")?i("uni-icons",{attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))]),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(31,"a-end"),value:t._$g(31,"a-value"),fields:t._$g(31,"a-fields"),_i:31},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(33,"sc"),attrs:{_i:33}})],1)],1)],1),t._$g(34,"i")?i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("\u573a\u666f\u9009\u62e9")]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-icons",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u6d4b\u6a21\u5f0f")],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-icons",{attrs:{_i:40},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u8102\u6a21\u5f0f")],1)],1)],1):t._e(),t._$g(41,"i")?i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u8eab\u4efd\u4fe1\u606f")]),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(44,"a-range"),value:t._$g(44,"a-value"),"range-key":"name",_i:44},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v(t._$g(45,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(46,"sc"),attrs:{_i:46}})],1)],1)],1):t._e(),t._$g(47,"i")?i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[t._v("\u6240\u5c5e\u5730\u533a")]),i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[t._v(t._$g(50,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(51,"sc"),attrs:{_i:51}})],1)],1):t._e(),t._$g(52,"i")?i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[t._v("\u6240\u5728\u5e74\u7ea7")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(55,"a-range"),value:t._$g(55,"a-value"),"range-key":"name",_i:55},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v(t._$g(56,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(57,"sc"),attrs:{_i:57}})],1)],1)],1):t._e()],1),i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(58,"t0-0"))]),t._$g(59,"i")?i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61}},[i("uni-view",{attrs:{_i:62},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(63,"sc"),attrs:{_i:63},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1),i("v-uni-picker-view",{staticClass:t._$g(64,"sc"),attrs:{value:t._$g(64,"a-value"),"indicator-style":t._$g(64,"a-indicator-style"),_i:64},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:65}},t._l(t._$g(66,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[t._v(t._$g("66-"+r,"t0-0"))])})),1),i("v-uni-picker-view-column",{attrs:{_i:67}},t._l(t._$g(68,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("68-"+r,"sc"),attrs:{_i:"68-"+r}},[t._v(t._$g("68-"+r,"t0-0"))])})),1)],1)],1)],1):t._e()],1)},r=[]},b3b0:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}})],1),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._$g(7,"i")?i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0"))]):i("v-uni-input",{attrs:{type:"text",_i:8},on:{blur:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(8,"v-model"),callback:function(e){t.$handleVModelEvent(8,e)},expression:"nickname"}}),i("uni-icons",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-text",{attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))]),i("uni-icons",{attrs:{_i:14}})],1)],1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))]),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-text",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("uni-icons",{attrs:{_i:19}})],1)],1),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v(t._$g(21,"t0-0"))]),i("uni-icons",{attrs:{_i:22}})],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(23,"t0-0"))])],1)},r=[]},b454:function(t,e,i){var a=i("8734");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5c05572a",a,!0,{sourceMap:!1,shadowMode:!1})},b483:function(t,e,i){"use strict";i.r(e);var a=i("c412"),n=i("9724");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("19c1");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"8073ae00",null,!1,a["a"],void 0);e["default"]=o.exports},b49c:function(t,e,i){"use strict";function a(t,e){for(var i=[],a={},n=0;ni.parts.length&&(a.parts.length=i.parts.length)}else{var s=[];for(n=0;n1?e-1:0),a=1;at.end.x||e.end.xt.start.y||e.start.y1&&(n.extra.mount.widthRatio>2&&(n.extra.mount.widthRatio=2),s+=(n.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",n.xAxis.scrollPosition="left"):Math.abs(e)>=s-r?(o=r-s,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",n.xAxis.scrollPosition="right"):(t.scrollOption.position=e,n.xAxis.scrollPosition=e),o}function f(t,e,i){function a(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=a(t),e=a(e),i=a(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function a(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var n=.2,r=.2,s=null,o=null,c=null,l=null;if(e<1?(s=t[0].x+(t[1].x-t[0].x)*n,o=t[0].y+(t[1].y-t[0].y)*n):(s=t[e].x+(t[e+1].x-t[e-1].x)*n,o=t[e].y+(t[e+1].y-t[e-1].y)*n),e>t.length-3){var d=t.length-1;c=t[d].x-(t[d].x-t[d-1].x)*r,l=t[d].y-(t[d].y-t[d-1].y)*r}else c=t[e+1].x-(t[e+2].x-t[e].x)*r,l=t[e+1].y-(t[e+2].y-t[e].y)*r;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),a(t,e+1)&&(c=t[e+1].x),a(t,e)&&(s=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(s>=Math.max(t[e].x,t[e+1].x)||s<=Math.min(t[e].x,t[e+1].x))&&(s=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:s,y:o},ctrB:{x:c,y:l}}}function g(t,e,i){return{x:i.x+t,y:i.y-e}}function v(t,e){if(e)while(c.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function h(t,e,i){for(var a=0,n=0;n=1e4?1e3:a>=1e3?100:a>=100?10:a>=10?5:a>=1?1:a>=.1?.1:a>=.01?.01:a>=.001?.001:a>=1e-4?1e-4:a>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var a=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var n=0;n-1;if(r)for(var s=A(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},s=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(a.length>0){for(var c=[],l=0;l0&&(a=n[i]),{text:r.formatter?r.formatter(t,a,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:u,offset:f}}function M(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},r=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,s=t.map((function(t){return{text:n.formatter?n.formatter(t,a[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));s=s.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(r),y:0};return{textList:s,offset:o}}function E(t,e,i,a,n,r){var s=i.chartData.calPoints,o=r.color.upFill,c=r.color.downFill,l=[o,o,c,o],d=[];e.map((function(e){0==a?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[a-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function P(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function T(t,e){var i=[],a=[];return t.forEach((function(t,n){e.connectNulls?null!==t&&a.push(t):null!==t?a.push(t):(a.length&&i.push(a),a=[])})),a.length&&i.push(a),i}function F(t,e,i,a,n){var r={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},s=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var a=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(a),s,n)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){r.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(r.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;n="stack"==a?m(t,e.categories.length):w(t);var o=[];n=n.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),n.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),s>-1?("number"===typeof e.xAxis.data[s].min&&(c=Math.min(e.xAxis.data[s].min,c)),"number"===typeof e.xAxis.data[s].max&&(l=Math.max(e.xAxis.data[s].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var d=l||10;l+=d}for(var u=c,f=l,p=[],g=(f-u)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)p.push(u+g*v);return p}(t,e,i,n.type),s.rangesFormat=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));var l=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));s=Object.assign(s,N(l,e,i));s.eachSpacing,l.map((function(t){return b(t,e.xAxis.fontSize*e.pix,a)}));return!0===e.xAxis.disabled&&(s.xAxisHeight=0),s}function O(t,e,i,a,n){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,s=n.extra.radar||{};s.max=s.max||0;for(var o=Math.max(s.max,Math.max.apply(null,w(a))),c=[],l=function(n){var s=a[n],l={};l.color=s.color,l.legendShape=s.legendShape,l.pointShape=s.pointShape,l.data=[],s.data.forEach((function(a,n){var s={};s.angle=t[n],s.proportion=a/o,s.value=a,s.position=g(i*s.proportion*r*Math.cos(s.angle),i*s.proportion*r*Math.sin(s.angle),e),l.data.push(s)})),c.push(l)},d=0;d2&&void 0!==arguments[2]?arguments[2]:1,a=0,n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0,s=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function I(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function H(t,e,i){var a;a=i=2&&(t[r]._endAngle_=t[r]._endAngle_%2),n=t[r]._endAngle_;return t}function W(t,e,i){for(var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,n=0;n=i.oldData?r._proportion_=(r._endAngle_-r._oldAngle_)*a+i.oldAngle:r._proportion_=r._oldAngle_-(r._oldAngle_-r._endAngle_)*a,r._proportion_>=2&&(r._proportion_=r._proportion_%2)}return t}function R(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return"mix"==r.type?(n=r.extra.mix.column.seriesGap*r.pix||0,s=r.extra.mix.column.categoryGap*r.pix||0):(n=r.extra.column.seriesGap*r.pix||0,s=r.extra.column.categoryGap*r.pix||0),n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.mix&&r.extra.mix.column.width&&+r.extra.mix.column.width>0&&(t.width=Math.min(t.width,+r.extra.mix.column.width*r.pix)),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t.x+=(a+.5-i/2)*(t.width+n),t}))}function q(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return n=r.extra.bar.seriesGap*r.pix||0,s=r.extra.bar.categoryGap*r.pix||0,n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t.y+=(a+.5-i/2)*(t.width+n),t}))}function G(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),a>0&&(t.width-=s),t)}))}function Y(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function U(t,e,i,a,n,r,s){var o=r.extra.bar.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function N(t,e,i){var a=e.width-e.area[1]-e.area[3],n=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&n>1&&"justify"==e.xAxis.boundaryGap&&(n-=1);var r=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),r=e.extra.mount.widthRatio-1,n+=r);var s=a/n,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+r/2*s+e*s)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+r*s+t.length*s):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:s}}function X(t,e,i,a,n,r,s){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=r.height-r.area[0]-r.area[2];return t.forEach((function(t,s){if(null===t)c.push(null);else{var d=[];t.forEach((function(t,c){var u={};u.x=a[s]+Math.round(n/2);var f=t.value||t,p=l*(f-e)/(i-e);p*=o,u.y=r.height-Math.round(p)-r.area[2],d.push(u)})),c.push(d)}})),c}function J(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=s.type&&"area"!=s.type&&"scatter"!=s.type&&"bubble"!=s.type||(l=s.xAxis.boundaryGap);var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};p.color=t.color,p.x=a[o];var g,v,h,x=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)g=[].concat(s.chartData.xAxisData.ranges),v=g.shift(),h=g.pop(),x=t[1],p.x=s.area[3]+f*(t[0]-v)/(h-v),"bubble"==s.type&&(p.r=t[2],p.t=t[3]);else x=t.value;"center"==l&&(p.x+=n/2);var _=u*(x-e)/(i-e);_*=c,p.y=s.height-_-s.area[2],d.push(p)}})),d}function Q(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=s.xAxis.boundaryGap,u=[],f=s.height-s.area[0]-s.area[2],p=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var g={};if(g.color=t.color,"vertical"==c.animation){g.x=a[o];var v,h,x,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(s.chartData.xAxisData.ranges),h=v.shift(),x=v.pop(),_=t[1],g.x=s.area[3]+p*(t[0]-h)/(x-h);else _=t.value;"center"==d&&(g.x+=n/2);var b=f*(_-e)/(i-e);b*=l,g.y=s.height-b-s.area[2],u.push(g)}else{g.x=a[0]+n*o*l;_=t;"center"==d&&(g.x+=n/2);b=f*(_-e)/(i-e);g.y=s.height-b-s.area[2],u.push(g)}}})),u}function Z(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var c={};c.color=t.color,c.x=a[o];var p,g,v,h=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(s.chartData.xAxisData.ranges),g=p.shift(),v=p.pop(),h=t[1],c.x=s.area[3]+f*(t[0]-g)/(v-g);else h=t.value;c.x+=n/2;var x=u*(h*l-e)/(i-e);c.y=s.height-x-s.area[2],d.push(c)}})),d}function K(t,e,i,a,n,r,s,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],d=r.height-r.area[0]-r.area[2],u=(r.width,r.area[1],r.area[3],n*s.widthRatio);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=a[s],o.x+=n/2;var f=t.data,p=d*(f*c-e)/(i-e);o.y=r.height-p-r.area[2],o.value=f,o.width=u,l.push(o)}})),l}function tt(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],d=(s.height,s.area[0],s.area[2],s.width-s.area[1]-s.area[3]);return t.forEach((function(t,n){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=a[n];var u=t;"object"===(0,r.default)(t)&&null!==t&&(u=t.value);var f=d*(u-e)/(i-e);f*=c,o.height=f,o.value=u,o.x=f+s.area[3],l.push(o)}})),l}function et(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.height-s.area[0]-s.area[2];return t.forEach((function(t,o){if(null===t)u.push(null);else{var p={};if(p.color=t.color,p.x=a[o]+Math.round(n/2),c>0){for(var g=0,v=0;v<=c;v++)g+=l[v].data[o];var h=g-t,x=f*(g-e)/(i-e),_=f*(h-e)/(i-e)}else{g=t;"object"===(0,r.default)(t)&&null!==t&&(g=t.value);x=f*(g-e)/(i-e),_=0}var b=_;x*=d,b*=d,p.y=s.height-Math.round(x)-s.area[2],p.y0=s.height-Math.round(b)-s.area[2],u.push(p)}})),u}function it(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,n){if(null===t)u.push(null);else{var o={};if(o.color=t.color,o.y=a[n],c>0){for(var p=0,g=0;g<=c;g++)p+=l[g].data[n];var v=p-t,h=f*(p-e)/(i-e),x=f*(v-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);h=f*(p-e)/(i-e),x=0}var _=x;h*=d,_*=d,o.height=h-_,o.x=s.area[3]+h,o.x0=s.area[3]+_,u.push(o)}})),u}function at(t,e,i,a,n){var s;s="stack"==a?m(t,e.categories.length):w(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=n.min||0,l=n.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var d=_(c,l),u=void 0===n.min||null===n.min?d.minRange:n.min,f=void 0===n.max||null===n.max?d.maxRange:n.max,p=(f-u)/e.yAxis.splitNumber,g=[],v=0;v<=e.yAxis.splitNumber;v++)g.push(u+p*v);return g.reverse()}function nt(t,e,i,a){var n=o({},{type:""},e.extra.column),r=e.yAxis.data.length,s=new Array(r);if(r>0){for(var l=0;l0&&0==n.tooltip.group.includes(s))){var o="number"===typeof n.tooltip.index?n.tooltip.index:n.tooltip.index[n.tooltip.group.indexOf(s)];if(a.beginPath(),"hollow"==r.activeType?(a.setStrokeStyle(e),a.setFillStyle(n.background),a.setLineWidth(2*n.pix)):(a.setStrokeStyle("#ffffff"),a.setFillStyle(e),a.setLineWidth(1*n.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x+2.5*n.pix,t.y),a.arc(t.x,t.y,3*n.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;a.closePath(),a.fill(),a.stroke()}}function ct(t,e,i,a){var n=t.title.fontSize||e.titleFontSize,r=t.subtitle.fontSize||e.subtitleFontSize,s=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,d=s?n:0,u=o?r:0;if(o){var f=b(o,r*t.pix,i),p=a.x-f/2+(t.subtitle.offsetX||0)*t.pix,g=a.y+r*t.pix/2+(t.subtitle.offsetY||0)*t.pix;s&&(g+=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(r*t.pix),i.setFillStyle(l),i.fillText(o,p,g),i.closePath(),i.stroke()}if(s){var v=b(s,n*t.pix,i),h=a.x-v/2+(t.title.offsetX||0),x=a.y+n*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(x-=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(n*t.pix),i.setFillStyle(c),i.fillText(s,h,x),i.closePath(),i.stroke()}}function lt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){a.beginPath();var l=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(l),a.setFillStyle(e.textColor||n.fontColor);var d=s[c];"object"===(0,r.default)(s[c])&&null!==s[c]&&(d=s[c].constructor.toString().indexOf("Array")>-1?s[c][1]:s[c].value);var u=e.formatter?e.formatter(d,c,e,n):d;a.setTextAlign("center"),a.fillText(String(u),t.x,t.y-4+o*n.pix),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function dt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0,c=n.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){a.beginPath();var d=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(d),a.setFillStyle(e.textColor||n.fontColor);var u=s[l];"object"===(0,r.default)(s[l])&&null!==s[l]&&(u=s[l].constructor.toString().indexOf("Array")>-1?s[l][1]:s[l].value);var f=e.formatter?e.formatter(u,l,e,n):u;a.setTextAlign("center");var p=t.y-4*n.pix+o*n.pix;t.y>e.zeroPoints&&(p=t.y+o*n.pix+d),"insideTop"==c&&(p=t.y+d+o*n.pix,t.y>e.zeroPoints&&(p=t.y-o*n.pix-4*n.pix)),"center"==c&&(p=t.y+o*n.pix+(n.height-n.area[2]-t.y+d)/2,e.zeroPointse.zeroPoints&&(p=t.y-o*n.pix-(t.y-e.zeroPoints-d)/2),"stack"==n.extra.column.type&&(p=t.y+o*n.pix+(t.y0-t.y+d)/2)),"bottom"==c&&(p=n.height-n.area[2]+o*n.pix-4*n.pix,e.zeroPointse.zeroPoints&&(p=e.zeroPoints-o*n.pix+d+2*n.pix),"stack"==n.extra.column.type&&(p=t.y0+o*n.pix-4*n.pix)),a.fillText(String(f),t.x,p),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ut(t,e,i,a,n,r){e.data;var s=e.textOffset?e.textOffset:0;n.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e[o].textSize?e[o].textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e[o].textColor||n.fontColor);var l=t.value,d=e[o].formatter?e[o].formatter(l,o,e,n):l;a.setTextAlign("center");var u=t.y-4*n.pix+s*n.pix;t.y>r&&(u=t.y+s*n.pix+c),a.fillText(String(d),t.x,u),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ft(t,e,i,a,n){var s=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e.textColor||n.fontColor);var l=s[o];"object"===(0,r.default)(s[o])&&null!==s[o]&&(l=s[o].value);var d=e.formatter?e.formatter(l,o,e,n):l;a.setTextAlign("left"),a.fillText(String(d),t.x+4*n.pix,t.y+c/2-3),a.closePath(),a.stroke()}}))}function pt(t,e,i,a,n,r){var s;e-=t.width/2+t.labelOffset*a.pix,e=e<10?10:e,s=t.endAngle=2&&(d%=2),u+=l}}function gt(t,e,i,a,n,r){var s=a.extra.radar||{};t.forEach((function(t,o){if(!0===s.labelPointShow&&""!==a.categories[o]){var l={x:e*Math.cos(t),y:e*Math.sin(t)},d=g(l.x,l.y,i);r.setFillStyle(s.labelPointColor),r.beginPath(),r.arc(d.x,d.y,s.labelPointRadius*a.pix,0,2*Math.PI,!1),r.closePath(),r.fill()}if(!0===s.labelShow){var u={x:(e+n.radarLabelTextMargin*a.pix)*Math.cos(t),y:(e+n.radarLabelTextMargin*a.pix)*Math.sin(t)},f=g(u.x,u.y,i),p=f.x,v=f.y;c.approximatelyEqual(u.x,0)?p-=b(a.categories[o]||"",n.fontSize,r)/2:u.x<0&&(p-=b(a.categories[o]||"",n.fontSize,r)),r.beginPath(),r.setFontSize(n.fontSize),r.setFillStyle(s.labelColor||a.fontColor),r.fillText(a.categories[o]||"",p,v+n.fontSize/2),r.closePath(),r.stroke()}}))}function vt(t,e,i,a,n,r){for(var s=i.pieChartLinePadding,o=[],l=null,d=t.map((function(i,a){var n=i.formatter?i.formatter(i,a,t,e):c.toFixed(100*i._proportion_.toFixed(4))+"%";n=i.labelText?i.labelText:n;var r=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(r=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var s=i.color,o=i._radius_;return{arc:r,text:n,color:s,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),u=0;u=0?p+i.pieChartTextPadding:p-i.pieChartTextPadding,m=h,$=b(f.text,f.textSize*e.pix||i.fontSize,a),y=m;l&&c.isSameXCoordinateArea(l.start,{x:w})&&(y=w>0?Math.min(m,l.start.y):p<0||m>0?Math.max(m,l.start.y):Math.min(m,l.start.y)),w<0&&(w-=$);var C={lineStart:{x:x,y:_},lineEnd:{x:p,y:h},start:{x:w,y:y},width:$,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};l=v(C,l),o.push(l)}for(var k=0;kn?n:r.activeWidth;var s=e.area[0],c=e.height-e.area[2];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(t-r.activeWidth/2,s,r.activeWidth,c-s),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function bt(t,e,i,a,n){var r=o({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),s=e.area[3],c=e.width-e.area[1];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(s,t-n/2,c-s,n),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function wt(t,e,i,a,n,r,s){var c=o({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==c.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var d=c.fontSize*i.pix,u=c.lineHeight*i.pix,f=c.boxPadding*i.pix,p=d,g=5*i.pix;0==c.legendShow&&(p=0,g=0);var v=c.showArrow?8*i.pix:0,h=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==c.splitLine&&function(t,e,i,a){var n=e.extra.tooltip||{};n.gridType=void 0==n.gridType?"solid":n.gridType,n.dashLength=void 0==n.dashLength?4:n.dashLength;var r=e.area[0],s=e.height-e.area[2];if("dash"==n.gridType&&a.setLineDash([n.dashLength,n.dashLength]),a.setStrokeStyle(n.gridColor||"#cccccc"),a.setLineWidth(1*e.pix),a.beginPath(),a.moveTo(t,r),a.lineTo(t,s),a.stroke(),a.setLineDash([]),n.xAxisLabel){var o=e.categories[e.tooltip.index];a.setFontSize(i.fontSize);var c=b(o,i.fontSize,a),d=t-.5*c,u=s+2*e.pix;a.beginPath(),a.setFillStyle(l(n.labelBgColor||i.toolTipBackground,n.labelBgOpacity||i.toolTipOpacity)),a.setStrokeStyle(n.labelBgColor||i.toolTipBackground),a.setLineWidth(1*e.pix),a.rect(d-n.boxPadding*e.pix,u,c+2*n.boxPadding*e.pix,i.fontSize+2*n.boxPadding*e.pix),a.closePath(),a.stroke(),a.fill(),a.beginPath(),a.setFontSize(i.fontSize),a.setFillStyle(n.labelFontColor||e.fontColor),a.fillText(String(o),d,u+n.boxPadding*e.pix+i.fontSize),a.closePath(),a.stroke()}}(i.tooltip.offset.x,i,a,n),e=o({x:0,y:0},e),e.y-=8*i.pix;var x=t.map((function(t){return b(t.text,d,n)})),_=p+g+4*f+Math.max.apply(null,x),w=2*f+t.length*u;if(0!=c.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+_>i.width&&(h=!0),w+e.y>i.height&&(e.y=i.height-w),n.beginPath(),n.setFillStyle(l(c.bgColor,c.bgOpacity)),n.setLineWidth(c.borderWidth*i.pix),n.setStrokeStyle(l(c.borderColor,c.borderOpacity));var m=c.borderRadius;h?(_+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),_>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),n.arc(e.x-v-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x-v-Math.round(_)+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),n.arc(e.x-v-Math.round(_)+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x-v-m,e.y+m,m,-Math.PI/2,0,!1),c.showArrow&&(n.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),n.lineTo(e.x,e.y+10*i.pix))):(c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),n.arc(e.x+v+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x+v+Math.round(_)-m,e.y+m,m,-Math.PI/2,0,!1),n.arc(e.x+v+Math.round(_)-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x+v+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),c.showArrow&&(n.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),n.lineTo(e.x,e.y+10*i.pix))),n.closePath(),n.fill(),c.borderWidth>0&&n.stroke(),c.legendShow&&t.forEach((function(t,a){if(null!==t.color){n.beginPath(),n.setFillStyle(t.color);var r=e.x+v+2*f,s=e.y+(u-d)/2+u*a+f+1;switch(h&&(r=e.x-_-v+2*f),t.legendShape){case"line":n.moveTo(r,s+.5*p-2*i.pix),n.fillRect(r,s+.5*p-2*i.pix,p,4*i.pix);break;case"triangle":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"diamond":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"circle":n.moveTo(r+7.5*i.pix,s+.5*p),n.arc(r+7.5*i.pix,s+.5*p,5*i.pix,0,2*Math.PI);break;case"rect":n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix);break;case"square":n.moveTo(r+2*i.pix,s+.5*p-5*i.pix),n.fillRect(r+2*i.pix,s+.5*p-5*i.pix,10*i.pix,10*i.pix);break;default:n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix)}n.closePath(),n.fill()}})),t.forEach((function(t,i){var a=e.x+v+2*f+p+g;h&&(a=e.x-_-v+2*f+p+g);var r=e.y+u*i+(u-d)/2-1+f+d;n.beginPath(),n.setFontSize(d),n.setTextBaseline("normal"),n.setFillStyle(c.fontColor),n.fillText(t.text,a,r),n.closePath(),n.stroke()}))}}function mt(t,e,i,a,n,r){var s=t.extra.tooltip||{};s.horizentalLine&&t.tooltip&&1===a&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&xt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===a&&wt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function $t(t,e,i,a){var n=e.chartData.xAxisData,r=n.xAxisPoints,s=n.startX,o=n.endX,c=n.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var d=e.height-e.area[2],u=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,p=o-s,g=c*(r.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),g+=(e.extra.mount.widthRatio-1)*c);var v=p*p/g,h=0;e._scrollDistance_&&(h=-e._scrollDistance_*p/g),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),a.moveTo(s,f),a.lineTo(o,f),a.stroke(),a.closePath(),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),a.moveTo(s+h,f),a.lineTo(s+h+v,f),a.stroke(),a.closePath(),a.setLineCap("butt")}if(a.save(),e._scrollDistance_&&0!==e._scrollDistance_&&a.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),r.forEach((function(t,i){i>0&&(a.beginPath(),a.moveTo(t-c/2,d),a.lineTo(t-c/2,d+3*e.pix),a.closePath(),a.stroke())}))),!0!==e.xAxis.disableGrid&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&a.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,r.forEach((function(t,i){i%e.xAxis.gridEval==0&&(a.beginPath(),a.moveTo(t,d),a.lineTo(t,u),a.stroke())})),a.setLineDash([])),!0!==e.xAxis.disabled){var x=t.length;e.xAxis.labelCount&&(x=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,x-=1);for(var _=Math.ceil(t.length/x),w=[],m=t.length,$=0;$=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1&&(a.beginPath(),a.setFontSize(y),a.setFillStyle(e.xAxis.fontColor||e.fontColor),a.fillText(String(n),r[i]+s,d+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),a.closePath(),a.stroke())})):w.forEach((function(t,n){var s=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,u="center"==l?r[n]+c/2:r[n];if(u-Math.abs(o)>=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1){a.save(),a.beginPath(),a.setFontSize(y),a.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(s),y,a),p=r[n];"center"==l&&(p=r[n]+c/2);e.xAxis.scrollShow&&6*e.pix;var g=d+e.xAxis.marginTop*e.pix+y-y*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(p-=y/2,f=0):(p+=y/2,f=-f),a.translate(p,g),a.rotate(-1*i._xAxisTextAngle_),a.fillText(String(s),f,0),a.closePath(),a.stroke(),a.restore()}}))}a.restore(),e.xAxis.title&&(a.beginPath(),a.setFontSize(e.xAxis.titleFontSize*e.pix),a.setFillStyle(e.xAxis.titleFontColor),a.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),a.closePath(),a.stroke()),e.xAxis.axisLine&&(a.beginPath(),a.setStrokeStyle(e.xAxis.axisLineColor),a.setLineWidth(1*e.pix),a.moveTo(s,e.height-e.area[2]),a.lineTo(o,e.height-e.area[2]),a.stroke())}function yt(t,e,i,a){if(!0!==e.yAxis.disableGrid){var n=e.height-e.area[0]-e.area[2],r=n/e.yAxis.splitNumber,s=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var d=s+l,u=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var p=f;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c,r.customRadius>0&&(c=r.customRadius*e.pix),t=V(t,c,n);var d=r.activeRadius*e.pix;if(r.customColor=x(r.linearType,r.customColor,t,i),t=t.map((function(t){return t._start_+=r.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(a.beginPath(),a.setFillStyle(l(t.color,r.activeOpacity||.5)),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_+d,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill()),a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.lineJoin="round",a.setStrokeStyle(r.borderColor);var n,o=t.color;"custom"==r.linearType&&(n=a.createCircularGradient?a.createCircularGradient(s.x,s.y,t._radius_):a.createRadialGradient(s.x,s.y,0,s.x,s.y,t._radius_),n.addColorStop(0,l(r.customColor[t.linearIndex],1)),n.addColorStop(1,l(t.color,1)),o=n);a.setFillStyle(o),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill(),1==r.border&&a.stroke()})),"ring"===e.type){var u=.6*c;"number"===typeof r.ringWidth&&r.ringWidth>0&&(u=Math.max(0,c-r.ringWidth*e.pix)),a.beginPath(),a.setFillStyle(r.centerColor),a.moveTo(s.x,s.y),a.arc(s.x,s.y,u,0,2*Math.PI),a.closePath(),a.fill()}return!1!==e.dataLabel&&1===n&&vt(t,e,i,a,0,s),1===n&&"ring"===e.type&&ct(e,i,a,s),{center:s,radius:c,series:t}}function Mt(t,e){var i=Array(2),a=20037508.34*t/180,n=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return n=20037508.34*n/180,i[0]=a,i[1]=n,i}function Et(t,e,i,a,n,r){return{x:(e-i.xMin)*a+n,y:(i.yMax-t)*a+r}}function At(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[r].area[2]||t[1]>e[r].area[3]||t[2]i||t[3]>a){n=!0;break}n=!1}return n}function Ft(t,e,i){var a=t.series;switch(e){case"normal":for(var n=0;n.7},g=0;g0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var n=t[0].data,r=0;re.width-e.area[1]-e.area[3]?(f.push(v),g.push(p-e.legend.itemGap*e.pix),p=w,v=[x]):(p+=w,v.push(x))}if(v.length){f.push(v),g.push(p-e.legend.itemGap*e.pix),r.widthArr=g;var m=Math.max.apply(null,g);switch(e.legend.float){case"left":r.area.start.x=e.area[3],r.area.end.x=e.area[3]+m+2*s;break;case"right":r.area.start.x=e.width-e.area[1]-m-2*s,r.area.end.x=e.width-e.area[1];break;default:r.area.start.x=(e.width-m)/2-s,r.area.end.x=(e.width+m)/2+s}r.area.width=m+2*s,r.area.wholeWidth=m+2*s,r.area.height=f.length*u+2*s,r.area.wholeHeight=f.length*u+2*s+2*o,r.points=f}}else{var $=t.length,y=e.height-e.area[0]-e.area[2]-2*o-2*s,C=Math.min(Math.floor(y/u),$);switch(r.area.height=C*u+2*s,r.area.wholeHeight=C*u+2*s,e.legend.float){case"top":r.area.start.y=e.area[0]+o,r.area.end.y=e.area[0]+o+r.area.height;break;case"bottom":r.area.start.y=e.height-e.area[2]-o-r.area.height,r.area.end.y=e.height-e.area[2]-o;break;default:r.area.start.y=(e.height-r.area.height)/2,r.area.end.y=(e.height+r.area.height)/2}for(var k=$%C===0?$/C:Math.floor($/C+1),z=[],M=0;MP&&(P=F)}r.widthArr.push(P),r.heightArr.push(S.length*u+2*s)}for(var L=0,O=0;O0?S[At].width+e.yAxis.padding*e.pix:S[At].width,wt+=1):"right"==S[At].position&&(e.area[1]+=xt>0?S[At].width+e.yAxis.padding*e.pix:S[At].width,xt+=1)}else i.yAxisWidth=S;if(e.chartData.yAxisData=E,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=N(e.categories,e);var St=F(e.categories,e,0,e.chartData.xAxisData.eachSpacing,a),Pt=St.xAxisHeight,Tt=St.angle;i.xAxisHeight=Pt,i._xAxisTextAngle_=Tt,e.area[2]+=Pt,e.chartData.categoriesData=St}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=L(d,e,i,a),u=e.chartData.xAxisData.rangesFormat;var Dt=F(u,e,0,e.chartData.xAxisData.eachSpacing,a),Bt=Dt.xAxisHeight,It=Dt.angle;i.xAxisHeight=Bt,i._xAxisTextAngle_=It,e.area[2]+=Bt,e.chartData.categoriesData=Dt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ht,Wt=e.chartData.xAxisData.xAxisPoints,Rt=e.chartData.xAxisData.startX,qt=e.chartData.xAxisData.endX,Gt=e.chartData.xAxisData.eachSpacing,Yt=Gt*(Wt.length-1),Ut=qt-Rt;Ht=Ut-Yt,s.scrollOption.currentOffset=Ht,s.scrollOption.startTouchX=Ht,s.scrollOption.distance=0,s.scrollOption.lastMoveTime=0,e._scrollDistance_=Ht}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,a){t=V(t);for(var n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Ft(e,r.type,a)),a.beginPath(),a.setFillStyle(e.background),a.rect(0,0,e.width,e.height),a.fill(),a.save();var s=e.chartData.wordCloudData;a.translate(e.width/2,e.height/2);for(var c=0;c0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n)):s[c].area[0]>0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n)),a.stroke(),a.restore()}a.restore()}(d,e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"map":a.clearRect(0,0,e.width,e.height),function(t,e,i,a){var n,r,s=o({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),c=t,d=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},a=0;al.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(c);if(s.mercator){var u=Mt(d.xMax,d.yMax),f=Mt(d.xMin,d.yMin);d.xMax=u[0],d.yMax=u[1],d.xMin=f[0],d.yMin=f[1]}for(var p=e.width/Math.abs(d.xMax-d.xMin),g=e.height/Math.abs(d.yMax-d.yMin),v=p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),s=(e.height-e.area[0]-e.area[2])/t.length,c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},d=r.activeWidth*e.pix,u=Math.min((e.width-e.area[1]-e.area[3])/2-d,(e.height-e.area[0]-e.area[2])/2-d),f=D(t,u,r,s,n);if(a.save(),a.translate(c.x,c.y),r.customColor=x(r.linearType,r.customColor,t,i),"pyramid"==r.type)for(var p=0;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);r.width*=e.pix;var s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();var f=0,g=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*d+e.area[3],g=f+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,v,h;a.beginPath(),a.setStrokeStyle(t.color),a.moveTo(-1e4,-1e4),a.lineTo(-10001,-10001),a.stroke(),o=[].concat(e.chartData.yAxisData.ranges[t.index]),v=o.pop(),h=o.shift();var x=t.data,_=Q(x,v,h,c,d,e,i,r,n);u.push(_);var b=T(_,t);if("dash"==t.lineType){var w=t.dashLength?t.dashLength:8;w*=e.pix,a.setLineDash([w,w])}a.beginPath();var m=t.color;if("none"!==r.linearType&&t.linearColor&&t.linearColor.length>0){for(var $=a.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),y=0;y0?a.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):a.setShadow(0,0,0,"rgba(0,0,0,0)"),a.setLineWidth(r.width),b.forEach((function(t,e){if(1===t.length)a.moveTo(t[0].x,t[0].y);else{a.moveTo(t[0].x,t[0].y);var i=0;if("curve"===r.type)for(var n=0;nf&&(a.moveTo(s.x,s.y),i=1),n>0&&s.x>f&&s.xf&&(a.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(a.moveTo(u.x,u.y),i=1),d>0&&u.x>f&&u.x4&&void 0!==arguments[4]?arguments[4]:1,r=(o({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),s=r.xAxisPoints,c=r.eachSpacing,l=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*c+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setFillStyle(t.color),a.setLineWidth(1*e.pix);var p=t.pointShape;if("diamond"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===p)f.forEach((function(t,i){null!==t&&(a.moveTo(t.x+2.5*e.pix,t.y),a.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("triangle"===p)return;a.closePath(),a.fill(),a.stroke()})),!1!==e.dataLabel&&1===n&&t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);lt(f,t,i,a,e)})),a.restore(),{xAxisPoints:s,calPoints:l,eachSpacing:c}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(0,e,0,a),$t(u,e,i,a);var n=function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{opacity:1,border:2},e.extra.bubble),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*d+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var o,u,f;o=[].concat(e.chartData.yAxisData.ranges[t.index]),u=o.pop(),f=o.shift();var p=t.data,g=J(p,u,f,c,d,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setLineWidth(r.border*e.pix),a.setFillStyle(l(t.color,r.opacity)),g.forEach((function(t,i){a.moveTo(t.x+t.r,t.y),a.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),a.closePath(),a.fill(),a.stroke(),!1!==e.dataLabel&&1===n&&g.forEach((function(n,r){a.beginPath();var s=t.textSize*e.pix||i.fontSize;a.setFontSize(s),a.setFillStyle(t.textColor||"#FFFFFF"),a.setTextAlign("center"),a.fillText(String(n.t),n.x,n.y+s/2),a.closePath(),a.stroke(),a.setTextAlign("left")}))})),a.restore(),{xAxisPoints:c,calPoints:u,eachSpacing:d}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(0,e,0,a),$t(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{width:d/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=o({},{opacity:.2,gradient:!1},e.extra.mix.area),g=o({},{width:2},e.extra.mix.line),v=e.height-e.area[2],h=[],_=0,b=0;t.forEach((function(t,e){"column"==t.type&&(b+=1)})),a.save();var w=-2,m=c.length+2,$=0,y=e.width+d;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),w=Math.floor(-e._scrollDistance_/d)-2,m=w+e.xAxis.itemCount+4,$=-e._scrollDistance_-2*d+e.area[3],y=$+(e.xAxis.itemCount+4)*d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(t,s){var o,x,C;o=[].concat(e.chartData.yAxisData.ranges[t.index]),x=o.pop(),C=o.shift();var k=t.data,z=J(k,x,C,c,d,e,i,r);if(h.push(z),"column"==t.type){z=R(z,d,b,_,0,e);for(var M=0;Mw&&Mq?q:B,I=I>q?q:I,H=H>q?q:H,W=W>q?q:W,B=B<0?0:B,I=I<0?0:I,H=H<0?0:H,W=W<0?0:W,a.arc(L+B,O+B,B,-Math.PI,-Math.PI/2),a.arc(L+V-I,O+I,I,-Math.PI/2,0),a.arc(L+V-H,O+D-H,H,0,Math.PI/2),a.arc(L+W,O+D-W,W,Math.PI/2,Math.PI)}else a.moveTo(A,E.y),a.lineTo(A+E.width,E.y),a.lineTo(A+E.width,e.height-e.area[2]),a.lineTo(A,e.height-e.area[2]),a.lineTo(A,E.y),a.setLineWidth(1),a.setStrokeStyle(P);a.setFillStyle(S),a.closePath(),a.fill()}}_+=1}if("area"==t.type)for(var G=T(z,t),Y=0;Y1){var X=U[0],Q=U[U.length-1];a.moveTo(X.x,X.y);var Z=0;if("curve"===t.style)for(var K=0;K$&&(a.moveTo(tt.x,tt.y),Z=1),K>0&&tt.x>$&&tt.x$&&(a.moveTo(at.x,at.y),Z=1),it>0&&at.x>$&&at.x$&&(a.moveTo(c.x,c.y),s=1),o>0&&c.x>$&&c.x$&&(a.moveTo(u.x,u.y),s=1),d>0&&u.x>$&&u.x4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"group",width:d/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];a.save();var p=-2,g=c.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),p=Math.floor(-e._scrollDistance_/d)-2,g=p+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===r&&_t(e.tooltip.offset.x,e,0,a,d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(s,o){var v,h,x;v=[].concat(e.chartData.yAxisData.ranges[s.index]),h=v.pop(),x=v.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-h)/(x-h),w=e.height-Math.round(b)-e.area[2];s.zeroPoints=w;var m=s.data;switch(u.type){case"group":var $=Z(m,h,x,c,d,e,i,w,r),y=et(m,h,x,c,d,e,i,o,t,r);f.push(y),$=R($,d,t.length,o,0,e);for(var C=0;C<$.length;C++){var k=$[C];if(null!==k&&C>p&&Cw?w:k.y,F=k.width,L=Math.abs(w-k.y);u.barBorderCircle&&(u.barBorderRadius=[F/2,F/2,0,0]),k.y>w&&(u.barBorderRadius=[0,0,F/2,F/2]);var O=(0,n.default)(u.barBorderRadius,4),V=O[0],D=O[1],j=O[2],B=O[3],I=Math.min(F/2,L/2);V=V>I?I:V,D=D>I?I:D,j=j>I?I:j,B=B>I?I:B,V=V<0?0:V,D=D<0?0:D,j=j<0?0:j,B=B<0?0:B,a.arc(P+V,T+V,V,-Math.PI,-Math.PI/2),a.arc(P+F-D,T+D,D,-Math.PI/2,0),a.arc(P+F-j,T+L-j,j,0,Math.PI/2),a.arc(P+B,T+L-B,B,Math.PI/2,Math.PI)}else a.moveTo(z,k.y),a.lineTo(z+k.width,k.y),a.lineTo(z+k.width,w),a.lineTo(z,w),a.lineTo(z,k.y),a.setLineWidth(1),a.setStrokeStyle(A);a.setFillStyle(E),a.closePath(),a.fill()}}break;case"stack":$=et(m,h,x,c,d,e,i,o,t,r);f.push($),$=Y($,d,t.length,0,0,e);for(var H=0;H<$.length;H++){var W=$[H];if(null!==W&&H>p&&H0&&(M-=q),a.setFillStyle(E),a.moveTo(z,W.y),a.fillRect(z,W.y,W.width,M),a.closePath(),a.fill()}}break;case"meter":$=J(m,h,x,c,d,e,i,r);f.push($),$=G($,d,t.length,o,0,e,u.meterBorder);for(var U=0;U<$.length;U++){var N=$[U];if(null!==N&&U>p&&U0&&(a.setStrokeStyle(s.color),a.setLineWidth(u.meterBorder*e.pix)),0==o?a.setFillStyle(u.meterFillColor):a.setFillStyle(N.color||s.color);z=N.x-N.width/2,M=e.height-N.y-e.area[2];if(u.barBorderRadius&&4===u.barBorderRadius.length||!0===u.barBorderCircle){var X=z,Q=N.y,K=N.width,tt=w-N.y;u.barBorderCircle&&(u.barBorderRadius=[K/2,K/2,0,0]);var it=(0,n.default)(u.barBorderRadius,4),at=it[0],nt=it[1],rt=it[2],st=it[3],ot=Math.min(K/2,tt/2);at=at>ot?ot:at,nt=nt>ot?ot:nt,rt=rt>ot?ot:rt,st=st>ot?ot:st,at=at<0?0:at,nt=nt<0?0:nt,rt=rt<0?0:rt,st=st<0?0:st,a.arc(X+at,Q+at,at,-Math.PI,-Math.PI/2),a.arc(X+K-nt,Q+nt,nt,-Math.PI/2,0),a.arc(X+K-rt,Q+tt-rt,rt,0,Math.PI/2),a.arc(X+st,Q+tt-st,st,Math.PI/2,Math.PI),a.fill()}else a.moveTo(z,N.y),a.lineTo(z+N.width,N.y),a.lineTo(z+N.width,w),a.lineTo(z,w),a.lineTo(z,N.y),a.fill();0==o&&u.meterBorder>0&&(a.closePath(),a.stroke())}}break}})),!1!==e.dataLabel&&1===r&&t.forEach((function(n,s){var o,l,f;o=[].concat(e.chartData.yAxisData.ranges[n.index]),l=o.pop(),f=o.shift();var p=n.data;switch(u.type){case"group":var g=Z(p,l,f,c,d,e,i,r);g=R(g,d,t.length,s,0,e),dt(g,n,i,a,e);break;case"stack":g=et(p,l,f,c,d,e,i,s,t,r);dt(g,n,i,a,e);break;case"meter":g=J(p,l,f,c,d,e,i,r);dt(g,n,i,a,e);break}})),a.restore(),{xAxisPoints:c,calPoints:f,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(0,e,0,a),$t(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);u.widthRatio=u.widthRatio<=0?0:u.widthRatio,u.widthRatio=u.widthRatio>=2?2:u.widthRatio,a.save();var f,p,g,v=-2,h=c.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/d)-2,h=v+e.xAxis.itemCount+4),u.customColor=x(u.linearType,u.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),p=f.pop(),g=f.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-p)/(g-p),w=e.height-Math.round(b)-e.area[2],m=K(t,p,g,c,d,e,u,w,r);switch(u.type){case"bar":for(var $=0;$v&&$w?w:y.y,P=y.width,T=Math.abs(w-y.y);u.barBorderCircle&&(u.barBorderRadius=[P/2,P/2,0,0]),y.y>w&&(u.barBorderRadius=[0,0,P/2,P/2]);var F=(0,n.default)(u.barBorderRadius,4),L=F[0],O=F[1],V=F[2],D=F[3],j=Math.min(P/2,T/2);L=L>j?j:L,O=O>j?j:O,V=V>j?j:V,D=D>j?j:D,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,D=D<0?0:D,a.arc(A+L,S+L,L,-Math.PI,-Math.PI/2),a.arc(A+P-O,S+O,O,-Math.PI/2,0),a.arc(A+P-V,S+T-V,V,0,Math.PI/2),a.arc(A+D,S+T-D,D,Math.PI/2,Math.PI)}else a.moveTo(C,y.y),a.lineTo(C+y.width,y.y),a.lineTo(C+y.width,w),a.lineTo(C,w),a.lineTo(C,y.y);a.setStrokeStyle(M),a.setFillStyle(z),u.borderWidth>0&&(a.setLineWidth(u.borderWidth*e.pix),a.closePath(),a.stroke()),a.fill()}}break;case"triangle":for(var B=0;Bv&&B0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"mount":for(var H=0;Hv&&H0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"sharp":for(var R=0;Rv&&R0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break}if(!1!==e.dataLabel&&1===r){var G,Y,U;G=[].concat(e.chartData.yAxisData.ranges[0]),Y=G.pop(),U=G.shift();m=K(t,Y,U,c,d,e,u,w,r);ut(m,t,i,a,e,w)}return a.restore(),{xAxisPoints:c,calPoints:m,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),$t(u,e,i,a);var r=function(t,e,i,a){for(var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=[],c=(e.height-e.area[0]-e.area[2])/e.categories.length,d=0;dp&&mD?D:F,L=L>D?D:L,O=O>D?D:O,V=V>D?D:V,F=F<0?0:F,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,a.arc(E+V,S+V,V,-Math.PI,-Math.PI/2),a.arc($.x-F,S+F,F,-Math.PI/2,0),a.arc($.x-L,S+A-L,L,0,Math.PI/2),a.arc(E+O,S+A-O,O,Math.PI/2,Math.PI)}else a.moveTo(y,C),a.lineTo($.x,C),a.lineTo($.x,C+$.width),a.lineTo(y,C+$.width),a.lineTo(y,C),a.setLineWidth(1),a.setStrokeStyle(z);a.setFillStyle(k),a.closePath(),a.fill()}}break;case"stack":b=it(_,h,x,s,c,e,i,d,t,r);f.push(b),b=U(b,c,t.length,0,0,e);for(var j=0;jp&&j4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=e.height-e.area[2],f=[];a.save();var g=0,v=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),g=-e._scrollDistance_-2*d+e.area[3],v=g+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,h,x;o=[].concat(e.chartData.yAxisData.ranges[t.index]),h=o.pop(),x=o.shift();var _=t.data,b=J(_,h,x,c,d,e,i,n);f.push(b);for(var w=T(b,t),m=0;m1){var C=$[0],k=$[$.length-1];a.moveTo(C.x,C.y);var z=0;if("curve"===r.type)for(var M=0;M<$.length;M++){var E=$[M];if(0==z&&E.x>g&&(a.moveTo(E.x,E.y),z=1),M>0&&E.x>g&&E.xg&&(a.moveTo(P.x,P.y),z=1),S>0&&P.x>g&&P.xg&&(a.moveTo(L.x,L.y),z=1),F>0&&L.x>g&&L.xg&&(a.moveTo(B.x,B.y),D=1),j>0&&B.x>g&&B.xg&&(a.moveTo(W.x,W.y),D=1),H>0&&W.x>g&&W.xg&&(a.moveTo(q.x,q.y),D=1),R>0&&q.x>g&&q.x4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c;var d=r.minRadius||.5*c;c4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),s=k(e.categories.length),c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},d=(e.width-e.area[1]-e.area[3])/2,u=(e.height-e.area[0]-e.area[2])/2,f=Math.min(d-(C(e.categories,i.fontSize,a)+i.radarLabelTextMargin),u-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=r.radius?r.radius:f,a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),s.forEach((function(t,e){var i=g(f*Math.cos(t),f*Math.sin(t),c);a.moveTo(c.x,c.y),e%r.gridEval==0&&a.lineTo(i.x,i.y)})),a.stroke(),a.closePath();for(var p=function(t){var i={};if(a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),"radar"==r.gridType)s.forEach((function(e,n){var s=g(f/r.gridCount*t*Math.cos(e),f/r.gridCount*t*Math.sin(e),c);0===n?(i=s,a.moveTo(s.x,s.y)):a.lineTo(s.x,s.y)})),a.lineTo(i.x,i.y);else{var n=g(f/r.gridCount*t*Math.cos(1.5),f/r.gridCount*t*Math.sin(1.5),c);a.arc(c.x,c.y,c.y-n.y,0,2*Math.PI,!1)}a.stroke(),a.closePath()},v=1;v<=r.gridCount;v++)p(v);r.customColor=x(r.linearType,r.customColor,t,i);var h=O(s,c,f,t,e,n);if(h.forEach((function(i,n){a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.setStrokeStyle(i.color);var s,o=l(i.color,r.opacity);"custom"==r.linearType&&(s=a.createCircularGradient?a.createCircularGradient(c.x,c.y,f):a.createRadialGradient(c.x,c.y,0,c.x,c.y,f),s.addColorStop(0,l(r.customColor[t[n].linearIndex],r.opacity)),s.addColorStop(1,l(i.color,r.opacity)),o=s);if(a.setFillStyle(o),i.data.forEach((function(t,e){0===e?a.moveTo(t.position.x,t.position.y):a.lineTo(t.position.x,t.position.y)})),a.closePath(),a.fill(),!0===r.border&&a.stroke(),a.closePath(),!1!==e.dataPointShape){var d=i.data.map((function(t){return t.position}));st(d,i.color,i.pointShape,a,e)}})),!0===r.axisLabel){var _=Math.max(r.max,Math.max.apply(null,w(t))),b=f/r.gridCount,m=e.fontSize*e.pix;a.setFontSize(m),a.setFillStyle(e.fontColor),a.setTextAlign("left");for(v=0;v4&&void 0!==arguments[4]?arguments[4]:1,c=o({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=B(t,c,s),n=c.centerX||c.centerY?{x:c.centerX?c.centerX:e.width/2,y:c.centerY?c.centerY:e.height/2}:{x:e.width/2,y:e.height/2},c.radius?r=c.radius:(r=Math.min(n.x,n.y),r-=5*e.pix,r-=c.width/2),r=r<10?10:r,c.customColor=x(c.linearType,c.customColor,t,i);for(var d=0;d5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==s.oldAngle&&(s.oldAngle=s.startAngle),void 0==s.oldData&&(s.oldData=0),t=H(t,s.startAngle,s.endAngle);var c={x:i.width/2,y:i.height/2},d=Math.min(c.x,c.y);d-=5*i.pix,d-=s.width/2,d=d<10?10:d;var u=d-s.width,f=0;if("progress"==s.type){var p=d-3*s.width;n.beginPath();var g=n.createLinearGradient(c.x,c.y-p,c.x,c.y+p);g.addColorStop("0",l(e[0].color,.3)),g.addColorStop("1.0",l("#FFFFFF",.1)),n.setFillStyle(g),n.arc(c.x,c.y,p,0,2*Math.PI,!1),n.fill(),n.setLineWidth(s.width),n.setStrokeStyle(l(e[0].color,.3)),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,s.endAngle*Math.PI,!1),n.stroke(),f=s.endAnglew/_?n.setStrokeStyle(l(e[0].color,1)):n.setStrokeStyle(l(e[0].color,.3)),n.setLineWidth(3*i.pix),n.moveTo(h,0),n.lineTo(x,0),n.stroke(),n.rotate(v*Math.PI);n.restore(),e=I(e,s,r),n.setLineWidth(s.width),n.setStrokeStyle(e[0].color),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),n.stroke();var m=d-2.5*s.width;n.save(),n.translate(c.x,c.y),n.rotate((e[0]._proportion_-1)*Math.PI),n.beginPath(),n.setLineWidth(s.width/3);var $=n.createLinearGradient(0,.6*-m,0,.6*m);$.addColorStop("0",l("#FFFFFF",0)),$.addColorStop("0.5",l(e[0].color,1)),$.addColorStop("1.0",l("#FFFFFF",0)),n.setStrokeStyle($),n.arc(0,0,m,.85*Math.PI,1.15*Math.PI,!1),n.stroke(),n.beginPath(),n.setLineWidth(1),n.setStrokeStyle(e[0].color),n.setFillStyle(e[0].color),n.moveTo(-m-s.width/3/2,-4),n.lineTo(-m-s.width/3/2-4,0),n.lineTo(-m-s.width/3/2,4),n.lineTo(-m-s.width/3/2,-4),n.stroke(),n.fill(),n.restore()}else{n.setLineWidth(s.width),n.setLineCap("butt");for(var y=0;y5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{color:{},average:{}},i.extra.candle);s.color=o({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},s.color),s.average=o({},{show:!1,name:[],day:[],color:a.color},s.average),i.extra.candle=s;var c=i.chartData.xAxisData,l=c.xAxisPoints,d=c.eachSpacing,u=[];n.save();var f=-2,g=l.length+2,v=0,h=i.width+d;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(n.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/d)-2,g=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*d+i.area[3],h=v+(i.xAxis.itemCount+4)*d),(s.average.show||e)&&e.forEach((function(t,e){var s,o,c;s=[].concat(i.chartData.yAxisData.ranges[t.index]),o=s.pop(),c=s.shift();for(var u=t.data,f=J(u,o,c,l,d,i,a,r),g=T(f,t),x=0;xv&&(n.moveTo(m.x,m.y),b=1),w>0&&m.x>v&&m.xf&&_0?(n.setStrokeStyle(s.color.upLine),n.setFillStyle(s.color.upFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.moveTo(b[3].x,b[3].y)):(n.setStrokeStyle(s.color.downLine),n.setFillStyle(s.color.downFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.moveTo(b[3].x,b[3].y)),n.closePath(),n.fill(),n.stroke()}})),n.restore(),{xAxisPoints:l,calPoints:u,eachSpacing:d}}(d,_,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(_?0:e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break}}function It(){this.events={}}jt.prototype.stop=function(){this.isStop=!0},It.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},It.prototype.delEventListener=function(t){this.events[t]=[]},It.prototype.trigger=function(){for(var t=arguments.length,e=Array(t),i=0;i0&&void 0!==arguments[0]?arguments[0]:{};this.opts=o({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=nt(this.opts.series,this.opts,this.config,this.context),a=i.yAxisWidth;this.config.yAxisWidth=a;var n=0,r=N(this.opts.categories,this.opts,this.config),s=r.xAxisPoints,c=r.startX,l=r.endX,d=r.eachSpacing,u=d*(s.length-1),f=l-c;n=f-u,this.scrollOption={currentOffset:n,startTouchX:n,distance:0,lastMoveTime:0},this.opts._scrollDistance_=n;break}Bt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var a=nt(this.opts.series,this.opts,this.config,this.context),n=a.yAxisWidth;this.config.yAxisWidth=n;var r=0,s=N(this.opts.categories,this.opts,this.config),o=s.xAxisPoints,c=s.startX,l=s.endX,d=s.eachSpacing,f=d*i,p=l-c,g=p-d*(o.length-1);r=p/2-f,r>0&&(r=0),r=this.opts.categories.length?this.opts.categories.length:p,this.opts.animation=!1,this.opts.xAxis.itemCount=p;var g=0,v=N(this.opts.categories,this.opts,this.config),h=v.xAxisPoints,x=v.startX,_=v.endX,b=v.eachSpacing,w=b*this.scrollOption.moveCurrent1,m=_-x,y=m-b*(h.length-1);g=-w+Math.min(n[0].x,n[1].x)-this.opts.area[3]-b,g>0&&(g=0),g2*Math.PI&&(t-=2*Math.PI),t},s=Math.atan2(e.center.y-t.y,t.x-e.center.x);s*=-1,s<0&&(s+=2*Math.PI);var o=e.angleList.map((function(t){return t=r(-1*t),t}));o.forEach((function(t,e){var i=r(t-a/2),o=r(t+a/2);o=i&&s<=o||s+2*Math.PI>=i&&s+2*Math.PI<=o)&&(n=e)}))}return n}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,a=0,n=e.series.length;ar.funnelArea[0]&&t.xr.funnelArea[1]&&t.yr.area[0]&&t.xr.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&S(t,i,a)&&o.forEach((function(e,i){t.y+n+s>e&&(r.index=i)})),r}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(r.index=i)}));else{for(var l=Array(e.length),d=0;de.start.x&&t.xe.start.y&&t.yd[0]-0&&t.xd[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){$(i,this.opts,t);var a=this.getLegendDataIndex(t);a>=0&&("candle"==this.opts.type?this.opts.seriesMA[a].show=!this.opts.seriesMA[a].show:this.opts.series[a].show=!this.opts.series[a].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Bt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var i=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;n=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],n||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var r=$(n,this.opts,e),s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){var u=y(this.opts.series,d,l.group);if(0!==u.length){var f=z(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d,group:l.group}}}Bt.call(this,c.type,c,this.config,this.context)}if("mount"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e).index:a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:c.chartData.calPoints[d].x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){u=y(this.opts.series,d,l.group);if(0!==u.length){f=z(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.x=r.x,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=y(this.opts.series,d);if(0!==u.length){var v=M(u,this.opts,d,this.opts.categories,a);p=v.textList,g=v.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=y(this.opts.series,d);if(0!==u.length){f=E(this.opts.series[0].data,u,this.opts,d,this.opts.categories,this.opts.extra.candle,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("map"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]);u.name=u.properties.name;p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("word"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("radar"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=y(this.opts.series,d);if(0!==u.length){p=u.map((function(t){return{text:a.formatter?a.formatter(t,i.opts.categories[d],d,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=o({},this.opts,{_scrollDistance_:t,animation:!1});Bt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=$(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),a=i-this.scrollOption.lastMoveTime;if(!(a"+t[i].marker+t[i].seriesName+"\uff1a"+a+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:a},column:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:a,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:a,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:a,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:a,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},r=n;e.default=r},ef64:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-8ee38fcc]{width:100%;height:100vh}.login[data-v-8ee38fcc]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-8ee38fcc]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-8ee38fcc]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-8ee38fcc]{width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-8ee38fcc]{width:100%;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-8ee38fcc]{width:100%;height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-8ee38fcc]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-8ee38fcc]{right:120px}.login .editem .code[data-v-8ee38fcc]{width:110px;background:#dfdfdf;font-size:14px;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .btnlogin[data-v-8ee38fcc]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},f0c6:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("ea80").default,uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("headerIndex",{attrs:{_i:1},on:{getAciveCity:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u672c\u6b21\u4f30\u5206\u6210\u7ee9\u4e3a")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4f30\u5206\u5386\u53f2")]),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u8be5\u5730\u533a\u4f53\u80b2\u603b\u6210\u7ee9\u4e3a:"+t._$g(8,"t0-0")+"\u5206")]):t._e(),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4e0a\u6b21\u6570\u636e")])],1),t._$g(10,"i")?i("uni-view",{attrs:{_i:10}},[t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"11-"+r}},[i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},t._l(t._$g("14-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("14-"+r+"-"+s,"sc"),attrs:{_i:"14-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("15-"+r+"-"+s,"sc"),attrs:{_i:"15-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("16-"+r+"-"+s,"sc"),attrs:{_i:"16-"+r+"-"+s}},[t._v(t._$g("16-"+r+"-"+s,"t0-0"))])],1),t._l(t._$g("17-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("17-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("17-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"17-"+r+"-"+s+"-"+o}},[t._$g("18-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"18-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g("19-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"19-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"20-"+r+"-"+s+"-"+o}},[t._v(t._$g("20-"+r+"-"+s+"-"+o,"t0-0"))]),t._$g("21-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"21-"+r+"-"+s+"-"+o}}):t._e()],1),i("uni-view",{staticClass:t._$g("22-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"22-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("23-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"23-"+r+"-"+s+"-"+o}},[t._$g("24-"+r+"-"+s+"-"+o,"i")?i("v-uni-input",{style:t._$g("24-"+r+"-"+s+"-"+o,"s"),attrs:{type:"number","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",_i:"24-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("24-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("25-"+r+"-"+s+"-"+o,"e")?i("v-uni-input",{style:t._$g("25-"+r+"-"+s+"-"+o,"s"),attrs:{type:"digit","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",maxlength:"4",_i:"25-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("25-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("26-"+r+"-"+s+"-"+o,"e")?i("v-uni-picker",{style:t._$g("26-"+r+"-"+s+"-"+o,"s"),attrs:{mode:"multiSelector",range:t._$g("26-"+r+"-"+s+"-"+o,"a-range"),_i:"26-"+r+"-"+s+"-"+o},on:{change:function(e){return t.$handleViewEvent(e)},input:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"27-"+r+"-"+s+"-"+o}},[t._v(t._$g("27-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-icons",{staticClass:t._$g("28-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"28-"+r+"-"+s+"-"+o}})],1):t._e(),t._$g("29-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{staticClass:t._$g("29-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"29-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1),i("v-uni-text",{style:t._$g("30-"+r+"-"+s+"-"+o,"s"),attrs:{_i:"30-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("30-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()})),t._l(t._$g("31-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("31-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("31-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"31-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("32-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"32-"+r+"-"+s+"-"+o}},[t._v(t._$g("32-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("33-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"33-"+r+"-"+s+"-"+o}},[i("uni-view",{staticStyle:{width:"40%"},attrs:{_i:"34-"+r+"-"+s+"-"+o}},[t._v(t._$g("34-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("35-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"35-"+r+"-"+s+"-"+o}},[t._v(t._$g("35-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("36-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"36-"+r+"-"+s+"-"+o}},[t._v(t._$g("36-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()}))],2)})),1)],1)})),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u91cd\u65b0\u4f30\u5206")]):i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f00\u59cb\u4f30\u5206")])],2):i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("v-uni-image",{attrs:{src:t._$g(40,"a-src"),_i:40}}),i("v-uni-text",{attrs:{_i:41}},[t._v(t._$g(41,"t0-0"))])],1),i("uslider",{attrs:{_i:42}}),t._$g(43,"i")?i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[t._v("\u8bf7\u9009\u62e9"),i("v-uni-text",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[t._v("("+t._$g(47,"t0-0")+"\u9009"+t._$g(47,"t0-1")+")")])],1),t._l(t._$g(48,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("48-"+r,"sc"),attrs:{_i:"48-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("49-"+r,"i")?i("uni-icons",{attrs:{_i:"49-"+r}}):t._e(),t._$g("50-"+r,"i")?i("uni-icons",{attrs:{_i:"50-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[i("uni-view",{staticClass:t._$g("52-"+r,"sc"),attrs:{_i:"52-"+r}},[t._v(t._$g("52-"+r,"t0-0"))])],1)],1)})),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],2)],1):t._e()],1)},r=[]},f145:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"ren-calendar",props:["weekstart","markDays","headerBar","open","collapsible","disabledAfter"],data:function(){return{wxsProps:{}}},components:{}}},f18c:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-date[data-v-25b1ce86]{width:100%;flex:1}.uni-date-x[data-v-25b1ce86]{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:4px;background-color:inherit;color:#666;font-size:14px;flex:1}.uni-date-x .icon-calendar[data-v-25b1ce86]{padding-left:3px}.uni-date-x .range-separator[data-v-25b1ce86]{height:35px;padding:0 2px;line-height:35px}.uni-date-x--border[data-v-25b1ce86]{box-sizing:border-box;border-radius:4px;border:1px solid #e5e5e5}.uni-date-editor--x[data-v-25b1ce86]{display:flex;align-items:center;position:relative}.uni-date-editor--x .uni-date__icon-clear[data-v-25b1ce86]{padding-right:3px;display:flex;align-items:center}.uni-date__x-input[data-v-25b1ce86]{width:auto;height:35px;padding-left:5px;position:relative;flex:1;line-height:35px;font-size:14px;overflow:hidden}.text-center[data-v-25b1ce86]{text-align:center}.uni-date__input[data-v-25b1ce86]{height:40px;width:100%;line-height:40px;font-size:14px}.uni-date-range__input[data-v-25b1ce86]{text-align:center;max-width:142px}.uni-date-picker__container[data-v-25b1ce86]{position:relative}.uni-date-mask--pc[data-v-25b1ce86]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:transparent;transition-duration:.1s;z-index:996}.uni-date-single--x[data-v-25b1ce86]{background-color:#fff;position:absolute;top:0;z-index:999;border:1px solid #ebeef5;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px}.uni-date-range--x[data-v-25b1ce86]{background-color:#fff;position:absolute;top:0;z-index:999;border:1px solid #ebeef5;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px}.uni-date-editor--x__disabled[data-v-25b1ce86]{opacity:.4;cursor:default}.uni-date-editor--logo[data-v-25b1ce86]{width:16px;height:16px;vertical-align:middle}.popup-x-header[data-v-25b1ce86]{display:flex;flex-direction:row}.popup-x-header--datetime[data-v-25b1ce86]{display:flex;flex-direction:row;flex:1}.popup-x-body[data-v-25b1ce86]{display:flex}.popup-x-footer[data-v-25b1ce86]{padding:0 15px;border-top-color:#f1f1f1;border-top-style:solid;border-top-width:1px;line-height:40px;text-align:right;color:#666}.popup-x-footer uni-text[data-v-25b1ce86]:hover{color:#007aff;cursor:pointer;opacity:.8}.popup-x-footer .confirm-text[data-v-25b1ce86]{margin-left:20px;color:#007aff}.uni-date-changed[data-v-25b1ce86]{text-align:center;color:#333;border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:1px}.uni-date-changed--time uni-text[data-v-25b1ce86]{height:50px;line-height:50px}.uni-date-changed .uni-date-changed--time[data-v-25b1ce86]{flex:1}.uni-date-changed--time-date[data-v-25b1ce86]{color:#333;opacity:.6}.mr-50[data-v-25b1ce86]{margin-right:50px}.uni-popper__arrow[data-v-25b1ce86],\n.uni-popper__arrow[data-v-25b1ce86]::after{position:absolute;display:block;width:0;height:0;border:6px solid transparent;border-top-width:0}.uni-popper__arrow[data-v-25b1ce86]{-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));top:-6px;left:10%;margin-right:3px;border-bottom-color:#ebeef5}.uni-popper__arrow[data-v-25b1ce86]::after{content:" ";top:1px;margin-left:-6px;border-bottom-color:#fff}',""]),t.exports=e},f21f:function(t,e,i){var a=i("585d");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("bdee3dc6",a,!0,{sourceMap:!1,shadowMode:!1})},f240:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-d1f15d7a]{padding:15px;background-color:#f7f7f7;min-height:calc(100vh - 30px)}.add[data-v-d1f15d7a]{width:100%;height:40px;line-height:40px;font-size:32rpx;margin-bottom:10px;color:#fff;border-radius:15px;display:flex;justify-content:center;background:#fea606}.box[data-v-d1f15d7a]{width:100%;height:auto;margin:15px 0;padding-bottom:40px}.list[data-v-d1f15d7a]{width:100%;font-size:36rpx}.list .item[data-v-d1f15d7a]{background:#fff;padding:10px 15px;width:calc(100% - 30px);border-radius:10px;margin-top:15px;display:flex;align-items:center;justify-content:space-between}.list .left[data-v-d1f15d7a]{width:75%;display:flex;align-items:center}.list .left .image1[data-v-d1f15d7a]{width:120rpx;height:120rpx;border-radius:50%;margin-right:15px;display:block}.list .left .name[data-v-d1f15d7a]{width:calc(100% - 70px)}.list .left .name .title[data-v-d1f15d7a]{font-size:34rpx;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:5px}.list .left .name .title2[data-v-d1f15d7a]{font-size:32rpx;color:#999;margin-top:15px}.list .left .name .title2 uni-text[data-v-d1f15d7a]{margin-right:10px}.list .blueBtn[data-v-d1f15d7a]{width:auto;font-size:32rpx;text-align:center}',""]),t.exports=e},f281:function(t,e,i){"use strict";i.r(e);var a=i("c882"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},f2b0:function(t,e,i){"use strict";var a=i("327f"),n=i.n(a);n.a},f341:function(t,e,i){"use strict";i.r(e);var a=i("6774"),n=i("1aa2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("dde5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"430c4d7a",null,!1,a["a"],void 0);e["default"]=o.exports},f36a:function(t,e,i){"use strict";var a=i("ecd4"),n=i.n(a);n.a},f379:function(t,e,i){var a=i("ae4c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("2f5267ac",a,!0,{sourceMap:!1,shadowMode:!1})},f3b9:function(t,e,i){"use strict";function a(t){var e=Object.prototype.toString.call(t);return e.substring(8,e.length-1)}function n(){return"string"===typeof __channelId__&&__channelId__}function r(t,e){switch(a(e)){case"Function":return"function() { [native code] }";default:return e}}function s(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),a=1;a1){var l=o.pop();c=o.join("---COMMA---"),0===l.indexOf(" at ")?c+=l:c+="---COMMA---"+l}else c=o[0];console[s](c)}i.r(e),i.d(e,"log",(function(){return s})),i.d(e,"default",(function(){return o}))},f3d3:function(t,e,i){var a=i("054a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5e39046c",a,!0,{sourceMap:!1,shadowMode:!1})},f403:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},f40c:function(t,e,i){"use strict";i.r(e);var a=i("6a91"),n=i("a487");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("09e9");for(var r in s)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(r);i("5f0b");var o=i("828b"),c=i("6a14");n["default"].__module="renderswipe";var l=Object(o["a"])(s["default"],a["b"],a["c"],!1,null,"4fc4ab3c",null,!1,a["a"],n["default"]);"function"===typeof c["a"]&&Object(c["a"])(l),e["default"]=l.exports},f519:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-calendar[data-v-3fc8fc13]{display:flex;flex-direction:column}.uni-calendar__mask[data-v-3fc8fc13]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-property:opacity;transition-duration:.3s;opacity:0;z-index:99}.uni-calendar--mask-show[data-v-3fc8fc13]{opacity:1}.uni-calendar--fixed[data-v-3fc8fc13]{position:fixed;bottom:calc(var(--window-bottom));left:0;right:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;-webkit-transform:translateY(460px);transform:translateY(460px);z-index:99}.uni-calendar--ani-show[data-v-3fc8fc13]{-webkit-transform:translateY(0);transform:translateY(0)}.uni-calendar__content[data-v-3fc8fc13]{background-color:#fff}.uni-calendar__content-mobile[data-v-3fc8fc13]{border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 0 5px 3px rgba(0,0,0,.1)}.uni-calendar__header[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px}.uni-calendar__header uni-picker[data-v-3fc8fc13]{text-align:center!important;width:calc(100% - 180px)!important}.uni-calendar__header-mobile[data-v-3fc8fc13]{padding:5px;padding-bottom:0}.uni-calendar--fixed-top[data-v-3fc8fc13]{display:flex;flex-direction:row;justify-content:space-between;border-top-color:rgba(0,0,0,.4);border-top-style:solid;border-top-width:1px}.uni-calendar--fixed-width[data-v-3fc8fc13]{width:50px}.uni-calendar__backtoday[data-v-3fc8fc13]{position:absolute;right:0;top:25rpx;padding:0 5px;padding-left:10px;height:25px;line-height:25px;font-size:12px;border-top-left-radius:25px;border-bottom-left-radius:25px;color:#fff;background-color:#f1f1f1}.uni-calendar__header-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:15px;color:#666}.uni-calendar__button-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:14px;color:#007aff;letter-spacing:3px}.uni-calendar__header-btn-box[data-v-3fc8fc13]{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50px;height:50px}.uni-calendar__header-btn[data-v-3fc8fc13]{width:9px;height:9px;border-left-color:grey;border-left-style:solid;border-left-width:1px;border-top-color:#555;border-top-style:solid;border-top-width:1px}.uni-calendar--left[data-v-3fc8fc13]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-calendar--right[data-v-3fc8fc13]{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.uni-calendar__weeks[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row}.uni-calendar__weeks-item[data-v-3fc8fc13]{flex:1}.uni-calendar__weeks-day[data-v-3fc8fc13]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40px;border-bottom-color:#f5f5f5;border-bottom-style:solid;border-bottom-width:1px}.uni-calendar__weeks-day-text[data-v-3fc8fc13]{font-size:12px;color:#b2b2b2}.uni-calendar__box[data-v-3fc8fc13]{position:relative;padding-bottom:7px}.uni-calendar__box-bg[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0}.uni-calendar__box-bg-text[data-v-3fc8fc13]{font-size:200px;font-weight:700;color:#999;opacity:.1;text-align:center;line-height:1}.uni-date-changed[data-v-3fc8fc13]{padding:0 10px;text-align:center;color:#333;border-top-color:#dcdcdc;border-top-style:solid;border-top-width:1px;flex:1}.uni-date-btn--ok[data-v-3fc8fc13]{padding:20px 15px}.uni-date-changed--time-start[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-end[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-date[data-v-3fc8fc13]{color:#999;line-height:50px;margin-right:5px}.time-picker-style[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center}.mr-10[data-v-3fc8fc13]{margin-right:10px}.dialog-close[data-v-3fc8fc13]{position:absolute;top:0;right:50px;bottom:0;display:flex;flex-direction:row;align-items:center;width:50px;justify-content:center;margin-top:5px}.dialog-close-plus[data-v-3fc8fc13]{width:16px;height:2px;background-color:#737987;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dialog-close-rotate[data-v-3fc8fc13]{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-datetime-picker--btn[data-v-3fc8fc13]{border-radius:100px;height:40px;line-height:40px;background-color:#007aff;color:#fff;font-size:16px;letter-spacing:2px}.uni-datetime-picker--btn[data-v-3fc8fc13]:active{opacity:.7}',""]),t.exports=e},f52d:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("ea80").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-scroll-view",{staticClass:t._$g(2,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("3-"+r,"c"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1),t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]):t._e()],1)}))],2)],1)],1),t._l(t._$g(13,"f"),(function(e,a,n,r){return t._$g("13-"+r,"i")?i("uni-view",{key:e,attrs:{_i:"13-"+r}},[i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-text",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v("\u8bad\u7ec3\u6210\u7ee9\u4e3a")])],1),i("uni-view",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[i("uni-view",{staticClass:t._$g("19-"+r,"sc"),attrs:{_i:"19-"+r}},[i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[i("v-uni-text",{staticClass:t._$g("22-"+r,"sc"),attrs:{_i:"22-"+r}}),t._v(t._$g("21-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("23-"+r,"sc"),attrs:{_i:"23-"+r}},[i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[t._v(t._$g("24-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("25-"+r,"sc"),attrs:{_i:"25-"+r}},[i("v-uni-text",{staticClass:t._$g("26-"+r,"sc"),attrs:{_i:"26-"+r}}),t._v(t._$g("25-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("uni-view",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}}),i("uni-view",{staticClass:t._$g("29-"+r,"sc"),attrs:{_i:"29-"+r}},[i("v-uni-text",{staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}}),t._v(t._$g("29-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[i("uni-view",{staticClass:t._$g("32-"+r,"sc"),attrs:{_i:"32-"+r}},[t._v(t._$g("32-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}}),t._v(t._$g("33-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("35-"+r,"sc"),attrs:{_i:"35-"+r}},[i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}}),i("uni-view",{staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("v-uni-text",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}),t._v(t._$g("37-"+r,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[i("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[i("qiun-data-charts",{attrs:{_i:"41-"+r}}),i("uni-view",{staticClass:t._$g("42-"+r,"sc"),attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))])],1),t._$g("43-"+r,"i")?i("uni-view",{staticClass:t._$g("43-"+r,"sc"),attrs:{_i:"43-"+r}},[i("v-uni-text",{style:t._$g("44-"+r,"s"),attrs:{_i:"44-"+r}},[t._v(t._$g("44-"+r,"t0-0"))])],1):t._e(),t._$g("45-"+r,"i")?i("uni-view",{staticClass:t._$g("45-"+r,"sc"),attrs:{_i:"45-"+r}},[t._v("\u603b\u6210\u7ee9\u4e3a"+t._$g("45-"+r,"t0-0")+"\u5206")]):t._e()],1)],1),t._$g("46-"+r,"i")?i("uni-view",{staticClass:t._$g("46-"+r,"sc"),attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))]):t._e()],1):t._e()})),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[i("v-uni-image",{attrs:{src:"/static/charts.png",_i:51}})],1),i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[t._v(t._$g(52,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-image",{attrs:{src:"/static/add.png",_i:55}})],1),i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v(t._$g(56,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[i("v-uni-image",{attrs:{src:"/static/pk.png",_i:59}})],1),i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60}},[t._v(t._$g(60,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[i("v-uni-image",{attrs:{src:"/static/history.png",_i:63}})],1),i("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},[t._v(t._$g(64,"t0-0")+t._$g(64,"t0-1"))])],1)],1)],1),i("publicAdd",{attrs:{_i:65}})],2)},r=[]},f535:function(t,e,i){"use strict";i.r(e);var a=i("464c"),n=i("7b0b");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("fa96");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4b654b12",null,!1,a["a"],void 0);e["default"]=o.exports},f576:function(t,e,i){"use strict";var a=i("3c39"),n=i.n(a);n.a},f6fb:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-21337819]{padding:0 15px;min-height:100vh;background-color:#f7f7f7}.list[data-v-21337819]{margin-top:15px;background-color:#fff!important}.list uni-icon[data-v-21337819]{background-color:#f7f7f7;border:8px solid #f7f7f7;position:relative}.list uni-icon[data-v-21337819]::after{content:"";width:10px;height:10px;border-radius:50%;background-color:red;position:absolute;top:0;right:0}.list .time[data-v-21337819]{display:inline-block;font-weight:700;width:100%;display:flex;align-items:center;justify-content:space-between}.list .time .name[data-v-21337819]{color:#333;width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:0}.list .time .date[data-v-21337819]{font-weight:500;font-size:12px;width:auto;margin-top:0;float:right}',""]),t.exports=e},f8f6:function(t,e,i){"use strict";var a=i("c799"),n=i.n(a);n.a},f95d:function(t,e,i){var a=i("49fe");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f5edc2f2",a,!0,{sourceMap:!1,shadowMode:!1})},f98a:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-4948e7b0]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-4948e7b0]{top:20%}.close[data-v-4948e7b0]{background:#fff!important;float:left;color:#333}',""]),t.exports=e},f994:function(t,e,i){"use strict";i.r(e);var a=i("11cc"),n=i("53ab");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("7b00");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"09fa18c3",null,!1,a["a"],void 0);e["default"]=o.exports},f9aa:function(t,e,i){"use strict";i.r(e);var a=i("953f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fa40:function(t,e,i){"use strict";i.r(e);var a=i("2b27"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fa96:function(t,e,i){"use strict";var a=i("f3d3"),n=i.n(a);n.a},faf6:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},fb2b:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-text",{attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),t._v(t._$g(1,"t1-0"))],1),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(7,"t1-0"))],1),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(9,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),class:t._$g(11,"c"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(14,"a-end"),value:t._$g(14,"a-value"),fields:t._$g(14,"a-fields"),_i:14},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")),i("v-uni-icon",{staticClass:t._$g(16,"sc"),attrs:{_i:16}})],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(17,"sc"),class:t._$g(17,"c"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-input",{staticClass:t._$g(20,"sc"),attrs:{type:"digit",placeholder:t._$g(20,"a-placeholder"),_i:20},model:{value:t._$g(20,"v-model"),callback:function(e){t.$handleVModelEvent(20,e)},expression:"dadheight "}}),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(21,"sc"),class:t._$g(21,"c"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))]),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-input",{staticClass:t._$g(24,"sc"),attrs:{type:"digit",placeholder:t._$g(24,"a-placeholder"),_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"momheight"}}),t._v("cm")],1)],1)],1),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))]),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v(t._$g(27,"t0-0"))]),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("v-uni-text",{attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))]),t._v("cm")],1),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-text",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))]),t._$g(32,"i")?i("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\xb1"+t._$g(32,"t0-0"))]):t._e(),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(33,"t0-0"))]),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(t._$g(36,"t0-0"))]),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))]),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v(t._$g(38,"t0-0"))])],1)],1)},r=[]},fb74:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},fbb2:function(t,e,i){var a=i("1437");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("233d45d2",a,!0,{sourceMap:!1,shadowMode:!1})},fc43:function(t,e,i){"use strict";i.r(e);var a=i("d72b"),n=i("0ecf");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5425");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"613f1026",null,!1,a["a"],void 0);e["default"]=o.exports},fd21:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.text[data-v-5c0b8cc6]{position:absolute;top:0;width:100%;text-align:center;height:50px;line-height:50px;font-size:36rpx;color:#37cc92;font-weight:700}.tips[data-v-5c0b8cc6]{position:absolute;width:100%;bottom:15px;line-height:24px}.tips uni-view[data-v-5c0b8cc6]{font-size:32rpx;color:#37cc92;font-weight:700;margin-left:15px}.tips uni-text[data-v-5c0b8cc6]{font-size:32rpx;width:100%;display:block;margin-left:20px;color:#999}.list[data-v-5c0b8cc6]{position:absolute;width:100%;display:flex;align-items:center;flex-wrap:wrap}.list .item[data-v-5c0b8cc6]{width:30%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;left:55%;top:-10px}.list .item uni-image[data-v-5c0b8cc6]{width:45px;height:45px;border-radius:50%;background-color:#fff}.list .item uni-text[data-v-5c0b8cc6]{display:block;width:100%;font-size:32rpx;color:#666;margin-top:5px;text-align:center}.list .item[data-v-5c0b8cc6]:nth-of-type(2){left:calc(55% - 60px);top:50px}.list .item[data-v-5c0b8cc6]:nth-of-type(3){left:calc(50% - 140px);top:90px}.list .item[data-v-5c0b8cc6]:nth-of-type(4){left:calc(61% + 20px);top:70px}.list .item[data-v-5c0b8cc6]:nth-of-type(5){left:20%;top:-100px}.list .item[data-v-5c0b8cc6]:nth-of-type(6){left:calc(20% - 16px);top:-38px}.list .item[data-v-5c0b8cc6]:nth-of-type(7){left:0;top:15px}.list .item[data-v-5c0b8cc6]:nth-of-type(8){left:calc(20% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(9){left:calc(20% + 96px);top:-80px}.list .item[data-v-5c0b8cc6]:nth-of-type(10){left:37px;top:-170px}.list .item[data-v-5c0b8cc6]:nth-of-type(11){left:calc(20% + 75px);top:130px}.list .item[data-v-5c0b8cc6]:nth-of-type(12){left:-10px;top:-104px}.list .item[data-v-5c0b8cc6]:nth-of-type(13){left:calc(47% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(14){left:calc(53% + 75px);top:-50px}.container[data-v-5c0b8cc6]{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.container[data-v-5c0b8cc6]::after{content:"";width:20px;height:20px;border-radius:50%;background-color:#fbb780;position:absolute;z-index:9}.point-area[data-v-5c0b8cc6]{text-align:center;position:relative;width:400rpx;height:400rpx;transition:opacity .5s ease-out}.point-10[data-v-5c0b8cc6],\n.point-40[data-v-5c0b8cc6],\n.point-80[data-v-5c0b8cc6],\n.point-100[data-v-5c0b8cc6],\n.point-120[data-v-5c0b8cc6]{width:100%;height:100%}.point-10[data-v-5c0b8cc6]:after,\n.point-40[data-v-5c0b8cc6]:after,\n.point-80[data-v-5c0b8cc6]:after,\n.point-100[data-v-5c0b8cc6]:after,\n.point-120[data-v-5c0b8cc6]:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:0;border:1px solid #f7cb6b;animation-play-state:paused;-webkit-animation-play-state:paused}.point-10[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite;animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite}.point-40[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite;animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite}.point-80[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite}.point-100[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite}.point-120[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite}@-webkit-keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}@keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}',""]),t.exports=e},fd9d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{wxsProps:{}}},components:{}}},fda1:function(t,e,i){"use strict";i.r(e);var a=i("a104"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fdae:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},n=[]},fef9:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-e7890af6]{width:100%;min-height:100vh;background-color:#f5f6fa}.skiptop[data-v-e7890af6]{margin-top:15px}.tabbar[data-v-e7890af6]{width:100%;margin-top:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-e7890af6]{position:relative}.tabbar .active[data-v-e7890af6]:after{content:"";height:3px;width:100%;position:absolute;bottom:-8px;left:0;border-radius:5px;background:#37cc92}.box1[data-v-e7890af6]{background-color:#fff;padding:10px!important;color:#999;margin:15px;border-radius:10px;width:calc(100%- 30px)}.box1 .time[data-v-e7890af6]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .item[data-v-e7890af6]{width:100%;color:#333;font-size:44rpx;text-align:center;margin-bottom:15px}.box1 .item uni-text[data-v-e7890af6]{display:block}.box1 .item .item-ite[data-v-e7890af6]{font-size:36rpx;margin-bottom:15px;width:100%}.box1 .item .item-set[data-v-e7890af6]{width:calc(100% - 30px);display:flex;align-items:center;height:55px;line-height:55px;font-size:60rpx;margin-bottom:5px;background-color:#f7f7f7;padding:0 15px;justify-content:space-between;margin:auto;position:relative}.box1 .item .item-set[data-v-e7890af6] uni-input{font-size:60rpx;height:55px;line-height:55px}.box1 .item .item-set0[data-v-e7890af6]{background-color:#fff;justify-content:center}.box1 .item .tips[data-v-e7890af6]{font-size:32rpx;color:#999;margin-top:10px}.box1 .start[data-v-e7890af6]{color:#fff;width:100px;height:100px;font-size:36rpx;font-weight:700;line-height:100px;text-align:center;border-radius:50%;background:#37cc92;margin:15px auto}.box1 .Nstart[data-v-e7890af6]{opacity:.5!important}.status[data-v-e7890af6]{background-color:#fff}.status uni-image[data-v-e7890af6]{width:18px;height:18px}.status .icon_link[data-v-e7890af6]{-webkit-animation:rotation-data-v-e7890af6 .6s infinite linear;animation:rotation-data-v-e7890af6 .6s infinite linear}@-webkit-keyframes rotation-data-v-e7890af6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation-data-v-e7890af6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}',""]),t.exports=e},ff04:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(4,"a-src"),_i:4}})],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("v-uni-text",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")+"\uff1a"+t._$g(8,"t0-1"))]),i("v-uni-text",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")+"\uff1a"+t._$g(9,"t0-1")+t._$g(9,"t0-2"))])],1),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")+t._$g(10,"t0-1")+"\uff1a"+t._$g(10,"t0-2"))]):t._e()],1),t._$g(11,"i")?i("v-uni-text",{staticClass:t._$g(11,"sc"),attrs:{_i:11},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1):i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("+")])],1)],1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._$g(16,"i")?i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:17}},[t._v("\u4e2d\u62db\u5730\u533a\u6807\u51c6\uff1a")]),i("uni-view",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0")),i("uni-icons",{attrs:{_i:19}})],1)],1):t._e(),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1),i("v-uni-picker-view",{staticClass:t._$g(25,"sc"),attrs:{value:t._$g(25,"a-value"),"indicator-style":t._$g(25,"a-indicator-style"),_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:26}},t._l(t._$g(27,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[t._v(t._$g("27-"+r,"t0-0"))])})),1),i("v-uni-picker-view-column",{attrs:{_i:28}},t._l(t._$g(29,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("29-"+r,"sc"),attrs:{_i:"29-"+r}},[t._v(t._$g("29-"+r,"t0-0"))])})),1)],1)],1)],1):t._e()],1),i("drawer",{attrs:{_i:30}})],1)},r=[]},ff8e:function(t,e,i){var a=i("fd21");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("89848208",a,!0,{sourceMap:!1,shadowMode:!1})},ffe2:function(t,e,i){"use strict";i.r(e);var a=i("a3b5"),n=i("4468");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("1554");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7cc2eab0",null,!1,a["a"],void 0);e["default"]=o.exports}}); \ No newline at end of file diff --git a/unpackage/cache/wgt/__UNI__20604F1/manifest.json b/unpackage/cache/wgt/__UNI__20604F1/manifest.json index eaa998a8..20a74e27 100644 --- a/unpackage/cache/wgt/__UNI__20604F1/manifest.json +++ b/unpackage/cache/wgt/__UNI__20604F1/manifest.json @@ -1 +1 @@ -{"@platforms":["android","iPhone","iPad"],"id":"__UNI__20604F1","name":"Reedaw","version":{"name":"1.3.2","code":132},"description":"面向儿童青少年的健康体质测量APP","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Bluetooth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":true,"delay":0,"target":"id:1","waiting":true},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#37cc92"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"template":"index.html","compattible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"},"prerendered":"false"}},"splashscreen":{"androidStyle":"common","android":{"hdpi":"static/logo.png","xhdpi":"static/logo.png","xxhdpi":"static/logo.png"},"useOriginalMsgbox":true},"google":{"abiFilters":["arm64-v8a","x86"],"permissions":["","","","","","","","","","","","","","",""],"packagename":"uni.UNI20604F1","aliasname":"qingce","password":"e7l98mrpB0Uj4WWFn9y0Mg==","keystore":"google-keystore.keystore","custompermissions":true},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSBluetoothAlwaysUsageDescription":"需要蓝牙权限来连接设备","NSBluetoothPeripheralUsageDescription":"使用蓝牙与外设通信"},"plistcmds":["Add :UIFileSharingEnabled bool true"],"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"debug":true,"syncDebug":true,"orientation":"portrait-primary"},"uniStatistics":{"enable":false,"version":"2"},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.24","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png","text":"记录"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png","text":"资讯"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png","text":"我的"}],"borderStyle":"rgba(0,0,0,0.4)","height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html","adid":"124881220911"},"locale":"zh-Hans"} \ No newline at end of file +{"@platforms":["android","iPhone","iPad"],"id":"__UNI__20604F1","name":"Reedaw","version":{"name":"1.3.4","code":134},"description":"面向儿童青少年的健康体质测量APP","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Bluetooth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":true,"delay":0,"target":"id:1","waiting":true},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#37cc92"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"template":"index.html","compattible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"},"prerendered":"false"}},"splashscreen":{"androidStyle":"common","android":{"hdpi":"static/logo.png","xhdpi":"static/logo.png","xxhdpi":"static/logo.png"},"useOriginalMsgbox":true},"google":{"abiFilters":["arm64-v8a","x86"],"permissions":["","","","","","","","","","","","","","",""],"packagename":"uni.UNI20604F1","aliasname":"qingce","password":"e7l98mrpB0Uj4WWFn9y0Mg==","keystore":"google-keystore.keystore","custompermissions":true},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSBluetoothAlwaysUsageDescription":"需要蓝牙权限来连接设备","NSBluetoothPeripheralUsageDescription":"使用蓝牙与外设通信"},"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":"portrait-primary"},"uniStatistics":{"enable":false,"version":"2"},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.24","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png"}],"borderStyle":"rgba(0,0,0,0.4)","height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html","adid":"124881220911"},"locale":"zh-Hans","fallbackLocale":"en"} \ No newline at end of file diff --git a/unpackage/cache/wgt/__UNI__20604F1/static/dui1.png b/unpackage/cache/wgt/__UNI__20604F1/static/dui1.png new file mode 100644 index 00000000..990eb9ab Binary files /dev/null and b/unpackage/cache/wgt/__UNI__20604F1/static/dui1.png differ diff --git a/unpackage/cache/wgt/__UNI__20604F1/static/en.png b/unpackage/cache/wgt/__UNI__20604F1/static/en.png new file mode 100644 index 00000000..9838428f Binary files /dev/null and b/unpackage/cache/wgt/__UNI__20604F1/static/en.png differ diff --git a/unpackage/cache/wgt/__UNI__20604F1/static/phone.png b/unpackage/cache/wgt/__UNI__20604F1/static/phone.png new file mode 100644 index 00000000..1774324a Binary files /dev/null and b/unpackage/cache/wgt/__UNI__20604F1/static/phone.png differ diff --git a/unpackage/cache/wgt/__UNI__20604F1/static/q11.png b/unpackage/cache/wgt/__UNI__20604F1/static/q11.png new file mode 100644 index 00000000..4a55efab Binary files /dev/null and b/unpackage/cache/wgt/__UNI__20604F1/static/q11.png differ diff --git a/unpackage/dist/build/app-plus/app-config-service.js b/unpackage/dist/build/app-plus/app-config-service.js index 43e09c2c..9808e742 100644 --- a/unpackage/dist/build/app-plus/app-config-service.js +++ b/unpackage/dist/build/app-plus/app-config-service.js @@ -1,8 +1,8 @@ var isReady=false;var onReadyCallbacks=[]; var isServiceReady=false;var onServiceReadyCallbacks=[]; -var __uniConfig = {"pages":["pages/home/home","pages/skiping/skip","pages/skiping/charts","pages/lunging/vitalcapacity","pages/lunging/charts","pages/my/me","pages/score/score","pages/PublicCards/PublicCards","pages/body/body","pages/zixun/list","pageTwo/history/history","pageTwo/history/historyDetail","pageTwo/compk/contrast","pageTwo/compk/pkdetail","pageTwo/cardList/card","pageTwo/business/business","pageTwo/business/addDevice","pageTwo/business/search","pageTwo/score/history","pageTwo/score/report","pageTwo/my/manage","pageTwo/message/list","pageTwo/my/userInfo","pageTwo/login/forgetPassword","pageTwo/login/login","pageTwo/my/about","pageTwo/setting/setting","pageTwo/setting/password","pageTwo/setting/email","pageTwo/setting/phone","pageTwo/devices/search","pageTwo/devices/G02","pageTwo/devices/PCL","pageTwo/devices/PCV02","pageTwo/devices/PCT01","pageTwo/devices/B20","pageTwo/devices/PCL22","pageTwo/devices/PCL22S","pageTwo/notepad/notepad","pageTwo/notepad/addNotepad","pageTwo/PublicCards/charts","pageTwo/PublicCards/history","pageTwo/PublicCards/contrast","pageTwo/PublicCards/pkdetail","pageTwo/home/inheritHeighet","pageTwo/home/bmi","pageTwo/webview/webview"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"","navigationBarBackgroundColor":"#37cc92","backgroundColor":"#fff"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png","text":"记录"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png","text":"资讯"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Reedaw","compilerVersion":"4.24","entryPagePath":"pages/home/home","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; -var __uniRoutes = [{"path":"/pages/home/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/skip","meta":{},"window":{"navigationBarTitleText":"跳绳数据","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线","enablePullDownRefresh":false}},{"path":"/pages/lunging/vitalcapacity","meta":{},"window":{"navigationBarTitleText":"肺活量数据","enablePullDownRefresh":true,"onReachBottomDistance":50,"navigationBarBackgroundColor":"#000000","backgroundColor":"#000000"}},{"path":"/pages/lunging/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线","enablePullDownRefresh":false}},{"path":"/pages/my/me","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/score/score","meta":{},"window":{"navigationBarTitleText":"分数评估","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/PublicCards/PublicCards","meta":{},"window":{"navigationBarTitleText":"对比详情"}},{"path":"/pages/body/body","meta":{},"window":{"navigationBarTitleText":"身体数据","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/zixun/list","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/history/history","meta":{},"window":{"navigationBarTitleText":"历史记录","enablePullDownRefresh":false}},{"path":"/pageTwo/history/historyDetail","meta":{},"window":{"navigationBarTitleText":"记录详情","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情","enablePullDownRefresh":false}},{"path":"/pageTwo/cardList/card","meta":{},"window":{"navigationBarTitleText":"卡片设置","enablePullDownRefresh":false}},{"path":"/pageTwo/business/business","meta":{},"window":{"navigationBarTitleText":"设备管理","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/business/addDevice","meta":{},"window":{"navigationBarTitleText":"设备列表","enablePullDownRefresh":false}},{"path":"/pageTwo/business/search","meta":{},"window":{"navigationBarTitleText":"搜索设备","enablePullDownRefresh":false}},{"path":"/pageTwo/score/history","meta":{},"window":{"navigationBarTitleText":"估分历史","enablePullDownRefresh":false}},{"path":"/pageTwo/score/report","meta":{},"window":{"navigationBarTitleText":"估分报告","enablePullDownRefresh":false}},{"path":"/pageTwo/my/manage","meta":{},"window":{"navigationBarTitleText":"成员管理","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/message/list","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/my/userInfo","meta":{},"window":{"navigationBarTitleText":"资料"}},{"path":"/pageTwo/login/forgetPassword","meta":{},"window":{"navigationBarTitleText":"密码","enablePullDownRefresh":false}},{"path":"/pageTwo/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pageTwo/my/about","meta":{},"window":{"navigationBarTitleText":"关于我们","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/setting","meta":{},"window":{"navigationBarTitleText":"设置","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/password","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/email","meta":{},"window":{"navigationBarTitleText":"绑定邮箱","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/phone","meta":{},"window":{"navigationBarTitleText":"绑定手机号","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/search","meta":{},"window":{"navigationBarTitleText":"蓝牙搜索","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/G02","meta":{},"window":{"navigationBarTitleText":"测量","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL","meta":{},"window":{"navigationBarTitleText":"测量","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCV02","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCT01","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/B20","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22S","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/notepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/addNotepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/PublicCards/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线"}},{"path":"/pageTwo/PublicCards/history","meta":{},"window":{"navigationBarTitleText":"历史记录"}},{"path":"/pageTwo/PublicCards/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比"}},{"path":"/pageTwo/PublicCards/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情"}},{"path":"/pageTwo/home/inheritHeighet","meta":{},"window":{"navigationBarTitleText":"身高预测"}},{"path":"/pageTwo/home/bmi","meta":{},"window":{"navigationBarTitleText":"BMI测评"}},{"path":"/pageTwo/webview/webview","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}]; +var __uniConfig = {"pages":["pages/home/home","pages/skiping/skip","pages/skiping/charts","pages/lunging/vitalcapacity","pages/lunging/charts","pages/my/me","pages/score/score","pages/PublicCards/PublicCards","pages/body/body","pages/zixun/list","pageTwo/history/history","pageTwo/history/historyDetail","pageTwo/compk/contrast","pageTwo/compk/pkdetail","pageTwo/cardList/card","pageTwo/business/business","pageTwo/business/addDevice","pageTwo/business/search","pageTwo/score/history","pageTwo/score/report","pageTwo/my/manage","pageTwo/message/list","pageTwo/my/userInfo","pageTwo/login/forgetPassword","pageTwo/login/login","pageTwo/my/about","pageTwo/setting/setting","pageTwo/setting/password","pageTwo/setting/email","pageTwo/setting/phone","pageTwo/devices/search","pageTwo/devices/G02","pageTwo/devices/PCL","pageTwo/devices/PCV02","pageTwo/devices/PCT01","pageTwo/devices/B20","pageTwo/devices/PCL22","pageTwo/devices/PCL22S","pageTwo/notepad/notepad","pageTwo/notepad/addNotepad","pageTwo/PublicCards/charts","pageTwo/PublicCards/history","pageTwo/PublicCards/contrast","pageTwo/PublicCards/pkdetail","pageTwo/home/inheritHeighet","pageTwo/home/bmi","pageTwo/home/childPK","pageTwo/webview/webview"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"","navigationBarBackgroundColor":"#37cc92","backgroundColor":"#fff"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Reedaw","compilerVersion":"4.24","entryPagePath":"pages/home/home","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locale":"","fallbackLocale":"en","locales":{"en":{"tips":{"msgTitle":"Friendly reminder","msgResetData":"Data reset in progress","msgSuccess":"Measurement successful!","msgFail":"Measurement failed!","msgUpgradeFail":"Upgrade Failed","msgDownloading":" Downloading now","msgLatestVersion":"It's the latest version!","msgCancel":"You have cancelled the operation!","msgLoginSuccess":"Login successful!","msgDelete":"Deletion successful","msgSetSuccess":"Set successfully","msgbindt":"Binding successful!","msgUnBind":"Unbind successfully!","msgBottom":"It's all there. Let's see something else.","msgNoMoreData":"There's no more data!","msgCalculating ":" Under calculation ","msgSetPasswordSuccess":"The password was set successfully.","msgAddUser":"There are no members yet. Please add them first.","verifyNickName":"Please enter the nickname","verifyNotOptional":"Future dates are not selectable","verifyDate":"Please select the measurement date","verifyBirthday":"Please select your date of birth","verifyHeight":"Please enter your height","verifyWeight":"Please enter your weight","verifyHead":"Please enter the head circumference","verifyHeightDad":"Please enter Dad's height.","verifyHeightMom":"Please enter Mom's height","verifyGender":"Please select gender","verifyBontrast":"Please select the data","verifyBodyDate":"Please select the correct time","verifyRecordType":"Please select the measurement item","verifyRecordTime":" Please enter the duration","verifyRecordNumber":"Please enter the number","verifyRecord":"Please enter","verifyPicker":"Please select","verifyAccount":"Please enter the correct Mobile phone or email address.","verifyEmail":"Please enter your email address","verifyEmailCorrect":"Please enter the correct email address","verifyMobile":"Please enter your Mobile phone","verifyMobileCorrect":"Please enter the correct phone number","verifyCode":"Please enter the verification code","verifyPassword":"Please enter your password","verifyPasswordTwo":"Please enter the confirmation password","verifyPasswordCorrect":"Please confirm that the password is filled in the same way twice.","verifyAgreement":"Please confirm and check the agreement first.","verifyOutLogin":"Do you want to log out?","verifyDeleteUser":"Do you want to delete this member?","verifyDeleteHistory":"Do you want to delete the current measurement record?","verifyUnbindt":"Do you want to unbind this device?","verifybindt":"Do you want to bind this device?","verifyDeleteAccount":"After a successful deletion, all associated information of this account will be cleared and cannot be retrieved. Do you want to delete it?","btnConfirm":"Confirm","btnSubmit":"Submit","btnSancellation":"Cancel","btnContinue":"Continue","btnBack":"Return","btnDelete":"Delete"},"common":{"titleSetLanguage":"Language Settings","titleSkipping":"Skipping rope data","titlevVitalcapacity":"Vitalcapacity data","titleCharts":"Motion curve","titleHome":"Record","titleNews":"Information","titleMe":"My","titleScore":"Estimated Score for the High School Entrance Examination","titleScoreHistory":"EstimatedScoreHistory","titleScoreReport":"EstimatedScoreReport","titleContrast":"Data comparison","titleDetail":"Details","titleBody":"Curve/Target","titleIncrement":"Increment","titleLanguage":"Language switching","titleHistory":"historical","titleCardSet":"Card Settings","titlebBusiness":"Equipment Management","titleBusinesAdd":"Add equipment","titleBusinesSList":"Device List","titleBusinesSearch":"Search Device","titleInheritHeighet":"Height Prediction","titleBmi":"BMI Assessment","titlePhone":"Bind the Mobile phone","titleEmail":"Bound Email","titlePasswordEdit":"Change password","titleSet":"Settings","titleDate":"Date","titleMember":"Data","titleManage":"Member Management","titleManageAdd":"Add Member","titleAboutUs":"AboutUs","titleSetPassword":"Set password","titlePassword":"Password","titleConfirmPassword":"Confirmation Password","titleForgotPassword":"Forgot password","titleCode":"Verification code","titleSendCode":"Send code","titleSendCodeRetry":"send again","titleLogin":"Login","titleRegister":"Register","titleToggleLogin":"Switch Login","titleAccountText":"Mobile phone/Email","titleAgreementText":"Read and agree","titleAgreementContntText":"Privacy Agreement","titleVersionUpdate":"VersionUpdate","titleNewVersion":"New version","infoAvatar":"Avatar","infoNickname":"Nickname","infoMobile":"Mobile phone","infoEmail":"Mailbox","infoAge":"age","infoAgeunit":"year","infoGender":"gender","infoMan":"Man","infoWoman":"Woman","infoUnknown":"unknown","infoBirthday":"Birthday","infoNowUser":"Currently","infoHeight":"height","infoHead":"HC","infoWeight":"weight","infoBMI":"BMI","infoAddress":"Region","btnEdit":"edit","btnDelete":"Delete","btnAdd":"Add","btnDetails":"Details","btnUnbind":"Unbind","btnBMI":"Calculate immediately","btnDeleteAccount":"Delete account","btnLogOut":"Log out","btnContrast":"contrast"},"linkBluetooth":{"onBluetoothTips":"Please make sure the device is on.","onBluetoothHaveFound":"Has been discovered","onBluetoothDevice":"device","onBluetoothMac":"mac address","onBluetoothBind":"Device Binding Process Description","onBluetoothSelect":"Select BLE for binding","onPhoneBluetoothTips":"The phone's BLE is not turned on.","onDeviceBluetoothTips":"Please make sure the device is powered on and the BLE permission on your phone is enabled!","accreditTips ":"You need to authorize the use of your mobile phone's BLE","openBluetoothSuccess":"BLE permission was obtained successfully. Reconnect to BLE.","openSettingFail":"Failed to obtain permission","isLinkBluetooth":"Please connect the device first.","startlinkBluetooth":"Start Connecting","linkBluetooth":"BLE connection in progress","anewlinkBluetooth":"reconnection","linkBluetoothFail":"Connection failed","linkBluetoothSuccess":"The connection is successful. Start measuring","startSearchBluetooth":"Start searching","searchBluetooth":"BLE search ongoing","searchBluetoothFail":"Search again","Nodevicefound":"No BLE device was found","onDeviceMeasureTips":"Please make sure the device is on.","openDeviceeMeasureTips":"Please turn on the Bluetooth of your mobile phone","openDeviceeMeasureTips2":"Please turn on the location information of your mobile phone","deviceDisconnection":"Connection interrupted Reconnect","offBluetooth":"BLE is turned off. Measure after turning on BLE.","remeasure":"Remeasure","StableWeight":"Stable weight","StableWeightText":"stable weight is :","realTimeWeight":"Real-time weight","realTimeWeightText":"real-time weight is :","heightText":"Your height is","zeroBtn":"zero","LockBtn":"Lock","SaveResult":"Save","measureResultTips":"Measurement Result Tips","nowWeight":"this weight ","lastHeight":"last height ","lastWeight":"last weight ","nowHeight":"this height ","lastHead":"last head ","errorOperation":"Operation error. Please remeasure."},"lung":{"lungTitle":"Lung Capacity Test","lungExplain0":"Lung capacity tests can help us better understand you and generate a detailed health report for you.","lungsuction":"Inspiratory vital capacity","lungsuctionspeed":"Inhalation speed","averagelungsuction":"average suction vital capacity","isMarginal":"reach the standard","lungHello":"Hello!","lungfirst":"Hello!The first test begins","lungsecond":"Hello!The second test begins","lungthird":"Hello!The third test begins","lungstart":"The test begins","lungExplain1":"Put down the breathing trainer, exhale slowly and empty the air in your lungs as much as possible.","lungExplain2":"Use the breathing trainer and inhale slowly until you reach your limit.","lungExplain3":"Based on your personal information, your qualifying inspiratory vital capacity is","nowlungsuctionspeed":"You are testing the inhalation speed this time","lungresult":"Lung capacity test result","lungExplain4":"Based on your physical condition and improvement goals, we will generate a detailed health report for you.","lunglookreport":"View this Report","lunganewstart":"seconds later","Marginal":"Pass","oneNumberTips":"Please enter the first inhalation value","twoNumberTips":"Please enter the second inhalation value.","threeNumberTips":"Please enter the third inhalation value"},"skip":{"today_jump_num":"Today's number","today_jump_time":"Today's duration","today_jump_kcal":"kcal","jumpFree":"Jump freely","backwardCount":"Reverse count","Countdown":"Countdown","jumpFreedom":"Freedom","instructStart":"Start","jumpFreeDegree":"Free number of times","jumpFreeNumber":"Number","jumpTargetDegree":"number","jumpUnlimited":"Unrestricted","jumpTarget":"Adjust the target","jumpTargetTime":"Target duration in minutes: seconds","MinuteSecond":"time","Consumed":"consume","LongpressEnd":"Longpress end","AverageSpeed":"average speed","Unit":"Number per minute","Numberofinterrupts":"Numberofinterrupts","Times":"frequency","LongestConsecutive":"longest continuum","Number":"Number","trainingsNumber":"Number","complete":"Finished","instructContinuous":"Continuous","instructStop":"Stop","instructEnd":"end","instructContinue":"Continue","instructPause":"Pause","linkBluetoothFail":"Connection disconnected","deviceDisconnection":"The connection with the device was interrupted during training. Please reconnect the device and start training again.","ToggleTrainingsTips":"Do not switch training during the training process. Return to training.","NOComplete":"If the rope skipping time this time is less than 10 seconds, will the record not be saved?"},"index.home":"Record","index.bmi":"BMI Evaluation","index.Height":"Height","index.skipping":"Intelligent skipping","index.vitalcapacity":"vital capacity","index.contrast":"contrast","index.none":"No data available for now","index.body":"Body report","index.BodyScore":"Body score","index.BodyType":"Body type","index.otherData":"Other data","index.dataReference":"Data Reference","index.referencetips":"This measurement data is for reference only and cannot replace medical professional tests!","index.number":"score","index.no":"None","index.growthAdvice":"growthAdvice","index.nutrition":"nutrition","index.sleep":"sleep","index.movement":"movement","index.emotion":"mood","index.card":"Card data","index.cardSet":"Set the data page card","index.manualRecording":"Manual recording","index.notice":"Announcement","index.browse":"Page views","index.Standard":"Standard value","bmi.desc":"BMI stands for Body Mass Index, which is currently a commonly used international standard for measuring the degree of fatness or thinness of the human body and whether it is healthy.","inheritHeighet.title":"Adult Height Prediction","inheritHeighet.dad":"Dad's height","inheritHeighet.mom":"Mom's height","inheritHeighet.geneticheight":"Standard height","inheritHeighet.adultheight":"Adult height","inheritHeighet.tips0":"To ensure the accuracy of the data, please fill in the true information carefully.","inheritHeighet.tips1":"If the current actual height is less than the current standard height","inheritHeighet.tips2":"Children grow taller in an unfavorable environment after birth. Please check from aspects such as diet, sleep, exercise and mood. Strengthen the management of postnatal factors to keep children in the best growth state.","inheritHeighet.tips3":"If the current actual height is greater than the current standard height","inheritHeighet.tips4":"A child's postnatal growth environment is conducive to their growth in height. Please continue to maintain and strengthen the management of acquired factors. When the child reaches adulthood, they can be more than 10cm taller than the standard.","contrast.time":"time (days)","index.ideal":"Current age and ideal ","contrast.weightdiff":"reduce weight","contrast.weightdiffAugment":"weight","contrast.fatWdiff":"reduce fat","contrast.fatWdiffAugment":"Fat Gain","contrast.changeData":"Data change","contrast.trend":"trend","contrast.before":"before","contrast.after":"after","body.target_weight":"Target weight","body.cumulative_weight":"Cumulative weight loss","body.initial_weight":"Initial weight","body.cumulative_day":"Days of weight loss","chartsDay":"That day","chartsMonth":"Monthly","chartsYear":"Annual","recordType":"Project","recordTime":"Duration","recordNumber":"number","recordNumberFirst":"firstTime","recordNumberSecond":"secondTime","recordNumberThird":"thirdTime"},"ja":{"index.title":"Hello i18n","index.home":"ホーム","index.component":"コンポーネント","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"ユニフレームワーク、manifest.json、pages.json、タブバー、ページ、コンポーネント、APIを含める、Schema","index.detail":"詳細","index.language":"言語","index.language-info":"設定","index.system-language":"システム言語","index.application-language":"アプリケーション言語","index.language-change-confirm":"この設定を適用すると、アプリが再起動します"},"zh-Hant":{"index.title":"Hello i18n","index.home":"主頁","index.component":"組件","index.api":"API","index.schema":"Schema","index.demo":"uni-app 國際化演示","index.demo-description":"包含 uni-framework、manifest.json、pages.json、tabbar、頁面、組件、API、Schema","index.detail":"詳情","index.language":"語言","index.language-info":"語言信息","index.system-language":"系統語言","index.application-language":"應用語言","index.language-change-confirm":"應用此設置將重啟App"},"zh":{"tips":{"msgTitle":"友情提示","msgResetData":"数据重置中","msgSuccess":"测量成功!","msgFail":"测量失败!","msgUpgradeFail":"升级失败","msgDownloading":"正在下载","msgLatestVersion":"已经是最新版本了!","msgCancel":"您已取消操作!","msgLoginSuccess":"登录成功!","msgDelete":"删除成功","msgSetSuccess":"设置成功","msgbindt":"绑定成功!","msgUnBind":"解绑成功!","msgBottom":"到底了,看看别的吧","msgNoMoreData":"没有更多数据了!","msgCalculating":"计算中","msgSetPasswordSuccess":"密码设置成功,进入程序中!","msgAddUser":"暂无成员,请先添加","verifyNickName":"请输入昵称","verifyNotOptional":"未来日期不可选","verifyDate":"请选择测量日期","verifyBirthday":"请选择出生日期","verifyHeight":"请输入身高","verifyWeight":"请输入体重","verifyHead":"请输入头围","verifyHeightDad":"请输入爸爸身高","verifyHeightMom":"请输入妈妈身高","verifyGender":"请选择性别","verifyBontrast":"请选择数据","verifyBodyDate":"请选择正确的时间","verifyRecordType":"请选择测量项目","verifyRecordTime":"请输入时长","verifyRecordNumber":"请输入个数","verifyRecord":"请输入","verifyPicker":"请选择","verifyAccount":"请输入正确的手机号或邮箱","verifyEmail":"请输入邮箱","verifyEmailCorrect":"请输入正确的邮箱","verifyMobile":"请输入手机号","verifyMobileCorrect":"请输入正确的手机号","verifyCode":"请输入验证码","verifyPassword":"请输入密码","verifyPasswordTwo":"请输入确认密码","verifyPasswordCorrect":"请确认两次密码填写一致","verifyAgreement":"请先确认并勾选协议","verifyOutLogin":"是否退出登录?","verifyDeleteUser":"是否删除该成员?","verifyDeleteHistory":"是否删除当前测量记录?","verifyUnbindt":"是否解绑该设备?","verifybindt":"是否绑定该设备?","verifyDeleteAccount":"删除成功后,该账号的所有关联信息将被清空且无法找回,是否删除?","btnConfirm":"确认","btnSubmit":"提交","btnSancellation":"取消","btnContinue":"继续","btnBack":"返回","btnDelete":"删除"},"common":{"titleSetLanguage":"语言设置","titleSkipping":"跳绳数据","titlevVitalcapacity":"肺活量数据","titleCharts":"运动曲线","titleHome":"记录","titleNews":"资讯","titleMe":"我的","titleScore":"中招估分","titleScoreHistory":"估分历史","titleScoreReport":"估分报告","titleContrast":"数据对比","titleDetail":"详情","titleBody":"曲线/目标","titleHistory":"历史记录","titleCardSet":"卡片设置","titlebBusiness":"设备管理","titleBusinesAdd":"添加设备","titleBusinesSList":"设备列表","titleBusinesSearch":"搜索设备","titleInheritHeighet":"身高预测","titleIncrement":"增量对比","titleBmi":"BMI测评","titlePhone":"绑定手机号","titleEmail":"绑定邮箱","titlePasswordEdit":"修改密码","titleSet":"设置","titleDate":"日期","titleMember":"资料","titleManage":"成员管理","titleManageAdd":"添加成员","titleAboutUs":"关于我们","titleSetPassword":"设置密码","titlePassword":"密码","titleConfirmPassword":"确认密码","titleForgotPassword":"忘记密码","titleCode":"验证码","titleLanguage":"语言设置","titleSendCode":"获取验证码","titleSendCodeRetry":"S后重发","titleLogin":"登录","titleRegister":"注册","titleToggleLogin":"切换登录","titleAccountText":"手机号/邮箱","titleAgreementText":"阅读并同意","titleAgreementContntText":"隐私协议","titleVersionUpdate":"版本更新","titleNewVersion":"新版本","infoAvatar":"头像","infoNickname":"昵称","infoMobile":"手机号","infoEmail":"邮箱","infoAge":"年龄","infoAgeunit":"岁","infoGender":"性别","infoMan":"男","infoWoman":"女","infoUnknown":"未知","infoBirthday":"出生日期","infoNowUser":"当前","infoHeight":"身高","infoHead":"头围","infoWeight":"体重","infoBMI":"BMI","infoAddress":"地区","btnEdit":"编辑","btnDelete":"删除","btnAdd":"添加","btnDetails":"详情","btnUnbind":"解绑","btnBMI":"立即计算","btnDeleteAccount":"删除账号","btnLogOut":"退出登录","btnContrast":"对比"},"linkBluetooth":{"onBluetoothTips":"请在设备开机状态下,搜索设备","onBluetoothHaveFound":"已发现","onBluetoothDevice":"个设备","onBluetoothMac":"mac地址","onBluetoothBind":"设备绑定流程说明","onBluetoothSelect":"选择蓝牙进行绑定","onPhoneBluetoothTips":"手机蓝牙未打开","onDeviceBluetoothTips":"请确定设备是开机状态、手机蓝牙权限已打开!","accreditTips":"需要您授权使用手机蓝牙","openBluetoothSuccess":"蓝牙权限获取成功,重新连接蓝牙","openSettingFail":"获取权限失败,将无法使用手机蓝牙进行测量","isLinkBluetooth":"请先连接设备","startlinkBluetooth":"开始连接","linkBluetooth":"蓝牙连接中","anewlinkBluetooth":"重新连接","linkBluetoothFail":"设备连接失败,返回首页重新连接","linkBluetoothSuccess":"蓝牙连接成功,请开始测量","startSearchBluetooth":"开始搜索","searchBluetooth":"蓝牙搜索中","searchBluetoothFail":"重新搜索","Nodevicefound":"没有搜索到蓝牙设备","onDeviceMeasureTips":"请确定设备是开机状态","openDeviceeMeasureTips":"请确定手机蓝牙已打开","openDeviceeMeasureTips2":"请确定手机位置信息已打开","deviceDisconnection":"测量过程中已与设备连接中断,请重新连接设备再开始测量","offBluetooth":"蓝牙已关闭,请重新打开蓝牙后再开始测量","remeasure":"重新测量","StableWeight":"稳定重量","StableWeightText":"您的稳定体重是:","realTimeWeight":"实时重量","realTimeWeightText":"您的实时体重是:","heightText":"您的身高是","zeroBtn":"清零","LockBtn":"锁定","SaveResult":"保存结果","measureResultTips":"测量结果提示","nowWeight":"本次测量体重是","lastHeight":"上次测量身高是:","lastWeight":"上次测量体重是:","nowHeight":"本次测量身高是:","lastHead":"上次测量头围是:","errorOperation":"操作错误,请重新测量"},"lung":{"lungTitle":"肺活量测试","lungExplain0":"肺活量测试能让我们更好的了解您,为您生成详细的健康报告。","lungsuction":"吸气肺活量","lungsuctionspeed":"吸气速度","averagelungsuction":"平均吸气肺活量","isMarginal":"是否达标","lungHello":"您好","lungstart":"次测试开始","lungExplain1":"放下呼吸训练器,缓慢呼气,尽可能排空肺部气体","lungExplain2":"使用呼吸训练器,缓慢吸气,直至到达极限","lungExplain3":"根据您的个人信息,您的达标吸气肺活量为","nowlungsuctionspeed":"您本次测试吸气速度","lungresult":"肺活量测试结果","lungExplain4":"结合您的身体状态和改善目标,我们将为您生成详细的健康报告","lunglookreport":"查看本次报告","lunganewstart":"秒后","Marginal":"及格","lungfirst":"您好,第一次测试开始","lungsecond":"您好,第二次测试开始","lungthird":"您好,第三次测试开始","oneNumberTips":"请输入第一次吸气值","twoNumberTips":"请输入第二次吸气值","threeNumberTips":"请输入第三次吸气值"},"skip":{"today_jump_num":"今日个数","today_jump_time":"今日时长","today_jump_kcal":"卡路里","jumpFree":"自由跳","backwardCount":"倒计数","Countdown":"倒计时","jumpFreedom":"自由","jumpFreeDegree":"自由次数","jumpFreeNumber":"个数","jumpTargetDegree":"目标次数","jumpUnlimited":"无限制","jumpTarget":"调整目标","jumpTargetTime":"目标时长 分:秒","MinuteSecond":"分:秒","Consumed":"消耗","LongpressEnd":"长按结束","AverageSpeed":"平均速度","Unit":"个/分钟","Numberofinterrupts":"中断次数","Times":"次","LongestConsecutive":"最长连续","Number":"个","trainingsNumber":"训练个数","complete":"完成","instructStart":"开始","instructContinuous":"连续","instructStop":"停止","instructEnd":"结束","instructContinue":"继续","instructPause":"暂停","linkBluetoothFail":"连接已断开","deviceDisconnection":"训练过程中已与设备连接中断,请重新连接设备再开始训练","ToggleTrainingsTips":"训练过程中请勿切换训练,返回训练","NOComplete":"本次跳绳时间低于10秒,记录将不会被保存?"},"index.home":"记录","index.skipping":"智能跳绳","index.vitalcapacity":"肺活训练","index.none":"暂无数据","index.body":"身体报告","index.BodyScore":"身体得分","index.BodyType":"身体类型","index.bmi":"BMI测评","index.otherData":"其他数据","index.dataReference":"数据参考","index.referencetips":"此测量数据仅供参考,不可代替医学专业测试!","index.number":"分","index.no":"无","index.growthAdvice":"成长建议","index.nutrition":"营养","index.sleep":"睡眠","index.movement":"运动","index.emotion":"情绪","index.card":"卡片数据","index.cardSet":"设置数据页卡片","index.manualRecording":"手动记录","index.notice":"公告","index.browse":"浏览量","index.Standard":"标准值","index.ideal":"当前年龄段理想","bmi.desc":"BMI是身体质量指数,是目前国际上常用的衡量人体胖瘦程度以及是否健康的一个标准","inheritHeighet.title":"成年身高预测","inheritHeighet.dad":"爸爸身高","inheritHeighet.mom":"妈妈身高","inheritHeighet.geneticheight":"当前标准身高","inheritHeighet.adultheight":"成年身高预测","inheritHeighet.tips0":"为保证数据准确定,请认真填写真实信息","inheritHeighet.tips1":"如果当前实际身高﹤当前标准身高","inheritHeighet.tips2":"孩子后天生长环境不利长高。请从饮食、睡眠、运动、情绪等方面排查。加强后天因素管理,让孩子处于最佳长高状态。","inheritHeighet.tips3":"如果当前实际身高﹥当前标准身高","inheritHeighet.tips4":"孩子后天生长环境有利长高。请继续保持,加强后天因素管理,孩子成年可比标准高10cm以上。","contrast.time":"时间(天)","contrast.weightdiff":"减重","contrast.weightdiffAugment":"增重","contrast.fatWdiff":"减脂","contrast.fatWdiffAugment":"增脂","contrast.changeData":"数据变化","contrast.trend":"趋势","contrast.before":"之前","contrast.after":"之后","body.target_weight":"目标体重","body.cumulative_weight":"累计减重","body.initial_weight":"初始体重","body.cumulative_day":"减重天数","chartsDay":"当天","chartsMonth":"月度","chartsYear":"年度","recordType":"项目","recordTime":"时长","recordNumber":"个数","recordNumberFirst":"第一次","recordNumberSecond":"第二次","recordNumberThird":"第三次"}}}; +var __uniRoutes = [{"path":"/pages/home/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/skip","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/skiping/charts","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/lunging/vitalcapacity","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50,"navigationBarBackgroundColor":"#000000","backgroundColor":"#000000"}},{"path":"/pages/lunging/charts","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/my/me","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/score/score","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/PublicCards/PublicCards","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/body/body","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pages/zixun/list","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/history/history","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/history/historyDetail","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/contrast","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/compk/pkdetail","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/cardList/card","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/business/business","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/business/addDevice","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/business/search","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/score/history","meta":{},"window":{"navigationBarTitleText":"历史","enablePullDownRefresh":false}},{"path":"/pageTwo/score/report","meta":{},"window":{"navigationBarTitleText":"记录","enablePullDownRefresh":false}},{"path":"/pageTwo/my/manage","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"onReachBottomDistance":50}},{"path":"/pageTwo/message/list","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/my/userInfo","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/login/forgetPassword","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/login/login","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false,"navigationStyle":"custom"}},{"path":"/pageTwo/my/about","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/setting","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/password","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/email","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/setting/phone","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/search","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/G02","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCV02","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCT01","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/B20","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/devices/PCL22S","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/notepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/notepad/addNotepad","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pageTwo/PublicCards/charts","meta":{},"window":{"navigationBarTitleText":"运动曲线"}},{"path":"/pageTwo/PublicCards/history","meta":{},"window":{"navigationBarTitleText":"历史记录"}},{"path":"/pageTwo/PublicCards/contrast","meta":{},"window":{"navigationBarTitleText":"数据对比"}},{"path":"/pageTwo/PublicCards/pkdetail","meta":{},"window":{"navigationBarTitleText":"对比详情"}},{"path":"/pageTwo/home/inheritHeighet","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/home/bmi","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/home/childPK","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pageTwo/webview/webview","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}]; __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}}); diff --git a/unpackage/dist/build/app-plus/app-service.js b/unpackage/dist/build/app-plus/app-service.js index 40f6fc11..53234608 100644 --- a/unpackage/dist/build/app-plus/app-service.js +++ b/unpackage/dist/build/app-plus/app-service.js @@ -1,14 +1,14 @@ -(this["webpackJsonp"]=this["webpackJsonp"]||[]).push([["app-service"],{"0106":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e1?e-1:0),n=1;nt.end.x||e.end.xt.start.y||e.start.y1&&(a.extra.mount.widthRatio>2&&(a.extra.mount.widthRatio=2),r+=(a.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",a.xAxis.scrollPosition="left"):Math.abs(e)>=r-s?(o=s-r,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",a.xAxis.scrollPosition="right"):(t.scrollOption.position=e,a.xAxis.scrollPosition=e),o}function h(t,e,i){function n(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=n(t),e=n(e),i=n(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function n(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var a=.2,s=.2,r=null,o=null,c=null,l=null;if(e<1?(r=t[0].x+(t[1].x-t[0].x)*a,o=t[0].y+(t[1].y-t[0].y)*a):(r=t[e].x+(t[e+1].x-t[e-1].x)*a,o=t[e].y+(t[e+1].y-t[e-1].y)*a),e>t.length-3){var u=t.length-1;c=t[u].x-(t[u].x-t[u-1].x)*s,l=t[u].y-(t[u].y-t[u-1].y)*s}else c=t[e+1].x-(t[e+2].x-t[e].x)*s,l=t[e+1].y-(t[e+2].y-t[e].y)*s;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),n(t,e+1)&&(c=t[e+1].x),n(t,e)&&(r=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(r>=Math.max(t[e].x,t[e+1].x)||r<=Math.min(t[e].x,t[e+1].x))&&(r=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:r,y:o},ctrB:{x:c,y:l}}}function v(t,e,i){return{x:i.x+t,y:i.y-e}}function g(t,e){if(e)while(l.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function _(t,e,i){for(var n=0,a=0;a=1e4?1e3:n>=1e3?100:n>=100?10:n>=10?5:n>=1?1:n>=.1?.1:n>=.01?.01:n>=.001?.001:n>=1e-4?1e-4:n>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var n=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var a=0;a-1;if(s)for(var r=P(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},r=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(n.length>0){for(var c=[],l=0;l0&&(n=a[i]),{text:s.formatter?s.formatter(t,n,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:d,offset:f}}function O(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},s=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,r=t.map((function(t){return{text:a.formatter?a.formatter(t,n[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));r=r.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(s),y:0};return{textList:r,offset:o}}function D(t,e,i,n,a,s){var r=i.chartData.calPoints,o=s.color.upFill,c=s.color.downFill,l=[o,o,c,o],u=[];e.map((function(e){0==n?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[n-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function I(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function L(t,e){var i=[],n=[];return t.forEach((function(t,a){e.connectNulls?null!==t&&n.push(t):null!==t?n.push(t):(n.length&&i.push(n),n=[])})),n.length&&i.push(n),i}function M(t,e,i,n,a){var s={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},r=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var n=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(n),r,a)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){s.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(s.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;a="stack"==n?w(t,e.categories.length):x(t);var o=[];a=a.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),a.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),s>-1?("number"===typeof e.xAxis.data[s].min&&(c=Math.min(e.xAxis.data[s].min,c)),"number"===typeof e.xAxis.data[s].max&&(l=Math.max(e.xAxis.data[s].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var u=l||10;l+=u}for(var d=c,f=l,h=[],p=(f-d)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)h.push(d+p*v);return h}(t,e,i,a.type),s.rangesFormat=s.ranges.map((function(t){return t=l.toFixed(t,2),t}));var o=s.ranges.map((function(t){return t=l.toFixed(t,2),t}));s=Object.assign(s,K(o,e,i));s.eachSpacing,o.map((function(t){return b(t,e.xAxis.fontSize*e.pix,n)}));return!0===e.xAxis.disabled&&(s.xAxisHeight=0),s}function E(t,e,i,n,a){var s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,r=a.extra.radar||{};r.max=r.max||0;for(var o=Math.max(r.max,Math.max.apply(null,x(n))),c=[],l=function(a){var r=n[a],l={};l.color=r.color,l.legendShape=r.legendShape,l.pointShape=r.pointShape,l.data=[],r.data.forEach((function(n,a){var r={};r.angle=t[a],r.proportion=n/o,r.value=n,r.position=v(i*r.proportion*s*Math.cos(r.angle),i*r.proportion*s*Math.sin(r.angle),e),l.data.push(r)})),c.push(l)},u=0;u2&&void 0!==arguments[2]?arguments[2]:1,n=0,a=0,s=0;s4&&void 0!==arguments[4]?arguments[4]:1,s=0;s4&&void 0!==arguments[4]?arguments[4]:1,s=0,r=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(a._proportion_=a._proportion_%2)}return t}function U(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(a._proportion_=a._proportion_%2)}return t}function z(t,e,i){var n;n=i=2&&(t[s]._endAngle_=t[s]._endAngle_%2),a=t[s]._endAngle_;return t}function W(t,e,i){for(var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,a=0;a=i.oldData?s._proportion_=(s._endAngle_-s._oldAngle_)*n+i.oldAngle:s._proportion_=s._oldAngle_-(s._oldAngle_-s._endAngle_)*n,s._proportion_>=2&&(s._proportion_=s._proportion_%2)}return t}function H(t,e,i,n,a,s){return t.map((function(t){if(null===t)return null;var a=0,r=0;return"mix"==s.type?(a=s.extra.mix.column.seriesGap*s.pix||0,r=s.extra.mix.column.categoryGap*s.pix||0):(a=s.extra.column.seriesGap*s.pix||0,r=s.extra.column.categoryGap*s.pix||0),a=Math.min(a,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-a*(i-1))/i),s.extra.mix&&s.extra.mix.column.width&&+s.extra.mix.column.width>0&&(t.width=Math.min(t.width,+s.extra.mix.column.width*s.pix)),s.extra.column&&s.extra.column.width&&+s.extra.column.width>0&&(t.width=Math.min(t.width,+s.extra.column.width*s.pix)),t.width<=0&&(t.width=1),t.x+=(n+.5-i/2)*(t.width+a),t}))}function V(t,e,i,n,a,s){return t.map((function(t){if(null===t)return null;var a=0,r=0;return a=s.extra.bar.seriesGap*s.pix||0,r=s.extra.bar.categoryGap*s.pix||0,a=Math.min(a,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-a*(i-1))/i),s.extra.bar&&s.extra.bar.width&&+s.extra.bar.width>0&&(t.width=Math.min(t.width,+s.extra.bar.width*s.pix)),t.width<=0&&(t.width=1),t.y+=(n+.5-i/2)*(t.width+a),t}))}function q(t,e,i,n,a,s,r){var o=s.extra.column.categoryGap*s.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,s.extra.column&&s.extra.column.width&&+s.extra.column.width>0&&(t.width=Math.min(t.width,+s.extra.column.width*s.pix)),n>0&&(t.width-=r),t)}))}function G(t,e,i,n,a,s,r){var o=s.extra.column.categoryGap*s.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),s.extra.column&&s.extra.column.width&&+s.extra.column.width>0&&(t.width=Math.min(t.width,+s.extra.column.width*s.pix)),t.width<=0&&(t.width=1),t)}))}function J(t,e,i,n,a,s,r){var o=s.extra.bar.categoryGap*s.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),s.extra.bar&&s.extra.bar.width&&+s.extra.bar.width>0&&(t.width=Math.min(t.width,+s.extra.bar.width*s.pix)),t.width<=0&&(t.width=1),t)}))}function K(t,e,i){var n=e.width-e.area[1]-e.area[3],a=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&a>1&&"justify"==e.xAxis.boundaryGap&&(a-=1);var s=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),s=e.extra.mount.widthRatio-1,a+=s);var r=n/a,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+s/2*r+e*r)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+s*r+t.length*r):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:r}}function Y(t,e,i,n,a,s,r){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=s.height-s.area[0]-s.area[2];return t.forEach((function(t,r){if(null===t)c.push(null);else{var u=[];t.forEach((function(t,c){var d={};d.x=n[r]+Math.round(a/2);var f=t.value||t,h=l*(f-e)/(i-e);h*=o,d.y=s.height-Math.round(h)-s.area[2],u.push(d)})),c.push(u)}})),c}function X(t,e,i,n,a,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=s.type&&"area"!=s.type&&"scatter"!=s.type&&"bubble"!=s.type||(l=s.xAxis.boundaryGap);var u=[],d=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var h={};h.color=t.color,h.x=n[o];var p,v,g,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(s.chartData.xAxisData.ranges),v=p.shift(),g=p.pop(),_=t[1],h.x=s.area[3]+f*(t[0]-v)/(g-v),"bubble"==s.type&&(h.r=t[2],h.t=t[3]);else _=t.value;"center"==l&&(h.x+=a/2);var m=d*(_-e)/(i-e);m*=c,h.y=s.height-m-s.area[2],u.push(h)}})),u}function Q(t,e,i,n,a,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=s.xAxis.boundaryGap,d=[],f=s.height-s.area[0]-s.area[2],h=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};if(p.color=t.color,"vertical"==c.animation){p.x=n[o];var v,g,_,m=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(s.chartData.xAxisData.ranges),g=v.shift(),_=v.pop(),m=t[1],p.x=s.area[3]+h*(t[0]-g)/(_-g);else m=t.value;"center"==u&&(p.x+=a/2);var y=f*(m-e)/(i-e);y*=l,p.y=s.height-y-s.area[2],d.push(p)}else{p.x=n[0]+a*o*l;m=t;"center"==u&&(p.x+=a/2);y=f*(m-e)/(i-e);p.y=s.height-y-s.area[2],d.push(p)}}})),d}function Z(t,e,i,n,a,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=[],d=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var c={};c.color=t.color,c.x=n[o];var h,p,v,g=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)h=[].concat(s.chartData.xAxisData.ranges),p=h.shift(),v=h.pop(),g=t[1],c.x=s.area[3]+f*(t[0]-p)/(v-p);else g=t.value;c.x+=a/2;var _=d*(g*l-e)/(i-e);c.y=s.height-_-s.area[2],u.push(c)}})),u}function tt(t,e,i,n,a,s,r,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],u=s.height-s.area[0]-s.area[2],d=(s.width,s.area[1],s.area[3],a*r.widthRatio);return t.forEach((function(t,r){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=n[r],o.x+=a/2;var f=t.data,h=u*(f*c-e)/(i-e);o.y=s.height-h-s.area[2],o.value=f,o.width=d,l.push(o)}})),l}function et(t,e,i,n,a,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],u=(s.height,s.area[0],s.area[2],s.width-s.area[1]-s.area[3]);return t.forEach((function(t,a){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=n[a];var d=t;"object"===(0,r.default)(t)&&null!==t&&(d=t.value);var f=u*(d-e)/(i-e);f*=c,o.height=f,o.value=d,o.x=f+s.area[3],l.push(o)}})),l}function it(t,e,i,n,a,s,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=s.height-s.area[0]-s.area[2];return t.forEach((function(t,o){if(null===t)d.push(null);else{var h={};if(h.color=t.color,h.x=n[o]+Math.round(a/2),c>0){for(var p=0,v=0;v<=c;v++)p+=l[v].data[o];var g=p-t,_=f*(p-e)/(i-e),m=f*(g-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);_=f*(p-e)/(i-e),m=0}var y=m;_*=u,y*=u,h.y=s.height-Math.round(_)-s.area[2],h.y0=s.height-Math.round(y)-s.area[2],d.push(h)}})),d}function nt(t,e,i,n,a,s,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,a){if(null===t)d.push(null);else{var o={};if(o.color=t.color,o.y=n[a],c>0){for(var h=0,p=0;p<=c;p++)h+=l[p].data[a];var v=h-t,g=f*(h-e)/(i-e),_=f*(v-e)/(i-e)}else{h=t;"object"===(0,r.default)(t)&&null!==t&&(h=t.value);g=f*(h-e)/(i-e),_=0}var m=_;g*=u,m*=u,o.height=g-m,o.x=s.area[3]+g,o.x0=s.area[3]+m,d.push(o)}})),d}function at(t,e,i,n,a){var s;s="stack"==n?w(t,e.categories.length):x(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=a.min||0,l=a.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var u=y(c,l),d=void 0===a.min||null===a.min?u.minRange:a.min,f=void 0===a.max||null===a.max?u.maxRange:a.max,h=(f-d)/e.yAxis.splitNumber,p=[],v=0;v<=e.yAxis.splitNumber;v++)p.push(d+h*v);return p.reverse()}function st(t,e,i,n){var a=c({},{type:""},e.extra.column),s=e.yAxis.data.length,r=new Array(s);if(s>0){for(var o=0;o0&&0==a.tooltip.group.includes(r))){var o="number"===typeof a.tooltip.index?a.tooltip.index:a.tooltip.index[a.tooltip.group.indexOf(r)];if(n.beginPath(),"hollow"==s.activeType?(n.setStrokeStyle(e),n.setFillStyle(a.background),n.setLineWidth(2*a.pix)):(n.setStrokeStyle("#ffffff"),n.setFillStyle(e),n.setLineWidth(1*a.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x+2.5*a.pix,t.y),n.arc(t.x,t.y,3*a.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;n.closePath(),n.fill(),n.stroke()}}function lt(t,e,i,n){var a=t.title.fontSize||e.titleFontSize,s=t.subtitle.fontSize||e.subtitleFontSize,r=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,u=r?a:0,d=o?s:0;if(o){var f=b(o,s*t.pix,i),h=n.x-f/2+(t.subtitle.offsetX||0)*t.pix,p=n.y+s*t.pix/2+(t.subtitle.offsetY||0)*t.pix;r&&(p+=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(s*t.pix),i.setFillStyle(l),i.fillText(o,h,p),i.closePath(),i.stroke()}if(r){var v=b(r,a*t.pix,i),g=n.x-v/2+(t.title.offsetX||0),_=n.y+a*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(_-=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(a*t.pix),i.setFillStyle(c),i.fillText(r,g,_),i.closePath(),i.stroke()}}function ut(t,e,i,n,a){var s=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){n.beginPath();var l=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(l),n.setFillStyle(e.textColor||a.fontColor);var u=s[c];"object"===(0,r.default)(s[c])&&null!==s[c]&&(u=s[c].constructor.toString().indexOf("Array")>-1?s[c][1]:s[c].value);var d=e.formatter?e.formatter(u,c,e,a):u;n.setTextAlign("center"),n.fillText(String(d),t.x,t.y-4+o*a.pix),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function dt(t,e,i,n,a){var s=e.data,o=e.textOffset?e.textOffset:0,c=a.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){n.beginPath();var u=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(u),n.setFillStyle(e.textColor||a.fontColor);var d=s[l];"object"===(0,r.default)(s[l])&&null!==s[l]&&(d=s[l].constructor.toString().indexOf("Array")>-1?s[l][1]:s[l].value);var f=e.formatter?e.formatter(d,l,e,a):d;n.setTextAlign("center");var h=t.y-4*a.pix+o*a.pix;t.y>e.zeroPoints&&(h=t.y+o*a.pix+u),"insideTop"==c&&(h=t.y+u+o*a.pix,t.y>e.zeroPoints&&(h=t.y-o*a.pix-4*a.pix)),"center"==c&&(h=t.y+o*a.pix+(a.height-a.area[2]-t.y+u)/2,e.zeroPointse.zeroPoints&&(h=t.y-o*a.pix-(t.y-e.zeroPoints-u)/2),"stack"==a.extra.column.type&&(h=t.y+o*a.pix+(t.y0-t.y+u)/2)),"bottom"==c&&(h=a.height-a.area[2]+o*a.pix-4*a.pix,e.zeroPointse.zeroPoints&&(h=e.zeroPoints-o*a.pix+u+2*a.pix),"stack"==a.extra.column.type&&(h=t.y0+o*a.pix-4*a.pix)),n.fillText(String(f),t.x,h),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ft(t,e,i,n,a,s){e.data;var r=e.textOffset?e.textOffset:0;a.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e[o].textSize?e[o].textSize*a.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e[o].textColor||a.fontColor);var l=t.value,u=e[o].formatter?e[o].formatter(l,o,e,a):l;n.setTextAlign("center");var d=t.y-4*a.pix+r*a.pix;t.y>s&&(d=t.y+r*a.pix+c),n.fillText(String(u),t.x,d),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ht(t,e,i,n,a){var s=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e.textSize?e.textSize*a.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e.textColor||a.fontColor);var l=s[o];"object"===(0,r.default)(s[o])&&null!==s[o]&&(l=s[o].value);var u=e.formatter?e.formatter(l,o,e,a):l;n.setTextAlign("left"),n.fillText(String(u),t.x+4*a.pix,t.y+c/2-3),n.closePath(),n.stroke()}}))}function pt(t,e,i,n,a,s){var r;e-=t.width/2+t.labelOffset*n.pix,e=e<10?10:e,r=t.endAngle=2&&(u%=2),d+=l}}function vt(t,e,i,n,a,s){var r=n.extra.radar||{};t.forEach((function(t,o){if(!0===r.labelPointShow&&""!==n.categories[o]){var c={x:e*Math.cos(t),y:e*Math.sin(t)},u=v(c.x,c.y,i);s.setFillStyle(r.labelPointColor),s.beginPath(),s.arc(u.x,u.y,r.labelPointRadius*n.pix,0,2*Math.PI,!1),s.closePath(),s.fill()}if(!0===r.labelShow){var d={x:(e+a.radarLabelTextMargin*n.pix)*Math.cos(t),y:(e+a.radarLabelTextMargin*n.pix)*Math.sin(t)},f=v(d.x,d.y,i),h=f.x,p=f.y;l.approximatelyEqual(d.x,0)?h-=b(n.categories[o]||"",a.fontSize,s)/2:d.x<0&&(h-=b(n.categories[o]||"",a.fontSize,s)),s.beginPath(),s.setFontSize(a.fontSize),s.setFillStyle(r.labelColor||n.fontColor),s.fillText(n.categories[o]||"",h,p+a.fontSize/2),s.closePath(),s.stroke()}}))}function gt(t,e,i,n,a,s){for(var r=i.pieChartLinePadding,o=[],c=null,u=t.map((function(i,n){var a=i.formatter?i.formatter(i,n,t,e):l.toFixed(100*i._proportion_.toFixed(4))+"%";a=i.labelText?i.labelText:a;var s=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(s=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var r=i.color,o=i._radius_;return{arc:s,text:a,color:r,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),d=0;d=0?h+i.pieChartTextPadding:h-i.pieChartTextPadding,x=p,w=b(f.text,f.textSize*e.pix||i.fontSize,n),$=x;c&&l.isSameXCoordinateArea(c.start,{x:y})&&($=y>0?Math.min(x,c.start.y):h<0||x>0?Math.max(x,c.start.y):Math.min(x,c.start.y)),y<0&&(y-=w);var C={lineStart:{x:_,y:m},lineEnd:{x:h,y:p},start:{x:y,y:$},width:w,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};c=g(C,c),o.push(c)}for(var T=0;Ta?a:s.activeWidth;var r=e.area[0],o=e.height-e.area[2];n.beginPath(),n.setFillStyle(u(s.activeBgColor,s.activeBgOpacity)),n.rect(t-s.activeWidth/2,r,s.activeWidth,o-r),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function bt(t,e,i,n,a){var s=c({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),r=e.area[3],o=e.width-e.area[1];n.beginPath(),n.setFillStyle(u(s.activeBgColor,s.activeBgOpacity)),n.rect(r,t-a/2,o-r,a),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function xt(t,e,i,n,a,s,r){var o=c({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==o.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var l=o.fontSize*i.pix,d=o.lineHeight*i.pix,f=o.boxPadding*i.pix,h=l,p=5*i.pix;0==o.legendShow&&(h=0,p=0);var v=o.showArrow?8*i.pix:0,g=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==o.splitLine&&function(t,e,i,n){var a=e.extra.tooltip||{};a.gridType=void 0==a.gridType?"solid":a.gridType,a.dashLength=void 0==a.dashLength?4:a.dashLength;var s=e.area[0],r=e.height-e.area[2];if("dash"==a.gridType&&n.setLineDash([a.dashLength,a.dashLength]),n.setStrokeStyle(a.gridColor||"#cccccc"),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(t,s),n.lineTo(t,r),n.stroke(),n.setLineDash([]),a.xAxisLabel){var o=e.categories[e.tooltip.index];n.setFontSize(i.fontSize);var c=b(o,i.fontSize,n),l=t-.5*c,d=r+2*e.pix;n.beginPath(),n.setFillStyle(u(a.labelBgColor||i.toolTipBackground,a.labelBgOpacity||i.toolTipOpacity)),n.setStrokeStyle(a.labelBgColor||i.toolTipBackground),n.setLineWidth(1*e.pix),n.rect(l-a.boxPadding*e.pix,d,c+2*a.boxPadding*e.pix,i.fontSize+2*a.boxPadding*e.pix),n.closePath(),n.stroke(),n.fill(),n.beginPath(),n.setFontSize(i.fontSize),n.setFillStyle(a.labelFontColor||e.fontColor),n.fillText(String(o),l,d+a.boxPadding*e.pix+i.fontSize),n.closePath(),n.stroke()}}(i.tooltip.offset.x,i,n,a),e=c({x:0,y:0},e),e.y-=8*i.pix;var _=t.map((function(t){return b(t.text,l,a)})),m=h+p+4*f+Math.max.apply(null,_),y=2*f+t.length*d;if(0!=o.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+m>i.width&&(g=!0),y+e.y>i.height&&(e.y=i.height-y),a.beginPath(),a.setFillStyle(u(o.bgColor,o.bgOpacity)),a.setLineWidth(o.borderWidth*i.pix),a.setStrokeStyle(u(o.borderColor,o.borderOpacity));var x=o.borderRadius;g?(m+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),m>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),o.showArrow&&(a.moveTo(e.x,e.y+10*i.pix),a.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),a.arc(e.x-v-x,e.y+y-x,x,0,Math.PI/2,!1),a.arc(e.x-v-Math.round(m)+x,e.y+y-x,x,Math.PI/2,Math.PI,!1),a.arc(e.x-v-Math.round(m)+x,e.y+x,x,-Math.PI,-Math.PI/2,!1),a.arc(e.x-v-x,e.y+x,x,-Math.PI/2,0,!1),o.showArrow&&(a.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),a.lineTo(e.x,e.y+10*i.pix))):(o.showArrow&&(a.moveTo(e.x,e.y+10*i.pix),a.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),a.arc(e.x+v+x,e.y+x,x,-Math.PI,-Math.PI/2,!1),a.arc(e.x+v+Math.round(m)-x,e.y+x,x,-Math.PI/2,0,!1),a.arc(e.x+v+Math.round(m)-x,e.y+y-x,x,0,Math.PI/2,!1),a.arc(e.x+v+x,e.y+y-x,x,Math.PI/2,Math.PI,!1),o.showArrow&&(a.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),a.lineTo(e.x,e.y+10*i.pix))),a.closePath(),a.fill(),o.borderWidth>0&&a.stroke(),o.legendShow&&t.forEach((function(t,n){if(null!==t.color){a.beginPath(),a.setFillStyle(t.color);var s=e.x+v+2*f,r=e.y+(d-l)/2+d*n+f+1;switch(g&&(s=e.x-m-v+2*f),t.legendShape){case"line":a.moveTo(s,r+.5*h-2*i.pix),a.fillRect(s,r+.5*h-2*i.pix,h,4*i.pix);break;case"triangle":a.moveTo(s+7.5*i.pix,r+.5*h-5*i.pix),a.lineTo(s+2.5*i.pix,r+.5*h+5*i.pix),a.lineTo(s+12.5*i.pix,r+.5*h+5*i.pix),a.lineTo(s+7.5*i.pix,r+.5*h-5*i.pix);break;case"diamond":a.moveTo(s+7.5*i.pix,r+.5*h-5*i.pix),a.lineTo(s+2.5*i.pix,r+.5*h),a.lineTo(s+7.5*i.pix,r+.5*h+5*i.pix),a.lineTo(s+12.5*i.pix,r+.5*h),a.lineTo(s+7.5*i.pix,r+.5*h-5*i.pix);break;case"circle":a.moveTo(s+7.5*i.pix,r+.5*h),a.arc(s+7.5*i.pix,r+.5*h,5*i.pix,0,2*Math.PI);break;case"rect":a.moveTo(s,r+.5*h-5*i.pix),a.fillRect(s,r+.5*h-5*i.pix,15*i.pix,10*i.pix);break;case"square":a.moveTo(s+2*i.pix,r+.5*h-5*i.pix),a.fillRect(s+2*i.pix,r+.5*h-5*i.pix,10*i.pix,10*i.pix);break;default:a.moveTo(s,r+.5*h-5*i.pix),a.fillRect(s,r+.5*h-5*i.pix,15*i.pix,10*i.pix)}a.closePath(),a.fill()}})),t.forEach((function(t,i){var n=e.x+v+2*f+h+p;g&&(n=e.x-m-v+2*f+h+p);var s=e.y+d*i+(d-l)/2-1+f+l;a.beginPath(),a.setFontSize(l),a.setTextBaseline("normal"),a.setFillStyle(o.fontColor),a.fillText(t.text,n,s),a.closePath(),a.stroke()}))}}function wt(t,e,i,n,a,s){var r=t.extra.tooltip||{};r.horizentalLine&&t.tooltip&&1===n&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&mt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===n&&xt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function $t(t,e,i,n){var a=e.chartData.xAxisData,s=a.xAxisPoints,r=a.startX,o=a.endX,c=a.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var u=e.height-e.area[2],d=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,h=o-r,p=c*(s.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),p+=(e.extra.mount.widthRatio-1)*c);var v=h*h/p,g=0;e._scrollDistance_&&(g=-e._scrollDistance_*h/p),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),n.moveTo(r,f),n.lineTo(o,f),n.stroke(),n.closePath(),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),n.moveTo(r+g,f),n.lineTo(r+g+v,f),n.stroke(),n.closePath(),n.setLineCap("butt")}if(n.save(),e._scrollDistance_&&0!==e._scrollDistance_&&n.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),s.forEach((function(t,i){i>0&&(n.beginPath(),n.moveTo(t-c/2,u),n.lineTo(t-c/2,u+3*e.pix),n.closePath(),n.stroke())}))),!0!==e.xAxis.disableGrid&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&n.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,s.forEach((function(t,i){i%e.xAxis.gridEval==0&&(n.beginPath(),n.moveTo(t,u),n.lineTo(t,d),n.stroke())})),n.setLineDash([])),!0!==e.xAxis.disabled){var _=t.length;e.xAxis.labelCount&&(_=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,_-=1);for(var m=Math.ceil(t.length/_),y=[],x=t.length,w=0;w=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1&&(n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor),n.fillText(String(a),s[i]+r,u+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),n.closePath(),n.stroke())})):y.forEach((function(t,a){var r=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,d="center"==l?s[a]+c/2:s[a];if(d-Math.abs(o)>=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1){n.save(),n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(r),$,n),h=s[a];"center"==l&&(h=s[a]+c/2);e.xAxis.scrollShow&&6*e.pix;var p=u+e.xAxis.marginTop*e.pix+$-$*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(h-=$/2,f=0):(h+=$/2,f=-f),n.translate(h,p),n.rotate(-1*i._xAxisTextAngle_),n.fillText(String(r),f,0),n.closePath(),n.stroke(),n.restore()}}))}n.restore(),e.xAxis.title&&(n.beginPath(),n.setFontSize(e.xAxis.titleFontSize*e.pix),n.setFillStyle(e.xAxis.titleFontColor),n.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),n.closePath(),n.stroke()),e.xAxis.axisLine&&(n.beginPath(),n.setStrokeStyle(e.xAxis.axisLineColor),n.setLineWidth(1*e.pix),n.moveTo(r,e.height-e.area[2]),n.lineTo(o,e.height-e.area[2]),n.stroke())}function Ct(t,e,i,n){if(!0!==e.yAxis.disableGrid){var a=e.height-e.area[0]-e.area[2],s=a/e.yAxis.splitNumber,r=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var u=r+l,d=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var h=f;h4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=s.activeRadius*e.pix);var o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o,s.customRadius>0&&(o=s.customRadius*e.pix),t=F(t,o,a);var l=s.activeRadius*e.pix;if(s.customColor=m(s.linearType,s.customColor,t,i),t=t.map((function(t){return t._start_+=s.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(n.beginPath(),n.setFillStyle(u(t.color,s.activeOpacity||.5)),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_+l,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill()),n.beginPath(),n.setLineWidth(s.borderWidth*e.pix),n.lineJoin="round",n.setStrokeStyle(s.borderColor);var a,o=t.color;"custom"==s.linearType&&(a=n.createCircularGradient?n.createCircularGradient(r.x,r.y,t._radius_):n.createRadialGradient(r.x,r.y,0,r.x,r.y,t._radius_),a.addColorStop(0,u(s.customColor[t.linearIndex],1)),a.addColorStop(1,u(t.color,1)),o=a);n.setFillStyle(o),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill(),1==s.border&&n.stroke()})),"ring"===e.type){var d=.6*o;"number"===typeof s.ringWidth&&s.ringWidth>0&&(d=Math.max(0,o-s.ringWidth*e.pix)),n.beginPath(),n.setFillStyle(s.centerColor),n.moveTo(r.x,r.y),n.arc(r.x,r.y,d,0,2*Math.PI),n.closePath(),n.fill()}return!1!==e.dataLabel&&1===a&>(t,e,i,n,0,r),1===a&&"ring"===e.type&<(e,i,n,r),{center:r,radius:o,series:t}}function Ot(t,e){var i=Array(2),n=20037508.34*t/180,a=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return a=20037508.34*a/180,i[0]=n,i[1]=a,i}function Dt(t,e,i,n,a,s){return{x:(e-i.xMin)*n+a,y:(i.yMax-t)*n+s}}function Pt(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[s].area[2]||t[1]>e[s].area[3]||t[2]i||t[3]>n){a=!0;break}a=!1}return a}function Mt(t,e,i){var n=t.series;switch(e){case"normal":for(var a=0;a.7},p=0;p0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var a=t[0].data,s=0;se.width-e.area[1]-e.area[3]?(f.push(v),p.push(h-e.legend.itemGap*e.pix),h=y,v=[_]):(h+=y,v.push(_))}if(v.length){f.push(v),p.push(h-e.legend.itemGap*e.pix),s.widthArr=p;var x=Math.max.apply(null,p);switch(e.legend.float){case"left":s.area.start.x=e.area[3],s.area.end.x=e.area[3]+x+2*r;break;case"right":s.area.start.x=e.width-e.area[1]-x-2*r,s.area.end.x=e.width-e.area[1];break;default:s.area.start.x=(e.width-x)/2-r,s.area.end.x=(e.width+x)/2+r}s.area.width=x+2*r,s.area.wholeWidth=x+2*r,s.area.height=f.length*d+2*r,s.area.wholeHeight=f.length*d+2*r+2*o,s.points=f}}else{var w=t.length,$=e.height-e.area[0]-e.area[2]-2*o-2*r,C=Math.min(Math.floor($/d),w);switch(s.area.height=C*d+2*r,s.area.wholeHeight=C*d+2*r,e.legend.float){case"top":s.area.start.y=e.area[0]+o,s.area.end.y=e.area[0]+o+s.area.height;break;case"bottom":s.area.start.y=e.height-e.area[2]-o-s.area.height,s.area.end.y=e.height-e.area[2]-o;break;default:s.area.start.y=(e.height-s.area.height)/2,s.area.end.y=(e.height+s.area.height)/2}for(var T=w%C===0?w/C:Math.floor(w/C+1),k=[],S=0;SA&&(A=L)}s.widthArr.push(A),s.heightArr.push(P.length*d+2*r)}for(var M=0,j=0;j0?D[xt].width+e.yAxis.padding*e.pix:D[xt].width,mt+=1):"right"==D[xt].position&&(e.area[1]+=at>0?D[xt].width+e.yAxis.padding*e.pix:D[xt].width,at+=1)}else i.yAxisWidth=D;if(e.chartData.yAxisData=O,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=K(e.categories,e);var Pt=M(e.categories,e,0,e.chartData.xAxisData.eachSpacing,n),At=Pt.xAxisHeight,It=Pt.angle;i.xAxisHeight=At,i._xAxisTextAngle_=It,e.area[2]+=At,e.chartData.categoriesData=Pt}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=j(o,e,i,n),d=e.chartData.xAxisData.rangesFormat;var Lt=M(d,e,0,e.chartData.xAxisData.eachSpacing,n),Bt=Lt.xAxisHeight,Nt=Lt.angle;i.xAxisHeight=Bt,i._xAxisTextAngle_=Nt,e.area[2]+=Bt,e.chartData.categoriesData=Lt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ut,zt=e.chartData.xAxisData.xAxisPoints,Wt=e.chartData.xAxisData.startX,Ht=e.chartData.xAxisData.endX,Vt=e.chartData.xAxisData.eachSpacing,qt=Vt*(zt.length-1),Gt=Ht-Wt;Ut=Gt-qt,r.scrollOption.currentOffset=Ut,r.scrollOption.startTouchX=Ut,r.scrollOption.distance=0,r.scrollOption.lastMoveTime=0,e._scrollDistance_=Ut}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,n){t=F(t);for(var a=0,s=0;s4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Mt(e,s.type,n)),n.beginPath(),n.setFillStyle(e.background),n.rect(0,0,e.width,e.height),n.fill(),n.save();var r=e.chartData.wordCloudData;n.translate(e.width/2,e.height/2);for(var o=0;o0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].areav[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].areav[1]+5+u-e.height/2)*a):n.fillText(l,(r[o].areav[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].areav[1]+5+u-e.height/2)*a)):r[o].area[0]>0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].area[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].area[1]+5+u-e.height/2)*a):n.fillText(l,(r[o].area[0]+5-e.width/2)*a-d*(1-a)/2,(r[o].area[1]+5+u-e.height/2)*a)),n.stroke(),n.restore()}n.restore()}(o,e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"map":n.clearRect(0,0,e.width,e.height),function(t,e,i,n){var a,s,r=c({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),o=t,l=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},n=0;nl.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(o);if(r.mercator){var d=Ot(l.xMax,l.yMax),f=Ot(l.xMin,l.yMin);l.xMax=d[0],l.yMax=d[1],l.xMin=f[0],l.yMin=f[1]}for(var h=e.width/Math.abs(l.xMax-l.xMin),p=e.height/Math.abs(l.yMax-l.yMin),v=h4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),r=(e.height-e.area[0]-e.area[2])/t.length,o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},l=s.activeWidth*e.pix,d=Math.min((e.width-e.area[1]-e.area[3])/2-l,(e.height-e.area[0]-e.area[2])/2-l),f=B(t,d,s,r,a);if(n.save(),n.translate(o.x,o.y),s.customColor=m(s.linearType,s.customColor,t,i),"pyramid"==s.type)for(var h=0;h4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);s.width*=e.pix;var r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();var f=0,h=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*l+e.area[3],h=f+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,v,g;n.beginPath(),n.setStrokeStyle(t.color),n.moveTo(-1e4,-1e4),n.lineTo(-10001,-10001),n.stroke(),c=[].concat(e.chartData.yAxisData.ranges[t.index]),v=c.pop(),g=c.shift();var _=t.data,m=Q(_,v,g,o,l,e,i,s,a);d.push(m);var y=L(m,t);if("dash"==t.lineType){var b=t.dashLength?t.dashLength:8;b*=e.pix,n.setLineDash([b,b])}n.beginPath();var x=t.color;if("none"!==s.linearType&&t.linearColor&&t.linearColor.length>0){for(var w=n.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),$=0;$0?n.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):n.setShadow(0,0,0,"rgba(0,0,0,0)"),n.setLineWidth(s.width),y.forEach((function(t,e){if(1===t.length)n.moveTo(t[0].x,t[0].y);else{n.moveTo(t[0].x,t[0].y);var i=0;if("curve"===s.type)for(var a=0;af&&(n.moveTo(r.x,r.y),i=1),a>0&&r.x>f&&r.xf&&(n.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(n.moveTo(d.x,d.y),i=1),u>0&&d.x>f&&d.x4&&void 0!==arguments[4]?arguments[4]:1,s=(c({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),r=s.xAxisPoints,o=s.eachSpacing,l=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*o+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,a);n.beginPath(),n.setStrokeStyle(t.color),n.setFillStyle(t.color),n.setLineWidth(1*e.pix);var h=t.pointShape;if("diamond"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===h)f.forEach((function(t,i){null!==t&&(n.moveTo(t.x+2.5*e.pix,t.y),n.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("triangle"===h)return;n.closePath(),n.fill(),n.stroke()})),!1!==e.dataLabel&&1===a&&t.forEach((function(t,s){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,a);ut(f,t,i,n,e)})),n.restore(),{xAxisPoints:r,calPoints:l,eachSpacing:o}}(o,e,i,n,t),s=a.xAxisPoints,r=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=r,e.chartData.eachSpacing=l,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{opacity:1,border:2},e.extra.bubble),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*l+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var c,d,f;c=[].concat(e.chartData.yAxisData.ranges[t.index]),d=c.pop(),f=c.shift();var h=t.data,p=X(h,d,f,o,l,e,i,a);n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(s.border*e.pix),n.setFillStyle(u(t.color,s.opacity)),p.forEach((function(t,i){n.moveTo(t.x+t.r,t.y),n.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),n.closePath(),n.fill(),n.stroke(),!1!==e.dataLabel&&1===a&&p.forEach((function(a,s){n.beginPath();var r=t.textSize*e.pix||i.fontSize;n.setFontSize(r),n.setFillStyle(t.textColor||"#FFFFFF"),n.setTextAlign("center"),n.fillText(String(a.t),a.x,a.y+r/2),n.closePath(),n.stroke(),n.setTextAlign("left")}))})),n.restore(),{xAxisPoints:o,calPoints:d,eachSpacing:l}}(o,e,i,n,t),s=a.xAxisPoints,r=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=r,e.chartData.eachSpacing=l,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{width:l/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=c({},{opacity:.2,gradient:!1},e.extra.mix.area),h=c({},{width:2},e.extra.mix.line),v=e.height-e.area[2],g=[],_=0,y=0;t.forEach((function(t,e){"column"==t.type&&(y+=1)})),n.save();var b=-2,x=o.length+2,w=0,$=e.width+l;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),b=Math.floor(-e._scrollDistance_/l)-2,x=b+e.xAxis.itemCount+4,w=-e._scrollDistance_-2*l+e.area[3],$=w+(e.xAxis.itemCount+4)*l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(t,r){var c,m,C;c=[].concat(e.chartData.yAxisData.ranges[t.index]),m=c.pop(),C=c.shift();var T=t.data,k=X(T,m,C,o,l,e,i,a);if(g.push(k),"column"==t.type){k=H(k,l,y,_,0,e);for(var S=0;Sb&&SW?W:R,N=N>W?W:N,U=U>W?W:U,z=z>W?W:z,R=R<0?0:R,N=N<0?0:N,U=U<0?0:U,z=z<0?0:z,n.arc(M+R,j+R,R,-Math.PI,-Math.PI/2),n.arc(M+E-N,j+N,N,-Math.PI/2,0),n.arc(M+E-U,j+F-U,U,0,Math.PI/2),n.arc(M+z,j+F-z,z,Math.PI/2,Math.PI)}else n.moveTo(D,O.y),n.lineTo(D+O.width,O.y),n.lineTo(D+O.width,e.height-e.area[2]),n.lineTo(D,e.height-e.area[2]),n.lineTo(D,O.y),n.setLineWidth(1),n.setStrokeStyle(A);n.setFillStyle(P),n.closePath(),n.fill()}}_+=1}if("area"==t.type)for(var V=L(k,t),q=0;q1){var K=G[0],Y=G[G.length-1];n.moveTo(K.x,K.y);var Q=0;if("curve"===t.style)for(var Z=0;Zw&&(n.moveTo(tt.x,tt.y),Q=1),Z>0&&tt.x>w&&tt.x<$){var et=p(G,Z-1);n.bezierCurveTo(et.ctrA.x,et.ctrA.y,et.ctrB.x,et.ctrB.y,tt.x,tt.y)}}else for(var it=0;itw&&(n.moveTo(nt.x,nt.y),Q=1),it>0&&nt.x>w&&nt.x<$&&n.lineTo(nt.x,nt.y)}n.lineTo(Y.x,v),n.lineTo(K.x,v),n.lineTo(K.x,K.y)}else{var at=G[0];n.moveTo(at.x-l/2,at.y)}n.closePath(),n.fill()}if("line"==t.type){var st=L(k,t);st.forEach((function(i,a){if("dash"==t.lineType){var s=t.dashLength?t.dashLength:8;s*=e.pix,n.setLineDash([s,s])}if(n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(h.width*e.pix),1===i.length)n.moveTo(i[0].x,i[0].y);else{n.moveTo(i[0].x,i[0].y);var r=0;if("curve"==t.style)for(var o=0;ow&&(n.moveTo(c.x,c.y),r=1),o>0&&c.x>w&&c.x<$){var l=p(i,o-1);n.bezierCurveTo(l.ctrA.x,l.ctrA.y,l.ctrB.x,l.ctrB.y,c.x,c.y)}}else for(var u=0;uw&&(n.moveTo(d.x,d.y),r=1),u>0&&d.x>w&&d.x<$&&n.lineTo(d.x,d.y)}n.moveTo(i[0].x,i[0].y)}n.stroke(),n.setLineDash([])}))}"point"==t.type&&(t.addPoint=!0),1==t.addPoint&&"column"!==t.type&&ot(k,t.color,t.pointShape,n,e)})),!1!==e.dataLabel&&1===a){_=0;t.forEach((function(t,s){var r,c,u;r=[].concat(e.chartData.yAxisData.ranges[t.index]),c=r.pop(),u=r.shift();var d=t.data,f=X(d,c,u,o,l,e,i,a);"column"!==t.type?ut(f,t,i,n,e):(f=H(f,l,y,_,0,e),ut(f,t,i,n,e),_+=1)}))}return n.restore(),{xAxisPoints:o,calPoints:g,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"column":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"group",width:l/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];n.save();var h=-2,p=o.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=Math.floor(-e._scrollDistance_/l)-2,p=h+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===a&&yt(e.tooltip.offset.x,e,0,n,l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(r,c){var v,g,_;v=[].concat(e.chartData.yAxisData.ranges[r.index]),g=v.pop(),_=v.shift();var m=e.height-e.area[0]-e.area[2],y=m*(0-g)/(_-g),b=e.height-Math.round(y)-e.area[2];r.zeroPoints=b;var x=r.data;switch(d.type){case"group":var w=Z(x,g,_,o,l,e,i,b,a),$=it(x,g,_,o,l,e,i,c,t,a);f.push($),w=H(w,l,t.length,c,0,e);for(var C=0;Ch&&Cb?b:T.y,L=T.width,M=Math.abs(b-T.y);d.barBorderCircle&&(d.barBorderRadius=[L/2,L/2,0,0]),T.y>b&&(d.barBorderRadius=[0,0,L/2,L/2]);var j=(0,s.default)(d.barBorderRadius,4),E=j[0],F=j[1],B=j[2],R=j[3],N=Math.min(L/2,M/2);E=E>N?N:E,F=F>N?N:F,B=B>N?N:B,R=R>N?N:R,E=E<0?0:E,F=F<0?0:F,B=B<0?0:B,R=R<0?0:R,n.arc(A+E,I+E,E,-Math.PI,-Math.PI/2),n.arc(A+L-F,I+F,F,-Math.PI/2,0),n.arc(A+L-B,I+M-B,B,0,Math.PI/2),n.arc(A+R,I+M-R,R,Math.PI/2,Math.PI)}else n.moveTo(k,T.y),n.lineTo(k+T.width,T.y),n.lineTo(k+T.width,b),n.lineTo(k,b),n.lineTo(k,T.y),n.setLineWidth(1),n.setStrokeStyle(D);n.setFillStyle(O),n.closePath(),n.fill()}}break;case"stack":w=it(x,g,_,o,l,e,i,c,t,a);f.push(w),w=G(w,l,t.length,0,0,e);for(var U=0;Uh&&U0&&(S-=W),n.setFillStyle(O),n.moveTo(k,z.y),n.fillRect(k,z.y,z.width,S),n.closePath(),n.fill()}}break;case"meter":w=X(x,g,_,o,l,e,i,a);f.push(w),w=q(w,l,t.length,c,0,e,d.meterBorder);for(var V=0;Vh&&V0&&(n.setStrokeStyle(r.color),n.setLineWidth(d.meterBorder*e.pix)),0==c?n.setFillStyle(d.meterFillColor):n.setFillStyle(J.color||r.color);k=J.x-J.width/2,S=e.height-J.y-e.area[2];if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var K=k,Y=J.y,Q=J.width,tt=b-J.y;d.barBorderCircle&&(d.barBorderRadius=[Q/2,Q/2,0,0]);var et=(0,s.default)(d.barBorderRadius,4),nt=et[0],at=et[1],st=et[2],rt=et[3],ot=Math.min(Q/2,tt/2);nt=nt>ot?ot:nt,at=at>ot?ot:at,st=st>ot?ot:st,rt=rt>ot?ot:rt,nt=nt<0?0:nt,at=at<0?0:at,st=st<0?0:st,rt=rt<0?0:rt,n.arc(K+nt,Y+nt,nt,-Math.PI,-Math.PI/2),n.arc(K+Q-at,Y+at,at,-Math.PI/2,0),n.arc(K+Q-st,Y+tt-st,st,0,Math.PI/2),n.arc(K+rt,Y+tt-rt,rt,Math.PI/2,Math.PI),n.fill()}else n.moveTo(k,J.y),n.lineTo(k+J.width,J.y),n.lineTo(k+J.width,b),n.lineTo(k,b),n.lineTo(k,J.y),n.fill();0==c&&d.meterBorder>0&&(n.closePath(),n.stroke())}}break}})),!1!==e.dataLabel&&1===a&&t.forEach((function(s,r){var c,u,f;c=[].concat(e.chartData.yAxisData.ranges[s.index]),u=c.pop(),f=c.shift();var h=s.data;switch(d.type){case"group":var p=Z(h,u,f,o,l,e,i,a);p=H(p,l,t.length,r,0,e),dt(p,s,i,n,e);break;case"stack":p=it(h,u,f,o,l,e,i,r,t,a);dt(p,s,i,n,e);break;case"meter":p=X(h,u,f,o,l,e,i,a);dt(p,s,i,n,e);break}})),n.restore(),{xAxisPoints:o,calPoints:f,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var a=function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);d.widthRatio=d.widthRatio<=0?0:d.widthRatio,d.widthRatio=d.widthRatio>=2?2:d.widthRatio,n.save();var f,h,p,v=-2,g=o.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/l)-2,g=v+e.xAxis.itemCount+4),d.customColor=m(d.linearType,d.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),h=f.pop(),p=f.shift();var _=e.height-e.area[0]-e.area[2],y=_*(0-h)/(p-h),b=e.height-Math.round(y)-e.area[2],x=tt(t,h,p,o,l,e,d,b,a);switch(d.type){case"bar":for(var w=0;wv&&wb?b:$.y,A=$.width,I=Math.abs(b-$.y);d.barBorderCircle&&(d.barBorderRadius=[A/2,A/2,0,0]),$.y>b&&(d.barBorderRadius=[0,0,A/2,A/2]);var L=(0,s.default)(d.barBorderRadius,4),M=L[0],j=L[1],E=L[2],F=L[3],B=Math.min(A/2,I/2);M=M>B?B:M,j=j>B?B:j,E=E>B?B:E,F=F>B?B:F,M=M<0?0:M,j=j<0?0:j,E=E<0?0:E,F=F<0?0:F,n.arc(D+M,P+M,M,-Math.PI,-Math.PI/2),n.arc(D+A-j,P+j,j,-Math.PI/2,0),n.arc(D+A-E,P+I-E,E,0,Math.PI/2),n.arc(D+F,P+I-F,F,Math.PI/2,Math.PI)}else n.moveTo(C,$.y),n.lineTo(C+$.width,$.y),n.lineTo(C+$.width,b),n.lineTo(C,b),n.lineTo(C,$.y);n.setStrokeStyle(S),n.setFillStyle(k),d.borderWidth>0&&(n.setLineWidth(d.borderWidth*e.pix),n.closePath(),n.stroke()),n.fill()}}break;case"triangle":for(var R=0;Rv&&R0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"mount":for(var U=0;Uv&&U0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"sharp":for(var W=0;Wv&&W0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break}if(!1!==e.dataLabel&&1===a){var V,q,G;V=[].concat(e.chartData.yAxisData.ranges[0]),q=V.pop(),G=V.shift();x=tt(t,q,G,o,l,e,d,b,a);ft(x,t,i,n,e,b)}return n.restore(),{xAxisPoints:o,calPoints:x,eachSpacing:l}}(o,e,i,n,t),r=a.xAxisPoints,l=a.calPoints,f=a.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),$t(d,e,i,n);var a=function(t,e,i,n){for(var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=[],o=(e.height-e.area[0]-e.area[2])/e.categories.length,l=0;lh&&xF?F:L,M=M>F?F:M,j=j>F?F:j,E=E>F?F:E,L=L<0?0:L,M=M<0?0:M,j=j<0?0:j,E=E<0?0:E,n.arc(O+E,P+E,E,-Math.PI,-Math.PI/2),n.arc(w.x-L,P+L,L,-Math.PI/2,0),n.arc(w.x-M,P+D-M,M,0,Math.PI/2),n.arc(O+j,P+D-j,j,Math.PI/2,Math.PI)}else n.moveTo($,C),n.lineTo(w.x,C),n.lineTo(w.x,C+w.width),n.lineTo($,C+w.width),n.lineTo($,C),n.setLineWidth(1),n.setStrokeStyle(k);n.setFillStyle(T),n.closePath(),n.fill()}}break;case"stack":y=nt(m,g,_,r,o,e,i,l,t,a);f.push(y),y=J(y,o,t.length,0,0,e);for(var B=0;Bh&&B4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=e.height-e.area[2],f=[];n.save();var h=0,v=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=-e._scrollDistance_-2*l+e.area[3],v=h+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,g,_;c=[].concat(e.chartData.yAxisData.ranges[t.index]),g=c.pop(),_=c.shift();var m=t.data,y=X(m,g,_,o,l,e,i,a);f.push(y);for(var b=L(y,t),x=0;x1){var C=w[0],T=w[w.length-1];n.moveTo(C.x,C.y);var k=0;if("curve"===s.type)for(var S=0;Sh&&(n.moveTo(O.x,O.y),k=1),S>0&&O.x>h&&O.xh&&(n.moveTo(A.x,A.y),k=1),P>0&&A.x>h&&A.xh&&(n.moveTo(M.x,M.y),k=1),I>0&&M.x>h&&M.xh&&(n.moveTo(R.x,R.y),F=1),B>0&&R.x>h&&R.xh&&(n.moveTo(z.x,z.y),F=1),U>0&&z.x>h&&z.xh&&(n.moveTo(H.x,H.y),F=1),W>0&&H.x>h&&H.x4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=s.activeRadius*e.pix);var r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o;var l=s.minRadius||.5*o;o4&&void 0!==arguments[4]?arguments[4]:1,s=c({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),r=k(e.categories.length),o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},l=(e.width-e.area[1]-e.area[3])/2,d=(e.height-e.area[0]-e.area[2])/2,f=Math.min(l-(T(e.categories,i.fontSize,n)+i.radarLabelTextMargin),d-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=s.radius?s.radius:f,n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(s.gridColor),r.forEach((function(t,e){var i=v(f*Math.cos(t),f*Math.sin(t),o);n.moveTo(o.x,o.y),e%s.gridEval==0&&n.lineTo(i.x,i.y)})),n.stroke(),n.closePath();for(var h=function(t){var i={};if(n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(s.gridColor),"radar"==s.gridType)r.forEach((function(e,a){var r=v(f/s.gridCount*t*Math.cos(e),f/s.gridCount*t*Math.sin(e),o);0===a?(i=r,n.moveTo(r.x,r.y)):n.lineTo(r.x,r.y)})),n.lineTo(i.x,i.y);else{var a=v(f/s.gridCount*t*Math.cos(1.5),f/s.gridCount*t*Math.sin(1.5),o);n.arc(o.x,o.y,o.y-a.y,0,2*Math.PI,!1)}n.stroke(),n.closePath()},p=1;p<=s.gridCount;p++)h(p);s.customColor=m(s.linearType,s.customColor,t,i);var g=E(r,o,f,t,e,a);if(g.forEach((function(i,a){n.beginPath(),n.setLineWidth(s.borderWidth*e.pix),n.setStrokeStyle(i.color);var r,c=u(i.color,s.opacity);"custom"==s.linearType&&(r=n.createCircularGradient?n.createCircularGradient(o.x,o.y,f):n.createRadialGradient(o.x,o.y,0,o.x,o.y,f),r.addColorStop(0,u(s.customColor[t[a].linearIndex],s.opacity)),r.addColorStop(1,u(i.color,s.opacity)),c=r);if(n.setFillStyle(c),i.data.forEach((function(t,e){0===e?n.moveTo(t.position.x,t.position.y):n.lineTo(t.position.x,t.position.y)})),n.closePath(),n.fill(),!0===s.border&&n.stroke(),n.closePath(),!1!==e.dataPointShape){var l=i.data.map((function(t){return t.position}));ot(l,i.color,i.pointShape,n,e)}})),!0===s.axisLabel){var _=Math.max(s.max,Math.max.apply(null,x(t))),y=f/s.gridCount,b=e.fontSize*e.pix;n.setFontSize(b),n.setFillStyle(e.fontColor),n.setTextAlign("left");for(p=0;p4&&void 0!==arguments[4]?arguments[4]:1,o=c({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=N(t,o,r),a=o.centerX||o.centerY?{x:o.centerX?o.centerX:e.width/2,y:o.centerY?o.centerY:e.height/2}:{x:e.width/2,y:e.height/2},o.radius?s=o.radius:(s=Math.min(a.x,a.y),s-=5*e.pix,s-=o.width/2),s=s<10?10:s,o.customColor=m(o.linearType,o.customColor,t,i);for(var l=0;l5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==r.oldAngle&&(r.oldAngle=r.startAngle),void 0==r.oldData&&(r.oldData=0),t=z(t,r.startAngle,r.endAngle);var o={x:i.width/2,y:i.height/2},l=Math.min(o.x,o.y);l-=5*i.pix,l-=r.width/2,l=l<10?10:l;var d=l-r.width,f=0;if("progress"==r.type){var h=l-3*r.width;a.beginPath();var p=a.createLinearGradient(o.x,o.y-h,o.x,o.y+h);p.addColorStop("0",u(e[0].color,.3)),p.addColorStop("1.0",u("#FFFFFF",.1)),a.setFillStyle(p),a.arc(o.x,o.y,h,0,2*Math.PI,!1),a.fill(),a.setLineWidth(r.width),a.setStrokeStyle(u(e[0].color,.3)),a.setLineCap("round"),a.beginPath(),a.arc(o.x,o.y,d,r.startAngle*Math.PI,r.endAngle*Math.PI,!1),a.stroke(),f=r.endAngleb/m?a.setStrokeStyle(u(e[0].color,1)):a.setStrokeStyle(u(e[0].color,.3)),a.setLineWidth(3*i.pix),a.moveTo(g,0),a.lineTo(_,0),a.stroke(),a.rotate(v*Math.PI);a.restore(),e=U(e,r,s),a.setLineWidth(r.width),a.setStrokeStyle(e[0].color),a.setLineCap("round"),a.beginPath(),a.arc(o.x,o.y,d,r.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),a.stroke();var x=l-2.5*r.width;a.save(),a.translate(o.x,o.y),a.rotate((e[0]._proportion_-1)*Math.PI),a.beginPath(),a.setLineWidth(r.width/3);var w=a.createLinearGradient(0,.6*-x,0,.6*x);w.addColorStop("0",u("#FFFFFF",0)),w.addColorStop("0.5",u(e[0].color,1)),w.addColorStop("1.0",u("#FFFFFF",0)),a.setStrokeStyle(w),a.arc(0,0,x,.85*Math.PI,1.15*Math.PI,!1),a.stroke(),a.beginPath(),a.setLineWidth(1),a.setStrokeStyle(e[0].color),a.setFillStyle(e[0].color),a.moveTo(-x-r.width/3/2,-4),a.lineTo(-x-r.width/3/2-4,0),a.lineTo(-x-r.width/3/2,4),a.lineTo(-x-r.width/3/2,-4),a.stroke(),a.fill(),a.restore()}else{a.setLineWidth(r.width),a.setLineCap("butt");for(var $=0;$5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{color:{},average:{}},i.extra.candle);r.color=c({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},r.color),r.average=c({},{show:!1,name:[],day:[],color:n.color},r.average),i.extra.candle=r;var o=i.chartData.xAxisData,l=o.xAxisPoints,u=o.eachSpacing,d=[];a.save();var f=-2,h=l.length+2,v=0,g=i.width+u;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(a.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/u)-2,h=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*u+i.area[3],g=v+(i.xAxis.itemCount+4)*u),(r.average.show||e)&&e.forEach((function(t,e){var r,o,c;r=[].concat(i.chartData.yAxisData.ranges[t.index]),o=r.pop(),c=r.shift();for(var d=t.data,f=X(d,o,c,l,u,i,n,s),h=L(f,t),_=0;_v&&(a.moveTo(x.x,x.y),y=1),b>0&&x.x>v&&x.xf&&m0?(a.setStrokeStyle(r.color.upLine),a.setFillStyle(r.color.upFill),a.setLineWidth(1*i.pix),a.moveTo(y[3].x,y[3].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[1].x-u/4,y[1].y),a.lineTo(y[0].x-u/4,y[0].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[2].x,y[2].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[0].x+u/4,y[0].y),a.lineTo(y[1].x+u/4,y[1].y),a.lineTo(y[1].x,y[1].y),a.moveTo(y[3].x,y[3].y)):(a.setStrokeStyle(r.color.downLine),a.setFillStyle(r.color.downFill),a.setLineWidth(1*i.pix),a.moveTo(y[3].x,y[3].y),a.lineTo(y[0].x,y[0].y),a.lineTo(y[0].x-u/4,y[0].y),a.lineTo(y[1].x-u/4,y[1].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[2].x,y[2].y),a.lineTo(y[1].x,y[1].y),a.lineTo(y[1].x+u/4,y[1].y),a.lineTo(y[0].x+u/4,y[0].y),a.lineTo(y[0].x,y[0].y),a.moveTo(y[3].x,y[3].y)),a.closePath(),a.fill(),a.stroke()}})),a.restore(),{xAxisPoints:l,calPoints:d,eachSpacing:u}}(o,g,e,i,n,t),s=a.xAxisPoints,r=a.calPoints,l=a.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=r,e.chartData.eachSpacing=l,Tt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),kt(g?0:e.series,e,i,n,e.chartData),wt(e,i,n,t),Ft(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break}}function Ut(){this.events={}}Rt.prototype.stop=function(){this.isStop=!0},Ut.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},Ut.prototype.delEventListener=function(t){this.events[t]=[]},Ut.prototype.trigger=function(){for(var t=arguments.length,i=Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.opts=c({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=st(this.opts.series,this.opts,this.config,this.context),n=i.yAxisWidth;this.config.yAxisWidth=n;var a=0,s=K(this.opts.categories,this.opts,this.config),r=s.xAxisPoints,o=s.startX,l=s.endX,u=s.eachSpacing,d=u*(r.length-1),f=l-o;a=f-d,this.scrollOption={currentOffset:a,startTouchX:a,distance:0,lastMoveTime:0},this.opts._scrollDistance_=a;break}Nt.call(this,this.opts.type,this.opts,this.config,this.context)},zt.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var n=st(this.opts.series,this.opts,this.config,this.context),a=n.yAxisWidth;this.config.yAxisWidth=a;var s=0,r=K(this.opts.categories,this.opts,this.config),o=r.xAxisPoints,c=r.startX,l=r.endX,u=r.eachSpacing,d=u*i,h=l-c,p=h-u*(o.length-1);s=h/2-d,s>0&&(s=0),s=this.opts.categories.length?this.opts.categories.length:h,this.opts.animation=!1,this.opts.xAxis.itemCount=h;var p=0,v=K(this.opts.categories,this.opts,this.config),g=v.xAxisPoints,_=v.startX,m=v.endX,y=v.eachSpacing,b=y*this.scrollOption.moveCurrent1,x=m-_,w=x-y*(g.length-1);p=-b+Math.min(a[0].x,a[1].x)-this.opts.area[3]-y,p>0&&(p=0),p2*Math.PI&&(t-=2*Math.PI),t},r=Math.atan2(e.center.y-t.y,t.x-e.center.x);r*=-1,r<0&&(r+=2*Math.PI);var o=e.angleList.map((function(t){return t=s(-1*t),t}));o.forEach((function(t,e){var i=s(t-n/2),o=s(t+n/2);o=i&&r<=o||r+2*Math.PI>=i&&r+2*Math.PI<=o)&&(a=e)}))}return a}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,n=0,a=e.series.length;ns.funnelArea[0]&&t.xs.funnelArea[1]&&t.ys.area[0]&&t.xs.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,s={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&A(t,i,n)&&o.forEach((function(e,i){t.y+a+r>e&&(s.index=i)})),s}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,n){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,s={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(s.index=i)}));else{for(var l=Array(e.length),u=0;ue.start.x&&t.xe.start.y&&t.yu[0]-0&&t.xu[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){$(i,this.opts,t);var n=this.getLegendDataIndex(t);n>=0&&("candle"==this.opts.type?this.opts.seriesMA[n].show=!this.opts.seriesMA[n].show:this.opts.series[n].show=!this.opts.series[n].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Nt.call(this,this.opts.type,this.opts,this.config,this.context))}},zt.prototype.showToolTip=function(e){var i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=null;a=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],a||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var s=$(a,this.opts,e),r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){var d=C(this.opts.series,u,l.group);if(0!==d.length){var f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.y=s.y,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u,group:l.group}}}Nt.call(this,o.type,o,this.config,this.context)}if("mount"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e).index:n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:o.chartData.calPoints[u].x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){d=C(this.opts.series,u,l.group);if(0!==d.length){f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.x=s.x,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){var v=O(d,this.opts,u,this.opts.categories,n);h=v.textList,p=v.offset;p.y=s.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){f=D(this.opts.series[0].data,d,this.opts,u,this.opts.categories,this.opts.extra.candle,n),h=f.textList,p=f.offset;p.y=s.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("map"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]);d.name=d.properties.name;h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("word"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("radar"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=C(this.opts.series,u);if(0!==d.length){h=d.map((function(t){return{text:n.formatter?n.formatter(t,i.opts.categories[u],u,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),p={x:s.x,y:s.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}},zt.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=c({},this.opts,{_scrollDistance_:t,animation:!1});Nt.call(this,this.opts.type,e,this.config,this.context)},zt.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=$(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},zt.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),n=i-this.scrollOption.lastMoveTime;if(!(n0),i("text"))]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),(t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0),i("text"))]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1)])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1)]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view"),i("view"),i("view")]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,a,s){return i("view",{key:t._$s(33,"f",{forIndex:a,key:n}),staticClass:t._$s("33-"+s,"sc","li"),attrs:{_i:"33-"+s}},[i("view",{staticClass:t._$s("34-"+s,"sc","name"),attrs:{_i:"34-"+s}},[i("text",[t._v(t._$s("35-"+s,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+s,"sc","num"),attrs:{_i:"36-"+s}},[t._$s("37-"+s,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+s,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+s,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+s,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+s}}):t._e(),t._$s("39-"+s,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+s,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+s}}):t._e(),t._$s("40-"+s,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+s,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+s}}):t._e()]),i("view",{staticClass:t._$s("41-"+s,"sc","f"),attrs:{_i:"41-"+s}},[i("view",[t._v(t._$s("42-"+s,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+s,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+s,"sc","f"),attrs:{_i:"44-"+s}},[i("view",[t._v(t._$s("45-"+s,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+s,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},s=[]},"0c75":function(t,e,i){"use strict";i.r(e);var n=i("13b7"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"0db2":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","login"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","editem"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","text"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","input"),attrs:{_i:5}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{_i:6},domProps:{value:t._$s(6,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})])]),i("view",{staticClass:t._$s(7,"sc","item "),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}}),i("view",{staticClass:t._$s(9,"sc","input yanzhengma"),attrs:{_i:9}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:t._$s(10,"sc","uni-input"),attrs:{_i:10},domProps:{value:t._$s(10,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),i("button",{staticClass:t._$s(11,"sc","code"),attrs:{disabled:t._$s(11,"a-disabled",t.disabled),_i:11},on:{click:t.handleCode},model:{value:t._$s(11,"v-model",t.code),callback:function(e){t.code=e},expression:"code"}},[t._v(t._$s(11,"t0-0",t._s(t.second<60?t.second+"S\u540e\u91cd\u53d1":t.$t("login.sendcode"))))])])]),i("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","text"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","input"),attrs:{_i:14}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(15,"sc","uni-input"),attrs:{_i:15},domProps:{value:t._$s(15,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),i("view",{staticClass:t._$s(16,"sc","item"),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","text"),attrs:{_i:17}}),i("view",{staticClass:t._$s(18,"sc","input"),attrs:{_i:18}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password2,expression:"password2"}],staticClass:t._$s(19,"sc","uni-input"),attrs:{_i:19},domProps:{value:t._$s(19,"v-model",t.password2)},on:{input:function(e){e.target.composing||(t.password2=e.target.value)}}})])])]),i("view",{staticClass:t._$s(20,"sc","btnlogin"),attrs:{_i:20},on:{click:t.handleTelLogin}})])])},a=[]},"0e6e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading2"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},"0eae":function(t,e,i){"use strict";i.r(e);var n=i("a441"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"0ecb":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{id:"",type:"",ranklist:[]}},computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))})),(0,s.default)(a,"methods",{clickItemMethod:function(t){uni.navigateTo({url:"/pageTwo/score/report?id="+t})},getList:function(e){var i=this;this.$model.getSportshistory({aud_id:uni.getStorageSync("userid"),page:e}).then((function(e){t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/score/history.vue:95"),0==e.code&&(i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage)}))}}),a);e.default=u}).call(this,i("f3b9")["default"])},"14f2":function(t,e,i){"use strict";i.r(e);var n=i("b5e0"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"150e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","editem"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","name"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","right"),attrs:{_i:3}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.PostData.height,expression:"PostData.height"}],attrs:{_i:4},domProps:{value:t._$s(4,"v-model",t.PostData.height)},on:{input:function(e){e.target.composing||t.$set(t.PostData,"height",e.target.value)}}})])]),i("view",{staticClass:t._$s(5,"sc","edit"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","editem"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","name"),attrs:{_i:7}}),i("view",{staticClass:t._$s(8,"sc","right"),attrs:{_i:8}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.PostData.weight,expression:"PostData.weight"}],attrs:{_i:9},domProps:{value:t._$s(9,"v-model",t.PostData.weight)},on:{input:function(e){e.target.composing||t.$set(t.PostData,"weight",e.target.value)}}})])]),i("view",{staticClass:t._$s(10,"sc","editem"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","name"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","right radio2"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","radio"),attrs:{_i:13}},[i("uni-icons",{attrs:{type:1==t.PostData.sex?"checkbox-filled":"circle",size:"24",color:1==t.PostData.sex?"#fea606":"#dfdfdf",_i:14},on:{click:function(e){t.PostData.sex=1}}})],1),i("view",{staticClass:t._$s(15,"sc","radio ml-15"),attrs:{_i:15}},[i("uni-icons",{attrs:{type:2==t.PostData.sex?"checkbox-filled":"circle",size:"24",color:2==t.PostData.sex?"#fea606":"#dfdfdf",_i:16},on:{click:function(e){t.PostData.sex=2}}})],1)])]),i("view",{staticClass:t._$s(17,"sc","editem"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","name"),attrs:{_i:18}}),i("view",{staticClass:t._$s(19,"sc","right"),attrs:{_i:19}},[i("picker",{attrs:{value:t._$s(20,"a-value",t.PostData.birthday),end:t._$s(20,"a-end",t.endDate),fields:t._$s(20,"a-fields",t.fields),_i:20},on:{change:t.bindDateChange}},[i("view",{staticClass:t._$s(21,"sc","text"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.PostData.birthday?t.PostData.birthday:"\u8bf7\u9009\u62e9\u51fa\u751f\u65e5\u671f")))]),i("icon",{staticClass:t._$s(22,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:22}})])])])]),t._$s(23,"i",t.iscalced)?i("view",{staticClass:t._$s(23,"sc","box_con mb-15"),attrs:{_i:23}},[i("view",{staticClass:t._$s(24,"sc","BMIlist"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc","block"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","val"),attrs:{_i:27}},[t._v(t._$s(27,"t0-0",t._s(t.resdata.bmi?t.resdata.bmi:"0")))]),i("view",{staticClass:t._$s(28,"sc","btnf"),style:t._$s(28,"s",{backgroundColor:t.resdata.bmilevelcolor}),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.resdata.bmilevel)))])]),i("view",{staticClass:t._$s(29,"sc","desc"),attrs:{_i:29}},[i("view",{staticClass:t._$s(30,"sc","statuevue"),attrs:{_i:30}},[i("view",{staticClass:t._$s(31,"sc","bi"),attrs:{_i:31}},[i("view",{staticClass:t._$s(32,"sc","peobox"),style:t._$s(32,"s","left:"+t.resdata.offset+"%"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","xx"),attrs:{_i:33}})]),t._l(t._$s(34,"f",{forItems:t.resdata.bmilevellist}),(function(e,n,a,s){return i("view",{key:t._$s(34,"f",{forIndex:a,key:n}),staticClass:t._$s("34-"+s,"sc","item"),style:t._$s("34-"+s,"s",{backgroundColor:e.color}),attrs:{_i:"34-"+s}},[i("view",{staticClass:t._$s("35-"+s,"sc","span1"),attrs:{_i:"35-"+s}},[t._v(t._$s("35-"+s,"t0-0",t._s(e.text)))]),t._$s("36-"+s,"i",n"+t[i].marker+t[i].seriesName+"\uff1a"+n+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:n},column:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:n,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:n,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:n,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:n,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},s=a;e.default=s},"1f37":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{list:[]}},onLoad:function(){this.handleUserDeviceList()},methods:{handleUserDeviceList:function(){var t=this;t.$model.getDeviceList({}).then((function(e){0==e.code?t.list=e.data.list:t.$tools.msg(e.msg)})).catch((function(t){}))},handlebinging:function(e){t("log","item",e," at pageTwo/business/addDevice.vue:34"),uni.redirectTo({url:"/pageTwo/business/search?id="+e.id})}}};e.default=i}).call(this,i("f3b9")["default"])},"1fd0":function(t,e,i){"use strict";i.r(e);var n=i("9480"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"20e4":function(t){t.exports=JSON.parse('{"uni-datetime-picker.selectDate":"\u9078\u64c7\u65e5\u671f","uni-datetime-picker.selectTime":"\u9078\u64c7\u6642\u9593","uni-datetime-picker.selectDateTime":"\u9078\u64c7\u65e5\u671f\u6642\u9593","uni-datetime-picker.startDate":"\u958b\u59cb\u65e5\u671f","uni-datetime-picker.endDate":"\u7d50\u675f\u65e5\u671f","uni-datetime-picker.startTime":"\u958b\u59cb\u65f6\u95f4","uni-datetime-picker.endTime":"\u7d50\u675f\u65f6\u95f4","uni-datetime-picker.ok":"\u78ba\u5b9a","uni-datetime-picker.clear":"\u6e05\u9664","uni-datetime-picker.cancel":"\u53d6\u6d88","uni-datetime-picker.year":"\u5e74","uni-datetime-picker.month":"\u6708","uni-calender.SUN":"\u65e5","uni-calender.MON":"\u4e00","uni-calender.TUE":"\u4e8c","uni-calender.WED":"\u4e09","uni-calender.THU":"\u56db","uni-calender.FRI":"\u4e94","uni-calender.SAT":"\u516d","uni-calender.confirm":"\u78ba\u8a8d"}')},2175:function(t,e,i){"use strict";i.r(e);var n=i("0656"),a=i("6d98");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"fcb66c2c",null,!1,n["a"],void 0);e["default"]=o.exports},"223a":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"ren-calendar",props:{weekstart:{type:Number,default:0},markDays:{type:Array,default:function(){return[]}},headerBar:{type:Boolean,default:!0},open:{type:Boolean,default:!0},collapsible:{type:Boolean,default:!0},disabledAfter:{type:Boolean,default:!0}},data:function(){return{weektext:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],y:(new Date).getFullYear(),m:(new Date).getMonth()+1,dates:[],positionTop:0,monthOpen:!0,choose:"",month:null}},created:function(){this.dates=this.monthDay(this.y,this.m),!this.open&&this.toggle()},mounted:function(){this.y=(new Date).getFullYear(),this.m=(new Date).getMonth()+1,this.month=this.$tools.getDate("m"),this.choose=this.getToday().date},computed:{weekDay:function(){return this.weektext.slice(this.weekstart).concat(this.weektext.slice(0,this.weekstart))},height:function(){return this.dates.length/7*80+"rpx"}},methods:{formatNum:function(t){var e=Number(t);return e<10?"0"+e:e},getToday:function(){var t=new Date,e=t.getFullYear(),i=t.getMonth(),n=t.getDate(),a=(new Date).getDay(),s="\u661f\u671f"+["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"][a],r={date:e+"-"+this.formatNum(i+1)+"-"+this.formatNum(n),week:s};return r},monthDay:function(t,e){var i=[],n=Number(e),a=new Date(t,n-1,1).getDay(),s=new Date(t,n,0).getDate(),r=new Date(t,n-1,0).getDate(),o=7==this.weekstart?0:this.weekstart,c=function(){return a==o?0:a>o?a-o:7-o+a}(),l=7-(c+s)%7;7==l&&(l=0);for(var u=1;u<=c;u++)i.push({date:this.formatNum(r-c+u),day:o+u-1||7,month:n-1>=0?this.formatNum(n-1):12,year:n-1>=0?t:t-1});for(var d=1;d<=s;d++)i.push({date:this.formatNum(d),day:d%7+a-1||7,month:this.formatNum(n),year:t,isCurM:!0});for(var f=1;f<=l;f++)i.push({date:this.formatNum(f),day:(s+c+o+f-1)%7||7,month:n+1<=11?this.formatNum(n+1):0,year:n+1<=11?t:t+1});return i},isWorkDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),a=new Date(n.replace(/-/g,"/")),s=a.getDay();return 0!=s&&6!=s},isFutureDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),a=new Date(n.replace(/-/g,"/")),s=a.getTime(),r=(new Date).getTime();return s>r},isMarkDay:function(t,e,i){for(var n=!1,a=0;as){if(this.disabledAfter)return t("log","\u672a\u6765\u65e5\u671f\u4e0d\u53ef\u9009"," at element/ren-calendar/ren-calendar.vue:247"),!1;this.choose=n,this.$emit("onDayClick",c)}else this.choose=n,this.$emit("onDayClick",c);t("log",c," at element/ren-calendar/ren-calendar.vue:257")},changYearMonth:function(t,e){this.dates=this.monthDay(t,e),this.y=t,this.m=e},changeMonth:function(t){"pre"==t?(this.m+1==2?(this.m=12,this.y=this.y-1):this.m=this.m-1,this.month=this.$tools.getMonth(this.month,-1),this.$emit("onMonthClickPre",this.month)):(this.m+1==13?(this.m=1,this.y=this.y+1):this.m=this.m+1,this.month=this.$tools.getMonth(this.month,1),this.$emit("onMonthClickPre",this.month)),this.dates=this.monthDay(this.y,this.m)}}};e.default=i}).call(this,i("f3b9")["default"])},"231b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tips"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2},on:{click:t.openBluetoothAdapter}}),i("view",{staticClass:t._$s(3,"sc","devices_summary"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.devices.length)))]),i("view",[t._$s(5,"i",t.popup)?i("scroll-view",{staticClass:t._$s(5,"sc","device_list"),attrs:{_i:5}},t._l(t._$s(6,"f",{forItems:t.devices}),(function(e,n,a,s){return i("view",{key:t._$s(6,"f",{forIndex:a,key:n}),staticClass:t._$s("6-"+s,"sc","device_item"),attrs:{_i:"6-"+s},on:{click:function(i){return t.createBLEConnection(e)}}},[i("view",[i("text",[t._v(t._$s("8-"+s,"t0-0",t._s(e.localName||e.name)))])]),i("view",[t._v(t._$s("9-"+s,"t0-0",t._s(e.macAddr||e.deviceId)))])])})),0):t._e()]),i("view",{staticClass:t._$s(10,"sc","tishi"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","text"),attrs:{_i:11}},[i("icon",{staticClass:t._$s(12,"sc","t-icon t-icon-tishi"),attrs:{_i:12}})]),i("view",{staticClass:t._$s(13,"sc","dv"),attrs:{_i:13}},[i("text"),i("text"),i("text"),i("text")])])])},a=[]},"266f":function(t,e,i){"use strict";i.r(e);var n=i("7df3"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"27c4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{list:[{title:"\u9a71\u866b",type:1,time:"2023/05/15",des:"\u54c8\u54c8\u54c8\u54c8\u6216\u6216\u6216\u6216",static:1}],page:1,lastPage:0}},onLoad:function(){this.page=1},onReachBottom:function(){!this.lastPage||this.page>=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):this.page++},methods:{getList:function(t){var e=this;this.$model.getHistoryList({pageNo:this.page,pageSize:10}).then((function(t){0==t.code&&(e.list=e.list.concat(t.data.rows),e.lastPage=t.data.totalpage)}))},handleDetail:function(){}}};e.default=n},2818:function(t,e,i){"use strict";i.r(e);var n=i("2a3f"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"298b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-swipe"),attrs:{_i:0}},[i("view",{wxsProps:{"change:prop":"is_show"},staticClass:t._$s(1,"sc","uni-swipe_box"),attrs:{prop:t._$s(1,"change:is_show",t.is_show),"data-threshold":t._$s(1,"a-data-threshold",t.threshold),"data-disabled":t._$s(1,"a-data-disabled",t.disabled+""),_i:1},on:{}},[i("view",{staticClass:t._$s(2,"sc","uni-swipe_button-group button-group--left"),attrs:{_i:2}},[t._t("left",t._l(t._$s(4,"f",{forItems:t.leftOptions}),(function(e,n,a,s){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+s,"sc","uni-swipe_button button-hock"),style:t._$s("4-"+s,"s",{backgroundColor:e.style&&e.style.backgroundColor?e.style.backgroundColor:"#C7C6CD"}),attrs:{_i:"4-"+s},on:{touchstart:t.appTouchStart,touchend:function(i){return t.appTouchEnd(i,n,e,"left")},click:function(i){return i.stopPropagation(),t.onClickForPC(n,e,"left")}}},[i("text",{staticClass:t._$s("5-"+s,"sc","uni-swipe_button-text"),style:t._$s("5-"+s,"s",{color:e.style&&e.style.color?e.style.color:"#FFFFFF",fontSize:e.style&&e.style.fontSize?e.style.fontSize:"16px"}),attrs:{_i:"5-"+s}},[t._v(t._$s("5-"+s,"t0-0",t._s(e.text)))])])})),{_i:3})],2),i("view",{staticClass:t._$s(6,"sc","uni-swipe_text--center"),attrs:{_i:6}},[t._t("default",null,{_i:7})],2),i("view",{staticClass:t._$s(8,"sc","uni-swipe_button-group button-group--right"),attrs:{_i:8}},[t._t("right",t._l(t._$s(10,"f",{forItems:t.rightOptions}),(function(e,n,a,s){return i("view",{key:t._$s(10,"f",{forIndex:a,key:n}),staticClass:t._$s("10-"+s,"sc","uni-swipe_button button-hock"),style:t._$s("10-"+s,"s",{backgroundColor:e.style&&e.style.backgroundColor?e.style.backgroundColor:"#C7C6CD"}),attrs:{_i:"10-"+s},on:{touchstart:t.appTouchStart,touchend:function(i){return t.appTouchEnd(i,n,e,"right")},click:function(i){return i.stopPropagation(),t.onClickForPC(n,e,"right")}}},[i("text",{staticClass:t._$s("11-"+s,"sc","uni-swipe_button-text"),style:t._$s("11-"+s,"s",{color:e.style&&e.style.color?e.style.color:"#FFFFFF",fontSize:e.style&&e.style.fontSize?e.style.fontSize:"16px"}),attrs:{_i:"11-"+s}},[t._v(t._$s("11-"+s,"t0-0",t._s(e.text)))])])})),{_i:9})],2)])])},a=[]},"29d3":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o=null,c={data:function(){return{bpm:0,isend:!1,weight:0,Ycount:0,time_m:"",time_s:"",time:0,kcal:0,Bcount:0,continuous:0,info:{},isToggle:!1,isEnd:!1,iswrapper:!1,isStart:!1}},computed:function(t){for(var e=1;e10&&(o.autoplay=!0,o.loop=!1,o.src=i.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),"00"==t.time_m&&"10"==t.time_s&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/time.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))}3==t.info.active&&(t.$video.video.forEach((function(e){Number(e.name)==Number(t.Ycount)-Number(t.weight)&&0!=Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src=e.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),10==Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/number.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3)))}},methods:{handleAudioStart:function(){var t=this;o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/Start.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),5e3)},handleAudio:function(){o.autoplay=!0,o.loop=!0,o.src="/pageTwo/static/flight.mp3",o.play()},notifyBLECharacteristicValue:function(){var e=this;uni.notifyBLECharacteristicValueChange({state:!0,deviceId:e.info.deviceId,serviceId:e.info.serviceId,characteristicId:e.info.notify,success:function(i){uni.onBLECharacteristicValueChange((function(i){var n=e.$tools.ab2hex(i.value,""),a=parseInt(n.substring(8,12),16),s=parseInt(n.substring(12,16),16),r=parseInt(n.substring(16,20),16),o=parseInt(n.substring(20,24),16),c=parseInt(n.substring(30,32),16),l=parseInt(n.substring(32,34),16),u=parseInt(n.substring(34,38),16),d=null,f=null;if(0==c||4==c){if(e.weight=a,e.Ycount=s,e.time=r,e.kcal=u/10,2!=e.info.active&&0!=a&&(d=Math.floor(r%3600/60),f=r%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f),2==e.info.active){var h=Number(o)-Number(r);d=Math.floor(h%3600/60),f=h%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f}e.Bcount=parseInt(n.substring(24,26),16),e.continuous=parseInt(n.substring(26,30),16),t("log","\u81ea\u7531\u6a21\u5f0f",a,u,r,e.time_m,e.time_s,l," at pageTwo/devices/PCT01.vue:310")}2!=c&&3!=c||e.isToggle||(setTimeout((function(){e.isToggle=!0,e.handleStart("\u505c\u6b62")}),200),t("log","\u5f53\u524d\u72b6\u6001\u88ab\u5207\u6362"," at pageTwo/devices/PCT01.vue:317")),4!=c||e.isEnd||(e.isEnd=!0,t("log","\u5f53\u524d\u72b6\u6001\u88ab\u7ed3\u675f"," at pageTwo/devices/PCT01.vue:322"))}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/PCT01.vue:328")}})},SendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.info.deviceId,serviceId:this.info.serviceId,characteristicId:this.info.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCT01.vue:343")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCT01.vue:346")}})},onlongpress:function(){var e=this;uni.vibrateLong({success:function(){t("log","\u77ed\u9707\u52a8"," at pageTwo/devices/PCT01.vue:354"),Number(e.time)<10?uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u672c\u6b21\u8df3\u7ef3\u65f6\u95f4\u4f4e\u4e8e10\u79d2\uff0c\u8bb0\u5f55\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\uff1f",confirmText:"\u7ee7\u7eed",cancelText:"\u8fd4\u56de",success:function(t){t.cancel&&(e.isStart=!1,o.stop(),uni.navigateBack({delta:1}))}}):(e.handleStart("\u505c\u6b62"),setTimeout((function(){e.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){e.handleGetMeasure()}),800))},fail:function(e){t("error","\u9707\u52a8\u5931\u8d25\uff1a",e," at pageTwo/devices/PCT01.vue:383")}})},handleGetMeasure:function(){var e=this;3==e.info.active&&0==e.weight&&0!=e.Ycount?(t("log","1",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:391"),e.weight=e.Ycount):3==e.info.active&&0!=e.weight&&0!=e.Ycount&&(t("log","2",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:394"),e.weight=Number(e.Ycount)-Number(e.weight)),2==e.info.active&&(e.time_m=Math.floor(e.time%3600/60),e.time_s=e.time%60),t("log","111111\u4fdd\u5b58",e.weight,e.Ycount,e.time_m,e.time_s," at pageTwo/devices/PCT01.vue:401"),e.$model.getskipResult({aud_id:uni.getStorageSync("userid"),kcal:Math.floor(e.kcal),num:e.weight,time_m:Number(e.time_m),time_s:e.time_s,type:1==e.info.active?"free":2==e.info.active?"time":"num"}).then((function(i){t("log","\u4fdd\u5b58",e.time,i," at pageTwo/devices/PCT01.vue:410"),e.isStart=!1,o.stop(),0==i.code?(e.bpm=e.weight/(e.time/60),e.iswrapper=!0,e.info.isSuccessful=!0,e.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")})):e.$tools.msg(i.msg)}))},handleStart:function(e){var i=null,n=null;"\u8fde\u7eed"==e&&(i=Number(173).toString(16),n="A5050300"+i.substr(i.length-2,2),t("log","\u8fde\u7eed\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:433")),"\u505c\u6b62"==e&&(i=Number(178).toString(16),n="A5050305"+i.substr(i.length-2,2),t("log","\u505c\u6b62\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:438")),"\u5f00\u59cb"==e&&(i=Number(175).toString(16),n="A5050500"+i.substr(i.length-2,2)),"\u7ed3\u675f"==e&&(i=Number(176).toString(16),n="A5050501"+i.substr(i.length-2,2),t("log","\u7ed3\u675f\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:447")),"\u7ee7\u7eed"==e&&(i=Number(174).toString(16),n="A5050400"+i.substr(i.length-2,2),t("log","\u7ee7\u7eed\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:452")),"\u6682\u505c"==e&&(i=Number(175).toString(16),n="A5050401"+i.substr(i.length-2,2),t("log","\u6682\u505c\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:457")),this.SendData(n)},handleTarget:function(){o.stop(),uni.navigateBack({delta:1})},handleEnd:function(){var t=this;t.handleStart("\u505c\u6b62"),setTimeout((function(){t.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){uni.$emit("updateData",JSON.stringify(t.info))}),600)}}};e.default=c}).call(this,i("f3b9")["default"])},"2a3b":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("7135").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content "),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[i("scroll-view",{staticClass:t._$s(2,"sc","scroll-menu"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.labelList}),(function(e,n,a,s){return i("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+s}),class:t._$s("3-"+s,"c",[t.active==n?"active":""]),attrs:{_i:"3-"+s},on:{click:function(i){return t.handleActive(e,n)}}},[i("text",[t._v(t._$s("4-"+s,"t0-0",t._s(e)))])])})),0)]),i("view",{staticClass:t._$s(5,"sc","desc"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","statuevue"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","bi"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","peobox"),style:t._$s(8,"s","left:"+Number(t.offset)+"%"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","xx"),attrs:{_i:9}})]),t._l(t._$s(10,"f",{forItems:t.lineList}),(function(e,n,a,s){return i("view",{key:t._$s(10,"f",{forIndex:a,key:n}),staticClass:t._$s("10-"+s,"sc","item"),style:t._$s("10-"+s,"s",{backgroundColor:e.color}),attrs:{_i:"10-"+s}},[i("view",{staticClass:t._$s("11-"+s,"sc","span1"),attrs:{_i:"11-"+s}},[t._v(t._$s("11-"+s,"t0-0",t._s(e.text)))]),t._$s("12-"+s,"i",n=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.gethistorydelete({id:n,type:i.acd_id}).then((function(t){0==t.code?(i.ranklist.splice(e,1),"1"==i.user.measure_model&&i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),2==i.acd_id?i.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}):i.isDelete=!0,i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},clickItemMethod:function(t){"6"!=this.acd_id&&uni.navigateTo({url:"/pageTwo/history/historyDetail?type="+this.acd_id+"&id="+t.id})},getList:function(e){var i=this;this.$model.gethistory({aud_id:uni.getStorageSync("userid"),type:this.acd_id,page:this.page}).then((function(e){if(t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/history/history.vue:135"),0==e.code){var n=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];e.data.rows.forEach((function(t){t.options=n})),i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage}}))},handleEdit:function(t){this.isActive=this.isActive==t?null:t}}};e.default=c}).call(this,i("f3b9")["default"])},"2af5":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{cardList:{user:[],all:[]}}},onLoad:function(){this.handleCardList()},computed:function(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(9,"sc","endtext"),attrs:{_i:9}}):t._e()],2):t._e(),t._$s(10,"i",!t.lastPage)?n("view",{staticClass:t._$s(10,"sc","nolist"),attrs:{_i:10}},[n("image",{attrs:{src:t._$s(11,"a-src",i("d75c")),_i:11}}),n("text")]):t._e()])},a=[]},"2d56":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isDrawe)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.clear}}),i("view",{staticClass:t._$s(2,"sc","wrapper_box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","top"),attrs:{_i:3}},[t._$s(4,"i",t.userinfo.head_pic)?i("image",{staticClass:t._$s(4,"sc","headimage mt-10"),attrs:{src:t._$s(4,"a-src",t.userinfo.head_pic),_i:4}}):t._e(),i("view",{staticClass:t._$s(5,"sc","overflow"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.userinfo.nickname)))])]),i("view",{staticClass:t._$s(6,"sc","drawerList"),attrs:{_i:6}},[t._l(t._$s(7,"f",{forItems:t.List}),(function(e,n,a,s){return t._$s("7-"+s,"i",t.List.length)?i("view",{key:t._$s(7,"f",{forIndex:a,key:n}),staticClass:t._$s("7-"+s,"sc","drawerList_item"),attrs:{_i:"7-"+s},on:{click:function(i){return t.toggle(e)}}},[t._$s("8-"+s,"i",e.head_pic)?i("image",{staticClass:t._$s("8-"+s,"sc","image1"),attrs:{src:t._$s("8-"+s,"a-src",e.head_pic),_i:"8-"+s}}):t._e(),i("view",{staticClass:t._$s("9-"+s,"sc","right"),attrs:{_i:"9-"+s}},[i("view",{staticClass:t._$s("10-"+s,"sc","name"),attrs:{_i:"10-"+s}},[i("view",{staticClass:t._$s("11-"+s,"sc","overflow"),attrs:{_i:"11-"+s}},[t._v(t._$s("11-"+s,"t0-0",t._s(e.nickname)))]),t._$s("12-"+s,"i",e.id==t.userinfo.id)?i("view",{staticClass:t._$s("12-"+s,"sc","dangqian"),attrs:{_i:"12-"+s}}):t._e()]),i("view",{staticClass:t._$s("13-"+s,"sc","info"),attrs:{_i:"13-"+s}},[i("view",[t._v(t._$s("14-"+s,"t0-0",t._s(1==e.gender?"\u7537":"\u5973")))]),i("view",[t._v(t._$s("15-"+s,"t0-0",t._s(e.age)))])])])]):t._e()})),i("view",{staticClass:t._$s(16,"sc","add"),attrs:{_i:16},on:{click:function(e){return t.addInfo()}}})],2)])]):t._e()},a=[]},"2ea8":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[t._$s(1,"i",1==t.loadingType)?i("Loading1",{attrs:{_i:1}}):t._e(),t._$s(2,"i",2==t.loadingType)?i("Loading2",{attrs:{_i:2}}):t._e(),t._$s(3,"i",3==t.loadingType)?i("Loading3",{attrs:{_i:3}}):t._e(),t._$s(4,"i",4==t.loadingType)?i("Loading4",{attrs:{_i:4}}):t._e(),t._$s(5,"i",5==t.loadingType)?i("Loading5",{attrs:{_i:5}}):t._e()],1)},a=[]},"2f15":function(t,e,i){"use strict";i.r(e);var n=i("79c5"),a=i("b7de");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f6e33386",null,!1,n["a"],void 0);e["default"]=o.exports},"2fca":function(t,e,i){"use strict";i.r(e);var n=i("4d05"),a=i("6ae2");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"3fa1a640",null,!1,n["a"],void 0);e["default"]=o.exports},"30b7":function(t,e,i){if("undefined"===typeof Promise||Promise.prototype.finally||(Promise.prototype.finally=function(t){var e=this.constructor;return this.then((function(i){return e.resolve(t()).then((function(){return i}))}),(function(i){return e.resolve(t()).then((function(){throw i}))}))}),"undefined"!==typeof uni&&uni&&uni.requireGlobal){var n=uni.requireGlobal();ArrayBuffer=n.ArrayBuffer,Int8Array=n.Int8Array,Uint8Array=n.Uint8Array,Uint8ClampedArray=n.Uint8ClampedArray,Int16Array=n.Int16Array,Uint16Array=n.Uint16Array,Int32Array=n.Int32Array,Uint32Array=n.Uint32Array,Float32Array=n.Float32Array,Float64Array=n.Float64Array,BigInt64Array=n.BigInt64Array,BigUint64Array=n.BigUint64Array}uni.restoreGlobal&&uni.restoreGlobal(weex,plus,setTimeout,clearTimeout,setInterval,clearInterval),__definePage("pages/home/home",(function(){return Vue.extend(i("a0c3").default)})),__definePage("pages/skiping/skip",(function(){return Vue.extend(i("cdf7").default)})),__definePage("pages/skiping/charts",(function(){return Vue.extend(i("c80f").default)})),__definePage("pages/lunging/vitalcapacity",(function(){return Vue.extend(i("37b1").default)})),__definePage("pages/lunging/charts",(function(){return Vue.extend(i("9e31").default)})),__definePage("pages/my/me",(function(){return Vue.extend(i("7625").default)})),__definePage("pages/score/score",(function(){return Vue.extend(i("d799").default)})),__definePage("pages/PublicCards/PublicCards",(function(){return Vue.extend(i("6742").default)})),__definePage("pages/body/body",(function(){return Vue.extend(i("b894").default)})),__definePage("pages/zixun/list",(function(){return Vue.extend(i("d0ba").default)})),__definePage("pageTwo/history/history",(function(){return Vue.extend(i("044c").default)})),__definePage("pageTwo/history/historyDetail",(function(){return Vue.extend(i("7c3f").default)})),__definePage("pageTwo/compk/contrast",(function(){return Vue.extend(i("6734").default)})),__definePage("pageTwo/compk/pkdetail",(function(){return Vue.extend(i("6088").default)})),__definePage("pageTwo/cardList/card",(function(){return Vue.extend(i("d13f").default)})),__definePage("pageTwo/business/business",(function(){return Vue.extend(i("5988").default)})),__definePage("pageTwo/business/addDevice",(function(){return Vue.extend(i("7ad3").default)})),__definePage("pageTwo/business/search",(function(){return Vue.extend(i("da3a").default)})),__definePage("pageTwo/score/history",(function(){return Vue.extend(i("b672").default)})),__definePage("pageTwo/score/report",(function(){return Vue.extend(i("fb3a").default)})),__definePage("pageTwo/my/manage",(function(){return Vue.extend(i("4a59").default)})),__definePage("pageTwo/message/list",(function(){return Vue.extend(i("da7e").default)})),__definePage("pageTwo/my/userInfo",(function(){return Vue.extend(i("962a").default)})),__definePage("pageTwo/login/forgetPassword",(function(){return Vue.extend(i("3583").default)})),__definePage("pageTwo/login/login",(function(){return Vue.extend(i("7855").default)})),__definePage("pageTwo/my/about",(function(){return Vue.extend(i("2fca").default)})),__definePage("pageTwo/setting/setting",(function(){return Vue.extend(i("06cf").default)})),__definePage("pageTwo/setting/password",(function(){return Vue.extend(i("c0b6").default)})),__definePage("pageTwo/setting/email",(function(){return Vue.extend(i("949b").default)})),__definePage("pageTwo/setting/phone",(function(){return Vue.extend(i("9a51").default)})),__definePage("pageTwo/devices/search",(function(){return Vue.extend(i("757a").default)})),__definePage("pageTwo/devices/G02",(function(){return Vue.extend(i("a721").default)})),__definePage("pageTwo/devices/PCL",(function(){return Vue.extend(i("d32e").default)})),__definePage("pageTwo/devices/PCV02",(function(){return Vue.extend(i("a5a5").default)})),__definePage("pageTwo/devices/PCT01",(function(){return Vue.extend(i("73c7").default)})),__definePage("pageTwo/devices/B20",(function(){return Vue.extend(i("8a7c").default)})),__definePage("pageTwo/devices/PCL22",(function(){return Vue.extend(i("f013").default)})),__definePage("pageTwo/devices/PCL22S",(function(){return Vue.extend(i("5766").default)})),__definePage("pageTwo/notepad/notepad",(function(){return Vue.extend(i("2f15").default)})),__definePage("pageTwo/notepad/addNotepad",(function(){return Vue.extend(i("88ef").default)})),__definePage("pageTwo/PublicCards/charts",(function(){return Vue.extend(i("a27f").default)})),__definePage("pageTwo/PublicCards/history",(function(){return Vue.extend(i("fa5d").default)})),__definePage("pageTwo/PublicCards/contrast",(function(){return Vue.extend(i("b58d").default)})),__definePage("pageTwo/PublicCards/pkdetail",(function(){return Vue.extend(i("d424c").default)})),__definePage("pageTwo/home/inheritHeighet",(function(){return Vue.extend(i("edb2").default)})),__definePage("pageTwo/home/bmi",(function(){return Vue.extend(i("0bfd").default)})),__definePage("pageTwo/webview/webview",(function(){return Vue.extend(i("9b27").default)}))},"30f7":function(t,e,i){"use strict";i.r(e);var n=i("3d44"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},3315:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{}},created:function(){this.children=[]},methods:{resize:function(){},closeAll:function(){this.children.forEach((function(t){t.is_show="none"}))},closeOther:function(t){this.openItem&&this.openItem!==t&&(this.openItem.is_show="none"),this.openItem=t}}}},3352:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports["default"]=t.exports},3380:function(t,e,i){"use strict";i.r(e);var n=i("0e6e"),a=i("8e69");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"0f7e34c8",null,!1,n["a"],void 0);e["default"]=o.exports},"33f7":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{page:1,fimages:[],lastPage:"",labelList:[],active:0,list:[]}},computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.handleContentMsg())},methods:{handleContentMsg:function(){var e=this;e.$model.getContentMsg({type:e.active,sector_id:1,page:e.page}).then((function(i){t("log","\u8d44\u8baf",i," at pages/zixun/list.vue:89"),0==i.code&&(e.list=e.list.concat(i.data.content_data))}))},handleContentLabel:function(){var e=this;e.$model.getContentLabel({}).then((function(i){t("log","\u6807\u7b7e\u7c7b\u522b\u4fe1\u606f",i," at pages/zixun/list.vue:98"),0==i.code&&(e.labelList=i.data[0].list,e.fimages=i.data[0].loop_data,e.handleContentMsg())}))},handleactive:function(t){this.active=t,this.page=1,this.list=[],this.handleContentMsg()},detail:function(t){this.$tools.NewsPtype(t)},handleActive:function(t,e){var i=this;i.$tools.NewsPtype(t),setTimeout((function(){i.list[e].reading++}),2e3)}}};e.default=o}).call(this,i("f3b9")["default"])},"34cf":function(t,e,i){var n=i("ed45"),a=i("7172"),s=i("6382"),r=i("dd3e");t.exports=function(t,e){return n(t)||a(t,e)||s(t,e)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},3583:function(t,e,i){"use strict";i.r(e);var n=i("0db2"),a=i("3d86");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f984ff0c",null,!1,n["a"],void 0);e["default"]=o.exports},"36c8":function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u30db\u30fc\u30e0","index.component":"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"\u30e6\u30cb\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3001manifest.json\u3001pages.json\u3001\u30bf\u30d6\u30d0\u30fc\u3001\u30da\u30fc\u30b8\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3001API\u3092\u542b\u3081\u308b\u3001Schema","index.detail":"\u8a73\u7d30","index.language":"\u8a00\u8a9e","index.language-info":"\u8a2d\u5b9a","index.system-language":"\u30b7\u30b9\u30c6\u30e0\u8a00\u8a9e","index.application-language":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a00\u8a9e","index.language-change-confirm":"\u3053\u306e\u8a2d\u5b9a\u3092\u9069\u7528\u3059\u308b\u3068\u3001\u30a2\u30d7\u30ea\u304c\u518d\u8d77\u52d5\u3057\u307e\u3059"}')},"373c":function(t,e,i){"use strict";i.r(e);var n=i("d643"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"37b1":function(t,e,i){"use strict";i.r(e);var n=i("bbad"),a=i("62ca");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"63b8291b",null,!1,n["a"],void 0);e["default"]=o.exports},3817:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-date"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-date-editor"),attrs:{_i:1},on:{click:t.show}},[t._t("default",[i("view",{staticClass:t._$s(3,"sc","uni-date-editor--x"),class:t._$s(3,"c",{"uni-date-editor--x__disabled":t.disabled,"uni-date-x--border":t.border}),attrs:{_i:3}},[t._$s(4,"i",!t.isRange)?i("view",{staticClass:t._$s(4,"sc","uni-date-x uni-date-single"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","uni-date__x-input"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.displayValue||t.singlePlaceholderText)))]),i("uni-icons",{staticClass:t._$s(6,"sc","icon-calendar"),attrs:{type:"calendar",color:"#c0c4cc",size:"22",_i:6}})],1):i("view",{staticClass:t._$s(7,"sc","uni-date-x uni-date-range"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","uni-date__x-input text-center"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.displayRangeValue.startDate||t.startPlaceholderText)))]),i("uni-icons",{staticClass:t._$s(9,"sc","icon-calendar"),attrs:{type:"calendar",color:"#c0c4cc",size:"22",_i:9}}),i("view",{staticClass:t._$s(10,"sc","range-separator"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.rangeSeparator)))]),i("view",{staticClass:t._$s(11,"sc","uni-date__x-input text-center"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.displayRangeValue.endDate||t.endPlaceholderText)))])],1),t._$s(12,"i",t.showClearIcon)?i("view",{staticClass:t._$s(12,"sc","uni-date__icon-clear"),attrs:{_i:12},on:{click:function(e){return e.stopPropagation(),t.clear(e)}}},[i("uni-icons",{attrs:{type:"clear",color:"#c0c4cc",size:"22",_i:13}})],1):t._e()])],{_i:2})],2),i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(14,"v-show",t.pickerVisible),expression:"_$s(14,'v-show',pickerVisible)"}],staticClass:t._$s(14,"sc","uni-date-mask--pc"),attrs:{_i:14},on:{click:t.close}}),t._$s(15,"i",!t.isPhone)?i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(15,"v-show",t.pickerVisible),expression:"_$s(15,'v-show',pickerVisible)"}],ref:"datePicker",staticClass:t._$s(15,"sc","uni-date-picker__container"),attrs:{_i:15}},[t._$s(16,"i",!t.isRange)?i("view",{staticClass:t._$s(16,"sc","uni-date-single--x"),style:t._$s(16,"s",t.pickerPositionStyle),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","uni-popper__arrow"),attrs:{_i:17}}),t._$s(18,"i",t.hasTime)?i("view",{staticClass:t._$s(18,"sc","uni-date-changed popup-x-header"),attrs:{_i:18}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.inputDate,expression:"inputDate"}],staticClass:t._$s(19,"sc","uni-date__input text-center"),attrs:{placeholder:t._$s(19,"a-placeholder",t.selectDateText),_i:19},domProps:{value:t._$s(19,"v-model",t.inputDate)},on:{input:function(e){e.target.composing||(t.inputDate=e.target.value)}}}),i("time-picker",{attrs:{type:"time",border:!1,disabled:!t.inputDate,start:t.timepickerStartTime,end:t.timepickerEndTime,hideSecond:t.hideSecond,_i:20},model:{value:t._$s(20,"v-model",t.pickerTime),callback:function(e){t.pickerTime=e},expression:"pickerTime"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.pickerTime,expression:"pickerTime"}],staticClass:t._$s(21,"sc","uni-date__input text-center"),attrs:{placeholder:t._$s(21,"a-placeholder",t.selectTimeText),disabled:t._$s(21,"a-disabled",!t.inputDate),_i:21},domProps:{value:t._$s(21,"v-model",t.pickerTime)},on:{input:function(e){e.target.composing||(t.pickerTime=e.target.value)}}})])],1):t._e(),i("Calendar",{ref:"pcSingle",attrs:{showMonth:!1,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,date:t.calendarDate,"default-value":t.defaultValue,_i:22},on:{change:t.singleChange}}),t._$s(23,"i",t.hasTime)?i("view",{staticClass:t._$s(23,"sc","popup-x-footer"),attrs:{_i:23}},[i("text",{staticClass:t._$s(24,"sc","confirm-text"),attrs:{_i:24},on:{click:t.confirmSingleChange}},[t._v(t._$s(24,"t0-0",t._s(t.okText)))])]):t._e()],1):i("view",{staticClass:t._$s(25,"sc","uni-date-range--x"),style:t._$s(25,"s",t.pickerPositionStyle),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","uni-popper__arrow"),attrs:{_i:26}}),t._$s(27,"i",t.hasTime)?i("view",{staticClass:t._$s(27,"sc","popup-x-header uni-date-changed"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","popup-x-header--datetime"),attrs:{_i:28}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.startDate,expression:"tempRange.startDate"}],staticClass:t._$s(29,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(29,"a-placeholder",t.startDateText),_i:29},domProps:{value:t._$s(29,"v-model",t.tempRange.startDate)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"startDate",e.target.value)}}}),i("time-picker",{attrs:{type:"time",start:t.timepickerStartTime,border:!1,disabled:!t.tempRange.startDate,hideSecond:t.hideSecond,_i:30},model:{value:t._$s(30,"v-model",t.tempRange.startTime),callback:function(e){t.$set(t.tempRange,"startTime",e)},expression:"tempRange.startTime"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.startTime,expression:"tempRange.startTime"}],staticClass:t._$s(31,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(31,"a-placeholder",t.startTimeText),disabled:t._$s(31,"a-disabled",!t.tempRange.startDate),_i:31},domProps:{value:t._$s(31,"v-model",t.tempRange.startTime)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"startTime",e.target.value)}}})])],1),i("uni-icons",{attrs:{type:"arrowthinright",color:"#999",_i:32}}),i("view",{staticClass:t._$s(33,"sc","popup-x-header--datetime"),attrs:{_i:33}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.endDate,expression:"tempRange.endDate"}],staticClass:t._$s(34,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(34,"a-placeholder",t.endDateText),_i:34},domProps:{value:t._$s(34,"v-model",t.tempRange.endDate)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"endDate",e.target.value)}}}),i("time-picker",{attrs:{type:"time",end:t.timepickerEndTime,border:!1,disabled:!t.tempRange.endDate,hideSecond:t.hideSecond,_i:35},model:{value:t._$s(35,"v-model",t.tempRange.endTime),callback:function(e){t.$set(t.tempRange,"endTime",e)},expression:"tempRange.endTime"}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.tempRange.endTime,expression:"tempRange.endTime"}],staticClass:t._$s(36,"sc","uni-date__input uni-date-range__input"),attrs:{placeholder:t._$s(36,"a-placeholder",t.endTimeText),disabled:t._$s(36,"a-disabled",!t.tempRange.endDate),_i:36},domProps:{value:t._$s(36,"v-model",t.tempRange.endTime)},on:{input:function(e){e.target.composing||t.$set(t.tempRange,"endTime",e.target.value)}}})])],1)],1):t._e(),i("view",{staticClass:t._$s(37,"sc","popup-x-body"),attrs:{_i:37}},[i("Calendar",{ref:"left",attrs:{showMonth:!1,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,range:!0,pleStatus:t.endMultipleStatus,_i:38},on:{change:t.leftChange,firstEnterCale:t.updateRightCale}}),i("Calendar",{ref:"right",attrs:{showMonth:!1,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,range:!0,pleStatus:t.startMultipleStatus,_i:39},on:{change:t.rightChange,firstEnterCale:t.updateLeftCale}})],1),t._$s(40,"i",t.hasTime)?i("view",{staticClass:t._$s(40,"sc","popup-x-footer"),attrs:{_i:40}},[i("text",{attrs:{_i:41},on:{click:t.clear}},[t._v(t._$s(41,"t0-0",t._s(t.clearText)))]),i("text",{staticClass:t._$s(42,"sc","confirm-text"),attrs:{_i:42},on:{click:t.confirmRangeChange}},[t._v(t._$s(42,"t0-0",t._s(t.okText)))])]):t._e()])]):t._e(),t._$s(43,"i",t.isPhone)?i("Calendar",{ref:"mobile",attrs:{clearDate:!1,date:t.calendarDate,defTime:t.mobileCalendarTime,"start-date":t.calendarRange.startDate,"end-date":t.calendarRange.endDate,selectableTimes:t.mobSelectableTime,startPlaceholder:t.startPlaceholder,endPlaceholder:t.endPlaceholder,"default-value":t.defaultValue,pleStatus:t.endMultipleStatus,showMonth:!1,range:t.isRange,hasTime:t.hasTime,insert:!1,hideSecond:t.hideSecond,_i:43},on:{confirm:t.mobileChange,maskClose:t.close}}):t._e()],1)},s=[]},3910:function(t,e,i){"use strict";i.r(e);var n=i("b6a5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},3966:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc"," calendar"),attrs:{_i:1}},[t._$s(2,"i",t.isShow)?i("ren-calendar",{ref:"ren",attrs:{markDays:t.markDays,_i:2},on:{onDayClick:t.onDayClick,onMonthClickPre:t.onMonthClickPre}}):t._e(),t._$s(3,"i",t.infoList.length)?i("view",{staticClass:t._$s(3,"sc","box"),attrs:{_i:3}},t._l(t._$s(4,"f",{forItems:t.infoList}),(function(e,n,a,s){return i("view",{key:t._$s(4,"f",{forIndex:a,key:n}),staticClass:t._$s("4-"+s,"sc","list"),attrs:{_i:"4-"+s},on:{click:function(i){return t.addMemberTags(e.id,e)}}},[i("view",{staticClass:t._$s("5-"+s,"sc","item"),attrs:{_i:"5-"+s}},[i("view",{staticClass:t._$s("6-"+s,"sc","check"),attrs:{_i:"6-"+s}},[i("uni-icons",{attrs:{type:-1!=t.isActive.indexOf(e.id)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActive.indexOf(e.id)?"#FEC407":"#dfdfdf",_i:"7-"+s}})],1),i("view",[t._v(t._$s("8-"+s,"t0-0",t._s(e.v1))),i("text",[t._v(t._$s("9-"+s,"t0-0",t._s(e.v1_name)))])]),t._$s("10-"+s,"i",e.v2)?i("view",[t._v(t._$s("10-"+s,"t0-0",t._s(e.v2))),i("text",[t._v(t._$s("11-"+s,"t0-0",t._s(e.v2_name)))])]):t._e(),t._$s("12-"+s,"i",e.v3)?i("view",[t._v(t._$s("12-"+s,"t0-0",t._s(e.v3))),i("text",[t._v(t._$s("13-"+s,"t0-0",t._s(e.v3_name)))])]):t._e()])])})),0):t._e(),i("view",{staticClass:t._$s(14,"sc","bottom"),attrs:{_i:14}},[t._l(t._$s(15,"f",{forItems:t.ActiveDays}),(function(e,n,a,s){return t._$s("15-"+s,"i",t.isActive)?i("view",{key:t._$s(15,"f",{forIndex:a,key:n}),staticClass:t._$s("15-"+s,"sc","list"),attrs:{_i:"15-"+s},on:{click:function(i){return t.addMemberTags(e.id,e)}}},[i("view",{staticClass:t._$s("16-"+s,"sc","item borderRadius"),attrs:{_i:"16-"+s}},[i("view",{staticClass:t._$s("17-"+s,"sc","time"),attrs:{_i:"17-"+s}},[t._v(t._$s("17-"+s,"t0-0",t._s(e.r_t)))]),i("view",[t._v(t._$s("18-"+s,"t0-0",t._s(e.v1))),i("text",[t._v(t._$s("19-"+s,"t0-0",t._s(e.v1_name)))])]),t._$s("20-"+s,"i",e.v2)?i("view",[t._v(t._$s("20-"+s,"t0-0",t._s(e.v2))),i("text",[t._v(t._$s("21-"+s,"t0-0",t._s(e.v2_name)))])]):t._e(),t._$s("22-"+s,"i",e.v3)?i("view",[t._v(t._$s("22-"+s,"t0-0",t._s(e.v3))),i("text",[t._v(t._$s("23-"+s,"t0-0",t._s(e.v3_name)))])]):t._e(),i("view",{staticClass:t._$s("24-"+s,"sc","check"),attrs:{_i:"24-"+s}},[i("uni-icons",{attrs:{type:"clear",size:"22",color:"#999",_i:"25-"+s}})],1)])]):t._e()})),t._$s(26,"i",2==t.length)?i("view",{staticClass:t._$s(26,"sc","pkclass"),attrs:{_i:26}}):t._e(),i("view",{staticClass:t._$s(27,"sc","btn"),class:t._$s(27,"c",{active:2!=t.length}),attrs:{_i:27},on:{click:t.handlePK}})],2)],1)])},s=[]},"3b2d":function(t,e){function i(e){return t.exports=i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3bb4":function(t,e,i){"use strict";i.r(e);var n=i("af68"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"3c02":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","charts"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","TrendPage"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","boxTime"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","one"),attrs:{_i:4}},[n("picker",{attrs:{end:t._$s(5,"a-end",t.endDate),fields:t._$s(5,"a-fields",t.fields),value:t._$s(5,"a-value",t.startTime?t.startTime:t.startDate),_i:5},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(6,"sc","uni-input mr-10"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.startTime?t.startTime:t.startDate))),n("icon",{staticClass:t._$s(7,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:7}})])]),n("view",{staticClass:t._$s(8,"sc","center"),attrs:{_i:8}}),n("picker",{attrs:{end:t._$s(9,"a-end",t.endDate),fields:t._$s(9,"a-fields",t.fields),value:t._$s(9,"a-value",t.endTime?t.endTime:t.endDate),_i:9},on:{change:t.handEndTimeH}},[n("view",{staticClass:t._$s(10,"sc","uni-input mr-10"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.endTime?t.endTime:t.endDate))),n("icon",{staticClass:t._$s(11,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:11}})])])])]),t._$s(12,"i",t.weightList.length)?n("view",{staticClass:t._$s(12,"sc","box"),attrs:{_i:12}},[n("view",{staticClass:t._$s(13,"sc","listC"),attrs:{_i:13}},t._l(t._$s(14,"f",{forItems:t.weightList}),(function(e,i,a,s){return n("view",{key:t._$s(14,"f",{forIndex:a,key:i}),staticClass:t._$s("14-"+s,"sc","name"),class:t._$s("14-"+s,"c",{active2:i==t.active1}),attrs:{_i:"14-"+s},on:{click:function(e){return t.showbox(i)}}},[t._v(t._$s("14-"+s,"t0-0",t._s(e.title)))])})),0),n("view",{staticClass:t._$s(15,"sc","blockC"),attrs:{_i:15}},[t._$s(16,"i",t.handTrue)?n("view",[n("qiunDataCharts",{attrs:{type:"area",chartData:t.lineData,canvas2d:!0,canvasId:"charts09",animation:!1,Width:340,Height:250,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:17}})],1):t._e()])]):n("view",{staticClass:t._$s(18,"sc","box"),attrs:{_i:18}},[n("view",{staticClass:t._$s(19,"sc","nolist"),attrs:{_i:19}},[n("image",{attrs:{src:t._$s(20,"a-src",i("d75c")),_i:20}}),n("text")])])]),n("view",{staticClass:t._$s(22,"sc","gridList"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","data"),attrs:{_i:23}},[n("view",{staticClass:t._$s(24,"sc","item"),attrs:{_i:24},on:{click:function(e){return t.handleClick(1)}}},[n("view",{staticClass:t._$s(25,"sc","val"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.target_weight:0))),n("text")]),n("view",{staticClass:t._$s(27,"sc","name"),attrs:{_i:27}},[n("uni-icons",{staticClass:t._$s(28,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:28}})],1)]),n("view",{staticClass:t._$s(29,"sc","item"),attrs:{_i:29}},[n("view",{staticClass:t._$s(30,"sc","val"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(t.userInfo.target_current?Math.abs(t.userInfo.target_current.cumulative_weight):0))),n("text")]),t._$s(32,"i",Number(t.userInfo.target_current.cumulative_weight)>0)?n("view",{staticClass:t._$s(32,"sc","name"),attrs:{_i:32}}):n("view",{staticClass:t._$s(33,"sc","name"),attrs:{_i:33}})]),n("view",{staticClass:t._$s(34,"sc","item"),attrs:{_i:34},on:{click:function(e){return t.handleClick(2)}}},[n("view",{staticClass:t._$s(35,"sc","val"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.initial_weight:0))),n("text")]),n("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}},[n("uni-icons",{staticClass:t._$s(38,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:38}})],1)]),n("view",{staticClass:t._$s(39,"sc","item"),attrs:{_i:39}},[n("view",{staticClass:t._$s(40,"sc","val"),attrs:{_i:40}},[t._v(t._$s(40,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.cumulative_day:0))),n("text")]),n("view",{staticClass:t._$s(42,"sc","name"),attrs:{_i:42}})])])]),n("firstweight",{attrs:{type:t.ind,_i:43}})],1)])},s=[]},"3cd2":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={onLoad:function(e){if(t("log","options",e," at pageTwo/compk/pkdetail.vue:85"),e.info){var i=JSON.parse(e.info);this.acd_id=i.type,this.handleSharepic(JSON.parse(e.info))}},computed:function(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(16,"sc","endtext"),attrs:{_i:16}}):t._e()],2):t._e(),t._$s(17,"i",!t.ranklist.length||!t.lastPage)?n("view",{staticClass:t._$s(17,"sc","nolist"),attrs:{_i:17}},[n("image",{attrs:{src:t._$s(18,"a-src",i("d75c")),_i:18}}),n("text")]):t._e()])},s=[]},"3e59":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniDatetimePicker:i("9a7d").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content addText"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","item"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","name"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","example-body"),attrs:{_i:4}},[i("uni-datetime-picker",{attrs:{type:"datetime",border:!1,"clear-icon":!1,"hide-second":!0,_i:5},on:{change:t.changeLog},model:{value:t._$s(5,"v-model",t.recordTime),callback:function(e){t.recordTime=e},expression:"recordTime"}})],1)])]),i("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","ji"),attrs:{_i:7}}),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.content)},on:{input:function(e){e.target.composing||(t.content=e.target.value)}}}),i("view",{staticClass:t._$s(9,"sc","length"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.content.length)))])]),i("view",{staticClass:t._$s(10,"sc","btn"),attrs:{_i:10},on:{click:t.handleCloseClick}})])},s=[]},"3f17":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content skipping"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","title"),attrs:{_i:1}},[t._v(t._$s(1,"t0-0",t._s(1==t.info.active?"\u81ea\u7531\u8df3":2==t.info.active?"\u5012\u8ba1\u65f6":"\u5012\u8ba1\u6570")))]),i("view",{staticClass:t._$s(2,"sc","skiptop"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","item-ite"),attrs:{_i:4}},[t._v(t._$s(4,"t0-0",t._s(1==t.info.active?"\u81ea\u7531\u6b21\u6570":2==t.info.active?"\u4e2a\u6570":"\u76ee\u6807\u6b21\u6570"))),i("text",[t._v(t._$s(5,"t0-0",t._s(t.weight)))])]),i("view",{staticClass:t._$s(6,"sc","item-ite"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(2==t.info.active?"\u76ee\u6807\u65f6\u957f \u5206:\u79d2":"\u5206:\u79d2"))),i("text",[t._v(t._$s(7,"t0-0",t._s(t.time_m?t.time_m:"00"))+t._$s(7,"t0-1",t._s(t.time_s?t.time_s:"00")))])]),i("view",{staticClass:t._$s(8,"sc","item-ite"),attrs:{_i:8}},[i("text",[t._v(t._$s(9,"t0-0",t._s(Math.floor(t.kcal))))])])])]),i("view",{staticClass:t._$s(10,"sc","image"),attrs:{_i:10}},[i("image",{attrs:{_i:11}})]),i("view",{staticClass:t._$s(12,"sc","end"),attrs:{_i:12},on:{longpress:t.onlongpress}}),t._$s(13,"i",t.iswrapper)?i("view",{staticClass:t._$s(13,"sc","wrapper"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","bg"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","edit"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","editem"),attrs:{_i:16}},[i("view",[i("text",{staticClass:t._$s(18,"sc","cyello Blue size20 mr-5"),attrs:{_i:18}},[t._v(t._$s(18,"t0-0",t._s(t.bpm.toFixed(1))))])]),i("view",{staticClass:t._$s(19,"sc","size12 c999 "),attrs:{_i:19}})]),i("view",{staticClass:t._$s(20,"sc","center"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","left"),attrs:{_i:21}},[i("image",{attrs:{_i:22}}),i("view",{staticClass:t._$s(23,"sc","name"),attrs:{_i:23}},[i("view"),i("view",[i("text",{staticClass:t._$s(26,"sc","cyello Blue size20 mr-5"),attrs:{_i:26}},[t._v(t._$s(26,"t0-0",t._s(t.Bcount)))])])])]),i("view",{staticClass:t._$s(27,"sc","left"),attrs:{_i:27}},[i("image",{attrs:{_i:28}}),i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}},[i("view"),i("view",[i("text",{staticClass:t._$s(32,"sc","cyello Blue size20 mr-5"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.continuous)))])])])])]),i("view",{staticClass:t._$s(33,"sc","item"),attrs:{_i:33}},[i("view",{staticClass:t._$s(34,"sc","item-ite"),attrs:{_i:34}},[i("text",[t._v(t._$s(35,"t0-0",t._s(t.weight)))])]),i("view",{staticClass:t._$s(36,"sc","item-ite"),attrs:{_i:36}},[i("text",[t._v(t._$s(37,"t0-0",t._s(t.time_m?t.time_m:"00"))+t._$s(37,"t0-1",t._s(t.time_s?t.time_s:"00")))])]),i("view",{staticClass:t._$s(38,"sc","item-ite"),attrs:{_i:38}},[i("text",[t._v(t._$s(39,"t0-0",t._s(Math.floor(t.kcal))))])])]),i("view",{staticClass:t._$s(40,"sc","btn"),attrs:{_i:40},on:{click:t.handleTarget}})])])]):t._e()])},a=[]},4050:function(t,e,i){"use strict";i.r(e);var n=i("2c94"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"417f":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isSlider)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("slider",{attrs:{_i:7},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(8,"sc","editem"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}}),i("view",{staticClass:t._$s(10,"sc","right"),attrs:{_i:10}},[i("slider",{attrs:{_i:11},on:{change:function(e){return t.sliderChange(e,2)}}})])]),i("view",{staticClass:t._$s(12,"sc","editem"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","right"),attrs:{_i:14}},[i("slider",{attrs:{_i:15},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(16,"sc","tips"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","btn close"),attrs:{_i:17},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(18,"sc","btn"),attrs:{_i:18},on:{click:t.handleTarget}})])])]):t._e()},a=[]},"41ff":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("view"),i("text"),i("text")])]),t._$s(10,"i",t.isHeight)?i("view",{staticClass:t._$s(10,"sc","wrapper"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","bg"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","Blue"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","h4"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","Blue-box"),attrs:{_i:14}},[i("text",[t._v(t._$s(15,"t0-0",t._s(t.weight))+t._$s(15,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(16,"sc","Blue-box"),attrs:{_i:16}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:17},domProps:{value:t._$s(17,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})]),i("view",{staticClass:t._$s(18,"sc","Blue-btn Blue-close"),attrs:{_i:18},on:{click:t.handleBack}}),i("view",{staticClass:t._$s(19,"sc","Blue-btn"),attrs:{_i:19},on:{click:t.handleGetMeasure}})])]):t._e()])},a=[]},"42d6":function(t){t.exports=JSON.parse('{"uni-datetime-picker.selectDate":"\u9009\u62e9\u65e5\u671f","uni-datetime-picker.selectTime":"\u9009\u62e9\u65f6\u95f4","uni-datetime-picker.selectDateTime":"\u9009\u62e9\u65e5\u671f\u65f6\u95f4","uni-datetime-picker.startDate":"\u5f00\u59cb\u65e5\u671f","uni-datetime-picker.endDate":"\u7ed3\u675f\u65e5\u671f","uni-datetime-picker.startTime":"\u5f00\u59cb\u65f6\u95f4","uni-datetime-picker.endTime":"\u7ed3\u675f\u65f6\u95f4","uni-datetime-picker.ok":"\u786e\u5b9a","uni-datetime-picker.clear":"\u6e05\u9664","uni-datetime-picker.cancel":"\u53d6\u6d88","uni-datetime-picker.year":"\u5e74","uni-datetime-picker.month":"\u6708","uni-calender.SUN":"\u65e5","uni-calender.MON":"\u4e00","uni-calender.TUE":"\u4e8c","uni-calender.WED":"\u4e09","uni-calender.THU":"\u56db","uni-calender.FRI":"\u4e94","uni-calender.SAT":"\u516d","uni-calender.confirm":"\u786e\u8ba4"}')},4308:function(t,e,i){"use strict";i.r(e);var n=i("c21c"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"455c":function(t,e,i){"use strict";i.r(e);var n=i("ad03"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"455e":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("b788")),s=(n(i("7d8e")),n(i("1160")),{getonlogin:function(t){return a.default.post("/login_action",t).then((function(t){return t}))},getSendCode:function(t){return a.default.post("/send_phone_email_code",t).then((function(t){return t}))},getregister:function(t){return a.default.post("/register_action",t).then((function(t){return t}))},getdeleteAccount:function(t){return a.default.post("/delete_account",t).then((function(t){return t}))},getResetPassword:function(t){return a.default.post("/reset_password",t).then((function(t){return t}))},getloginOut:function(t){return a.default.post("/user_quit_account",t).then((function(t){return t}))},getloginversion:function(t){return a.default.post("/login_invalid_version",t).then((function(t){return t}))},getAccountNumber:function(t){return a.default.post("/get_my_account_msg",t).then((function(t){return t}))},getAccountPassword:function(t){return a.default.post("/update_my_password",t).then((function(t){return t}))},getAccountNickname:function(t){return a.default.post("/update_my_nickname",t).then((function(t){return t}))},getAccountMsg:function(t){return a.default.post("/update_my_account_msg",t).then((function(t){return t}))},getUserInfo:function(t){return a.default.post("/get_user_data_information",t).then((function(t){return t}))},getUserList:function(t){return a.default.post("/get_user_card_list",t).then((function(t){if(t.data.length){var e=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];t.data.forEach((function(t){t.options=e}))}return t}))},getDelUser:function(t){return a.default.post("/del_user_data",t).then((function(t){return t}))},getEditUser:function(t){return a.default.post("/update_user_data",t).then((function(t){return t}))},getAddUser:function(t){return a.default.post("/create_user_data",t).then((function(t){return t}))},getGradeList:function(t){return a.default.post("/get_grade_list",t).then((function(t){return t}))},getCardAllList:function(t){return a.default.post("/get_card_all_list",t).then((function(t){return t}))},getCardAllOrder:function(t){return a.default.post("/save_user_card_order",t).then((function(t){return t}))},getfirstweight:function(t){return a.default.post("/card_modify_weight",t).then((function(t){return t}))},getinsertmeasure:function(t){return a.default.post("/card_manual_recording",t).then((function(t){return t}))},getResult:function(t){return a.default.post("/card_data_detailed",t).then((function(t){return t}))},getTrendList:function(t){return a.default.post("/card_curve_chart",t).then((function(t){return t}))},getmeasurefunit:function(t){return a.default.post("/card_manual_recording_device",t).then((function(t){return t}))},getSkipResult:function(t){return a.default.post("/skip_today_data",t).then((function(t){return t}))},getskipmeasure:function(t){return a.default.post("/skip_manual_recording",t).then((function(t){return t}))},getskipResult:function(t){return a.default.post("/skip_manual_recording_device",t).then((function(t){return t}))},getSkipTrendList:function(t){return a.default.post("/skip_curve_chart",t).then((function(t){return t}))},getLungResult:function(t){return a.default.post("/vitalcapacity_data_report",t).then((function(t){return t}))},getLungmeasure:function(t){return a.default.post("/vitalcapacity_save_record_data",t).then((function(t){return t}))},getMeasureLung:function(t){return a.default.post("/vitalcapacity_save_record_data_device",t).then((function(t){return t}))},getLungTrendList:function(t){return a.default.post("/vitalcapacity_curve_chart",t).then((function(t){return t}))},getSportshistory:function(t){return a.default.post("/sportstesting_get_all_list",t).then((function(t){return t}))},getSportshistorydetail:function(t){return a.default.post("/sportstesting_get_one_details",t).then((function(t){return t}))},getSportsListAll:function(t){return a.default.post("/sportstesting_get_region_list",t).then((function(t){return t}))},getSportsList:function(t){return a.default.post("/sportstesting_get_type_list",t).then((function(t){return t}))},getSportsData:function(t){return a.default.post("/sportstesting_set_once_data",t).then((function(t){return t}))},getCityList:function(t){return a.default.post("/sportstesting_get_city_list",t).then((function(t){return t}))},getDeviceList:function(t){return a.default.post("/device_data_list",t).then((function(t){return t}))},getBinding:function(t){return a.default.post("/device_binding",t).then((function(t){return t}))},getUserDeviceList:function(t){return a.default.post("/device_user_data_list",t).then((function(t){return t}))},getUnbinding:function(t){return a.default.post("/device_unbinding",t).then((function(t){return t}))},getdevdetail:function(t){return a.default.post("/device_mac_get_content",t).then((function(t){return t}))},gethistory:function(t){return a.default.post("/get_all_record_data_page",t).then((function(t){return t}))},gethistorydetail:function(t){return a.default.post("/get_all_record_detailed_information",t).then((function(t){return t}))},gethistorydelete:function(t){return a.default.post("/card_del_record_data",t).then((function(t){return t}))},getresultdiff:function(e){return a.default.post("/get_all_record_data_group",e).then((function(e){if(0==e.code){for(var i=[],n=0;n=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList(this.page))})),(0,a.default)(s,"methods",{clickItemMethod:function(t){uni.navigateTo({url:"/pageTwo/score/report?id="+t})},getList:function(e){var i=this;this.$model.getSportshistory({aud_id:uni.getStorageSync("userid"),page:e}).then((function(e){t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/score/history.vue:100"),0==e.code&&(i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage)}))}}),s);e.default=u}).call(this,i("f3b9")["default"])},"0bdb":function(t,e,i){var n=i("d551");function s(t,e){for(var i=0;i0){if(e.text=a.toFixed(0),e.LiuS=o.toFixed(1),e.offset=e.handleoffset(e.text),1==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number1=a.toFixed(0),e.level1=e.handlelenver(e.number1),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(2==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number2=a.toFixed(0),e.level2=e.handlelenver(e.number2),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(3==l){if(0==e.LiuS&&0==e.LiuS||e.listS.push(e.LiuS),e.text==d){if(u++,u>=15)return e.number3=a.toFixed(0),void(e.isEnd=!0)}else u=0,d=e.text;t("log","\u6d41\u91cf3",l,u," at pageTwo/devices/PCV02.vue:412")}}}))},fail:function(e){t("log","\u83b7\u53d6\u7279\u5f81\u503c\u5931\u8d25:",JSON.stringify(e)," at pageTwo/devices/PCV02.vue:418")}})},sendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCV02.vue:434")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCV02.vue:437")}})},handleMyTime:function(){var t=this;s=setTimeout((function(){t.macAddr||(clearTimeout(s),t.Unload=!0,t.startBluetoothDeviceDiscovery(),t.closeBluetoothAdapter())}),3e4)},handlelenver:function(t){var e="";return this.list.forEach((function(i){Number(t)<=Number(i.max_val)&&Number(t)>=Number(i.min_val)&&(e=i.text)})),e},handleoffset:function(t){var e=0,i=this.list.length;return e=t/(this.list[0].max_val-this.list[i-1].min_val)*100,e.toFixed(0)},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/PCV02.vue:478")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/PCV02.vue:486"),i.connected||(clearTimeout(s),e.Unload=!0,e.closeBLEConnection(),e.closeBluetoothAdapter()),e.$store.commit("changeConnected",i.connected)}))},handleGetMeasure:function(){var t=this;t.$model.getMeasureLung({aud_id:uni.getStorageSync("userid"),one:t.number1,two:t.number2,three:t.number3,flow:t.averageS}).then((function(e){0==e.code&&(t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getLungResult",{aud_id:uni.getStorageSync("userid")})),t.Unload=!0,setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter(),uni.switchTab({url:"/pages/home/home"})}),200)}))},handleBack:function(t){this.text="",this.Unload=!0,this.stopBluetoothDevicesDiscovery(),this.closeBluetoothAdapter(),this.closeBLEConnection(),1==t&&uni.switchTab({url:"/pages/home/home"})},countdown:function(){var t=this;u=0,d=null;var e=setInterval((function(){t.second--}),1e3);setTimeout((function(){clearInterval(e),t.second=0}),5e3)},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/PCV02.vue:558")}})},closeBLEConnection:function(){uni.closeBLEConnection({deviceId:this.deviceId,success:function(e){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/PCV02.vue:570")}})}}};e.default=f}).call(this,i("f3b9")["default"])},"177a":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","listC"),attrs:{_i:1}},[n("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){return t.handleActive(1)}}},[t._v(t._$s(2,"t0-0",t._s(t.$t("chartsDay"))))]),n("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){return t.handleActive(2)}}},[t._v(t._$s(3,"t0-0",t._s(t.$t("chartsMonth"))))]),n("view",{class:t._$s(4,"c",[3==t.active?"active":""]),attrs:{_i:4},on:{click:function(e){return t.handleActive(3)}}},[t._v(t._$s(4,"t0-0",t._s(t.$t("chartsYear"))))])]),n("view",{staticClass:t._$s(5,"sc","box"),attrs:{_i:5}},[n("view",{staticClass:t._$s(6,"sc","boxTime"),attrs:{_i:6}},[n("picker",{staticClass:t._$s(7,"sc","f-l"),attrs:{value:t._$s(7,"a-value",t.startDate),fields:t._$s(7,"a-fields",1==t.active?"day":2==t.active?"month":"year"),_i:7},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.time))),n("uni-icons",{attrs:{type:"bottom",_i:9}})],1)])]),n("view",{staticClass:t._$s(10,"sc","boxLine"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.weightList}),(function(e,s,a,r){return n("view",{key:t._$s(11,"f",{forIndex:a,key:"11-"+r}),staticClass:t._$s("11-"+r,"sc","line"),attrs:{_i:"11-"+r}},[t._$s("12-"+r,"i",e.line.categories.length)?n("view",[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:"lung"+s,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"13-"+r}})],1):n("view",{staticClass:t._$s("14-"+r,"sc","nolist"),attrs:{_i:"14-"+r}},[n("image",{attrs:{src:t._$s("15-"+r,"a-src",i("8ef2")),_i:"15-"+r}}),n("text",[t._v(t._$s("16-"+r,"t0-0",t._s(t.$t("index.none"))))])])])})),0)])])},a=[]},1827:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("8da8")),a=n(i("85d9")),r=n(i("cf00")),o=n(i("4ee8")),c={zh:a.default,en:s.default,ja:o.default,"zh-Hans":a.default,"zh-Hant":r.default,"en-CN":s.default};e.default=c},"19aa":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"ren-calendar",props:{weekstart:{type:Number,default:0},markDays:{type:Array,default:function(){return[]}},headerBar:{type:Boolean,default:!0},open:{type:Boolean,default:!0},collapsible:{type:Boolean,default:!0},disabledAfter:{type:Boolean,default:!0}},data:function(){return{weektext:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],y:(new Date).getFullYear(),m:(new Date).getMonth()+1,dates:[],positionTop:0,monthOpen:!0,choose:"",month:null}},created:function(){this.dates=this.monthDay(this.y,this.m),!this.open&&this.toggle()},mounted:function(){this.y=(new Date).getFullYear(),this.m=(new Date).getMonth()+1,this.month=this.$tools.getDate("m"),this.choose=this.getToday().date},computed:{weekDay:function(){return this.weektext.slice(this.weekstart).concat(this.weektext.slice(0,this.weekstart))},height:function(){return this.dates.length/7*80+"rpx"}},methods:{formatNum:function(t){var e=Number(t);return e<10?"0"+e:e},getToday:function(){var t=new Date,e=t.getFullYear(),i=t.getMonth(),n=t.getDate(),s=(new Date).getDay(),a="\u661f\u671f"+["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"][s],r={date:e+"-"+this.formatNum(i+1)+"-"+this.formatNum(n),week:a};return r},monthDay:function(t,e){var i=[],n=Number(e),s=new Date(t,n-1,1).getDay(),a=new Date(t,n,0).getDate(),r=new Date(t,n-1,0).getDate(),o=7==this.weekstart?0:this.weekstart,c=function(){return s==o?0:s>o?s-o:7-o+s}(),l=7-(c+a)%7;7==l&&(l=0);for(var u=1;u<=c;u++)i.push({date:this.formatNum(r-c+u),day:o+u-1||7,month:n-1>=0?this.formatNum(n-1):12,year:n-1>=0?t:t-1});for(var d=1;d<=a;d++)i.push({date:this.formatNum(d),day:d%7+s-1||7,month:this.formatNum(n),year:t,isCurM:!0});for(var f=1;f<=l;f++)i.push({date:this.formatNum(f),day:(a+c+o+f-1)%7||7,month:n+1<=11?this.formatNum(n+1):0,year:n+1<=11?t:t+1});return i},isWorkDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),s=new Date(n.replace(/-/g,"/")),a=s.getDay();return 0!=a&&6!=a},isFutureDay:function(t,e,i){var n="".concat(t,"/").concat(e,"/").concat(i),s=new Date(n.replace(/-/g,"/")),a=s.getTime(),r=(new Date).getTime();return a>r},isMarkDay:function(t,e,i){for(var n=!1,s=0;sa){if(this.disabledAfter)return t("log",that.$t("tips.verifyNotOptional")," at element/ren-calendar/ren-calendar.vue:247"),!1;this.choose=n,this.$emit("onDayClick",c)}else this.choose=n,this.$emit("onDayClick",c);t("log",c," at element/ren-calendar/ren-calendar.vue:257")},changYearMonth:function(t,e){this.dates=this.monthDay(t,e),this.y=t,this.m=e},changeMonth:function(t){"pre"==t?(this.m+1==2?(this.m=12,this.y=this.y-1):this.m=this.m-1,this.month=this.$tools.getMonth(this.month,-1),this.$emit("onMonthClickPre",this.month)):(this.m+1==13?(this.m=1,this.y=this.y+1):this.m=this.m+1,this.month=this.$tools.getMonth(this.month,1),this.$emit("onMonthClickPre",this.month)),this.dates=this.monthDay(this.y,this.m)}}};e.default=i}).call(this,i("f3b9")["default"])},"19fb":function(t,e,i){"use strict";i.r(e);var n=i("7d2a"),s=i("e1c0");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"7ff11aba",null,!1,n["a"],void 0);e["default"]=o.exports},"1aa2":function(t,e,i){"use strict";i.r(e);var n=i("2a57"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1aae":function(t,e,i){"use strict";i.r(e);var n=i("9889"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1b81":function(t,e,i){"use strict";i.r(e);var n=i("ae56"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1ba9":function(t,e,i){"use strict";i.r(e);var n=i("eedb"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"1e52":function(t,e,i){t.exports=i.p+"static/logo2.png"},"1eb2":function(t,e,i){"use strict";i.r(e);var n=i("297c"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"20f2":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","info"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","logo"),attrs:{_i:2}},[n("image",{attrs:{src:t._$s(3,"a-src",i("1e52")),_i:3}}),n("view"),n("text",[t._v(t._$s(5,"t0-0",t._s(t.phoneInfo.info.version)))])]),n("view",{staticClass:t._$s(6,"sc","list"),attrs:{_i:6}},[n("view",{staticClass:t._$s(7,"sc","item"),attrs:{_i:7},on:{click:t.handleVersion}},[n("view",{staticClass:t._$s(8,"sc","left"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.$t("common.titleVersionUpdate"))))]),n("view",{staticClass:t._$s(9,"sc","right"),attrs:{_i:9}},[t._$s(10,"i",-1==t.version)?n("text",{staticClass:t._$s(10,"sc","new"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.$t("common.titleNewVersion")))+t._$s(10,"t0-1",t._s(t.phoneInfo.versionUrl.version)))]):t._e(),n("uni-icons",{attrs:{type:"right",_i:11}})],1)]),n("view",{staticClass:t._$s(12,"sc","item"),attrs:{_i:12}},[n("a",{staticClass:t._$s(13,"sc","href"),attrs:{_i:13}},[n("text",{staticClass:t._$s(14,"sc","left"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.$t("common.titleAgreementContntText"))))]),n("uni-icons",{attrs:{type:"right",_i:15}})],1)])])])])},a=[]},2127:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59"),r=n(i("4a2e"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e9?s:"0"+s,e.push(s+"\u5206");for(s=0;s<=59;s++)s=s>9?s:"0"+s,i.push(s+"\u79d2");return n[0]=e,n[1]=i,n},str2hex:function(t){var e=new TextEncoder("utf8");return e.encode(t)},hex2str:function(t){var e=new TextDecoder("utf8"),i=new Uint8Array(t),n=e.decode(i);return n},ab2hex:function(t,e){var i=Array.prototype.map.call(new Uint8Array(t),(function(t){return("00"+t.toString(16)).slice(-2)}));return i.join(e)},inArray:function(t,e,i){if(!t||!t.length||"object"!=(0,s.default)(t)||!Array.isArray(t))return-1;for(var n=0;n12&&(e%=12);0!=e&&(s+e>12?(n++,s=(s+e)%12):s+e<1?(n--,s=12+s+e):s+=e);s=s<10?"0"+s:s;i.getDate();return"01"==s||"03"==s||"05"==s||"07"==s||"08"==s||"10"==s||"12"==s?n+"-"+s+"-01~"+n+"-"+s+"-31":"02"==s?n%4==0&&n%100!=0||n%100==0&&n%400==0?n+"-"+s+"-01~"+n+"-"+s+"-29":n+"-"+s+"-01~"+n+"-"+s+"-28":n+"-"+s+"-01~"+n+"-"+s+"-30"},getDate:function(t){var e=new Date,i=e.getFullYear(),n=e.getMonth()+1,s=e.getDate();if(n=n>9?n:"0"+n,s=s>9?s:"0"+s,"tow"===t)return i-=2,"".concat(i,"-").concat(n,"-").concat(s);if("start"===t)return i=i,"".concat(i,"-").concat(n,"-").concat(s);if("end"===t)return i+=60,"".concat(i,"-").concat(n,"-").concat(s);if("year"===t)return i=i,"".concat(i);if("month"===t)return i=i,"".concat(i,"-").concat(n);if("m"==t)return"01"==n||"03"==n||"05"==n||"07"==n||"08"==n||"10"==n||"12"==n?i+"-"+n+"-01~"+i+"-"+n+"-31":"02"==n?i%4==0&&i%100!=0||i%100==0&&i%400==0?i+"-"+n+"-01~"+i+"-"+n+"-29":i+"-"+n+"-01~"+i+"-"+n+"-28":i+"-"+n+"-01~"+i+"-"+n+"-30"},GetDateStr:function(t){var e=new Date;e.setDate(e.getDate()+t);var i=e.getFullYear(),n=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,s=e.getDate()<10?"0"+e.getDate():e.getDate();return i+"-"+n+"-"+s},PrefixZero:function(t,e){return(Array(e).join(0)+t).slice(-e)},showModal:function(t){uni.showModal({title:$t.tips.msgTitle,content:t,showCancel:!1,confirmText:$t.tips.btnConfirm,success:function(t){t.confirm&&uni.switchTab({url:"/pages/home/home"})}})},NewsPtype:function(t){("wechat"==t.type||"wechat"!=t.type)&&uni.navigateTo({url:"/pageTwo/webview/webview?id="+t.id+"&url="+t.jump_url})},compareVersions:function(e,i){t("log","\u7248\u672c\u5bf9\u6bd4",e,i," at toolJs/tools.js:63");for(var n=e.split(".").map(Number),s=i.split(".").map(Number),a=0;ao)return 1}return 0},validatePhoneEmail:function(t){var e=/^(\+?\d{1,4})?[-\s.]?\(?(\d{3})\)?[-\s.]?(\d{3})[-\s.]?(\d{4})$/.test(t),i=/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(t);return{isPhone:e,isEmail:i}},checkPrivacyAgreement:function(){var t=uni.getStorageSync("isPrivacyAgreed");return!!t},getBluetoothAdapter:function(e){var i="",n=a.default.state.setLocale,s=r.default[n];if(t("log","tools",a.default.state.setLocale," at toolJs/tools.js:264"),"openBluetoothAdapter:fail auth denied"!=e.errMsg&&"openBluetoothAdapter:fail auth deny"!==e.errMsg&&"openBluetoothAdapter:fail authorize no response"!==e.errMsg)return i=s.linkBluetooth.onPhoneBluetoothTips,i;uni.showModal({title:s.tips.msgTitle,content:s.linkBluetooth.accreditTips,showCancel:!1,confirmText:s.tips.btnConfirm,success:function(e){uni.openSetting({success:function(e){if(!e.authSetting["scope.bluetooth"])return i=s.linkBluetooth.openSettingFail,i;uni.openBluetoothAdapter({success:function(t){return a.default.commit("changeBluetooth",!0),i=s.linkBluetooth.openBluetoothSuccess,i},fail:function(e){return i=s.linkBluetooth.onPhoneBluetoothTips,t("log","\u521d\u59cb\u5316\u84dd\u7259\u5931\u8d25:"+e.errMsg," at toolJs/tools.js:286"),i}})}})}})}};e.default=o}).call(this,i("f3b9")["default"])},2437:function(t,e,i){t.exports=i.p+"static/history.png"},2548:function(t,e,i){"use strict";i.r(e);var n=i("c22d"),s=i("6e5e");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"4abde03a",null,!1,n["a"],void 0);e["default"]=o.exports},"25a5":function(t,e,i){"use strict";i.r(e);var n=i("3f3b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"25b3":function(t,e,i){"use strict";i.r(e);var n=i("e2f7"),s=i("5e4d");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"1e3f717a",null,!1,n["a"],void 0);e["default"]=o.exports},"269c":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("951c")),a=n(i("8f59")),r=n(i("16d3"));s.default.use(a.default);var o=new a.default.Store({state:{user:{id:"",head_pic:null,nickname:"",birthday:"",gender:0,sex:0,age:0,stage:"",height:"",weight:"",address:"",head_data:0,card_order:[],card_data_list:[],target_current:{},vitalcapacity_data:[]},accountNumber:{create_time:"",head_pic:"",last_update_time:"",my_email:"",my_tel:"",nickname:""},MeasureSkip:null,MeasureResult:{body_type_name:"",body_type_unit:"",body_type_value:"",bottom_list:[],cplist:{moodlist:[],nutritionlist:[],sleeplist:[],sportlist:[]},literature:[],record_time:"",score_name:"",score_unit:"",score_value:"",target_current:{target_weight:0,initial_weight:"",cumulative_weight:"",cumulative_day:""},top_list:[]},MeasureLung:null,PublicContent:null,familayList:[],historyList:[],PublicRecord:[],cardList:{user:[],all:[]},Trend:[],userDeviceList:[],isDrawe:!1,isedit:!1,isTarget:!1,isFirst:!1,isRecord:!1,isSlider:!1,isConnected:!1,isPublicRecord:!1,isBluetoothTyle:!1,CooperationUrl:[],LungLevel:[],devicesList:[],labelList:[],phoneInfo:{info:{},versionUrl:null,platform:""},cityList:[],gradeList:[],identityList:[],bannerCon:{notices:[],banner:[],pop:[],isCoupon:!1},languageList:[],setLocale:""},mutations:{changePhoneInfo:function(t,e){Object.assign(t.phoneInfo,e)},changeAccountNumber:function(t,e){Object.assign(t.accountNumber,e)},changeUser:function(t,e){Object.assign(t.user,e)},changeCardList:function(t,e){t.cardList=e},changehistoryList:function(t,e){t.historyList=e},changeMeasureResult:function(t,e){Object.assign(t.MeasureResult,e)},changeMeasureSkip:function(t,e){t.MeasureSkip=e},changeMeasureLung:function(t,e){t.MeasureLung=e},changePublicContent:function(t,e){t.PublicContent=e},changePublicRecord:function(t,e){t.PublicRecord=e},changeEdit:function(t,e){t.isedit=e},changeTarget:function(t,e){t.isTarget=e},changeFirst:function(t,e){t.isFirst=e},changeRecord:function(t,e){t.isRecord=e},changeSlider:function(t,e){t.isSlider=e},changeDrawe:function(t,e){t.isDrawe=e},changeLungLevel:function(t,e){t.lungLevel=e},changeLocale:function(e,i){t("log","changeLocale",i," at store/index.js:174"),e.setLocale=i},changeFamilay:function(t,e){0==e.length&&(uni.setStorageSync("userid",""),uni.setStorageSync("gender",0),t.user={id:"",head_pic:null,nickname:"",birthday:"",gender:0,sex:0,age:0,weight:"",address:"",measure_model:0,card_order:[],card_data_list:[],target_current:{},vitalcapacity_data:[]}),t.familayList=e},changeTrend:function(t,e){t.Trend=e},changeBluetooth:function(t,e){t.isBluetoothTyle=e},changeConnected:function(t,e){t.isConnected=e},changeUserDeviceList:function(t,e){t.userDeviceList=e},changedevicesList:function(t,e){t.devicesList=e},changeLabelList:function(t,e){t.labelList=e},changeBannerAll:function(t,e){t.bannerCon.notices=e.notice,t.bannerCon.banner=e.banner,t.bannerCon.pop=e.pop,t.bannerCon.isCoupon=!!e.pop.length},changeCityList:function(t,e){t.cityList=e},changeGradeList:function(t,e){t.gradeList=e},changeIdentityList:function(t,e){t.identityList=e},changePublicAdd:function(t,e){t.isPublicRecord=e},changeCooperationUrl:function(t,e){t.CooperationUrl=e},changeLanguage:function(t,e){t.languageList=e}},modules:{},actions:r.default});e.default=o}).call(this,i("f3b9")["default"])},"26c5":function(t,e,i){"use strict";i.r(e);var n=i("6b79"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"28a5":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/compk/contrast.vue:159"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg(this.$t("tips.verifyBontrast"))}}};e.default=l}).call(this,i("f3b9")["default"])},"297c":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i="",n="",s={data:function(){return{list:[{key:"en",value:"en"},{key:"zh",value:"zh-Hans"}]}},onLaunch:function(){var e=this;uni.getSystemInfo({success:function(t){i=t.platform,e.$store.commit("changePhoneInfo",{platform:t.platform})}}),"ios"===i&&uni.onNetworkStatusChange((function(t){1==t.isConnected&&uni.reLaunch({url:"/pageTwo/login/login"})})),plus.runtime.getProperty(plus.runtime.appid,(function(t){uni.setStorageSync("VERSION",t.version),n=t.version,e.$store.commit("changePhoneInfo",{info:t})})),uni.$on("login-sucesss",(function(){t("log","on login-sucesss"," at App.vue:52"),e.handleUserList(),e.handleBannerList(),e.handleTabBarItem(),setTimeout((function(){uni.reLaunch({url:"/pages/home/home"})}),500)})),uni.$on("need-login",(function(){uni.setStorageSync("token",null),uni.setStorageSync("aan_id",null),setTimeout((function(){uni.reLaunch({url:"/pageTwo/login/login"})}),500)})),e.handleoginversion(),e.handleCityList(),e.handleCooperationUrl()},onShow:function(){this.handleTabBarItem()},onHide:function(){uni.offNetworkStatusChange((function(e){t("log","\u53d6\u6d88\u7f51\u7edc\u76d1\u542c"," at App.vue:83")}))},methods:{handleoginversion:function(){var e=this;e.$model.getloginversion({is_wechat:"app"!=uni.getSystemInfoSync().uniPlatform}).then((function(s){e.$store.commit("changeLanguage",s.data.language_arr),0==s.code?(e.$i18n.locale=s.data.language,uni.setStorageSync("language",s.data.language),e.$store.commit("changeLocale",s.data.language),uni.$emit("login-sucesss"),t("log","\u5df2\u767b\u5f55\u624b\u673a\u8bed\u8a00",s.data.language," at App.vue:100")):uni.getSystemInfo({success:function(i){var n="";e.list.forEach((function(t){-1!=i.language.indexOf(t.key)&&(n=t.value)}));var s=uni.getStorageSync("language")?uni.getStorageSync("language"):n;e.$i18n.locale=s,uni.setStorageSync("language",s),e.$store.commit("changeLocale",s),uni.$emit("need-login"),t("log","\u672a\u767b\u5f55\u624b\u673a\u8bed\u8a00",s,uni.getStorageSync("language"),n," at App.vue:115")}}),e.$store.commit("changePhoneInfo",{versionUrl:s.data});var a=e.$tools.compareVersions(n,s.data.version);t("log","\u662f\u5426\u767b\u5f55\u53ca\u7248\u672c\u53f7",s.data.version,n,a," at App.vue:126"),-1==a&&uni.showModal({title:"\u53d1\u73b0\u65b0\u7248\u672c",content:"\u68c0\u67e5\u5230\u65b0\u7248\u672c"+s.data.version+"\uff0c\u662f\u5426\u66f4\u65b0\uff1f",cancelText:e.$t("tips.btnSancellation"),confirmText:e.$t("tips.btnConfirm"),success:function(t){t.confirm?"android"===i?(uni.setStorageSync("VERSION",s.data.version),uni.navigateTo({url:"/pageTwo/my/about"})):plus.runtime.launchApplication({action:"itms-apps://itunes.apple.com/cn/app/id6654906497?mt=8"}):e.$tools.msg("\u7a0d\u540e\u53ef\u5728'\u5173\u4e8e\u6211\u4eec'\u5185\u66f4\u65b0\u7a0b\u5e8f\uff01")}})}))},handleUserList:function(){var t=this;t.$model.getUserList({type:2}).then((function(e){if(0==e.code){if(t.$store.commit("changeFamilay",e.data),e.data.length){var i="";if(uni.getStorageSync("userid")){var n=e.data.find((function(t){return t.id==uni.getStorageSync("userid")}));void 0!==n?i=n.id:(i=e.data[0].id,uni.setStorageSync("userid",e.data[0].id))}else i=e.data[0].id,uni.setStorageSync("userid",e.data[0].id);t.$store.dispatch("getUserInfo",{aud_id:i}),t.$store.dispatch("getResult",{aud_id:i}),t.handleLabelList(i),t.handlePublicRecord(i)}}else t.$tools.msg(e.msg)}))},handleLabelList:function(t){var e=this;e.$model.getLabelList({aud_id:t}).then((function(t){0==t.code&&e.$store.commit("changeLabelList",t.data)}))},handlePublicRecord:function(t){var e=this;e.$model.getPublicRecord({aud_id:t}).then((function(t){0==t.code&&e.$store.commit("changePublicRecord",t.data)}))},handleBannerList:function(){var t=this;t.$model.getBannerList({}).then((function(e){0==e.code&&t.$store.commit("changeBannerAll",e.data)}))},handleCityList:function(){var t=this;t.$model.getGradeList({}).then((function(e){0==e.code&&(t.$store.commit("changeCityList",e.data.area_list),t.$store.commit("changeGradeList",e.data.grade_list),t.$store.commit("changeIdentityList",e.data.identity_list))}))},handleCooperationUrl:function(){var t=this;this.$model.getCooperationUrl({}).then((function(e){0==e.code&&t.$store.commit("changeCooperationUrl",e.data)}))},updataWeiXin:function(){var t=this,e=uni.getUpdateManager();e.onUpdateReady((function(){uni.showModal({title:"\u66f4\u65b0\u63d0\u793a",content:"\u65b0\u7248\u672c\u5df2\u7ecf\u51c6\u5907\u597d\uff0c\u662f\u5426\u91cd\u542f\u5e94\u7528\uff1f",cancelText:t.$t("tips.btnSancellation"),confirmText:t.$t("tips.btnConfirm"),success:function(t){t.confirm&&e.applyUpdate()}})})),e.onUpdateFailed((function(){uni.showModal({title:"\u65b0\u7248\u672c\u66f4\u65b0\u5931\u8d25",content:"\u8bf7\u9000\u51fa\u5e76\u79fb\u9664\u5c0f\u7a0b\u5e8f\uff0c\u91cd\u65b0\u6253\u5f00..."})}))},handleTabBarItem:function(){uni.setTabBarItem({index:0,text:this.$t("common.titleHome")}),uni.setTabBarItem({index:1,text:this.$t("common.titleNews")}),uni.setTabBarItem({index:2,text:this.$t("common.titleMe")})}}};e.default=s}).call(this,i("f3b9")["default"])},"2a1d":function(t,e,i){"use strict";i.r(e);var n=i("9c22"),s=i("f9aa");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"38e0b9ae",null,!1,n["a"],void 0);e["default"]=o.exports},"2a57":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{PostData:{weight:"",height:"",sex:1,birthday:null},resdata:{bmi:0,bmilevel:"",bmilevelcolor:"",bmilevellist:[],offset:""},sexItem:["\u7537","\u5973"],leftval:0,iscalced:!1,fields:""}},computed:{endDate:function(){return this.$tools.getDate("start")}},onLoad:function(){this.fields="time"},onReady:function(){uni.setNavigationBarTitle({title:this.$t("common.titleBmi")})},methods:{onsexArr:function(t){this.PostData.sex=this.sexItem[t.target.value]==this.$t("common.infoMan")?1:2},bindDateChange:function(t){this.PostData.birthday=t.target.value},submit:function(){var t=this;this.PostData.height?this.PostData.weight?this.PostData.birthday?this.$model.calcbmi(this.PostData).then((function(e){0==e.code&&(t.resdata=e.data,t.iscalced=!0)})):this.$tools.msg(this.$t("tips.verifyBirthday")):this.$tools.msg(this.$t("tips.verifyWeight")):this.$tools.msg(this.$t("tips.verifyHeight"))}}};e.default=n},"2a95":function(t,e,i){"use strict";i.r(e);var n=i("9c66"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"2b25":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{weeks:{type:Object,default:function(){return{}}},calendar:{type:Object,default:function(){return{}}},selected:{type:Array,default:function(){return[]}},checkHover:{type:Boolean,default:!1}},methods:{choiceDate:function(t){this.$emit("change",t)},handleMousemove:function(t){this.$emit("handleMouse",t)}}};e.default=n},"2c46":function(t,e,i){"use strict";i.r(e);var n=i("326c"),s=i("6f4f");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"fccf681c",null,!1,n["a"],void 0);e["default"]=o.exports},"2ca7":function(t,e,i){"use strict";i.r(e);var n=i("6c4b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"2e35":function(t,e,i){"use strict";i.r(e);var n=i("69fe8"),s=i("30a6");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"e7890af6",null,!1,n["a"],void 0);e["default"]=o.exports},"2f17":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;ei&&i&&!this.isPhone?(this.tempRange.before=this.cale.multipleStatus.after,this.tempRange.after=this.cale.multipleStatus.before):(this.tempRange.before=this.cale.multipleStatus.before,this.tempRange.after=this.cale.multipleStatus.after),this.change()}},changeMonth:function(t){var e;"pre"===t?e=this.cale.getPreMonthObj(this.nowDate.fullDate).fullDate:"next"===t&&(e=this.cale.getNextMonthObj(this.nowDate.fullDate).fullDate),this.setDate(e),this.monthSwitch()},setDate:function(t){this.cale.setDate(t),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t)}}};e.default=p},"3fd1":function(t,e,i){"use strict";i.r(e);var n=i("1eb2");for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);var a=i("828b"),r=Object(a["a"])(n["default"],void 0,void 0,!1,null,null,null,!1,void 0,void 0);e["default"]=r.exports},4063:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",[this._t("default",null,{_i:1})],2)},s=[]},"40b5":function(t,e,i){if("undefined"===typeof Promise||Promise.prototype.finally||(Promise.prototype.finally=function(t){var e=this.constructor;return this.then((function(i){return e.resolve(t()).then((function(){return i}))}),(function(i){return e.resolve(t()).then((function(){throw i}))}))}),"undefined"!==typeof uni&&uni&&uni.requireGlobal){var n=uni.requireGlobal();ArrayBuffer=n.ArrayBuffer,Int8Array=n.Int8Array,Uint8Array=n.Uint8Array,Uint8ClampedArray=n.Uint8ClampedArray,Int16Array=n.Int16Array,Uint16Array=n.Uint16Array,Int32Array=n.Int32Array,Uint32Array=n.Uint32Array,Float32Array=n.Float32Array,Float64Array=n.Float64Array,BigInt64Array=n.BigInt64Array,BigUint64Array=n.BigUint64Array}uni.restoreGlobal&&uni.restoreGlobal(weex,plus,setTimeout,clearTimeout,setInterval,clearInterval),__definePage("pages/home/home",(function(){return Vue.extend(i("7b96").default)})),__definePage("pages/skiping/skip",(function(){return Vue.extend(i("2e35").default)})),__definePage("pages/skiping/charts",(function(){return Vue.extend(i("2548").default)})),__definePage("pages/lunging/vitalcapacity",(function(){return Vue.extend(i("de4f").default)})),__definePage("pages/lunging/charts",(function(){return Vue.extend(i("8f3d").default)})),__definePage("pages/my/me",(function(){return Vue.extend(i("7a12").default)})),__definePage("pages/score/score",(function(){return Vue.extend(i("67f2").default)})),__definePage("pages/PublicCards/PublicCards",(function(){return Vue.extend(i("c651").default)})),__definePage("pages/body/body",(function(){return Vue.extend(i("120d").default)})),__definePage("pages/zixun/list",(function(){return Vue.extend(i("09a7").default)})),__definePage("pageTwo/history/history",(function(){return Vue.extend(i("7466").default)})),__definePage("pageTwo/history/historyDetail",(function(){return Vue.extend(i("aab7").default)})),__definePage("pageTwo/compk/contrast",(function(){return Vue.extend(i("54f2").default)})),__definePage("pageTwo/compk/pkdetail",(function(){return Vue.extend(i("a72b").default)})),__definePage("pageTwo/cardList/card",(function(){return Vue.extend(i("ad45").default)})),__definePage("pageTwo/business/business",(function(){return Vue.extend(i("25b3").default)})),__definePage("pageTwo/business/addDevice",(function(){return Vue.extend(i("6eb0").default)})),__definePage("pageTwo/business/search",(function(){return Vue.extend(i("9915").default)})),__definePage("pageTwo/score/history",(function(){return Vue.extend(i("b483").default)})),__definePage("pageTwo/score/report",(function(){return Vue.extend(i("ffe2").default)})),__definePage("pageTwo/my/manage",(function(){return Vue.extend(i("6d93").default)})),__definePage("pageTwo/message/list",(function(){return Vue.extend(i("2f8d").default)})),__definePage("pageTwo/my/userInfo",(function(){return Vue.extend(i("5728").default)})),__definePage("pageTwo/login/forgetPassword",(function(){return Vue.extend(i("e6b5").default)})),__definePage("pageTwo/login/login",(function(){return Vue.extend(i("41d2").default)})),__definePage("pageTwo/my/about",(function(){return Vue.extend(i("793b").default)})),__definePage("pageTwo/setting/setting",(function(){return Vue.extend(i("b7f1").default)})),__definePage("pageTwo/setting/password",(function(){return Vue.extend(i("2a1d").default)})),__definePage("pageTwo/setting/email",(function(){return Vue.extend(i("7a70").default)})),__definePage("pageTwo/setting/phone",(function(){return Vue.extend(i("84bf").default)})),__definePage("pageTwo/devices/search",(function(){return Vue.extend(i("67ba").default)})),__definePage("pageTwo/devices/G02",(function(){return Vue.extend(i("f535").default)})),__definePage("pageTwo/devices/PCL",(function(){return Vue.extend(i("d7c3").default)})),__definePage("pageTwo/devices/PCV02",(function(){return Vue.extend(i("6b35").default)})),__definePage("pageTwo/devices/PCT01",(function(){return Vue.extend(i("7bb2").default)})),__definePage("pageTwo/devices/B20",(function(){return Vue.extend(i("19fb").default)})),__definePage("pageTwo/devices/PCL22",(function(){return Vue.extend(i("5578").default)})),__definePage("pageTwo/devices/PCL22S",(function(){return Vue.extend(i("5c28").default)})),__definePage("pageTwo/notepad/notepad",(function(){return Vue.extend(i("9be0").default)})),__definePage("pageTwo/notepad/addNotepad",(function(){return Vue.extend(i("581c").default)})),__definePage("pageTwo/PublicCards/charts",(function(){return Vue.extend(i("3868").default)})),__definePage("pageTwo/PublicCards/history",(function(){return Vue.extend(i("6ec7").default)})),__definePage("pageTwo/PublicCards/contrast",(function(){return Vue.extend(i("fc43").default)})),__definePage("pageTwo/PublicCards/pkdetail",(function(){return Vue.extend(i("c6c6").default)})),__definePage("pageTwo/home/inheritHeighet",(function(){return Vue.extend(i("033e").default)})),__definePage("pageTwo/home/bmi",(function(){return Vue.extend(i("f341").default)})),__definePage("pageTwo/home/childPK",(function(){return Vue.extend(i("0735").default)})),__definePage("pageTwo/webview/webview",(function(){return Vue.extend(i("6d6d").default)}))},4166:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content "),attrs:{_i:0}},[t._$s(1,"i",t.list.length)?n("view",{staticClass:t._$s(1,"sc","tipsList"),attrs:{_i:1}},[t._l(t._$s(2,"f",{forItems:t.list}),(function(e,i,s,a){return n("view",{key:t._$s(2,"f",{forIndex:s,key:i}),staticClass:t._$s("2-"+a,"sc","list"),attrs:{_i:"2-"+a},on:{click:t.handleDetail}},[n("icon",{staticClass:t._$s("3-"+a,"sc","iconfont icon-tixing-copy"),attrs:{_i:"3-"+a}}),n("view",{staticClass:t._$s("4-"+a,"sc","info"),attrs:{_i:"4-"+a}},[n("view",{staticClass:t._$s("5-"+a,"sc","time"),attrs:{_i:"5-"+a}},[n("text",{staticClass:t._$s("6-"+a,"sc","name"),attrs:{_i:"6-"+a}},[t._v(t._$s("6-"+a,"t0-0",t._s(e.title)))]),n("text",{staticClass:t._$s("7-"+a,"sc","date"),attrs:{_i:"7-"+a}},[t._v(t._$s("7-"+a,"t0-0",t._s(e.time)))])]),n("text",{staticClass:t._$s("8-"+a,"sc","des"),attrs:{_i:"8-"+a}},[t._v(t._$s("8-"+a,"t0-0",t._s(e.content)))])])])})),t._$s(9,"i",!t.lastPage||t.page>=t.lastPage)?n("view",{staticClass:t._$s(9,"sc","endtext"),attrs:{_i:9}}):t._e()],2):t._e(),t._$s(10,"i",!t.lastPage)?n("view",{staticClass:t._$s(10,"sc","nolist"),attrs:{_i:10}},[n("image",{attrs:{src:t._$s(11,"a-src",i("8ef2")),_i:11}}),n("text")]):t._e()])},s=[]},"41d2":function(t,e,i){"use strict";i.r(e);var n=i("ca9c"),s=i("1592");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"d64239b6",null,!1,n["a"],void 0);e["default"]=o.exports},4468:function(t,e,i){"use strict";i.r(e);var n=i("3009"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},4529:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[t._$s(1,"i",1==t.loadingType)?i("Loading1",{attrs:{_i:1}}):t._e(),t._$s(2,"i",2==t.loadingType)?i("Loading2",{attrs:{_i:2}}):t._e(),t._$s(3,"i",3==t.loadingType)?i("Loading3",{attrs:{_i:3}}):t._e(),t._$s(4,"i",4==t.loadingType)?i("Loading4",{attrs:{_i:4}}):t._e(),t._$s(5,"i",5==t.loadingType)?i("Loading5",{attrs:{_i:5}}):t._e()],1)},s=[]},"454c":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunLoading:i("bfa8").default,qiunError:i("04bb").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{id:t._$s(0,"a-id","ChartBoxId"+t.cid),_i:0}},[t._$s(1,"i",t.mixinDatacomLoading)?i("view",[i("qiun-loading",{attrs:{loadingType:t.loadingType,_i:2}})],1):t._e(),t._$s(3,"i",t.mixinDatacomErrorMessage&&t.errorShow)?i("view",{attrs:{_i:3},on:{click:t.reloading}},[i("qiun-error",{attrs:{errorMessage:t.errorMessage,_i:4}})],1):t._e(),t._$s(5,"i",t.echarts)?[i("view",{directives:[{name:"show",rawName:"v-show",value:t._$s(6,"v-show",t.showchart),expression:"_$s(6,'v-show',showchart)"}],wxsProps:{"change:resize":"echartsResize","change:prop":"echartsOpts"},style:t._$s(6,"s",{background:t.background}),attrs:{"data-directory":t._$s(6,"a-data-directory",t.directory),id:t._$s(6,"a-id","EC"+t.cid),prop:t._$s(6,"change:echartsOpts",t.echartsOpts),resize:t._$s(6,"change:echartsResize",t.echartsResize),_i:6}})]:[i("view",{wxsProps:{"change:prop":"uchartsOpts"},attrs:{id:t._$s(8,"a-id","UC"+t.cid),prop:t._$s(8,"change:uchartsOpts",t.uchartsOpts),_i:8},on:{}},[i("canvas",{directives:[{name:"show",rawName:"v-show",value:t._$s(9,"v-show",t.showchart),expression:"_$s(9,'v-show',showchart)"}],style:t._$s(9,"s",{width:t.cWidth+"px",height:t.cHeight+"px",background:t.background}),attrs:{id:t._$s(9,"a-id",t.cid),canvasId:t._$s(9,"a-canvasId",t.cid),"disable-scroll":t._$s(9,"a-disable-scroll",t.disableScroll),_i:9},on:{error:t._error}})])]],2)},a=[]},4554:function(t,e,i){"use strict";i.r(e);var n=i("b38d"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},4573:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("34cf")),a=n(i("e1cf")),r=n(i("0a4f")),o=i("d3b4"),c=n(i("cad7")),l=i("c313"),u={name:"UniDatetimePicker",options:{virtualHost:!0},components:{Calendar:a.default,TimePicker:r.default},data:function(){return{isRange:!1,hasTime:!1,displayValue:"",inputDate:"",calendarDate:"",pickerTime:"",calendarRange:{startDate:"",startTime:"",endDate:"",endTime:""},displayRangeValue:{startDate:"",endDate:""},tempRange:{startDate:"",startTime:"",endDate:"",endTime:""},startMultipleStatus:{before:"",after:"",data:[],fulldate:""},endMultipleStatus:{before:"",after:"",data:[],fulldate:""},pickerVisible:!1,pickerPositionStyle:null,isEmitValue:!1,isPhone:!1,isFirstShow:!0,i18nT:function(){}}},props:{type:{type:String,default:"datetime"},value:{type:[String,Number,Array,Date],default:""},modelValue:{type:[String,Number,Array,Date],default:""},start:{type:[Number,String],default:""},end:{type:[Number,String],default:""},returnType:{type:String,default:"string"},placeholder:{type:String,default:""},startPlaceholder:{type:String,default:""},endPlaceholder:{type:String,default:""},rangeSeparator:{type:String,default:"-"},border:{type:[Boolean],default:!0},disabled:{type:[Boolean],default:!1},clearIcon:{type:[Boolean],default:!0},hideSecond:{type:[Boolean],default:!1},defaultValue:{type:[String,Object,Array],default:""}},watch:{type:{immediate:!0,handler:function(t){this.hasTime=-1!==t.indexOf("time"),this.isRange=-1!==t.indexOf("range")}},value:{immediate:!0,handler:function(t){this.isEmitValue?this.isEmitValue=!1:this.initPicker(t)}},start:{immediate:!0,handler:function(t){t&&(this.calendarRange.startDate=(0,l.getDate)(t),this.hasTime&&(this.calendarRange.startTime=(0,l.getTime)(t)))}},end:{immediate:!0,handler:function(t){t&&(this.calendarRange.endDate=(0,l.getDate)(t),this.hasTime&&(this.calendarRange.endTime=(0,l.getTime)(t,this.hideSecond)))}}},computed:{timepickerStartTime:function(){var t=this.isRange?this.tempRange.startDate:this.inputDate;return t===this.calendarRange.startDate?this.calendarRange.startTime:""},timepickerEndTime:function(){var t=this.isRange?this.tempRange.endDate:this.inputDate;return t===this.calendarRange.endDate?this.calendarRange.endTime:""},mobileCalendarTime:function(){var t={start:this.tempRange.startTime,end:this.tempRange.endTime};return this.isRange?t:this.pickerTime},mobSelectableTime:function(){return{start:this.calendarRange.startTime,end:this.calendarRange.endTime}},datePopupWidth:function(){return this.isRange?653:301},singlePlaceholderText:function(){return this.placeholder||("date"===this.type?this.selectDateText:this.selectDateTimeText)},startPlaceholderText:function(){return this.startPlaceholder||this.startDateText},endPlaceholderText:function(){return this.endPlaceholder||this.endDateText},selectDateText:function(){return this.i18nT("uni-datetime-picker.selectDate")},selectDateTimeText:function(){return this.i18nT("uni-datetime-picker.selectDateTime")},selectTimeText:function(){return this.i18nT("uni-datetime-picker.selectTime")},startDateText:function(){return this.startPlaceholder||this.i18nT("uni-datetime-picker.startDate")},startTimeText:function(){return this.i18nT("uni-datetime-picker.startTime")},endDateText:function(){return this.endPlaceholder||this.i18nT("uni-datetime-picker.endDate")},endTimeText:function(){return this.i18nT("uni-datetime-picker.endTime")},okText:function(){return this.i18nT("uni-datetime-picker.ok")},clearText:function(){return this.i18nT("uni-datetime-picker.clear")},showClearIcon:function(){return this.clearIcon&&!this.disabled&&(this.displayValue||this.displayRangeValue.startDate&&this.displayRangeValue.endDate)}},created:function(){this.initI18nT(),this.platform()},methods:{initI18nT:function(){var t=(0,o.initVueI18n)(c.default);this.i18nT=t.t},initPicker:function(t){var e=this;if(!t&&!this.defaultValue||Array.isArray(t)&&!t.length)this.$nextTick((function(){e.clear(!1)}));else if(Array.isArray(t)||this.isRange){var i=(0,s.default)(t,2),n=i[0],a=i[1];if(!n&&!a)return;var r=(0,l.getDate)(n),o=(0,l.getTime)(n,this.hideSecond),c=(0,l.getDate)(a),u=(0,l.getTime)(a,this.hideSecond),d=r,f=c;this.displayRangeValue.startDate=this.tempRange.startDate=d,this.displayRangeValue.endDate=this.tempRange.endDate=f,this.hasTime&&(this.displayRangeValue.startDate="".concat(r," ").concat(o),this.displayRangeValue.endDate="".concat(c," ").concat(u),this.tempRange.startTime=o,this.tempRange.endTime=u);var h={before:r,after:c};this.startMultipleStatus=Object.assign({},this.startMultipleStatus,h,{which:"right"}),this.endMultipleStatus=Object.assign({},this.endMultipleStatus,h,{which:"left"})}else t?(this.displayValue=this.inputDate=this.calendarDate=(0,l.getDate)(t),this.hasTime&&(this.pickerTime=(0,l.getTime)(t,this.hideSecond),this.displayValue="".concat(this.displayValue," ").concat(this.pickerTime))):this.defaultValue&&(this.inputDate=this.calendarDate=(0,l.getDate)(this.defaultValue),this.hasTime&&(this.pickerTime=(0,l.getTime)(this.defaultValue,this.hideSecond)))},updateLeftCale:function(t){var e=this.$refs.left;e.cale.setHoverMultiple(t.after),e.setDate(this.$refs.left.nowDate.fullDate)},updateRightCale:function(t){var e=this.$refs.right;e.cale.setHoverMultiple(t.after),e.setDate(this.$refs.right.nowDate.fullDate)},platform:function(){if("undefined"===typeof navigator){var t=uni.getSystemInfoSync(),e=t.windowWidth;this.isPhone=e<=500,this.windowWidth=e}else this.isPhone=-1!==navigator.userAgent.toLowerCase().indexOf("mobile")},show:function(){var t=this;if(!this.disabled)if(this.platform(),this.isPhone)setTimeout((function(){t.$refs.mobile.open()}),0);else{this.pickerPositionStyle={top:"10px"};var e=uni.createSelectorQuery().in(this).select(".uni-date-editor");e.boundingClientRect((function(e){t.windowWidth-e.left2&&void 0!==arguments[2]&&arguments[2];if(t&&e){var n=i?"tempRange":"range",s=(0,l.dateCompare)(t,e);this[n].startDate=s?t:e,this[n].endDate=s?e:t}},dateCompare:function(t,e){return t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/")),t<=e},diffDate:function(t,e){t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/"));var i=(e-t)/864e5;return Math.abs(i)},clear:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isRange?(this.displayRangeValue.startDate="",this.displayRangeValue.endDate="",this.tempRange.startDate="",this.tempRange.startTime="",this.tempRange.endDate="",this.tempRange.endTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():(this.$refs.left&&this.$refs.left.clearCalender(),this.$refs.right&&this.$refs.right.clearCalender(),this.$refs.right&&this.$refs.right.changeMonth("next")),t&&(this.$emit("change",[]),this.$emit("input",[]),this.$emit("update:modelValue",[]))):(this.displayValue="",this.inputDate="",this.pickerTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():this.$refs.pcSingle&&this.$refs.pcSingle.clearCalender(),t&&(this.$emit("change",""),this.$emit("input",""),this.$emit("update:modelValue","")))}}};e.default=u},"464c":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","status overflow"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.textLink)))]),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("text",[t._v(t._$s(7,"t0-0",t._s(t.$t("tips.msgTitle"))))]),i("text",[t._v(t._$s(8,"t0-0",t._s(t.$t("linkBluetooth.onDeviceMeasureTips"))))]),i("text",[t._v(t._$s(9,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips"))))]),i("text",[t._v(t._$s(10,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips2"))))])])]),t._$s(11,"i",t.isHeight)?i("view",{staticClass:t._$s(11,"sc","wrapper"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","bg"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","Blue"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","h4"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.$t("linkBluetooth.measureResultTips"))))]),i("view",{staticClass:t._$s(15,"sc","Blue-box"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.$t("linkBluetooth.nowHeight")))),i("text",[t._v(t._$s(16,"t0-0",t._s(t.height))+t._$s(16,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(17,"sc","Blue-box"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.$t("linkBluetooth.lastWeight")))),i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{placeholder:t._$s(18,"a-placeholder",t.$t("tips.verifyWeight")),_i:18},domProps:{value:t._$s(18,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})]),i("view",{staticClass:t._$s(19,"sc","Blue-btn Blue-close"),attrs:{_i:19},on:{click:t.handleHeight}},[t._v(t._$s(19,"t0-0",t._s(t.$t("linkBluetooth.remeasure"))))]),i("view",{staticClass:t._$s(20,"sc","Blue-btn"),attrs:{_i:20},on:{click:t.handleGetMeasure}},[t._v(t._$s(20,"t0-0",t._s(t.$t("linkBluetooth.SaveResult"))))])])]):t._e()])},s=[]},"47a9":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},4860:function(t,e,i){t.exports=i.p+"static/icon2.png"},4897:function(t,e,i){"use strict";i.r(e);var n=i("026d"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"48ba":function(t,e,i){"use strict";i.r(e);var n=i("533e"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},4965:function(t,i){t.exports=function(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"===typeof t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"4a0c":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isSlider)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("slider",{attrs:{_i:7},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(8,"sc","editem"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}}),i("view",{staticClass:t._$s(10,"sc","right"),attrs:{_i:10}},[i("slider",{attrs:{_i:11},on:{change:function(e){return t.sliderChange(e,2)}}})])]),i("view",{staticClass:t._$s(12,"sc","editem"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","left"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","right"),attrs:{_i:14}},[i("slider",{attrs:{_i:15},on:{change:t.sliderChange}})])]),i("view",{staticClass:t._$s(16,"sc","tips"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","btn close"),attrs:{_i:17},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(18,"sc","btn"),attrs:{_i:18},on:{click:t.handleTarget}})])])]):t._e()},s=[]},"4a2e":function(t,e,i){"use strict";i.r(e);var n=i("d5c6"),s=i("df8c");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"4f74444b",null,!1,n["a"],void 0);e["default"]=o.exports},"4b2e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",!t.isstart)?i("view",{staticClass:t._$s(1,"sc","tips"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","top"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","left cgreen f-l"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","right"),attrs:{_i:4}},[i("text",{staticClass:t._$s(5,"sc","cgreen"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.$t("lung.lungTitle"))))]),i("text",{staticClass:t._$s(6,"sc","text"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.$t("lung.lungExplain0"))))])])]),i("view",{staticClass:t._$s(7,"sc","list"),attrs:{_i:7}},[t._$s(8,"i",t.number1)?i("view",{staticClass:t._$s(8,"sc","item"),attrs:{_i:8}},[i("text",{staticClass:t._$s(9,"sc","ml-10 mr-10"),attrs:{_i:9}}),i("text",[t._v(t._$s(10,"t0-0",t._s(t.$t("lung.lungsuction"))))]),i("text",{staticClass:t._$s(11,"sc","cgreen"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.number1)))]),i("text",[t._v(t._$s(12,"t0-0",t._s(t.$t("lung.lungsuctionspeed"))))]),i("text",{staticClass:t._$s(13,"sc","cgreen level"),attrs:{_i:13}},[t._v(t._$s(13,"t0-0",t._s(t.level1)))])]):t._e(),t._$s(14,"i",t.number2)?i("view",{staticClass:t._$s(14,"sc","item"),attrs:{_i:14}},[i("text",{staticClass:t._$s(15,"sc","ml-10 mr-10"),attrs:{_i:15}}),i("text",[t._v(t._$s(16,"t0-0",t._s(t.$t("lung.lungsuction"))))]),i("text",{staticClass:t._$s(17,"sc","cgreen"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.number2)))]),i("text",[t._v(t._$s(18,"t0-0",t._s(t.$t("lung.lungsuctionspeed"))))]),i("text",{staticClass:t._$s(19,"sc","cgreen level"),attrs:{_i:19}},[t._v(t._$s(19,"t0-0",t._s(t.level2)))])]):t._e(),t._$s(20,"i",t.number3)?i("view",{staticClass:t._$s(20,"sc","item"),attrs:{_i:20}},[i("text",{staticClass:t._$s(21,"sc","ml-10 mr-10"),attrs:{_i:21}}),i("text",[t._v(t._$s(22,"t0-0",t._s(t.$t("lung.lungsuction"))))]),i("text",{staticClass:t._$s(23,"sc","cgreen"),attrs:{_i:23}},[t._v(t._$s(23,"t0-0",t._s(t.number3)))]),i("text",[t._v(t._$s(24,"t0-0",t._s(t.$t("lung.lungsuctionspeed"))))]),i("text",{staticClass:t._$s(25,"sc","cgreen level"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.level3)))])]):t._e()]),t._$s(26,"i",""==t.number3)?i("view",{staticClass:t._$s(26,"sc","title"),attrs:{_i:26}},[i("view",{class:t._$s(27,"c",[5==t.second?"cgreen":""]),attrs:{_i:27}},[t._v(t._$s(27,"t0-0",t._s(0!=t.number1?t.$t("lung.lungsecond"):""!=t.number2?t.$t("lung.lungthird"):t.$t("lung.lungfirst"))))]),i("view",{class:t._$s(28,"c",[3==t.second?"cgreen":""]),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.$t("lung.lungExplain1"))))]),i("view",{class:t._$s(29,"c",[1==t.second?"cgreen":""]),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.$t("lung.lungExplain2"))))])]):t._e(),t._$s(30,"i",t.number3)?i("view",{staticClass:t._$s(30,"sc","data"),attrs:{_i:30}},[i("view",{staticClass:t._$s(31,"sc","val"),attrs:{_i:31}},[i("text",[t._v(t._$s(32,"t0-0",t._s(t.average.toFixed(2))))]),t._v(t._$s(31,"t1-0",t._s(t.$t("lung.averagelungsuction"))))]),i("view",{staticClass:t._$s(33,"sc","text"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.$t("lung.lungExplain3")))+t._$s(33,"t0-1",t._s(t.standard))+t._$s(33,"t0-2",t._s(t.$t("lung.nowlungsuctionspeed")))+t._$s(33,"t0-3",t._s(t.averageS))+t._$s(33,"t0-4",t._s(t.$t("lung.lungresult")))+t._$s(33,"t0-5",t._s(t.average.toFixed(2)))+t._$s(33,"t0-6",t._s(t.$t("lung.lungExplain4"))))])]):t._e(),t._$s(34,"i",t.number3)?i("view",{staticClass:t._$s(34,"sc","btn"),attrs:{_i:34},on:{click:t.handleGetMeasure}},[t._v(t._$s(34,"t0-0",t._s(t.$t("lung.lunglookreport"))))]):t._e(),t._$s(35,"i",t.number3)?i("view",{staticClass:t._$s(35,"sc","btn close"),attrs:{_i:35},on:{click:function(e){t.isstart=!0}}},[t._v(t._$s(35,"t0-0",t._s(t.$t("lung.remeasure"))))]):t._e(),t._$s(36,"i",0==t.number1||0==t.number2||0==t.number3)?i("view",{staticClass:t._$s(36,"sc","btn"),attrs:{_i:36}},[t._v(t._$s(36,"t0-0",t._s(t.second))+t._$s(36,"t0-1",t._s(t.$t("lunganewstart")))),i("text",[t._v(t._$s(37,"t0-0",t._s(0!=t.number1?t.$t("lung.lungsecond"):0!=t.number2?t.$t("lung.lungthird"):t.$t("lung.lungfirst"))))])]):t._e()]):i("view",{staticClass:t._$s(38,"sc","weight"),attrs:{_i:38}},[i("view",{staticClass:t._$s(39,"sc","title cgreen"),attrs:{_i:39}},[t._v(t._$s(39,"t0-0",t._s(t.$t("lung.lungExplain2"))))]),i("view",{staticClass:t._$s(40,"sc","box1"),attrs:{_i:40}},[i("view",{staticClass:t._$s(41,"sc","time"),attrs:{_i:41}},[t._v(t._$s(41,"t0-0",t._s(t.$t("lung.lungsuctionspeed")))),i("text",{staticClass:t._$s(42,"sc","cgreen ml-5"),attrs:{_i:42}},[t._v(t._$s(42,"t0-0",t._s(t.LiuS)))])]),i("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43}},[i("view",{staticClass:t._$s(44,"sc","image"),attrs:{_i:44}}),i("view",{staticClass:t._$s(45,"sc","center mt-15"),attrs:{_i:45}},[i("view",{staticClass:t._$s(46,"sc","level"),attrs:{_i:46}}),i("view",{staticClass:t._$s(47,"sc","level level-bg"),style:t._$s(47,"s",{top:Number(100-t.offset)+"%"}),attrs:{_i:47}}),i("view",{staticClass:t._$s(48,"sc","level-item"),attrs:{_i:48}},t._l(t._$s(49,"f",{forItems:t.list}),(function(e,n,s,a){return i("view",{key:t._$s(49,"f",{forIndex:s,key:"49-"+a}),staticClass:t._$s("49-"+a,"sc","ite"),attrs:{_i:"49-"+a}},[t._v(t._$s("49-"+a,"t0-0",t._s(e.text)))])})),0)])]),i("view",{staticClass:t._$s(50,"sc","val"),attrs:{_i:50}},[i("text",[t._v(t._$s(51,"t0-0",t._s(t.text)))]),t._v(t._$s(50,"t1-0",t._s(t.$t("lung.averagelungsuction"))))])])])])},s=[]},"4b41":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading5",data:function(){return{}}}},"4b6e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","charts"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","boxTime"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","one"),attrs:{_i:3}},[n("picker",{attrs:{end:t._$s(4,"a-end",t.endDate),fields:t._$s(4,"a-fields",t.fields),value:t._$s(4,"a-value",t.startTime?t.startTime:t.startDate),_i:4},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(5,"sc","uni-input mr-10"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.startTime?t.startTime:t.startDate))),n("icon",{staticClass:t._$s(6,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:6}})])]),n("view",{staticClass:t._$s(7,"sc","center"),attrs:{_i:7}}),n("picker",{attrs:{end:t._$s(8,"a-end",t.endDate),fields:t._$s(8,"a-fields",t.fields),value:t._$s(8,"a-value",t.endTime?t.endTime:t.endDate),_i:8},on:{change:t.handEndTimeH}},[n("view",{staticClass:t._$s(9,"sc","uni-input mr-10"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.endTime?t.endTime:t.endDate))),n("icon",{staticClass:t._$s(10,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:10}})])])])])]),n("view",{staticClass:t._$s(11,"sc","box"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","boxLine"),attrs:{_i:12}},t._l(t._$s(13,"f",{forItems:t.weightList}),(function(e,s,a,r){return n("view",{key:t._$s(13,"f",{forIndex:a,key:"13-"+r}),staticClass:t._$s("13-"+r,"sc","line"),attrs:{_i:"13-"+r}},[t._$s("14-"+r,"i",e.line.categories.length)?n("view",{staticClass:t._$s("14-"+r,"sc","mt-15 mb-15"),attrs:{_i:"14-"+r}},[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:e.id,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"15-"+r}})],1):n("view",[n("view",{staticClass:t._$s("17-"+r,"sc","nolist"),attrs:{_i:"17-"+r}},[n("image",{attrs:{src:t._$s("18-"+r,"a-src",i("8ef2")),_i:"18-"+r}}),n("text",[t._v(t._$s("19-"+r,"t0-0",t._s(t.$t("index.none"))))])]),n("view",{staticClass:t._$s("20-"+r,"sc","title"),attrs:{_i:"20-"+r}},[t._v(t._$s("20-"+r,"t0-0",t._s(e.title)))])])])})),0)])])},s=[]},"4bb4":function(t,e,i){"use strict";i.r(e);var n=i("81d7"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"4c30":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",disabled:!1,second:60}},onReady:function(){uni.setNavigationBarTitle({title:this.$t("common.titlePhone")})},methods:{handleTelLogin:function(){var t=this;t.phone?/^1[3456789]\d{9}$/.test(t.phone)?t.code?t.$model.getAccountMsg({data:t.phone,code:t.code}).then((function(e){0==e.code?(t.$tools.msg(t.$t("tips.msgSetSuccess")),t.$store.commit("changeAccountNumber",{my_tel:t.phone}),uni.redirectTo({url:"/pageTwo/setting/setting"})):t.$tools.msg(e.msg)})).catch((function(t){})):t.$tools.msg(t.$t("tips.verifyCode")):t.$tools.msg(t.$t("tips.verifyMobileCorrect")):t.$tools.msg(t.$t("tips.verifyMobile"))},handleCode:function(){var e=this;e.phone?/^1[3456789]\d{9}$/.test(e.phone)?e.$model.getSendCode({data:e.phone}).then((function(i){if(t("log",i," at pageTwo/setting/phone.vue:90"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg(e.$t("tips.verifyMobileCorrect")):e.$tools.msg(e.$t("tips.verifyMobile"))}}};e.default=i}).call(this,i("f3b9")["default"])},"4d79":function(t,i,n){"use strict";n.r(i); /*! * vue-i18n v8.28.2 * (c) 2022 kazuya kawaguchi * Released under the MIT License. */ -var a=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],s=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function r(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var o=Array.isArray;function c(t){return null!==t&&"object"===typeof t}function l(t){return"boolean"===typeof t}function u(t){return"string"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function h(t){return null===t||void 0===t}function p(t){return"function"===typeof t}function v(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var i=null,n=null;return 1===t.length?c(t[0])||o(t[0])?n=t[0]:"string"===typeof t[0]&&(i=t[0]):2===t.length&&("string"===typeof t[0]&&(i=t[0]),(c(t[1])||o(t[1]))&&(n=t[1])),{locale:i,params:n}}function g(t){return JSON.parse(JSON.stringify(t))}function _(t,e){return!!~t.indexOf(e)}var m=Object.prototype.hasOwnProperty;function y(t,e){return m.call(t,e)}function b(t){for(var e=arguments,i=Object(t),n=1;n/g,">").replace(/"/g,""").replace(/'/g,"'")}(t[e]))})),t}var $={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var i=e.data,n=e.parent,a=e.props,s=e.slots,r=n.$i18n;if(r){var o=a.path,c=a.locale,l=a.places,u=s(),d=r.i(o,c,function(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}(u)||l?function(t,e){var i=e?function(t){0;return Array.isArray(t)?t.reduce(T,{}):Object.assign({},t)}(e):{};if(!t)return i;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var n=t.every(k);0;return t.reduce(n?C:T,i)}(u.default,l):u),f=a.tag&&!0!==a.tag||!1===a.tag?a.tag:"span";return f?t(f,i,d):d}}};function C(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function T(t,e,i){return t[i]=e,t}function k(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var S,O={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var i=e.props,n=e.parent,s=e.data,r=n.$i18n;if(!r)return null;var o=null,l=null;u(i.format)?o=i.format:c(i.format)&&(i.format.key&&(o=i.format.key),l=Object.keys(i.format).reduce((function(t,e){var n;return _(a,e)?Object.assign({},t,(n={},n[e]=i.format[e],n)):t}),null));var d=i.locale||r.locale,f=r._ntp(i.value,d,o,l),h=f.map((function(t,e){var i,n=s.scopedSlots&&s.scopedSlots[t.type];return n?n((i={},i[t.type]=t.value,i.index=e,i.parts=f,i)):t.value})),p=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return p?t(p,{attrs:s.attrs,class:s["class"],staticClass:s.staticClass},h):h}};function D(t,e,i){I(t,i)&&L(t,e,i)}function P(t,e,i,n){if(I(t,i)){var a=i.context.$i18n;(function(t,e){var i=e.context;return t._locale===i.$i18n.locale})(t,i)&&x(e.value,e.oldValue)&&x(t._localeMessage,a.getLocaleMessage(a.locale))||L(t,e,i)}}function A(t,e,i,n){var a=i.context;if(a){var s=i.context.$i18n||{};e.modifiers.preserve||s.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else r("Vue instance does not exists in VNode context")}function I(t,e){var i=e.context;return i?!!i.$i18n||(r("VueI18n instance does not exists in Vue instance"),!1):(r("Vue instance does not exists in VNode context"),!1)}function L(t,e,i){var n,a,s=e.value,o=function(t){var e,i,n,a;u(t)?e=t:f(t)&&(e=t.path,i=t.locale,n=t.args,a=t.choice);return{path:e,locale:i,args:n,choice:a}}(s),c=o.path,l=o.locale,d=o.args,h=o.choice;if(c||l||d)if(c){var p=i.context;t._vt=t.textContent=null!=h?(n=p.$i18n).tc.apply(n,[c,h].concat(M(l,d))):(a=p.$i18n).t.apply(a,[c].concat(M(l,d))),t._locale=p.$i18n.locale,t._localeMessage=p.$i18n.getLocaleMessage(p.$i18n.locale)}else r("`path` is required in v-t directive");else r("value type not supported")}function M(t,e){var i=[];return t&&i.push(t),e&&(Array.isArray(e)||f(e))&&i.push(e),i}function j(t,i){void 0===i&&(i={bridge:!1}),j.installed=!0,S=t;S.version&&Number(S.version.split(".")[0]);(function(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],i=arguments.length-1;while(i-- >0)e[i]=arguments[i+1];var n=this.$i18n;return n._t.apply(n,[t,n.locale,n._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var i=[],n=arguments.length-2;while(n-- >0)i[n]=arguments[n+2];var a=this.$i18n;return a._tc.apply(a,[t,a.locale,a._getMessages(),this,e].concat(i))},t.prototype.$te=function(t,e){var i=this.$i18n;return i._te(t,i.locale,i._getMessages(),e)},t.prototype.$d=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).d.apply(e,[t].concat(i))},t.prototype.$n=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).n.apply(e,[t].concat(i))}})(S),S.mixin(function(t){function i(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:i}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n)if(t.i18n instanceof X){if(t.__i18nBridge||t.__i18n)try{var i=t.i18n&&t.i18n.messages?t.i18n.messages:{},n=t.__i18nBridge||t.__i18n;n.forEach((function(t){i=b(i,JSON.parse(t))})),Object.keys(i).forEach((function(e){t.i18n.mergeLocaleMessage(e,i[e])}))}catch(e){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(f(t.i18n)){var a=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this.$root.$i18n:null;if(a&&(t.i18n.root=this.$root,t.i18n.formatter=a.formatter,t.i18n.fallbackLocale=a.fallbackLocale,t.i18n.formatFallbackMessages=a.formatFallbackMessages,t.i18n.silentTranslationWarn=a.silentTranslationWarn,t.i18n.silentFallbackWarn=a.silentFallbackWarn,t.i18n.pluralizationRules=a.pluralizationRules,t.i18n.preserveDirectiveContent=a.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var s=t.i18n&&t.i18n.messages?t.i18n.messages:{},r=t.__i18nBridge||t.__i18n;r.forEach((function(t){s=b(s,JSON.parse(t))})),t.i18n.messages=s}catch(e){0}var o=t.i18n,c=o.sharedMessages;c&&f(c)&&(t.i18n.messages=b(t.i18n.messages,c)),this._i18n=new X(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),a&&a.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof X||f(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:i,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}(i.bridge)),S.directive("t",{bind:D,update:P,unbind:A}),S.component($.name,$),S.component(O.name,O);var n=S.config.optionMergeStrategies;n.i18n=function(t,e){return void 0===e?t:e}}var E=function(){this._caches=Object.create(null)};E.prototype.interpolate=function(t,e){if(!e)return[t];var i=this._caches[t];return i||(i=function(t){var e=[],i=0,n="";while(i0)d--,u=4,f[0]();else{if(d=0,void 0===i)return!1;if(i=z(i),!1===i)return!1;f[1]()}};while(null!==u)if(l++,e=t[l],"\\"!==e||!h()){if(a=U(e),o=R[u],s=o[a]||o["else"]||8,8===s)return;if(u=s[0],r=f[s[1]],r&&(n=s[2],n=void 0===n?e:n,!1===r()))return;if(7===u)return c}}(t),e&&(this._cache[t]=e)),e||[]},W.prototype.getPathValue=function(t,e){if(!c(t))return null;var i=this.parsePath(e);if(0===i.length)return null;var n=i.length,a=t,s=0;while(s/,q=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,G=/^@(?:\.([a-zA-Z]+))?:/,J=/[()]/g,K={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},Y=new E,X=function(t){var e=this;void 0===t&&(t={}),!S&&"undefined"!==typeof window&&window.Vue&&j(window.Vue);var i=t.locale||"en-US",n=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),a=t.messages||{},s=t.dateTimeFormats||t.datetimeFormats||{},r=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||Y,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new W,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,i){var n=Object.getPrototypeOf(e);if(n&&n.getChoiceIndex){var a=n.getChoiceIndex;return a.call(e,t,i)}return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,i]):function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0}(t,i)},this._exist=function(t,i){return!(!t||!i)&&(!h(e._path.getPathValue(t,i))||!!t[i])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(a).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,a[t])})),this._initVM({locale:i,fallbackLocale:n,messages:a,dateTimeFormats:s,numberFormats:r})},Q={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};X.prototype._checkLocaleMessage=function(t,e,i){var n=function(t,e,i,a){if(f(i))Object.keys(i).forEach((function(s){var r=i[s];f(r)?(a.push(s),a.push("."),n(t,e,r,a),a.pop(),a.pop()):(a.push(s),n(t,e,r,a),a.pop())}));else if(o(i))i.forEach((function(i,s){f(i)?(a.push("["+s+"]"),a.push("."),n(t,e,i,a),a.pop(),a.pop()):(a.push("["+s+"]"),n(t,e,i,a),a.pop())}));else if(u(i)){var s=V.test(i);if(s){var c="Detected HTML in message '"+i+"' of keypath '"+a.join("")+"' at '"+e+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?r(c):"error"===t&&function(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(c)}}};n(e,t,i,[])},X.prototype._initVM=function(t){var e=S.config.silent;S.config.silent=!0,this._vm=new S({data:t,__VUE18N__INSTANCE__:!0}),S.config.silent=e},X.prototype.destroyVM=function(){this._vm.$destroy()},X.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},X.prototype.unsubscribeDataChanging=function(t){(function(t,e){if(t.delete(e));})(this._dataListeners,t)},X.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}(t._dataListeners),i=e.length;while(i--)S.nextTick((function(){e[i]&&e[i].$forceUpdate()}))}),{deep:!0})},X.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,i=this._vm;return this.vm.$watch("locale",(function(n){i.$set(i,"locale",n),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=n),i.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var n=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){n.$set(n,"locale",t),n.$forceUpdate()}),{immediate:!0})},X.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Q.vm.get=function(){return this._vm},Q.messages.get=function(){return g(this._getMessages())},Q.dateTimeFormats.get=function(){return g(this._getDateTimeFormats())},Q.numberFormats.get=function(){return g(this._getNumberFormats())},Q.availableLocales.get=function(){return Object.keys(this.messages).sort()},Q.locale.get=function(){return this._vm.locale},Q.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Q.fallbackLocale.get=function(){return this._vm.fallbackLocale},Q.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Q.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Q.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Q.missing.get=function(){return this._missing},Q.missing.set=function(t){this._missing=t},Q.formatter.get=function(){return this._formatter},Q.formatter.set=function(t){this._formatter=t},Q.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Q.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Q.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Q.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Q.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Q.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Q.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Q.warnHtmlInMessage.set=function(t){var e=this,i=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,i!==t&&("warn"===t||"error"===t)){var n=this._getMessages();Object.keys(n).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,n[t])}))}},Q.postTranslation.get=function(){return this._postTranslation},Q.postTranslation.set=function(t){this._postTranslation=t},Q.sync.get=function(){return this._sync},Q.sync.set=function(t){this._sync=t},X.prototype._getMessages=function(){return this._vm.messages},X.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},X.prototype._getNumberFormats=function(){return this._vm.numberFormats},X.prototype._warnDefault=function(t,e,i,n,a,s){if(!h(i))return i;if(this._missing){var r=this._missing.apply(null,[t,e,n,a]);if(u(r))return r}else 0;if(this._formatFallbackMessages){var o=v.apply(void 0,a);return this._render(e,s,o.params,e)}return e},X.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:h(t))&&!h(this._root)&&this._fallbackRoot},X.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},X.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},X.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},X.prototype._interpolate=function(t,e,i,n,a,s,r){if(!e)return null;var c,l=this._path.getPathValue(e,i);if(o(l)||f(l))return l;if(h(l)){if(!f(e))return null;if(c=e[i],!u(c)&&!p(c))return null}else{if(!u(l)&&!p(l))return null;c=l}return u(c)&&(c.indexOf("@:")>=0||c.indexOf("@.")>=0)&&(c=this._link(t,e,c,n,"raw",s,r)),this._render(c,a,s,i)},X.prototype._link=function(t,e,i,n,a,s,r){var c=i,l=c.match(q);for(var u in l)if(l.hasOwnProperty(u)){var d=l[u],f=d.match(G),h=f[0],p=f[1],v=d.replace(h,"").replace(J,"");if(_(r,v))return c;r.push(v);var g=this._interpolate(t,e,v,n,"raw"===a?"string":a,"raw"===a?void 0:s,r);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var m=this._root.$i18n;g=m._translate(m._getMessages(),m.locale,m.fallbackLocale,v,n,a,s)}g=this._warnDefault(t,v,g,n,o(s)?s:[s],a),this._modifiers.hasOwnProperty(p)?g=this._modifiers[p](g):K.hasOwnProperty(p)&&(g=K[p](g)),r.pop(),c=g?c.replace(d,g):c}return c},X.prototype._createMessageContext=function(t,e,i,n){var a=this,s=o(t)?t:[],r=c(t)?t:{},l=this._getMessages(),u=this.locale;return{list:function(t){return s[t]},named:function(t){return r[t]},values:t,formatter:e,path:i,messages:l,locale:u,linked:function(t){return a._interpolate(u,l[u]||{},t,null,n,void 0,[t])}}},X.prototype._render=function(t,e,i,n){if(p(t))return t(this._createMessageContext(i,this._formatter||Y,n,e));var a=this._formatter.interpolate(t,i,n);return a||(a=Y.interpolate(t,i,n)),"string"!==e||u(a)?a:a.join("")},X.prototype._appendItemToChain=function(t,e,i){var n=!1;return _(t,e)||(n=!0,e&&(n="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),i&&i[e]&&(n=i[e]))),n},X.prototype._appendLocaleToChain=function(t,e,i){var n,a=e.split("-");do{var s=a.join("-");n=this._appendItemToChain(t,s,i),a.splice(-1,1)}while(a.length&&!0===n);return n},X.prototype._appendBlockToChain=function(t,e,i){for(var n=!0,a=0;a0)s[r]=arguments[r+4];if(!t)return"";var o=v.apply(void 0,s);this._escapeParameterHtml&&(o.params=w(o.params));var c=o.locale||e,l=this._translate(i,c,this.fallbackLocale,t,n,"string",o.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(a=this._root).$t.apply(a,[t].concat(s))}return l=this._warnDefault(c,t,l,n,s,"string"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,t)),l},X.prototype.t=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(i))},X.prototype._i=function(t,e,i,n,a){var s=this._translate(i,e,this.fallbackLocale,t,n,"raw",a);if(this._isFallbackRoot(s)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,a)}return this._warnDefault(e,t,s,n,[a],"raw")},X.prototype.i=function(t,e,i){return t?(u(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,i)):""},X.prototype._tc=function(t,e,i,n,a){var s,r=[],o=arguments.length-5;while(o-- >0)r[o]=arguments[o+5];if(!t)return"";void 0===a&&(a=1);var c={count:a,n:a},l=v.apply(void 0,r);return l.params=Object.assign(c,l.params),r=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((s=this)._t.apply(s,[t,e,i,n].concat(r)),a)},X.prototype.fetchChoice=function(t,e){if(!t||!u(t))return null;var i=t.split("|");return e=this.getChoiceIndex(e,i.length),i[e]?i[e].trim():t},X.prototype.tc=function(t,e){var i,n=[],a=arguments.length-2;while(a-- >0)n[a]=arguments[a+2];return(i=this)._tc.apply(i,[t,this.locale,this._getMessages(),null,e].concat(n))},X.prototype._te=function(t,e,i){var n=[],a=arguments.length-3;while(a-- >0)n[a]=arguments[a+3];var s=v.apply(void 0,n).locale||e;return this._exist(i[s],t)},X.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},X.prototype.getLocaleMessage=function(t){return g(this._vm.messages[t]||{})},X.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},X.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,b("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},X.prototype.getDateTimeFormat=function(t){return g(this._vm.dateTimeFormats[t]||{})},X.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},X.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,b(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},X.prototype._clearDateTimeFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},X.prototype._localizeDateTime=function(t,e,i,n,a,s){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,a=null,r=null;return 1===e.length?(u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(a=e[0].key)),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(s,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(n=e[1])),this._d(t,n,a,r)},X.prototype.getNumberFormat=function(t){return g(this._vm.numberFormats[t]||{})},X.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},X.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,b(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},X.prototype._clearNumberFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},X.prototype._getNumberFormatter=function(t,e,i,n,a,s){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,s=null,r=null;return 1===e.length?u(e[0])?s=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(s=e[0].key),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(a,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(s=e[0]),u(e[1])&&(n=e[1])),this._n(t,n,s,r)},X.prototype._ntp=function(t,e,i,n){if(!X.availabilities.numberFormat)return[];if(!i){var a=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return a.formatToParts(t)}var s=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),i,n),r=s&&s.formatToParts(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,i,n)}return r||[]},Object.defineProperties(X.prototype,Q),Object.defineProperty(X,"availabilities",{get:function(){if(!H){var t="undefined"!==typeof Intl;H={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return H}}),X.install=j,X.version="8.28.2",i["default"]=X},"4dee":function(t,e,i){"use strict";i.r(e);var n=i("fce8"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"4e6e":function(t,e,i){"use strict";i.r(e);var n=i("4f8a"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"4f8a":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},i=e.selected,n=e.startDate,a=e.endDate,r=e.range;(0,s.default)(this,t),this.date=this.getDateObj(new Date),this.selected=i||[],this.startDate=n,this.endDate=a,this.range=r,this.cleanMultipleStatus(),this.weeks={},this.lastHover=!1}return(0,r.default)(t,[{key:"setDate",value:function(t){var e=this.getDateObj(t);this.getWeeks(e.fullDate)}},{key:"cleanMultipleStatus",value:function(){this.multipleStatus={before:"",after:"",data:[]}}},{key:"setStartDate",value:function(t){this.startDate=t}},{key:"setEndDate",value:function(t){this.endDate=t}},{key:"getPreMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e-1);var i=t.getMonth();return 0!==e&&i-e===0&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getNextMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e+1);var i=t.getMonth();return i-e>1&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getDateObj",value:function(t){return t=h(t),t=new Date(t),{fullDate:c(t),year:t.getFullYear(),month:u(t.getMonth()+1),date:u(t.getDate()),day:t.getDay()}}},{key:"getPreMonthDays",value:function(t,e){for(var i=[],n=t-1;n>=0;n--){var a=e.month-1;i.push({date:new Date(e.year,a,-n).getDate(),month:a,disable:!0})}return i}},{key:"getCurrentMonthDays",value:function(t,e){for(var i=this,n=[],a=this.date.fullDate,s=function(t){var s="".concat(e.year,"-").concat(e.month,"-").concat(u(t)),r=a===s,o=i.selected&&i.selected.find((function(t){if(i.dateEqual(s,t.date))return t}));i.startDate&&d(i.startDate,s),i.endDate&&d(s,i.endDate);var c=i.multipleStatus.data,l=-1;i.range&&c&&(l=c.findIndex((function(t){return i.dateEqual(t,s)})));var f=-1!==l;n.push({fullDate:s,year:e.year,date:t,multiple:!!i.range&&f,beforeMultiple:i.isLogicBefore(s,i.multipleStatus.before,i.multipleStatus.after),afterMultiple:i.isLogicAfter(s,i.multipleStatus.before,i.multipleStatus.after),month:e.month,disable:i.startDate&&!d(i.startDate,s)||i.endDate&&!d(s,i.endDate),isToday:r,userChecked:!1,extraInfo:o})},r=1;r<=t;r++)s(r);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var i=[],n=e.month+1,a=1;a<=t;a++)i.push({date:a,month:n,disable:!0});return i}},{key:"getInfo",value:function(t){var e=this;return t||(t=new Date),this.calendar.find((function(i){return i.fullDate===e.getDateObj(t).fullDate}))}},{key:"dateEqual",value:function(t,e){return t=new Date(h(t)),e=new Date(h(e)),t.valueOf()===e.valueOf()}},{key:"isLogicBefore",value:function(t,e,i){var n=e;return e&&i&&(n=d(e,i)?e:i),this.dateEqual(n,t)}},{key:"isLogicAfter",value:function(t,e,i){var n=i;return e&&i&&(n=d(e,i)?i:e),this.dateEqual(n,t)}},{key:"geDateAll",value:function(t,e){var i=[],n=t.split("-"),a=e.split("-"),s=new Date;s.setFullYear(n[0],n[1]-1,n[2]);var r=new Date;r.setFullYear(a[0],a[1]-1,a[2]);for(var o=s.getTime()-864e5,c=r.getTime()-864e5,l=o;l<=c;)l+=864e5,i.push(this.getDateObj(new Date(parseInt(l))).fullDate);return i}},{key:"setMultiple",value:function(t){if(this.range){var e=this.multipleStatus,i=e.before,n=e.after;if(i&&n){if(!this.lastHover)return void(this.lastHover=!0);this.multipleStatus.before=t,this.multipleStatus.after="",this.multipleStatus.data=[],this.multipleStatus.fulldate="",this.lastHover=!1}else i?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before),this.lastHover=!0):(this.multipleStatus.before=t,this.multipleStatus.after=void 0,this.lastHover=!1);this.getWeeks(t)}}},{key:"setHoverMultiple",value:function(t){if(this.range&&!this.lastHover){var e=this.multipleStatus.before;e?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before)):this.multipleStatus.before=t,this.getWeeks(t)}}},{key:"setDefaultMultiple",value:function(t,e){this.multipleStatus.before=t,this.multipleStatus.after=e,t&&e&&(d(t,e)?(this.multipleStatus.data=this.geDateAll(t,e),this.getWeeks(e)):(this.multipleStatus.data=this.geDateAll(e,t),this.getWeeks(t)))}},{key:"getWeeks",value:function(t){for(var e=this.getDateObj(t),i=e.year,n=e.month,s=new Date(i,n-1,1).getDay(),r=this.getPreMonthDays(s,this.getDateObj(t)),o=new Date(i,n,0).getDate(),c=this.getCurrentMonthDays(o,this.getDateObj(t)),l=42-s-o,u=this._getNextMonthDays(l,this.getDateObj(t)),d=[].concat((0,a.default)(r),(0,a.default)(c),(0,a.default)(u)),f=new Array(6),h=0;ht.length)&&(e=t.length);for(var i=0,n=new Array(e);i=2&&(-1==n.isActiveList.indexOf(e.name)?n.isActiveList.push(e.name):n.isActiveList.splice(n.isActiveList.indexOf(e.name),1),n.isActiveList.length>2&&n.isActiveList.splice(0,1),t.list.forEach((function(t){t.choice_state=0,n.isActiveList.forEach((function(e){t.name==e&&(t.choice_state=1)}))})))},bindTimeChange:function(t,e){var i=t.target.value[0],n=t.target.value[1];e.value=this.timeList[0][i].substring(0,2)+":"+this.timeList[1][n].substring(0,2)},handleTips:function(t){null!=t&&""!=t&&uni.showToast({title:t,duration:4e3,icon:"none"})},handleSportsList:function(){var e=this;e.$model.getSportsList({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),address:e.address}).then((function(i){t("log","\u5355\u5730\u533a",i," at pages/score/score.vue:364"),0==i.code&&(e.sportsList=i.data.list)}))},handleValue:function(t){t.value=""},handlescore:function(){var e=this;e.familayList.length?(t("log","selectllist",e.selectllist," at pages/score/score.vue:379"),e.selectllist.forEach((function(t){t.list.forEach((function(t){t.list.forEach((function(t){t.value=""==t.value?"0":t.value}))}))})),e.$model.getSportsData({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),parameter_data:e.address,result_data:e.selectllist}).then((function(i){t("log","\u5f00\u59cb\u4f30\u5206",i," at pages/score/score.vue:393"),0==i.code?(e.isSports=!0,e.isresult=!0,e.selectllist=i.data.list,e.score=i.data.total_score,e.Max_score=i.data.max_score,e.chartData.series[0].data=Number(i.data.total_score)/i.data.max_score):e.$tools.msg(i.msg)}))):e.$tools.msg("\u8bf7\u5148\u6dfb\u52a0\u6210\u5458")},handleHistory:function(e){var i=this;i.List=[],i.region_list=e,i.sportsList.forEach((function(t){t.key==e.key&&(i.List=t.list,i.choice=e.is_choice)})),t("log","\u6dfb\u52a0\u9879\u76ee",e," at pages/score/score.vue:417"),i.isDrawe=!0},toggle:function(e){if(1!=this.choice){if(-1==this.isActiveNameList.indexOf(e.name))this.isActiveNameList.push(e.name),this.isActiveList.push(e);else for(var i=0;ithis.choice&&(this.isActiveList.splice(0,1),this.isActiveNameList.splice(0,1)),t("log","isActiveList",e.name,this.isActiveList,this.region_list.list," at pages/score/score.vue:449")}else this.isActive=this.isActive.name==e.name?{}:e},handleTarget:function(){var t=this;t.selectllist.forEach((function(e){e.list.forEach((function(e){e.key==t.region_list.key&&(e.list=[])}))})),1==t.choice?0!=Object.keys(t.isActive).length&&t.region_list.list.push(t.isActive):t.region_list.list=t.isActiveList,t.isDrawe=!1},onTap:function(){var e=this;1==e.choice&&0==Object.keys(e.isActive).length&&(e.region_list.list=[],e.selectllist.forEach((function(t){t.list.forEach((function(t){t.key==e.region_list.key&&(t.list=[])}))}))),e.isDrawe=!1,t("log","\u53d6\u6d88",Object.keys(e.isActive).length,this.isActive," at pages/score/score.vue:487")},navTo:function(t){uni.navigateTo({url:t})}}};e.default=d}).call(this,i("f3b9")["default"])},"6eca":function(t,e,i){"use strict";i.r(e);var n=i("7877"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"6f57":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isRecord)?i("view",{staticClass:t._$s(0,"sc","wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","left"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("picker",{attrs:{end:t._$s(7,"a-end",t.endDate),fields:t._$s(7,"a-fields",t.fields),_i:7},on:{change:t.changeLog}},[i("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.regTime?t.regTime:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(9,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:9}})])])]),t._$s(10,"i",8!=t.rtype&&2!=t.rtype)?i("view",[t._$s(11,"i",t.info&&t.info.list.length)?i("view",{staticClass:t._$s(11,"sc","editem"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","left"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","right"),attrs:{_i:13}},[i("picker",{attrs:{range:t._$s(14,"a-range",t.info.list),value:t._$s(14,"a-value",t.lableTndex),_i:14},on:{change:t.bindLableChange}},[i("view",{staticClass:t._$s(15,"sc","uni-input"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.name?t.name:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(16,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:16}})])])]):t._e(),t._$s(17,"i",t.info&&t.info.list.length&&t.listType)?i("view",{staticClass:t._$s(17,"sc","editem"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","name"),attrs:{_i:18}},[t._v(t._$s(18,"t0-0",t._s(t.describe)))]),t._$s(19,"i",4==t.listType)?i("view",{staticClass:t._$s(19,"sc","right"),attrs:{_i:19}},[i("picker",{attrs:{range:t._$s(20,"a-range",t.timeList),value:t._$s(20,"a-value",t.timesTndex),_i:20},on:{change:t.bindTimeChange}},[i("view",{staticClass:t._$s(21,"sc","size16"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.time_m?t.time_m+":":"\u8bf7\u9009\u62e9"))+t._$s(21,"t0-1",t._s(t.time_s?t.time_s:"")))])]),i("uni-icons",{staticClass:t._$s(22,"sc","ml-15 c666"),attrs:{type:"bottom",_i:22}})],1):t._e(),t._$s(23,"i",4!=t.listType)?i("view",{staticClass:t._$s(23,"sc","right"),attrs:{_i:23}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number,expression:"number"}],attrs:{type:t._$s(24,"a-type",1==t.listType?"number":"digit"),_i:24},domProps:{value:t._$s(24,"v-model",t.number)},on:{input:function(e){e.target.composing||(t.number=e.target.value)}}}),t._v(t._$s(23,"t1-0",t._s(t.unit)))]):t._e()]):t._e(),t._$s(25,"i",t.info&&t.info.time)?i("view",{staticClass:t._$s(25,"sc","editem"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","right"),attrs:{_i:27}},[i("picker",{attrs:{range:t._$s(28,"a-range",t.timeList),value:t._$s(28,"a-value",t.timesTndex),_i:28},on:{change:t.bindTimeChange}},[i("view",{staticClass:t._$s(29,"sc","size16"),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.time_m?t.time_m+":":"\u8bf7\u9009\u62e9"))+t._$s(29,"t0-1",t._s(t.time_s?t.time_s:"")))])]),i("uni-icons",{staticClass:t._$s(30,"sc","ml-15 c666"),attrs:{type:"bottom",_i:30}})],1)]):t._e(),t._$s(31,"i",t.info&&t.info.number)?i("view",{staticClass:t._$s(31,"sc","editem"),attrs:{_i:31}},[i("view",{staticClass:t._$s(32,"sc","name"),attrs:{_i:32}}),i("view",{staticClass:t._$s(33,"sc","right"),attrs:{_i:33}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number,expression:"number"}],attrs:{_i:34},domProps:{value:t._$s(34,"v-model",t.number)},on:{input:function(e){e.target.composing||(t.number=e.target.value)}}})])]):t._e()]):t._e(),t._$s(35,"i",2==t.rtype)?i("view",[t._$s(36,"i",t.info&&t.info.height)?i("view",{staticClass:t._$s(36,"sc","editem"),attrs:{_i:36}},[i("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}}),i("view",{staticClass:t._$s(38,"sc","right"),attrs:{_i:38}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:39},domProps:{value:t._$s(39,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})])]):t._e(),t._$s(40,"i",t.info&&t.info.weight)?i("view",{staticClass:t._$s(40,"sc","editem"),attrs:{_i:40}},[i("view",{staticClass:t._$s(41,"sc","name"),attrs:{_i:41}}),i("view",{staticClass:t._$s(42,"sc","right"),attrs:{_i:42}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:43},domProps:{value:t._$s(43,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})])]):t._e(),t._$s(44,"i","\u5a74\u513f"==t.userInfo.stage)?i("view",{staticClass:t._$s(44,"sc","editem"),attrs:{_i:44}},[i("view",{staticClass:t._$s(45,"sc","left"),attrs:{_i:45}}),i("view",{staticClass:t._$s(46,"sc","right"),attrs:{_i:46}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.head,expression:"head"}],attrs:{_i:47},domProps:{value:t._$s(47,"v-model",t.head)},on:{input:function(e){e.target.composing||(t.head=e.target.value)}}})])]):t._e()]):t._e(),t._$s(48,"i",8==t.rtype)?i("view",[i("view",{staticClass:t._$s(49,"sc","editem"),attrs:{_i:49}},[i("view",{staticClass:t._$s(50,"sc","name"),attrs:{_i:50}}),i("view",{staticClass:t._$s(51,"sc","right"),attrs:{_i:51}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number1,expression:"number1"}],attrs:{_i:52},domProps:{value:t._$s(52,"v-model",t.number1)},on:{input:function(e){e.target.composing||(t.number1=e.target.value)}}})])]),i("view",{staticClass:t._$s(53,"sc","editem"),attrs:{_i:53}},[i("view",{staticClass:t._$s(54,"sc","name"),attrs:{_i:54}}),i("view",{staticClass:t._$s(55,"sc","right"),attrs:{_i:55}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number2,expression:"number2"}],attrs:{_i:56},domProps:{value:t._$s(56,"v-model",t.number2)},on:{input:function(e){e.target.composing||(t.number2=e.target.value)}}})])]),i("view",{staticClass:t._$s(57,"sc","editem"),attrs:{_i:57}},[i("view",{staticClass:t._$s(58,"sc","name"),attrs:{_i:58}}),i("view",{staticClass:t._$s(59,"sc","right"),attrs:{_i:59}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.number3,expression:"number3"}],attrs:{_i:60},domProps:{value:t._$s(60,"v-model",t.number3)},on:{input:function(e){e.target.composing||(t.number3=e.target.value)}}})])])]):t._e(),i("view",{staticClass:t._$s(61,"sc","btn close"),attrs:{_i:61},on:{click:function(e){return t.onTap()}}}),i("view",{staticClass:t._$s(62,"sc","btn"),attrs:{_i:62},on:{click:t.handleTarget}})])])]):t._e()},s=[]},7135:function(t,e,i){"use strict";i.r(e);var n=i("a42e"),a=i("6eca");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"0afe9137",null,!1,n["a"],void 0);e["default"]=o.exports},7160:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={appid:"__UNI__20604F1"}},7172:function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var n,a,s,r,o=[],c=!0,l=!1;try{if(s=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(n=s.call(i)).done)&&(o.push(n.value),o.length!==e);c=!0);}catch(t){l=!0,a=t}finally{try{if(!c&&null!=i["return"]&&(r=i["return"](),Object(r)!==r))return}finally{if(l)throw a}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"72c6":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-collapse-item"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","uni-collapse-item__title"),class:t._$s(1,"c",{"is-open":t.isOpen&&"auto"===t.titleBorder,"uni-collapse-item-border":"none"!==t.titleBorder}),attrs:{_i:1},on:{click:function(e){return t.onClick(!t.isOpen)}}},[i("view",{staticClass:t._$s(2,"sc","uni-collapse-item__title-wrap"),attrs:{_i:2}},[t._t("title",[i("view",{staticClass:t._$s(4,"sc","uni-collapse-item__title-box"),class:t._$s(4,"c",{"is-disabled":t.disabled}),attrs:{_i:4}},[t._$s(5,"i",t.thumb)?i("image",{staticClass:t._$s(5,"sc","uni-collapse-item__title-img"),attrs:{src:t._$s(5,"a-src",t.thumb),_i:5}}):t._e(),i("text",{staticClass:t._$s(6,"sc","uni-collapse-item__title-text"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.title)))])])],{_i:3})],2),t._$s(7,"i",t.showArrow)?i("view",{staticClass:t._$s(7,"sc","uni-collapse-item__title-arrow"),class:t._$s(7,"c",{"uni-collapse-item__title-arrow-active":t.isOpen,"uni-collapse-item--animation":!0===t.showAnimation}),attrs:{_i:7}},[i("uni-icons",{attrs:{color:t.disabled?"#ddd":"#bbb",size:"14",type:"bottom",_i:8}})],1):t._e()]),i("view",{staticClass:t._$s(9,"sc","uni-collapse-item__wrap"),class:t._$s(9,"c",{"is--transition":t.showAnimation}),style:t._$s(9,"s",{height:(t.isOpen?t.height:0)+"px"}),attrs:{_i:9}},[i("view",{ref:"collapse--hook",staticClass:t._$s(10,"sc","uni-collapse-item__wrap-content"),class:t._$s(10,"c",{open:t.isheight,"uni-collapse-item--border":t.border&&t.isOpen}),attrs:{id:t._$s(10,"a-id",t.elId),_i:10}},[t._t("default",null,{_i:11})],2)])])},s=[]},"73b8":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59"),r=n(i("c5cc"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),n=1;n=1&&i<=9&&(i="0"+i),n>=0&&n<=9&&(n="0"+n);var a=e+"-"+i+"-"+n;return a}var u={name:"qiun-data-charts",mixins:[t.mixinDatacom],props:{type:{type:String,default:null},canvasId:{type:String,default:"uchartsid"},canvas2d:{type:Boolean,default:!1},background:{type:String,default:"rgba(0,0,0,0)"},animation:{type:Boolean,default:!0},chartData:{type:Object,default:function(){return{categories:[],series:[]}}},opts:{type:Object,default:function(){return{}}},eopts:{type:Object,default:function(){return{}}},loadingType:{type:Number,default:2},errorShow:{type:Boolean,default:!0},errorReload:{type:Boolean,default:!0},errorMessage:{type:String,default:null},inScrollView:{type:Boolean,default:!1},reshow:{type:Boolean,default:!1},reload:{type:Boolean,default:!1},disableScroll:{type:Boolean,default:!1},optsWatch:{type:Boolean,default:!0},onzoom:{type:Boolean,default:!1},ontap:{type:Boolean,default:!0},ontouch:{type:Boolean,default:!1},onmouse:{type:Boolean,default:!0},onmovetip:{type:Boolean,default:!1},echartsH5:{type:Boolean,default:!1},echartsApp:{type:Boolean,default:!1},tooltipShow:{type:Boolean,default:!0},tooltipFormat:{type:String,default:void 0},tooltipCustom:{type:Object,default:void 0},startDate:{type:String,default:void 0},endDate:{type:String,default:void 0},textEnum:{type:Array,default:function(){return[]}},groupEnum:{type:Array,default:function(){return[]}},pageScrollTop:{type:Number,default:0},directory:{type:String,default:"/"},tapLegend:{type:Boolean,default:!0},menus:{type:Array,default:function(){return[]}},Height:{type:Number,default:340},Width:{type:Number,default:340}},data:function(){return{cid:"uchartsid",inWx:!1,inAli:!1,inTt:!1,inBd:!1,inH5:!1,inApp:!1,inWin:!1,type2d:!0,disScroll:!1,openmouse:!1,pixel:1,cWidth:340,cHeight:240,showchart:!1,echarts:!1,echartsResize:{state:!1},uchartsOpts:{},echartsOpts:{},drawData:{},lastDrawTime:null}},created:function(){if(this.cid=this.canvasId,"uchartsid"==this.canvasId||""==this.canvasId){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",e=t.length,i="",n=0;n<32;n++)i+=t.charAt(Math.floor(Math.random()*e));this.cid=i}var a=uni.getSystemInfoSync();"windows"!==a.platform&&"mac"!==a.platform||(this.inWin=!0),this.type2d=!1,this.disScroll=this.disableScroll},mounted:function(){var t=this;this.inApp=!0,!0===this.echartsApp&&(this.echarts=!0,this.openmouse=!1),this.cWidth=this.Width?this.Width:this.cWidth,this.cHeight=this.Height?this.Height:this.cHeight,this.$nextTick((function(){t.beforeInit()}))},destroyed:function(){!0===this.echarts?(delete o.default.option[this.cid],delete o.default.instance[this.cid]):(delete r.default.option[this.cid],delete r.default.instance[this.cid]),uni.offWindowResize((function(){}))},watch:{chartDataProps:{handler:function(t,e){"object"===(0,s.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&(this._clearChart(),t.series&&t.series.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this.showchart=!1,this.mixinDatacomErrorMessage=null)):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1achartData\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},localdata:{handler:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&(t.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage=null))},immediate:!1,deep:!0},optsProps:{handler:function(t,e){"object"===(0,s.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!1===this.echarts&&1==this.optsWatch&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},eoptsProps:{handler:function(t,e){"object"===(0,s.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!0===this.echarts&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aeopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},reshow:function(t,e){var i=this;!0===t&&!1===this.mixinDatacomLoading&&setTimeout((function(){i.mixinDatacomErrorMessage=null,i.echartsResize.state=!i.echartsResize.state,i.checkData(i.drawData)}),200)},reload:function(t,e){!0===t&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())},mixinDatacomErrorMessage:function(t,e){t&&(this.emitMsg({name:"error",params:{type:"error",errorShow:this.errorShow,msg:t,id:this.cid}}),this.errorShow&&n("log","[\u79cb\u4e91\u56fe\u8868\u7ec4\u4ef6]"+t," at uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue:567"))},errorMessage:function(t,e){t&&this.errorShow&&null!==t&&"null"!==t&&""!==t?(this.showchart=!1,this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=t):(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())}},computed:{optsProps:function(){return JSON.parse(JSON.stringify(this.opts))},eoptsProps:function(){return JSON.parse(JSON.stringify(this.eopts))},chartDataProps:function(){return JSON.parse(JSON.stringify(this.chartData))}},methods:{beforeInit:function(){this.mixinDatacomErrorMessage=null,"object"===(0,s.default)(this.chartData)&&null!=this.chartData&&void 0!==this.chartData.series&&this.chartData.series.length>0?(this.drawData=c({},this.chartData),this.mixinDatacomLoading=!1,this.showchart=!0,this.checkData(this.chartData)):this.localdata.length>0?(this.mixinDatacomLoading=!1,this.showchart=!0,this.localdataInit(this.localdata)):""!==this.collection?(this.mixinDatacomLoading=!1,this.getCloudData()):this.mixinDatacomLoading=!0},localdataInit:function(t){if(this.groupEnum.length>0)for(var e=0;e0)for(var n=0;n0)d=this.chartData.categories;else if(this.startDate&&this.endDate){var h=new Date(this.startDate),p=new Date(this.endDate);while(h<=p)d.push(l(h)),h=h.setDate(h.getDate()+1),h=new Date(h)}else{var v={};t.map((function(t,e){void 0==t.text||v[t.text]||(d.push(t.text),v[t.text]=!0)}))}u.categories=d}var g={};if(t.map((function(t,e){void 0==t.group||g[t.group]||(f.push({name:t.group,data:[]}),g[t.group]=!0)})),0==f.length)if(f=[{name:"\u9ed8\u8ba4\u5206\u7ec4",data:[]}],!0===s)for(var _=0;_0)for(var w=0;w0&&(this.mixinDatacomErrorMessage=null,!0===this.echarts?(o.default.option[i].chartData=n,this.$nextTick((function(){e.init()}))):(r.default.option[i].categories=n.categories,r.default.option[i].series=n.series,this.$nextTick((function(){e.init()}))))},resizeHandler:function(){var t=this,e=Date.now(),i=this.lastDrawTime?this.lastDrawTime:e-3e3,n=e-i;if(!(n<1e3))uni.createSelectorQuery().in(this).select("#ChartBoxId"+this.cid).boundingClientRect((function(e){t.showchart=!0,e.width>0&&e.height>0&&(e.width===t.cWidth&&e.height===t.cHeight||t.checkData(t.drawData))})).exec()},getCloudData:function(){var t=this;1!=this.mixinDatacomLoading&&(this.mixinDatacomLoading=!0,this.mixinDatacomGet().then((function(e){t.mixinDatacomResData=e.result.data,t.localdataInit(t.mixinDatacomResData)})).catch((function(e){t.mixinDatacomLoading=!1,t.showchart=!1,t.mixinDatacomErrorMessage="\u8bf7\u6c42\u9519\u8bef\uff1a"+e})))},onMixinDatacomPropsChange:function(t,e){1==t&&""!==this.collection&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this._clearChart(),this.getCloudData())},_clearChart:function(){var t=this.cid;if(!0!==this.echarts&&r.default.option[t]&&r.default.option[t].context){var e=r.default.option[t].context;"object"!==(0,s.default)(e)||r.default.option[t].update||(e.clearRect(0,0,this.cWidth*this.pixel,this.cHeight*this.pixel),e.draw())}},init:function(){var t=this,e=this.cid;uni.createSelectorQuery().in(this).select("#ChartBoxId"+e).boundingClientRect((function(i){i.width>0&&i.height>0?(t.mixinDatacomLoading=!1,t.showchart=!0,t.lastDrawTime=Date.now(),t.cWidth=i.width,t.cHeight=i.height,!0!==t.echarts&&(r.default.option[e].background="rgba(0,0,0,0)"==t.background?"#FFFFFF":t.background,r.default.option[e].canvas2d=t.type2d,r.default.option[e].pixelRatio=t.pixel,r.default.option[e].animation=t.animation,r.default.option[e].width=i.width*t.pixel,r.default.option[e].height=i.height*t.pixel,r.default.option[e].onzoom=t.onzoom,r.default.option[e].ontap=t.ontap,r.default.option[e].ontouch=t.ontouch,r.default.option[e].onmouse=t.openmouse,r.default.option[e].onmovetip=t.onmovetip,r.default.option[e].tooltipShow=t.tooltipShow,r.default.option[e].tooltipFormat=t.tooltipFormat,r.default.option[e].tooltipCustom=t.tooltipCustom,r.default.option[e].inScrollView=t.inScrollView,r.default.option[e].lastDrawTime=t.lastDrawTime,r.default.option[e].tapLegend=t.tapLegend),t.inH5||t.inApp?1==t.echarts?(o.default.option[e].ontap=t.ontap,o.default.option[e].onmouse=t.openmouse,o.default.option[e].tooltipShow=t.tooltipShow,o.default.option[e].tooltipFormat=t.tooltipFormat,o.default.option[e].tooltipCustom=t.tooltipCustom,o.default.option[e].lastDrawTime=t.lastDrawTime,t.echartsOpts=c({},o.default.option[e])):(r.default.option[e].rotateLock=r.default.option[e].rotate,t.uchartsOpts=c({},r.default.option[e])):(r.default.option[e]=function t(e,i){for(var n in e)e.hasOwnProperty(n)&&null!==e[n]&&"object"===(0,s.default)(e[n])?t(e[n],i):"format"===n&&"string"===typeof e[n]&&(e["formatter"]=i[e[n]]?i[e[n]]:void 0);return e}(r.default.option[e],r.default.formatter),t.mixinDatacomErrorMessage=null,t.mixinDatacomLoading=!1,t.showchart=!0,t.$nextTick((function(){if(!0===t.type2d){var n=uni.createSelectorQuery().in(t);n.select("#"+e).fields({node:!0,size:!0}).exec((function(n){if(n[0]){var a=n[0].node,s=a.getContext("2d");r.default.option[e].context=s,r.default.option[e].rotateLock=r.default.option[e].rotate,r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):(a.width=i.width*t.pixel,a.height=i.height*t.pixel,a._width=i.width*t.pixel,a._height=i.height*t.pixel,setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100))}else t.showchart=!1,t.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1a\u5f00\u542f2d\u6a21\u5f0f\u540e\uff0c\u672a\u83b7\u53d6\u5230dom\u8282\u70b9\uff0ccanvas-id:"+e}))}else t.inAli&&(r.default.option[e].rotateLock=r.default.option[e].rotate),r.default.option[e].context=uni.createCanvasContext(e,t),r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100)})))):(t.mixinDatacomLoading=!1,t.showchart=!1,1==t.reshow&&(t.mixinDatacomErrorMessage="\u5e03\u5c40\u9519\u8bef\uff1a\u672a\u83b7\u53d6\u5230\u7236\u5143\u7d20\u5bbd\u9ad8\u5c3a\u5bf8\uff01canvas-id:"+e))})).exec()},saveImage:function(){uni.canvasToTempFilePath({canvasId:this.cid,success:function(t){uni.saveImageToPhotosAlbum({filePath:t.tempFilePath,success:function(){uni.showToast({title:"\u4fdd\u5b58\u6210\u529f",duration:2e3})}})}},this)},getImage:function(){var t=this;if(0==this.type2d)uni.canvasToTempFilePath({canvasId:this.cid,success:function(e){t.emitMsg({name:"getImage",params:{type:"getImage",base64:e.tempFilePath}})}},this);else{var e=uni.createSelectorQuery().in(this);e.select("#"+this.cid).fields({node:!0,size:!0}).exec((function(e){if(e[0]){var i=e[0].node;t.emitMsg({name:"getImage",params:{type:"getImage",base64:i.toDataURL("image/png")}})}}))}},_error:function(t){this.mixinDatacomErrorMessage=t.detail.errMsg},emitMsg:function(t){this.$emit(t.name,t.params)},getRenderType:function(){!0===this.echarts&&!1===this.mixinDatacomLoading&&this.beforeInit()},toJSON:function(){return this}}};e.default=u}).call(this,i("861b")["default"],i("f3b9")["default"])},"78fe":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i("b168"),a={name:"UniIcons",emits:["click"],props:{type:{type:String,default:""},color:{type:String,default:"#333333"},size:{type:[Number,String],default:16},customPrefix:{type:String,default:""},fontFamily:{type:String,default:""}},data:function(){return{icons:n.fontData}},computed:{unicode:function(){var t=this,e=this.icons.find((function(e){return e.font_class===t.type}));return e?e.unicode:""},iconSize:function(){return function(t){return"number"===typeof t||/^[0-9]*$/g.test(t)?t+"px":t}(this.size)},styleObj:function(){return""!==this.fontFamily?"color: ".concat(this.color,"; font-size: ").concat(this.iconSize,"; font-family: ").concat(this.fontFamily,";"):"color: ".concat(this.color,"; font-size: ").concat(this.iconSize,";")}},methods:{_onClick:function(){this.$emit("click")}}};e.default=a},"79c5":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniSwipeAction:i("7f50").default,uniSwipeActionItem:i("0809").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",t.token)?n("view",{staticClass:t._$s(1,"sc","add"),attrs:{_i:1},on:{click:t.handleAdd}}):t._e(),t._$s(2,"i",t.list.length)?n("view",{staticClass:t._$s(2,"sc","tipsList"),attrs:{_i:2}},[t._l(t._$s(3,"f",{forItems:t.list}),(function(e,i,a,s){return n("view",{key:t._$s(3,"f",{forIndex:a,key:i}),staticClass:t._$s("3-"+s,"sc","tips"),attrs:{_i:"3-"+s}},[n("view",{staticClass:t._$s("4-"+s,"sc","title"),attrs:{_i:"4-"+s}},[t._v(t._$s("4-"+s,"t0-0",t._s(e.recordtime)))]),n("uni-swipe-action",{attrs:{_i:"5-"+s}},[n("uni-swipe-action-item",{attrs:{"right-options":e.options,_i:"6-"+s}},[n("view",{staticClass:t._$s("7-"+s,"sc","list"),attrs:{_i:"7-"+s}},[n("icon",{staticClass:t._$s("8-"+s,"sc","t-icon t-icon-a-ziyuan265"),attrs:{_i:"8-"+s}}),n("view",{staticClass:t._$s("9-"+s,"sc","info"),attrs:{_i:"9-"+s}},[n("view",{staticClass:t._$s("10-"+s,"sc","time"),attrs:{_i:"10-"+s}},[t._v(t._$s("10-"+s,"t0-0",t._s(t.petInfo.name)))]),n("text"),n("text",[t._v(t._$s("12-"+s,"t0-0",t._s(e.content)))])])])])],1)],1)})),t._$s(13,"i",!t.lastPage||t.page>=t.lastPage)?n("view",{staticClass:t._$s(13,"sc","endtext"),attrs:{_i:13}}):t._e()],2):t._e(),t._$s(14,"i",!t.lastPage)?n("view",{staticClass:t._$s(14,"sc","nolist mt-15"),attrs:{_i:14}},[n("image",{attrs:{src:t._$s(15,"a-src",i("d75c")),_i:15}}),n("text")]):t._e()])},s=[]},"79db":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e9?a:"0"+a,e.push(a+"\u5206");for(a=0;a<=59;a++)a=a>9?a:"0"+a,i.push(a+"\u79d2");return n[0]=e,n[1]=i,n},str2hex:function(t){var e=new TextEncoder("utf8");return e.encode(t)},hex2str:function(t){var e=new TextDecoder("utf8"),i=new Uint8Array(t),n=e.decode(i);return n},ab2hex:function(t,e){var i=Array.prototype.map.call(new Uint8Array(t),(function(t){return("00"+t.toString(16)).slice(-2)}));return i.join(e)},inArray:function(t,e,i){if(!t||!t.length||"object"!=(0,a.default)(t)||!Array.isArray(t))return-1;for(var n=0;n12&&(e%=12);0!=e&&(a+e>12?(n++,a=(a+e)%12):a+e<1?(n--,a=12+a+e):a+=e);a=a<10?"0"+a:a;i.getDate();return"01"==a||"03"==a||"05"==a||"07"==a||"08"==a||"10"==a||"12"==a?n+"-"+a+"-01~"+n+"-"+a+"-31":"02"==a?n%4==0&&n%100!=0||n%100==0&&n%400==0?n+"-"+a+"-01~"+n+"-"+a+"-29":n+"-"+a+"-01~"+n+"-"+a+"-28":n+"-"+a+"-01~"+n+"-"+a+"-30"},getDate:function(t){var e=new Date,i=e.getFullYear(),n=e.getMonth()+1,a=e.getDate();if(n=n>9?n:"0"+n,a=a>9?a:"0"+a,"tow"===t)return i-=2,"".concat(i,"-").concat(n,"-").concat(a);if("start"===t)return i=i,"".concat(i,"-").concat(n,"-").concat(a);if("end"===t)return i+=60,"".concat(i,"-").concat(n,"-").concat(a);if("year"===t)return i=i,"".concat(i);if("month"===t)return i=i,"".concat(i,"-").concat(n);if("m"==t)return"01"==n||"03"==n||"05"==n||"07"==n||"08"==n||"10"==n||"12"==n?i+"-"+n+"-01~"+i+"-"+n+"-31":"02"==n?i%4==0&&i%100!=0||i%100==0&&i%400==0?i+"-"+n+"-01~"+i+"-"+n+"-29":i+"-"+n+"-01~"+i+"-"+n+"-28":i+"-"+n+"-01~"+i+"-"+n+"-30"},GetDateStr:function(t){var e=new Date;e.setDate(e.getDate()+t);var i=e.getFullYear(),n=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,a=e.getDate()<10?"0"+e.getDate():e.getDate();return i+"-"+n+"-"+a},PrefixZero:function(t,e){return(Array(e).join(0)+t).slice(-e)},showModal:function(t){uni.showModal({title:"\u63d0\u793a",content:t,showCancel:!1,success:function(t){t.confirm&&uni.switchTab({url:"/pages/home/home"})}})},NewsPtype:function(t){("wechat"==t.type||"wechat"!=t.type)&&uni.navigateTo({url:"/pageTwo/webview/webview?id="+t.id+"&url="+t.jump_url})},compareVersions:function(e,i){t("log","\u7248\u672c\u5bf9\u6bd4",e,i," at toolJs/tools.js:61");for(var n=e.split(".").map(Number),a=i.split(".").map(Number),s=0;so)return 1}return 0},validatePhoneEmail:function(t){var e=/^(\+?\d{1,4})?[-\s.]?\(?(\d{3})\)?[-\s.]?(\d{3})[-\s.]?(\d{4})$/.test(t),i=/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(t);return{isPhone:e,isEmail:i}},checkPrivacyAgreement:function(){var t=uni.getStorageSync("isPrivacyAgreed");return!!t},getBluetoothAdapter:function(e){var i="";if("openBluetoothAdapter:fail auth denied"!=e.errMsg&&"openBluetoothAdapter:fail auth deny"!==e.errMsg&&"openBluetoothAdapter:fail authorize no response"!==e.errMsg)return i="\u8bf7\u6253\u5f00\u624b\u673a\u84dd\u7259\u540e\uff0c\u5f00\u59cb\u6d4b\u91cf",i;uni.showModal({title:"\u63d0\u793a",content:"\u9700\u8981\u60a8\u6388\u6743\u4f7f\u7528\u624b\u673a\u84dd\u7259",showCancel:!1,success:function(e){uni.openSetting({success:function(e){if(!e.authSetting["scope.bluetooth"])return i="\u83b7\u53d6\u6743\u9650\u5931\u8d25\uff0c\u5c06\u65e0\u6cd5\u4f7f\u7528\u624b\u673a\u84dd\u7259\u8fdb\u884c\u6d4b\u91cf",i;uni.openBluetoothAdapter({success:function(t){return s.default.commit("changeBluetooth",!0),i="\u84dd\u7259\u6743\u9650\u83b7\u53d6\u6210\u529f,\u91cd\u65b0\u8fde\u63a5\u84dd\u7259",i},fail:function(e){return i="\u8bf7\u6253\u5f00\u624b\u673a\u84dd\u7259\u540e\uff0c\u5f00\u59cb\u6d4b\u91cf",t("log","\u521d\u59cb\u5316\u84dd\u7259\u5931\u8d25:"+e.errMsg," at toolJs/tools.js:280"),i}})}})}})}});e.default=r}).call(this,i("f3b9")["default"])},"7dd2":function(t,e,i){"use strict";i.r(e);var n=i("5d5b"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"7df3":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i="",n={data:function(){return{}},onLaunch:function(){var e=this;uni.getSystemInfo({success:function(n){i=n.platform,e.$store.commit("changePhoneInfo",{platform:n.platform}),t("log","getSystemInfo",n.platform," at App.vue:17")}}),"ios"===i&&uni.onNetworkStatusChange((function(i){1==i.isConnected&&(e.handleCityList(),e.handleCooperationUrl(),uni.reLaunch({url:"/pageTwo/login/login"}),t("log","\u6709\u7f51\u7edc\u8fde\u63a5",i.isConnected," at App.vue:28"))})),e.checkForUpdates(),t("log","App Launch"," at App.vue:40")},onShow:function(){t("log","App Show"," at App.vue:43")},onHide:function(){t("log","App Hide"," at App.vue:46"),uni.offNetworkStatusChange((function(e){t("log","\u53d6\u6d88\u7f51\u7edc\u76d1\u542c"," at App.vue:49")}))},methods:{checkForUpdates:function(){var e=this;plus.runtime.getProperty(plus.runtime.appid,(function(i){uni.setStorageSync("VERSION",i.version),e.$store.commit("changePhoneInfo",{info:i}),t("log","\u5f53\u524d\u5e94\u7528\u7248\u672c\u53f7",i," at App.vue:62"),e.handleCityList(),e.handleCooperationUrl(),e.handleoginversion(i)}))},handleoginversion:function(e){var n=this;n.$model.getloginversion({}).then((function(a){t("log","\u662f\u5426\u767b\u5f55\u53ca\u7248\u672c\u53f7",a," at App.vue:72"),n.handleCancelUpdate(a.code);var s=e.version,r=a.data.version;n.$store.commit("changePhoneInfo",{versionUrl:a.data});var o=n.$tools.compareVersions(s,r);-1==o&&uni.showModal({title:"\u53d1\u73b0\u65b0\u7248\u672c",content:"\u68c0\u67e5\u5230\u65b0\u7248\u672c"+a.data.version+"\uff0c\u662f\u5426\u66f4\u65b0\uff1f",success:function(t){t.confirm?"android"===i?(uni.setStorageSync("VERSION",a.data.version),uni.navigateTo({url:"/pageTwo/my/about"})):plus.runtime.launchApplication({action:"itms-apps://itunes.apple.com/cn/app/id6654906497?mt=8"}):n.$tools.msg("\u7a0d\u540e\u53ef\u5728'\u5173\u4e8e\u6211\u4eec'\u5185\u66f4\u65b0\u7a0b\u5e8f\uff01")}})}))},handleCancelUpdate:function(t){0==t?uni.reLaunch({url:"/pages/home/home?type=1"}):setTimeout((function(){uni.reLaunch({url:"/pageTwo/login/login"})}),500)},handleCityList:function(){var t=this;t.$model.getGradeList({}).then((function(e){0==e.code&&(t.$store.commit("changeCityList",e.data.area_list),t.$store.commit("changeGradeList",e.data.grade_list),t.$store.commit("changeIdentityList",e.data.identity_list))}))},handleCooperationUrl:function(){var t=this;this.$model.getCooperationUrl({}).then((function(e){0==e.code&&t.$store.commit("changeCooperationUrl",e.data)}))},updataWeiXin:function(){var t=uni.getUpdateManager();t.onCheckForUpdate((function(t){})),t.onUpdateReady((function(){uni.showModal({title:"\u66f4\u65b0\u63d0\u793a",content:"\u65b0\u7248\u672c\u5df2\u7ecf\u51c6\u5907\u597d\uff0c\u662f\u5426\u91cd\u542f\u5e94\u7528\uff1f",success:function(e){e.confirm&&t.applyUpdate()}})})),t.onUpdateFailed((function(){uni.showModal({title:"\u65b0\u7248\u672c\u66f4\u65b0\u5931\u8d25",content:"\u8bf7\u9000\u51fa\u5e76\u79fb\u9664\u5c0f\u7a0b\u5e8f\uff0c\u91cd\u65b0\u6253\u5f00..."})}))}}};e.default=n}).call(this,i("f3b9")["default"])},"7f50":function(t,e,i){"use strict";i.r(e);var n=i("acb2"),a=i("0658");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"7fd8":function(t,e,i){"use strict";i.r(e);var n=i("50ad"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"7ff1":function(t,e,i){"use strict";i.r(e);var n=i("72c6"),a=i("3bb4");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},8064:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","charts-error"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","charts-font"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(null==t.errorMessage?"\u8bf7\u70b9\u51fb\u91cd\u8bd5":t.errorMessage)))])])},a=[]},"828b":function(t,e,i){"use strict";function n(t,e,i,n,a,s,r,o,c,l){var u,d="function"===typeof t?t.options:t;if(c){d.components||(d.components={});var f=Object.prototype.hasOwnProperty;for(var h in c)f.call(c,h)&&!f.call(d.components,h)&&(d.components[h]=c[h])}if(l&&("function"===typeof l.beforeCreate&&(l.beforeCreate=[l.beforeCreate]),(l.beforeCreate||(l.beforeCreate=[])).unshift((function(){this[l.__module]=this})),(d.mixins||(d.mixins=[])).push(l)),e&&(d.render=e,d.staticRenderFns=i,d._compiled=!0),n&&(d.functional=!0),s&&(d._scopeId="data-v-"+s),r?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(r)},d._ssrRegister=u):a&&(u=o?function(){a.call(this,this.$root.$options.shadowRoot)}:a),u)if(d.functional){d._injectStyles=u;var p=d.render;d.render=function(t,e){return u.call(e),p(t,e)}}else{var v=d.beforeCreate;d.beforeCreate=v?[].concat(v,u):[u]}return{exports:t,options:d}}i.d(e,"a",(function(){return n}))},"83b7":function(t,e,i){"use strict";i.r(e);var n=i("79db"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"84ec":function(t,e,i){"use strict";e["a"]=function(t){(t.options.wxs||(t.options.wxs={}))["wxsswipe"]=function(t){var e=!1;function i(t,i){var n=t.instance,a=n.getDataset().disabled,s=n.getState();r(n,i),a=("string"===typeof a?JSON.parse(a):a)||!1,a||(n.requestAnimationFrame((function(){n.removeClass("ani"),i.callMethod("closeSwipe")})),s.x=s.left||0,function(t){var i=t.instance,n=i.getState();c(i);var a=t.touches[0];e&&l()&&(a=t);n.startX=a.clientX,n.startY=a.clientY}(t))}function n(t,i){var n=t.instance,a=n.getDataset().disabled,r=n.getState();a=("string"===typeof a?JSON.parse(a):a)||!1,a||(function(t){var i=t.instance,n=i.getState(),a=t.touches[0];e&&l()&&(a=t);n.deltaX=a.clientX-n.startX,n.deltaY=a.clientY-n.startY,n.offsetY=Math.abs(n.deltaY),n.offsetX=Math.abs(n.deltaX),n.direction=n.direction||function(t,e){if(t>e&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(n.offsetX,n.offsetY)}(t),"horizontal"===r.direction&&(t.preventDefault&&t.preventDefault(),s(r.x+r.deltaX,n,i)))}function a(t,e){var i=t.instance,n=i.getDataset().disabled,a=i.getState();n=("string"===typeof n?JSON.parse(n):n)||!1,n||function(t,e,i){var n=e.getState(),a=n.threshold,s=(n.position,n.isopen||"none"),r=n.leftWidth,c=n.rightWidth;if(0===n.deltaX)return void o("none",e,i);o("none"===s&&c>0&&-t>a||"none"!==s&&c>0&&c+t0&&t>a||"none"!==s&&r>0&&r-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var u=!1;return t.exports={showWatch:function(t,e,i,n){var a=n.getState();r(n,i),t&&"none"!==t?o(t,n,i):(a.left&&o("none",n,i),c(n))},touchstart:i,touchmove:n,touchend:a,mousedown:function(t,n){e&&l()&&(i(t,n),u=!0)},mousemove:function(t,i){e&&l()&&u&&n(t,i)},mouseup:function(t,i){e&&l()&&(a(t,i),u=!1)},mouseleave:function(t,i){e&&l()&&(u=!1)}},t.exports}({exports:{}})}},8515:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",password2:"",disabled:!1,second:60,value:1,type:""}},onLoad:function(t){this.type=t.type},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var e=this,i=-1!==e.phone.indexOf("@");if(0!=e.value)if(i||/^1[3456789]\d{9}$/.test(e.phone))if(!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))if(e.code)if(e.password)if(e.password2){if(e.password2==e.password){var n={data:e.phone,password:e.password,c_password:e.password2,code:e.code},a="register"==e.type?e.$model.getregister(n):e.$model.getResetPassword(n);return a.then((function(i){t("log","\u6ce8\u518c",i," at pageTwo/login/forgetPassword.vue:109"),0==i.code?(uni.setStorageSync("token",i.data.token),uni.setStorageSync("aan_id",i.data.aan_id),e.$tools.msg("\u8bbe\u7f6e\u6210\u529f,\u8fdb\u5165\u7a0b\u5e8f\u4e2d"),setTimeout((function(){uni.reLaunch({url:"/pages/home/home?type=1"})}),1e3)):e.$tools.msg(i.msg)})).catch((function(t){}))}e.$tools.msg("\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4")}else e.$tools.msg("\u8bf7\u786e\u8ba4\u5bc6\u7801");else e.$tools.msg("\u8bf7\u586b\u5199\u5bc6\u7801");else e.$tools.msg("\u8bf7\u586b\u5199\u9a8c\u8bc1\u7801");else e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1");else e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7");else e.$tools.msg("\u8bf7\u5148\u786e\u8ba4\u52fe\u9009\u534f\u8bae")},handleCode:function(){var e=this,i=-1!==e.phone.indexOf("@");i||/^1[3456789]\d{9}$/.test(e.phone)?!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?e.$model.getSendCode({data:e.phone,type:e.type}).then((function(i){if(t("log",i," at pageTwo/login/forgetPassword.vue:141"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7")},handlexieyi:function(){}}};e.default=i}).call(this,i("f3b9")["default"])},8596:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",[i("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[t._$s(2,"i",t.userList.length)?i("view",{staticClass:t._$s(2,"sc","top"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","headimg"),attrs:{_i:3},on:{click:function(e){return t.handleAddUser(1)}}},[i("image",{attrs:{src:t._$s(4,"a-src",t.info.head_pic),_i:4}})]),i("view",{staticClass:t._$s(5,"sc","info"),attrs:{_i:5},on:{click:function(e){return t.handleAddUser(1)}}},[i("view",{staticClass:t._$s(6,"sc","size18 bold"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.info.nickname)))]),i("view",{staticClass:t._$s(7,"sc","mt-5"),attrs:{_i:7}},[i("text",{staticClass:t._$s(8,"sc","mr-10"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(1==t.info.gender?"\u7537":2==t.info.gender?"\u5973":"\u672a\u77e5")))]),i("text",{staticClass:t._$s(9,"sc","ml-10"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.info.age)))])]),t._$s(10,"i",1==t.info.measure_model)?i("view",{staticClass:t._$s(10,"sc","mt-5"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.info.address)))]):t._e()]),t._$s(11,"i",t.isLeft)?i("text",{staticClass:t._$s(11,"sc","t-icon t-icon-qiehuan1"),attrs:{_i:11},on:{click:function(e){return t.$store.commit("changeDrawe",!0)}}}):t._e()]):i("view",{staticClass:t._$s(12,"sc","top"),attrs:{_i:12},on:{click:function(e){return t.handleAddUser(2)}}},[i("view",{staticClass:t._$s(13,"sc","info"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","add"),attrs:{_i:14}})])]),i("view",{staticClass:t._$s(15,"sc","cityList"),attrs:{_i:15}},[t._$s(16,"i",t.isArea)?i("view",{staticClass:t._$s(16,"sc","area"),attrs:{_i:16},on:{click:function(e){t.visible=!0}}},[i("view"),i("view",[t._v(t._$s(18,"t0-0",t._s(t.region?t.region:t.info.address))),i("uni-icons",{attrs:{type:"bottom",_i:19}})],1)]):t._e(),t._$s(20,"i",t.visible)?i("view",{staticClass:t._$s(20,"sc","visible"),attrs:{_i:20},on:{click:function(e){t.visible=!1}}},[i("view",{staticClass:t._$s(21,"sc","item"),attrs:{_i:21},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(22,"sc","groupBtn"),attrs:{_i:22}},[i("view",{attrs:{_i:23},on:{click:function(e){t.visible=!1}}}),i("view",{staticClass:t._$s(24,"sc","sure"),attrs:{_i:24},on:{click:function(e){return t.handlesure()}}})]),i("picker-view",{staticClass:t._$s(25,"sc","picker-view"),attrs:{value:t._$s(25,"a-value",t.value),"indicator-style":t._$s(25,"a-indicator-style",t.indicatorStyle),_i:25},on:{change:t.bindChange}},[i("picker-view-column",t._l(t._$s(27,"f",{forItems:t.province}),(function(e,n,a,s){return i("view",{key:t._$s(27,"f",{forIndex:a,key:n}),staticClass:t._$s("27-"+s,"sc","item"),attrs:{_i:"27-"+s}},[t._v(t._$s("27-"+s,"t0-0",t._s(e.name)))])})),0),i("picker-view-column",t._l(t._$s(29,"f",{forItems:t.city}),(function(e,n,a,s){return i("view",{key:t._$s(29,"f",{forIndex:a,key:n}),staticClass:t._$s("29-"+s,"sc","item"),attrs:{_i:"29-"+s}},[t._v(t._$s("29-"+s,"t0-0",t._s(e)))])})),0)])])]):t._e()]),i("drawer",{attrs:{_i:30}})],1)},s=[]},"85ef":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1}},[i("text")]),i("view",{staticClass:t._$s(3,"sc","table"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","tr"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","td"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","radio"),attrs:{_i:7}},[i("uni-icons",{attrs:{type:1==t.sex?"checkbox-filled":"circle",size:"24",color:1==t.sex?"#fea606":"#dfdfdf",_i:8},on:{click:function(e){t.sex=1}}})],1),i("view",{staticClass:t._$s(9,"sc","radio ml-10"),attrs:{_i:9}},[i("uni-icons",{attrs:{type:2==t.sex?"checkbox-filled":"circle",size:"24",color:2==t.sex?"#fea606":"#dfdfdf",_i:10},on:{click:function(e){t.sex=2}}})],1)])]),i("view",{staticClass:t._$s(11,"sc","tr"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","text"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","td"),attrs:{_i:13}},[i("picker",{attrs:{end:t._$s(14,"a-end",t.endDate),value:t._$s(14,"a-value",t.birthday?t.birthday:t.endDate),fields:t._$s(14,"a-fields",t.fields),_i:14},on:{change:t.maskClick}},[i("view",{staticClass:t._$s(15,"sc","uni-input"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.birthday?t.birthday:"\u8bf7\u9009\u62e9"))),i("icon",{staticClass:t._$s(16,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:16}})])])])]),i("view",{staticClass:t._$s(17,"sc","tr"),attrs:{_i:17}},[i("view",{staticClass:t._$s(18,"sc","text"),attrs:{_i:18}}),i("view",{staticClass:t._$s(19,"sc","td"),attrs:{_i:19}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.dadheight,expression:"dadheight "}],staticClass:t._$s(20,"sc","input"),attrs:{_i:20},domProps:{value:t._$s(20,"v-model",t.dadheight)},on:{input:function(e){e.target.composing||(t.dadheight=e.target.value)}}})])]),i("view",{staticClass:t._$s(21,"sc","tr"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","text"),attrs:{_i:22}}),i("view",{staticClass:t._$s(23,"sc","td"),attrs:{_i:23}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.momheight,expression:"momheight"}],staticClass:t._$s(24,"sc","input"),attrs:{_i:24},domProps:{value:t._$s(24,"v-model",t.momheight)},on:{input:function(e){e.target.composing||(t.momheight=e.target.value)}}})])])]),i("view",{staticClass:t._$s(25,"sc","table table2"),attrs:{_i:25}},[i("view",{staticClass:t._$s(26,"sc","text"),attrs:{_i:26}}),i("view",{staticClass:t._$s(27,"sc","text"),attrs:{_i:27}}),i("view",{staticClass:t._$s(28,"sc","td"),attrs:{_i:28}},[i("text",[t._v(t._$s(29,"t0-0",t._s(t.geneticheight)))])]),i("view",{staticClass:t._$s(30,"sc","td"),attrs:{_i:30}},[i("text",[t._v(t._$s(31,"t0-0",t._s(t.adultheight)))]),t._$s(32,"i",t.errorvalue)?i("text",{staticClass:t._$s(32,"sc","text2"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.errorvalue)))]):t._e()])]),i("view",{staticClass:t._$s(33,"sc","btn mb-15"),attrs:{_i:33},on:{click:t.handleClick}}),i("view",{staticClass:t._$s(34,"sc","title mt-20"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","h5"),attrs:{_i:35}}),i("view",{staticClass:t._$s(36,"sc","con"),attrs:{_i:36}}),i("view",{staticClass:t._$s(37,"sc","h5"),attrs:{_i:37}}),i("view",{staticClass:t._$s(38,"sc","con"),attrs:{_i:38}})])])},s=[]},"861b":function(t,i,n){"use strict";(function(t,a){var s=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var r=s(n("127e")),o=s(n("3352")),c=s(n("34cf")),l=s(n("3b2d")),u=s(n("af34")),d=s(n("ee10")),f=s(n("7ca3")),h=s(n("8ffa")),p=s(n("4ffb")),v=s(n("b4d2")),g=s(n("7ce1")),_=s(n("67ad")),m=s(n("0bdb")),y=s(n("b1fc"));function b(t,e){var i="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!i){if(Array.isArray(t)||(i=function(t,e){if(!t)return;if("string"===typeof t)return x(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return x(t,e)}(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var n=0,a=function(){};return{s:a,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,r=!0,o=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return r=t.done,t},e:function(t){o=!0,s=t},f:function(){try{r||null==i.return||i.return()}finally{if(o)throw s}}}}function x(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i>>2]>>>24-s%4*8&255;e[n+s>>>2]|=r<<24-(n+s)%4*8}else for(s=0;s>>2]=i[s>>>2];return this.sigBytes+=a,this},clamp:function(){var e=this.words,i=this.sigBytes;e[i>>>2]&=4294967295<<32-i%4*8,e.length=t.ceil(i/4)},clone:function(){var t=s.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var i,n=[],a=function(e){e=e;var i=987654321,n=4294967295;return function(){var a=((i=36969*(65535&i)+(i>>16)&n)<<16)+(e=18e3*(65535&e)+(e>>16)&n)&n;return a/=4294967296,(a+=.5)*(t.random()>.5?1:-1)}},s=0;s>>2]>>>24-a%4*8&255;n.push((s>>>4).toString(16)),n.push((15&s).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new r.init(i,e/2)}},l=o.Latin1={stringify:function(t){for(var e=t.words,i=t.sigBytes,n=[],a=0;a>>2]>>>24-a%4*8&255;n.push(String.fromCharCode(s))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new r.init(i,e)}},u=o.Utf8={stringify:function(t){try{return decodeURIComponent(escape(l.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return l.parse(unescape(encodeURIComponent(t)))}},d=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=u.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var i=this._data,n=i.words,a=i.sigBytes,s=this.blockSize,o=a/(4*s),c=(o=e?t.ceil(o):t.max((0|o)-this._minBufferSize,0))*s,l=t.min(4*c,a);if(c){for(var u=0;u>>24)|4278255360&(a<<24|a>>>8)}var s=this._hash.words,r=t[e+0],c=t[e+1],h=t[e+2],p=t[e+3],v=t[e+4],g=t[e+5],_=t[e+6],m=t[e+7],y=t[e+8],b=t[e+9],x=t[e+10],w=t[e+11],$=t[e+12],C=t[e+13],T=t[e+14],k=t[e+15],S=s[0],O=s[1],D=s[2],P=s[3];S=l(S,O,D,P,r,7,o[0]),P=l(P,S,O,D,c,12,o[1]),D=l(D,P,S,O,h,17,o[2]),O=l(O,D,P,S,p,22,o[3]),S=l(S,O,D,P,v,7,o[4]),P=l(P,S,O,D,g,12,o[5]),D=l(D,P,S,O,_,17,o[6]),O=l(O,D,P,S,m,22,o[7]),S=l(S,O,D,P,y,7,o[8]),P=l(P,S,O,D,b,12,o[9]),D=l(D,P,S,O,x,17,o[10]),O=l(O,D,P,S,w,22,o[11]),S=l(S,O,D,P,$,7,o[12]),P=l(P,S,O,D,C,12,o[13]),D=l(D,P,S,O,T,17,o[14]),S=u(S,O=l(O,D,P,S,k,22,o[15]),D,P,c,5,o[16]),P=u(P,S,O,D,_,9,o[17]),D=u(D,P,S,O,w,14,o[18]),O=u(O,D,P,S,r,20,o[19]),S=u(S,O,D,P,g,5,o[20]),P=u(P,S,O,D,x,9,o[21]),D=u(D,P,S,O,k,14,o[22]),O=u(O,D,P,S,v,20,o[23]),S=u(S,O,D,P,b,5,o[24]),P=u(P,S,O,D,T,9,o[25]),D=u(D,P,S,O,p,14,o[26]),O=u(O,D,P,S,y,20,o[27]),S=u(S,O,D,P,C,5,o[28]),P=u(P,S,O,D,h,9,o[29]),D=u(D,P,S,O,m,14,o[30]),S=d(S,O=u(O,D,P,S,$,20,o[31]),D,P,g,4,o[32]),P=d(P,S,O,D,y,11,o[33]),D=d(D,P,S,O,w,16,o[34]),O=d(O,D,P,S,T,23,o[35]),S=d(S,O,D,P,c,4,o[36]),P=d(P,S,O,D,v,11,o[37]),D=d(D,P,S,O,m,16,o[38]),O=d(O,D,P,S,x,23,o[39]),S=d(S,O,D,P,C,4,o[40]),P=d(P,S,O,D,r,11,o[41]),D=d(D,P,S,O,p,16,o[42]),O=d(O,D,P,S,_,23,o[43]),S=d(S,O,D,P,b,4,o[44]),P=d(P,S,O,D,$,11,o[45]),D=d(D,P,S,O,k,16,o[46]),S=f(S,O=d(O,D,P,S,h,23,o[47]),D,P,r,6,o[48]),P=f(P,S,O,D,m,10,o[49]),D=f(D,P,S,O,T,15,o[50]),O=f(O,D,P,S,g,21,o[51]),S=f(S,O,D,P,$,6,o[52]),P=f(P,S,O,D,p,10,o[53]),D=f(D,P,S,O,x,15,o[54]),O=f(O,D,P,S,c,21,o[55]),S=f(S,O,D,P,y,6,o[56]),P=f(P,S,O,D,k,10,o[57]),D=f(D,P,S,O,_,15,o[58]),O=f(O,D,P,S,C,21,o[59]),S=f(S,O,D,P,v,6,o[60]),P=f(P,S,O,D,w,10,o[61]),D=f(D,P,S,O,h,15,o[62]),O=f(O,D,P,S,b,21,o[63]),s[0]=s[0]+S|0,s[1]=s[1]+O|0,s[2]=s[2]+D|0,s[3]=s[3]+P|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,a=8*e.sigBytes;i[a>>>5]|=128<<24-a%32;var s=t.floor(n/4294967296),r=n;i[15+(a+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),i[14+(a+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(i.length+1),this._process();for(var o=this._hash,c=o.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return o},clone:function(){var t=s.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,e,i,n,a,s,r){var o=t+(e&i|~e&n)+a+r;return(o<>>32-s)+e}function u(t,e,i,n,a,s,r){var o=t+(e&n|i&~n)+a+r;return(o<>>32-s)+e}function d(t,e,i,n,a,s,r){var o=t+(e^i^n)+a+r;return(o<>>32-s)+e}function f(t,e,i,n,a,s,r){var o=t+(i^(e|~n))+a+r;return(o<>>32-s)+e}e.MD5=s._createHelper(c),e.HmacMD5=s._createHmacHelper(c)}(Math),i.MD5)})),T((function(t,e){var i;t.exports=(i=S,void function(){var t=i,e=t.lib.Base,n=t.enc.Utf8;t.algo.HMAC=e.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=n.parse(e));var i=t.blockSize,a=4*i;e.sigBytes>a&&(e=t.finalize(e)),e.clamp();for(var s=this._oKey=e.clone(),r=this._iKey=e.clone(),o=s.words,c=r.words,l=0;l>>6-r%4*2;a[s>>>2]|=(o|c)<<24-s%4*8,s++}return e.create(a,s)}t.enc.Base64={stringify:function(t){var e=t.words,i=t.sigBytes,n=this._map;t.clamp();for(var a=[],s=0;s>>2]>>>24-s%4*8&255)<<16|(e[s+1>>>2]>>>24-(s+1)%4*8&255)<<8|e[s+2>>>2]>>>24-(s+2)%4*8&255,o=0;o<4&&s+.75*o>>6*(3-o)&63));var c=n.charAt(64);if(c)for(;a.length%4;)a.push(c);return a.join("")},parse:function(t){var e=t.length,i=this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var s=0;s0&&void 0!==arguments[0]?arguments[0]:{},i=e.createPromise,n=e.retryRule,a=void 0===n?N:n;(0,_.default)(this,t),this.createPromise=i,this.status=null,this.promise=null,this.retryRule=a}return(0,m.default)(t,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case N:return this.status===j;case U:return this.status!==L}}},{key:"exec",value:function(){var t=this;return this.needRetry?(this.status=L,this.promise=this.createPromise().then((function(e){return t.status=M,Promise.resolve(e)}),(function(e){return t.status=j,Promise.reject(e)})),this.promise):this.promise}}]),t}();function W(t){return t&&"string"==typeof t?JSON.parse(t):t}var H=W([]),V="app",q=(W(void 0),W([])||[]);try{(n("7160").default||n("7160")).appid}catch(e){}var G={};function J(t){var e,i,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e=G,i=t,Object.prototype.hasOwnProperty.call(e,i)||(G[t]=n),G[t]}"app"===V&&(G=uni._globalUniCloudObj?uni._globalUniCloudObj:uni._globalUniCloudObj={});var K=["invoke","success","fail","complete"],Y=J("_globalUniCloudInterceptor");function X(t,e){Y[t]||(Y[t]={}),F(e)&&Object.keys(e).forEach((function(i){K.indexOf(i)>-1&&function(t,e,i){var n=Y[t][e];n||(n=Y[t][e]=[]),-1===n.indexOf(i)&&B(i)&&n.push(i)}(t,i,e[i])}))}function Q(t,e){Y[t]||(Y[t]={}),F(e)?Object.keys(e).forEach((function(i){K.indexOf(i)>-1&&function(t,e,i){var n=Y[t][e];if(n){var a=n.indexOf(i);a>-1&&n.splice(a,1)}}(t,i,e[i])})):delete Y[t]}function Z(t,e){return t&&0!==t.length?t.reduce((function(t,i){return t.then((function(){return i(e)}))}),Promise.resolve()):Promise.resolve()}function tt(t,e){return Y[t]&&Y[t][e]||[]}function et(t){X("callObject",t)}var it=J("_globalUniCloudListener"),nt="response",at="needLogin",st="refreshToken",rt="clientdb",ot="cloudfunction",ct="cloudobject";function lt(t){return it[t]||(it[t]=[]),it[t]}function ut(t,e){var i=lt(t);i.includes(e)||i.push(e)}function dt(t,e){var i=lt(t),n=i.indexOf(e);-1!==n&&i.splice(n,1)}function ft(t,e){for(var i=lt(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:0;if(!(t>=10))return t++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(t):this.cause}}}]),i}((0,g.default)(Error)),bt={request:function(t){return uni.request(t)},uploadFile:function(t){return uni.uploadFile(t)},setStorageSync:function(t,e){return uni.setStorageSync(t,e)},getStorageSync:function(t){return uni.getStorageSync(t)},removeStorageSync:function(t){return uni.removeStorageSync(t)},clearStorageSync:function(){return uni.clearStorageSync()},connectSocket:function(t){return uni.connectSocket(t)}};function xt(){return{token:bt.getStorageSync("uni_id_token")||bt.getStorageSync("uniIdToken"),tokenExpired:bt.getStorageSync("uni_id_token_expired")}}function wt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.token,i=t.tokenExpired;e&&bt.setStorageSync("uni_id_token",e),i&&bt.setStorageSync("uni_id_token_expired",i)}function $t(){return _t||(_t=uni.getSystemInfoSync()),_t}var Ct={};function Tt(){var t=uni.getLocale&&uni.getLocale()||"en";if(mt)return $($($({},Ct),mt),{},{locale:t,LOCALE:t});var e=$t(),i=e.deviceId,n=e.osName,a=e.uniPlatform,s=e.appId,r=["appId","appLanguage","appName","appVersion","appVersionCode","appWgtVersion","browserName","browserVersion","deviceBrand","deviceId","deviceModel","deviceType","osName","osVersion","romName","romVersion","ua","hostName","hostVersion","uniPlatform","uniRuntimeVersion","uniRuntimeVersionCode","uniCompilerVersion","uniCompilerVersionCode"];for(var o in e)Object.hasOwnProperty.call(e,o)&&-1===r.indexOf(o)&&delete e[o];return mt=$($({PLATFORM:a,OS:n,APPID:s,DEVICEID:i},function(){var t,e;try{if(uni.getLaunchOptionsSync){if(uni.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var i=uni.getLaunchOptionsSync(),n=i.scene,a=i.channel;t=a,e=n}}catch(t){}return{channel:t,scene:e}}()),e),$($($({},Ct),mt),{},{locale:t,LOCALE:t})}var kt,St={sign:function(t,e){var i="";return Object.keys(t).sort().forEach((function(e){t[e]&&(i=i+"&"+e+"="+t[e])})),i=i.slice(1),O(i,e).toString()},wrappedRequest:function(t,e){return new Promise((function(i,n){e(Object.assign(t,{complete:function(t){t||(t={});var e=t.data&&t.data.header&&t.data.header["x-serverless-request-id"]||t.header&&t.header["request-id"];if(!t.statusCode||t.statusCode>=400){var a=t.data&&t.data.error&&t.data.error.code||"SYS_ERR",s=t.data&&t.data.error&&t.data.error.message||t.errMsg||"request:fail";return n(new yt({code:a,message:s,requestId:e}))}var r=t.data;if(r.error)return n(new yt({code:r.error.code,message:r.error.message,requestId:e}));r.result=r.data,r.requestId=e,delete r.data,i(r)}}))}))},toBase64:function(t){return P.stringify(D.parse(t))}},Ot=function(){function t(e){var i=this;(0,_.default)(this,t),["spaceId","clientSecret"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),this.config=Object.assign({},{endpoint:0===e.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},e),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=bt,this._getAccessTokenPromiseHub=new z({createPromise:function(){return i.requestAuth(i.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(t){if(!t.result||!t.result.accessToken)throw new yt({code:"AUTH_FAILED",message:"\u83b7\u53d6accessToken\u5931\u8d25"});i.setAccessToken(t.result.accessToken)}))},retryRule:U})}return(0,m.default)(t,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(t){this.accessToken=t}},{key:"requestWrapped",value:function(t){return St.wrappedRequest(t,this.adapter.request)}},{key:"requestAuth",value:function(t){return this.requestWrapped(t)}},{key:"request",value:function(t,e){var i=this;return Promise.resolve().then((function(){return i.hasAccessToken?e?i.requestWrapped(t):i.requestWrapped(t).catch((function(e){return new Promise((function(t,i){!e||"GATEWAY_INVALID_TOKEN"!==e.code&&"InvalidParameter.InvalidToken"!==e.code?i(e):t()})).then((function(){return i.getAccessToken()})).then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))})):i.getAccessToken().then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))}))}},{key:"rebuildRequest",value:function(t){var e=Object.assign({},t);return e.data.token=this.accessToken,e.header["x-basement-token"]=this.accessToken,e.header["x-serverless-sign"]=St.sign(e.data,this.config.clientSecret),e}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};return"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:n}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getAccessToken();case 2:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"callFunction",value:function(t){var e={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:t.name,functionArgs:t.data||{}})};return this.request(this.setupRequest(e))}},{key:"getOSSUploadOptionsFromPath",value:function(t){var e={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,a=t.name,s=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:a,filePath:s,fileType:r,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(t){var e={method:"serverless.file.resource.report",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c,l,u,d,f,h,p,v,g,_,m,y,b,x,w,$,C;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,a=e.fileType,s=void 0===a?"image":a,o=e.cloudPathAsRealPath,c=void 0!==o&&o,l=e.onUploadProgress,u=e.config,"string"===E(n)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(n=n.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(n)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:if(d=u&&u.envType||this.config.envType,!(c&&("/"!==n[0]&&(n="/"+n),n.indexOf("\\")>-1))){t.next=10;break}throw new yt({code:"INVALID_PARAM",message:"\u4f7f\u7528cloudPath\u4f5c\u4e3a\u8def\u5f84\u65f6\uff0ccloudPath\u4e0d\u53ef\u5305\u542b\u201c\\\u201d"});case 10:return t.next=12,this.getOSSUploadOptionsFromPath({env:d,filename:c?n.split("/").pop():n,fileId:c?n:void 0});case 12:return f=t.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,v=f.accessKeyId,g=f.signature,_=f.host,m=f.ossPath,y=f.id,b=f.policy,x=f.ossCallbackUrl,w={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:v,Signature:g,host:_,id:y,key:m,policy:b,success_action_status:200},p&&(w["x-oss-security-token"]=p),x&&($=JSON.stringify({callbackUrl:x,callbackBody:JSON.stringify({fileId:y,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),w.callback=St.toBase64($)),C={url:"https://"+f.host,formData:w,fileName:"file",name:"file",filePath:i,fileType:s},t.next=27,this.uploadFileToOSS(Object.assign({},C,{onUploadProgress:l}));case 27:if(!x){t.next=29;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 29:return t.next=31,this.reportOSSUpload({id:y});case 31:if(!t.sent.success){t.next=33;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 33:throw new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"});case 34:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList;return new Promise((function(t,i){Array.isArray(e)&&0!==e.length||i(new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"})),t({fileList:e.map((function(t){return{fileID:t,tempFileURL:t}}))})}))}},{key:"getFileInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=a.length>0&&void 0!==a[0]?a[0]:{},i=e.fileList,Array.isArray(i)&&0!==i.length){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});case 3:return n={method:"serverless.file.resource.info",params:JSON.stringify({id:i.map((function(t){return t.split("?")[0]})).join(",")})},t.next=6,this.request(this.setupRequest(n));case 6:return t.t0=t.sent.result,t.abrupt("return",{fileList:t.t0});case 8:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()}]),t}(),Dt={init:function(t){var e=new Ot(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Pt="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(t){t.local="local",t.none="none",t.session="session"}(kt||(kt={}));var At,It=function(){},Lt=T((function(t,e){var i;t.exports=(i=S,function(t){var e=i,n=e.lib,a=n.WordArray,s=n.Hasher,r=e.algo,o=[],c=[];!function(){function e(e){for(var i=t.sqrt(e),n=2;n<=i;n++)if(!(e%n))return!1;return!0}function i(t){return 4294967296*(t-(0|t))|0}for(var n=2,a=0;a<64;)e(n)&&(a<8&&(o[a]=i(t.pow(n,.5))),c[a]=i(t.pow(n,1/3)),a++),n++}();var l=[],u=r.SHA256=s.extend({_doReset:function(){this._hash=new a.init(o.slice(0))},_doProcessBlock:function(t,e){for(var i=this._hash.words,n=i[0],a=i[1],s=i[2],r=i[3],o=i[4],u=i[5],d=i[6],f=i[7],h=0;h<64;h++){if(h<16)l[h]=0|t[e+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],_=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+_+l[h-16]}var m=n&a^n&s^a&s,y=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=f+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&u^~o&d)+c[h]+l[h];f=d,d=u,u=o,o=r+b|0,r=s,s=a,a=n,n=b+(y+m)|0}i[0]=i[0]+n|0,i[1]=i[1]+a|0,i[2]=i[2]+s|0,i[3]=i[3]+r|0,i[4]=i[4]+o|0,i[5]=i[5]+u|0,i[6]=i[6]+d|0,i[7]=i[7]+f|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,a=8*e.sigBytes;return i[a>>>5]|=128<<24-a%32,i[14+(a+64>>>9<<4)]=t.floor(n/4294967296),i[15+(a+64>>>9<<4)]=n,e.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var t=s.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA256=s._createHelper(u),e.HmacSHA256=s._createHmacHelper(u)}(Math),i.SHA256)})),Mt=Lt,jt=T((function(t,e){t.exports=S.HmacSHA256})),Et=function(){var t;if(!Promise){t=function(){},t.promise={};var e=function(){throw new yt({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var i=new Promise((function(e,i){t=function(t,n){return t?i(t):e(n)}}));return t.promise=i,t};function Ft(t){return void 0===t}function Bt(t){return"[object Null]"===Object.prototype.toString.call(t)}!function(t){t.WEB="web",t.WX_MP="wx_mp"}(At||(At={}));var Rt={adapter:null,runtime:void 0},Nt=["anonymousUuidKey"],Ut=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),Rt.adapter.root.tcbObject||(Rt.adapter.root.tcbObject={}),t}return(0,m.default)(i,[{key:"setItem",value:function(t,e){Rt.adapter.root.tcbObject[t]=e}},{key:"getItem",value:function(t){return Rt.adapter.root.tcbObject[t]}},{key:"removeItem",value:function(t){delete Rt.adapter.root.tcbObject[t]}},{key:"clear",value:function(){delete Rt.adapter.root.tcbObject}}]),i}(It);function zt(t,e){switch(t){case"local":return e.localStorage||new Ut;case"none":return new Ut;default:return e.sessionStorage||new Ut}}var Wt=function(){function t(e){if((0,_.default)(this,t),!this._storage){this._persistence=Rt.adapter.primaryStorage||e.persistence,this._storage=zt(this._persistence,Rt.adapter);var i="access_token_".concat(e.env),n="access_token_expire_".concat(e.env),a="refresh_token_".concat(e.env),s="anonymous_uuid_".concat(e.env),r="login_type_".concat(e.env),o="user_info_".concat(e.env);this.keys={accessTokenKey:i,accessTokenExpireKey:n,refreshTokenKey:a,anonymousUuidKey:s,loginTypeKey:r,userInfoKey:o}}}return(0,m.default)(t,[{key:"updatePersistence",value:function(t){if(t!==this._persistence){var e="local"===this._persistence;this._persistence=t;var i=zt(t,Rt.adapter);for(var n in this.keys){var a=this.keys[n];if(!e||!Nt.includes(n)){var s=this._storage.getItem(a);Ft(s)||Bt(s)||(i.setItem(a,s),this._storage.removeItem(a))}}this._storage=i}}},{key:"setStore",value:function(t,e,i){if(this._storage){var n={version:i||"localCachev1",content:e},a=JSON.stringify(n);try{this._storage.setItem(t,a)}catch(t){throw t}}}},{key:"getStore",value:function(t,e){try{if(!this._storage)return}catch(t){return""}e=e||"localCachev1";var i=this._storage.getItem(t);return i&&i.indexOf(e)>=0?JSON.parse(i).content:""}},{key:"removeStore",value:function(t){this._storage.removeItem(t)}}]),t}(),Ht={},Vt={};function qt(t){return Ht[t]}var Gt=(0,m.default)((function t(e,i){(0,_.default)(this,t),this.data=i||null,this.name=e})),Jt=function(t){(0,h.default)(i,t);var e=C(i);function i(t,n){var a;return(0,_.default)(this,i),a=e.call(this,"error",{error:t,data:n}),a.error=t,a}return(0,m.default)(i)}(Gt),Kt=new(function(){function t(){(0,_.default)(this,t),this._listeners={}}return(0,m.default)(t,[{key:"on",value:function(t,e){return function(t,e,i){i[t]=i[t]||[],i[t].push(e)}(t,e,this._listeners),this}},{key:"off",value:function(t,e){return function(t,e,i){if(i&&i[t]){var n=i[t].indexOf(e);-1!==n&&i[t].splice(n,1)}}(t,e,this._listeners),this}},{key:"fire",value:function(t,e){if(t instanceof Jt)return console.error(t.error),this;var i="string"==typeof t?new Gt(t,e||{}):t,n=i.name;if(this._listens(n)){i.target=this;var a,s=this._listeners[n]?(0,u.default)(this._listeners[n]):[],r=b(s);try{for(r.s();!(a=r.n()).done;){var o=a.value;o.call(this,i)}}catch(c){r.e(c)}finally{r.f()}}return this}},{key:"_listens",value:function(t){return this._listeners[t]&&this._listeners[t].length>0}}]),t}());function Yt(t,e){Kt.on(t,e)}function Xt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Kt.fire(t,e)}function Qt(t,e){Kt.off(t,e)}var Zt,te="loginStateChanged",ee="loginStateExpire",ie="loginTypeChanged",ne="anonymousConverted",ae="refreshAccessToken";!function(t){t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.NULL="NULL"}(Zt||(Zt={}));var se=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],re={"X-SDK-Version":"1.3.5"};function oe(t,e,i){var n=t[e];t[e]=function(e){var a={},s={};i.forEach((function(i){var n=i.call(t,e),r=n.data,o=n.headers;Object.assign(a,r),Object.assign(s,o)}));var r=e.data;return r&&function(){var t;if(t=r,"[object FormData]"!==Object.prototype.toString.call(t))e.data=$($({},r),a);else for(var i in a)r.append(i,a[i])}(),e.headers=$($({},e.headers||{}),s),n.call(t,e)}}function ce(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:$($({},re),{},{"x-seqid":t})}}var le=function(){function t(){var e,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,_.default)(this,t),this.config=i,this._reqClass=new Rt.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"\u8bf7\u6c42\u5728".concat(this.config.timeout/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad"),restrictedMethods:["post"]}),this._cache=qt(this.config.env),this._localCache=(e=this.config.env,Vt[e]),oe(this._reqClass,"post",[ce]),oe(this._reqClass,"upload",[ce]),oe(this._reqClass,"download",[ce])}return(0,m.default)(t,[{key:"post",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.post(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"upload",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.upload(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"download",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.download(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),t.prev=1,t.next=4,this._refreshAccessTokenPromise;case 4:e=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t["catch"](1),i=t.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!i){t.next=12;break}throw i;case 12:return t.abrupt("return",e);case 13:case"end":return t.stop()}}),t,this,[[1,7]])})));return function(){return t.apply(this,arguments)}}()},{key:"_refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c,l,u,d,f,h,p;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey,s=e.loginTypeKey,o=e.anonymousUuidKey,this._cache.removeStore(i),this._cache.removeStore(n),c=this._cache.getStore(a),c){t.next=5;break}throw new yt({message:"\u672a\u767b\u5f55CloudBase"});case 5:return l={refresh_token:c},t.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",l);case 8:if(u=t.sent,!u.data.code){t.next=21;break}if(d=u.data.code,"SIGN_PARAM_INVALID"!==d&&"REFRESH_TOKEN_EXPIRED"!==d&&"INVALID_REFRESH_TOKEN"!==d){t.next=20;break}if(this._cache.getStore(s)!==Zt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==d){t.next=19;break}return f=this._cache.getStore(o),h=this._cache.getStore(a),t.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=t.sent,t.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:Xt(ee),this._cache.removeStore(a);case 20:throw new yt({code:u.data.code,message:"\u5237\u65b0access token\u5931\u8d25\uff1a".concat(u.data.code)});case 21:if(!u.data.access_token){t.next=23;break}return t.abrupt("return",(Xt(ae),this._cache.setStore(i,u.data.access_token),this._cache.setStore(n,u.data.access_token_expire+Date.now()),{accessToken:u.data.access_token,accessTokenExpire:u.data.access_token_expire}));case 23:u.data.refresh_token&&(this._cache.removeStore(a),this._cache.setStore(a,u.data.refresh_token),this._refreshAccessToken());case 24:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey,this._cache.getStore(a)){t.next=3;break}throw new yt({message:"refresh token\u4e0d\u5b58\u5728\uff0c\u767b\u5f55\u72b6\u6001\u5f02\u5e38"});case 3:if(s=this._cache.getStore(i),o=this._cache.getStore(n),c=!0,t.t0=this._shouldRefreshAccessTokenHook,!t.t0){t.next=9;break}return t.next=8,this._shouldRefreshAccessTokenHook(s,o);case 8:t.t0=!t.sent;case 9:if(t.t1=t.t0,!t.t1){t.next=12;break}c=!1;case 12:return t.abrupt("return",(!s||!o||o2&&void 0!==arguments[2]?arguments[2]:{},n=/\?/.test(e),a="";for(var s in i)""===a?!n&&(e+="?"):a+="&",a+="".concat(s,"=").concat(encodeURIComponent(i[s]));return/^http(s)?\:\/\//.test(e+=a)?e:"".concat(t).concat(e)}(Pt,"//tcb-api.tencentcloudapi.com/web",_),g&&(m+=g),t.next=22,this.post($({url:m,data:l},f));case 22:if(y=t.sent,b=y.header&&y.header["x-tcb-trace"],b&&this._localCache.setStore(a,b),(200===Number(y.status)||200===Number(y.statusCode))&&y.data){t.next=26;break}throw new yt({code:"NETWORK_ERROR",message:"network request error"});case 26:return t.abrupt("return",y);case 27:case"end":return t.stop()}}),t,this)})));return function(e,i,n){return t.apply(this,arguments)}}()},{key:"send",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=s.length>1&&void 0!==s[1]?s[1]:{},t.next=3,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 3:if(n=t.sent,"ACCESS_TOKEN_EXPIRED"!==n.data.code||-1!==se.indexOf(e)){t.next=13;break}return t.next=7,this.refreshAccessToken();case 7:return t.next=9,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 9:if(a=t.sent,!a.data.code){t.next=12;break}throw new yt({code:a.data.code,message:a.data.message});case 12:return t.abrupt("return",a.data);case 13:if(!n.data.code){t.next=15;break}throw new yt({code:n.data.code,message:n.data.message});case 15:return t.abrupt("return",n.data);case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(a,t)}}]),t}(),ue={};function de(t){return ue[t]}var fe=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env)}return(0,m.default)(t,[{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,a=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(a,t)}},{key:"setAccessToken",value:function(t,e){var i=this._cache.keys,n=i.accessTokenKey,a=i.accessTokenExpireKey;this._cache.setStore(n,t),this._cache.setStore(a,e)}},{key:"refreshUserInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t)}}]),t}(),he=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=e,this._cache=qt(this._envId),this._request=de(this._envId),this.setUserInfo()}return(0,m.default)(t,[{key:"linkWithTicket",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:t})}},{key:"linkWithRedirect",value:function(t){t.signInWithRedirect()}},{key:"updatePassword",value:function(t,e){return this._request.send("auth.updatePassword",{oldPassword:e,newPassword:t})}},{key:"updateEmail",value:function(t){return this._request.send("auth.updateEmail",{newEmail:t})}},{key:"updateUsername",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:t})}},{key:"getLinkedUidList",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return e=t.sent,i=e.data,n=!1,a=i.users,t.abrupt("return",(a.forEach((function(t){t.wxOpenId&&t.wxPublicId&&(n=!0)})),{users:a,hasPrimaryUid:n}));case 7:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setPrimaryUid",value:function(t){return this._request.send("auth.setPrimaryUid",{uid:t})}},{key:"unlink",value:function(t){return this._request.send("auth.unlink",{platform:t})}},{key:"update",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c,l,u;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.nickName,n=e.gender,a=e.avatarUrl,s=e.province,o=e.country,c=e.city,t.next=8,this._request.send("auth.updateUserInfo",{nickName:i,gender:n,avatarUrl:a,province:s,country:o,city:c});case 8:l=t.sent,u=l.data,this.setLocalUserInfo(u);case 11:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refresh",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setUserInfo",value:function(){var t=this,e=this._cache.keys.userInfoKey,i=this._cache.getStore(e);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(e){t[e]=i[e]})),this.location={country:i.country,province:i.province,city:i.city}}},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t),this.setUserInfo()}}]),t}(),pe=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=qt(e);var i=this._cache.keys,n=i.refreshTokenKey,a=i.accessTokenKey,s=i.accessTokenExpireKey,r=this._cache.getStore(n),o=this._cache.getStore(a),c=this._cache.getStore(s);this.credential={refreshToken:r,accessToken:o,accessTokenExpire:c},this.user=new he(e)}return(0,m.default)(t,[{key:"isAnonymousAuth",get:function(){return this.loginType===Zt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===Zt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===Zt.WECHAT||this.loginType===Zt.WECHAT_OPEN||this.loginType===Zt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),t}(),ve=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._cache.updatePersistence("local"),e=this._cache.keys,i=e.anonymousUuidKey,n=e.refreshTokenKey,a=this._cache.getStore(i)||void 0,s=this._cache.getStore(n)||void 0,t.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:a,refresh_token:s});case 8:if(o=t.sent,!o.uuid||!o.refresh_token){t.next=20;break}return this._setAnonymousUUID(o.uuid),this.setRefreshToken(o.refresh_token),t.next=14,this._request.refreshAccessToken();case 14:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.ANONYMOUS,persistence:"local"}),c=new pe(this.config.env),t.next=19,c.user.refresh();case 19:return t.abrupt("return",c);case 20:throw new yt({message:"\u533f\u540d\u767b\u5f55\u5931\u8d25"});case 21:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=this._cache.keys,n=i.anonymousUuidKey,a=i.refreshTokenKey,s=this._cache.getStore(n),o=this._cache.getStore(a),t.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:s,refresh_token:o,ticket:e});case 7:if(c=t.sent,!c.refresh_token){t.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(c.refresh_token),t.next=13,this._request.refreshAccessToken();case 13:return Xt(ne,{env:this.config.env}),Xt(ie,{loginType:Zt.CUSTOM,persistence:"local"}),t.abrupt("return",{credential:{refreshToken:c.refresh_token}});case 16:throw new yt({message:"\u533f\u540d\u8f6c\u5316\u5931\u8d25"});case 17:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"_setAnonymousUUID",value:function(t){var e=this._cache.keys,i=e.anonymousUuidKey,n=e.loginTypeKey;this._cache.removeStore(i),this._cache.setStore(i,t),this._cache.setStore(n,Zt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),i}(fe),ge=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return i=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signInWithTicket",{ticket:e,refresh_token:this._cache.getStore(i)||""});case 5:if(n=t.sent,!n.refresh_token){t.next=15;break}return this.setRefreshToken(n.refresh_token),t.next=10,this._request.refreshAccessToken();case 10:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.CUSTOM,persistence:this.config.persistence}),t.next=14,this.refreshUserInfo();case 14:return t.abrupt("return",new pe(this.config.env));case 15:throw new yt({message:"\u81ea\u5b9a\u4e49\u767b\u5f55\u5931\u8d25"});case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),i}(fe),_e=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"email must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:e,password:i,refresh_token:this._cache.getStore(n)||""});case 5:if(a=t.sent,s=a.refresh_token,o=a.access_token,c=a.access_token_expire,!s){t.next=22;break}if(this.setRefreshToken(s),!o||!c){t.next=15;break}this.setAccessToken(o,c),t.next=17;break;case 15:return t.next=17,this._request.refreshAccessToken();case 17:return t.next=19,this.refreshUserInfo();case 19:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.EMAIL,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 22:throw a.code?new yt({code:a.code,message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25: ".concat(a.message)}):new yt({message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25"});case 23:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"activate",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.activateEndUserMail",{token:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"resetPasswordWithToken",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:e,newPassword:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),me=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,a,s,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof i&&(i="",console.warn("password is empty")),n=this._cache.keys.refreshTokenKey,t.next=6,this._request.send("auth.signIn",{loginType:Zt.USERNAME,username:e,password:i,refresh_token:this._cache.getStore(n)||""});case 6:if(a=t.sent,s=a.refresh_token,o=a.access_token_expire,c=a.access_token,!s){t.next=23;break}if(this.setRefreshToken(s),!c||!o){t.next=16;break}this.setAccessToken(c,o),t.next=18;break;case 16:return t.next=18,this._request.refreshAccessToken();case 18:return t.next=20,this.refreshUserInfo();case 20:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.USERNAME,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 23:throw a.code?new yt({code:a.code,message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25: ".concat(a.message)}):new yt({message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25"});case 24:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),ye=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),Yt(ie,this._onLoginTypeChanged)}return(0,m.default)(t,[{key:"currentUser",get:function(){var t=this.hasLoginState();return t&&t.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new ve(this.config)}},{key:"customAuthProvider",value:function(){return new ge(this.config)}},{key:"emailAuthProvider",value:function(){return new _e(this.config)}},{key:"usernameAuthProvider",value:function(){return new me(this.config)}},{key:"signInAnonymously",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ve(this.config).signIn());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signInWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new _e(this.config).signIn(e,i));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"signInWithUsernameAndPassword",value:function(t,e){return new me(this.config).signIn(t,e)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new ve(this.config)),Yt(ne,this._onAnonymousConverted),t.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e);case 3:return t.abrupt("return",t.sent);case 4:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"signOut",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(this.loginType!==Zt.ANONYMOUS){t.next=2;break}throw new yt({message:"\u533f\u540d\u7528\u6237\u4e0d\u652f\u6301\u767b\u51fa\u64cd\u4f5c"});case 2:if(e=this._cache.keys,i=e.refreshTokenKey,n=e.accessTokenKey,a=e.accessTokenExpireKey,s=this._cache.getStore(i),s){t.next=5;break}return t.abrupt("return");case 5:return t.next=7,this._request.send("auth.logout",{refresh_token:s});case 7:return o=t.sent,t.abrupt("return",(this._cache.removeStore(i),this._cache.removeStore(n),this._cache.removeStore(a),Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.NULL,persistence:this.config.persistence}),o));case 9:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signUpWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:e,password:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"sendPasswordResetEmail",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"onLoginStateChanged",value:function(t){var e=this;Yt(te,(function(){var i=e.hasLoginState();t.call(e,i)}));var i=this.hasLoginState();t.call(this,i)}},{key:"onLoginStateExpired",value:function(t){Yt(ee,t.bind(this))}},{key:"onAccessTokenRefreshed",value:function(t){Yt(ae,t.bind(this))}},{key:"onAnonymousConverted",value:function(t){Yt(ne,t.bind(this))}},{key:"onLoginTypeChanged",value:function(t){var e=this;Yt(ie,(function(){var i=e.hasLoginState();t.call(e,i)}))}},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.getAccessToken();case 2:return t.t0=t.sent.accessToken,t.t1=this.config.env,t.abrupt("return",{accessToken:t.t0,env:t.t1});case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"hasLoginState",value:function(){var t=this._cache.keys.refreshTokenKey;return this._cache.getStore(t)?new pe(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return t.next=4,this._request.send("auth.isUsernameRegistered",{username:e});case 4:return i=t.sent,n=i.data,t.abrupt("return",n&&n.isRegistered);case 7:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ge(this.config).signIn(e));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"shouldRefreshAccessToken",value:function(t){this._request._shouldRefreshAccessTokenHook=t.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(t){return t.code?t:$($({},t.data),{},{requestId:t.seqId})}))}},{key:"getAuthHeader",value:function(){var t=this._cache.keys,e=t.refreshTokenKey,i=t.accessTokenKey,n=this._cache.getStore(e);return{"x-cloudbase-credentials":this._cache.getStore(i)+"/@@/"+n}}},{key:"_onAnonymousConverted",value:function(t){var e=t.data.env;e===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(t){var e=t.data,i=e.loginType,n=e.persistence,a=e.env;a===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,i))}}]),t}(),be=function(t,e){e=e||Et();var i=de(this.config.env),n=t.cloudPath,a=t.filePath,s=t.onUploadProgress,r=t.fileType,o=void 0===r?"image":r;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){var r=t.data,c=r.url,l=r.authorization,u=r.token,d=r.fileId,f=r.cosFileId,h=t.requestId,p={key:n,signature:l,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":u};i.upload({url:c,data:p,file:a,name:n,fileType:o,onUploadProgress:s}).then((function(t){201===t.statusCode?e(null,{fileID:d,requestId:h}):e(new yt({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(t.data)}))})).catch((function(t){e(t)}))})).catch((function(t){e(t)})),e.promise},xe=function(t,e){e=e||Et();var i=de(this.config.env),n=t.cloudPath;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){e(null,t)})).catch((function(t){e(t)})),e.promise},we=function(t,e){var i=t.fileList;if(e=e||Et(),!i||!Array.isArray(i))return{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"};var n,a=b(i);try{for(a.s();!(n=a.n()).done;){var s=n.value;if(!s||"string"!=typeof s)return{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}}}catch(o){a.e(o)}finally{a.f()}var r={fileid_list:i};return de(this.config.env).send("storage.batchDeleteFile",r).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.delete_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},$e=function(t,e){var i=t.fileList;e=e||Et(),i&&Array.isArray(i)||e(null,{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"});var n,a=[],s=b(i);try{for(s.s();!(n=s.n()).done;){var r=n.value;"object"==(0,l.default)(r)?(r.hasOwnProperty("fileID")&&r.hasOwnProperty("maxAge")||e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5305\u542bfileID\u548cmaxAge\u7684\u5bf9\u8c61"}),a.push({fileid:r.fileID,max_age:r.maxAge})):"string"==typeof r?a.push({fileid:r}):e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5b57\u7b26\u4e32"})}}catch(c){s.e(c)}finally{s.f()}var o={file_list:a};return de(this.config.env).send("storage.batchGetDownloadUrl",o).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.download_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},Ce=function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,a,s,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.fileID,t.next=3,$e.call(this,{fileList:[{fileID:n,maxAge:600}]});case 3:if(a=t.sent.fileList[0],"SUCCESS"===a.code){t.next=6;break}return t.abrupt("return",i?i(a):new Promise((function(t){t(a)})));case 6:if(s=de(this.config.env),o=a.download_url,o=encodeURI(o),i){t.next=10;break}return t.abrupt("return",s.download({url:o}));case 10:return t.t0=i,t.next=13,s.download({url:o});case 13:t.t1=t.sent,(0,t.t0)(t.t1);case 15:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}(),Te=function(t,e){var i,n=t.name,a=t.data,s=t.query,r=t.parse,o=t.search,c=e||Et();try{i=a?JSON.stringify(a):""}catch(n){return Promise.reject(n)}if(!n)return Promise.reject(new yt({code:"PARAM_ERROR",message:"\u51fd\u6570\u540d\u4e0d\u80fd\u4e3a\u7a7a"}));var l={inQuery:s,parse:r,search:o,function_name:n,request_data:i};return de(this.config.env).send("functions.invokeFunction",l).then((function(t){if(t.code)c(null,t);else{var e=t.data.response_data;if(r)c(null,{result:e,requestId:t.requestId});else try{e=JSON.parse(t.data.response_data),c(null,{result:e,requestId:t.requestId})}catch(t){c(new yt({message:"response data must be json"}))}}return c.promise})).catch((function(t){c(t)})),c.promise},ke={timeout:15e3,persistence:"session"},Se={},Oe=function(){function t(e){(0,_.default)(this,t),this.config=e||this.config,this.authObj=void 0}return(0,m.default)(t,[{key:"init",value:function(e){switch(Rt.adapter||(this.requestClient=new Rt.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:"\u8bf7\u6c42\u5728".concat((e.timeout||5e3)/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad")})),this.config=$($({},ke),e),!0){case this.config.timeout>6e5:console.warn("timeout\u5927\u4e8e\u53ef\u914d\u7f6e\u4e0a\u9650[10\u5206\u949f]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0a\u9650\u6570\u503c"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout\u5c0f\u4e8e\u53ef\u914d\u7f6e\u4e0b\u9650[100ms]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0b\u9650\u6570\u503c"),this.config.timeout=100}return new t(this.config)}},{key:"auth",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.persistence;if(this.authObj)return this.authObj;var i,n=e||Rt.adapter.primaryStorage||ke.persistence;return n!==this.config.persistence&&(this.config.persistence=n),function(t){var e=t.env;Ht[e]=new Wt(t),Vt[e]=new Wt($($({},t),{},{persistence:"local"}))}(this.config),i=this.config,ue[i.env]=new le(i),this.authObj=new ye(this.config),this.authObj}},{key:"on",value:function(t,e){return Yt.apply(this,[t,e])}},{key:"off",value:function(t,e){return Qt.apply(this,[t,e])}},{key:"callFunction",value:function(t,e){return Te.apply(this,[t,e])}},{key:"deleteFile",value:function(t,e){return we.apply(this,[t,e])}},{key:"getTempFileURL",value:function(t,e){return $e.apply(this,[t,e])}},{key:"downloadFile",value:function(t,e){return Ce.apply(this,[t,e])}},{key:"uploadFile",value:function(t,e){return be.apply(this,[t,e])}},{key:"getUploadMetadata",value:function(t,e){return xe.apply(this,[t,e])}},{key:"registerExtension",value:function(t){Se[t.name]=t}},{key:"invokeExtension",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(n=Se[e],n){t.next=3;break}throw new yt({message:"\u6269\u5c55".concat(e," \u5fc5\u987b\u5148\u6ce8\u518c")});case 3:return t.next=5,n.invoke(i,this);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"useAdapters",value:function(t){var e=function(t){var e,i,n=(e=t,"[object Array]"===Object.prototype.toString.call(e)?t:[t]),a=b(n);try{for(a.s();!(i=a.n()).done;){var s=i.value,r=s.isMatch,o=s.genAdapter,c=s.runtime;if(r())return{adapter:o(),runtime:c}}}catch(l){a.e(l)}finally{a.f()}}(t)||{},i=e.adapter,n=e.runtime;i&&(Rt.adapter=i),n&&(Rt.runtime=n)}}]),t}(),De=new Oe;function Pe(t,e,i){void 0===i&&(i={});var n=/\?/.test(e),a="";for(var s in i)""===a?!n&&(e+="?"):a+="&",a+=s+"="+encodeURIComponent(i[s]);return/^http(s)?:\/\//.test(e+=a)?e:""+t+e}var Ae=function(){function t(){(0,_.default)(this,t)}return(0,m.default)(t,[{key:"post",value:function(t){var e=t.url,i=t.data,n=t.headers;return new Promise((function(t,a){bt.request({url:Pe("https:",e),data:i,method:"POST",header:n,success:function(e){t(e)},fail:function(t){a(t)}})}))}},{key:"upload",value:function(t){return new Promise((function(e,i){var n=t.url,a=t.file,s=t.data,r=t.headers,o=t.fileType,c=bt.uploadFile({url:Pe("https:",n),name:"file",formData:Object.assign({},s),filePath:a,fileType:o,header:r,success:function(t){var i={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&s.success_action_status&&(i.statusCode=parseInt(s.success_action_status,10)),e(i)},fail:function(t){i(new Error(t.errMsg||"uploadFile:fail"))}});"function"==typeof t.onUploadProgress&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){t.onUploadProgress({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}}]),t}(),Ie={setItem:function(t,e){bt.setStorageSync(t,e)},getItem:function(t){return bt.getStorageSync(t)},removeItem:function(t){bt.removeStorageSync(t)},clear:function(){bt.clearStorageSync()}},Le={genAdapter:function(){return{root:{},reqClass:Ae,localStorage:Ie,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};De.useAdapters(Le);var Me=De,je=Me.init;Me.init=function(t){t.env=t.spaceId;var e=je.call(this,t);e.config.provider="tencent",e.config.spaceId=t.spaceId;var i=e.auth;return e.auth=function(t){var e=i.call(this,t);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(t){var i;e[t]=(i=e[t],function(t){t=t||{};var e=gt(t),n=e.success,a=e.fail,s=e.complete;if(!(n||a||s))return i.call(this,t);i.call(this,t).then((function(t){n&&n(t),s&&s(t)}),(function(t){a&&a(t),s&&s(t)}))}).bind(e)})),e},e.customAuth=e.auth,e};var Ee=Me,Fe=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"getAccessToken",value:function(){var t=this;return new Promise((function(e,i){var n="Anonymous_Access_token";t.setAccessToken(n),e(n)}))}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret);var a=Tt();n["x-client-info"]=encodeURIComponent(JSON.stringify(a));var s=xt(),r=s.token;return n["x-client-token"]=r,{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,a=t.name,s=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:a,filePath:s,fileType:r,success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(t){var e,i=this,n=t.filePath,a=t.cloudPath,s=t.fileType,r=void 0===s?"image":s,o=t.onUploadProgress;if(!a)throw new yt({code:"CLOUDPATH_REQUIRED",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});return this.getOSSUploadOptionsFromPath({cloudPath:a}).then((function(t){var a=t.result,s=a.url,c=a.formData,l=a.name;e=t.result.fileUrl;var u={url:s,formData:c,name:l,filePath:n,fileType:r};return i.uploadFileToOSS(Object.assign({},u,{onUploadProgress:o}))})).then((function(){return i.reportOSSUpload({cloudPath:a})})).then((function(t){return new Promise((function(i,a){t.success?i({success:!0,filePath:n,fileID:e}):a(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}))}))}},{key:"deleteFile",value:function(t){var e=t.fileList,i={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(i)).then((function(t){if(t.success)return t.result;throw new yt({code:"DELETE_FILE_FAILED",message:"\u5220\u9664\u6587\u4ef6\u5931\u8d25"})}))}},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList,i=t.maxAge;if(!Array.isArray(e)||0===e.length)throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});var n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:e,maxAge:i})};return this.request(this.setupRequest(n)).then((function(t){if(t.success)return{fileList:t.result.fileList.map((function(t){return{fileID:t.fileID,tempFileURL:t.tempFileURL}}))};throw new yt({code:"GET_TEMP_FILE_URL_FAILED",message:"\u83b7\u53d6\u4e34\u65f6\u6587\u4ef6\u94fe\u63a5\u5931\u8d25"})}))}}]),i}(Ot),Be={init:function(t){var e=new Fe(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Re=T((function(t,e){t.exports=S.enc.Hex}));function Ne(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}function Ue(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.data,n=e.functionName,a=e.method,s=e.headers,r=e.signHeaderKeys,o=void 0===r?[]:r,l=e.config,u=Date.now(),d=Ne(),f=Object.assign({},s,{"x-from-app-id":l.spaceAppId,"x-from-env-id":l.spaceId,"x-to-env-id":l.spaceId,"x-from-instance-id":u,"x-from-function-name":n,"x-client-timestamp":u,"x-alipay-source":"client","x-request-id":d,"x-alipay-callid":d,"x-trace-id":d}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(o),p=t.split("?")||[],v=(0,c.default)(p,2),g=v[0],_=void 0===g?"":g,m=v[1],y=void 0===m?"":m,b=function(t){var e=t.signedHeaders.join(";"),i=t.signedHeaders.map((function(e){return"".concat(e.toLowerCase(),":").concat(t.headers[e],"\n")})).join(""),n=Mt(t.body).toString(Re),a="".concat(t.method.toUpperCase(),"\n").concat(t.path,"\n").concat(t.query,"\n").concat(i,"\n").concat(e,"\n").concat(n,"\n"),s=Mt(a).toString(Re),r="HMAC-SHA256\n".concat(t.timestamp,"\n").concat(s,"\n"),o=jt(r,t.secretKey).toString(Re);return"HMAC-SHA256 Credential=".concat(t.secretId,", SignedHeaders=").concat(e,", Signature=").concat(o)}({path:_,query:y,method:a,headers:f,timestamp:u,body:JSON.stringify(i),secretId:l.accessKey,secretKey:l.secretKey,signedHeaders:h.sort()});return{url:"".concat(l.endpoint).concat(t),headers:Object.assign({},f,{Authorization:b})}}function ze(t){var e=t.url,i=t.data,n=t.method,a=void 0===n?"POST":n,s=t.headers,r=void 0===s?{}:s;return new Promise((function(t,n){bt.request({url:e,method:a,data:"object"==(0,l.default)(i)?JSON.stringify(i):i,header:r,dataType:"json",complete:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=r["x-trace-id"]||"";if(!e.statusCode||e.statusCode>=400){var a=e.data||{},s=a.message,o=a.errMsg,c=a.trace_id;return n(new yt({code:"SYS_ERR",message:s||o||"request:fail",requestId:c||i}))}t({status:e.statusCode,data:e.data,headers:e.header,requestId:i})}})}))}function We(t,e){var i=t.path,n=t.data,a=t.method,s=void 0===a?"GET":a,r=Ue(i,{functionName:"",data:n,method:s,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:e}),o=r.url,c=r.headers;return ze({url:o,data:n,method:s,headers:c}).then((function(t){var e=t.data||{};if(!e.success)throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId});return e.data||{}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}function He(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t.trim().replace(/^cloud:\/\//,""),i=e.indexOf("/");if(i<=0)throw new yt({code:"INVALID_PARAM",message:"fileID\u4e0d\u5408\u6cd5"});var n=e.substring(0,i),a=e.substring(i+1);return n!==this.config.spaceId&&console.warn("file ".concat(t," does not belong to env ").concat(this.config.spaceId)),a}function Ve(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(t.replace(/^\/+/,""))}var qe=function(){function t(e){(0,_.default)(this,t),this.config=e}return(0,m.default)(t,[{key:"signedURL",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i="/ws/function/".concat(t),n=this.config.wsEndpoint.replace(/^ws(s)?:\/\//,""),a=Object.assign({},e,{accessKeyId:this.config.accessKey,signatureNonce:Ne(),timestamp:""+Date.now()}),s=[i,["accessKeyId","authorization","signatureNonce","timestamp"].sort().map((function(t){return a[t]?"".concat(t,"=").concat(a[t]):null})).filter(Boolean).join("&"),"host:".concat(n)].join("\n"),r=["HMAC-SHA256",Mt(s).toString(Re)].join("\n"),o=jt(r,this.config.secretKey).toString(Re),c=Object.keys(a).map((function(t){return"".concat(t,"=").concat(encodeURIComponent(a[t]))})).join("&");return"".concat(this.config.wsEndpoint).concat(i,"?").concat(c,"&signature=").concat(o)}}]),t}(),Ge=function(){function t(e){if((0,_.default)(this,t),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),e.endpoint){if("string"!=typeof e.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(e.endpoint))throw new Error("endpoint must start with https://");e.endpoint=e.endpoint.replace(/\/$/,"")}this.config=Object.assign({},e,{endpoint:e.endpoint||"https://".concat(e.spaceId,".api-hz.cloudbasefunction.cn"),wsEndpoint:e.wsEndpoint||"wss://".concat(e.spaceId,".api-hz.cloudbasefunction.cn")}),this._websocket=new qe(this.config)}return(0,m.default)(t,[{key:"callFunction",value:function(t){return function(t,e){var i=t.name,n=t.data,a=t.async,s=void 0!==a&&a,r="POST",o={"x-to-function-name":i};s&&(o["x-function-invoke-type"]="async");var c=Ue("/functions/invokeFunction",{functionName:i,data:n,method:r,headers:o,signHeaderKeys:["x-to-function-name"],config:e}),l=c.url,u=c.headers;return ze({url:l,data:n,method:r,headers:u}).then((function(t){var e=0;if(s){var i=t.data||{};e="200"===i.errCode?0:i.errCode,t.data=i.data||{},t.errMsg=i.errMsg}if(0!==e)throw new yt({code:e,message:t.errMsg,requestId:t.requestId});return{errCode:e,success:0===e,requestId:t.requestId,result:t.data}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}(t,this.config)}},{key:"uploadFileToOSS",value:function(t){var e=t.url,i=t.filePath,n=t.fileType,a=t.formData,s=t.onUploadProgress;return new Promise((function(t,r){var o=bt.uploadFile({url:e,filePath:i,fileType:n,formData:a,name:"file",success:function(e){e&&e.statusCode<400?t(e):r(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){r(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof s&&o&&"function"==typeof o.onProgressUpdate&&o.onProgressUpdate((function(t){s({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,a,s,o,c,l,u,d,f,h;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,a=void 0===n?"":n,s=e.fileType,o=void 0===s?"image":s,c=e.onUploadProgress,"string"===E(a)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(a=a.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(a)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:return t.next=9,We({path:"/".concat(a.replace(/^\//,""),"?post_url")},this.config);case 9:return l=t.sent,u=l.file_id,d=l.upload_url,f=l.form_data,h=f&&f.reduce((function(t,e){return t[e.key]=e.value,t}),{}),t.abrupt("return",this.uploadFileToOSS({url:d,filePath:i,fileType:o,formData:h,onUploadProgress:c}).then((function(){return{fileID:u}})));case 15:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n=this;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.fileList,t.abrupt("return",new Promise((function(t,e){(!i||i.length<0)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u4e0d\u80fd\u4e3a\u7a7a\u6570\u7ec4"})),i.length>50&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u6570\u7ec4\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc750"}));var a,s=[],r=b(i);try{for(r.s();!(a=r.n()).done;){var o=a.value;"string"!==E(o)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}));var c=He.call(n,o);s.push({file_id:c,expire:600})}}catch(l){r.e(l)}finally{r.f()}We({path:"/?download_url",data:{file_list:s},method:"POST"},n.config).then((function(e){var i=e.file_list,a=void 0===i?[]:i;t({fileList:a.map((function(t){return{fileID:Ve.call(n,t.file_id),tempFileURL:t.download_url}}))})})).catch((function(t){return e(t)}))})));case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()},{key:"connectWebSocket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.name,n=e.query,t.abrupt("return",bt.connectSocket({url:this._websocket.signedURL(i,n),complete:function(){}}));case 2:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),t}(),Je={init:function(t){t.provider="alipay";var e=new Ge(t);return e.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},e}};function Ke(t){var e,i=t.data;e=Tt();var n=JSON.parse(JSON.stringify(i||{}));if(Object.assign(n,{clientInfo:e}),!n.uniIdToken){var a=xt(),s=a.token;s&&(n.uniIdToken=s)}return n}var Ye=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:"\uff0c\u4e91\u51fd\u6570[{functionName}]\u5728\u4e91\u7aef\u4e0d\u5b58\u5728\uff0c\u8bf7\u68c0\u67e5\u6b64\u4e91\u51fd\u6570\u540d\u79f0\u662f\u5426\u6b63\u786e\u4ee5\u53ca\u8be5\u4e91\u51fd\u6570\u662f\u5426\u5df2\u4e0a\u4f20\u5230\u670d\u52a1\u7a7a\u95f4",mode:"append"}],Xe=/[\\^$.*+?()[\]{}|]/g,Qe=RegExp(Xe.source);function Ze(t,e,i){return t.replace(new RegExp((n=e)&&Qe.test(n)?n.replace(Xe,"\\$&"):n,"g"),i);var n}var ti="request",ei="response";var ii;ii="0123456789abcdef";var ni={code:2e4,message:"System error"},ai={code:20101,message:"Invalid client"};function si(t){var e=t||{},i=e.errSubject,n=e.subject,a=e.errCode,s=e.errMsg,r=e.code,o=e.message,c=e.cause;return new yt({subject:i||n||"uni-secure-network",code:a||r||ni.code,message:s||o,cause:c})}var ri;function oi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.secretType;return e===ti||e===ei||"both"===e}function ci(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.name,i=t.data,n=void 0===i?{}:i;return"app"===V&&"DCloud-clientDB"===e&&"encryption"===n.redirectTo&&"getAppClientKey"===n.action}function li(t){t.functionName,t.result,t.logPvd}function ui(t){var e=t.callFunction,i=function(i){var n=this,a=i.name;i.data=Ke.call(t,{data:i.data});var s={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay"}[this.config.provider],r=oi(i),o=ci(i),c=r||o;return e.call(this,i).then((function(t){return t.errCode=0,!c&&li.call(n,{functionName:a,result:t,logPvd:s}),Promise.resolve(t)}),(function(t){return!c&&li.call(n,{functionName:a,result:t,logPvd:s}),t&&t.message&&(t.message=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,i=void 0===e?"":e,n=t.extraInfo,a=void 0===n?{}:n,s=t.formatter,r=void 0===s?[]:s,o=0;o0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=t.functionName,a=$t(),s=a.appId,r=a.uniPlatform,o=a.osName,c=r;"app"===r&&(c=o);var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=H;if(!n)return{};e=function(t){return"tencent"===t?"tcb":t}(e);var a=n.find((function(t){return t.provider===e&&t.spaceId===i}));return a&&a.config}({provider:e,spaceId:i});if(!l||!l.accessControl||!l.accessControl.enable)return!1;var u=l.accessControl.function||{},d=Object.keys(u);if(0===d.length)return!0;var f=function(t,e){for(var i,n,a,s=0;s-1&&(n=r):a=r:i=r}return i||n||a}(d,n);if(!f)return!1;if((u[f]||[]).find((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.appId===s&&(t.platform||"").toLowerCase()===c.toLowerCase()})))return!0;throw console.error("\u6b64\u5e94\u7528[appId: ".concat(s,", platform: ").concat(c,"]\u4e0d\u5728\u4e91\u7aef\u914d\u7f6e\u7684\u5141\u8bb8\u8bbf\u95ee\u7684\u5e94\u7528\u5217\u8868\u5185\uff0c\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),si(ai)}({provider:r,spaceId:o,functionName:c})?new ri({secretType:e.secretType,uniCloudIns:t}).wrapVerifyClientCallFunction(i.bind(t))(e):n(e),Object.defineProperty(a,"result",{get:function(){return console.warn("\u5f53\u524d\u8fd4\u56de\u7ed3\u679c\u4e3aPromise\u7c7b\u578b\uff0c\u4e0d\u53ef\u76f4\u63a5\u8bbf\u95ee\u5176result\u5c5e\u6027\uff0c\u8be6\u60c5\u8bf7\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{}}}),a.then((function(t){return"undefined"!=typeof UTSJSONObject&&(t.result=new UTSJSONObject(t.result)),t}))}}ri="mp-weixin"!==V&&"app"!==V?function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),si({message:"Platform ".concat(V," is not supported by secure network")})}))}():function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),si({message:"Platform ".concat(V," is not enabled, please check whether secure network module is enabled in your manifest.json")})}))}();var di=Symbol("CLIENT_DB_INTERNAL");function fi(t,e){return t.then="DoNotReturnProxyWithAFunctionNamedThen",t._internalType=di,t.inspect=null,t.__ob__=void 0,new Proxy(t,{get:function(t,i,n){if("_uniClient"===i)return null;if("symbol"==(0,l.default)(i))return t[i];if(i in t||"string"!=typeof i){var a=t[i];return"function"==typeof a?a.bind(t):a}return e.get(t,i,n)}})}function hi(t){return{on:function(e,i){t[e]=t[e]||[],t[e].indexOf(i)>-1||t[e].push(i)},off:function(e,i){t[e]=t[e]||[];var n=t[e].indexOf(i);-1!==n&&t[e].splice(n,1)}}}var pi=["db.Geo","db.command","command.aggregate"];function vi(t,e){return pi.indexOf("".concat(t,".").concat(e))>-1}function gi(t){switch(E(t)){case"array":return t.map((function(t){return gi(t)}));case"object":return t._internalType===di||Object.keys(t).forEach((function(e){t[e]=gi(t[e])})),t;case"regexp":return{$regexp:{source:t.source,flags:t.flags}};case"date":return{$date:t.toISOString()};default:return t}}function _i(t){return t&&t.content&&t.content.$method}var mi=function(){function t(e,i,n){(0,_.default)(this,t),this.content=e,this.prevStage=i||null,this.udb=null,this._database=n}return(0,m.default)(t,[{key:"toJSON",value:function(){for(var t=this,e=[t.content];t.prevStage;)t=t.prevStage,e.push(t.content);return{$db:e.reverse().map((function(t){return{$method:t.$method,$param:gi(t.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var t=this.toJSON().$db.find((function(t){return"action"===t.$method}));return t&&t.$param&&t.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(t){return"action"!==t.$method}))}}},{key:"isAggregate",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"collection"===i||"pipeline"===e)return!0;t=t.prevStage}return!1}},{key:"isCommand",get:function(){for(var t=this;t;){if("command"===_i(t))return!0;t=t.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"command"===i)return!0;t=t.prevStage}return!1}},{key:"getNextStageFn",value:function(t){var e=this;return function(){return yi({$method:t,$param:gi(Array.from(arguments))},e,e._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL\u7981\u6b62\u4f7f\u7528set\u65b9\u6cd5")}}},{key:"_send",value:function(t,e){var i=this.getAction(),n=this.getCommand();return n.$db.push({$method:t,$param:gi(e)}),this._database._callCloudFunction({action:i,command:n})}}]),t}();function yi(t,e,i){return fi(new mi(t,e,i),{get:function(t,e){var n="db";return t&&t.content&&(n=t.content.$method),vi(n,e)?yi({$method:e},t,i):function(){return yi({$method:e,$param:gi(Array.from(arguments))},t,i)}}})}function bi(t){var e=t.path,i=t.method;return function(){function t(){(0,_.default)(this,t),this.param=Array.from(arguments)}return(0,m.default)(t,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,u.default)(e.map((function(t){return{$method:t}}))),[{$method:i,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),t}()}function xi(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return fi(new t(e),{get:function(t,e){return vi("db",e)?yi({$method:e},null,t):function(){return yi({$method:e,$param:gi(Array.from(arguments))},null,t)}}})}var wi=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"_parseResult",value:function(t){return this._isJQL?t.result:t}},{key:"_callCloudFunction",value:function(t){var e=this,i=t.action,n=t.command,a=t.multiCommand,s=t.queryList;function r(t,e){if(a&&s)for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:{},i=e.uniClient,n=void 0===i?{}:i,a=e.isJQL,s=void 0!==a&&a;(0,_.default)(this,t),this._uniClient=n,this._authCallBacks={},this._dbCallBacks={},n._isDefault&&(this._dbCallBacks=J("_globalUniCloudDatabaseCallback")),s||(this.auth=hi(this._authCallBacks)),this._isJQL=s,Object.assign(this,hi(this._dbCallBacks)),this.env=fi({},{get:function(t,e){return{$env:e}}}),this.Geo=fi({},{get:function(t,e){return bi({path:["Geo"],method:e})}}),this.serverDate=bi({path:[],method:"serverDate"}),this.RegExp=bi({path:[],method:"RegExp"})}return(0,m.default)(t,[{key:"getCloudEnv",value:function(t){if("string"!=typeof t||!t.trim())throw new Error("getCloudEnv\u53c2\u6570\u9519\u8bef");return{$env:t.replace("$cloudEnv_","")}}},{key:"_callback",value:function(t,e){var i=this._dbCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"_callbackAuth",value:function(t,e){var i=this._authCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"multiSend",value:function(){var t=Array.from(arguments),e=t.map((function(t){var e=t.getAction(),i=t.getCommand();if("getTemp"!==i.$db[i.$db.length-1].$method)throw new Error("multiSend\u53ea\u652f\u6301\u5b50\u547d\u4ee4\u5185\u4f7f\u7528getTemp");return{action:e,command:i}}));return this._callCloudFunction({multiCommand:e,queryList:t})}}]),t}()),$i="token\u65e0\u6548\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",Ci="token\u8fc7\u671f\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",Ti={TOKEN_INVALID_TOKEN_EXPIRED:Ci,TOKEN_INVALID_INVALID_CLIENTID:$i,TOKEN_INVALID:$i,TOKEN_INVALID_WRONG_TOKEN:$i,TOKEN_INVALID_ANONYMOUS_USER:$i},ki={"uni-id-token-expired":Ci,"uni-id-check-token-failed":$i,"uni-id-token-not-exist":$i,"uni-id-check-device-feature-failed":$i};function Si(t,e){var i="";return i=t?"".concat(t,"/").concat(e):e,i.replace(/^\//,"")}function Oi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=[],n=[];return t.forEach((function(t){!0===t.needLogin?i.push(Si(e,t.path)):!1===t.needLogin&&n.push(Si(e,t.path))})),{needLoginPage:i,notNeedLoginPage:n}}function Di(t){return t.split("?")[0].replace(/^\//,"")}function Pi(){return function(t){var e=t&&t.$page&&t.$page.fullPath||"";return e?("/"!==e.charAt(0)&&(e="/"+e),e):e}(function(){var t=getCurrentPages();return t[t.length-1]}())}function Ai(){return Di(Pi())}function Ii(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)return!1;if(!(e&&e.list&&e.list.length))return!1;var i=e.list,n=Di(t);return i.some((function(t){return t.pagePath===n}))}var Li,Mi=!!y.default.uniIdRouter,ji=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.default,e=t.pages,i=void 0===e?[]:e,n=t.subPackages,a=void 0===n?[]:n,s=t.uniIdRouter,r=void 0===s?{}:s,o=t.tabBar,c=void 0===o?{}:o,l=r.loginPage,d=r.needLogin,f=void 0===d?[]:d,h=r.resToLogin,p=void 0===h||h,v=Oi(i),g=v.needLoginPage,_=v.notNeedLoginPage,m=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],i=[];return t.forEach((function(t){var n=t.root,a=t.pages,s=void 0===a?[]:a,r=Oi(s,n),o=r.needLoginPage,c=r.notNeedLoginPage;e.push.apply(e,(0,u.default)(o)),i.push.apply(i,(0,u.default)(c))})),{needLoginPage:e,notNeedLoginPage:i}}(a),b=m.needLoginPage,x=m.notNeedLoginPage;return{loginPage:l,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,u.default)(g),(0,u.default)(b)),notNeedLoginPage:[].concat((0,u.default)(_),(0,u.default)(x)),loginPageInTabBar:Ii(l,c)}}(),Ei=ji.loginPage,Fi=ji.routerNeedLogin,Bi=ji.resToLogin,Ri=ji.needLoginPage,Ni=ji.notNeedLoginPage,Ui=ji.loginPageInTabBar;if(Ri.indexOf(Ei)>-1)throw new Error("Login page [".concat(Ei,'] should not be "needLogin", please check your pages.json'));function zi(t){var e=Ai();if("/"===t.charAt(0))return t;var i=t.split("?"),n=(0,c.default)(i,2),a=n[0],s=n[1],r=a.replace(/^\//,"").split("/"),o=e.split("/");o.pop();for(var l=0;l-1)&&(Ri.indexOf(e)>-1||Fi.some((function(e){return function(t,e){return new RegExp(e).test(t)}(t,e)})))}function Hi(t){var e=t.redirect,i=Di(e),n=Di(Ei);return Ai()!==n&&i!==n}function Vi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.api,i=t.redirect;if(i&&Hi({redirect:i})){var n=function(t,e){return"/"!==t.charAt(0)&&(t="/"+t),e?t.indexOf("?")>-1?t+"&uniIdRedirectUrl=".concat(encodeURIComponent(e)):t+"?uniIdRedirectUrl=".concat(encodeURIComponent(e)):t}(Ei,i);Ui?"navigateTo"!==e&&"redirectTo"!==e||(e="switchTab"):"switchTab"===e&&(e="navigateTo");var a={navigateTo:uni.navigateTo,redirectTo:uni.redirectTo,switchTab:uni.switchTab,reLaunch:uni.reLaunch};setTimeout((function(){a[e]({url:n})}),0)}}function qi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.url,i={abortLoginPageJump:!1,autoToLoginPage:!1},n=function(){var t,e=xt(),i=e.token,n=e.tokenExpired;if(i){if(n0)return setTimeout((function(){ft(at,n)}),0),i.abortLoginPageJump=!0,i;i.autoToLoginPage=!0}return i}function Gi(){!function(){var t=Pi(),e=qi({url:t}),i=e.abortLoginPageJump,n=e.autoToLoginPage;i||n&&Vi({api:"redirectTo",redirect:t})}();for(var t=["navigateTo","redirectTo","reLaunch","switchTab"],e=function(e){var i=t[e];uni.addInterceptor(i,{invoke:function(t){var e=qi({url:t.url}),n=e.abortLoginPageJump,a=e.autoToLoginPage;return n?t:a?(Vi({api:i,redirect:zi(t.url)}),!1):t}})},i=0;i0&&void 0!==arguments[0]?arguments[0]:{},e=lt(at);vt().then((function(){var i=Pi();if(i&&Hi({redirect:i}))return e.length>0?ft(at,Object.assign({uniIdRedirectUrl:i},t)):void(Ei&&Vi({api:"navigateTo",redirect:i}))}))}(i)}))}function Ki(t){!function(t){t.onResponse=function(t){ut(nt,t)},t.offResponse=function(t){dt(nt,t)}}(t),function(t){t.onNeedLogin=function(t){ut(at,t)},t.offNeedLogin=function(t){dt(at,t)},Mi&&(J("_globalUniCloudStatus").needLoginInit||(J("_globalUniCloudStatus").needLoginInit=!0,vt().then((function(){Gi.call(t)})),Bi&&Ji.call(t)))}(t),function(t){t.onRefreshToken=function(t){ut(st,t)},t.offRefreshToken=function(t){dt(st,t)}}(t)}var Yi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Xi=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function Qi(){var t,e,i=xt().token||"",n=i.split(".");if(!i||3!==n.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{t=JSON.parse((e=n[1],decodeURIComponent(Li(e).split("").map((function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(i){throw new Error("\u83b7\u53d6\u5f53\u524d\u7528\u6237\u4fe1\u606f\u51fa\u9519\uff0c\u8be6\u7ec6\u9519\u8bef\u4fe1\u606f\u4e3a\uff1a"+i.message)}return t.tokenExpired=1e3*t.exp,delete t.exp,delete t.iat,t}Li="function"!=typeof atob?function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Xi.test(t))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var i,n,a="",s=0;s>16&255):64===n?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return a}:atob;var Zi=T((function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var i="chooseAndUploadFile:ok",n="chooseAndUploadFile:fail";function s(t,e){return t.tempFiles.forEach((function(t,i){t.name||(t.name=t.path.substring(t.path.lastIndexOf("/")+1)),e&&(t.fileType=e),t.cloudPath=Date.now()+"_"+i+t.name.substring(t.name.lastIndexOf("."))})),t.tempFilePaths||(t.tempFilePaths=t.tempFiles.map((function(t){return t.path}))),t}function r(t,e,n){var a=n.onChooseFile,s=n.onUploadProgress;return e.then((function(t){if(a){var e=a(t);if(void 0!==e)return Promise.resolve(e).then((function(e){return void 0===e?t:e}))}return t})).then((function(e){return!1===e?{errMsg:i,tempFilePaths:[],tempFiles:[]}:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,a=arguments.length>3?arguments[3]:void 0;(e=Object.assign({},e)).errMsg=i;var s=e.tempFiles,r=s.length,o=0;return new Promise((function(i){for(;o=r)!s.find((function(t){return!t.url&&!t.errMsg}))&&i(e);else{var l=s[n];t.uploadFile({provider:l.provider,filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,cloudPathAsRealPath:l.cloudPathAsRealPath,onUploadProgress:function(t){t.index=n,t.tempFile=l,t.tempFilePath=l.path,a&&a(t)}}).then((function(t){l.url=t.fileID,n0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===e.type?r(t,function(t){var e=t.count,i=t.sizeType,a=t.sourceType,r=void 0===a?["album","camera"]:a,o=t.extension;return new Promise((function(t,a){uni.chooseImage({count:e,sizeType:i,sourceType:r,extension:o,success:function(e){t(s(e,"image"))},fail:function(t){a({errMsg:t.errMsg.replace("chooseImage:fail",n)})}})}))}(e),e):"video"===e.type?r(t,function(t){var e=t.camera,i=t.compressed,a=t.maxDuration,r=t.sourceType,o=void 0===r?["album","camera"]:r,c=t.extension;return new Promise((function(t,r){uni.chooseVideo({camera:e,compressed:i,maxDuration:a,sourceType:o,extension:c,success:function(e){var i=e.tempFilePath,n=e.duration,a=e.size,r=e.height,o=e.width;t(s({errMsg:"chooseVideo:ok",tempFilePaths:[i],tempFiles:[{name:e.tempFile&&e.tempFile.name||"",path:i,size:a,type:e.tempFile&&e.tempFile.type||"",width:o,height:r,duration:n,fileType:"video",cloudPath:""}]},"video"))},fail:function(t){r({errMsg:t.errMsg.replace("chooseVideo:fail",n)})}})}))}(e),e):r(t,function(t){var e=t.count,i=t.extension;return new Promise((function(t,r){var o=uni.chooseFile;if("undefined"!=typeof a&&"function"==typeof a.chooseMessageFile&&(o=a.chooseMessageFile),"function"!=typeof o)return r({errMsg:n+" \u8bf7\u6307\u5b9a type \u7c7b\u578b\uff0c\u8be5\u5e73\u53f0\u4ec5\u652f\u6301\u9009\u62e9 image \u6216 video\u3002"});o({type:"all",count:e,extension:i,success:function(e){t(s(e))},fail:function(t){r({errMsg:t.errMsg.replace("chooseFile:fail",n)})}})}))}(e),e)}}})),tn=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}(Zi);function en(t){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{},mixinDatacomError:null}},created:function(){var t=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var e=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(i){e.push(t[i])})),e}),(function(e,i){if("manual"!==t.loadtime){for(var n=!1,a=[],s=2;s0&&void 0!==arguments[0]?arguments[0]:{},i=e.getone,n=void 0!==i&&i,a=e.success,s=e.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomError=null,this.mixinDatacomGet().then((function(e){t.mixinDatacomLoading=!1;var i=e.result,s=i.data,r=i.count;t.getcount&&(t.mixinDatacomPage.count=r),t.mixinDatacomHasMore=s.length0&&void 0!==arguments[0]?arguments[0]:{};n=n||{},i="undefined"!=typeof __uniX&&__uniX?t.databaseForJQL(this.spaceInfo):t.database(this.spaceInfo);var a=n.action||this.action;a&&(i=i.action(a));var s=n.collection||this.collection;i=Array.isArray(s)?(e=i).collection.apply(e,(0,u.default)(s)):i.collection(s);var r=n.where||this.where;r&&Object.keys(r).length&&(i=i.where(r));var o=n.field||this.field;o&&(i=i.field(o));var c=n.foreignKey||this.foreignKey;c&&(i=i.foreignKey(c));var l=n.groupby||this.groupby;l&&(i=i.groupBy(l));var d=n.groupField||this.groupField;d&&(i=i.groupField(d)),!0===(void 0!==n.distinct?n.distinct:this.distinct)&&(i=i.distinct());var f=n.orderby||this.orderby;f&&(i=i.orderBy(f));var h=void 0!==n.pageCurrent?n.pageCurrent:this.mixinDatacomPage.current,p=void 0!==n.pageSize?n.pageSize:this.mixinDatacomPage.size,v=void 0!==n.getcount?n.getcount:this.getcount,g=void 0!==n.gettree?n.gettree:this.gettree,_=void 0!==n.gettreepath?n.gettreepath:this.gettreepath,m={getCount:v},y={limitLevel:void 0!==n.limitlevel?n.limitlevel:this.limitlevel,startWith:void 0!==n.startwith?n.startwith:this.startwith};return g&&(m.getTree=y),_&&(m.getTreePath=y),i=i.skip(p*(h-1)).limit(p).get(m),i}}}}function nn(t){return J("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",t.config.spaceId))}function an(){return sn.apply(this,arguments)}function sn(){return sn=(0,d.default)(r.default.mark((function t(){var e,i,n,a,s,o,c,l=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=l.length>0&&void 0!==l[0]?l[0]:{},i=e.openid,n=e.callLoginByWeixin,a=void 0!==n&&n,s=nn(this),"mp-weixin"===V){t.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(V,"`"));case 4:if(!i||!a){t.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!i){t.next=8;break}return t.abrupt("return",(s.mpWeixinOpenid=i,{}));case 8:return t.next=10,new Promise((function(t,e){uni.login({success:function(e){t(e.code)},fail:function(t){e(new Error(t.errMsg))}})}));case 10:return o=t.sent,c=this.importObject("uni-id-co",{customUI:!0}),t.next=14,c.secureNetworkHandshakeByWeixin({code:o,callLoginByWeixin:a});case 14:return s.mpWeixinCode=o,t.abrupt("return",{code:o});case 16:case"end":return t.stop()}}),t,this)}))),sn.apply(this,arguments)}function rn(t){return on.apply(this,arguments)}function on(){return on=(0,d.default)(r.default.mark((function t(e){var i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=nn(this),t.abrupt("return",(i.initPromise||(i.initPromise=an.call(this,e).then((function(t){return t})).catch((function(t){throw delete i.initPromise,t}))),i.initPromise));case 2:case"end":return t.stop()}}),t,this)}))),on.apply(this,arguments)}function cn(t){!function(t){Ct=t}(t)}function ln(t){var e={getSystemInfo:uni.getSystemInfo,getPushClientId:uni.getPushClientId};return function(i){return new Promise((function(n,a){e[t]($($({},i),{},{success:function(t){n(t)},fail:function(t){a(t)}}))}))}}var un=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),t._uniPushMessageCallback=t._receivePushMessage.bind((0,o.default)(t)),t._currentMessageId=-1,t._payloadQueue=[],t}return(0,m.default)(i,[{key:"init",value:function(){var t=this;return Promise.all([ln("getSystemInfo")(),ln("getPushClientId")()]).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=(0,c.default)(e,2),n=i[0];n=void 0===n?{}:n;var a=n.appId,s=i[1];s=void 0===s?{}:s;var r=s.cid;if(!a)throw new Error("Invalid appId, please check the manifest.json file");if(!r)throw new Error("Invalid push client id");t._appId=a,t._pushClientId=r,t._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),t.emit("open"),t._initMessageListener()}),(function(e){throw t.emit("error",e),t.close(),e}))}},{key:"open",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this.init());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"_isUniCloudSSE",value:function(t){if("receive"!==t.type)return!1;var e=t&&t.data&&t.data.payload;return!(!e||"UNI_CLOUD_SSE"!==e.channel||e.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(t){if(this._isUniCloudSSE(t)){var e=t&&t.data&&t.data.payload,i=e.action,n=e.messageId,a=e.message;this._payloadQueue.push({action:i,messageId:n,message:a}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var t=this;;){var e=this._payloadQueue.find((function(e){return e.messageId===t._currentMessageId+1}));if(!e)break;this._currentMessageId++,this._parseMessagePayload(e)}}},{key:"_parseMessagePayload",value:function(t){var e=t.action,i=t.messageId,n=t.message;"end"===e?this._end({messageId:i,message:n}):"message"===e&&this._appendMessage({messageId:i,message:n})}},{key:"_appendMessage",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("message",e)}},{key:"_end",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("end",e),this.close()}},{key:"_initMessageListener",value:function(){uni.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){uni.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),i}(function(){function t(){(0,_.default)(this,t),this._callback={}}return(0,m.default)(t,[{key:"addListener",value:function(t,e){this._callback[t]||(this._callback[t]=[]),this._callback[t].push(e)}},{key:"on",value:function(t,e){return this.addListener(t,e)}},{key:"removeListener",value:function(t,e){if(!e)throw new Error('The "listener" argument must be of type function. Received undefined');var i=this._callback[t];if(i){var n=function(t,e){for(var i=t.length-1;i>=0;i--)if(t[i]===e)return i;return-1}(i,e);i.splice(n,1)}}},{key:"off",value:function(t,e){return this.removeListener(t,e)}},{key:"removeAllListener",value:function(t){delete this._callback[t]}},{key:"emit",value:function(t){for(var e=this._callback[t],i=arguments.length,n=new Array(i>1?i-1:0),a=1;a0)return t.init(e).database();if(this._database)return this._database;var i=xi(wi,{uniClient:t});return this._database=i,i},t.databaseForJQL=function(e){if(e&&Object.keys(e).length>0)return t.init(e).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var i=xi(wi,{uniClient:t,isJQL:!0});return this._databaseForJQL=i,i}}(e),function(t){t.getCurrentUserInfo=Qi,t.chooseAndUploadFile=tn.initChooseAndUploadFile(t),Object.assign(t,{get mixinDatacom(){return en(t)}}),t.SSEChannel=un,t.initSecureNetworkByWeixin=function(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.openid,n=e.callLoginByWeixin,a=void 0!==n&&n;return rn.call(t,{openid:i,callLoginByWeixin:a})}}(t),t.setCustomClientInfo=cn,t.importObject=function(t){return function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.customUI=e.customUI||t.customUI,t.parseSystemError=e.parseSystemError||t.parseSystemError,Object.assign(t.loadingOptions,e.loadingOptions),Object.assign(t.errorOptions,e.errorOptions),"object"==(0,l.default)(e.secretMethods)&&(t.secretMethods=e.secretMethods),t}({customUI:!1,loadingOptions:{title:"\u52a0\u8f7d\u4e2d...",mask:!0},errorOptions:{type:"modal",retry:!1}},i);var n=i,a=n.customUI,s=n.loadingOptions,o=n.errorOptions,c=n.parseSystemError,u=!a;return new Proxy({},{get:function(n,a){switch(a){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fn,i=t.interceptorName,n=t.getCallbackArgs;return(0,d.default)(r.default.mark((function t(){var a,s,o,c,l,u,d=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:for(a=d.length,s=new Array(a),o=0;o0&&void 0!==c[0]?c[0]:{},i=e.title,n=e.content,a=e.showCancel,s=e.cancelText,o=e.confirmText,t.abrupt("return",new Promise((function(t,e){uni.showModal({title:i,content:n,showCancel:a,cancelText:s,confirmText:o,success:function(e){t(e)},fail:function(){t({confirm:!1,cancel:!0})}})})));case 2:case"end":return t.stop()}}),t)})))({title:"\u63d0\u793a",content:T,showCancel:o.retry,cancelText:"\u53d6\u6d88",confirmText:o.retry?"\u91cd\u8bd5":"\u786e\u5b9a"});case 33:if(k=n.sent,S=k.confirm,!o.retry||!S){n.next=37;break}return n.abrupt("return",f.apply(void 0,v));case 37:throw O=new yt({subject:b,code:x,message:w,requestId:h.requestId}),O.detail=h.result,ft(nt,{type:ct,content:O}),O;case 39:return n.abrupt("return",(ft(nt,{type:ct,content:h.result}),h.result));case 40:case"end":return n.stop()}}),n,null,[[5,11]])})));function f(){return n.apply(this,arguments)}return f}(),interceptorName:"callObject",getCallbackArgs:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=t.params;return{objectName:e,methodName:a,params:i}}})}})}}(t)}(e),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(t){if(e[t]){var i=e[t];e[t]=function(){return i.apply(e,Array.from(arguments))},e[t]=function(t,e){return function(i){var n=this,a=!1;if("callFunction"===e){var s=i&&i.type||A;a=s!==A}var r="callFunction"===e&&!a,o=this._initPromiseHub.exec();i=i||{};var c=gt(i),l=c.success,u=c.fail,d=c.complete,f=o.then((function(){return a?Promise.resolve():Z(tt(e,"invoke"),i)})).then((function(){return t.call(n,i)})).then((function(t){return a?Promise.resolve(t):Z(tt(e,"success"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return r&&ft(nt,{type:ot,content:t}),Promise.resolve(t)}))}),(function(t){return a?Promise.reject(t):Z(tt(e,"fail"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return ft(nt,{type:ot,content:t}),Promise.reject(t)}))}));if(!(l||u||d))return f;f.then((function(t){l&&l(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}),(function(t){u&&u(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}))}}(e[t],t).bind(e)}})),e.init=this.init,e}}]),t}());(function(){var t=q,e={};if(t&&1===t.length)e=t[0],fn=fn.init(e),fn._isDefault=!0;else{var i;i=t&&t.length>0?"\u5e94\u7528\u6709\u591a\u4e2a\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u901a\u8fc7uniCloud.init\u65b9\u6cd5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u670d\u52a1\u7a7a\u95f4":"\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4",["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"].forEach((function(t){fn[t]=function(){return console.error(i),Promise.reject(new yt({code:"SYS_ERR",message:i}))}}))}Object.assign(fn,{get mixinDatacom(){return en(fn)}}),Ki(fn),fn.addInterceptor=X,fn.removeInterceptor=Q,fn.interceptObject=et})();var hn=fn;i.default=hn}).call(this,n("0ee4"),n("ed83")["default"])},8820:function(t,e,i){"use strict";i.r(e);var n=i("bdd5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"88ed":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4")}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4");this.startTime=t.detail.value,this.handlePublicTrendList()},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)-1&&e.splice(i,1)}}function v(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var i=t.state;_(t,i,[],t._modules.root,!0),g(t,i,e)}function g(t,e,i){var n=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var a=t._wrappedGetters,s={};r(a,(function(e,i){s[i]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,i,{get:function(){return t._vm[i]},enumerable:!0})}));var o=d.config.silent;d.config.silent=!0,t._vm=new d({data:{$$state:e},computed:s}),d.config.silent=o,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),n&&(i&&t._withCommit((function(){n._data.$$state=null})),d.nextTick((function(){return n.$destroy()})))}function _(t,e,i,n,a){var s=!i.length,r=t._modules.getNamespace(i);if(n.namespaced&&(t._modulesNamespaceMap[r],t._modulesNamespaceMap[r]=n),!s&&!a){var o=m(e,i.slice(0,-1)),c=i[i.length-1];t._withCommit((function(){d.set(o,c,n.state)}))}var l=n.context=function(t,e,i){var n=""===e,a={dispatch:n?t.dispatch:function(i,n,a){var s=y(i,n,a),r=s.payload,o=s.options,c=s.type;return o&&o.root||(c=e+c),t.dispatch(c,r)},commit:n?t.commit:function(i,n,a){var s=y(i,n,a),r=s.payload,o=s.options,c=s.type;o&&o.root||(c=e+c),t.commit(c,r,o)}};return Object.defineProperties(a,{getters:{get:n?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var i={},n=e.length;Object.keys(t.getters).forEach((function(a){if(a.slice(0,n)===e){var s=a.slice(n);Object.defineProperty(i,s,{get:function(){return t.getters[a]},enumerable:!0})}})),t._makeLocalGettersCache[e]=i}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return m(t.state,i)}}}),a}(t,r,i);n.forEachMutation((function(e,i){var n=r+i;(function(t,e,i,n){var a=t._mutations[e]||(t._mutations[e]=[]);a.push((function(e){i.call(t,n.state,e)}))})(t,n,e,l)})),n.forEachAction((function(e,i){var n=e.root?i:r+i,a=e.handler||e;(function(t,e,i,n){var a=t._actions[e]||(t._actions[e]=[]);a.push((function(e){var a=i.call(t,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:t.getters,rootState:t.state},e);return function(t){return t&&"function"===typeof t.then}(a)||(a=Promise.resolve(a)),t._devtoolHook?a.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):a}))})(t,n,a,l)})),n.forEachGetter((function(e,i){var n=r+i;(function(t,e,i,n){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return i(n.state,n.getters,t.state,t.getters)}})(t,n,e,l)})),n.forEachChild((function(n,s){_(t,e,i.concat(s),n,a)}))}function m(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,i){return o(t)&&t.type&&(i=e,e=t,t=t.type),{type:t,payload:e,options:i}}function b(t){d&&t===d||(d=t, +var s=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],a=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function r(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var o=Array.isArray;function c(t){return null!==t&&"object"===typeof t}function l(t){return"boolean"===typeof t}function u(t){return"string"===typeof t}var d=Object.prototype.toString;function f(t){return"[object Object]"===d.call(t)}function h(t){return null===t||void 0===t}function p(t){return"function"===typeof t}function v(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var i=null,n=null;return 1===t.length?c(t[0])||o(t[0])?n=t[0]:"string"===typeof t[0]&&(i=t[0]):2===t.length&&("string"===typeof t[0]&&(i=t[0]),(c(t[1])||o(t[1]))&&(n=t[1])),{locale:i,params:n}}function g(t){return JSON.parse(JSON.stringify(t))}function _(t,e){return!!~t.indexOf(e)}var m=Object.prototype.hasOwnProperty;function y(t,e){return m.call(t,e)}function b(t){for(var e=arguments,i=Object(t),n=1;n/g,">").replace(/"/g,""").replace(/'/g,"'")}(t[e]))})),t}var $={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var i=e.data,n=e.parent,s=e.props,a=e.slots,r=n.$i18n;if(r){var o=s.path,c=s.locale,l=s.places,u=a(),d=r.i(o,c,function(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}(u)||l?function(t,e){var i=e?function(t){0;return Array.isArray(t)?t.reduce(k,{}):Object.assign({},t)}(e):{};if(!t)return i;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var n=t.every(T);0;return t.reduce(n?C:k,i)}(u.default,l):u),f=s.tag&&!0!==s.tag||!1===s.tag?s.tag:"span";return f?t(f,i,d):d}}};function C(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function k(t,e,i){return t[i]=e,t}function T(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var S,D={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var i=e.props,n=e.parent,a=e.data,r=n.$i18n;if(!r)return null;var o=null,l=null;u(i.format)?o=i.format:c(i.format)&&(i.format.key&&(o=i.format.key),l=Object.keys(i.format).reduce((function(t,e){var n;return _(s,e)?Object.assign({},t,(n={},n[e]=i.format[e],n)):t}),null));var d=i.locale||r.locale,f=r._ntp(i.value,d,o,l),h=f.map((function(t,e){var i,n=a.scopedSlots&&a.scopedSlots[t.type];return n?n((i={},i[t.type]=t.value,i.index=e,i.parts=f,i)):t.value})),p=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return p?t(p,{attrs:a.attrs,class:a["class"],staticClass:a.staticClass},h):h}};function P(t,e,i){L(t,i)&&I(t,e,i)}function O(t,e,i,n){if(L(t,i)){var s=i.context.$i18n;(function(t,e){var i=e.context;return t._locale===i.$i18n.locale})(t,i)&&w(e.value,e.oldValue)&&w(t._localeMessage,s.getLocaleMessage(s.locale))||I(t,e,i)}}function A(t,e,i,n){var s=i.context;if(s){var a=i.context.$i18n||{};e.modifiers.preserve||a.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else r("Vue instance does not exists in VNode context")}function L(t,e){var i=e.context;return i?!!i.$i18n||(r("VueI18n instance does not exists in Vue instance"),!1):(r("Vue instance does not exists in VNode context"),!1)}function I(t,e,i){var n,s,a=e.value,o=function(t){var e,i,n,s;u(t)?e=t:f(t)&&(e=t.path,i=t.locale,n=t.args,s=t.choice);return{path:e,locale:i,args:n,choice:s}}(a),c=o.path,l=o.locale,d=o.args,h=o.choice;if(c||l||d)if(c){var p=i.context;t._vt=t.textContent=null!=h?(n=p.$i18n).tc.apply(n,[c,h].concat(M(l,d))):(s=p.$i18n).t.apply(s,[c].concat(M(l,d))),t._locale=p.$i18n.locale,t._localeMessage=p.$i18n.getLocaleMessage(p.$i18n.locale)}else r("`path` is required in v-t directive");else r("value type not supported")}function M(t,e){var i=[];return t&&i.push(t),e&&(Array.isArray(e)||f(e))&&i.push(e),i}function B(t,i){void 0===i&&(i={bridge:!1}),B.installed=!0,S=t;S.version&&Number(S.version.split(".")[0]);(function(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],i=arguments.length-1;while(i-- >0)e[i]=arguments[i+1];var n=this.$i18n;return n._t.apply(n,[t,n.locale,n._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var i=[],n=arguments.length-2;while(n-- >0)i[n]=arguments[n+2];var s=this.$i18n;return s._tc.apply(s,[t,s.locale,s._getMessages(),this,e].concat(i))},t.prototype.$te=function(t,e){var i=this.$i18n;return i._te(t,i.locale,i._getMessages(),e)},t.prototype.$d=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).d.apply(e,[t].concat(i))},t.prototype.$n=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this.$i18n).n.apply(e,[t].concat(i))}})(S),S.mixin(function(t){function i(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:i}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n)if(t.i18n instanceof X){if(t.__i18nBridge||t.__i18n)try{var i=t.i18n&&t.i18n.messages?t.i18n.messages:{},n=t.__i18nBridge||t.__i18n;n.forEach((function(t){i=b(i,JSON.parse(t))})),Object.keys(i).forEach((function(e){t.i18n.mergeLocaleMessage(e,i[e])}))}catch(e){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(f(t.i18n)){var s=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this.$root.$i18n:null;if(s&&(t.i18n.root=this.$root,t.i18n.formatter=s.formatter,t.i18n.fallbackLocale=s.fallbackLocale,t.i18n.formatFallbackMessages=s.formatFallbackMessages,t.i18n.silentTranslationWarn=s.silentTranslationWarn,t.i18n.silentFallbackWarn=s.silentFallbackWarn,t.i18n.pluralizationRules=s.pluralizationRules,t.i18n.preserveDirectiveContent=s.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var a=t.i18n&&t.i18n.messages?t.i18n.messages:{},r=t.__i18nBridge||t.__i18n;r.forEach((function(t){a=b(a,JSON.parse(t))})),t.i18n.messages=a}catch(e){0}var o=t.i18n,c=o.sharedMessages;c&&f(c)&&(t.i18n.messages=b(t.i18n.messages,c)),this._i18n=new X(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),s&&s.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof X||f(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof X||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof X)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:i,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}(i.bridge)),S.directive("t",{bind:P,update:O,unbind:A}),S.component($.name,$),S.component(D.name,D);var n=S.config.optionMergeStrategies;n.i18n=function(t,e){return void 0===e?t:e}}var j=function(){this._caches=Object.create(null)};j.prototype.interpolate=function(t,e){if(!e)return[t];var i=this._caches[t];return i||(i=function(t){var e=[],i=0,n="";while(i0)d--,u=4,f[0]();else{if(d=0,void 0===i)return!1;if(i=H(i),!1===i)return!1;f[1]()}};while(null!==u)if(l++,e=t[l],"\\"!==e||!h()){if(s=U(e),o=R[u],a=o[s]||o["else"]||8,8===a)return;if(u=a[0],r=f[a[1]],r&&(n=a[2],n=void 0===n?e:n,!1===r()))return;if(7===u)return c}}(t),e&&(this._cache[t]=e)),e||[]},z.prototype.getPathValue=function(t,e){if(!c(t))return null;var i=this.parsePath(e);if(0===i.length)return null;var n=i.length,s=t,a=0;while(a/,q=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,G=/^@(?:\.([a-zA-Z]+))?:/,J=/[()]/g,Y={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},K=new j,X=function(t){var e=this;void 0===t&&(t={}),!S&&"undefined"!==typeof window&&window.Vue&&B(window.Vue);var i=t.locale||"en-US",n=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),s=t.messages||{},a=t.dateTimeFormats||t.datetimeFormats||{},r=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||K,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new z,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,i){var n=Object.getPrototypeOf(e);if(n&&n.getChoiceIndex){var s=n.getChoiceIndex;return s.call(e,t,i)}return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,i]):function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0}(t,i)},this._exist=function(t,i){return!(!t||!i)&&(!h(e._path.getPathValue(t,i))||!!t[i])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(s).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,s[t])})),this._initVM({locale:i,fallbackLocale:n,messages:s,dateTimeFormats:a,numberFormats:r})},Q={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};X.prototype._checkLocaleMessage=function(t,e,i){var n=function(t,e,i,s){if(f(i))Object.keys(i).forEach((function(a){var r=i[a];f(r)?(s.push(a),s.push("."),n(t,e,r,s),s.pop(),s.pop()):(s.push(a),n(t,e,r,s),s.pop())}));else if(o(i))i.forEach((function(i,a){f(i)?(s.push("["+a+"]"),s.push("."),n(t,e,i,s),s.pop(),s.pop()):(s.push("["+a+"]"),n(t,e,i,s),s.pop())}));else if(u(i)){var a=V.test(i);if(a){var c="Detected HTML in message '"+i+"' of keypath '"+s.join("")+"' at '"+e+"'. Consider component interpolation with '' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?r(c):"error"===t&&function(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(c)}}};n(e,t,i,[])},X.prototype._initVM=function(t){var e=S.config.silent;S.config.silent=!0,this._vm=new S({data:t,__VUE18N__INSTANCE__:!0}),S.config.silent=e},X.prototype.destroyVM=function(){this._vm.$destroy()},X.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},X.prototype.unsubscribeDataChanging=function(t){(function(t,e){if(t.delete(e));})(this._dataListeners,t)},X.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=function(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}(t._dataListeners),i=e.length;while(i--)S.nextTick((function(){e[i]&&e[i].$forceUpdate()}))}),{deep:!0})},X.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,i=this._vm;return this.vm.$watch("locale",(function(n){i.$set(i,"locale",n),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=n),i.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var n=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){n.$set(n,"locale",t),n.$forceUpdate()}),{immediate:!0})},X.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Q.vm.get=function(){return this._vm},Q.messages.get=function(){return g(this._getMessages())},Q.dateTimeFormats.get=function(){return g(this._getDateTimeFormats())},Q.numberFormats.get=function(){return g(this._getNumberFormats())},Q.availableLocales.get=function(){return Object.keys(this.messages).sort()},Q.locale.get=function(){return this._vm.locale},Q.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Q.fallbackLocale.get=function(){return this._vm.fallbackLocale},Q.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Q.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Q.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Q.missing.get=function(){return this._missing},Q.missing.set=function(t){this._missing=t},Q.formatter.get=function(){return this._formatter},Q.formatter.set=function(t){this._formatter=t},Q.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Q.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Q.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Q.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Q.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Q.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Q.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Q.warnHtmlInMessage.set=function(t){var e=this,i=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,i!==t&&("warn"===t||"error"===t)){var n=this._getMessages();Object.keys(n).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,n[t])}))}},Q.postTranslation.get=function(){return this._postTranslation},Q.postTranslation.set=function(t){this._postTranslation=t},Q.sync.get=function(){return this._sync},Q.sync.set=function(t){this._sync=t},X.prototype._getMessages=function(){return this._vm.messages},X.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},X.prototype._getNumberFormats=function(){return this._vm.numberFormats},X.prototype._warnDefault=function(t,e,i,n,s,a){if(!h(i))return i;if(this._missing){var r=this._missing.apply(null,[t,e,n,s]);if(u(r))return r}else 0;if(this._formatFallbackMessages){var o=v.apply(void 0,s);return this._render(e,a,o.params,e)}return e},X.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:h(t))&&!h(this._root)&&this._fallbackRoot},X.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},X.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},X.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},X.prototype._interpolate=function(t,e,i,n,s,a,r){if(!e)return null;var c,l=this._path.getPathValue(e,i);if(o(l)||f(l))return l;if(h(l)){if(!f(e))return null;if(c=e[i],!u(c)&&!p(c))return null}else{if(!u(l)&&!p(l))return null;c=l}return u(c)&&(c.indexOf("@:")>=0||c.indexOf("@.")>=0)&&(c=this._link(t,e,c,n,"raw",a,r)),this._render(c,s,a,i)},X.prototype._link=function(t,e,i,n,s,a,r){var c=i,l=c.match(q);for(var u in l)if(l.hasOwnProperty(u)){var d=l[u],f=d.match(G),h=f[0],p=f[1],v=d.replace(h,"").replace(J,"");if(_(r,v))return c;r.push(v);var g=this._interpolate(t,e,v,n,"raw"===s?"string":s,"raw"===s?void 0:a,r);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var m=this._root.$i18n;g=m._translate(m._getMessages(),m.locale,m.fallbackLocale,v,n,s,a)}g=this._warnDefault(t,v,g,n,o(a)?a:[a],s),this._modifiers.hasOwnProperty(p)?g=this._modifiers[p](g):Y.hasOwnProperty(p)&&(g=Y[p](g)),r.pop(),c=g?c.replace(d,g):c}return c},X.prototype._createMessageContext=function(t,e,i,n){var s=this,a=o(t)?t:[],r=c(t)?t:{},l=this._getMessages(),u=this.locale;return{list:function(t){return a[t]},named:function(t){return r[t]},values:t,formatter:e,path:i,messages:l,locale:u,linked:function(t){return s._interpolate(u,l[u]||{},t,null,n,void 0,[t])}}},X.prototype._render=function(t,e,i,n){if(p(t))return t(this._createMessageContext(i,this._formatter||K,n,e));var s=this._formatter.interpolate(t,i,n);return s||(s=K.interpolate(t,i,n)),"string"!==e||u(s)?s:s.join("")},X.prototype._appendItemToChain=function(t,e,i){var n=!1;return _(t,e)||(n=!0,e&&(n="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),i&&i[e]&&(n=i[e]))),n},X.prototype._appendLocaleToChain=function(t,e,i){var n,s=e.split("-");do{var a=s.join("-");n=this._appendItemToChain(t,a,i),s.splice(-1,1)}while(s.length&&!0===n);return n},X.prototype._appendBlockToChain=function(t,e,i){for(var n=!0,s=0;s0)a[r]=arguments[r+4];if(!t)return"";var o=v.apply(void 0,a);this._escapeParameterHtml&&(o.params=x(o.params));var c=o.locale||e,l=this._translate(i,c,this.fallbackLocale,t,n,"string",o.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(s=this._root).$t.apply(s,[t].concat(a))}return l=this._warnDefault(c,t,l,n,a,"string"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,t)),l},X.prototype.t=function(t){var e,i=[],n=arguments.length-1;while(n-- >0)i[n]=arguments[n+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(i))},X.prototype._i=function(t,e,i,n,s){var a=this._translate(i,e,this.fallbackLocale,t,n,"raw",s);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,s)}return this._warnDefault(e,t,a,n,[s],"raw")},X.prototype.i=function(t,e,i){return t?(u(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,i)):""},X.prototype._tc=function(t,e,i,n,s){var a,r=[],o=arguments.length-5;while(o-- >0)r[o]=arguments[o+5];if(!t)return"";void 0===s&&(s=1);var c={count:s,n:s},l=v.apply(void 0,r);return l.params=Object.assign(c,l.params),r=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((a=this)._t.apply(a,[t,e,i,n].concat(r)),s)},X.prototype.fetchChoice=function(t,e){if(!t||!u(t))return null;var i=t.split("|");return e=this.getChoiceIndex(e,i.length),i[e]?i[e].trim():t},X.prototype.tc=function(t,e){var i,n=[],s=arguments.length-2;while(s-- >0)n[s]=arguments[s+2];return(i=this)._tc.apply(i,[t,this.locale,this._getMessages(),null,e].concat(n))},X.prototype._te=function(t,e,i){var n=[],s=arguments.length-3;while(s-- >0)n[s]=arguments[s+3];var a=v.apply(void 0,n).locale||e;return this._exist(i[a],t)},X.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},X.prototype.getLocaleMessage=function(t){return g(this._vm.messages[t]||{})},X.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},X.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,b("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},X.prototype.getDateTimeFormat=function(t){return g(this._vm.dateTimeFormats[t]||{})},X.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},X.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,b(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},X.prototype._clearDateTimeFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},X.prototype._localizeDateTime=function(t,e,i,n,s,a){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,s=null,r=null;return 1===e.length?(u(e[0])?s=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(s=e[0].key)),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(a,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(s=e[0]),u(e[1])&&(n=e[1])),this._d(t,n,s,r)},X.prototype.getNumberFormat=function(t){return g(this._vm.numberFormats[t]||{})},X.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},X.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,b(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},X.prototype._clearNumberFormat=function(t,e){for(var i in e){var n=t+"__"+i;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},X.prototype._getNumberFormatter=function(t,e,i,n,s,a){for(var r=e,o=n[r],c=this._getLocaleChain(e,i),l=0;l0)e[i]=arguments[i+1];var n=this.locale,a=null,r=null;return 1===e.length?u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(a=e[0].key),r=Object.keys(e[0]).reduce((function(t,i){var n;return _(s,i)?Object.assign({},t,(n={},n[i]=e[0][i],n)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(n=e[1])),this._n(t,n,a,r)},X.prototype._ntp=function(t,e,i,n){if(!X.availabilities.numberFormat)return[];if(!i){var s=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return s.formatToParts(t)}var a=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),i,n),r=a&&a.formatToParts(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,i,n)}return r||[]},Object.defineProperties(X.prototype,Q),Object.defineProperty(X,"availabilities",{get:function(){if(!W){var t="undefined"!==typeof Intl;W={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return W}}),X.install=B,X.version="8.28.2",i["default"]=X},"4ee8":function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u30db\u30fc\u30e0","index.component":"\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"\u30e6\u30cb\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3001manifest.json\u3001pages.json\u3001\u30bf\u30d6\u30d0\u30fc\u3001\u30da\u30fc\u30b8\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3001API\u3092\u542b\u3081\u308b\u3001Schema","index.detail":"\u8a73\u7d30","index.language":"\u8a00\u8a9e","index.language-info":"\u8a2d\u5b9a","index.system-language":"\u30b7\u30b9\u30c6\u30e0\u8a00\u8a9e","index.application-language":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a00\u8a9e","index.language-change-confirm":"\u3053\u306e\u8a2d\u5b9a\u3092\u9069\u7528\u3059\u308b\u3068\u3001\u30a2\u30d7\u30ea\u304c\u518d\u8d77\u52d5\u3057\u307e\u3059"}')},"4f03":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg(this.$t("tips.verifyBodyDate"))}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg(this.$t("tips.verifyBodyDate"));this.startTime=t.detail.value;this.endTime?this.endTime:this.endDate;this.$store.dispatch("GetBodyTrendList",{aud_id:this.user.id,s_time:this.startTime,e_time:this.endTime?this.endTime:this.endDate}),this.showbox(0)},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)0)?i("text",[t._v(t._$s(15,"t0-0",t._s(t.$t("contrast.weightdiffAugment"))))]):i("text",[t._v(t._$s(16,"t0-0",t._s(t.$t("contrast.weightdiff"))))])]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0)?i("text",[t._v(t._$s(19,"t0-0",t._s(t.$t("contrast.fatWdiffAugment"))))]):i("text",[t._v(t._$s(20,"t0-0",t._s(t.$t("contrast.fatWdiff"))))])]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(21,"t1-0",t._s(t.$t("contrast.changeData"))))])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(24,"t1-0",t._s(t.$t("contrast.changeData"))))]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view",[t._v(t._$s(30,"t0-0",t._s(t.$t("contrast.trend"))))]),i("view",[t._v(t._$s(31,"t0-0",t._s(t.$t("contrast.before"))))]),i("view",[t._v(t._$s(32,"t0-0",t._s(t.$t("contrast.after"))))])]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,s,a){return i("view",{key:t._$s(33,"f",{forIndex:s,key:n}),staticClass:t._$s("33-"+a,"sc","li"),attrs:{_i:"33-"+a}},[i("view",{staticClass:t._$s("34-"+a,"sc","name"),attrs:{_i:"34-"+a}},[i("text",[t._v(t._$s("35-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+a,"sc","num"),attrs:{_i:"36-"+a}},[t._$s("37-"+a,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+a,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+a,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+a,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+a}}):t._e(),t._$s("39-"+a,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+a,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+a}}):t._e(),t._$s("40-"+a,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+a,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+a}}):t._e()]),i("view",{staticClass:t._$s("41-"+a,"sc","f"),attrs:{_i:"41-"+a}},[i("view",[t._v(t._$s("42-"+a,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+a,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+a,"sc","f"),attrs:{_i:"44-"+a}},[i("view",[t._v(t._$s("45-"+a,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+a,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},a=[]},"5e4d":function(t,e,i){"use strict";i.r(e);var n=i("eb49"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"5e6a":function(t,e,i){"use strict";i.r(e);var n=i("1091"),s=i("4ff2");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"f4e86178",null,!1,n["a"],void 0);e["default"]=o.exports},"5fc7":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","item-ite"),attrs:{_i:3}},[n("text",[t._v(t._$s(4,"t0-0",t._s(t.info?t.info.average:"--")))])]),n("view",{staticClass:t._$s(5,"sc","item-ite"),attrs:{_i:5}},[n("text")]),n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text",[t._v(t._$s(8,"t0-0",t._s(t.info?t.info.level:"--")))])])])]),n("view",{staticClass:t._$s(9,"sc","box1"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","time"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.info?t.info.time:"")))]),n("view",{staticClass:t._$s(11,"sc","item"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","image"),attrs:{_i:12}},[n("image",{attrs:{src:t._$s(13,"a-src",i("76a4")),_i:13}})]),n("view",{staticClass:t._$s(14,"sc","center mt-15"),attrs:{_i:14}},[n("view",{staticClass:t._$s(15,"sc","level"),attrs:{_i:15}}),n("view",{staticClass:t._$s(16,"sc","level level-bg"),style:t._$s(16,"s",{top:t.info?Number(100-t.info.offset)+"%":"100%"}),attrs:{_i:16}}),t._$s(17,"i",t.info)?n("view",{staticClass:t._$s(17,"sc","level-item"),attrs:{_i:17}},t._l(t._$s(18,"f",{forItems:t.info.list}),(function(e,i,s,a){return n("view",{key:t._$s(18,"f",{forIndex:s,key:"18-"+a}),staticClass:t._$s("18-"+a,"sc","ite"),style:t._$s("18-"+a,"s",{height:100/t.info.list.length+"%"}),attrs:{_i:"18-"+a}},[t._v(t._$s("18-"+a,"t0-0",t._s(e.text)))])})),0):t._e()])]),t._$s(19,"i",t.info)?n("view",{staticClass:t._$s(19,"sc","val"),attrs:{_i:19}},[n("text",[t._v(t._$s(20,"t0-0",t._s(t.info.average)))])]):t._e()]),n("view",{staticClass:t._$s(21,"sc","gridList"),attrs:{_i:21}},[n("view",{staticClass:t._$s(22,"sc","data"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23},on:{click:function(e){return t.navTo("/pages/lunging/charts")}}},[n("view",{staticClass:t._$s(24,"sc","image"),attrs:{_i:24}},[n("image",{attrs:{src:t._$s(25,"a-src",i("5da7")),_i:25}})]),n("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}})]),n("view",{staticClass:t._$s(27,"sc","item"),attrs:{_i:27},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(28,"sc","image"),attrs:{_i:28}},[n("image",{attrs:{src:t._$s(29,"a-src",i("b525")),_i:29}})]),n("view",{staticClass:t._$s(30,"sc","name"),attrs:{_i:30}})]),n("view",{staticClass:t._$s(31,"sc","item"),attrs:{_i:31},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(32,"sc","image"),attrs:{_i:32}},[n("image",{attrs:{src:t._$s(33,"a-src",i("3c04")),_i:33}})]),n("view",{staticClass:t._$s(34,"sc","name"),attrs:{_i:34}})]),n("view",{staticClass:t._$s(35,"sc","item"),attrs:{_i:35},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(36,"sc","image"),attrs:{_i:36}},[n("image",{attrs:{src:t._$s(37,"a-src",i("2437")),_i:37}})]),n("view",{staticClass:t._$s(38,"sc","name"),attrs:{_i:38}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:39}})],1)},s=[]},"60dd":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59"),r=n(i("ea80"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;et.length)&&(e=t.length);for(var i=0,n=new Array(e);i50?t.weight:50)))]):n("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:37},domProps:{value:t._$s(37,"v-model",t.weight)},on:{blur:function(e){t.disabled=!1},input:function(e){e.target.composing||(t.weight=e.target.value)}}}),n("text",{attrs:{_i:38},on:{click:function(e){return t.handleWeightEdit("\u52a0")}}})]),n("text",{staticClass:t._$s(39,"sc","tips"),attrs:{_i:39},on:{click:function(e){t.disabled=!0}}})]),n("view",{class:t._$s(40,"c",[t.isConnection?"start":"start Nstart"]),attrs:{_i:40},on:{click:function(e){return t.handleStart(3)}}})]):t._e(),n("view",{staticClass:t._$s(41,"sc","gridList"),attrs:{_i:41}},[n("view",{staticClass:t._$s(42,"sc","data"),attrs:{_i:42}},[n("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43},on:{click:function(e){return t.navTo("/pages/skiping/charts")}}},[n("view",{staticClass:t._$s(44,"sc","image"),attrs:{_i:44}},[n("image",{attrs:{_i:45}})]),n("view",{staticClass:t._$s(46,"sc","name"),attrs:{_i:46}})]),n("view",{staticClass:t._$s(47,"sc","item"),attrs:{_i:47},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(48,"sc","image"),attrs:{_i:48}},[n("image",{attrs:{_i:49}})]),n("view",{staticClass:t._$s(50,"sc","name"),attrs:{_i:50}})]),n("view",{staticClass:t._$s(51,"sc","item"),attrs:{_i:51},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(52,"sc","image"),attrs:{_i:52}},[n("image",{attrs:{_i:53}})]),n("view",{staticClass:t._$s(54,"sc","name"),attrs:{_i:54}})]),n("view",{staticClass:t._$s(55,"sc","item"),attrs:{_i:55},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(56,"sc","image"),attrs:{_i:56}},[n("image",{attrs:{_i:57}})]),n("view",{staticClass:t._$s(58,"sc","name"),attrs:{_i:58}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:59}})],1)},s=[]},"6a14":function(t,e,i){"use strict";e["a"]=function(t){(t.options.wxs||(t.options.wxs={}))["wxsswipe"]=function(t){var e=!1;function i(t,i){var n=t.instance,s=n.getDataset().disabled,a=n.getState();r(n,i),s=("string"===typeof s?JSON.parse(s):s)||!1,s||(n.requestAnimationFrame((function(){n.removeClass("ani"),i.callMethod("closeSwipe")})),a.x=a.left||0,function(t){var i=t.instance,n=i.getState();c(i);var s=t.touches[0];e&&l()&&(s=t);n.startX=s.clientX,n.startY=s.clientY}(t))}function n(t,i){var n=t.instance,s=n.getDataset().disabled,r=n.getState();s=("string"===typeof s?JSON.parse(s):s)||!1,s||(function(t){var i=t.instance,n=i.getState(),s=t.touches[0];e&&l()&&(s=t);n.deltaX=s.clientX-n.startX,n.deltaY=s.clientY-n.startY,n.offsetY=Math.abs(n.deltaY),n.offsetX=Math.abs(n.deltaX),n.direction=n.direction||function(t,e){if(t>e&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(n.offsetX,n.offsetY)}(t),"horizontal"===r.direction&&(t.preventDefault&&t.preventDefault(),a(r.x+r.deltaX,n,i)))}function s(t,e){var i=t.instance,n=i.getDataset().disabled,s=i.getState();n=("string"===typeof n?JSON.parse(n):n)||!1,n||function(t,e,i){var n=e.getState(),s=n.threshold,a=(n.position,n.isopen||"none"),r=n.leftWidth,c=n.rightWidth;if(0===n.deltaX)return void o("none",e,i);o("none"===a&&c>0&&-t>s||"none"!==a&&c>0&&c+t0&&t>s||"none"!==a&&r>0&&r-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var u=!1;return t.exports={showWatch:function(t,e,i,n){var s=n.getState();r(n,i),t&&"none"!==t?o(t,n,i):(s.left&&o("none",n,i),c(n))},touchstart:i,touchmove:n,touchend:s,mousedown:function(t,n){e&&l()&&(i(t,n),u=!0)},mousemove:function(t,i){e&&l()&&u&&n(t,i)},mouseup:function(t,i){e&&l()&&(s(t,i),u=!1)},mouseleave:function(t,i){e&&l()&&(u=!1)}},t.exports}({exports:{}})}},"6b18":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1}},[i("text",{staticClass:t._$s(2,"sc","overflow"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.info.nickname)))])]),i("table",{staticClass:t._$s(3,"sc","table table3"),attrs:{_i:3}},[i("tr",[i("th"),i("td",[t._v(t._$s(6,"t0-0",t._s(t.info.nickname)))]),i("th"),i("td",[t._v(t._$s(8,"t0-0",t._s(0==t.info.gender?"\u672a\u77e5":1==t.info.gender?"\u7537":"\u5973")))])]),i("tr",[i("th"),i("td",[t._v(t._$s(11,"t0-0",t._s(t.info.birthday)))]),i("th"),i("td",[t._v(t._$s(13,"t0-0",t._s(t.info.age?t.info.age:"0\u5c81")))])])]),i("view",{staticClass:t._$s(14,"sc","title"),attrs:{_i:14}}),i("table",{staticClass:t._$s(15,"sc","table table2"),attrs:{_i:15}},[i("tr",[i("th"),i("th"),i("th")]),i("tr",[i("td"),i("td",[t._v(t._$s(22,"t0-0",t._s(t.height.height?t.height.height:0)))]),i("td",[t._v(t._$s(23,"t0-0",t._s(t.height.statusHeight)))])]),i("tr",[i("td"),i("td",[t._v(t._$s(26,"t0-0",t._s(t.height.halfyearheight?t.height.halfyearheight:0)))]),i("td",[t._v(t._$s(27,"t0-0",t._s(t.height.statusHalfyear)))])]),i("tr",[i("td"),i("td",[t._v(t._$s(30,"t0-0",t._s(t.height.yearheight?t.height.yearheight:0)))]),i("td",[t._v(t._$s(31,"t0-0",t._s(t.height.statusYear)))])])]),i("view",{staticClass:t._$s(32,"sc","box"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","title"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.height.height?t.height.height:0))),t._$s(34,"i",t.height.statusHeight)?i("text",{staticClass:t._$s(34,"sc","btn btn2"),style:t._$s(34,"s",{backgroundColor:t.height.colorHeight}),attrs:{_i:34}},[t._v(t._$s(34,"t0-0",t._s(t.height.statusHeight)))]):t._e()]),i("view",{staticClass:t._$s(35,"sc","rank"),class:t._$s(35,"c",{TextLeft:t.list.length>6}),attrs:{_i:35}},t._l(t._$s(36,"f",{forItems:t.list}),(function(e,n,s,a){return i("view",{key:t._$s(36,"f",{forIndex:s,key:n}),staticClass:t._$s("36-"+a,"sc","list"),attrs:{_i:"36-"+a}},[i("view",{staticClass:t._$s("37-"+a,"sc","left"),attrs:{_i:"37-"+a}},[i("text",[t._v(t._$s("38-"+a,"t0-0",t._s(e.minvalue)))])]),i("view",{staticClass:t._$s("39-"+a,"sc","center"),style:t._$s("39-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"39-"+a}},[i("text",[t._v(t._$s("40-"+a,"t0-0",t._s(e.text)))])]),i("view",{staticClass:t._$s("41-"+a,"sc","right"),attrs:{_i:"41-"+a}},[t._$s("42-"+a,"i",t.height.heightlevel==e.level)?i("view",{style:t._$s("42-"+a,"s",{color:e.color}),attrs:{_i:"42-"+a}},[i("text",{staticClass:t._$s("43-"+a,"sc","triangle_left"),style:t._$s("43-"+a,"s",{borderRightColor:e.color}),attrs:{_i:"43-"+a}}),i("text",{staticClass:t._$s("44-"+a,"sc","text"),attrs:{_i:"44-"+a}},[t._v(t._$s("44-"+a,"t0-0",t._s(t.height.height)))])]):t._e()])])})),0),i("view",{staticClass:t._$s(45,"sc","bottom"),attrs:{_i:45}},[t._v(t._$s(45,"t0-0",t._s(t.user.age))+t._$s(45,"t0-1",t._s(0==t.user.sex?"\u672a\u77e5":1==t.user.sex?"\u7537":"\u5973"))),i("span",{style:t._$s(46,"s",{color:t.height.colorHeight}),attrs:{_i:46}},[t._v(t._$s(46,"t0-0",t._s(t.height.statusHeight)))])])]),i("view",{staticClass:t._$s(47,"sc","box"),attrs:{_i:47}},[i("view",{staticClass:t._$s(48,"sc","title"),attrs:{_i:48}},[t._v(t._$s(48,"t0-0",t._s(t.height.halfyearheight?t.height.halfyearheight:0))),t._$s(49,"i",t.height.statusHalfyear)?i("text",{staticClass:t._$s(49,"sc","btn btn2"),style:t._$s(49,"s",{backgroundColor:t.height.colorHalfyear}),attrs:{_i:49}},[t._v(t._$s(49,"t0-0",t._s(t.height.statusHalfyear)))]):t._e()]),i("view",{staticClass:t._$s(50,"sc","rank"),attrs:{_i:50}},t._l(t._$s(51,"f",{forItems:t.height.halfyearstandlist}),(function(e,n,s,a){return i("view",{key:t._$s(51,"f",{forIndex:s,key:n}),staticClass:t._$s("51-"+a,"sc","list list3"),attrs:{_i:"51-"+a}},[i("view",{staticClass:t._$s("52-"+a,"sc","left"),attrs:{_i:"52-"+a}},[i("text",[t._v(t._$s("53-"+a,"t0-0",t._s(e.val)))])]),i("view",{staticClass:t._$s("54-"+a,"sc","center"),style:t._$s("54-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"54-"+a}},[t._v(t._$s("54-"+a,"t0-0",t._s(e.text)))]),i("view",{staticClass:t._$s("55-"+a,"sc","right"),attrs:{_i:"55-"+a}},[t._$s("56-"+a,"i",t.height.halfyearheightlevel==e.level)?i("view",{style:t._$s("56-"+a,"s",{color:e.color}),attrs:{_i:"56-"+a}},[i("text",{staticClass:t._$s("57-"+a,"sc","triangle_left"),style:t._$s("57-"+a,"s",{borderRightColor:e.color}),attrs:{_i:"57-"+a}}),i("text",{staticClass:t._$s("58-"+a,"sc","text"),attrs:{_i:"58-"+a}},[t._v(t._$s("58-"+a,"t0-0",t._s(t.height.halfyearheight)))])]):t._e()])])})),0),i("view",{staticClass:t._$s(59,"sc","bottom"),attrs:{_i:59}},[i("span",{style:t._$s(60,"s",{color:t.height.colorHalfyear}),attrs:{_i:60}},[t._v(t._$s(60,"t0-0",t._s(t.height.statusHalfyear)))])])]),i("view",{staticClass:t._$s(61,"sc","box"),attrs:{_i:61}},[i("view",{staticClass:t._$s(62,"sc","title"),attrs:{_i:62}},[t._v(t._$s(62,"t0-0",t._s(t.height.yearheight?t.height.yearheight:0))),t._$s(63,"i",t.height.statusYear)?i("text",{staticClass:t._$s(63,"sc","btn btn2"),style:t._$s(63,"s",{backgroundColor:t.height.colorYear}),attrs:{_i:63}},[t._v(t._$s(63,"t0-0",t._s(t.height.statusYear)))]):t._e()]),i("view",{staticClass:t._$s(64,"sc","rank"),attrs:{_i:64}},t._l(t._$s(65,"f",{forItems:t.height.yearstandlist}),(function(e,n,s,a){return i("view",{key:t._$s(65,"f",{forIndex:s,key:n}),staticClass:t._$s("65-"+a,"sc","list list3"),attrs:{_i:"65-"+a}},[i("view",{staticClass:t._$s("66-"+a,"sc","left"),attrs:{_i:"66-"+a}},[i("text",[t._v(t._$s("67-"+a,"t0-0",t._s(e.val)))])]),i("view",{staticClass:t._$s("68-"+a,"sc","center"),style:t._$s("68-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"68-"+a}},[t._v(t._$s("68-"+a,"t0-0",t._s(e.text)))]),i("view",{staticClass:t._$s("69-"+a,"sc","right"),attrs:{_i:"69-"+a}},[t._$s("70-"+a,"i",t.height.yearheightlevel==e.level)?i("view",{style:t._$s("70-"+a,"s",{color:e.color}),attrs:{_i:"70-"+a}},[i("text",{staticClass:t._$s("71-"+a,"sc","triangle_left"),style:t._$s("71-"+a,"s",{borderRightColor:e.color}),attrs:{_i:"71-"+a}}),i("text",{staticClass:t._$s("72-"+a,"sc","text"),attrs:{_i:"72-"+a}},[t._v(t._$s("72-"+a,"t0-0",t._s(t.height.yearheight)))])]):t._e()])])})),0),i("view",{staticClass:t._$s(73,"sc","bottom"),attrs:{_i:73}},[i("span",{style:t._$s(74,"s",{color:t.height.colorYear}),attrs:{_i:74}},[t._v(t._$s(74,"t0-0",t._s(t.height.statusYear)))])])])])},s=[]},"6b35":function(t,e,i){"use strict";i.r(e);var n=i("4b2e"),s=i("0609");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"e97113dc",null,!1,n["a"],void 0);e["default"]=o.exports},"6b79":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{webviewUrl:""}},onLoad:function(e){var i=uni.getStorageSync("token"),n=e.url+"?token="+i+"&id="+e.id;this.webviewUrl=decodeURIComponent(n),t("log","11111",e,n,this.webviewUrl," at pageTwo/webview/webview.vue:18")}};e.default=i}).call(this,i("f3b9")["default"])},"6c4b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{list:[{title:"\u9a71\u866b",type:1,time:"2023/05/15",des:"\u54c8\u54c8\u54c8\u54c8\u6216\u6216\u6216\u6216",static:1}],page:1,lastPage:0}},onLoad:function(){this.page=1},onReachBottom:function(){!this.lastPage||this.page>=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):this.page++},methods:{getList:function(t){var e=this;this.$model.getHistoryList({pageNo:this.page,pageSize:10}).then((function(t){0==t.code&&(e.list=e.list.concat(t.data.rows),e.lastPage=t.data.totalpage)}))},handleDetail:function(){}}};e.default=n},"6cd3":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n;n={data:function(){return{is_show:"none"}},watch:{show:function(t){this.is_show=this.show}},created:function(){this.swipeaction=this.getSwipeAction(),this.swipeaction&&Array.isArray(this.swipeaction.children)&&this.swipeaction.children.push(this)},mounted:function(){this.is_show=this.show},methods:{closeSwipe:function(t){this.autoClose&&this.swipeaction&&this.swipeaction.closeOther(this)},change:function(t){this.$emit("change",t.open),this.is_show!==t.open&&(this.is_show=t.open)},appTouchStart:function(t){var e=t.changedTouches[0].clientX;this.clientX=e,this.timestamp=(new Date).getTime()},appTouchEnd:function(t,e,i,n){var s=t.changedTouches[0].clientX,a=Math.abs(this.clientX-s),r=(new Date).getTime()-this.timestamp;a<40&&r<300&&this.$emit("click",{content:i,index:e,position:n})},onClickForPC:function(t,e,i){}}};var s=n;e.default=s},"6d17":function(t,e,i){"use strict";i.r(e);var n=i("8c66"),s=i("b138");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"6d6d":function(t,e,i){"use strict";i.r(e);var n=i("6da0"),s=i("26c5");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"6d93":function(t,e,i){"use strict";i.r(e);var n=i("d61a"),s=i("fa40");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"d1f15d7a",null,!1,n["a"],void 0);e["default"]=o.exports},"6da0":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("web-view",{attrs:{src:this._$s(0,"a-src",this.webviewUrl),_i:0}})},s=[]},"6df9":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a,r=n(i("7ca3")),o=i("8f59");function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(16,"sc","endtext"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("tips.msgBottom"))))]):t._e()],2):t._e(),t._$s(17,"i",!t.ranklist.length||!t.lastPage)?n("view",{staticClass:t._$s(17,"sc","nolist"),attrs:{_i:17}},[n("image",{attrs:{src:t._$s(18,"a-src",i("8ef2")),_i:18}}),n("text",[t._v(t._$s(19,"t0-0",t._s(t.$t("index.none"))))])]):t._e()])},a=[]},"711b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","chartsview"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","charts-error"),attrs:{_i:1}}),i("view",{staticClass:t._$s(2,"sc","charts-font"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(null==t.errorMessage?"\u8bf7\u70b9\u51fb\u91cd\u8bd5":t.errorMessage)))])])},s=[]},7172:function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var n,s,a,r,o=[],c=!0,l=!1;try{if(a=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(n=a.call(i)).done)&&(o.push(n.value),o.length!==e);c=!0);}catch(t){l=!0,s=t}finally{try{if(!c&&null!=i["return"]&&(r=i["return"](),Object(r)!==r))return}finally{if(l)throw s}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"71e6":function(t,e,i){"use strict";i.r(e);var n=i("552c"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},7438:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniCollapse:i("6d17").default,uniCollapseItem:i("e88d").default,uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content indexCarList"),attrs:{_i:0}},[t._$s(1,"i",t.isShow)?n("headerIndex",{attrs:{isArea:!1,_i:1}}):t._e(),t._$s(2,"i",t.userList.length)?n("view",[t._$s(3,"i",0==t.islink)?n("view",{staticClass:t._$s(3,"sc","bleTips"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.textLink)))]):n("view",{staticClass:t._$s(4,"sc","bleTips2 bleTips"),attrs:{_i:4},on:{click:t.openBluetoothAdapter}},[t._v(t._$s(4,"t0-0",t._s(t.textLink)))])]):t._e(),t._$s(5,"i",t.notices.length)?n("view",{staticClass:t._$s(5,"sc","notice"),attrs:{_i:5}},[n("text",[t._v(t._$s(6,"t0-0",t._s(t.$t("index.notice"))))]),n("swiper",{staticClass:t._$s(7,"sc","swiper"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.notices}),(function(e,i,s,a){return n("swiper-item",{key:t._$s(8,"f",{forIndex:s,key:i}),attrs:{_i:"8-"+a},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("view",{staticClass:t._$s("9-"+a,"sc","overflow"),attrs:{_i:"9-"+a}},[t._v(t._$s("9-"+a,"t0-0",t._s(e.title)))])])})),0)]):t._e(),n("view",{staticClass:t._$s(10,"sc","tools_l"),class:t._$s(10,"c",["zh-Hans"==t.language?"":"list2"]),attrs:{_i:10}},[t._$s(11,"i","zh-Hans"==t.language)?n("view",{staticClass:t._$s(11,"sc","list"),attrs:{_i:11},on:{click:function(e){return t.handleTool("/pages/score/score")}}},[n("image",{attrs:{src:t._$s(12,"a-src",i("e32b")),_i:12}}),n("view",{staticClass:t._$s(13,"sc","text"),attrs:{_i:13}})]):t._e(),n("view",{staticClass:t._$s(14,"sc","list"),attrs:{_i:14},on:{click:function(e){return t.handleTool("/pageTwo/home/bmi")}}},[n("image",{attrs:{src:t._$s(15,"a-src",i("55e3")),_i:15}}),n("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("common.titleBmi"))))])]),n("view",{staticClass:t._$s(17,"sc","list"),attrs:{_i:17},on:{click:function(e){return t.handleTool("/pageTwo/home/inheritHeighet")}}},[n("image",{attrs:{src:t._$s(18,"a-src",i("858a")),_i:18}}),n("view",{staticClass:t._$s(19,"sc","text"),attrs:{_i:19}},[t._v(t._$s(19,"t0-0",t._s(t.$t("common.titleInheritHeighet"))))])]),t._$s(20,"i","zh-Hans"==t.language)?n("view",{staticClass:t._$s(20,"sc","list"),attrs:{_i:20},on:{click:function(e){return t.handleTool("/pages/skiping/skip?acd_id=6")}}},[n("image",{attrs:{src:t._$s(21,"a-src",i("ad05")),_i:21}}),n("view",{staticClass:t._$s(22,"sc","text"),attrs:{_i:22}})]):t._e(),t._$s(23,"i","zh-Hans"==t.language)?n("view",{staticClass:t._$s(23,"sc","list"),attrs:{_i:23},on:{click:function(e){return t.handleTool("/pages/lunging/vitalcapacity?acd_id=8")}}},[n("image",{attrs:{src:t._$s(24,"a-src",i("f179")),_i:24}}),n("view",{staticClass:t._$s(25,"sc","text"),attrs:{_i:25}})]):t._e(),t._$s(26,"i",Number(t.userInfo.age)<=16&&"zh-Hans"==t.language)?n("view",{staticClass:t._$s(26,"sc","list"),attrs:{_i:26},on:{click:function(e){return t.handleTool("/pageTwo/home/childPK")}}},[n("image",{attrs:{src:t._$s(27,"a-src",i("f568")),_i:27}}),n("view",{staticClass:t._$s(28,"sc","text"),attrs:{_i:28}})]):t._e(),n("view",{staticClass:t._$s(29,"sc","list"),attrs:{_i:29},on:{click:function(e){return t.handleTool("/pageTwo/compk/contrast?acd_id=2")}}},[n("image",{attrs:{src:t._$s(30,"a-src",i("ed2f")),_i:30}}),n("view",{staticClass:t._$s(31,"sc","text"),attrs:{_i:31}},[t._v(t._$s(31,"t0-0",t._s(t.$t("common.titleContrast"))))])]),n("view",{staticClass:t._$s(32,"sc","list"),attrs:{_i:32},on:{click:function(e){return t.handleTool("/pages/body/body?acd_id=2")}}},[n("image",{attrs:{src:t._$s(33,"a-src",i("ffaa")),_i:33}}),n("view",{staticClass:t._$s(34,"sc","text"),attrs:{_i:34}},[t._v(t._$s(34,"t0-0",t._s(t.$t("common.titleBody"))))])]),n("view",{staticClass:t._$s(35,"sc","list"),attrs:{_i:35},on:{click:function(e){return t.handleTool()}}},[n("image",{attrs:{src:t._$s(36,"a-src",i("da0a")),_i:36}}),n("view",{staticClass:t._$s(37,"sc","text"),attrs:{_i:37}},[t._v(t._$s(37,"t0-0",t._s(t.$t("index.manualRecording"))))])]),n("view",{staticClass:t._$s(38,"sc","list"),attrs:{_i:38},on:{click:function(e){return t.handleTool("/pageTwo/history/history?acd_id=2")}}},[n("image",{attrs:{src:t._$s(39,"a-src",i("a519")),_i:39}}),n("view",{staticClass:t._$s(40,"sc","text"),attrs:{_i:40}},[t._v(t._$s(40,"t0-0",t._s(t.$t("common.titleHistory"))))])]),t._$s(41,"i",Number(t.userInfo.age)>16&&"zh-Hans"==t.language)?n("view",{staticClass:t._$s(41,"sc","list"),attrs:{_i:41},on:{click:function(e){return t.handleTool("/pageTwo/my/manage")}}},[n("image",{attrs:{src:t._$s(42,"a-src",i("bb78")),_i:42}}),n("view",{staticClass:t._$s(43,"sc","text"),attrs:{_i:43}})]):t._e()]),n("view",{staticClass:t._$s(44,"sc","report"),attrs:{_i:44}},[t._$s(45,"i",t.info&&t.info.top_list.length)?n("view",{staticClass:t._$s(45,"sc","bold mt-10 ml-10 title"),attrs:{_i:45}},[n("view",[t._v(t._$s(46,"t0-0",t._s(t.$t("index.body"))))]),n("view",{staticClass:t._$s(47,"sc","time"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.info?t.info.record_time:"")))])]):t._e(),t._l(t._$s(48,"f",{forItems:t.info.top_list}),(function(e,i,s,a){return t._$s("48-"+a,"i",t.info&&t.info.top_list.length)?n("view",{key:t._$s(48,"f",{forIndex:s,key:"48-"+a}),staticClass:t._$s("48-"+a,"sc","box"),attrs:{_i:"48-"+a}},[n("view",{staticClass:t._$s("49-"+a,"sc","data data2"),style:t._$s("49-"+a,"s",{height:e.difference_val?"60px":"auto"}),attrs:{_i:"49-"+a}},[n("view",{staticClass:t._$s("50-"+a,"sc","left"),class:t._$s("50-"+a,"c",[e.difference_val?"":"left2"]),attrs:{_i:"50-"+a}},[n("view",{staticClass:t._$s("51-"+a,"sc","name bold"),attrs:{_i:"51-"+a}},[t._v(t._$s("51-"+a,"t0-0",t._s(e.name)))]),n("view",[n("text",{staticClass:t._$s("53-"+a,"sc","bold mr-5"),class:t._$s("53-"+a,"c",[e.difference_val?"size26":"size14"]),attrs:{_i:"53-"+a}},[t._v(t._$s("53-"+a,"t0-0",t._s(e.value)))]),t._v(t._$s("52-"+a,"t1-0",t._s(e.unit)))])]),t._$s("54-"+a,"i",e.difference_val)?n("view",{staticClass:t._$s("54-"+a,"sc","right"),attrs:{_i:"54-"+a}},[n("view",[t._v(t._$s("55-"+a,"t0-0",t._s(t.$t("index.ideal")))+t._$s("55-"+a,"t0-1",t._s(e.name)))]),n("view",{staticClass:t._$s("56-"+a,"sc","lixiang"),attrs:{_i:"56-"+a}},[n("view",{staticClass:t._$s("57-"+a,"sc","mr-10"),attrs:{_i:"57-"+a}},[n("text",{staticClass:t._$s("58-"+a,"sc","mr-5"),attrs:{_i:"58-"+a}},[t._v(t._$s("58-"+a,"t0-0",t._s(e.standard_val)))]),t._v(t._$s("57-"+a,"t1-0",t._s(e.unit)))]),n("view",[t._$s("60-"+a,"i",Number(e.difference_val)>0)?n("icon",{staticClass:t._$s("60-"+a,"sc","t-icon t-icon-shang"),attrs:{_i:"60-"+a}}):t._e(),t._$s("61-"+a,"i",Number(e.difference_val)<0)?n("icon",{staticClass:t._$s("61-"+a,"sc","t-icon t-icon-xia"),attrs:{_i:"61-"+a}}):t._e(),t._v(t._$s("59-"+a,"t2-0",t._s(e.difference_val)))])])]):t._e()]),n("view",{staticClass:t._$s("62-"+a,"sc","myinfoPage"),attrs:{_i:"62-"+a}},[n("view",{staticClass:t._$s("63-"+a,"sc","desc"),attrs:{_i:"63-"+a}},[t._$s("64-"+a,"i",e.desc)?n("view",{staticClass:t._$s("64-"+a,"sc","ming size12"),attrs:{_i:"64-"+a}},[t._v(t._$s("64-"+a,"t0-0",t._s(e.desc)))]):t._e(),t._$s("65-"+a,"i",e.list)?n("view",{class:t._$s("65-"+a,"c",[e.list.length?"statuevue":""]),attrs:{_i:"65-"+a}},[n("view",{staticClass:t._$s("66-"+a,"sc","bi"),attrs:{_i:"66-"+a}},[n("view",{staticClass:t._$s("67-"+a,"sc","peobox"),style:t._$s("67-"+a,"s","left:"+e.offset+"%"),attrs:{_i:"67-"+a}},[n("view",{staticClass:t._$s("68-"+a,"sc","xx"),attrs:{_i:"68-"+a}})]),t._l(t._$s("69-"+a,"f",{forItems:e.list}),(function(i,s,r,o){return n("view",{key:t._$s("69-"+a,"f",{forIndex:r,key:s}),staticClass:t._$s("69-"+a+"-"+o,"sc","item"),style:t._$s("69-"+a+"-"+o,"s",{backgroundColor:i.color}),attrs:{_i:"69-"+a+"-"+o}},[n("view",{staticClass:t._$s("70-"+a+"-"+o,"sc","span1"),attrs:{_i:"70-"+a+"-"+o}},[t._v(t._$s("70-"+a+"-"+o,"t0-0",t._s(i.text)))]),t._$s("71-"+a+"-"+o,"i",s2?"space-between":"center"}),attrs:{_i:"157-"+a}},t._l(t._$s("158-"+a,"f",{forItems:e.inside_data}),(function(i,s,r,o){return n("view",{key:t._$s("158-"+a,"f",{forIndex:r,key:"158-"+a+"-"+o}),class:t._$s("158-"+a+"-"+o,"c",[e.inside_data.length>3?"item2":""]),attrs:{_i:"158-"+a+"-"+o}},[n("view",{staticClass:t._$s("159-"+a+"-"+o,"sc","weight"),attrs:{_i:"159-"+a+"-"+o}},[n("text",[t._v(t._$s("160-"+a+"-"+o,"t0-0",t._s(i.value?i.value:"-")))]),t._v(t._$s("159-"+a+"-"+o,"t1-0",t._s(i.unit)))]),t._$s("161-"+a+"-"+o,"i",8!=e.acd_id)?n("view",{staticClass:t._$s("161-"+a+"-"+o,"sc","name mt-5"),attrs:{_i:"161-"+a+"-"+o}},[t._v(t._$s("161-"+a+"-"+o,"t0-0",t._s(i.name)))]):t._e()])})),0)])])}))],2):t._e(),t._$s(162,"i",t.userList.length&&1==t.user.measure_model&&"zh-Hans"==t.language)?n("view",{staticClass:t._$s(162,"sc","setcard"),attrs:{_i:162},on:{click:t.handleCard}}):t._e(),t._$s(163,"i",t.isCoupon)?n("view",{staticClass:t._$s(163,"sc","wrapper"),attrs:{_i:163}},[n("view",{staticClass:t._$s(164,"sc","bg"),attrs:{_i:164},on:{click:function(e){t.isCoupon=!1}}},[n("view",{staticClass:t._$s(165,"sc","edit"),attrs:{_i:165}},[n("swiper",{staticClass:t._$s(166,"sc","text"),attrs:{_i:166}},t._l(t._$s(167,"f",{forItems:t.pop}),(function(e,i,s,a){return n("swiper-item",{key:t._$s(167,"f",{forIndex:s,key:i}),attrs:{_i:"167-"+a},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("image",{attrs:{src:t._$s("168-"+a,"a-src",e.pic),_i:"168-"+a}}),n("view",{staticClass:t._$s("169-"+a,"sc","bold mt-5"),attrs:{_i:"169-"+a}},[t._v(t._$s("169-"+a,"t0-0",t._s(e.title)))])])})),0),n("uni-icons",{staticClass:t._$s(170,"sc","clear"),attrs:{type:"clear",size:"40",_i:170},on:{click:function(e){t.isCoupon=!1}}})],1)])]):t._e(),n("record",{attrs:{rtype:t.rtype,_i:171}})],1)},a=[]},7466:function(t,e,i){"use strict";i.r(e);var n=i("70ac"),s=i("376c");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"397357ae",null,!1,n["a"],void 0);e["default"]=o.exports},7535:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title overflow"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.$t("linkBluetooth.linkBluetoothSuccess"))))]),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("text",[t._v(t._$s(7,"t0-0",t._s(t.$t("tips.msgTitle"))))]),i("text",[t._v(t._$s(8,"t0-0",t._s(t.$t("linkBluetooth.onDeviceMeasureTips"))))]),i("text",[t._v(t._$s(9,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips"))))]),i("text",[t._v(t._$s(10,"t0-0",t._s(t.$t("linkBluetooth.openDeviceeMeasureTips2"))))])])]),t._$s(11,"i",t.isHeight)?i("view",{staticClass:t._$s(11,"sc","wrapper"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","bg"),attrs:{_i:12}}),i("view",{staticClass:t._$s(13,"sc","Blue"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","h4"),attrs:{_i:14}},[t._v(t._$s(14,"t0-0",t._s(t.$t("linkBluetooth.measureResultTips"))))]),i("view",{staticClass:t._$s(15,"sc","Blue-box"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.$t("linkBluetooth.nowWeight")))),i("text",[t._v(t._$s(16,"t0-0",t._s(t.weight))+t._$s(16,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(17,"sc","Blue-box"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.$t("linkBluetooth.lastHeight")))),i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{placeholder:t._$s(18,"a-placeholder",t.$t("tips.verifyHeight")),_i:18},domProps:{value:t._$s(18,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})]),i("view",{staticClass:t._$s(19,"sc","Blue-btn Blue-close"),attrs:{_i:19},on:{click:t.handleBack}},[t._v(t._$s(19,"t0-0",t._s(t.$t("tips.btnSancellation"))))]),i("view",{staticClass:t._$s(20,"sc","Blue-btn"),attrs:{_i:20},on:{click:t.handleGetMeasure}},[t._v(t._$s(20,"t0-0",t._s(t.$t("linkBluetooth.SaveResult"))))])])]):t._e()])},s=[]},"755a":function(t){t.exports=JSON.parse('{"uni-datetime-picker.selectDate":"select date","uni-datetime-picker.selectTime":"select time","uni-datetime-picker.selectDateTime":"select date and time","uni-datetime-picker.startDate":"start date","uni-datetime-picker.endDate":"end date","uni-datetime-picker.startTime":"start time","uni-datetime-picker.endTime":"end time","uni-datetime-picker.ok":"ok","uni-datetime-picker.clear":"clear","uni-datetime-picker.cancel":"cancel","uni-datetime-picker.year":"-","uni-datetime-picker.month":"","uni-calender.MON":"MON","uni-calender.TUE":"TUE","uni-calender.WED":"WED","uni-calender.THU":"THU","uni-calender.FRI":"FRI","uni-calender.SAT":"SAT","uni-calender.SUN":"SUN","uni-calender.confirm":"confirm"}')},"761b":function(t,e,i){"use strict";i.r(e);var n=i("b8fb"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},7647:function(t,e){function i(e,n){return t.exports=i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e,n)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"76a4":function(t,e,i){t.exports=i.p+"static/bae.png"},"777b":function(t,e,i){"use strict";(function(t,n){var s=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=s(i("3b2d")),r=(s(i("e589")),s(i("5003"))),o=s(i("ee48"));function c(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),n=1;n=1&&i<=9&&(i="0"+i),n>=0&&n<=9&&(n="0"+n);var s=e+"-"+i+"-"+n;return s}var u={name:"qiun-data-charts",mixins:[t.mixinDatacom],props:{type:{type:String,default:null},canvasId:{type:String,default:"uchartsid"},canvas2d:{type:Boolean,default:!1},background:{type:String,default:"rgba(0,0,0,0)"},animation:{type:Boolean,default:!0},chartData:{type:Object,default:function(){return{categories:[],series:[]}}},opts:{type:Object,default:function(){return{}}},eopts:{type:Object,default:function(){return{}}},loadingType:{type:Number,default:2},errorShow:{type:Boolean,default:!0},errorReload:{type:Boolean,default:!0},errorMessage:{type:String,default:null},inScrollView:{type:Boolean,default:!1},reshow:{type:Boolean,default:!1},reload:{type:Boolean,default:!1},disableScroll:{type:Boolean,default:!1},optsWatch:{type:Boolean,default:!0},onzoom:{type:Boolean,default:!1},ontap:{type:Boolean,default:!0},ontouch:{type:Boolean,default:!1},onmouse:{type:Boolean,default:!0},onmovetip:{type:Boolean,default:!1},echartsH5:{type:Boolean,default:!1},echartsApp:{type:Boolean,default:!1},tooltipShow:{type:Boolean,default:!0},tooltipFormat:{type:String,default:void 0},tooltipCustom:{type:Object,default:void 0},startDate:{type:String,default:void 0},endDate:{type:String,default:void 0},textEnum:{type:Array,default:function(){return[]}},groupEnum:{type:Array,default:function(){return[]}},pageScrollTop:{type:Number,default:0},directory:{type:String,default:"/"},tapLegend:{type:Boolean,default:!0},menus:{type:Array,default:function(){return[]}},Height:{type:Number,default:340},Width:{type:Number,default:340}},data:function(){return{cid:"uchartsid",inWx:!1,inAli:!1,inTt:!1,inBd:!1,inH5:!1,inApp:!1,inWin:!1,type2d:!0,disScroll:!1,openmouse:!1,pixel:1,cWidth:340,cHeight:240,showchart:!1,echarts:!1,echartsResize:{state:!1},uchartsOpts:{},echartsOpts:{},drawData:{},lastDrawTime:null}},created:function(){if(this.cid=this.canvasId,"uchartsid"==this.canvasId||""==this.canvasId){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",e=t.length,i="",n=0;n<32;n++)i+=t.charAt(Math.floor(Math.random()*e));this.cid=i}var s=uni.getSystemInfoSync();"windows"!==s.platform&&"mac"!==s.platform||(this.inWin=!0),this.type2d=!1,this.disScroll=this.disableScroll},mounted:function(){var t=this;this.inApp=!0,!0===this.echartsApp&&(this.echarts=!0,this.openmouse=!1),this.cWidth=this.Width?this.Width:this.cWidth,this.cHeight=this.Height?this.Height:this.cHeight,this.$nextTick((function(){t.beforeInit()}))},destroyed:function(){!0===this.echarts?(delete o.default.option[this.cid],delete o.default.instance[this.cid]):(delete r.default.option[this.cid],delete r.default.instance[this.cid]),uni.offWindowResize((function(){}))},watch:{chartDataProps:{handler:function(t,e){"object"===(0,a.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&(this._clearChart(),t.series&&t.series.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this.showchart=!1,this.mixinDatacomErrorMessage=null)):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1achartData\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},localdata:{handler:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&(t.length>0?this.beforeInit():(this.mixinDatacomLoading=!0,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage=null))},immediate:!1,deep:!0},optsProps:{handler:function(t,e){"object"===(0,a.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!1===this.echarts&&1==this.optsWatch&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this._clearChart(),this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},eoptsProps:{handler:function(t,e){"object"===(0,a.default)(t)?JSON.stringify(t)!==JSON.stringify(e)&&!0===this.echarts&&this.checkData(this.drawData):(this.mixinDatacomLoading=!1,this.showchart=!1,this.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1aeopts\u6570\u636e\u7c7b\u578b\u9519\u8bef")},immediate:!1,deep:!0},reshow:function(t,e){var i=this;!0===t&&!1===this.mixinDatacomLoading&&setTimeout((function(){i.mixinDatacomErrorMessage=null,i.echartsResize.state=!i.echartsResize.state,i.checkData(i.drawData)}),200)},reload:function(t,e){!0===t&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())},mixinDatacomErrorMessage:function(t,e){t&&(this.emitMsg({name:"error",params:{type:"error",errorShow:this.errorShow,msg:t,id:this.cid}}),this.errorShow&&n("log","[\u79cb\u4e91\u56fe\u8868\u7ec4\u4ef6]"+t," at uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue:567"))},errorMessage:function(t,e){t&&this.errorShow&&null!==t&&"null"!==t&&""!==t?(this.showchart=!1,this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=t):(this.showchart=!1,this.mixinDatacomErrorMessage=null,this.reloading())}},computed:{optsProps:function(){return JSON.parse(JSON.stringify(this.opts))},eoptsProps:function(){return JSON.parse(JSON.stringify(this.eopts))},chartDataProps:function(){return JSON.parse(JSON.stringify(this.chartData))}},methods:{beforeInit:function(){this.mixinDatacomErrorMessage=null,"object"===(0,a.default)(this.chartData)&&null!=this.chartData&&void 0!==this.chartData.series&&this.chartData.series.length>0?(this.drawData=c({},this.chartData),this.mixinDatacomLoading=!1,this.showchart=!0,this.checkData(this.chartData)):this.localdata.length>0?(this.mixinDatacomLoading=!1,this.showchart=!0,this.localdataInit(this.localdata)):""!==this.collection?(this.mixinDatacomLoading=!1,this.getCloudData()):this.mixinDatacomLoading=!0},localdataInit:function(t){if(this.groupEnum.length>0)for(var e=0;e0)for(var n=0;n0)d=this.chartData.categories;else if(this.startDate&&this.endDate){var h=new Date(this.startDate),p=new Date(this.endDate);while(h<=p)d.push(l(h)),h=h.setDate(h.getDate()+1),h=new Date(h)}else{var v={};t.map((function(t,e){void 0==t.text||v[t.text]||(d.push(t.text),v[t.text]=!0)}))}u.categories=d}var g={};if(t.map((function(t,e){void 0==t.group||g[t.group]||(f.push({name:t.group,data:[]}),g[t.group]=!0)})),0==f.length)if(f=[{name:"\u9ed8\u8ba4\u5206\u7ec4",data:[]}],!0===a)for(var _=0;_0)for(var x=0;x0&&(this.mixinDatacomErrorMessage=null,!0===this.echarts?(o.default.option[i].chartData=n,this.$nextTick((function(){e.init()}))):(r.default.option[i].categories=n.categories,r.default.option[i].series=n.series,this.$nextTick((function(){e.init()}))))},resizeHandler:function(){var t=this,e=Date.now(),i=this.lastDrawTime?this.lastDrawTime:e-3e3,n=e-i;if(!(n<1e3))uni.createSelectorQuery().in(this).select("#ChartBoxId"+this.cid).boundingClientRect((function(e){t.showchart=!0,e.width>0&&e.height>0&&(e.width===t.cWidth&&e.height===t.cHeight||t.checkData(t.drawData))})).exec()},getCloudData:function(){var t=this;1!=this.mixinDatacomLoading&&(this.mixinDatacomLoading=!0,this.mixinDatacomGet().then((function(e){t.mixinDatacomResData=e.result.data,t.localdataInit(t.mixinDatacomResData)})).catch((function(e){t.mixinDatacomLoading=!1,t.showchart=!1,t.mixinDatacomErrorMessage="\u8bf7\u6c42\u9519\u8bef\uff1a"+e})))},onMixinDatacomPropsChange:function(t,e){1==t&&""!==this.collection&&(this.showchart=!1,this.mixinDatacomErrorMessage=null,this._clearChart(),this.getCloudData())},_clearChart:function(){var t=this.cid;if(!0!==this.echarts&&r.default.option[t]&&r.default.option[t].context){var e=r.default.option[t].context;"object"!==(0,a.default)(e)||r.default.option[t].update||(e.clearRect(0,0,this.cWidth*this.pixel,this.cHeight*this.pixel),e.draw())}},init:function(){var t=this,e=this.cid;uni.createSelectorQuery().in(this).select("#ChartBoxId"+e).boundingClientRect((function(i){i.width>0&&i.height>0?(t.mixinDatacomLoading=!1,t.showchart=!0,t.lastDrawTime=Date.now(),t.cWidth=i.width,t.cHeight=i.height,!0!==t.echarts&&(r.default.option[e].background="rgba(0,0,0,0)"==t.background?"#FFFFFF":t.background,r.default.option[e].canvas2d=t.type2d,r.default.option[e].pixelRatio=t.pixel,r.default.option[e].animation=t.animation,r.default.option[e].width=i.width*t.pixel,r.default.option[e].height=i.height*t.pixel,r.default.option[e].onzoom=t.onzoom,r.default.option[e].ontap=t.ontap,r.default.option[e].ontouch=t.ontouch,r.default.option[e].onmouse=t.openmouse,r.default.option[e].onmovetip=t.onmovetip,r.default.option[e].tooltipShow=t.tooltipShow,r.default.option[e].tooltipFormat=t.tooltipFormat,r.default.option[e].tooltipCustom=t.tooltipCustom,r.default.option[e].inScrollView=t.inScrollView,r.default.option[e].lastDrawTime=t.lastDrawTime,r.default.option[e].tapLegend=t.tapLegend),t.inH5||t.inApp?1==t.echarts?(o.default.option[e].ontap=t.ontap,o.default.option[e].onmouse=t.openmouse,o.default.option[e].tooltipShow=t.tooltipShow,o.default.option[e].tooltipFormat=t.tooltipFormat,o.default.option[e].tooltipCustom=t.tooltipCustom,o.default.option[e].lastDrawTime=t.lastDrawTime,t.echartsOpts=c({},o.default.option[e])):(r.default.option[e].rotateLock=r.default.option[e].rotate,t.uchartsOpts=c({},r.default.option[e])):(r.default.option[e]=function t(e,i){for(var n in e)e.hasOwnProperty(n)&&null!==e[n]&&"object"===(0,a.default)(e[n])?t(e[n],i):"format"===n&&"string"===typeof e[n]&&(e["formatter"]=i[e[n]]?i[e[n]]:void 0);return e}(r.default.option[e],r.default.formatter),t.mixinDatacomErrorMessage=null,t.mixinDatacomLoading=!1,t.showchart=!0,t.$nextTick((function(){if(!0===t.type2d){var n=uni.createSelectorQuery().in(t);n.select("#"+e).fields({node:!0,size:!0}).exec((function(n){if(n[0]){var s=n[0].node,a=s.getContext("2d");r.default.option[e].context=a,r.default.option[e].rotateLock=r.default.option[e].rotate,r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):(s.width=i.width*t.pixel,s.height=i.height*t.pixel,s._width=i.width*t.pixel,s._height=i.height*t.pixel,setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100))}else t.showchart=!1,t.mixinDatacomErrorMessage="\u53c2\u6570\u9519\u8bef\uff1a\u5f00\u542f2d\u6a21\u5f0f\u540e\uff0c\u672a\u83b7\u53d6\u5230dom\u8282\u70b9\uff0ccanvas-id:"+e}))}else t.inAli&&(r.default.option[e].rotateLock=r.default.option[e].rotate),r.default.option[e].context=uni.createCanvasContext(e,t),r.default.instance[e]&&r.default.option[e]&&!0===r.default.option[e].update?t._updataUChart(e):setTimeout((function(){r.default.option[e].context.restore(),r.default.option[e].context.save(),t._newChart(e)}),100)})))):(t.mixinDatacomLoading=!1,t.showchart=!1,1==t.reshow&&(t.mixinDatacomErrorMessage="\u5e03\u5c40\u9519\u8bef\uff1a\u672a\u83b7\u53d6\u5230\u7236\u5143\u7d20\u5bbd\u9ad8\u5c3a\u5bf8\uff01canvas-id:"+e))})).exec()},saveImage:function(){uni.canvasToTempFilePath({canvasId:this.cid,success:function(t){uni.saveImageToPhotosAlbum({filePath:t.tempFilePath,success:function(){uni.showToast({title:"\u4fdd\u5b58\u6210\u529f",duration:2e3})}})}},this)},getImage:function(){var t=this;if(0==this.type2d)uni.canvasToTempFilePath({canvasId:this.cid,success:function(e){t.emitMsg({name:"getImage",params:{type:"getImage",base64:e.tempFilePath}})}},this);else{var e=uni.createSelectorQuery().in(this);e.select("#"+this.cid).fields({node:!0,size:!0}).exec((function(e){if(e[0]){var i=e[0].node;t.emitMsg({name:"getImage",params:{type:"getImage",base64:i.toDataURL("image/png")}})}}))}},_error:function(t){this.mixinDatacomErrorMessage=t.detail.errMsg},emitMsg:function(t){this.$emit(t.name,t.params)},getRenderType:function(){!0===this.echarts&&!1===this.mixinDatacomLoading&&this.beforeInit()},toJSON:function(){return this}}};e.default=u}).call(this,i("861b")["default"],i("f3b9")["default"])},7931:function(t,e,i){t.exports=i.p+"static/icon4.png"},"793b":function(t,e,i){"use strict";i.r(e);var n=i("20f2"),s=i("69fe");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"2516fd64",null,!1,n["a"],void 0);e["default"]=o.exports},"798a":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e0||"0:0.00"!=toString(r))&&(e.isFinished=!0)),t("log","\u72b6\u6001:",n,s,a,r,e.unit,e.isFinished," at pageTwo/devices/B20.vue:288")}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/B20.vue:292")}})},handleIsLing:function(){this.IsLing||(this.writeBLECharacteristicValue("A6020500076A"),this.IsLing=!0)},handleIsNum:function(){this.writeBLECharacteristicValue("A6020400066A")},writeBLECharacteristicValue:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));t("log","buffer",e,i," at pageTwo/devices/B20.vue:314"),uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/B20.vue:321")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:324")}})},handleGetMeasure:function(){var t=this;t.height?t.$model.getmeasurefunit({adc:0,weight:t.weight+t.unit,height:t.height,aud_id:t.userInfo.id,head_data:t.head?t.head:0}).then((function(e){t.isHeight=!1,t.isSave=!1,0==e.code?(t.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$tools.msg(t.$t("tips.msgSuccess"))):t.$tools.msg(t.$t("tips.msgFail")),t.Unload=!0,uni.switchTab({url:"/pages/home/home"}),setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter()}),200)})):this.$tools.msg(t.$t("tips.verifyHeight"))},handleBack:function(){var e=this,i=new Uint8Array("A6020500076A".match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:e.deviceId,serviceId:e.serviceId,characteristicId:e.write,value:i.buffer,success:function(i){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",i.errMsg," at pageTwo/devices/B20.vue:378"),uni.showToast({title:e.$t("tips.msgResetData"),icon:"none"}),t("log","\u91cd\u7f6e",e.typeInfo,e.weight," at pageTwo/devices/B20.vue:383")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:391")}})},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/B20.vue:401")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/B20.vue:409"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/B20.vue:420")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/B20.vue:432"),e.$store.commit("changeConnected",!1)}})}}};e.default=c}).call(this,i("f3b9")["default"])},"79fd":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var c={data:function(){return{version:0}},computed:function(t){for(var e=1;e0)?n("view",{staticClass:t._$s(32,"sc","name"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.$t("body.Gain_weight"))))]):n("view",{staticClass:t._$s(33,"sc","name"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.$t("body.cumulative_weight"))))])]),n("view",{staticClass:t._$s(34,"sc","item"),attrs:{_i:34},on:{click:function(e){return t.handleClick(2)}}},[n("view",{staticClass:t._$s(35,"sc","val"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.initial_weight:0))),n("text")]),n("view",{staticClass:t._$s(37,"sc","name"),attrs:{_i:37}},[t._v(t._$s(37,"t0-0",t._s(t.$t("body.initial_weight")))),n("uni-icons",{staticClass:t._$s(38,"sc","iconfont icon-bianji"),attrs:{color:"#FEC407",_i:38}})],1)]),n("view",{staticClass:t._$s(39,"sc","item"),attrs:{_i:39}},[n("view",{staticClass:t._$s(40,"sc","val"),attrs:{_i:40}},[t._v(t._$s(40,"t0-0",t._s(t.userInfo.target_current?t.userInfo.target_current.cumulative_day:0))),n("text")]),n("view",{staticClass:t._$s(42,"sc","name"),attrs:{_i:42}},[t._v(t._$s(42,"t0-0",t._s(t.$t("body.cumulative_day"))))])])])]),n("firstweight",{attrs:{type:t.ind,_i:43}})],1)])},a=[]},"84bf":function(t,e,i){"use strict";i.r(e);var n=i("81e2"),s=i("9eed");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"8ee38fcc",null,!1,n["a"],void 0);e["default"]=o.exports},"858a":function(t,e,i){t.exports=i.p+"static/q6.png"},"85d9":function(t){t.exports=JSON.parse('{"tips":{"msgTitle":"\u53cb\u60c5\u63d0\u793a","msgResetData":"\u6570\u636e\u91cd\u7f6e\u4e2d","msgSuccess":"\u6d4b\u91cf\u6210\u529f!","msgFail":"\u6d4b\u91cf\u5931\u8d25!","msgUpgradeFail":"\u5347\u7ea7\u5931\u8d25","msgDownloading":"\u6b63\u5728\u4e0b\u8f7d","msgLatestVersion":"\u5df2\u7ecf\u662f\u6700\u65b0\u7248\u672c\u4e86!","msgCancel":"\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c!","msgLoginSuccess":"\u767b\u5f55\u6210\u529f!","msgDelete":"\u5220\u9664\u6210\u529f","msgSetSuccess":"\u8bbe\u7f6e\u6210\u529f","msgbindt":"\u7ed1\u5b9a\u6210\u529f!","msgUnBind":"\u89e3\u7ed1\u6210\u529f!","msgBottom":"\u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427","msgNoMoreData":"\u6ca1\u6709\u66f4\u591a\u6570\u636e\u4e86\uff01","msgCalculating":"\u8ba1\u7b97\u4e2d","msgSetPasswordSuccess":"\u5bc6\u7801\u8bbe\u7f6e\u6210\u529f,\u8fdb\u5165\u7a0b\u5e8f\u4e2d!","msgAddUser":"\u6682\u65e0\u6210\u5458\uff0c\u8bf7\u5148\u6dfb\u52a0","verifyNickName":"\u8bf7\u8f93\u5165\u6635\u79f0","verifyNotOptional":"\u672a\u6765\u65e5\u671f\u4e0d\u53ef\u9009","verifyDate":"\u8bf7\u9009\u62e9\u6d4b\u91cf\u65e5\u671f","verifyBirthday":"\u8bf7\u9009\u62e9\u51fa\u751f\u65e5\u671f","verifyHeight":"\u8bf7\u8f93\u5165\u8eab\u9ad8","verifyWeight":"\u8bf7\u8f93\u5165\u4f53\u91cd","verifyHead":"\u8bf7\u8f93\u5165\u5934\u56f4","verifyHeightDad":"\u8bf7\u8f93\u5165\u7238\u7238\u8eab\u9ad8","verifyHeightMom":"\u8bf7\u8f93\u5165\u5988\u5988\u8eab\u9ad8","verifyGender":"\u8bf7\u9009\u62e9\u6027\u522b","verifyBontrast":"\u8bf7\u9009\u62e9\u6570\u636e","verifyBodyDate":"\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4","verifyRecordType":"\u8bf7\u9009\u62e9\u6d4b\u91cf\u9879\u76ee","verifyRecordTime":"\u8bf7\u8f93\u5165\u65f6\u957f","verifyRecordNumber":"\u8bf7\u8f93\u5165\u4e2a\u6570","verifyRecord":"\u8bf7\u8f93\u5165","verifyPicker":"\u8bf7\u9009\u62e9","verifyAccount":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7\u6216\u90ae\u7bb1","verifyEmail":"\u8bf7\u8f93\u5165\u90ae\u7bb1","verifyEmailCorrect":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1","verifyMobile":"\u8bf7\u8f93\u5165\u624b\u673a\u53f7","verifyMobileCorrect":"\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7","verifyCode":"\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801","verifyPassword":"\u8bf7\u8f93\u5165\u5bc6\u7801","verifyPasswordTwo":"\u8bf7\u8f93\u5165\u786e\u8ba4\u5bc6\u7801","verifyPasswordCorrect":"\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4","verifyAgreement":"\u8bf7\u5148\u786e\u8ba4\u5e76\u52fe\u9009\u534f\u8bae","verifyOutLogin":"\u662f\u5426\u9000\u51fa\u767b\u5f55\uff1f","verifyDeleteUser":"\u662f\u5426\u5220\u9664\u8be5\u6210\u5458\uff1f","verifyDeleteHistory":"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f","verifyUnbindt":"\u662f\u5426\u89e3\u7ed1\u8be5\u8bbe\u5907\uff1f","verifybindt":"\u662f\u5426\u7ed1\u5b9a\u8be5\u8bbe\u5907\uff1f","verifyDeleteAccount":"\u5220\u9664\u6210\u529f\u540e\uff0c\u8be5\u8d26\u53f7\u7684\u6240\u6709\u5173\u8054\u4fe1\u606f\u5c06\u88ab\u6e05\u7a7a\u4e14\u65e0\u6cd5\u627e\u56de\uff0c\u662f\u5426\u5220\u9664\uff1f","btnConfirm":"\u786e\u8ba4","btnSubmit":"\u63d0\u4ea4","btnSancellation":"\u53d6\u6d88","btnContinue":"\u7ee7\u7eed","btnBack":"\u8fd4\u56de","btnDelete":"\u5220\u9664"},"common":{"titleSetLanguage":"\u8bed\u8a00\u8bbe\u7f6e","titleSkipping":"\u8df3\u7ef3\u6570\u636e","titlevVitalcapacity":"\u80ba\u6d3b\u91cf\u6570\u636e","titleCharts":"\u8fd0\u52a8\u66f2\u7ebf","titleHome":"\u8bb0\u5f55","titleNews":"\u8d44\u8baf","titleMe":"\u6211\u7684","titleScore":"\u4e2d\u62db\u4f30\u5206","titleScoreHistory":"\u4f30\u5206\u5386\u53f2","titleScoreReport":"\u4f30\u5206\u62a5\u544a","titleContrast":"\u6570\u636e\u5bf9\u6bd4","titleDetail":"\u8be6\u60c5","titleBody":"\u66f2\u7ebf/\u76ee\u6807","titleHistory":"\u5386\u53f2\u8bb0\u5f55","titleCardSet":"\u5361\u7247\u8bbe\u7f6e","titlebBusiness":"\u8bbe\u5907\u7ba1\u7406","titleBusinesAdd":"\u6dfb\u52a0\u8bbe\u5907","titleBusinesSList":"\u8bbe\u5907\u5217\u8868","titleBusinesSearch":"\u641c\u7d22\u8bbe\u5907","titleInheritHeighet":"\u8eab\u9ad8\u9884\u6d4b","titleIncrement":"\u589e\u91cf\u5bf9\u6bd4","titleBmi":"BMI\u6d4b\u8bc4","titlePhone":"\u7ed1\u5b9a\u624b\u673a\u53f7","titleEmail":"\u7ed1\u5b9a\u90ae\u7bb1","titlePasswordEdit":"\u4fee\u6539\u5bc6\u7801","titleSet":"\u8bbe\u7f6e","titleDate":"\u65e5\u671f","titleMember":"\u8d44\u6599","titleManage":"\u6210\u5458\u7ba1\u7406","titleManageAdd":"\u6dfb\u52a0\u6210\u5458","titleAboutUs":"\u5173\u4e8e\u6211\u4eec","titleSetPassword":"\u8bbe\u7f6e\u5bc6\u7801","titlePassword":"\u5bc6\u7801","titleConfirmPassword":"\u786e\u8ba4\u5bc6\u7801","titleForgotPassword":"\u5fd8\u8bb0\u5bc6\u7801","titleCode":"\u9a8c\u8bc1\u7801","titleLanguage":"\u8bed\u8a00\u8bbe\u7f6e","titleSendCode":"\u83b7\u53d6\u9a8c\u8bc1\u7801","titleSendCodeRetry":"S\u540e\u91cd\u53d1","titleLogin":"\u767b\u5f55","titleRegister":"\u6ce8\u518c","titleToggleLogin":"\u5207\u6362\u767b\u5f55","titleAccountText":"\u624b\u673a\u53f7/\u90ae\u7bb1","titleAgreementText":"\u9605\u8bfb\u5e76\u540c\u610f","titleAgreementContntText":"\u9690\u79c1\u534f\u8bae","titleVersionUpdate":"\u7248\u672c\u66f4\u65b0","titleNewVersion":"\u65b0\u7248\u672c","infoAvatar":"\u5934\u50cf","infoNickname":"\u6635\u79f0","infoMobile":"\u624b\u673a\u53f7","infoEmail":"\u90ae\u7bb1","infoAge":"\u5e74\u9f84","infoAgeunit":"\u5c81","infoGender":"\u6027\u522b","infoMan":"\u7537","infoWoman":"\u5973","infoUnknown":"\u672a\u77e5","infoBirthday":"\u51fa\u751f\u65e5\u671f","infoNowUser":"\u5f53\u524d","infoHeight":"\u8eab\u9ad8","infoHead":"\u5934\u56f4","infoWeight":"\u4f53\u91cd","infoBMI":"BMI","infoAddress":"\u5730\u533a","btnEdit":"\u7f16\u8f91","btnDelete":"\u5220\u9664","btnAdd":"\u6dfb\u52a0","btnDetails":"\u8be6\u60c5","btnUnbind":"\u89e3\u7ed1","btnBMI":"\u7acb\u5373\u8ba1\u7b97","btnDeleteAccount":"\u5220\u9664\u8d26\u53f7","btnLogOut":"\u9000\u51fa\u767b\u5f55","btnContrast":"\u5bf9\u6bd4"},"linkBluetooth":{"onBluetoothTips":"\u8bf7\u5728\u8bbe\u5907\u5f00\u673a\u72b6\u6001\u4e0b\uff0c\u641c\u7d22\u8bbe\u5907","onBluetoothHaveFound":"\u5df2\u53d1\u73b0","onBluetoothDevice":"\u4e2a\u8bbe\u5907","onBluetoothMac":"mac\u5730\u5740","onBluetoothBind":"\u8bbe\u5907\u7ed1\u5b9a\u6d41\u7a0b\u8bf4\u660e","onBluetoothSelect":"\u9009\u62e9\u84dd\u7259\u8fdb\u884c\u7ed1\u5b9a","onPhoneBluetoothTips":"\u624b\u673a\u84dd\u7259\u672a\u6253\u5f00","onDeviceBluetoothTips":"\u8bf7\u786e\u5b9a\u8bbe\u5907\u662f\u5f00\u673a\u72b6\u6001\u3001\u624b\u673a\u84dd\u7259\u6743\u9650\u5df2\u6253\u5f00\uff01","accreditTips":"\u9700\u8981\u60a8\u6388\u6743\u4f7f\u7528\u624b\u673a\u84dd\u7259","openBluetoothSuccess":"\u84dd\u7259\u6743\u9650\u83b7\u53d6\u6210\u529f,\u91cd\u65b0\u8fde\u63a5\u84dd\u7259","openSettingFail":"\u83b7\u53d6\u6743\u9650\u5931\u8d25\uff0c\u5c06\u65e0\u6cd5\u4f7f\u7528\u624b\u673a\u84dd\u7259\u8fdb\u884c\u6d4b\u91cf","isLinkBluetooth":"\u8bf7\u5148\u8fde\u63a5\u8bbe\u5907","startlinkBluetooth":"\u5f00\u59cb\u8fde\u63a5","linkBluetooth":"\u84dd\u7259\u8fde\u63a5\u4e2d","anewlinkBluetooth":"\u91cd\u65b0\u8fde\u63a5","linkBluetoothFail":"\u8bbe\u5907\u8fde\u63a5\u5931\u8d25\uff0c\u8fd4\u56de\u9996\u9875\u91cd\u65b0\u8fde\u63a5","linkBluetoothSuccess":"\u84dd\u7259\u8fde\u63a5\u6210\u529f\uff0c\u8bf7\u5f00\u59cb\u6d4b\u91cf","startSearchBluetooth":"\u5f00\u59cb\u641c\u7d22","searchBluetooth":"\u84dd\u7259\u641c\u7d22\u4e2d","searchBluetoothFail":"\u91cd\u65b0\u641c\u7d22","Nodevicefound":"\u6ca1\u6709\u641c\u7d22\u5230\u84dd\u7259\u8bbe\u5907","onDeviceMeasureTips":"\u8bf7\u786e\u5b9a\u8bbe\u5907\u662f\u5f00\u673a\u72b6\u6001","openDeviceeMeasureTips":"\u8bf7\u786e\u5b9a\u624b\u673a\u84dd\u7259\u5df2\u6253\u5f00","openDeviceeMeasureTips2":"\u8bf7\u786e\u5b9a\u624b\u673a\u4f4d\u7f6e\u4fe1\u606f\u5df2\u6253\u5f00","deviceDisconnection":"\u6d4b\u91cf\u8fc7\u7a0b\u4e2d\u5df2\u4e0e\u8bbe\u5907\u8fde\u63a5\u4e2d\u65ad\uff0c\u8bf7\u91cd\u65b0\u8fde\u63a5\u8bbe\u5907\u518d\u5f00\u59cb\u6d4b\u91cf","offBluetooth":"\u84dd\u7259\u5df2\u5173\u95ed\uff0c\u8bf7\u91cd\u65b0\u6253\u5f00\u84dd\u7259\u540e\u518d\u5f00\u59cb\u6d4b\u91cf","remeasure":"\u91cd\u65b0\u6d4b\u91cf","StableWeight":"\u7a33\u5b9a\u91cd\u91cf","StableWeightText":"\u60a8\u7684\u7a33\u5b9a\u4f53\u91cd\u662f:","realTimeWeight":"\u5b9e\u65f6\u91cd\u91cf","realTimeWeightText":"\u60a8\u7684\u5b9e\u65f6\u4f53\u91cd\u662f:","heightText":"\u60a8\u7684\u8eab\u9ad8\u662f","zeroBtn":"\u6e05\u96f6","LockBtn":"\u9501\u5b9a","SaveResult":"\u4fdd\u5b58\u7ed3\u679c","measureResultTips":"\u6d4b\u91cf\u7ed3\u679c\u63d0\u793a","nowWeight":"\u672c\u6b21\u6d4b\u91cf\u4f53\u91cd\u662f","lastHeight":"\u4e0a\u6b21\u6d4b\u91cf\u8eab\u9ad8\u662f\uff1a","lastWeight":"\u4e0a\u6b21\u6d4b\u91cf\u4f53\u91cd\u662f\uff1a","nowHeight":"\u672c\u6b21\u6d4b\u91cf\u8eab\u9ad8\u662f\uff1a","lastHead":"\u4e0a\u6b21\u6d4b\u91cf\u5934\u56f4\u662f\uff1a","errorOperation":"\u64cd\u4f5c\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u6d4b\u91cf"},"lung":{"lungTitle":"\u80ba\u6d3b\u91cf\u6d4b\u8bd5","lungExplain0":"\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u80fd\u8ba9\u6211\u4eec\u66f4\u597d\u7684\u4e86\u89e3\u60a8\uff0c\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a\u3002","lungsuction":"\u5438\u6c14\u80ba\u6d3b\u91cf","lungsuctionspeed":"\u5438\u6c14\u901f\u5ea6","averagelungsuction":"\u5e73\u5747\u5438\u6c14\u80ba\u6d3b\u91cf","isMarginal":"\u662f\u5426\u8fbe\u6807","lungHello":"\u60a8\u597d","lungstart":"\u6b21\u6d4b\u8bd5\u5f00\u59cb","lungExplain1":"\u653e\u4e0b\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u547c\u6c14\uff0c\u5c3d\u53ef\u80fd\u6392\u7a7a\u80ba\u90e8\u6c14\u4f53","lungExplain2":"\u4f7f\u7528\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u5438\u6c14\uff0c\u76f4\u81f3\u5230\u8fbe\u6781\u9650","lungExplain3":"\u6839\u636e\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u60a8\u7684\u8fbe\u6807\u5438\u6c14\u80ba\u6d3b\u91cf\u4e3a","nowlungsuctionspeed":"\u60a8\u672c\u6b21\u6d4b\u8bd5\u5438\u6c14\u901f\u5ea6","lungresult":"\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u7ed3\u679c","lungExplain4":"\u7ed3\u5408\u60a8\u7684\u8eab\u4f53\u72b6\u6001\u548c\u6539\u5584\u76ee\u6807\uff0c\u6211\u4eec\u5c06\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a","lunglookreport":"\u67e5\u770b\u672c\u6b21\u62a5\u544a","lunganewstart":"\u79d2\u540e","Marginal":"\u53ca\u683c","lungfirst":"\u60a8\u597d,\u7b2c\u4e00\u6b21\u6d4b\u8bd5\u5f00\u59cb","lungsecond":"\u60a8\u597d,\u7b2c\u4e8c\u6b21\u6d4b\u8bd5\u5f00\u59cb","lungthird":"\u60a8\u597d,\u7b2c\u4e09\u6b21\u6d4b\u8bd5\u5f00\u59cb","oneNumberTips":"\u8bf7\u8f93\u5165\u7b2c\u4e00\u6b21\u5438\u6c14\u503c","twoNumberTips":"\u8bf7\u8f93\u5165\u7b2c\u4e8c\u6b21\u5438\u6c14\u503c","threeNumberTips":"\u8bf7\u8f93\u5165\u7b2c\u4e09\u6b21\u5438\u6c14\u503c"},"skip":{"today_jump_num":"\u4eca\u65e5\u4e2a\u6570","today_jump_time":"\u4eca\u65e5\u65f6\u957f","today_jump_kcal":"\u5361\u8def\u91cc","jumpFree":"\u81ea\u7531\u8df3","backwardCount":"\u5012\u8ba1\u6570","Countdown":"\u5012\u8ba1\u65f6","jumpFreedom":"\u81ea\u7531","jumpFreeDegree":"\u81ea\u7531\u6b21\u6570","jumpFreeNumber":"\u4e2a\u6570","jumpTargetDegree":"\u76ee\u6807\u6b21\u6570","jumpUnlimited":"\u65e0\u9650\u5236","jumpTarget":"\u8c03\u6574\u76ee\u6807","jumpTargetTime":"\u76ee\u6807\u65f6\u957f \u5206:\u79d2","MinuteSecond":"\u5206:\u79d2","Consumed":"\u6d88\u8017","LongpressEnd":"\u957f\u6309\u7ed3\u675f","AverageSpeed":"\u5e73\u5747\u901f\u5ea6","Unit":"\u4e2a/\u5206\u949f","Numberofinterrupts":"\u4e2d\u65ad\u6b21\u6570","Times":"\u6b21","LongestConsecutive":"\u6700\u957f\u8fde\u7eed","Number":"\u4e2a","trainingsNumber":"\u8bad\u7ec3\u4e2a\u6570","complete":"\u5b8c\u6210","instructStart":"\u5f00\u59cb","instructContinuous":"\u8fde\u7eed","instructStop":"\u505c\u6b62","instructEnd":"\u7ed3\u675f","instructContinue":"\u7ee7\u7eed","instructPause":"\u6682\u505c","linkBluetoothFail":"\u8fde\u63a5\u5df2\u65ad\u5f00","deviceDisconnection":"\u8bad\u7ec3\u8fc7\u7a0b\u4e2d\u5df2\u4e0e\u8bbe\u5907\u8fde\u63a5\u4e2d\u65ad\uff0c\u8bf7\u91cd\u65b0\u8fde\u63a5\u8bbe\u5907\u518d\u5f00\u59cb\u8bad\u7ec3","ToggleTrainingsTips":"\u8bad\u7ec3\u8fc7\u7a0b\u4e2d\u8bf7\u52ff\u5207\u6362\u8bad\u7ec3\uff0c\u8fd4\u56de\u8bad\u7ec3","NOComplete":"\u672c\u6b21\u8df3\u7ef3\u65f6\u95f4\u4f4e\u4e8e10\u79d2\uff0c\u8bb0\u5f55\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\uff1f"},"index.home":"\u8bb0\u5f55","index.skipping":"\u667a\u80fd\u8df3\u7ef3","index.vitalcapacity":"\u80ba\u6d3b\u8bad\u7ec3","index.none":"\u6682\u65e0\u6570\u636e","index.body":"\u8eab\u4f53\u62a5\u544a","index.BodyScore":"\u8eab\u4f53\u5f97\u5206","index.BodyType":"\u8eab\u4f53\u7c7b\u578b","index.bmi":"BMI\u6d4b\u8bc4","index.otherData":"\u5176\u4ed6\u6570\u636e","index.dataReference":"\u6570\u636e\u53c2\u8003","index.referencetips":"\u6b64\u6d4b\u91cf\u6570\u636e\u4ec5\u4f9b\u53c2\u8003\uff0c\u4e0d\u53ef\u4ee3\u66ff\u533b\u5b66\u4e13\u4e1a\u6d4b\u8bd5\uff01","index.number":"\u5206","index.no":"\u65e0","index.growthAdvice":"\u6210\u957f\u5efa\u8bae","index.nutrition":"\u8425\u517b","index.sleep":"\u7761\u7720","index.movement":"\u8fd0\u52a8","index.emotion":"\u60c5\u7eea","index.card":"\u5361\u7247\u6570\u636e","index.cardSet":"\u8bbe\u7f6e\u6570\u636e\u9875\u5361\u7247","index.manualRecording":"\u624b\u52a8\u8bb0\u5f55","index.notice":"\u516c\u544a","index.browse":"\u6d4f\u89c8\u91cf","index.Standard":"\u6807\u51c6\u503c","index.ideal":"\u5f53\u524d\u5e74\u9f84\u6bb5\u7406\u60f3","bmi.desc":"BMI\u662f\u8eab\u4f53\u8d28\u91cf\u6307\u6570,\u662f\u76ee\u524d\u56fd\u9645\u4e0a\u5e38\u7528\u7684\u8861\u91cf\u4eba\u4f53\u80d6\u7626\u7a0b\u5ea6\u4ee5\u53ca\u662f\u5426\u5065\u5eb7\u7684\u4e00\u4e2a\u6807\u51c6","inheritHeighet.title":"\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b","inheritHeighet.dad":"\u7238\u7238\u8eab\u9ad8","inheritHeighet.mom":"\u5988\u5988\u8eab\u9ad8","inheritHeighet.geneticheight":"\u5f53\u524d\u6807\u51c6\u8eab\u9ad8","inheritHeighet.adultheight":"\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b","inheritHeighet.tips0":"\u4e3a\u4fdd\u8bc1\u6570\u636e\u51c6\u786e\u5b9a\uff0c\u8bf7\u8ba4\u771f\u586b\u5199\u771f\u5b9e\u4fe1\u606f","inheritHeighet.tips1":"\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe64\u5f53\u524d\u6807\u51c6\u8eab\u9ad8","inheritHeighet.tips2":"\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u4e0d\u5229\u957f\u9ad8\u3002\u8bf7\u4ece\u996e\u98df\u3001\u7761\u7720\u3001\u8fd0\u52a8\u3001\u60c5\u7eea\u7b49\u65b9\u9762\u6392\u67e5\u3002\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u8ba9\u5b69\u5b50\u5904\u4e8e\u6700\u4f73\u957f\u9ad8\u72b6\u6001\u3002","inheritHeighet.tips3":"\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe65\u5f53\u524d\u6807\u51c6\u8eab\u9ad8","inheritHeighet.tips4":"\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u6709\u5229\u957f\u9ad8\u3002\u8bf7\u7ee7\u7eed\u4fdd\u6301\uff0c\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u5b69\u5b50\u6210\u5e74\u53ef\u6bd4\u6807\u51c6\u9ad810cm\u4ee5\u4e0a\u3002","contrast.time":"\u65f6\u95f4(\u5929)","contrast.weightdiff":"\u51cf\u91cd","contrast.weightdiffAugment":"\u589e\u91cd","contrast.fatWdiff":"\u51cf\u8102","contrast.fatWdiffAugment":"\u589e\u8102","contrast.changeData":"\u6570\u636e\u53d8\u5316","contrast.trend":"\u8d8b\u52bf","contrast.before":"\u4e4b\u524d","contrast.after":"\u4e4b\u540e","body.target_weight":"\u76ee\u6807\u4f53\u91cd","body.cumulative_weight":"\u7d2f\u8ba1\u51cf\u91cd","body.initial_weight":"\u521d\u59cb\u4f53\u91cd","body.cumulative_day":"\u51cf\u91cd\u5929\u6570","chartsDay":"\u5f53\u5929","chartsMonth":"\u6708\u5ea6","chartsYear":"\u5e74\u5ea6","recordType":"\u9879\u76ee","recordTime":"\u65f6\u957f","recordNumber":"\u4e2a\u6570","recordNumberFirst":"\u7b2c\u4e00\u6b21","recordNumberSecond":"\u7b2c\u4e8c\u6b21","recordNumberThird":"\u7b2c\u4e09\u6b21"}')},"861b":function(t,i,n){"use strict";(function(t,s){var a=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var r=a(n("127e")),o=a(n("3352")),c=a(n("34cf")),l=a(n("3b2d")),u=a(n("af34")),d=a(n("ee10")),f=a(n("7ca3")),h=a(n("8ffa")),p=a(n("4ffb")),v=a(n("b4d2")),g=a(n("7ce1")),_=a(n("67ad")),m=a(n("0bdb")),y=a(n("cefb"));function b(t,e){var i="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!i){if(Array.isArray(t)||(i=function(t,e){if(!t)return;if("string"===typeof t)return w(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);"Object"===i&&t.constructor&&(i=t.constructor.name);if("Map"===i||"Set"===i)return Array.from(t);if("Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i))return w(t,e)}(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var n=0,s=function(){};return{s:s,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,r=!0,o=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return r=t.done,t},e:function(t){o=!0,a=t},f:function(){try{r||null==i.return||i.return()}finally{if(o)throw a}}}}function w(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i>>2]>>>24-a%4*8&255;e[n+a>>>2]|=r<<24-(n+a)%4*8}else for(a=0;a>>2]=i[a>>>2];return this.sigBytes+=s,this},clamp:function(){var e=this.words,i=this.sigBytes;e[i>>>2]&=4294967295<<32-i%4*8,e.length=t.ceil(i/4)},clone:function(){var t=a.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var i,n=[],s=function(e){e=e;var i=987654321,n=4294967295;return function(){var s=((i=36969*(65535&i)+(i>>16)&n)<<16)+(e=18e3*(65535&e)+(e>>16)&n)&n;return s/=4294967296,(s+=.5)*(t.random()>.5?1:-1)}},a=0;a>>2]>>>24-s%4*8&255;n.push((a>>>4).toString(16)),n.push((15&a).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new r.init(i,e/2)}},l=o.Latin1={stringify:function(t){for(var e=t.words,i=t.sigBytes,n=[],s=0;s>>2]>>>24-s%4*8&255;n.push(String.fromCharCode(a))}return n.join("")},parse:function(t){for(var e=t.length,i=[],n=0;n>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new r.init(i,e)}},u=o.Utf8={stringify:function(t){try{return decodeURIComponent(escape(l.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return l.parse(unescape(encodeURIComponent(t)))}},d=s.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=u.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var i=this._data,n=i.words,s=i.sigBytes,a=this.blockSize,o=s/(4*a),c=(o=e?t.ceil(o):t.max((0|o)-this._minBufferSize,0))*a,l=t.min(4*c,s);if(c){for(var u=0;u>>24)|4278255360&(s<<24|s>>>8)}var a=this._hash.words,r=t[e+0],c=t[e+1],h=t[e+2],p=t[e+3],v=t[e+4],g=t[e+5],_=t[e+6],m=t[e+7],y=t[e+8],b=t[e+9],w=t[e+10],x=t[e+11],$=t[e+12],C=t[e+13],k=t[e+14],T=t[e+15],S=a[0],D=a[1],P=a[2],O=a[3];S=l(S,D,P,O,r,7,o[0]),O=l(O,S,D,P,c,12,o[1]),P=l(P,O,S,D,h,17,o[2]),D=l(D,P,O,S,p,22,o[3]),S=l(S,D,P,O,v,7,o[4]),O=l(O,S,D,P,g,12,o[5]),P=l(P,O,S,D,_,17,o[6]),D=l(D,P,O,S,m,22,o[7]),S=l(S,D,P,O,y,7,o[8]),O=l(O,S,D,P,b,12,o[9]),P=l(P,O,S,D,w,17,o[10]),D=l(D,P,O,S,x,22,o[11]),S=l(S,D,P,O,$,7,o[12]),O=l(O,S,D,P,C,12,o[13]),P=l(P,O,S,D,k,17,o[14]),S=u(S,D=l(D,P,O,S,T,22,o[15]),P,O,c,5,o[16]),O=u(O,S,D,P,_,9,o[17]),P=u(P,O,S,D,x,14,o[18]),D=u(D,P,O,S,r,20,o[19]),S=u(S,D,P,O,g,5,o[20]),O=u(O,S,D,P,w,9,o[21]),P=u(P,O,S,D,T,14,o[22]),D=u(D,P,O,S,v,20,o[23]),S=u(S,D,P,O,b,5,o[24]),O=u(O,S,D,P,k,9,o[25]),P=u(P,O,S,D,p,14,o[26]),D=u(D,P,O,S,y,20,o[27]),S=u(S,D,P,O,C,5,o[28]),O=u(O,S,D,P,h,9,o[29]),P=u(P,O,S,D,m,14,o[30]),S=d(S,D=u(D,P,O,S,$,20,o[31]),P,O,g,4,o[32]),O=d(O,S,D,P,y,11,o[33]),P=d(P,O,S,D,x,16,o[34]),D=d(D,P,O,S,k,23,o[35]),S=d(S,D,P,O,c,4,o[36]),O=d(O,S,D,P,v,11,o[37]),P=d(P,O,S,D,m,16,o[38]),D=d(D,P,O,S,w,23,o[39]),S=d(S,D,P,O,C,4,o[40]),O=d(O,S,D,P,r,11,o[41]),P=d(P,O,S,D,p,16,o[42]),D=d(D,P,O,S,_,23,o[43]),S=d(S,D,P,O,b,4,o[44]),O=d(O,S,D,P,$,11,o[45]),P=d(P,O,S,D,T,16,o[46]),S=f(S,D=d(D,P,O,S,h,23,o[47]),P,O,r,6,o[48]),O=f(O,S,D,P,m,10,o[49]),P=f(P,O,S,D,k,15,o[50]),D=f(D,P,O,S,g,21,o[51]),S=f(S,D,P,O,$,6,o[52]),O=f(O,S,D,P,p,10,o[53]),P=f(P,O,S,D,w,15,o[54]),D=f(D,P,O,S,c,21,o[55]),S=f(S,D,P,O,y,6,o[56]),O=f(O,S,D,P,T,10,o[57]),P=f(P,O,S,D,_,15,o[58]),D=f(D,P,O,S,C,21,o[59]),S=f(S,D,P,O,v,6,o[60]),O=f(O,S,D,P,x,10,o[61]),P=f(P,O,S,D,h,15,o[62]),D=f(D,P,O,S,b,21,o[63]),a[0]=a[0]+S|0,a[1]=a[1]+D|0,a[2]=a[2]+P|0,a[3]=a[3]+O|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,s=8*e.sigBytes;i[s>>>5]|=128<<24-s%32;var a=t.floor(n/4294967296),r=n;i[15+(s+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),i[14+(s+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(i.length+1),this._process();for(var o=this._hash,c=o.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return o},clone:function(){var t=a.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,e,i,n,s,a,r){var o=t+(e&i|~e&n)+s+r;return(o<>>32-a)+e}function u(t,e,i,n,s,a,r){var o=t+(e&n|i&~n)+s+r;return(o<>>32-a)+e}function d(t,e,i,n,s,a,r){var o=t+(e^i^n)+s+r;return(o<>>32-a)+e}function f(t,e,i,n,s,a,r){var o=t+(i^(e|~n))+s+r;return(o<>>32-a)+e}e.MD5=a._createHelper(c),e.HmacMD5=a._createHmacHelper(c)}(Math),i.MD5)})),k((function(t,e){var i;t.exports=(i=S,void function(){var t=i,e=t.lib.Base,n=t.enc.Utf8;t.algo.HMAC=e.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=n.parse(e));var i=t.blockSize,s=4*i;e.sigBytes>s&&(e=t.finalize(e)),e.clamp();for(var a=this._oKey=e.clone(),r=this._iKey=e.clone(),o=a.words,c=r.words,l=0;l>>6-r%4*2;s[a>>>2]|=(o|c)<<24-a%4*8,a++}return e.create(s,a)}t.enc.Base64={stringify:function(t){var e=t.words,i=t.sigBytes,n=this._map;t.clamp();for(var s=[],a=0;a>>2]>>>24-a%4*8&255)<<16|(e[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|e[a+2>>>2]>>>24-(a+2)%4*8&255,o=0;o<4&&a+.75*o>>6*(3-o)&63));var c=n.charAt(64);if(c)for(;s.length%4;)s.push(c);return s.join("")},parse:function(t){var e=t.length,i=this._map,s=this._reverseMap;if(!s){s=this._reverseMap=[];for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},i=e.createPromise,n=e.retryRule,s=void 0===n?N:n;(0,_.default)(this,t),this.createPromise=i,this.status=null,this.promise=null,this.retryRule=s}return(0,m.default)(t,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case N:return this.status===B;case U:return this.status!==I}}},{key:"exec",value:function(){var t=this;return this.needRetry?(this.status=I,this.promise=this.createPromise().then((function(e){return t.status=M,Promise.resolve(e)}),(function(e){return t.status=B,Promise.reject(e)})),this.promise):this.promise}}]),t}();function z(t){return t&&"string"==typeof t?JSON.parse(t):t}var W=z([]),V="app",q=(z(void 0),z([])||[]);try{(n("33eb").default||n("33eb")).appid}catch(e){}var G={};function J(t){var e,i,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e=G,i=t,Object.prototype.hasOwnProperty.call(e,i)||(G[t]=n),G[t]}"app"===V&&(G=uni._globalUniCloudObj?uni._globalUniCloudObj:uni._globalUniCloudObj={});var Y=["invoke","success","fail","complete"],K=J("_globalUniCloudInterceptor");function X(t,e){K[t]||(K[t]={}),E(e)&&Object.keys(e).forEach((function(i){Y.indexOf(i)>-1&&function(t,e,i){var n=K[t][e];n||(n=K[t][e]=[]),-1===n.indexOf(i)&&F(i)&&n.push(i)}(t,i,e[i])}))}function Q(t,e){K[t]||(K[t]={}),E(e)?Object.keys(e).forEach((function(i){Y.indexOf(i)>-1&&function(t,e,i){var n=K[t][e];if(n){var s=n.indexOf(i);s>-1&&n.splice(s,1)}}(t,i,e[i])})):delete K[t]}function Z(t,e){return t&&0!==t.length?t.reduce((function(t,i){return t.then((function(){return i(e)}))}),Promise.resolve()):Promise.resolve()}function tt(t,e){return K[t]&&K[t][e]||[]}function et(t){X("callObject",t)}var it=J("_globalUniCloudListener"),nt="response",st="needLogin",at="refreshToken",rt="clientdb",ot="cloudfunction",ct="cloudobject";function lt(t){return it[t]||(it[t]=[]),it[t]}function ut(t,e){var i=lt(t);i.includes(e)||i.push(e)}function dt(t,e){var i=lt(t),n=i.indexOf(e);-1!==n&&i.splice(n,1)}function ft(t,e){for(var i=lt(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:0;if(!(t>=10))return t++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(t):this.cause}}}]),i}((0,g.default)(Error)),bt={request:function(t){return uni.request(t)},uploadFile:function(t){return uni.uploadFile(t)},setStorageSync:function(t,e){return uni.setStorageSync(t,e)},getStorageSync:function(t){return uni.getStorageSync(t)},removeStorageSync:function(t){return uni.removeStorageSync(t)},clearStorageSync:function(){return uni.clearStorageSync()},connectSocket:function(t){return uni.connectSocket(t)}};function wt(){return{token:bt.getStorageSync("uni_id_token")||bt.getStorageSync("uniIdToken"),tokenExpired:bt.getStorageSync("uni_id_token_expired")}}function xt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.token,i=t.tokenExpired;e&&bt.setStorageSync("uni_id_token",e),i&&bt.setStorageSync("uni_id_token_expired",i)}function $t(){return _t||(_t=uni.getSystemInfoSync()),_t}var Ct={};function kt(){var t=uni.getLocale&&uni.getLocale()||"en";if(mt)return $($($({},Ct),mt),{},{locale:t,LOCALE:t});var e=$t(),i=e.deviceId,n=e.osName,s=e.uniPlatform,a=e.appId,r=["appId","appLanguage","appName","appVersion","appVersionCode","appWgtVersion","browserName","browserVersion","deviceBrand","deviceId","deviceModel","deviceType","osName","osVersion","romName","romVersion","ua","hostName","hostVersion","uniPlatform","uniRuntimeVersion","uniRuntimeVersionCode","uniCompilerVersion","uniCompilerVersionCode"];for(var o in e)Object.hasOwnProperty.call(e,o)&&-1===r.indexOf(o)&&delete e[o];return mt=$($({PLATFORM:s,OS:n,APPID:a,DEVICEID:i},function(){var t,e;try{if(uni.getLaunchOptionsSync){if(uni.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var i=uni.getLaunchOptionsSync(),n=i.scene,s=i.channel;t=s,e=n}}catch(t){}return{channel:t,scene:e}}()),e),$($($({},Ct),mt),{},{locale:t,LOCALE:t})}var Tt,St={sign:function(t,e){var i="";return Object.keys(t).sort().forEach((function(e){t[e]&&(i=i+"&"+e+"="+t[e])})),i=i.slice(1),D(i,e).toString()},wrappedRequest:function(t,e){return new Promise((function(i,n){e(Object.assign(t,{complete:function(t){t||(t={});var e=t.data&&t.data.header&&t.data.header["x-serverless-request-id"]||t.header&&t.header["request-id"];if(!t.statusCode||t.statusCode>=400){var s=t.data&&t.data.error&&t.data.error.code||"SYS_ERR",a=t.data&&t.data.error&&t.data.error.message||t.errMsg||"request:fail";return n(new yt({code:s,message:a,requestId:e}))}var r=t.data;if(r.error)return n(new yt({code:r.error.code,message:r.error.message,requestId:e}));r.result=r.data,r.requestId=e,delete r.data,i(r)}}))}))},toBase64:function(t){return O.stringify(P.parse(t))}},Dt=function(){function t(e){var i=this;(0,_.default)(this,t),["spaceId","clientSecret"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),this.config=Object.assign({},{endpoint:0===e.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},e),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=bt,this._getAccessTokenPromiseHub=new H({createPromise:function(){return i.requestAuth(i.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(t){if(!t.result||!t.result.accessToken)throw new yt({code:"AUTH_FAILED",message:"\u83b7\u53d6accessToken\u5931\u8d25"});i.setAccessToken(t.result.accessToken)}))},retryRule:U})}return(0,m.default)(t,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(t){this.accessToken=t}},{key:"requestWrapped",value:function(t){return St.wrappedRequest(t,this.adapter.request)}},{key:"requestAuth",value:function(t){return this.requestWrapped(t)}},{key:"request",value:function(t,e){var i=this;return Promise.resolve().then((function(){return i.hasAccessToken?e?i.requestWrapped(t):i.requestWrapped(t).catch((function(e){return new Promise((function(t,i){!e||"GATEWAY_INVALID_TOKEN"!==e.code&&"InvalidParameter.InvalidToken"!==e.code?i(e):t()})).then((function(){return i.getAccessToken()})).then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))})):i.getAccessToken().then((function(){var e=i.rebuildRequest(t);return i.request(e,!0)}))}))}},{key:"rebuildRequest",value:function(t){var e=Object.assign({},t);return e.data.token=this.accessToken,e.header["x-basement-token"]=this.accessToken,e.header["x-serverless-sign"]=St.sign(e.data,this.config.clientSecret),e}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};return"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:n}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this.getAccessToken();case 2:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"callFunction",value:function(t){var e={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:t.name,functionArgs:t.data||{}})};return this.request(this.setupRequest(e))}},{key:"getOSSUploadOptionsFromPath",value:function(t){var e={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,s=t.name,a=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:s,filePath:a,fileType:r,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(t){var e={method:"serverless.file.resource.report",params:JSON.stringify(t)};return this.request(this.setupRequest(e))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c,l,u,d,f,h,p,v,g,_,m,y,b,w,x,$,C;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,s=e.fileType,a=void 0===s?"image":s,o=e.cloudPathAsRealPath,c=void 0!==o&&o,l=e.onUploadProgress,u=e.config,"string"===j(n)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(n=n.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(n)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:if(d=u&&u.envType||this.config.envType,!(c&&("/"!==n[0]&&(n="/"+n),n.indexOf("\\")>-1))){t.next=10;break}throw new yt({code:"INVALID_PARAM",message:"\u4f7f\u7528cloudPath\u4f5c\u4e3a\u8def\u5f84\u65f6\uff0ccloudPath\u4e0d\u53ef\u5305\u542b\u201c\\\u201d"});case 10:return t.next=12,this.getOSSUploadOptionsFromPath({env:d,filename:c?n.split("/").pop():n,fileId:c?n:void 0});case 12:return f=t.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,v=f.accessKeyId,g=f.signature,_=f.host,m=f.ossPath,y=f.id,b=f.policy,w=f.ossCallbackUrl,x={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:v,Signature:g,host:_,id:y,key:m,policy:b,success_action_status:200},p&&(x["x-oss-security-token"]=p),w&&($=JSON.stringify({callbackUrl:w,callbackBody:JSON.stringify({fileId:y,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),x.callback=St.toBase64($)),C={url:"https://"+f.host,formData:x,fileName:"file",name:"file",filePath:i,fileType:a},t.next=27,this.uploadFileToOSS(Object.assign({},C,{onUploadProgress:l}));case 27:if(!w){t.next=29;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 29:return t.next=31,this.reportOSSUpload({id:y});case 31:if(!t.sent.success){t.next=33;break}return t.abrupt("return",{success:!0,filePath:i,fileID:h});case 33:throw new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"});case 34:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList;return new Promise((function(t,i){Array.isArray(e)&&0!==e.length||i(new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"})),t({fileList:e.map((function(t){return{fileID:t,tempFileURL:t}}))})}))}},{key:"getFileInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=s.length>0&&void 0!==s[0]?s[0]:{},i=e.fileList,Array.isArray(i)&&0!==i.length){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});case 3:return n={method:"serverless.file.resource.info",params:JSON.stringify({id:i.map((function(t){return t.split("?")[0]})).join(",")})},t.next=6,this.request(this.setupRequest(n));case 6:return t.t0=t.sent.result,t.abrupt("return",{fileList:t.t0});case 8:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()}]),t}(),Pt={init:function(t){var e=new Dt(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Ot="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(t){t.local="local",t.none="none",t.session="session"}(Tt||(Tt={}));var At,Lt=function(){},It=k((function(t,e){var i;t.exports=(i=S,function(t){var e=i,n=e.lib,s=n.WordArray,a=n.Hasher,r=e.algo,o=[],c=[];!function(){function e(e){for(var i=t.sqrt(e),n=2;n<=i;n++)if(!(e%n))return!1;return!0}function i(t){return 4294967296*(t-(0|t))|0}for(var n=2,s=0;s<64;)e(n)&&(s<8&&(o[s]=i(t.pow(n,.5))),c[s]=i(t.pow(n,1/3)),s++),n++}();var l=[],u=r.SHA256=a.extend({_doReset:function(){this._hash=new s.init(o.slice(0))},_doProcessBlock:function(t,e){for(var i=this._hash.words,n=i[0],s=i[1],a=i[2],r=i[3],o=i[4],u=i[5],d=i[6],f=i[7],h=0;h<64;h++){if(h<16)l[h]=0|t[e+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],_=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+_+l[h-16]}var m=n&s^n&a^s&a,y=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=f+((o<<26|o>>>6)^(o<<21|o>>>11)^(o<<7|o>>>25))+(o&u^~o&d)+c[h]+l[h];f=d,d=u,u=o,o=r+b|0,r=a,a=s,s=n,n=b+(y+m)|0}i[0]=i[0]+n|0,i[1]=i[1]+s|0,i[2]=i[2]+a|0,i[3]=i[3]+r|0,i[4]=i[4]+o|0,i[5]=i[5]+u|0,i[6]=i[6]+d|0,i[7]=i[7]+f|0},_doFinalize:function(){var e=this._data,i=e.words,n=8*this._nDataBytes,s=8*e.sigBytes;return i[s>>>5]|=128<<24-s%32,i[14+(s+64>>>9<<4)]=t.floor(n/4294967296),i[15+(s+64>>>9<<4)]=n,e.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var t=a.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA256=a._createHelper(u),e.HmacSHA256=a._createHmacHelper(u)}(Math),i.SHA256)})),Mt=It,Bt=k((function(t,e){t.exports=S.HmacSHA256})),jt=function(){var t;if(!Promise){t=function(){},t.promise={};var e=function(){throw new yt({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(t.promise,"then",{get:e}),Object.defineProperty(t.promise,"catch",{get:e}),t}var i=new Promise((function(e,i){t=function(t,n){return t?i(t):e(n)}}));return t.promise=i,t};function Et(t){return void 0===t}function Ft(t){return"[object Null]"===Object.prototype.toString.call(t)}!function(t){t.WEB="web",t.WX_MP="wx_mp"}(At||(At={}));var Rt={adapter:null,runtime:void 0},Nt=["anonymousUuidKey"],Ut=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),Rt.adapter.root.tcbObject||(Rt.adapter.root.tcbObject={}),t}return(0,m.default)(i,[{key:"setItem",value:function(t,e){Rt.adapter.root.tcbObject[t]=e}},{key:"getItem",value:function(t){return Rt.adapter.root.tcbObject[t]}},{key:"removeItem",value:function(t){delete Rt.adapter.root.tcbObject[t]}},{key:"clear",value:function(){delete Rt.adapter.root.tcbObject}}]),i}(Lt);function Ht(t,e){switch(t){case"local":return e.localStorage||new Ut;case"none":return new Ut;default:return e.sessionStorage||new Ut}}var zt=function(){function t(e){if((0,_.default)(this,t),!this._storage){this._persistence=Rt.adapter.primaryStorage||e.persistence,this._storage=Ht(this._persistence,Rt.adapter);var i="access_token_".concat(e.env),n="access_token_expire_".concat(e.env),s="refresh_token_".concat(e.env),a="anonymous_uuid_".concat(e.env),r="login_type_".concat(e.env),o="user_info_".concat(e.env);this.keys={accessTokenKey:i,accessTokenExpireKey:n,refreshTokenKey:s,anonymousUuidKey:a,loginTypeKey:r,userInfoKey:o}}}return(0,m.default)(t,[{key:"updatePersistence",value:function(t){if(t!==this._persistence){var e="local"===this._persistence;this._persistence=t;var i=Ht(t,Rt.adapter);for(var n in this.keys){var s=this.keys[n];if(!e||!Nt.includes(n)){var a=this._storage.getItem(s);Et(a)||Ft(a)||(i.setItem(s,a),this._storage.removeItem(s))}}this._storage=i}}},{key:"setStore",value:function(t,e,i){if(this._storage){var n={version:i||"localCachev1",content:e},s=JSON.stringify(n);try{this._storage.setItem(t,s)}catch(t){throw t}}}},{key:"getStore",value:function(t,e){try{if(!this._storage)return}catch(t){return""}e=e||"localCachev1";var i=this._storage.getItem(t);return i&&i.indexOf(e)>=0?JSON.parse(i).content:""}},{key:"removeStore",value:function(t){this._storage.removeItem(t)}}]),t}(),Wt={},Vt={};function qt(t){return Wt[t]}var Gt=(0,m.default)((function t(e,i){(0,_.default)(this,t),this.data=i||null,this.name=e})),Jt=function(t){(0,h.default)(i,t);var e=C(i);function i(t,n){var s;return(0,_.default)(this,i),s=e.call(this,"error",{error:t,data:n}),s.error=t,s}return(0,m.default)(i)}(Gt),Yt=new(function(){function t(){(0,_.default)(this,t),this._listeners={}}return(0,m.default)(t,[{key:"on",value:function(t,e){return function(t,e,i){i[t]=i[t]||[],i[t].push(e)}(t,e,this._listeners),this}},{key:"off",value:function(t,e){return function(t,e,i){if(i&&i[t]){var n=i[t].indexOf(e);-1!==n&&i[t].splice(n,1)}}(t,e,this._listeners),this}},{key:"fire",value:function(t,e){if(t instanceof Jt)return console.error(t.error),this;var i="string"==typeof t?new Gt(t,e||{}):t,n=i.name;if(this._listens(n)){i.target=this;var s,a=this._listeners[n]?(0,u.default)(this._listeners[n]):[],r=b(a);try{for(r.s();!(s=r.n()).done;){var o=s.value;o.call(this,i)}}catch(c){r.e(c)}finally{r.f()}}return this}},{key:"_listens",value:function(t){return this._listeners[t]&&this._listeners[t].length>0}}]),t}());function Kt(t,e){Yt.on(t,e)}function Xt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Yt.fire(t,e)}function Qt(t,e){Yt.off(t,e)}var Zt,te="loginStateChanged",ee="loginStateExpire",ie="loginTypeChanged",ne="anonymousConverted",se="refreshAccessToken";!function(t){t.ANONYMOUS="ANONYMOUS",t.WECHAT="WECHAT",t.WECHAT_PUBLIC="WECHAT-PUBLIC",t.WECHAT_OPEN="WECHAT-OPEN",t.CUSTOM="CUSTOM",t.EMAIL="EMAIL",t.USERNAME="USERNAME",t.NULL="NULL"}(Zt||(Zt={}));var ae=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],re={"X-SDK-Version":"1.3.5"};function oe(t,e,i){var n=t[e];t[e]=function(e){var s={},a={};i.forEach((function(i){var n=i.call(t,e),r=n.data,o=n.headers;Object.assign(s,r),Object.assign(a,o)}));var r=e.data;return r&&function(){var t;if(t=r,"[object FormData]"!==Object.prototype.toString.call(t))e.data=$($({},r),s);else for(var i in s)r.append(i,s[i])}(),e.headers=$($({},e.headers||{}),a),n.call(t,e)}}function ce(){var t=Math.random().toString(16).slice(2);return{data:{seqId:t},headers:$($({},re),{},{"x-seqid":t})}}var le=function(){function t(){var e,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,_.default)(this,t),this.config=i,this._reqClass=new Rt.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"\u8bf7\u6c42\u5728".concat(this.config.timeout/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad"),restrictedMethods:["post"]}),this._cache=qt(this.config.env),this._localCache=(e=this.config.env,Vt[e]),oe(this._reqClass,"post",[ce]),oe(this._reqClass,"upload",[ce]),oe(this._reqClass,"download",[ce])}return(0,m.default)(t,[{key:"post",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.post(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"upload",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.upload(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"download",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._reqClass.download(e);case 2:return t.abrupt("return",t.sent);case 3:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),t.prev=1,t.next=4,this._refreshAccessTokenPromise;case 4:e=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t["catch"](1),i=t.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!i){t.next=12;break}throw i;case 12:return t.abrupt("return",e);case 13:case"end":return t.stop()}}),t,this,[[1,7]])})));return function(){return t.apply(this,arguments)}}()},{key:"_refreshAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c,l,u,d,f,h,p;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey,a=e.loginTypeKey,o=e.anonymousUuidKey,this._cache.removeStore(i),this._cache.removeStore(n),c=this._cache.getStore(s),c){t.next=5;break}throw new yt({message:"\u672a\u767b\u5f55CloudBase"});case 5:return l={refresh_token:c},t.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",l);case 8:if(u=t.sent,!u.data.code){t.next=21;break}if(d=u.data.code,"SIGN_PARAM_INVALID"!==d&&"REFRESH_TOKEN_EXPIRED"!==d&&"INVALID_REFRESH_TOKEN"!==d){t.next=20;break}if(this._cache.getStore(a)!==Zt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==d){t.next=19;break}return f=this._cache.getStore(o),h=this._cache.getStore(s),t.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=t.sent,t.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:Xt(ee),this._cache.removeStore(s);case 20:throw new yt({code:u.data.code,message:"\u5237\u65b0access token\u5931\u8d25\uff1a".concat(u.data.code)});case 21:if(!u.data.access_token){t.next=23;break}return t.abrupt("return",(Xt(se),this._cache.setStore(i,u.data.access_token),this._cache.setStore(n,u.data.access_token_expire+Date.now()),{accessToken:u.data.access_token,accessTokenExpire:u.data.access_token_expire}));case 23:u.data.refresh_token&&(this._cache.removeStore(s),this._cache.setStore(s,u.data.refresh_token),this._refreshAccessToken());case 24:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey,this._cache.getStore(s)){t.next=3;break}throw new yt({message:"refresh token\u4e0d\u5b58\u5728\uff0c\u767b\u5f55\u72b6\u6001\u5f02\u5e38"});case 3:if(a=this._cache.getStore(i),o=this._cache.getStore(n),c=!0,t.t0=this._shouldRefreshAccessTokenHook,!t.t0){t.next=9;break}return t.next=8,this._shouldRefreshAccessTokenHook(a,o);case 8:t.t0=!t.sent;case 9:if(t.t1=t.t0,!t.t1){t.next=12;break}c=!1;case 12:return t.abrupt("return",(!a||!o||o2&&void 0!==arguments[2]?arguments[2]:{},n=/\?/.test(e),s="";for(var a in i)""===s?!n&&(e+="?"):s+="&",s+="".concat(a,"=").concat(encodeURIComponent(i[a]));return/^http(s)?\:\/\//.test(e+=s)?e:"".concat(t).concat(e)}(Ot,"//tcb-api.tencentcloudapi.com/web",_),g&&(m+=g),t.next=22,this.post($({url:m,data:l},f));case 22:if(y=t.sent,b=y.header&&y.header["x-tcb-trace"],b&&this._localCache.setStore(s,b),(200===Number(y.status)||200===Number(y.statusCode))&&y.data){t.next=26;break}throw new yt({code:"NETWORK_ERROR",message:"network request error"});case 26:return t.abrupt("return",y);case 27:case"end":return t.stop()}}),t,this)})));return function(e,i,n){return t.apply(this,arguments)}}()},{key:"send",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=a.length>1&&void 0!==a[1]?a[1]:{},t.next=3,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 3:if(n=t.sent,"ACCESS_TOKEN_EXPIRED"!==n.data.code||-1!==ae.indexOf(e)){t.next=13;break}return t.next=7,this.refreshAccessToken();case 7:return t.next=9,this.request(e,i,{onUploadProgress:i.onUploadProgress});case 9:if(s=t.sent,!s.data.code){t.next=12;break}throw new yt({code:s.data.code,message:s.data.message});case 12:return t.abrupt("return",s.data);case 13:if(!n.data.code){t.next=15;break}throw new yt({code:n.data.code,message:n.data.message});case 15:return t.abrupt("return",n.data);case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(s,t)}}]),t}(),ue={};function de(t){return ue[t]}var fe=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env)}return(0,m.default)(t,[{key:"setRefreshToken",value:function(t){var e=this._cache.keys,i=e.accessTokenKey,n=e.accessTokenExpireKey,s=e.refreshTokenKey;this._cache.removeStore(i),this._cache.removeStore(n),this._cache.setStore(s,t)}},{key:"setAccessToken",value:function(t,e){var i=this._cache.keys,n=i.accessTokenKey,s=i.accessTokenExpireKey;this._cache.setStore(n,t),this._cache.setStore(s,e)}},{key:"refreshUserInfo",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t)}}]),t}(),he=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=e,this._cache=qt(this._envId),this._request=de(this._envId),this.setUserInfo()}return(0,m.default)(t,[{key:"linkWithTicket",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:t})}},{key:"linkWithRedirect",value:function(t){t.signInWithRedirect()}},{key:"updatePassword",value:function(t,e){return this._request.send("auth.updatePassword",{oldPassword:e,newPassword:t})}},{key:"updateEmail",value:function(t){return this._request.send("auth.updateEmail",{newEmail:t})}},{key:"updateUsername",value:function(t){if("string"!=typeof t)throw new yt({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:t})}},{key:"getLinkedUidList",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return e=t.sent,i=e.data,n=!1,s=i.users,t.abrupt("return",(s.forEach((function(t){t.wxOpenId&&t.wxPublicId&&(n=!0)})),{users:s,hasPrimaryUid:n}));case 7:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setPrimaryUid",value:function(t){return this._request.send("auth.setPrimaryUid",{uid:t})}},{key:"unlink",value:function(t){return this._request.send("auth.unlink",{platform:t})}},{key:"update",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c,l,u;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.nickName,n=e.gender,s=e.avatarUrl,a=e.province,o=e.country,c=e.city,t.next=8,this._request.send("auth.updateUserInfo",{nickName:i,gender:n,avatarUrl:s,province:a,country:o,city:c});case 8:l=t.sent,u=l.data,this.setLocalUserInfo(u);case 11:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"refresh",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.send("auth.getUserInfo",{});case 2:return e=t.sent,i=e.data,t.abrupt("return",(this.setLocalUserInfo(i),i));case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"setUserInfo",value:function(){var t=this,e=this._cache.keys.userInfoKey,i=this._cache.getStore(e);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(e){t[e]=i[e]})),this.location={country:i.country,province:i.province,city:i.city}}},{key:"setLocalUserInfo",value:function(t){var e=this._cache.keys.userInfoKey;this._cache.setStore(e,t),this.setUserInfo()}}]),t}(),pe=function(){function t(e){if((0,_.default)(this,t),!e)throw new yt({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=qt(e);var i=this._cache.keys,n=i.refreshTokenKey,s=i.accessTokenKey,a=i.accessTokenExpireKey,r=this._cache.getStore(n),o=this._cache.getStore(s),c=this._cache.getStore(a);this.credential={refreshToken:r,accessToken:o,accessTokenExpire:c},this.user=new he(e)}return(0,m.default)(t,[{key:"isAnonymousAuth",get:function(){return this.loginType===Zt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===Zt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===Zt.WECHAT||this.loginType===Zt.WECHAT_OPEN||this.loginType===Zt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),t}(),ve=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._cache.updatePersistence("local"),e=this._cache.keys,i=e.anonymousUuidKey,n=e.refreshTokenKey,s=this._cache.getStore(i)||void 0,a=this._cache.getStore(n)||void 0,t.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:s,refresh_token:a});case 8:if(o=t.sent,!o.uuid||!o.refresh_token){t.next=20;break}return this._setAnonymousUUID(o.uuid),this.setRefreshToken(o.refresh_token),t.next=14,this._request.refreshAccessToken();case 14:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.ANONYMOUS,persistence:"local"}),c=new pe(this.config.env),t.next=19,c.user.refresh();case 19:return t.abrupt("return",c);case 20:throw new yt({message:"\u533f\u540d\u767b\u5f55\u5931\u8d25"});case 21:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=this._cache.keys,n=i.anonymousUuidKey,s=i.refreshTokenKey,a=this._cache.getStore(n),o=this._cache.getStore(s),t.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:a,refresh_token:o,ticket:e});case 7:if(c=t.sent,!c.refresh_token){t.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(c.refresh_token),t.next=13,this._request.refreshAccessToken();case 13:return Xt(ne,{env:this.config.env}),Xt(ie,{loginType:Zt.CUSTOM,persistence:"local"}),t.abrupt("return",{credential:{refreshToken:c.refresh_token}});case 16:throw new yt({message:"\u533f\u540d\u8f6c\u5316\u5931\u8d25"});case 17:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"_setAnonymousUUID",value:function(t){var e=this._cache.keys,i=e.anonymousUuidKey,n=e.loginTypeKey;this._cache.removeStore(i),this._cache.setStore(i,t),this._cache.setStore(n,Zt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),i}(fe),ge=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return i=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signInWithTicket",{ticket:e,refresh_token:this._cache.getStore(i)||""});case 5:if(n=t.sent,!n.refresh_token){t.next=15;break}return this.setRefreshToken(n.refresh_token),t.next=10,this._request.refreshAccessToken();case 10:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.CUSTOM,persistence:this.config.persistence}),t.next=14,this.refreshUserInfo();case 14:return t.abrupt("return",new pe(this.config.env));case 15:throw new yt({message:"\u81ea\u5b9a\u4e49\u767b\u5f55\u5931\u8d25"});case 16:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),i}(fe),_e=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"email must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,t.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:e,password:i,refresh_token:this._cache.getStore(n)||""});case 5:if(s=t.sent,a=s.refresh_token,o=s.access_token,c=s.access_token_expire,!a){t.next=22;break}if(this.setRefreshToken(a),!o||!c){t.next=15;break}this.setAccessToken(o,c),t.next=17;break;case 15:return t.next=17,this._request.refreshAccessToken();case 17:return t.next=19,this.refreshUserInfo();case 19:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.EMAIL,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 22:throw s.code?new yt({code:s.code,message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25: ".concat(s.message)}):new yt({message:"\u90ae\u7bb1\u767b\u5f55\u5931\u8d25"});case 23:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"activate",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.activateEndUserMail",{token:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"resetPasswordWithToken",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:e,newPassword:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),me=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"signIn",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,s,a,o,c;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof i&&(i="",console.warn("password is empty")),n=this._cache.keys.refreshTokenKey,t.next=6,this._request.send("auth.signIn",{loginType:Zt.USERNAME,username:e,password:i,refresh_token:this._cache.getStore(n)||""});case 6:if(s=t.sent,a=s.refresh_token,o=s.access_token_expire,c=s.access_token,!a){t.next=23;break}if(this.setRefreshToken(a),!c||!o){t.next=16;break}this.setAccessToken(c,o),t.next=18;break;case 16:return t.next=18,this._request.refreshAccessToken();case 18:return t.next=20,this.refreshUserInfo();case 20:return Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.USERNAME,persistence:this.config.persistence}),t.abrupt("return",new pe(this.config.env));case 23:throw s.code?new yt({code:s.code,message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25: ".concat(s.message)}):new yt({message:"\u7528\u6237\u540d\u5bc6\u7801\u767b\u5f55\u5931\u8d25"});case 24:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()}]),i}(fe),ye=function(){function t(e){(0,_.default)(this,t),this.config=e,this._cache=qt(e.env),this._request=de(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),Kt(ie,this._onLoginTypeChanged)}return(0,m.default)(t,[{key:"currentUser",get:function(){var t=this.hasLoginState();return t&&t.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new ve(this.config)}},{key:"customAuthProvider",value:function(){return new ge(this.config)}},{key:"emailAuthProvider",value:function(){return new _e(this.config)}},{key:"usernameAuthProvider",value:function(){return new me(this.config)}},{key:"signInAnonymously",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ve(this.config).signIn());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signInWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new _e(this.config).signIn(e,i));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"signInWithUsernameAndPassword",value:function(t,e){return new me(this.config).signIn(t,e)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new ve(this.config)),Kt(ne,this._onAnonymousConverted),t.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e);case 3:return t.abrupt("return",t.sent);case 4:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"signOut",value:function(){var t=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(this.loginType!==Zt.ANONYMOUS){t.next=2;break}throw new yt({message:"\u533f\u540d\u7528\u6237\u4e0d\u652f\u6301\u767b\u51fa\u64cd\u4f5c"});case 2:if(e=this._cache.keys,i=e.refreshTokenKey,n=e.accessTokenKey,s=e.accessTokenExpireKey,a=this._cache.getStore(i),a){t.next=5;break}return t.abrupt("return");case 5:return t.next=7,this._request.send("auth.logout",{refresh_token:a});case 7:return o=t.sent,t.abrupt("return",(this._cache.removeStore(i),this._cache.removeStore(n),this._cache.removeStore(s),Xt(te),Xt(ie,{env:this.config.env,loginType:Zt.NULL,persistence:this.config.persistence}),o));case 9:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"signUpWithEmailAndPassword",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:e,password:i}));case 1:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"sendPasswordResetEmail",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:e}));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"onLoginStateChanged",value:function(t){var e=this;Kt(te,(function(){var i=e.hasLoginState();t.call(e,i)}));var i=this.hasLoginState();t.call(this,i)}},{key:"onLoginStateExpired",value:function(t){Kt(ee,t.bind(this))}},{key:"onAccessTokenRefreshed",value:function(t){Kt(se,t.bind(this))}},{key:"onAnonymousConverted",value:function(t){Kt(ne,t.bind(this))}},{key:"onLoginTypeChanged",value:function(t){var e=this;Kt(ie,(function(){var i=e.hasLoginState();t.call(e,i)}))}},{key:"getAccessToken",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,this._request.getAccessToken();case 2:return t.t0=t.sent.accessToken,t.t1=this.config.env,t.abrupt("return",{accessToken:t.t0,env:t.t1});case 5:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"hasLoginState",value:function(){var t=this._cache.keys.refreshTokenKey;return this._cache.getStore(t)?new pe(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if("string"==typeof e){t.next=2;break}throw new yt({code:"PARAM_ERROR",message:"username must be a string"});case 2:return t.next=4,this._request.send("auth.isUsernameRegistered",{username:e});case 4:return i=t.sent,n=i.data,t.abrupt("return",n&&n.isRegistered);case 7:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",new ge(this.config).signIn(e));case 1:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"shouldRefreshAccessToken",value:function(t){this._request._shouldRefreshAccessTokenHook=t.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(t){return t.code?t:$($({},t.data),{},{requestId:t.seqId})}))}},{key:"getAuthHeader",value:function(){var t=this._cache.keys,e=t.refreshTokenKey,i=t.accessTokenKey,n=this._cache.getStore(e);return{"x-cloudbase-credentials":this._cache.getStore(i)+"/@@/"+n}}},{key:"_onAnonymousConverted",value:function(t){var e=t.data.env;e===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(t){var e=t.data,i=e.loginType,n=e.persistence,s=e.env;s===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,i))}}]),t}(),be=function(t,e){e=e||jt();var i=de(this.config.env),n=t.cloudPath,s=t.filePath,a=t.onUploadProgress,r=t.fileType,o=void 0===r?"image":r;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){var r=t.data,c=r.url,l=r.authorization,u=r.token,d=r.fileId,f=r.cosFileId,h=t.requestId,p={key:n,signature:l,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":u};i.upload({url:c,data:p,file:s,name:n,fileType:o,onUploadProgress:a}).then((function(t){201===t.statusCode?e(null,{fileID:d,requestId:h}):e(new yt({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(t.data)}))})).catch((function(t){e(t)}))})).catch((function(t){e(t)})),e.promise},we=function(t,e){e=e||jt();var i=de(this.config.env),n=t.cloudPath;return i.send("storage.getUploadMetadata",{path:n}).then((function(t){e(null,t)})).catch((function(t){e(t)})),e.promise},xe=function(t,e){var i=t.fileList;if(e=e||jt(),!i||!Array.isArray(i))return{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"};var n,s=b(i);try{for(s.s();!(n=s.n()).done;){var a=n.value;if(!a||"string"!=typeof a)return{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}}}catch(o){s.e(o)}finally{s.f()}var r={fileid_list:i};return de(this.config.env).send("storage.batchDeleteFile",r).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.delete_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},$e=function(t,e){var i=t.fileList;e=e||jt(),i&&Array.isArray(i)||e(null,{code:"INVALID_PARAM",message:"fileList\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u6570\u7ec4"});var n,s=[],a=b(i);try{for(a.s();!(n=a.n()).done;){var r=n.value;"object"==(0,l.default)(r)?(r.hasOwnProperty("fileID")&&r.hasOwnProperty("maxAge")||e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5305\u542bfileID\u548cmaxAge\u7684\u5bf9\u8c61"}),s.push({fileid:r.fileID,max_age:r.maxAge})):"string"==typeof r?s.push({fileid:r}):e(null,{code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u5b57\u7b26\u4e32"})}}catch(c){a.e(c)}finally{a.f()}var o={file_list:s};return de(this.config.env).send("storage.batchGetDownloadUrl",o).then((function(t){t.code?e(null,t):e(null,{fileList:t.data.download_list,requestId:t.requestId})})).catch((function(t){e(t)})),e.promise},Ce=function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n,s,a,o;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return n=e.fileID,t.next=3,$e.call(this,{fileList:[{fileID:n,maxAge:600}]});case 3:if(s=t.sent.fileList[0],"SUCCESS"===s.code){t.next=6;break}return t.abrupt("return",i?i(s):new Promise((function(t){t(s)})));case 6:if(a=de(this.config.env),o=s.download_url,o=encodeURI(o),i){t.next=10;break}return t.abrupt("return",a.download({url:o}));case 10:return t.t0=i,t.next=13,a.download({url:o});case 13:t.t1=t.sent,(0,t.t0)(t.t1);case 15:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}(),ke=function(t,e){var i,n=t.name,s=t.data,a=t.query,r=t.parse,o=t.search,c=e||jt();try{i=s?JSON.stringify(s):""}catch(n){return Promise.reject(n)}if(!n)return Promise.reject(new yt({code:"PARAM_ERROR",message:"\u51fd\u6570\u540d\u4e0d\u80fd\u4e3a\u7a7a"}));var l={inQuery:a,parse:r,search:o,function_name:n,request_data:i};return de(this.config.env).send("functions.invokeFunction",l).then((function(t){if(t.code)c(null,t);else{var e=t.data.response_data;if(r)c(null,{result:e,requestId:t.requestId});else try{e=JSON.parse(t.data.response_data),c(null,{result:e,requestId:t.requestId})}catch(t){c(new yt({message:"response data must be json"}))}}return c.promise})).catch((function(t){c(t)})),c.promise},Te={timeout:15e3,persistence:"session"},Se={},De=function(){function t(e){(0,_.default)(this,t),this.config=e||this.config,this.authObj=void 0}return(0,m.default)(t,[{key:"init",value:function(e){switch(Rt.adapter||(this.requestClient=new Rt.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:"\u8bf7\u6c42\u5728".concat((e.timeout||5e3)/1e3,"s\u5185\u672a\u5b8c\u6210\uff0c\u5df2\u4e2d\u65ad")})),this.config=$($({},Te),e),!0){case this.config.timeout>6e5:console.warn("timeout\u5927\u4e8e\u53ef\u914d\u7f6e\u4e0a\u9650[10\u5206\u949f]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0a\u9650\u6570\u503c"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout\u5c0f\u4e8e\u53ef\u914d\u7f6e\u4e0b\u9650[100ms]\uff0c\u5df2\u91cd\u7f6e\u4e3a\u4e0b\u9650\u6570\u503c"),this.config.timeout=100}return new t(this.config)}},{key:"auth",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.persistence;if(this.authObj)return this.authObj;var i,n=e||Rt.adapter.primaryStorage||Te.persistence;return n!==this.config.persistence&&(this.config.persistence=n),function(t){var e=t.env;Wt[e]=new zt(t),Vt[e]=new zt($($({},t),{},{persistence:"local"}))}(this.config),i=this.config,ue[i.env]=new le(i),this.authObj=new ye(this.config),this.authObj}},{key:"on",value:function(t,e){return Kt.apply(this,[t,e])}},{key:"off",value:function(t,e){return Qt.apply(this,[t,e])}},{key:"callFunction",value:function(t,e){return ke.apply(this,[t,e])}},{key:"deleteFile",value:function(t,e){return xe.apply(this,[t,e])}},{key:"getTempFileURL",value:function(t,e){return $e.apply(this,[t,e])}},{key:"downloadFile",value:function(t,e){return Ce.apply(this,[t,e])}},{key:"uploadFile",value:function(t,e){return be.apply(this,[t,e])}},{key:"getUploadMetadata",value:function(t,e){return we.apply(this,[t,e])}},{key:"registerExtension",value:function(t){Se[t.name]=t}},{key:"invokeExtension",value:function(){var t=(0,d.default)(r.default.mark((function t(e,i){var n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(n=Se[e],n){t.next=3;break}throw new yt({message:"\u6269\u5c55".concat(e," \u5fc5\u987b\u5148\u6ce8\u518c")});case 3:return t.next=5,n.invoke(i,this);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)})));return function(e,i){return t.apply(this,arguments)}}()},{key:"useAdapters",value:function(t){var e=function(t){var e,i,n=(e=t,"[object Array]"===Object.prototype.toString.call(e)?t:[t]),s=b(n);try{for(s.s();!(i=s.n()).done;){var a=i.value,r=a.isMatch,o=a.genAdapter,c=a.runtime;if(r())return{adapter:o(),runtime:c}}}catch(l){s.e(l)}finally{s.f()}}(t)||{},i=e.adapter,n=e.runtime;i&&(Rt.adapter=i),n&&(Rt.runtime=n)}}]),t}(),Pe=new De;function Oe(t,e,i){void 0===i&&(i={});var n=/\?/.test(e),s="";for(var a in i)""===s?!n&&(e+="?"):s+="&",s+=a+"="+encodeURIComponent(i[a]);return/^http(s)?:\/\//.test(e+=s)?e:""+t+e}var Ae=function(){function t(){(0,_.default)(this,t)}return(0,m.default)(t,[{key:"post",value:function(t){var e=t.url,i=t.data,n=t.headers;return new Promise((function(t,s){bt.request({url:Oe("https:",e),data:i,method:"POST",header:n,success:function(e){t(e)},fail:function(t){s(t)}})}))}},{key:"upload",value:function(t){return new Promise((function(e,i){var n=t.url,s=t.file,a=t.data,r=t.headers,o=t.fileType,c=bt.uploadFile({url:Oe("https:",n),name:"file",formData:Object.assign({},a),filePath:s,fileType:o,header:r,success:function(t){var i={statusCode:t.statusCode,data:t.data||{}};200===t.statusCode&&a.success_action_status&&(i.statusCode=parseInt(a.success_action_status,10)),e(i)},fail:function(t){i(new Error(t.errMsg||"uploadFile:fail"))}});"function"==typeof t.onUploadProgress&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){t.onUploadProgress({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}}]),t}(),Le={setItem:function(t,e){bt.setStorageSync(t,e)},getItem:function(t){return bt.getStorageSync(t)},removeItem:function(t){bt.removeStorageSync(t)},clear:function(){bt.clearStorageSync()}},Ie={genAdapter:function(){return{root:{},reqClass:Ae,localStorage:Le,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};Pe.useAdapters(Ie);var Me=Pe,Be=Me.init;Me.init=function(t){t.env=t.spaceId;var e=Be.call(this,t);e.config.provider="tencent",e.config.spaceId=t.spaceId;var i=e.auth;return e.auth=function(t){var e=i.call(this,t);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(t){var i;e[t]=(i=e[t],function(t){t=t||{};var e=gt(t),n=e.success,s=e.fail,a=e.complete;if(!(n||s||a))return i.call(this,t);i.call(this,t).then((function(t){n&&n(t),a&&a(t)}),(function(t){s&&s(t),a&&a(t)}))}).bind(e)})),e},e.customAuth=e.auth,e};var je=Me,Ee=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"getAccessToken",value:function(){var t=this;return new Promise((function(e,i){var n="Anonymous_Access_token";t.setAccessToken(n),e(n)}))}},{key:"setupRequest",value:function(t,e){var i=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};"auth"!==e&&(i.token=this.accessToken,n["x-basement-token"]=this.accessToken),n["x-serverless-sign"]=St.sign(i,this.config.clientSecret);var s=kt();n["x-client-info"]=encodeURIComponent(JSON.stringify(s));var a=wt(),r=a.token;return n["x-client-token"]=r,{url:this.config.requestUrl,method:"POST",data:i,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"uploadFileToOSS",value:function(t){var e=this,i=t.url,n=t.formData,s=t.name,a=t.filePath,r=t.fileType,o=t.onUploadProgress;return new Promise((function(t,c){var l=e.adapter.uploadFile({url:i,formData:n,name:s,filePath:a,fileType:r,success:function(e){e&&e.statusCode<400?t(e):c(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){c(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof o&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(t){o({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(t){var e,i=this,n=t.filePath,s=t.cloudPath,a=t.fileType,r=void 0===a?"image":a,o=t.onUploadProgress;if(!s)throw new yt({code:"CLOUDPATH_REQUIRED",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});return this.getOSSUploadOptionsFromPath({cloudPath:s}).then((function(t){var s=t.result,a=s.url,c=s.formData,l=s.name;e=t.result.fileUrl;var u={url:a,formData:c,name:l,filePath:n,fileType:r};return i.uploadFileToOSS(Object.assign({},u,{onUploadProgress:o}))})).then((function(){return i.reportOSSUpload({cloudPath:s})})).then((function(t){return new Promise((function(i,s){t.success?i({success:!0,filePath:n,fileID:e}):s(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}))}))}},{key:"deleteFile",value:function(t){var e=t.fileList,i={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(i)).then((function(t){if(t.success)return t.result;throw new yt({code:"DELETE_FILE_FAILED",message:"\u5220\u9664\u6587\u4ef6\u5931\u8d25"})}))}},{key:"getTempFileURL",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fileList,i=t.maxAge;if(!Array.isArray(e)||0===e.length)throw new yt({code:"INVALID_PARAM",message:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"});var n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:e,maxAge:i})};return this.request(this.setupRequest(n)).then((function(t){if(t.success)return{fileList:t.result.fileList.map((function(t){return{fileID:t.fileID,tempFileURL:t.tempFileURL}}))};throw new yt({code:"GET_TEMP_FILE_URL_FAILED",message:"\u83b7\u53d6\u4e34\u65f6\u6587\u4ef6\u94fe\u63a5\u5931\u8d25"})}))}}]),i}(Dt),Fe={init:function(t){var e=new Ee(t),i={signInAnonymously:function(){return e.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return e.auth=function(){return i},e.customAuth=e.auth,e}},Re=k((function(t,e){t.exports=S.enc.Hex}));function Ne(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}))}function Ue(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.data,n=e.functionName,s=e.method,a=e.headers,r=e.signHeaderKeys,o=void 0===r?[]:r,l=e.config,u=Date.now(),d=Ne(),f=Object.assign({},a,{"x-from-app-id":l.spaceAppId,"x-from-env-id":l.spaceId,"x-to-env-id":l.spaceId,"x-from-instance-id":u,"x-from-function-name":n,"x-client-timestamp":u,"x-alipay-source":"client","x-request-id":d,"x-alipay-callid":d,"x-trace-id":d}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(o),p=t.split("?")||[],v=(0,c.default)(p,2),g=v[0],_=void 0===g?"":g,m=v[1],y=void 0===m?"":m,b=function(t){var e=t.signedHeaders.join(";"),i=t.signedHeaders.map((function(e){return"".concat(e.toLowerCase(),":").concat(t.headers[e],"\n")})).join(""),n=Mt(t.body).toString(Re),s="".concat(t.method.toUpperCase(),"\n").concat(t.path,"\n").concat(t.query,"\n").concat(i,"\n").concat(e,"\n").concat(n,"\n"),a=Mt(s).toString(Re),r="HMAC-SHA256\n".concat(t.timestamp,"\n").concat(a,"\n"),o=Bt(r,t.secretKey).toString(Re);return"HMAC-SHA256 Credential=".concat(t.secretId,", SignedHeaders=").concat(e,", Signature=").concat(o)}({path:_,query:y,method:s,headers:f,timestamp:u,body:JSON.stringify(i),secretId:l.accessKey,secretKey:l.secretKey,signedHeaders:h.sort()});return{url:"".concat(l.endpoint).concat(t),headers:Object.assign({},f,{Authorization:b})}}function He(t){var e=t.url,i=t.data,n=t.method,s=void 0===n?"POST":n,a=t.headers,r=void 0===a?{}:a;return new Promise((function(t,n){bt.request({url:e,method:s,data:"object"==(0,l.default)(i)?JSON.stringify(i):i,header:r,dataType:"json",complete:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=r["x-trace-id"]||"";if(!e.statusCode||e.statusCode>=400){var s=e.data||{},a=s.message,o=s.errMsg,c=s.trace_id;return n(new yt({code:"SYS_ERR",message:a||o||"request:fail",requestId:c||i}))}t({status:e.statusCode,data:e.data,headers:e.header,requestId:i})}})}))}function ze(t,e){var i=t.path,n=t.data,s=t.method,a=void 0===s?"GET":s,r=Ue(i,{functionName:"",data:n,method:a,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:e}),o=r.url,c=r.headers;return He({url:o,data:n,method:a,headers:c}).then((function(t){var e=t.data||{};if(!e.success)throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId});return e.data||{}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}function We(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t.trim().replace(/^cloud:\/\//,""),i=e.indexOf("/");if(i<=0)throw new yt({code:"INVALID_PARAM",message:"fileID\u4e0d\u5408\u6cd5"});var n=e.substring(0,i),s=e.substring(i+1);return n!==this.config.spaceId&&console.warn("file ".concat(t," does not belong to env ").concat(this.config.spaceId)),s}function Ve(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(t.replace(/^\/+/,""))}var qe=function(){function t(e){(0,_.default)(this,t),this.config=e}return(0,m.default)(t,[{key:"signedURL",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i="/ws/function/".concat(t),n=this.config.wsEndpoint.replace(/^ws(s)?:\/\//,""),s=Object.assign({},e,{accessKeyId:this.config.accessKey,signatureNonce:Ne(),timestamp:""+Date.now()}),a=[i,["accessKeyId","authorization","signatureNonce","timestamp"].sort().map((function(t){return s[t]?"".concat(t,"=").concat(s[t]):null})).filter(Boolean).join("&"),"host:".concat(n)].join("\n"),r=["HMAC-SHA256",Mt(a).toString(Re)].join("\n"),o=Bt(r,this.config.secretKey).toString(Re),c=Object.keys(s).map((function(t){return"".concat(t,"=").concat(encodeURIComponent(s[t]))})).join("&");return"".concat(this.config.wsEndpoint).concat(i,"?").concat(c,"&signature=").concat(o)}}]),t}(),Ge=function(){function t(e){if((0,_.default)(this,t),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error("".concat(t," required"))})),e.endpoint){if("string"!=typeof e.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(e.endpoint))throw new Error("endpoint must start with https://");e.endpoint=e.endpoint.replace(/\/$/,"")}this.config=Object.assign({},e,{endpoint:e.endpoint||"https://".concat(e.spaceId,".api-hz.cloudbasefunction.cn"),wsEndpoint:e.wsEndpoint||"wss://".concat(e.spaceId,".api-hz.cloudbasefunction.cn")}),this._websocket=new qe(this.config)}return(0,m.default)(t,[{key:"callFunction",value:function(t){return function(t,e){var i=t.name,n=t.data,s=t.async,a=void 0!==s&&s,r="POST",o={"x-to-function-name":i};a&&(o["x-function-invoke-type"]="async");var c=Ue("/functions/invokeFunction",{functionName:i,data:n,method:r,headers:o,signHeaderKeys:["x-to-function-name"],config:e}),l=c.url,u=c.headers;return He({url:l,data:n,method:r,headers:u}).then((function(t){var e=0;if(a){var i=t.data||{};e="200"===i.errCode?0:i.errCode,t.data=i.data||{},t.errMsg=i.errMsg}if(0!==e)throw new yt({code:e,message:t.errMsg,requestId:t.requestId});return{errCode:e,success:0===e,requestId:t.requestId,result:t.data}})).catch((function(t){throw new yt({code:t.errCode,message:t.errMsg,requestId:t.requestId})}))}(t,this.config)}},{key:"uploadFileToOSS",value:function(t){var e=t.url,i=t.filePath,n=t.fileType,s=t.formData,a=t.onUploadProgress;return new Promise((function(t,r){var o=bt.uploadFile({url:e,filePath:i,fileType:n,formData:s,name:"file",success:function(e){e&&e.statusCode<400?t(e):r(new yt({code:"UPLOAD_FAILED",message:"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))},fail:function(t){r(new yt({code:t.code||"UPLOAD_FAILED",message:t.message||t.errMsg||"\u6587\u4ef6\u4e0a\u4f20\u5931\u8d25"}))}});"function"==typeof a&&o&&"function"==typeof o.onProgressUpdate&&o.onProgressUpdate((function(t){a({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n,s,a,o,c,l,u,d,f,h;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(i=e.filePath,n=e.cloudPath,s=void 0===n?"":n,a=e.fileType,o=void 0===a?"image":a,c=e.onUploadProgress,"string"===j(s)){t.next=3;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u5fc5\u987b\u4e3a\u5b57\u7b26\u4e32\u7c7b\u578b"});case 3:if(s=s.trim()){t.next=5;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u53ef\u4e3a\u7a7a"});case 5:if(!/:\/\//.test(s)){t.next=7;break}throw new yt({code:"INVALID_PARAM",message:"cloudPath\u4e0d\u5408\u6cd5"});case 7:return t.next=9,ze({path:"/".concat(s.replace(/^\//,""),"?post_url")},this.config);case 9:return l=t.sent,u=l.file_id,d=l.upload_url,f=l.form_data,h=f&&f.reduce((function(t,e){return t[e.key]=e.value,t}),{}),t.abrupt("return",this.uploadFileToOSS({url:d,filePath:i,fileType:o,formData:h,onUploadProgress:c}).then((function(){return{fileID:u}})));case 15:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n=this;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.fileList,t.abrupt("return",new Promise((function(t,e){(!i||i.length<0)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u4e0d\u80fd\u4e3a\u7a7a\u6570\u7ec4"})),i.length>50&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u6570\u7ec4\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc750"}));var s,a=[],r=b(i);try{for(r.s();!(s=r.n()).done;){var o=s.value;"string"!==j(o)&&e(new yt({errCode:"INVALID_PARAM",errMsg:"fileList\u7684\u5143\u7d20\u5fc5\u987b\u662f\u975e\u7a7a\u7684\u5b57\u7b26\u4e32"}));var c=We.call(n,o);a.push({file_id:c,expire:600})}}catch(l){r.e(l)}finally{r.f()}ze({path:"/?download_url",data:{file_list:a},method:"POST"},n.config).then((function(e){var i=e.file_list,s=void 0===i?[]:i;t({fileList:s.map((function(t){return{fileID:Ve.call(n,t.file_id),tempFileURL:t.download_url}}))})})).catch((function(t){return e(t)}))})));case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()},{key:"connectWebSocket",value:function(){var t=(0,d.default)(r.default.mark((function t(e){var i,n;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=e.name,n=e.query,t.abrupt("return",bt.connectSocket({url:this._websocket.signedURL(i,n),complete:function(){}}));case 2:case"end":return t.stop()}}),t,this)})));return function(e){return t.apply(this,arguments)}}()}]),t}(),Je={init:function(t){t.provider="alipay";var e=new Ge(t);return e.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},e}};function Ye(t){var e,i=t.data;e=kt();var n=JSON.parse(JSON.stringify(i||{}));if(Object.assign(n,{clientInfo:e}),!n.uniIdToken){var s=wt(),a=s.token;a&&(n.uniIdToken=a)}return n}var Ke=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:"\uff0c\u4e91\u51fd\u6570[{functionName}]\u5728\u4e91\u7aef\u4e0d\u5b58\u5728\uff0c\u8bf7\u68c0\u67e5\u6b64\u4e91\u51fd\u6570\u540d\u79f0\u662f\u5426\u6b63\u786e\u4ee5\u53ca\u8be5\u4e91\u51fd\u6570\u662f\u5426\u5df2\u4e0a\u4f20\u5230\u670d\u52a1\u7a7a\u95f4",mode:"append"}],Xe=/[\\^$.*+?()[\]{}|]/g,Qe=RegExp(Xe.source);function Ze(t,e,i){return t.replace(new RegExp((n=e)&&Qe.test(n)?n.replace(Xe,"\\$&"):n,"g"),i);var n}var ti="request",ei="response";var ii;ii="0123456789abcdef";var ni={code:2e4,message:"System error"},si={code:20101,message:"Invalid client"};function ai(t){var e=t||{},i=e.errSubject,n=e.subject,s=e.errCode,a=e.errMsg,r=e.code,o=e.message,c=e.cause;return new yt({subject:i||n||"uni-secure-network",code:s||r||ni.code,message:a||o,cause:c})}var ri;function oi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.secretType;return e===ti||e===ei||"both"===e}function ci(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.name,i=t.data,n=void 0===i?{}:i;return"app"===V&&"DCloud-clientDB"===e&&"encryption"===n.redirectTo&&"getAppClientKey"===n.action}function li(t){t.functionName,t.result,t.logPvd}function ui(t){var e=t.callFunction,i=function(i){var n=this,s=i.name;i.data=Ye.call(t,{data:i.data});var a={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay"}[this.config.provider],r=oi(i),o=ci(i),c=r||o;return e.call(this,i).then((function(t){return t.errCode=0,!c&&li.call(n,{functionName:s,result:t,logPvd:a}),Promise.resolve(t)}),(function(t){return!c&&li.call(n,{functionName:s,result:t,logPvd:a}),t&&t.message&&(t.message=function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,i=void 0===e?"":e,n=t.extraInfo,s=void 0===n?{}:n,a=t.formatter,r=void 0===a?[]:a,o=0;o0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=t.functionName,s=$t(),a=s.appId,r=s.uniPlatform,o=s.osName,c=r;"app"===r&&(c=o);var l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.provider,i=t.spaceId,n=W;if(!n)return{};e=function(t){return"tencent"===t?"tcb":t}(e);var s=n.find((function(t){return t.provider===e&&t.spaceId===i}));return s&&s.config}({provider:e,spaceId:i});if(!l||!l.accessControl||!l.accessControl.enable)return!1;var u=l.accessControl.function||{},d=Object.keys(u);if(0===d.length)return!0;var f=function(t,e){for(var i,n,s,a=0;a-1&&(n=r):s=r:i=r}return i||n||s}(d,n);if(!f)return!1;if((u[f]||[]).find((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.appId===a&&(t.platform||"").toLowerCase()===c.toLowerCase()})))return!0;throw console.error("\u6b64\u5e94\u7528[appId: ".concat(a,", platform: ").concat(c,"]\u4e0d\u5728\u4e91\u7aef\u914d\u7f6e\u7684\u5141\u8bb8\u8bbf\u95ee\u7684\u5e94\u7528\u5217\u8868\u5185\uff0c\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),ai(si)}({provider:r,spaceId:o,functionName:c})?new ri({secretType:e.secretType,uniCloudIns:t}).wrapVerifyClientCallFunction(i.bind(t))(e):n(e),Object.defineProperty(s,"result",{get:function(){return console.warn("\u5f53\u524d\u8fd4\u56de\u7ed3\u679c\u4e3aPromise\u7c7b\u578b\uff0c\u4e0d\u53ef\u76f4\u63a5\u8bbf\u95ee\u5176result\u5c5e\u6027\uff0c\u8be6\u60c5\u8bf7\u53c2\u8003\uff1ahttps://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{}}}),s.then((function(t){return"undefined"!=typeof UTSJSONObject&&(t.result=new UTSJSONObject(t.result)),t}))}}ri="mp-weixin"!==V&&"app"!==V?function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),ai({message:"Platform ".concat(V," is not supported by secure network")})}))}():function(){return(0,m.default)((function t(){throw(0,_.default)(this,t),ai({message:"Platform ".concat(V," is not enabled, please check whether secure network module is enabled in your manifest.json")})}))}();var di=Symbol("CLIENT_DB_INTERNAL");function fi(t,e){return t.then="DoNotReturnProxyWithAFunctionNamedThen",t._internalType=di,t.inspect=null,t.__ob__=void 0,new Proxy(t,{get:function(t,i,n){if("_uniClient"===i)return null;if("symbol"==(0,l.default)(i))return t[i];if(i in t||"string"!=typeof i){var s=t[i];return"function"==typeof s?s.bind(t):s}return e.get(t,i,n)}})}function hi(t){return{on:function(e,i){t[e]=t[e]||[],t[e].indexOf(i)>-1||t[e].push(i)},off:function(e,i){t[e]=t[e]||[];var n=t[e].indexOf(i);-1!==n&&t[e].splice(n,1)}}}var pi=["db.Geo","db.command","command.aggregate"];function vi(t,e){return pi.indexOf("".concat(t,".").concat(e))>-1}function gi(t){switch(j(t)){case"array":return t.map((function(t){return gi(t)}));case"object":return t._internalType===di||Object.keys(t).forEach((function(e){t[e]=gi(t[e])})),t;case"regexp":return{$regexp:{source:t.source,flags:t.flags}};case"date":return{$date:t.toISOString()};default:return t}}function _i(t){return t&&t.content&&t.content.$method}var mi=function(){function t(e,i,n){(0,_.default)(this,t),this.content=e,this.prevStage=i||null,this.udb=null,this._database=n}return(0,m.default)(t,[{key:"toJSON",value:function(){for(var t=this,e=[t.content];t.prevStage;)t=t.prevStage,e.push(t.content);return{$db:e.reverse().map((function(t){return{$method:t.$method,$param:gi(t.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var t=this.toJSON().$db.find((function(t){return"action"===t.$method}));return t&&t.$param&&t.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(t){return"action"!==t.$method}))}}},{key:"isAggregate",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"collection"===i||"pipeline"===e)return!0;t=t.prevStage}return!1}},{key:"isCommand",get:function(){for(var t=this;t;){if("command"===_i(t))return!0;t=t.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var t=this;t;){var e=_i(t),i=_i(t.prevStage);if("aggregate"===e&&"command"===i)return!0;t=t.prevStage}return!1}},{key:"getNextStageFn",value:function(t){var e=this;return function(){return yi({$method:t,$param:gi(Array.from(arguments))},e,e._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL\u7981\u6b62\u4f7f\u7528set\u65b9\u6cd5")}}},{key:"_send",value:function(t,e){var i=this.getAction(),n=this.getCommand();return n.$db.push({$method:t,$param:gi(e)}),this._database._callCloudFunction({action:i,command:n})}}]),t}();function yi(t,e,i){return fi(new mi(t,e,i),{get:function(t,e){var n="db";return t&&t.content&&(n=t.content.$method),vi(n,e)?yi({$method:e},t,i):function(){return yi({$method:e,$param:gi(Array.from(arguments))},t,i)}}})}function bi(t){var e=t.path,i=t.method;return function(){function t(){(0,_.default)(this,t),this.param=Array.from(arguments)}return(0,m.default)(t,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,u.default)(e.map((function(t){return{$method:t}}))),[{$method:i,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),t}()}function wi(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return fi(new t(e),{get:function(t,e){return vi("db",e)?yi({$method:e},null,t):function(){return yi({$method:e,$param:gi(Array.from(arguments))},null,t)}}})}var xi=function(t){(0,h.default)(i,t);var e=C(i);function i(){return(0,_.default)(this,i),e.apply(this,arguments)}return(0,m.default)(i,[{key:"_parseResult",value:function(t){return this._isJQL?t.result:t}},{key:"_callCloudFunction",value:function(t){var e=this,i=t.action,n=t.command,s=t.multiCommand,a=t.queryList;function r(t,e){if(s&&a)for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:{},i=e.uniClient,n=void 0===i?{}:i,s=e.isJQL,a=void 0!==s&&s;(0,_.default)(this,t),this._uniClient=n,this._authCallBacks={},this._dbCallBacks={},n._isDefault&&(this._dbCallBacks=J("_globalUniCloudDatabaseCallback")),a||(this.auth=hi(this._authCallBacks)),this._isJQL=a,Object.assign(this,hi(this._dbCallBacks)),this.env=fi({},{get:function(t,e){return{$env:e}}}),this.Geo=fi({},{get:function(t,e){return bi({path:["Geo"],method:e})}}),this.serverDate=bi({path:[],method:"serverDate"}),this.RegExp=bi({path:[],method:"RegExp"})}return(0,m.default)(t,[{key:"getCloudEnv",value:function(t){if("string"!=typeof t||!t.trim())throw new Error("getCloudEnv\u53c2\u6570\u9519\u8bef");return{$env:t.replace("$cloudEnv_","")}}},{key:"_callback",value:function(t,e){var i=this._dbCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"_callbackAuth",value:function(t,e){var i=this._authCallBacks;i[t]&&i[t].forEach((function(t){t.apply(void 0,(0,u.default)(e))}))}},{key:"multiSend",value:function(){var t=Array.from(arguments),e=t.map((function(t){var e=t.getAction(),i=t.getCommand();if("getTemp"!==i.$db[i.$db.length-1].$method)throw new Error("multiSend\u53ea\u652f\u6301\u5b50\u547d\u4ee4\u5185\u4f7f\u7528getTemp");return{action:e,command:i}}));return this._callCloudFunction({multiCommand:e,queryList:t})}}]),t}()),$i="token\u65e0\u6548\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",Ci="token\u8fc7\u671f\uff0c\u8df3\u8f6c\u767b\u5f55\u9875\u9762",ki={TOKEN_INVALID_TOKEN_EXPIRED:Ci,TOKEN_INVALID_INVALID_CLIENTID:$i,TOKEN_INVALID:$i,TOKEN_INVALID_WRONG_TOKEN:$i,TOKEN_INVALID_ANONYMOUS_USER:$i},Ti={"uni-id-token-expired":Ci,"uni-id-check-token-failed":$i,"uni-id-token-not-exist":$i,"uni-id-check-device-feature-failed":$i};function Si(t,e){var i="";return i=t?"".concat(t,"/").concat(e):e,i.replace(/^\//,"")}function Di(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",i=[],n=[];return t.forEach((function(t){!0===t.needLogin?i.push(Si(e,t.path)):!1===t.needLogin&&n.push(Si(e,t.path))})),{needLoginPage:i,notNeedLoginPage:n}}function Pi(t){return t.split("?")[0].replace(/^\//,"")}function Oi(){return function(t){var e=t&&t.$page&&t.$page.fullPath||"";return e?("/"!==e.charAt(0)&&(e="/"+e),e):e}(function(){var t=getCurrentPages();return t[t.length-1]}())}function Ai(){return Pi(Oi())}function Li(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)return!1;if(!(e&&e.list&&e.list.length))return!1;var i=e.list,n=Pi(t);return i.some((function(t){return t.pagePath===n}))}var Ii,Mi=!!y.default.uniIdRouter,Bi=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:y.default,e=t.pages,i=void 0===e?[]:e,n=t.subPackages,s=void 0===n?[]:n,a=t.uniIdRouter,r=void 0===a?{}:a,o=t.tabBar,c=void 0===o?{}:o,l=r.loginPage,d=r.needLogin,f=void 0===d?[]:d,h=r.resToLogin,p=void 0===h||h,v=Di(i),g=v.needLoginPage,_=v.notNeedLoginPage,m=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],i=[];return t.forEach((function(t){var n=t.root,s=t.pages,a=void 0===s?[]:s,r=Di(a,n),o=r.needLoginPage,c=r.notNeedLoginPage;e.push.apply(e,(0,u.default)(o)),i.push.apply(i,(0,u.default)(c))})),{needLoginPage:e,notNeedLoginPage:i}}(s),b=m.needLoginPage,w=m.notNeedLoginPage;return{loginPage:l,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,u.default)(g),(0,u.default)(b)),notNeedLoginPage:[].concat((0,u.default)(_),(0,u.default)(w)),loginPageInTabBar:Li(l,c)}}(),ji=Bi.loginPage,Ei=Bi.routerNeedLogin,Fi=Bi.resToLogin,Ri=Bi.needLoginPage,Ni=Bi.notNeedLoginPage,Ui=Bi.loginPageInTabBar;if(Ri.indexOf(ji)>-1)throw new Error("Login page [".concat(ji,'] should not be "needLogin", please check your pages.json'));function Hi(t){var e=Ai();if("/"===t.charAt(0))return t;var i=t.split("?"),n=(0,c.default)(i,2),s=n[0],a=n[1],r=s.replace(/^\//,"").split("/"),o=e.split("/");o.pop();for(var l=0;l-1)&&(Ri.indexOf(e)>-1||Ei.some((function(e){return function(t,e){return new RegExp(e).test(t)}(t,e)})))}function Wi(t){var e=t.redirect,i=Pi(e),n=Pi(ji);return Ai()!==n&&i!==n}function Vi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.api,i=t.redirect;if(i&&Wi({redirect:i})){var n=function(t,e){return"/"!==t.charAt(0)&&(t="/"+t),e?t.indexOf("?")>-1?t+"&uniIdRedirectUrl=".concat(encodeURIComponent(e)):t+"?uniIdRedirectUrl=".concat(encodeURIComponent(e)):t}(ji,i);Ui?"navigateTo"!==e&&"redirectTo"!==e||(e="switchTab"):"switchTab"===e&&(e="navigateTo");var s={navigateTo:uni.navigateTo,redirectTo:uni.redirectTo,switchTab:uni.switchTab,reLaunch:uni.reLaunch};setTimeout((function(){s[e]({url:n})}),0)}}function qi(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.url,i={abortLoginPageJump:!1,autoToLoginPage:!1},n=function(){var t,e=wt(),i=e.token,n=e.tokenExpired;if(i){if(n0)return setTimeout((function(){ft(st,n)}),0),i.abortLoginPageJump=!0,i;i.autoToLoginPage=!0}return i}function Gi(){!function(){var t=Oi(),e=qi({url:t}),i=e.abortLoginPageJump,n=e.autoToLoginPage;i||n&&Vi({api:"redirectTo",redirect:t})}();for(var t=["navigateTo","redirectTo","reLaunch","switchTab"],e=function(e){var i=t[e];uni.addInterceptor(i,{invoke:function(t){var e=qi({url:t.url}),n=e.abortLoginPageJump,s=e.autoToLoginPage;return n?t:s?(Vi({api:i,redirect:Hi(t.url)}),!1):t}})},i=0;i0&&void 0!==arguments[0]?arguments[0]:{},e=lt(st);vt().then((function(){var i=Oi();if(i&&Wi({redirect:i}))return e.length>0?ft(st,Object.assign({uniIdRedirectUrl:i},t)):void(ji&&Vi({api:"navigateTo",redirect:i}))}))}(i)}))}function Yi(t){!function(t){t.onResponse=function(t){ut(nt,t)},t.offResponse=function(t){dt(nt,t)}}(t),function(t){t.onNeedLogin=function(t){ut(st,t)},t.offNeedLogin=function(t){dt(st,t)},Mi&&(J("_globalUniCloudStatus").needLoginInit||(J("_globalUniCloudStatus").needLoginInit=!0,vt().then((function(){Gi.call(t)})),Fi&&Ji.call(t)))}(t),function(t){t.onRefreshToken=function(t){ut(at,t)},t.offRefreshToken=function(t){dt(at,t)}}(t)}var Ki="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Xi=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function Qi(){var t,e,i=wt().token||"",n=i.split(".");if(!i||3!==n.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{t=JSON.parse((e=n[1],decodeURIComponent(Ii(e).split("").map((function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(i){throw new Error("\u83b7\u53d6\u5f53\u524d\u7528\u6237\u4fe1\u606f\u51fa\u9519\uff0c\u8be6\u7ec6\u9519\u8bef\u4fe1\u606f\u4e3a\uff1a"+i.message)}return t.tokenExpired=1e3*t.exp,delete t.exp,delete t.iat,t}Ii="function"!=typeof atob?function(t){if(t=String(t).replace(/[\t\n\f\r ]+/g,""),!Xi.test(t))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var e;t+="==".slice(2-(3&t.length));for(var i,n,s="",a=0;a>16&255):64===n?String.fromCharCode(e>>16&255,e>>8&255):String.fromCharCode(e>>16&255,e>>8&255,255&e);return s}:atob;var Zi=k((function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var i="chooseAndUploadFile:ok",n="chooseAndUploadFile:fail";function a(t,e){return t.tempFiles.forEach((function(t,i){t.name||(t.name=t.path.substring(t.path.lastIndexOf("/")+1)),e&&(t.fileType=e),t.cloudPath=Date.now()+"_"+i+t.name.substring(t.name.lastIndexOf("."))})),t.tempFilePaths||(t.tempFilePaths=t.tempFiles.map((function(t){return t.path}))),t}function r(t,e,n){var s=n.onChooseFile,a=n.onUploadProgress;return e.then((function(t){if(s){var e=s(t);if(void 0!==e)return Promise.resolve(e).then((function(e){return void 0===e?t:e}))}return t})).then((function(e){return!1===e?{errMsg:i,tempFilePaths:[],tempFiles:[]}:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,s=arguments.length>3?arguments[3]:void 0;(e=Object.assign({},e)).errMsg=i;var a=e.tempFiles,r=a.length,o=0;return new Promise((function(i){for(;o=r)!a.find((function(t){return!t.url&&!t.errMsg}))&&i(e);else{var l=a[n];t.uploadFile({provider:l.provider,filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,cloudPathAsRealPath:l.cloudPathAsRealPath,onUploadProgress:function(t){t.index=n,t.tempFile=l,t.tempFilePath=l.path,s&&s(t)}}).then((function(t){l.url=t.fileID,n0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===e.type?r(t,function(t){var e=t.count,i=t.sizeType,s=t.sourceType,r=void 0===s?["album","camera"]:s,o=t.extension;return new Promise((function(t,s){uni.chooseImage({count:e,sizeType:i,sourceType:r,extension:o,success:function(e){t(a(e,"image"))},fail:function(t){s({errMsg:t.errMsg.replace("chooseImage:fail",n)})}})}))}(e),e):"video"===e.type?r(t,function(t){var e=t.camera,i=t.compressed,s=t.maxDuration,r=t.sourceType,o=void 0===r?["album","camera"]:r,c=t.extension;return new Promise((function(t,r){uni.chooseVideo({camera:e,compressed:i,maxDuration:s,sourceType:o,extension:c,success:function(e){var i=e.tempFilePath,n=e.duration,s=e.size,r=e.height,o=e.width;t(a({errMsg:"chooseVideo:ok",tempFilePaths:[i],tempFiles:[{name:e.tempFile&&e.tempFile.name||"",path:i,size:s,type:e.tempFile&&e.tempFile.type||"",width:o,height:r,duration:n,fileType:"video",cloudPath:""}]},"video"))},fail:function(t){r({errMsg:t.errMsg.replace("chooseVideo:fail",n)})}})}))}(e),e):r(t,function(t){var e=t.count,i=t.extension;return new Promise((function(t,r){var o=uni.chooseFile;if("undefined"!=typeof s&&"function"==typeof s.chooseMessageFile&&(o=s.chooseMessageFile),"function"!=typeof o)return r({errMsg:n+" \u8bf7\u6307\u5b9a type \u7c7b\u578b\uff0c\u8be5\u5e73\u53f0\u4ec5\u652f\u6301\u9009\u62e9 image \u6216 video\u3002"});o({type:"all",count:e,extension:i,success:function(e){t(a(e))},fail:function(t){r({errMsg:t.errMsg.replace("chooseFile:fail",n)})}})}))}(e),e)}}})),tn=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}(Zi);function en(t){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{},mixinDatacomError:null}},created:function(){var t=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var e=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(i){e.push(t[i])})),e}),(function(e,i){if("manual"!==t.loadtime){for(var n=!1,s=[],a=2;a0&&void 0!==arguments[0]?arguments[0]:{},i=e.getone,n=void 0!==i&&i,s=e.success,a=e.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomError=null,this.mixinDatacomGet().then((function(e){t.mixinDatacomLoading=!1;var i=e.result,a=i.data,r=i.count;t.getcount&&(t.mixinDatacomPage.count=r),t.mixinDatacomHasMore=a.length0&&void 0!==arguments[0]?arguments[0]:{};n=n||{},i="undefined"!=typeof __uniX&&__uniX?t.databaseForJQL(this.spaceInfo):t.database(this.spaceInfo);var s=n.action||this.action;s&&(i=i.action(s));var a=n.collection||this.collection;i=Array.isArray(a)?(e=i).collection.apply(e,(0,u.default)(a)):i.collection(a);var r=n.where||this.where;r&&Object.keys(r).length&&(i=i.where(r));var o=n.field||this.field;o&&(i=i.field(o));var c=n.foreignKey||this.foreignKey;c&&(i=i.foreignKey(c));var l=n.groupby||this.groupby;l&&(i=i.groupBy(l));var d=n.groupField||this.groupField;d&&(i=i.groupField(d)),!0===(void 0!==n.distinct?n.distinct:this.distinct)&&(i=i.distinct());var f=n.orderby||this.orderby;f&&(i=i.orderBy(f));var h=void 0!==n.pageCurrent?n.pageCurrent:this.mixinDatacomPage.current,p=void 0!==n.pageSize?n.pageSize:this.mixinDatacomPage.size,v=void 0!==n.getcount?n.getcount:this.getcount,g=void 0!==n.gettree?n.gettree:this.gettree,_=void 0!==n.gettreepath?n.gettreepath:this.gettreepath,m={getCount:v},y={limitLevel:void 0!==n.limitlevel?n.limitlevel:this.limitlevel,startWith:void 0!==n.startwith?n.startwith:this.startwith};return g&&(m.getTree=y),_&&(m.getTreePath=y),i=i.skip(p*(h-1)).limit(p).get(m),i}}}}function nn(t){return J("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",t.config.spaceId))}function sn(){return an.apply(this,arguments)}function an(){return an=(0,d.default)(r.default.mark((function t(){var e,i,n,s,a,o,c,l=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e=l.length>0&&void 0!==l[0]?l[0]:{},i=e.openid,n=e.callLoginByWeixin,s=void 0!==n&&n,a=nn(this),"mp-weixin"===V){t.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(V,"`"));case 4:if(!i||!s){t.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!i){t.next=8;break}return t.abrupt("return",(a.mpWeixinOpenid=i,{}));case 8:return t.next=10,new Promise((function(t,e){uni.login({success:function(e){t(e.code)},fail:function(t){e(new Error(t.errMsg))}})}));case 10:return o=t.sent,c=this.importObject("uni-id-co",{customUI:!0}),t.next=14,c.secureNetworkHandshakeByWeixin({code:o,callLoginByWeixin:s});case 14:return a.mpWeixinCode=o,t.abrupt("return",{code:o});case 16:case"end":return t.stop()}}),t,this)}))),an.apply(this,arguments)}function rn(t){return on.apply(this,arguments)}function on(){return on=(0,d.default)(r.default.mark((function t(e){var i;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return i=nn(this),t.abrupt("return",(i.initPromise||(i.initPromise=sn.call(this,e).then((function(t){return t})).catch((function(t){throw delete i.initPromise,t}))),i.initPromise));case 2:case"end":return t.stop()}}),t,this)}))),on.apply(this,arguments)}function cn(t){!function(t){Ct=t}(t)}function ln(t){var e={getSystemInfo:uni.getSystemInfo,getPushClientId:uni.getPushClientId};return function(i){return new Promise((function(n,s){e[t]($($({},i),{},{success:function(t){n(t)},fail:function(t){s(t)}}))}))}}var un=function(t){(0,h.default)(i,t);var e=C(i);function i(){var t;return(0,_.default)(this,i),t=e.call(this),t._uniPushMessageCallback=t._receivePushMessage.bind((0,o.default)(t)),t._currentMessageId=-1,t._payloadQueue=[],t}return(0,m.default)(i,[{key:"init",value:function(){var t=this;return Promise.all([ln("getSystemInfo")(),ln("getPushClientId")()]).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=(0,c.default)(e,2),n=i[0];n=void 0===n?{}:n;var s=n.appId,a=i[1];a=void 0===a?{}:a;var r=a.cid;if(!s)throw new Error("Invalid appId, please check the manifest.json file");if(!r)throw new Error("Invalid push client id");t._appId=s,t._pushClientId=r,t._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),t.emit("open"),t._initMessageListener()}),(function(e){throw t.emit("error",e),t.close(),e}))}},{key:"open",value:function(){var t=(0,d.default)(r.default.mark((function t(){return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.abrupt("return",this.init());case 1:case"end":return t.stop()}}),t,this)})));return function(){return t.apply(this,arguments)}}()},{key:"_isUniCloudSSE",value:function(t){if("receive"!==t.type)return!1;var e=t&&t.data&&t.data.payload;return!(!e||"UNI_CLOUD_SSE"!==e.channel||e.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(t){if(this._isUniCloudSSE(t)){var e=t&&t.data&&t.data.payload,i=e.action,n=e.messageId,s=e.message;this._payloadQueue.push({action:i,messageId:n,message:s}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var t=this;;){var e=this._payloadQueue.find((function(e){return e.messageId===t._currentMessageId+1}));if(!e)break;this._currentMessageId++,this._parseMessagePayload(e)}}},{key:"_parseMessagePayload",value:function(t){var e=t.action,i=t.messageId,n=t.message;"end"===e?this._end({messageId:i,message:n}):"message"===e&&this._appendMessage({messageId:i,message:n})}},{key:"_appendMessage",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("message",e)}},{key:"_end",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=(t.messageId,t.message);this.emit("end",e),this.close()}},{key:"_initMessageListener",value:function(){uni.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){uni.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),i}(function(){function t(){(0,_.default)(this,t),this._callback={}}return(0,m.default)(t,[{key:"addListener",value:function(t,e){this._callback[t]||(this._callback[t]=[]),this._callback[t].push(e)}},{key:"on",value:function(t,e){return this.addListener(t,e)}},{key:"removeListener",value:function(t,e){if(!e)throw new Error('The "listener" argument must be of type function. Received undefined');var i=this._callback[t];if(i){var n=function(t,e){for(var i=t.length-1;i>=0;i--)if(t[i]===e)return i;return-1}(i,e);i.splice(n,1)}}},{key:"off",value:function(t,e){return this.removeListener(t,e)}},{key:"removeAllListener",value:function(t){delete this._callback[t]}},{key:"emit",value:function(t){for(var e=this._callback[t],i=arguments.length,n=new Array(i>1?i-1:0),s=1;s0)return t.init(e).database();if(this._database)return this._database;var i=wi(xi,{uniClient:t});return this._database=i,i},t.databaseForJQL=function(e){if(e&&Object.keys(e).length>0)return t.init(e).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var i=wi(xi,{uniClient:t,isJQL:!0});return this._databaseForJQL=i,i}}(e),function(t){t.getCurrentUserInfo=Qi,t.chooseAndUploadFile=tn.initChooseAndUploadFile(t),Object.assign(t,{get mixinDatacom(){return en(t)}}),t.SSEChannel=un,t.initSecureNetworkByWeixin=function(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.openid,n=e.callLoginByWeixin,s=void 0!==n&&n;return rn.call(t,{openid:i,callLoginByWeixin:s})}}(t),t.setCustomClientInfo=cn,t.importObject=function(t){return function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.customUI=e.customUI||t.customUI,t.parseSystemError=e.parseSystemError||t.parseSystemError,Object.assign(t.loadingOptions,e.loadingOptions),Object.assign(t.errorOptions,e.errorOptions),"object"==(0,l.default)(e.secretMethods)&&(t.secretMethods=e.secretMethods),t}({customUI:!1,loadingOptions:{title:"\u52a0\u8f7d\u4e2d...",mask:!0},errorOptions:{type:"modal",retry:!1}},i);var n=i,s=n.customUI,a=n.loadingOptions,o=n.errorOptions,c=n.parseSystemError,u=!s;return new Proxy({},{get:function(n,s){switch(s){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.fn,i=t.interceptorName,n=t.getCallbackArgs;return(0,d.default)(r.default.mark((function t(){var s,a,o,c,l,u,d=arguments;return r.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:for(s=d.length,a=new Array(s),o=0;o0&&void 0!==c[0]?c[0]:{},i=e.title,n=e.content,s=e.showCancel,a=e.cancelText,o=e.confirmText,t.abrupt("return",new Promise((function(t,e){uni.showModal({title:i,content:n,showCancel:s,cancelText:a,confirmText:o,success:function(e){t(e)},fail:function(){t({confirm:!1,cancel:!0})}})})));case 2:case"end":return t.stop()}}),t)})))({title:"\u63d0\u793a",content:k,showCancel:o.retry,cancelText:"\u53d6\u6d88",confirmText:o.retry?"\u91cd\u8bd5":"\u786e\u5b9a"});case 33:if(T=n.sent,S=T.confirm,!o.retry||!S){n.next=37;break}return n.abrupt("return",f.apply(void 0,v));case 37:throw D=new yt({subject:b,code:w,message:x,requestId:h.requestId}),D.detail=h.result,ft(nt,{type:ct,content:D}),D;case 39:return n.abrupt("return",(ft(nt,{type:ct,content:h.result}),h.result));case 40:case"end":return n.stop()}}),n,null,[[5,11]])})));function f(){return n.apply(this,arguments)}return f}(),interceptorName:"callObject",getCallbackArgs:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=t.params;return{objectName:e,methodName:s,params:i}}})}})}}(t)}(e),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(t){if(e[t]){var i=e[t];e[t]=function(){return i.apply(e,Array.from(arguments))},e[t]=function(t,e){return function(i){var n=this,s=!1;if("callFunction"===e){var a=i&&i.type||A;s=a!==A}var r="callFunction"===e&&!s,o=this._initPromiseHub.exec();i=i||{};var c=gt(i),l=c.success,u=c.fail,d=c.complete,f=o.then((function(){return s?Promise.resolve():Z(tt(e,"invoke"),i)})).then((function(){return t.call(n,i)})).then((function(t){return s?Promise.resolve(t):Z(tt(e,"success"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return r&&ft(nt,{type:ot,content:t}),Promise.resolve(t)}))}),(function(t){return s?Promise.reject(t):Z(tt(e,"fail"),t).then((function(){return Z(tt(e,"complete"),t)})).then((function(){return ft(nt,{type:ot,content:t}),Promise.reject(t)}))}));if(!(l||u||d))return f;f.then((function(t){l&&l(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}),(function(t){u&&u(t),d&&d(t),r&&ft(nt,{type:ot,content:t})}))}}(e[t],t).bind(e)}})),e.init=this.init,e}}]),t}());(function(){var t=q,e={};if(t&&1===t.length)e=t[0],fn=fn.init(e),fn._isDefault=!0;else{var i;i=t&&t.length>0?"\u5e94\u7528\u6709\u591a\u4e2a\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u901a\u8fc7uniCloud.init\u65b9\u6cd5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u670d\u52a1\u7a7a\u95f4":"\u5e94\u7528\u672a\u5173\u8054\u670d\u52a1\u7a7a\u95f4\uff0c\u8bf7\u5728uniCloud\u76ee\u5f55\u53f3\u952e\u5173\u8054\u670d\u52a1\u7a7a\u95f4",["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"].forEach((function(t){fn[t]=function(){return console.error(i),Promise.reject(new yt({code:"SYS_ERR",message:i}))}}))}Object.assign(fn,{get mixinDatacom(){return en(fn)}}),Yi(fn),fn.addInterceptor=X,fn.removeInterceptor=Q,fn.interceptObject=et})();var hn=fn;i.default=hn}).call(this,n("0ee4"),n("ed83")["default"])},"879a":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading6"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},s=[]},"879f":function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapse",emits:["change","activeItem","input","update:modelValue"],props:{value:{type:[String,Array],default:""},modelValue:{type:[String,Array],default:""},accordion:{type:[Boolean,String],default:!1}},data:function(){return{}},computed:{dataValue:function(){var t="string"===typeof this.value&&""===this.value||Array.isArray(this.value)&&0===this.value.length;"string"===typeof this.modelValue&&""===this.modelValue||Array.isArray(this.modelValue)&&this.modelValue.length;return t?this.modelValue:this.value}},watch:{dataValue:function(t){this.setOpen(t)}},created:function(){this.childrens=[],this.names=[]},mounted:function(){var t=this;this.$nextTick((function(){t.setOpen(t.dataValue)}))},methods:{setOpen:function(e){var i=this,n="string"===typeof e,s=Array.isArray(e);this.childrens.forEach((function(a,r){if(n&&e===a.nameSync){if(!i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a false ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a array"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:75");a.isOpen=!0}s&&e.forEach((function(e){if(e===a.nameSync){if(i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a true ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a string"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:85");a.isOpen=!0}}))})),this.emit(e)},setAccordion:function(t){this.accordion&&this.childrens.forEach((function(e,i){t!==e&&(e.isOpen=!1)}))},resize:function(){this.childrens.forEach((function(t,e){t.getCollapseHeight()}))},onChange:function(t,e){var i=[];this.accordion?i=t?e.nameSync:"":this.childrens.forEach((function(t,e){t.isOpen&&i.push(t.nameSync)})),this.$emit("change",i),this.emit(i)},emit:function(t){this.$emit("input",t),this.$emit("update:modelValue",t)}}};e.default=i}).call(this,i("f3b9")["default"])},"8c66":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","uni-collapse"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},s=[]},"8d4c":function(t,e,i){"use strict";i.r(e);var n=i("358e"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},"8d87":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("269c")),a=n(i("8d87")),r=n(i("22e6")),o=n(i("1827")),c=[],l={str2Num:function(t){for(var e="",i=0;i=t.lastPage)?n("view",{staticClass:t._$s(13,"sc","endtext"),attrs:{_i:13}}):t._e()],2):t._e(),t._$s(14,"i",!t.lastPage)?n("view",{staticClass:t._$s(14,"sc","nolist mt-15"),attrs:{_i:14}},[n("image",{attrs:{src:t._$s(15,"a-src",i("8ef2")),_i:15}}),n("text")]):t._e()])},a=[]},"8ef2":function(t,e,i){t.exports=i.p+"static/none.png"},"8f3d":function(t,e,i){"use strict";i.r(e);var n=i("177a"),s=i("69a8");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"454c5b1a",null,!1,n["a"],void 0);e["default"]=o.exports},"8f4d":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59"),o=n(i("4a2e"));function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e=3570&&"\u52a0"==t?(this.time_m="59",void(this.time_s="59")):Number(e+i)<=30&&"\u51cf"==t?(this.time_m="00",void(this.time_s="30")):("\u51cf"==t&&(n=Math.floor(Number(e+i-30)%3600/60),s=Number(e+i-30)%60),"\u52a0"==t&&(n=Math.floor(Number(e+i+30)%3600/60),s=Number(e+i+30)%60),this.time_m=n>9?n:"0"+n,this.time_s=s>9?s:"0"+s,void(this.timesTndex=[Number(this.time_m),Number(this.time_s)]))},handleWeightEdit:function(t){"\u51cf"==t&&(this.weight=Number(this.weight)-50>50?Number(this.weight)-50:50),"\u52a0"==t&&(this.weight=Number(this.weight)+50)},handleMyTime:function(){var t=this;s=setTimeout((function(){t.devicesList.length||(t.islink=-1,t.textLink="\u91cd\u65b0\u641c\u7d22",t.$tools.msg("\u6ca1\u6709\u67e5\u627e\u5230\u8bbe\u5907")),clearTimeout(s),t.$Bluetooth.stopBluetoothDevicesDiscovery()}),2e4)},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pages/skiping/skip.vue:585"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pages/skiping/skip.vue:596")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pages/skiping/skip.vue:608"),e.$store.commit("changeConnected",!1)}})},navTo:function(e){this.isConnected||(this.islink=-1,clearTimeout(s),this.$Bluetooth.closeBluetoothAdapter(),this.$Bluetooth.closeBLEConnection(this.deviceId),this.$Bluetooth.stopBluetoothDevicesDiscovery(),t("log","\u84dd\u7259\u6ca1\u6709\u8fde\u63a5"," at pages/skiping/skip.vue:621")),uni.navigateTo({url:e})}}};e.default=u}).call(this,i("f3b9")["default"])},"8f59":function(t,i,n){"use strict";(function(i){var n="undefined"!==typeof window?window:"undefined"!==typeof i?i:{},s=n.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t,e){if(void 0===e&&(e=[]),null===t||"object"!==typeof t)return t;var i=function(t,e){return t.filter(e)[0]}(e,(function(e){return e.original===t}));if(i)return i.copy;var n=Array.isArray(t)?[]:{};return e.push({original:t,copy:n}),Object.keys(t).forEach((function(i){n[i]=a(t[i],e)})),n}function r(t,e){Object.keys(t).forEach((function(i){return e(t[i],i)}))}function o(t){return null!==t&&"object"===typeof t}var c=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var i=t.state;this.state=("function"===typeof i?i():i)||{}},l={namespaced:{configurable:!0}};l.namespaced.get=function(){return!!this._rawModule.namespaced},c.prototype.addChild=function(t,e){this._children[t]=e},c.prototype.removeChild=function(t){delete this._children[t]},c.prototype.getChild=function(t){return this._children[t]},c.prototype.hasChild=function(t){return t in this._children},c.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},c.prototype.forEachChild=function(t){r(this._children,t)},c.prototype.forEachGetter=function(t){this._rawModule.getters&&r(this._rawModule.getters,t)},c.prototype.forEachAction=function(t){this._rawModule.actions&&r(this._rawModule.actions,t)},c.prototype.forEachMutation=function(t){this._rawModule.mutations&&r(this._rawModule.mutations,t)},Object.defineProperties(c.prototype,l);var u=function(t){this.register([],t,!1)};u.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},u.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,i){return e=e.getChild(i),t+(e.namespaced?i+"/":"")}),"")},u.prototype.update=function(t){(function t(e,i,n){0;if(i.update(n),n.modules)for(var s in n.modules){if(!i.getChild(s))return void 0;t(e.concat(s),i.getChild(s),n.modules[s])}})([],this.root,t)},u.prototype.register=function(t,e,i){var n=this;void 0===i&&(i=!0);var s=new c(e,i);if(0===t.length)this.root=s;else{var a=this.get(t.slice(0,-1));a.addChild(t[t.length-1],s)}e.modules&&r(e.modules,(function(e,s){n.register(t.concat(s),e,i)}))},u.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),i=t[t.length-1],n=e.getChild(i);n&&n.runtime&&e.removeChild(i)},u.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),i=t[t.length-1];return!!e&&e.hasChild(i)};var d;var f=function(t){var e=this;void 0===t&&(t={}),!d&&"undefined"!==typeof window&&window.Vue&&b(window.Vue);var i=t.plugins;void 0===i&&(i=[]);var n=t.strict;void 0===n&&(n=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new u(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new d,this._makeLocalGettersCache=Object.create(null);var a=this,r=this.dispatch,o=this.commit;this.dispatch=function(t,e){return r.call(a,t,e)},this.commit=function(t,e,i){return o.call(a,t,e,i)},this.strict=n;var c=this._modules.root.state;_(this,c,[],this._modules.root),g(this,c),i.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtools:d.config.devtools;l&&function(t){s&&(t._devtoolHook=s,s.emit("vuex:init",t),s.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){s.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){s.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},h={state:{configurable:!0}};function p(t,e,i){return e.indexOf(t)<0&&(i&&i.prepend?e.unshift(t):e.push(t)),function(){var i=e.indexOf(t);i>-1&&e.splice(i,1)}}function v(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var i=t.state;_(t,i,[],t._modules.root,!0),g(t,i,e)}function g(t,e,i){var n=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var s=t._wrappedGetters,a={};r(s,(function(e,i){a[i]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,i,{get:function(){return t._vm[i]},enumerable:!0})}));var o=d.config.silent;d.config.silent=!0,t._vm=new d({data:{$$state:e},computed:a}),d.config.silent=o,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),n&&(i&&t._withCommit((function(){n._data.$$state=null})),d.nextTick((function(){return n.$destroy()})))}function _(t,e,i,n,s){var a=!i.length,r=t._modules.getNamespace(i);if(n.namespaced&&(t._modulesNamespaceMap[r],t._modulesNamespaceMap[r]=n),!a&&!s){var o=m(e,i.slice(0,-1)),c=i[i.length-1];t._withCommit((function(){d.set(o,c,n.state)}))}var l=n.context=function(t,e,i){var n=""===e,s={dispatch:n?t.dispatch:function(i,n,s){var a=y(i,n,s),r=a.payload,o=a.options,c=a.type;return o&&o.root||(c=e+c),t.dispatch(c,r)},commit:n?t.commit:function(i,n,s){var a=y(i,n,s),r=a.payload,o=a.options,c=a.type;o&&o.root||(c=e+c),t.commit(c,r,o)}};return Object.defineProperties(s,{getters:{get:n?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var i={},n=e.length;Object.keys(t.getters).forEach((function(s){if(s.slice(0,n)===e){var a=s.slice(n);Object.defineProperty(i,a,{get:function(){return t.getters[s]},enumerable:!0})}})),t._makeLocalGettersCache[e]=i}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return m(t.state,i)}}}),s}(t,r,i);n.forEachMutation((function(e,i){var n=r+i;(function(t,e,i,n){var s=t._mutations[e]||(t._mutations[e]=[]);s.push((function(e){i.call(t,n.state,e)}))})(t,n,e,l)})),n.forEachAction((function(e,i){var n=e.root?i:r+i,s=e.handler||e;(function(t,e,i,n){var s=t._actions[e]||(t._actions[e]=[]);s.push((function(e){var s=i.call(t,{dispatch:n.dispatch,commit:n.commit,getters:n.getters,state:n.state,rootGetters:t.getters,rootState:t.state},e);return function(t){return t&&"function"===typeof t.then}(s)||(s=Promise.resolve(s)),t._devtoolHook?s.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):s}))})(t,n,s,l)})),n.forEachGetter((function(e,i){var n=r+i;(function(t,e,i,n){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return i(n.state,n.getters,t.state,t.getters)}})(t,n,e,l)})),n.forEachChild((function(n,a){_(t,e,i.concat(a),n,s)}))}function m(t,e){return e.reduce((function(t,e){return t[e]}),t)}function y(t,e,i){return o(t)&&t.type&&(i=e,e=t,t=t.type),{type:t,payload:e,options:i}}function b(t){d&&t===d||(d=t, /*! * vuex v3.6.2 * (c) 2021 Evan You * @license MIT */ -function(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(d))}h.state.get=function(){return this._vm._data.$$state},h.state.set=function(t){0},f.prototype.commit=function(t,e,i){var n=this,a=y(t,e,i),s=a.type,r=a.payload,o=(a.options,{type:s,payload:r}),c=this._mutations[s];c&&(this._withCommit((function(){c.forEach((function(t){t(r)}))})),this._subscribers.slice().forEach((function(t){return t(o,n.state)})))},f.prototype.dispatch=function(t,i){var n=this,a=y(t,i),s=a.type,r=a.payload,o={type:s,payload:r},c=this._actions[s];if(c){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(e){0}var l=c.length>1?Promise.all(c.map((function(t){return t(r)}))):c[0](r);return new Promise((function(t,i){l.then((function(i){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(e){0}t(i)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(e){0}i(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},f.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),_(this,this.state,t,this._modules.get(t),i.preserveState),g(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=m(e.state,t.slice(0,-1));d.delete(i,t[t.length-1])})),v(this)},f.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),v(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,h);var x=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=S(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof a?a.call(this,e,i):e[a]},i[n].vuex=!0})),i})),w=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var s=S(this.$store,"mapMutations",t);if(!s)return;n=s.context.commit}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i})),$=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;a=t+a,i[n]=function(){if(!t||S(this.$store,"mapGetters",t))return this.$store.getters[a]},i[n].vuex=!0})),i})),C=k((function(t,e){var i={};return T(e).forEach((function(e){var n=e.key,a=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var s=S(this.$store,"mapActions",t);if(!s)return;n=s.context.dispatch}return"function"===typeof a?a.apply(this,[n].concat(e)):n.apply(this.$store,[a].concat(e))}})),i}));function T(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function k(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function S(t,e,i){var n=t._modulesNamespaceMap[i];return n}function O(t,i,n){var a=n?t.groupCollapsed:t.group;try{a.call(t,i)}catch(e){t.log(i)}}function D(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function P(){var t=new Date;return" @ "+A(t.getHours(),2)+":"+A(t.getMinutes(),2)+":"+A(t.getSeconds(),2)+"."+A(t.getMilliseconds(),3)}function A(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var I={Store:f,install:b,version:"3.6.2",mapState:x,mapMutations:w,mapGetters:$,mapActions:C,createNamespacedHelpers:function(t){return{mapState:x.bind(null,t),mapGetters:$.bind(null,t),mapMutations:w.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var a=t.mutationTransformer;void 0===a&&(a=function(t){return t});var r=t.actionFilter;void 0===r&&(r=function(t,e){return!0});var o=t.actionTransformer;void 0===o&&(o=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var l=t.logActions;void 0===l&&(l=!0);var u=t.logger;return void 0===u&&(u=console),function(t){var d=s(t.state);"undefined"!==typeof u&&(c&&t.subscribe((function(t,r){var o=s(r);if(i(t,d,o)){var c=P(),l=a(t),f="mutation "+t.type+c;O(u,f,e),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",n(o)),D(u)}d=o})),l&&t.subscribeAction((function(t,i){if(r(t,i)){var n=P(),a=o(t),s="action "+t.type+n;O(u,s,e),u.log("%c action","color: #03A9F4; font-weight: bold",a),D(u)}})))}}};t.exports=I}).call(this,n("0ee4"))},"8fbb":function(t,e,i){"use strict";i.r(e);var n=i("a40d"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"8ffa":function(t,e,i){var n=i("7647");t.exports=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&n(t,e)},t.exports.__esModule=!0,t.exports["default"]=t.exports},9008:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},9021:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("c0aa")),s=n(i("589b")),r=n(i("fe8d")),o={mixins:[a.default,s.default,r.default],emits:["click","change"],props:{show:{type:String,default:"none"},disabled:{type:Boolean,default:!1},autoClose:{type:Boolean,default:!0},threshold:{type:Number,default:20},leftOptions:{type:Array,default:function(){return[]}},rightOptions:{type:Array,default:function(){return[]}}},destroyed:function(){this.__isUnmounted||this.uninstall()},methods:{uninstall:function(){var t=this;this.swipeaction&&this.swipeaction.children.forEach((function(e,i){e===t&&t.swipeaction.children.splice(i,1)}))},getSwipeAction:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniSwipeAction",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=o},"92d0":function(t,e,i){"use strict";i.r(e);var n=i("c6e7"),a=i("1a82");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"f4e86178",null,!1,n["a"],void 0);e["default"]=o.exports},"931d":function(t,e,i){var n=i("7647"),a=i("011a");t.exports=function(t,e,i){if(a())return Reflect.construct.apply(null,arguments);var s=[null];s.push.apply(s,e);var r=new(t.bind.apply(t,s));return i&&n(r,i.prototype),r},t.exports.__esModule=!0,t.exports["default"]=t.exports},9480:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i("d3b4"),s=n(i("b8eb")),r=i("560f"),o=(0,a.initVueI18n)(s.default),c=o.t,l={name:"UniDatetimePicker",data:function(){return{indicatorStyle:"height: 50px;",visible:!1,fixNvueBug:{},dateShow:!0,timeShow:!0,title:"\u65e5\u671f\u548c\u65f6\u95f4",time:"",year:1920,month:0,day:0,hour:0,minute:0,second:0,startYear:1920,startMonth:1,startDay:1,startHour:0,startMinute:0,startSecond:0,endYear:2120,endMonth:12,endDay:31,endHour:23,endMinute:59,endSecond:59}},props:{type:{type:String,default:"datetime"},value:{type:[String,Number],default:""},modelValue:{type:[String,Number],default:""},start:{type:[Number,String],default:""},end:{type:[Number,String],default:""},returnType:{type:String,default:"string"},disabled:{type:[Boolean,String],default:!1},border:{type:[Boolean,String],default:!0},hideSecond:{type:[Boolean,String],default:!1}},watch:{value:{handler:function(t){t?(this.parseValue((0,r.fixIosDateFormat)(t)),this.initTime(!1)):(this.time="",this.parseValue(Date.now()))},immediate:!0},type:{handler:function(t){"date"===t?(this.dateShow=!0,this.timeShow=!1,this.title="\u65e5\u671f"):"time"===t?(this.dateShow=!1,this.timeShow=!0,this.title="\u65f6\u95f4"):(this.dateShow=!0,this.timeShow=!0,this.title="\u65e5\u671f\u548c\u65f6\u95f4")},immediate:!0},start:{handler:function(t){this.parseDatetimeRange((0,r.fixIosDateFormat)(t),"start")},immediate:!0},end:{handler:function(t){this.parseDatetimeRange((0,r.fixIosDateFormat)(t),"end")},immediate:!0},months:function(t){this.checkValue("month",this.month,t)},days:function(t){this.checkValue("day",this.day,t)},hours:function(t){this.checkValue("hour",this.hour,t)},minutes:function(t){this.checkValue("minute",this.minute,t)},seconds:function(t){this.checkValue("second",this.second,t)}},computed:{years:function(){return this.getCurrentRange("year")},months:function(){return this.getCurrentRange("month")},days:function(){return this.getCurrentRange("day")},hours:function(){return this.getCurrentRange("hour")},minutes:function(){return this.getCurrentRange("minute")},seconds:function(){return this.getCurrentRange("second")},ymd:function(){return[this.year-this.minYear,this.month-this.minMonth,this.day-this.minDay]},hms:function(){return[this.hour-this.minHour,this.minute-this.minMinute,this.second-this.minSecond]},currentDateIsStart:function(){return this.year===this.startYear&&this.month===this.startMonth&&this.day===this.startDay},currentDateIsEnd:function(){return this.year===this.endYear&&this.month===this.endMonth&&this.day===this.endDay},minYear:function(){return this.startYear},maxYear:function(){return this.endYear},minMonth:function(){return this.year===this.startYear?this.startMonth:1},maxMonth:function(){return this.year===this.endYear?this.endMonth:12},minDay:function(){return this.year===this.startYear&&this.month===this.startMonth?this.startDay:1},maxDay:function(){return this.year===this.endYear&&this.month===this.endMonth?this.endDay:this.daysInMonth(this.year,this.month)},minHour:function(){return"datetime"===this.type?this.currentDateIsStart?this.startHour:0:"time"===this.type?this.startHour:void 0},maxHour:function(){return"datetime"===this.type?this.currentDateIsEnd?this.endHour:23:"time"===this.type?this.endHour:void 0},minMinute:function(){return"datetime"===this.type?this.currentDateIsStart&&this.hour===this.startHour?this.startMinute:0:"time"===this.type?this.hour===this.startHour?this.startMinute:0:void 0},maxMinute:function(){return"datetime"===this.type?this.currentDateIsEnd&&this.hour===this.endHour?this.endMinute:59:"time"===this.type?this.hour===this.endHour?this.endMinute:59:void 0},minSecond:function(){return"datetime"===this.type?this.currentDateIsStart&&this.hour===this.startHour&&this.minute===this.startMinute?this.startSecond:0:"time"===this.type?this.hour===this.startHour&&this.minute===this.startMinute?this.startSecond:0:void 0},maxSecond:function(){return"datetime"===this.type?this.currentDateIsEnd&&this.hour===this.endHour&&this.minute===this.endMinute?this.endSecond:59:"time"===this.type?this.hour===this.endHour&&this.minute===this.endMinute?this.endSecond:59:void 0},selectTimeText:function(){return c("uni-datetime-picker.selectTime")},okText:function(){return c("uni-datetime-picker.ok")},clearText:function(){return c("uni-datetime-picker.clear")},cancelText:function(){return c("uni-datetime-picker.cancel")}},mounted:function(){},methods:{lessThanTen:function(t){return t<10?"0"+t:t},parseTimeType:function(t){if(t){var e=t.split(":");this.hour=Number(e[0]),this.minute=Number(e[1]),this.second=Number(e[2])}},initPickerValue:function(t){var e=null;t?e=this.compareValueWithStartAndEnd(t,this.start,this.end):(e=Date.now(),e=this.compareValueWithStartAndEnd(e,this.start,this.end)),this.parseValue(e)},compareValueWithStartAndEnd:function(t,e,i){var n=null;return t=this.superTimeStamp(t),e=this.superTimeStamp(e),i=this.superTimeStamp(i),n=e&&i?ti?new Date(i):new Date(t):e&&!i?e<=t?new Date(t):new Date(e):!e&&i?t<=i?new Date(t):new Date(i):new Date(t),n},superTimeStamp:function(t){var e="";if("time"===this.type&&t&&"string"===typeof t){var i=new Date,n=i.getFullYear(),a=i.getMonth()+1,s=i.getDate();e=n+"/"+a+"/"+s+" "}return Number(t)&&(t=parseInt(t),e=0),this.createTimeStamp(e+t)},parseValue:function(t){if(t){if("time"===this.type&&"string"===typeof t)this.parseTimeType(t);else{var e=null;e=new Date(t),"time"!==this.type&&(this.year=e.getFullYear(),this.month=e.getMonth()+1,this.day=e.getDate()),"date"!==this.type&&(this.hour=e.getHours(),this.minute=e.getMinutes(),this.second=e.getSeconds())}this.hideSecond&&(this.second=0)}},parseDatetimeRange:function(t,e){if(!t)return"start"===e&&(this.startYear=1920,this.startMonth=1,this.startDay=1,this.startHour=0,this.startMinute=0,this.startSecond=0),void("end"===e&&(this.endYear=2120,this.endMonth=12,this.endDay=31,this.endHour=23,this.endMinute=59,this.endSecond=59));if("time"===this.type){var i=t.split(":");this[e+"Hour"]=Number(i[0]),this[e+"Minute"]=Number(i[1]),this[e+"Second"]=Number(i[2])}else{if(!t)return void("start"===e?this.startYear=this.year-60:this.endYear=this.year+60);Number(t)&&(t=parseInt(t));"datetime"!==this.type||"end"!==e||"string"!==typeof t||/[0-9]:[0-9]/.test(t)||(t+=" 23:59:59");var n=new Date(t);this[e+"Year"]=n.getFullYear(),this[e+"Month"]=n.getMonth()+1,this[e+"Day"]=n.getDate(),"datetime"===this.type&&(this[e+"Hour"]=n.getHours(),this[e+"Minute"]=n.getMinutes(),this[e+"Second"]=n.getSeconds())}},getCurrentRange:function(t){for(var e=[],i=this["min"+this.capitalize(t)];i<=this["max"+this.capitalize(t)];i++)e.push(i);return e},capitalize:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},checkValue:function(t,e,i){-1===i.indexOf(e)&&(this[t]=i[0])},daysInMonth:function(t,e){return new Date(t,e,0).getDate()},fixIosDateFormat:function(t){return"string"===typeof t&&(t=t.replace(/-/g,"/")),t},createTimeStamp:function(t){if(t)return"number"===typeof t?t:(t=t.replace(/-/g,"/"),"date"===this.type&&(t+=" 00:00:00"),Date.parse(t))},createDomSting:function(){var t=this.year+"-"+this.lessThanTen(this.month)+"-"+this.lessThanTen(this.day),e=this.lessThanTen(this.hour)+":"+this.lessThanTen(this.minute);return this.hideSecond||(e=e+":"+this.lessThanTen(this.second)),"date"===this.type?t:"time"===this.type?e:t+" "+e},initTime:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.time=this.createDomSting(),t&&("timestamp"===this.returnType&&"time"!==this.type?(this.$emit("change",this.createTimeStamp(this.time)),this.$emit("input",this.createTimeStamp(this.time)),this.$emit("update:modelValue",this.createTimeStamp(this.time))):(this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time)))},bindDateChange:function(t){var e=t.detail.value;this.year=this.years[e[0]],this.month=this.months[e[1]],this.day=this.days[e[2]]},bindTimeChange:function(t){var e=t.detail.value;this.hour=this.hours[e[0]],this.minute=this.minutes[e[1]],this.second=this.seconds[e[2]]},initTimePicker:function(){if(!this.disabled){var t=(0,r.fixIosDateFormat)(this.time);this.initPickerValue(t),this.visible=!this.visible}},tiggerTimePicker:function(t){this.visible=!this.visible},clearTime:function(){this.time="",this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time),this.tiggerTimePicker()},setTime:function(){this.initTime(),this.tiggerTimePicker()}}};e.default=l},"949b":function(t,e,i){"use strict";i.r(e);var n=i("7426"),a=i("7dd2");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"92780744",null,!1,n["a"],void 0);e["default"]=o.exports},"951c":function(t,e){t.exports=Vue},"956f":function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{token:"",list:[],page:1,lastPage:0}},computed:function(t){for(var e=1;e=t.lastPage)?n("view",{staticClass:t._$s(10,"sc","endtext"),attrs:{_i:10}}):t._e()],2):t._e(),t._$s(11,"i",!t.lastPage)?n("view",{staticClass:t._$s(11,"sc","nolist"),attrs:{_i:11}},[n("image",{attrs:{src:t._$s(12,"a-src",i("d75c")),_i:12}}),n("text")]):t._e()],1)},s=[]},9910:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content pkconp"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","headerTop"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","left"),attrs:{_i:2}},[i("image",{staticClass:t._$s(3,"sc","image1"),attrs:{src:t._$s(3,"a-src",t.memInfo.headimg),_i:3}})]),i("view",{staticClass:t._$s(4,"sc","right"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","name"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.memInfo.name?t.memInfo.name:t.memInfo.nickname)))]),i("view",{staticClass:t._$s(6,"sc","top"),attrs:{_i:6}},[i("view",[t._v(t._$s(7,"t0-0",t._s("0"==t.memInfo.gender?"\u672a\u77e5":"1"==t.memInfo.gender?"\u7537":"\u5973")))]),i("view",{staticClass:t._$s(8,"sc","ml-15"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.user.age)))])])])]),t._$s(9,"i",2==t.acd_id)?i("view",{staticClass:t._$s(9,"sc","box"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","item"),attrs:{_i:10}},[i("view",[t._v(t._$s(11,"t0-0",t._s(t.memInfo.day?t.memInfo.day:"0")))]),i("text")]),i("view",{staticClass:t._$s(13,"sc","item"),attrs:{_i:13}},[i("view",[t._v(t._$s(14,"t0-0",t._s(t.memInfo.weightdiff?Math.abs(t.memInfo.weightdiff):0)))]),(t._$s(15,"i",Number(t.memInfo.weightdiff)>0),i("text"))]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),(t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0),i("text"))]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1)])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1)]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view"),i("view"),i("view")]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,a,s){return i("view",{key:t._$s(33,"f",{forIndex:a,key:n}),staticClass:t._$s("33-"+s,"sc","li"),attrs:{_i:"33-"+s}},[i("view",{staticClass:t._$s("34-"+s,"sc","name"),attrs:{_i:"34-"+s}},[i("text",[t._v(t._$s("35-"+s,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+s,"sc","num"),attrs:{_i:"36-"+s}},[t._$s("37-"+s,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+s,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+s,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+s,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+s}}):t._e(),t._$s("39-"+s,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+s,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+s}}):t._e(),t._$s("40-"+s,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+s,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+s}}):t._e()]),i("view",{staticClass:t._$s("41-"+s,"sc","f"),attrs:{_i:"41-"+s}},[i("view",[t._v(t._$s("42-"+s,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+s,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+s,"sc","f"),attrs:{_i:"44-"+s}},[i("view",[t._v(t._$s("45-"+s,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+s,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},s=[]},"9a01":function(t,e,i){"use strict";i.r(e);var n=i("ec95"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},"9a51":function(t,e,i){"use strict";i.r(e);var n=i("af31"),a=i("a941");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"12257a5b",null,!1,n["a"],void 0);e["default"]=o.exports},"9a7d":function(t,e,i){"use strict";i.r(e);var n=i("3817"),a=i("a188");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"9b27":function(t,e,i){"use strict";i.r(e);var n=i("46df"),a=i("52d6");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},"9b53":function(t,e,i){"use strict";i.r(e);var n=i("08f5"),a=i("4308");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"fccf681c",null,!1,n["a"],void 0);e["default"]=o.exports},"9bef":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=1)?n("uni-icons",{attrs:{type:1==i.choice_state?"circle-filled":"circle",color:1==i.choice_state?"#FEC407":"#dfdfdf",size:"22",_i:"18-"+s+"-"+r+"-"+c},on:{click:function(n){return t.handleActiveState(e,i,a)}}}):t._e(),n("view",{staticClass:t._$s("19-"+s+"-"+r+"-"+c,"sc","name"),attrs:{_i:"19-"+s+"-"+r+"-"+c},on:{click:function(e){return t.handleTips(i.describe)}}},[n("text",[t._v(t._$s("20-"+s+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),t._$s("21-"+s+"-"+r+"-"+c,"i",i.describe)?n("uni-icons",{attrs:{type:"info",color:"#f0ad4e",size:"20",_i:"21-"+s+"-"+r+"-"+c}}):t._e()],1),n("view",{staticClass:t._$s("22-"+s+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"22-"+s+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("23-"+s+"-"+r+"-"+c,"sc","input"),attrs:{_i:"23-"+s+"-"+r+"-"+c}},[t._$s("24-"+s+"-"+r+"-"+c,"i",1==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("24-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"24-"+s+"-"+r+"-"+c},domProps:{value:t._$s("24-"+s+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("25-"+s+"-"+r+"-"+c,"e",2==i.type||3==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("25-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"25-"+s+"-"+r+"-"+c},domProps:{value:t._$s("25-"+s+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("26-"+s+"-"+r+"-"+c,"e",4==i.type)?n("picker",{style:t._$s("26-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{range:t._$s("26-"+s+"-"+r+"-"+c,"a-range",t.timeList),_i:"26-"+s+"-"+r+"-"+c},on:{change:function(e){return t.bindTimeChange(e,i)},input:function(e){return t.changeDisabled(i)}}},[n("view",[t._v(t._$s("27-"+s+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"\u8bf7\u9009\u62e9")))]),n("uni-icons",{staticClass:t._$s("28-"+s+"-"+r+"-"+c,"sc","down"),attrs:{type:"down",color:"#999",size:"20",_i:"28-"+s+"-"+r+"-"+c}})],1):t._e(),t._$s("29-"+s+"-"+r+"-"+c,"i",i.value&&"4"!=i.type)?n("uni-icons",{staticClass:t._$s("29-"+s+"-"+r+"-"+c,"sc","uni-icons"),attrs:{type:"clear",color:"#999",size:"24",_i:"29-"+s+"-"+r+"-"+c},on:{click:function(e){return t.handleValue(i)}}}):t._e()],1),n("text",{style:t._$s("30-"+s+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"30-"+s+"-"+r+"-"+c},on:{input:function(e){return t.changeDisabled(i)}}},[t._v(t._$s("30-"+s+"-"+r+"-"+c,"t0-0",t._s(i.unit)))])])],1):t._e()})),t._l(t._$s("31-"+s+"-"+r,"f",{forItems:e.list}),(function(i,a,o,c){return t._$s("31-"+s+"-"+r+"-"+c,"i",t.isresult&&e.list.length>1)?n("view",{key:t._$s("31-"+s+"-"+r,"f",{forIndex:o,key:a}),staticClass:t._$s("31-"+s+"-"+r+"-"+c,"sc","result item3"),attrs:{_i:"31-"+s+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("32-"+s+"-"+r+"-"+c,"sc","name"),attrs:{_i:"32-"+s+"-"+r+"-"+c}},[t._v(t._$s("32-"+s+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),n("view",{staticClass:t._$s("33-"+s+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"33-"+s+"-"+r+"-"+c}},[n("view",[t._v(t._$s("34-"+s+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"-")))]),n("view",{staticClass:t._$s("35-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"35-"+s+"-"+r+"-"+c}},[t._v(t._$s("35-"+s+"-"+r+"-"+c,"t0-0",t._s(i.proportion_value?i.proportion_value:"-")))]),n("view",{staticClass:t._$s("36-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"36-"+s+"-"+r+"-"+c}},[t._v(t._$s("36-"+s+"-"+r+"-"+c,"t0-0",t._s(i.total_score?i.total_score:"-")))])])]):t._e()}))],2)})),0)])})),t._$s(37,"i",t.isSports)?n("view",{staticClass:t._$s(37,"sc","gfbtn"),attrs:{_i:37},on:{click:function(e){return t.handleNewScore()}}}):n("view",{staticClass:t._$s(38,"sc","gfbtn"),attrs:{_i:38},on:{click:function(e){return t.handlescore()}}})],2):n("view",{staticClass:t._$s(39,"sc","nolist"),attrs:{_i:39}},[n("image",{attrs:{src:t._$s(40,"a-src",i("d75c")),_i:40}}),n("text",[t._v(t._$s(41,"t0-0",t._s(t.msg)))])]),n("uslider",{attrs:{_i:42}}),t._$s(43,"i",t.isDrawe)?n("view",{staticClass:t._$s(43,"sc","wrapper"),attrs:{_i:43}},[n("view",{staticClass:t._$s(44,"sc","bg"),attrs:{_i:44},on:{click:t.onTap}}),n("view",{staticClass:t._$s(45,"sc","edit"),attrs:{_i:45},on:{click:function(t){t.stopPropagation()}}},[n("view",{staticClass:t._$s(46,"sc","title"),attrs:{_i:46}},[n("text",{staticClass:t._$s(47,"sc","choice"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.List.length))+t._$s(47,"t0-1",t._s(t.choice)))])]),t._l(t._$s(48,"f",{forItems:t.List}),(function(e,i,a,s){return n("view",{key:t._$s(48,"f",{forIndex:a,key:i}),staticClass:t._$s("48-"+s,"sc","item"),attrs:{_i:"48-"+s},on:{click:function(i){return t.toggle(e)}}},[t._$s("49-"+s,"i",1==t.choice)?n("uni-icons",{attrs:{type:t.isActive.name==e.name?"circle-filled":"circle",size:"22",color:t.isActive.name==e.name?"#FEC407":"#dfdfdf",_i:"49-"+s}}):t._e(),t._$s("50-"+s,"i",t.choice>1)?n("uni-icons",{attrs:{type:-1!=t.isActiveNameList.indexOf(e.name)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActiveNameList.indexOf(e.name)?"#FEC407":"#dfdfdf",_i:"50-"+s}}):t._e(),n("view",{staticClass:t._$s("51-"+s,"sc","name"),attrs:{_i:"51-"+s}},[n("view",{staticClass:t._$s("52-"+s,"sc","overflow"),attrs:{_i:"52-"+s}},[t._v(t._$s("52-"+s,"t0-0",t._s(e.name)))])])],1)})),n("view",{staticClass:t._$s(53,"sc","btn close"),attrs:{_i:53},on:{click:t.onTap}}),n("view",{staticClass:t._$s(54,"sc","btn"),attrs:{_i:54},on:{click:t.handleTarget}})],2)]):t._e()],1)},s=[]},"9e31":function(t,e,i){"use strict";i.r(e);var n=i("f38f"),a=i("4050");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"b7ea8a9a",null,!1,n["a"],void 0);e["default"]=o.exports},"9fc1":function(t,e,i){var n=i("3b2d")["default"];function a(){"use strict"; -/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */t.exports=a=function(){return i},t.exports.__esModule=!0,t.exports["default"]=t.exports;var e,i={},s=Object.prototype,r=s.hasOwnProperty,o=Object.defineProperty||function(t,e,i){t[e]=i.value},c="function"==typeof Symbol?Symbol:{},l=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",d=c.toStringTag||"@@toStringTag";function f(t,e,i){return Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(e){f=function(t,e,i){return t[e]=i}}function h(t,e,i,n){var a=e&&e.prototype instanceof y?e:y,s=Object.create(a.prototype),r=new I(n||[]);return o(s,"_invoke",{value:O(t,i,r)}),s}function p(t,e,i){try{return{type:"normal",arg:t.call(e,i)}}catch(t){return{type:"throw",arg:t}}}i.wrap=h;var v="suspendedStart",g="executing",_="completed",m={};function y(){}function b(){}function x(){}var w={};f(w,l,(function(){return this}));var $=Object.getPrototypeOf,C=$&&$($(L([])));C&&C!==s&&r.call(C,l)&&(w=C);var T=x.prototype=y.prototype=Object.create(w);function k(t){["next","throw","return"].forEach((function(e){f(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function i(a,s,o,c){var l=p(t[a],t,s);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==n(d)&&r.call(d,"__await")?e.resolve(d.__await).then((function(t){i("next",t,o,c)}),(function(t){i("throw",t,o,c)})):e.resolve(d).then((function(t){u.value=t,o(u)}),(function(t){return i("throw",t,o,c)}))}c(l.arg)}var a;o(this,"_invoke",{value:function(t,n){function s(){return new e((function(e,a){i(t,n,e,a)}))}return a=a?a.then(s,s):s()}})}function O(t,i,n){var a=v;return function(s,r){if(a===g)throw Error("Generator is already running");if(a===_){if("throw"===s)throw r;return{value:e,done:!0}}for(n.method=s,n.arg=r;;){var o=n.delegate;if(o){var c=D(o,n);if(c){if(c===m)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(a===v)throw a=_,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a=g;var l=p(t,i,n);if("normal"===l.type){if(a=n.done?_:"suspendedYield",l.arg===m)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(a=_,n.method="throw",n.arg=l.arg)}}}function D(t,i){var n=i.method,a=t.iterator[n];if(a===e)return i.delegate=null,"throw"===n&&t.iterator["return"]&&(i.method="return",i.arg=e,D(t,i),"throw"===i.method)||"return"!==n&&(i.method="throw",i.arg=new TypeError("The iterator does not provide a '"+n+"' method")),m;var s=p(a,t.iterator,i.arg);if("throw"===s.type)return i.method="throw",i.arg=s.arg,i.delegate=null,m;var r=s.arg;return r?r.done?(i[t.resultName]=r.value,i.next=t.nextLoc,"return"!==i.method&&(i.method="next",i.arg=e),i.delegate=null,m):r:(i.method="throw",i.arg=new TypeError("iterator result is not an object"),i.delegate=null,m)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function I(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function L(t){if(t||""===t){var i=t[l];if(i)return i.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var a=-1,s=function i(){for(;++a=0;--a){var s=this.tryEntries[a],o=s.completion;if("root"===s.tryLoc)return n("end");if(s.tryLoc<=this.prev){var c=r.call(s,"catchLoc"),l=r.call(s,"finallyLoc");if(c&&l){if(this.prev=0;--i){var n=this.tryEntries[i];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),A(i),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var a=n.arg;A(i)}return a}}throw Error("illegal catch attempt")},delegateYield:function(t,i,n){return this.delegate={iterator:L(t),resultName:i,nextLoc:n},"next"===this.method&&(this.arg=e),m}},i}t.exports=a,t.exports.__esModule=!0,t.exports["default"]=t.exports},"9ff2":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e0){if(e.text=s.toFixed(0),e.LiuS=o.toFixed(1),e.offset=e.handleoffset(e.text),1==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number1=s.toFixed(0),e.level1=e.handlelenver(e.number1),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(2==l)if(e.text==d){if(u++,u>=30)return e.isstart=!1,e.sendData("FA02A39F"),e.number2=s.toFixed(0),e.level2=e.handlelenver(e.number2),e.second=5,e.countdown(),void(e.LiuS=0)}else u=0,d=e.text;if(3==l){if(0==e.LiuS&&0==e.LiuS||e.listS.push(e.LiuS),e.text==d){if(u++,u>=15)return e.number3=s.toFixed(0),void(e.isEnd=!0)}else u=0,d=e.text;t("log","\u6d41\u91cf3",l,u," at pageTwo/devices/PCV02.vue:411")}}}))},fail:function(e){t("log","\u83b7\u53d6\u7279\u5f81\u503c\u5931\u8d25:",JSON.stringify(e)," at pageTwo/devices/PCV02.vue:417")}})},sendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCV02.vue:433")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCV02.vue:436")}})},handleMyTime:function(){var t=this;a=setTimeout((function(){t.macAddr||(clearTimeout(a),t.Unload=!0,t.startBluetoothDeviceDiscovery(),t.closeBluetoothAdapter())}),3e4)},handlelenver:function(t){var e="";return this.list.forEach((function(i){Number(t)<=Number(i.max_val)&&Number(t)>=Number(i.min_val)&&(e=i.text)})),e},handleoffset:function(t){var e=0,i=this.list.length;return e=t/(this.list[0].max_val-this.list[i-1].min_val)*100,e.toFixed(0)},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/PCV02.vue:477")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/PCV02.vue:485"),i.connected||(clearTimeout(a),e.Unload=!0,e.closeBLEConnection(),e.closeBluetoothAdapter()),e.$store.commit("changeConnected",i.connected)}))},handleGetMeasure:function(){var t=this;t.$model.getMeasureLung({aud_id:uni.getStorageSync("userid"),one:t.number1,two:t.number2,three:t.number3,flow:t.averageS}).then((function(e){0==e.code&&(t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getLungResult",{aud_id:uni.getStorageSync("userid")})),t.Unload=!0,setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter(),uni.switchTab({url:"/pages/home/home"})}),200)}))},handleBack:function(t){this.text="",this.Unload=!0,this.stopBluetoothDevicesDiscovery(),this.closeBluetoothAdapter(),this.closeBLEConnection(),1==t&&uni.switchTab({url:"/pages/home/home"})},countdown:function(){var t=this;u=0,d=null;var e=setInterval((function(){t.second--}),1e3);setTimeout((function(){clearInterval(e),t.second=0}),5e3)},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/PCV02.vue:557")}})},closeBLEConnection:function(){uni.closeBLEConnection({deviceId:this.deviceId,success:function(e){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/PCV02.vue:569")}})}}};e.default=f}).call(this,i("f3b9")["default"])},a037:function(t,e,i){"use strict";i.r(e);var n=i("cfc6"),a=i("50d9");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"39559fc8",null,!1,n["a"],void 0);e["default"]=o.exports},a081:function(t,e,i){"use strict";i.r(e);var n=i("c2e7"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},a0c3:function(t,e,i){"use strict";i.r(e);var n=i("f3ac"),a=i("7fd8");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"7efd4e50",null,!1,n["a"],void 0);e["default"]=o.exports},a185:function(t,e,i){"use strict";i.r(e);var n=i("d481"),a=i("fbdc");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"090734d8",null,!1,n["a"],void 0);e["default"]=o.exports},a188:function(t,e,i){"use strict";i.r(e);var n=i("c458"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},a27f:function(t,e,i){"use strict";i.r(e);var n=i("a7fd"),a=i("13ab");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"c0ee48d6",null,!1,n["a"],void 0);e["default"]=o.exports},a3d2:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("f690")),s=n(i("9596")),r=n(i("1eaf")),o=n(i("36c8")),c={en:a.default,"zh-Hans":s.default,"zh-Hant":r.default,ja:o.default};e.default=c},a40d:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:0,n=uni.createSelectorQuery().in(this);n.select("#".concat(this.elId)).fields({size:!0},(function(n){if(!(i>=10)){if(!n)return i++,void e.getCollapseHeight(!1,i);e.height=n.height,e.isheight=!0,t||e.onClick(e.isOpen,"init")}})).exec()},getNvueHwight:function(t){var e=this;dom.getComponentRect(this.$refs["collapse--hook"],(function(i){if(i&&i.result&&i.size){if(e.height=i.size.height,e.isheight=!0,t)return;e.onClick(e.open,"init")}}))},getCollapse:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniCollapse",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=i}).call(this,i("f3b9")["default"])},af6a:function(t,e,i){t.exports=i.p+"static/pk.png"},af7c:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",disabled:!1,second:60}},methods:{handleTelLogin:function(){var t=this;phoneType||/^1[3456789]\d{9}$/.test(t.phone)?t.code?t.$model.getAccountMsg({data:t.phone,code:t.code}).then((function(e){0==e.code?(t.$tools.msg("\u8bbe\u7f6e\u6210\u529f\uff01"),t.$store.commit("changeAccountNumber",{my_tel:t.phone}),uni.redirectTo({url:"/pageTwo/setting/setting"})):t.$tools.msg(e.msg)})).catch((function(t){})):t.$tools.msg("\u8bf7\u586b\u5199\u9a8c\u8bc1\u7801"):t.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7")},handleCode:function(){var e=this;e.phone?phoneType||/^1[3456789]\d{9}$/.test(e.phone)?e.$model.getSendCode({data:e.phone}).then((function(i){if(t("log",i," at pageTwo/setting/phone.vue:82"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7"):e.$tools.msg("\u8bf7\u8f93\u5165\u624b\u673a\u53f7")}}};e.default=i}).call(this,i("f3b9")["default"])},b168:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.fontData=void 0;e.fontData=[{font_class:"arrow-down",unicode:"\ue6be"},{font_class:"arrow-left",unicode:"\ue6bc"},{font_class:"arrow-right",unicode:"\ue6bb"},{font_class:"arrow-up",unicode:"\ue6bd"},{font_class:"auth",unicode:"\ue6ab"},{font_class:"auth-filled",unicode:"\ue6cc"},{font_class:"back",unicode:"\ue6b9"},{font_class:"bars",unicode:"\ue627"},{font_class:"calendar",unicode:"\ue6a0"},{font_class:"calendar-filled",unicode:"\ue6c0"},{font_class:"camera",unicode:"\ue65a"},{font_class:"camera-filled",unicode:"\ue658"},{font_class:"cart",unicode:"\ue631"},{font_class:"cart-filled",unicode:"\ue6d0"},{font_class:"chat",unicode:"\ue65d"},{font_class:"chat-filled",unicode:"\ue659"},{font_class:"chatboxes",unicode:"\ue696"},{font_class:"chatboxes-filled",unicode:"\ue692"},{font_class:"chatbubble",unicode:"\ue697"},{font_class:"chatbubble-filled",unicode:"\ue694"},{font_class:"checkbox",unicode:"\ue62b"},{font_class:"checkbox-filled",unicode:"\ue62c"},{font_class:"checkmarkempty",unicode:"\ue65c"},{font_class:"circle",unicode:"\ue65b"},{font_class:"circle-filled",unicode:"\ue65e"},{font_class:"clear",unicode:"\ue66d"},{font_class:"close",unicode:"\ue673"},{font_class:"closeempty",unicode:"\ue66c"},{font_class:"cloud-download",unicode:"\ue647"},{font_class:"cloud-download-filled",unicode:"\ue646"},{font_class:"cloud-upload",unicode:"\ue645"},{font_class:"cloud-upload-filled",unicode:"\ue648"},{font_class:"color",unicode:"\ue6cf"},{font_class:"color-filled",unicode:"\ue6c9"},{font_class:"compose",unicode:"\ue67f"},{font_class:"contact",unicode:"\ue693"},{font_class:"contact-filled",unicode:"\ue695"},{font_class:"down",unicode:"\ue6b8"},{font_class:"bottom",unicode:"\ue6b8"},{font_class:"download",unicode:"\ue68d"},{font_class:"download-filled",unicode:"\ue681"},{font_class:"email",unicode:"\ue69e"},{font_class:"email-filled",unicode:"\ue69a"},{font_class:"eye",unicode:"\ue651"},{font_class:"eye-filled",unicode:"\ue66a"},{font_class:"eye-slash",unicode:"\ue6b3"},{font_class:"eye-slash-filled",unicode:"\ue6b4"},{font_class:"fire",unicode:"\ue6a1"},{font_class:"fire-filled",unicode:"\ue6c5"},{font_class:"flag",unicode:"\ue65f"},{font_class:"flag-filled",unicode:"\ue660"},{font_class:"folder-add",unicode:"\ue6a9"},{font_class:"folder-add-filled",unicode:"\ue6c8"},{font_class:"font",unicode:"\ue6a3"},{font_class:"forward",unicode:"\ue6ba"},{font_class:"gear",unicode:"\ue664"},{font_class:"gear-filled",unicode:"\ue661"},{font_class:"gift",unicode:"\ue6a4"},{font_class:"gift-filled",unicode:"\ue6c4"},{font_class:"hand-down",unicode:"\ue63d"},{font_class:"hand-down-filled",unicode:"\ue63c"},{font_class:"hand-up",unicode:"\ue63f"},{font_class:"hand-up-filled",unicode:"\ue63e"},{font_class:"headphones",unicode:"\ue630"},{font_class:"heart",unicode:"\ue639"},{font_class:"heart-filled",unicode:"\ue641"},{font_class:"help",unicode:"\ue679"},{font_class:"help-filled",unicode:"\ue674"},{font_class:"home",unicode:"\ue662"},{font_class:"home-filled",unicode:"\ue663"},{font_class:"image",unicode:"\ue670"},{font_class:"image-filled",unicode:"\ue678"},{font_class:"images",unicode:"\ue650"},{font_class:"images-filled",unicode:"\ue64b"},{font_class:"info",unicode:"\ue669"},{font_class:"info-filled",unicode:"\ue649"},{font_class:"left",unicode:"\ue6b7"},{font_class:"link",unicode:"\ue6a5"},{font_class:"list",unicode:"\ue644"},{font_class:"location",unicode:"\ue6ae"},{font_class:"location-filled",unicode:"\ue6af"},{font_class:"locked",unicode:"\ue66b"},{font_class:"locked-filled",unicode:"\ue668"},{font_class:"loop",unicode:"\ue633"},{font_class:"mail-open",unicode:"\ue643"},{font_class:"mail-open-filled",unicode:"\ue63a"},{font_class:"map",unicode:"\ue667"},{font_class:"map-filled",unicode:"\ue666"},{font_class:"map-pin",unicode:"\ue6ad"},{font_class:"map-pin-ellipse",unicode:"\ue6ac"},{font_class:"medal",unicode:"\ue6a2"},{font_class:"medal-filled",unicode:"\ue6c3"},{font_class:"mic",unicode:"\ue671"},{font_class:"mic-filled",unicode:"\ue677"},{font_class:"micoff",unicode:"\ue67e"},{font_class:"micoff-filled",unicode:"\ue6b0"},{font_class:"minus",unicode:"\ue66f"},{font_class:"minus-filled",unicode:"\ue67d"},{font_class:"more",unicode:"\ue64d"},{font_class:"more-filled",unicode:"\ue64e"},{font_class:"navigate",unicode:"\ue66e"},{font_class:"navigate-filled",unicode:"\ue67a"},{font_class:"notification",unicode:"\ue6a6"},{font_class:"notification-filled",unicode:"\ue6c1"},{font_class:"paperclip",unicode:"\ue652"},{font_class:"paperplane",unicode:"\ue672"},{font_class:"paperplane-filled",unicode:"\ue675"},{font_class:"person",unicode:"\ue699"},{font_class:"person-filled",unicode:"\ue69d"},{font_class:"personadd",unicode:"\ue69f"},{font_class:"personadd-filled",unicode:"\ue698"},{font_class:"personadd-filled-copy",unicode:"\ue6d1"},{font_class:"phone",unicode:"\ue69c"},{font_class:"phone-filled",unicode:"\ue69b"},{font_class:"plus",unicode:"\ue676"},{font_class:"plus-filled",unicode:"\ue6c7"},{font_class:"plusempty",unicode:"\ue67b"},{font_class:"pulldown",unicode:"\ue632"},{font_class:"pyq",unicode:"\ue682"},{font_class:"qq",unicode:"\ue680"},{font_class:"redo",unicode:"\ue64a"},{font_class:"redo-filled",unicode:"\ue655"},{font_class:"refresh",unicode:"\ue657"},{font_class:"refresh-filled",unicode:"\ue656"},{font_class:"refreshempty",unicode:"\ue6bf"},{font_class:"reload",unicode:"\ue6b2"},{font_class:"right",unicode:"\ue6b5"},{font_class:"scan",unicode:"\ue62a"},{font_class:"search",unicode:"\ue654"},{font_class:"settings",unicode:"\ue653"},{font_class:"settings-filled",unicode:"\ue6ce"},{font_class:"shop",unicode:"\ue62f"},{font_class:"shop-filled",unicode:"\ue6cd"},{font_class:"smallcircle",unicode:"\ue67c"},{font_class:"smallcircle-filled",unicode:"\ue665"},{font_class:"sound",unicode:"\ue684"},{font_class:"sound-filled",unicode:"\ue686"},{font_class:"spinner-cycle",unicode:"\ue68a"},{font_class:"staff",unicode:"\ue6a7"},{font_class:"staff-filled",unicode:"\ue6cb"},{font_class:"star",unicode:"\ue688"},{font_class:"star-filled",unicode:"\ue68f"},{font_class:"starhalf",unicode:"\ue683"},{font_class:"trash",unicode:"\ue687"},{font_class:"trash-filled",unicode:"\ue685"},{font_class:"tune",unicode:"\ue6aa"},{font_class:"tune-filled",unicode:"\ue6ca"},{font_class:"undo",unicode:"\ue64f"},{font_class:"undo-filled",unicode:"\ue64c"},{font_class:"up",unicode:"\ue6b6"},{font_class:"top",unicode:"\ue6b6"},{font_class:"upload",unicode:"\ue690"},{font_class:"upload-filled",unicode:"\ue68e"},{font_class:"videocam",unicode:"\ue68c"},{font_class:"videocam-filled",unicode:"\ue689"},{font_class:"vip",unicode:"\ue6a8"},{font_class:"vip-filled",unicode:"\ue6c6"},{font_class:"wallet",unicode:"\ue6b1"},{font_class:"wallet-filled",unicode:"\ue6c2"},{font_class:"weibo",unicode:"\ue68b"},{font_class:"weixin",unicode:"\ue691"}]},b1fc:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={pages:[{path:"pages/home/home",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/skip",style:{navigationBarTitleText:"\u8df3\u7ef3\u6570\u636e",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf",enablePullDownRefresh:!1}},{path:"pages/lunging/vitalcapacity",style:{navigationBarTitleText:"\u80ba\u6d3b\u91cf\u6570\u636e",enablePullDownRefresh:!0,onReachBottomDistance:50,navigationBarBackgroundColor:"#000000",backgroundColor:"#000000"}},{path:"pages/lunging/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf",enablePullDownRefresh:!1}},{path:"pages/my/me",style:{navigationBarTitleText:"\u6211\u7684",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/score/score",style:{navigationBarTitleText:"\u5206\u6570\u8bc4\u4f30",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/PublicCards/PublicCards",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5"}},{path:"pages/body/body",style:{navigationBarTitleText:"\u8eab\u4f53\u6570\u636e",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/zixun/list",style:{navigationBarTitleText:""}}],subPackages:[{root:"pageTwo",pages:[{path:"history/history",style:{navigationBarTitleText:"\u5386\u53f2\u8bb0\u5f55",enablePullDownRefresh:!1}},{path:"history/historyDetail",style:{navigationBarTitleText:"\u8bb0\u5f55\u8be6\u60c5",enablePullDownRefresh:!1}},{path:"compk/contrast",style:{navigationBarTitleText:"\u6570\u636e\u5bf9\u6bd4",enablePullDownRefresh:!1}},{path:"compk/pkdetail",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5",enablePullDownRefresh:!1}},{path:"cardList/card",style:{navigationBarTitleText:"\u5361\u7247\u8bbe\u7f6e",enablePullDownRefresh:!1}},{path:"business/business",style:{navigationBarTitleText:"\u8bbe\u5907\u7ba1\u7406",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"business/addDevice",style:{navigationBarTitleText:"\u8bbe\u5907\u5217\u8868",enablePullDownRefresh:!1}},{path:"business/search",style:{navigationBarTitleText:"\u641c\u7d22\u8bbe\u5907",enablePullDownRefresh:!1}},{path:"score/history",style:{navigationBarTitleText:"\u4f30\u5206\u5386\u53f2",enablePullDownRefresh:!1}},{path:"score/report",style:{navigationBarTitleText:"\u4f30\u5206\u62a5\u544a",enablePullDownRefresh:!1}},{path:"my/manage",style:{navigationBarTitleText:"\u6210\u5458\u7ba1\u7406",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"message/list",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"my/userInfo",style:{navigationBarTitleText:"\u8d44\u6599"}},{path:"login/forgetPassword",style:{navigationBarTitleText:"\u5bc6\u7801",enablePullDownRefresh:!1}},{path:"login/login",style:{navigationBarTitleText:"\u767b\u5f55",enablePullDownRefresh:!1,navigationStyle:"custom"}},{path:"my/about",style:{navigationBarTitleText:"\u5173\u4e8e\u6211\u4eec",enablePullDownRefresh:!1}},{path:"setting/setting",style:{navigationBarTitleText:"\u8bbe\u7f6e",enablePullDownRefresh:!1}},{path:"setting/password",style:{navigationBarTitleText:"\u4fee\u6539\u5bc6\u7801",enablePullDownRefresh:!1}},{path:"setting/email",style:{navigationBarTitleText:"\u7ed1\u5b9a\u90ae\u7bb1",enablePullDownRefresh:!1}},{path:"setting/phone",style:{navigationBarTitleText:"\u7ed1\u5b9a\u624b\u673a\u53f7",enablePullDownRefresh:!1}},{path:"devices/search",style:{navigationBarTitleText:"\u84dd\u7259\u641c\u7d22",enablePullDownRefresh:!1}},{path:"devices/G02",style:{navigationBarTitleText:"\u6d4b\u91cf",enablePullDownRefresh:!1}},{path:"devices/PCL",style:{navigationBarTitleText:"\u6d4b\u91cf",enablePullDownRefresh:!1}},{path:"devices/PCV02",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCT01",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/B20",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22S",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/notepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/addNotepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"PublicCards/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf"}},{path:"PublicCards/history",style:{navigationBarTitleText:"\u5386\u53f2\u8bb0\u5f55"}},{path:"PublicCards/contrast",style:{navigationBarTitleText:"\u6570\u636e\u5bf9\u6bd4"}},{path:"PublicCards/pkdetail",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5"}},{path:"home/inheritHeighet",style:{navigationBarTitleText:"\u8eab\u9ad8\u9884\u6d4b"}},{path:"home/bmi",style:{navigationBarTitleText:"BMI\u6d4b\u8bc4"}},{path:"webview/webview",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}}]}],globalStyle:{navigationBarTextStyle:"white",navigationBarTitleText:"",navigationBarBackgroundColor:"#37cc92",backgroundColor:"#fff"},tabBar:{color:"#333",fontSize:"14px",selectedColor:"#37cc92",backgroundColor:"#fff",list:[{pagePath:"pages/home/home",iconPath:"static/shou.png",selectedIconPath:"static/shou2.png",text:"\u8bb0\u5f55"},{pagePath:"pages/zixun/list",iconPath:"static/ping.png",selectedIconPath:"static/ping2.png",text:"\u8d44\u8baf"},{pagePath:"pages/my/me",iconPath:"static/wo.png",selectedIconPath:"static/wo2.png",text:"\u6211\u7684"}]},uniIdRouter:{}}},b2b3:function(t,e,i){"use strict";i.r(e);var n=i("d9cb"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b4d2:function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},b58d:function(t,e,i){"use strict";i.r(e);var n=i("57d5"),a=i("a7c8");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"acd5880e",null,!1,n["a"],void 0);e["default"]=o.exports},b5e0:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{PostData:{weight:"",height:"",sex:0,birthday:null},resdata:{bmi:0,bmilevel:"",bmilevelcolor:"",bmilevellist:[],offset:""},sexItem:["\u7537","\u5973"],leftval:0,iscalced:!1,fields:""}},computed:{endDate:function(){return this.$tools.getDate("start")}},onLoad:function(){this.fields="time"},methods:{onsexArr:function(t){this.PostData.sex="\u7537"==this.sexItem[t.target.value]?1:2},bindDateChange:function(t){this.PostData.birthday=t.target.value},hideKeyboard:function(){t("log","\u9690\u85cf\u8f6f\u952e\u76d8"," at pageTwo/home/bmi.vue:130"),uni.hideKeyboard()},submit:function(){var t=this;this.PostData.weight?this.PostData.height?this.PostData.sex?this.PostData.birthday?this.$model.calcbmi(this.PostData).then((function(e){0==e.code&&(t.resdata=e.data,t.iscalced=!0)})):this.$tools.msg("\u8bf7\u9009\u62e9\u5e74\u9f84"):this.$tools.msg("\u8bf7\u9009\u62e9\u6027\u522b"):this.$tools.msg("\u8bf7\u8f93\u5165\u8eab\u9ad8"):this.$tools.msg("\u8bf7\u8f93\u5165\u4f53\u91cd")}}};e.default=i}).call(this,i("f3b9")["default"])},b5e5:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=n(i("34cf")),r=i("560f"),o=n(i("4fb2")),c=n(i("7d7b")),l=i("d3b4"),u=n(i("b8eb"));function d(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var f=(0,l.initVueI18n)(u.default),h=f.t,p={components:{calendarItem:o.default,timePicker:c.default},props:{date:{type:String,default:""},defTime:{type:[String,Object],default:""},selectableTimes:{type:[Object],default:function(){return{}}},selected:{type:Array,default:function(){return[]}},startDate:{type:String,default:""},endDate:{type:String,default:""},startPlaceholder:{type:String,default:""},endPlaceholder:{type:String,default:""},range:{type:Boolean,default:!1},hasTime:{type:Boolean,default:!1},insert:{type:Boolean,default:!0},showMonth:{type:Boolean,default:!0},clearDate:{type:Boolean,default:!0},checkHover:{type:Boolean,default:!0},hideSecond:{type:[Boolean],default:!1},pleStatus:{type:Object,default:function(){return{before:"",after:"",data:[],fulldate:""}}},defaultValue:{type:[String,Object,Array],default:""}},data:function(){return{show:!1,weeks:[],calendar:{},nowDate:{},aniMaskShow:!1,firstEnter:!0,time:"",timeRange:{startTime:"",endTime:""},tempSingleDate:"",tempRange:{before:"",after:""},isPhone:!1}},watch:{date:{immediate:!0,handler:function(t){var e=this;this.range||(this.tempSingleDate=t,setTimeout((function(){e.init(t)}),100))}},defTime:{immediate:!0,handler:function(t){this.range?(this.timeRange.startTime=t.start,this.timeRange.endTime=t.end):this.time=t}},startDate:function(t){this.cale&&(this.cale.setStartDate(t),this.cale.setDate(this.nowDate.fullDate),this.weeks=this.cale.weeks)},endDate:function(t){this.cale&&(this.cale.setEndDate(t),this.cale.setDate(this.nowDate.fullDate),this.weeks=this.cale.weeks)},selected:function(t){this.cale&&(this.cale.setSelectInfo(this.nowDate.fullDate,t),this.weeks=this.cale.weeks)},pleStatus:{immediate:!0,handler:function(t){var e=this,i=t.before,n=t.after,a=t.fulldate,s=t.which;this.tempRange.before=i,this.tempRange.after=n,setTimeout((function(){if(a)if(e.cale.setHoverMultiple(a),i&&n){if(e.cale.lastHover=!0,e.rangeWithinMonth(n,i))return;e.setDate(i)}else e.cale.setMultiple(a),e.setDate(e.nowDate.fullDate),e.calendar.fullDate="",e.cale.lastHover=!1;else{if(!e.cale)return;e.cale.setDefaultMultiple(i,n),"left"===s&&i?(e.setDate(i),e.weeks=e.cale.weeks):n&&(e.setDate(n),e.weeks=e.cale.weeks),e.cale.lastHover=!0}}),16)}}},computed:{timepickerStartTime:function(){var t=this.range?this.tempRange.before:this.calendar.fullDate;return t===this.startDate?this.selectableTimes.start:""},timepickerEndTime:function(){var t=this.range?this.tempRange.after:this.calendar.fullDate;return t===this.endDate?this.selectableTimes.end:""},selectDateText:function(){return h("uni-datetime-picker.selectDate")},startDateText:function(){return this.startPlaceholder||h("uni-datetime-picker.startDate")},endDateText:function(){return this.endPlaceholder||h("uni-datetime-picker.endDate")},okText:function(){return h("uni-datetime-picker.ok")},yearText:function(){return h("uni-datetime-picker.year")},monthText:function(){return h("uni-datetime-picker.month")},MONText:function(){return h("uni-calender.MON")},TUEText:function(){return h("uni-calender.TUE")},WEDText:function(){return h("uni-calender.WED")},THUText:function(){return h("uni-calender.THU")},FRIText:function(){return h("uni-calender.FRI")},SATText:function(){return h("uni-calender.SAT")},SUNText:function(){return h("uni-calender.SUN")},confirmText:function(){return h("uni-calender.confirm")}},created:function(){this.cale=new r.Calendar({selected:this.selected,startDate:this.startDate,endDate:this.endDate,range:this.range}),this.init(this.date)},mounted:function(){if("undefined"===typeof navigator){var t=uni.getSystemInfoSync(),e=t.windowWidth;this.isPhone=e<=500}else this.isPhone=-1!==navigator.userAgent.toLowerCase().indexOf("mobile")},methods:{leaveCale:function(){this.firstEnter=!0},handleMouse:function(t){if(!t.disable&&!this.cale.lastHover){var e=this.cale.multipleStatus,i=e.before;e.after;i&&(this.calendar=t,this.cale.setHoverMultiple(this.calendar.fullDate),this.weeks=this.cale.weeks,this.firstEnter&&(this.$emit("firstEnterCale",this.cale.multipleStatus),this.firstEnter=!1))}},rangeWithinMonth:function(t,e){var i=t.split("-"),n=(0,s.default)(i,2),a=n[0],r=n[1],o=e.split("-"),c=(0,s.default)(o,2),l=c[0],u=c[1];return a===l&&r===u},maskClick:function(){this.close(),this.$emit("maskClose")},clearCalender:function(){this.range?(this.timeRange.startTime="",this.timeRange.endTime="",this.tempRange.before="",this.tempRange.after="",this.cale.multipleStatus.before="",this.cale.multipleStatus.after="",this.cale.multipleStatus.data=[],this.cale.lastHover=!1):(this.time="",this.tempSingleDate=""),this.calendar.fullDate="",this.setDate(new Date)},bindDateChange:function(t){var e=t.detail.value+"-1";this.setDate(e)},init:function(t){if(this.cale&&(this.cale.setDate(t||new Date),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t),this.calendar=function(t){for(var e=1;ei&&i&&!this.isPhone?(this.tempRange.before=this.cale.multipleStatus.after,this.tempRange.after=this.cale.multipleStatus.before):(this.tempRange.before=this.cale.multipleStatus.before,this.tempRange.after=this.cale.multipleStatus.after),this.change()}},changeMonth:function(t){var e;"pre"===t?e=this.cale.getPreMonthObj(this.nowDate.fullDate).fullDate:"next"===t&&(e=this.cale.getNextMonthObj(this.nowDate.fullDate).fullDate),this.setDate(e),this.monthSwitch()},setDate:function(t){this.cale.setDate(t),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(t)}}};e.default=p},b664:function(t){t.exports=JSON.parse('{"video":[{"name":"50","video":"/pageTwo/static/50.mp3"},{"name":"100","video":"/pageTwo/static/100.mp3"},{"name":"150","video":"/pageTwo/static/150.mp3"},{"name":"200","video":"/pageTwo/static/200.mp3"},{"name":"250","video":"/pageTwo/static/250.mp3"},{"name":"300","video":"/pageTwo/static/300.mp3"},{"name":"350","video":"/pageTwo/static/350.mp3"},{"name":"400","video":"/pageTwo/static/400.mp3"},{"name":"450","video":"/pageTwo/static/450.mp3"},{"name":"500","video":"/pageTwo/static/500.mp3"},{"name":"550","video":"/pageTwo/static/550.mp3"},{"name":"600","video":"/pageTwo/static/600.mp3"},{"name":"650","video":"/pageTwo/static/650.mp3"},{"name":"700","video":"/pageTwo/static/700.mp3"},{"name":"750","video":"/pageTwo/static/750.mp3"},{"name":"800","video":"/pageTwo/static/800.mp3"},{"name":"850","video":"/pageTwo/static/850.mp3"},{"name":"900","video":"/pageTwo/static/900.mp3"},{"name":"950","video":"/pageTwo/static/950.mp3"},{"name":"1000","video":"/pageTwo/static/1000.mp3"}]}')},b672:function(t,e,i){"use strict";i.r(e);var n=i("9709"),a=i("0c75");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"797c04ff",null,!1,n["a"],void 0);e["default"]=o.exports},b6a5:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList())},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.getPublicHistoryDel({id:n}).then((function(t){0==t.code?(i.ranklist.splice(e,1),i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),i.isDelete=!0,i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},getList:function(){var e=this;this.$model.getPublicHistory({aud_id:uni.getStorageSync("userid"),acd_id:this.acd_id,page:this.page,name:this.labelName}).then((function(i){if(t("log","\u5386\u53f2\u8bb0\u5f55",i," at pageTwo/PublicCards/history.vue:139"),0==i.code){var n=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];i.data.rows.forEach((function(t){t.options=n})),e.ranklist=e.ranklist.concat(i.data.rows),e.lastPage=i.data.totalpage}}))},handleActive:function(t,e){this.active=e,this.labelName=t,this.page=1,this.ranklist=[],this.lastPage="",this.getList()}}};e.default=c}).call(this,i("f3b9")["default"])},b6e4:function(t,e,i){"use strict";i.r(e);var n=i("e3bc"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b742:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content skipping"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","status"),attrs:{_i:2},on:{click:function(e){return t.handleisSdevice()}}},[n("text",[t._v(t._$s(3,"t0-0",t._s(t.textLink)))]),t._$s(4,"i",1!=t.islink)?n("image",{class:t._$s(4,"c",[-1==t.islink?"":"icon_link"]),attrs:{src:t._$s(4,"a-src",i("ac70")),_i:4}}):t._e(),t._$s(5,"i",1==t.islink)?n("image",{attrs:{src:t._$s(5,"a-src",i("ee31")),_i:5}}):t._e()]),n("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6}},[n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text",[t._v(t._$s(8,"t0-0",t._s(t.info?t.info.today_jump_num:"--")))])]),n("view",{staticClass:t._$s(9,"sc","item-ite"),attrs:{_i:9}},[n("text",[t._v(t._$s(10,"t0-0",t._s(t.info?t.info.today_jump_time:"--")))])]),n("view",{staticClass:t._$s(11,"sc","item-ite"),attrs:{_i:11}},[n("text",[t._v(t._$s(12,"t0-0",t._s(t.info?t.info.today_jump_kcal:"--")))])])])]),n("view",{staticClass:t._$s(13,"sc","tabbar"),attrs:{_i:13}},[n("view",{class:t._$s(14,"c",[1==t.active?"active":""]),attrs:{_i:14},on:{click:function(e){t.active=1}}}),n("view",{class:t._$s(15,"c",[3==t.active?"active":""]),attrs:{_i:15},on:{click:function(e){t.active=3}}}),n("view",{class:t._$s(16,"c",[2==t.active?"active":""]),attrs:{_i:16},on:{click:function(e){t.active=2}}})]),t._$s(17,"i",1==t.active)?n("view",{staticClass:t._$s(17,"sc","box1 box"),attrs:{_i:17}},[n("view",{staticClass:t._$s(18,"sc","item"),attrs:{_i:18}},[n("text",{staticClass:t._$s(19,"sc","item-set item-set0"),attrs:{_i:19}}),n("text",{staticClass:t._$s(20,"sc","tips"),attrs:{_i:20}})]),n("view",{class:t._$s(21,"c",[1==t.islink?"start":"start Nstart"]),attrs:{_i:21},on:{click:function(e){return t.handleStart(1)}}})]):t._e(),t._$s(22,"i",2==t.active)?n("view",{staticClass:t._$s(22,"sc","box1 box"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23}},[n("view",{staticClass:t._$s(24,"sc","item-set"),attrs:{_i:24}},[n("text",{attrs:{_i:25},on:{click:function(e){return t.handleTimeEdit("\u51cf")}}}),n("text",[t._v(t._$s(26,"t0-0",t._s(t.time_m))+t._$s(26,"t0-1",t._s(t.time_s)))]),n("text",{attrs:{_i:27},on:{click:function(e){return t.handleTimeEdit("\u52a0")}}})]),n("view",{staticClass:t._$s(28,"sc","tips"),attrs:{_i:28}},[n("picker",{attrs:{range:t._$s(29,"a-range",t.timeList),value:t._$s(29,"a-value",t.timesTndex),_i:29},on:{change:t.bindTimeChange}},[n("view")])])]),n("view",{class:t._$s(31,"c",[t.isConnection?"start":"start Nstart"]),attrs:{_i:31},on:{click:function(e){return t.handleStart(2)}}})]):t._e(),t._$s(32,"i",3==t.active)?n("view",{staticClass:t._$s(32,"sc","box1 box"),attrs:{_i:32}},[n("view",{staticClass:t._$s(33,"sc","item"),attrs:{_i:33}},[n("view",{staticClass:t._$s(34,"sc","item-set"),attrs:{_i:34}},[n("text",{attrs:{_i:35},on:{click:function(e){return t.handleWeightEdit("\u51cf")}}}),t._$s(36,"i",!t.disabled)?n("text",[t._v(t._$s(36,"t0-0",t._s(t.weight>50?t.weight:50)))]):n("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{_i:37},domProps:{value:t._$s(37,"v-model",t.weight)},on:{blur:function(e){t.disabled=!1},input:function(e){e.target.composing||(t.weight=e.target.value)}}}),n("text",{attrs:{_i:38},on:{click:function(e){return t.handleWeightEdit("\u52a0")}}})]),n("text",{staticClass:t._$s(39,"sc","tips"),attrs:{_i:39},on:{click:function(e){t.disabled=!0}}})]),n("view",{class:t._$s(40,"c",[t.isConnection?"start":"start Nstart"]),attrs:{_i:40},on:{click:function(e){return t.handleStart(3)}}})]):t._e(),n("view",{staticClass:t._$s(41,"sc","gridList"),attrs:{_i:41}},[n("view",{staticClass:t._$s(42,"sc","data"),attrs:{_i:42}},[n("view",{staticClass:t._$s(43,"sc","item"),attrs:{_i:43},on:{click:function(e){return t.navTo("/pages/skiping/charts")}}},[n("view",{staticClass:t._$s(44,"sc","image"),attrs:{_i:44}},[n("image",{attrs:{_i:45}})]),n("view",{staticClass:t._$s(46,"sc","name"),attrs:{_i:46}})]),n("view",{staticClass:t._$s(47,"sc","item"),attrs:{_i:47},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(48,"sc","image"),attrs:{_i:48}},[n("image",{attrs:{_i:49}})]),n("view",{staticClass:t._$s(50,"sc","name"),attrs:{_i:50}})]),n("view",{staticClass:t._$s(51,"sc","item"),attrs:{_i:51},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(52,"sc","image"),attrs:{_i:52}},[n("image",{attrs:{_i:53}})]),n("view",{staticClass:t._$s(54,"sc","name"),attrs:{_i:54}})]),n("view",{staticClass:t._$s(55,"sc","item"),attrs:{_i:55},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(56,"sc","image"),attrs:{_i:56}},[n("image",{attrs:{_i:57}})]),n("view",{staticClass:t._$s(58,"sc","name"),attrs:{_i:58}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:59}})],1)},a=[]},b788:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7d8e")),s=(n(i("1160")),"https://tc.pcxbc.com"),r=function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"get",n=arguments.length>2?arguments[2]:void 0,r={url:s+e,data:n,method:i,header:{"X-Requested-With":"XMLHttpRequest","content-type":"application/json; charset=UTF-8"}},o=new Promise((function(i,n){uni.request(r).then((function(n){if(uni.hideLoading(),t("log","request",e,n," at toolJs/https.js:19"),20001==n[1].data.code)return uni.clearStorageSync(),uni.setStorageSync("token",null),uni.setStorageSync("aan_id",null),void setTimeout((function(){uni.reLaunch({url:"/pageTwo/login/login"})}),2e3);200==n[1].statusCode?i(n[1].data):a.default.msg(n[1].data.msg)})).catch((function(t){uni.hideLoading(),n(t)}))}));return o},o={baseUrl:s,get:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"get",e)},post:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"post",e)}};e.default=o}).call(this,i("f3b9")["default"])},b798:function(t,e,i){"use strict";i.r(e);var n=i("29d3"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b7de:function(t,e,i){"use strict";i.r(e);var n=i("956f"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},b893:function(t,e){t.exports=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},b894:function(t,e,i){"use strict";i.r(e);var n=i("3c02"),a=i("a55d");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5408e26c",null,!1,n["a"],void 0);e["default"]=o.exports},b8eb:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("4589")),s=n(i("42d6")),r=n(i("20e4")),o={en:a.default,"zh-Hans":s.default,"zh-Hant":r.default};e.default=o},bbad:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","skiptop"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","item"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","item-ite"),attrs:{_i:3}},[n("text",[t._v(t._$s(4,"t0-0",t._s(t.info?t.info.average:"--")))])]),n("view",{staticClass:t._$s(5,"sc","item-ite"),attrs:{_i:5}},[n("text")]),n("view",{staticClass:t._$s(7,"sc","item-ite"),attrs:{_i:7}},[n("text",[t._v(t._$s(8,"t0-0",t._s(t.info?t.info.level:"--")))])])])]),n("view",{staticClass:t._$s(9,"sc","box1"),attrs:{_i:9}},[n("view",{staticClass:t._$s(10,"sc","time"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.info?t.info.time:"")))]),n("view",{staticClass:t._$s(11,"sc","item"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","image"),attrs:{_i:12}},[n("image",{attrs:{src:t._$s(13,"a-src",i("6b0d")),_i:13}})]),n("view",{staticClass:t._$s(14,"sc","center mt-15"),attrs:{_i:14}},[n("view",{staticClass:t._$s(15,"sc","level"),attrs:{_i:15}}),n("view",{staticClass:t._$s(16,"sc","level level-bg"),style:t._$s(16,"s",{top:t.info?Number(100-t.info.offset)+"%":"100%"}),attrs:{_i:16}}),t._$s(17,"i",t.info)?n("view",{staticClass:t._$s(17,"sc","level-item"),attrs:{_i:17}},t._l(t._$s(18,"f",{forItems:t.info.list}),(function(e,i,a,s){return n("view",{key:t._$s(18,"f",{forIndex:a,key:"18-"+s}),staticClass:t._$s("18-"+s,"sc","ite"),style:t._$s("18-"+s,"s",{height:100/t.info.list.length+"%"}),attrs:{_i:"18-"+s}},[t._v(t._$s("18-"+s,"t0-0",t._s(e.text)))])})),0):t._e()])]),t._$s(19,"i",t.info)?n("view",{staticClass:t._$s(19,"sc","val"),attrs:{_i:19}},[n("text",[t._v(t._$s(20,"t0-0",t._s(t.info.average)))])]):t._e()]),n("view",{staticClass:t._$s(21,"sc","gridList"),attrs:{_i:21}},[n("view",{staticClass:t._$s(22,"sc","data"),attrs:{_i:22}},[n("view",{staticClass:t._$s(23,"sc","item"),attrs:{_i:23},on:{click:function(e){return t.navTo("/pages/lunging/charts")}}},[n("view",{staticClass:t._$s(24,"sc","image"),attrs:{_i:24}},[n("image",{attrs:{src:t._$s(25,"a-src",i("fe80")),_i:25}})]),n("view",{staticClass:t._$s(26,"sc","name"),attrs:{_i:26}})]),n("view",{staticClass:t._$s(27,"sc","item"),attrs:{_i:27},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(28,"sc","image"),attrs:{_i:28}},[n("image",{attrs:{src:t._$s(29,"a-src",i("e10b")),_i:29}})]),n("view",{staticClass:t._$s(30,"sc","name"),attrs:{_i:30}})]),n("view",{staticClass:t._$s(31,"sc","item"),attrs:{_i:31},on:{click:function(e){return t.navTo("/pageTwo/compk/contrast?acd_id="+t.acd_id)}}},[n("view",{staticClass:t._$s(32,"sc","image"),attrs:{_i:32}},[n("image",{attrs:{src:t._$s(33,"a-src",i("af6a")),_i:33}})]),n("view",{staticClass:t._$s(34,"sc","name"),attrs:{_i:34}})]),n("view",{staticClass:t._$s(35,"sc","item"),attrs:{_i:35},on:{click:function(e){return t.$store.commit("changeRecord",!0)}}},[n("view",{staticClass:t._$s(36,"sc","image"),attrs:{_i:36}},[n("image",{attrs:{src:t._$s(37,"a-src",i("189b")),_i:37}})]),n("view",{staticClass:t._$s(38,"sc","name"),attrs:{_i:38}})])])]),n("record",{attrs:{rtype:t.acd_id,_i:39}})],1)},a=[]},bbd6:function(t,e,i){"use strict";i.r(e);var n=i("bcab"),a=i("54dc");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},bcab:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("text",{staticClass:t._$s(0,"sc","uni-icons"),class:t._$s(0,"c",["uniui-"+t.type,t.customPrefix,t.customPrefix?t.type:""]),style:t._$s(0,"s",t.styleObj),attrs:{_i:0},on:{click:t._onClick}},[t._t("default",null,{_i:1})],2)},a=[]},bdd5:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{password:"",password2:""}},onLoad:function(){},methods:{handleTelLogin:function(){var e=this;e.password?e.password2?e.password2==e.password?e.$model.getAccountPassword({password:e.password,c_password:e.password2}).then((function(i){t("log","\u6ce8\u518c",i," at pageTwo/setting/password.vue:52"),0!=i.code?e.$tools.msg(i.msg):(e.$tools.msg("\u5bc6\u7801\u8bbe\u7f6e\u6210\u529f"),uni.navigateBack())})).catch((function(t){})):e.$tools.msg("\u8bf7\u786e\u8ba4\u4e24\u6b21\u5bc6\u7801\u586b\u5199\u4e00\u81f4"):e.$tools.msg("\u8bf7\u786e\u8ba4\u5bc6\u7801"):e.$tools.msg("\u8bf7\u586b\u5199\u5bc6\u7801")}}};e.default=i}).call(this,i("f3b9")["default"])},be05:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59"),r=n(i("e472"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2];if(t&&e){var n=i?"tempRange":"range",a=(0,l.dateCompare)(t,e);this[n].startDate=a?t:e,this[n].endDate=a?e:t}},dateCompare:function(t,e){return t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/")),t<=e},diffDate:function(t,e){t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/"));var i=(e-t)/864e5;return Math.abs(i)},clear:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.isRange?(this.displayRangeValue.startDate="",this.displayRangeValue.endDate="",this.tempRange.startDate="",this.tempRange.startTime="",this.tempRange.endDate="",this.tempRange.endTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():(this.$refs.left&&this.$refs.left.clearCalender(),this.$refs.right&&this.$refs.right.clearCalender(),this.$refs.right&&this.$refs.right.changeMonth("next")),t&&(this.$emit("change",[]),this.$emit("input",[]),this.$emit("update:modelValue",[]))):(this.displayValue="",this.inputDate="",this.pickerTime="",this.isPhone?this.$refs.mobile&&this.$refs.mobile.clearCalender():this.$refs.pcSingle&&this.$refs.pcSingle.clearCalender(),t&&(this.$emit("change",""),this.$emit("input",""),this.$emit("update:modelValue","")))}}};e.default=u},c4d1:function(t,e,i){t.exports=i.p+"static/icon3.png"},c5b6:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("7135").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","time text_c bold"),attrs:{_i:1}},[t._v(t._$s(1,"t0-0",t._s(t.create_time)))]),i("view",{staticClass:t._$s(2,"sc","box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","title bold"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","charts"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{type:"arcbar",chartData:t.chartData,Height:140,Width:140,_i:5}}),i("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.score)))])],1),t._$s(7,"i",t.Max_score)?i("view",{staticClass:t._$s(7,"sc","title bold"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.Max_score)))]):t._e()]),t._l(t._$s(8,"f",{forItems:t.selectllist}),(function(e,n,a,s){return i("view",{key:t._$s(8,"f",{forIndex:a,key:"8-"+s})},[i("view",{staticClass:t._$s("9-"+s,"sc","titleName bold mt-15 ml-15 size16"),attrs:{_i:"9-"+s}},[t._v(t._$s("9-"+s,"t0-0",t._s(e.name)))]),i("view",{staticClass:t._$s("10-"+s,"sc","indexCarList"),attrs:{_i:"10-"+s}},t._l(t._$s("11-"+s,"f",{forItems:e.list}),(function(e,n,a,r){return i("view",{key:t._$s("11-"+s,"f",{forIndex:a,key:"11-"+s+"-"+r}),staticClass:t._$s("11-"+s+"-"+r,"sc","card"),attrs:{_i:"11-"+s+"-"+r}},[i("view",{staticClass:t._$s("12-"+s+"-"+r,"sc","title"),attrs:{_i:"12-"+s+"-"+r}},[i("view",{staticClass:t._$s("13-"+s+"-"+r,"sc","name"),attrs:{_i:"13-"+s+"-"+r}},[t._v(t._$s("13-"+s+"-"+r,"t0-0",t._s(e.name)))])]),t._l(t._$s("14-"+s+"-"+r,"f",{forItems:e.list}),(function(n,a,o,c){return t._$s("14-"+s+"-"+r+"-"+c,"i",e.list.length>1)?i("view",{key:t._$s("14-"+s+"-"+r,"f",{forIndex:o,key:"14-"+s+"-"+r+"-"+c}),staticClass:t._$s("14-"+s+"-"+r+"-"+c,"sc","item3"),attrs:{_i:"14-"+s+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("15-"+s+"-"+r+"-"+c,"sc","name"),attrs:{_i:"15-"+s+"-"+r+"-"+c}},[t._v(t._$s("15-"+s+"-"+r+"-"+c,"t0-0",t._s(n.name)))]),i("view",{staticClass:t._$s("16-"+s+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"16-"+s+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("17-"+s+"-"+r+"-"+c,"sc","input"),attrs:{_i:"17-"+s+"-"+r+"-"+c}},[t._v(t._$s("17-"+s+"-"+r+"-"+c,"t0-0",t._s(n.value?n.value:"-")))]),i("view",{staticClass:t._$s("18-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"18-"+s+"-"+r+"-"+c}},[t._v(t._$s("18-"+s+"-"+r+"-"+c,"t0-0",t._s(n.proportion_value?n.proportion_value:"-")))]),i("view",{staticClass:t._$s("19-"+s+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"19-"+s+"-"+r+"-"+c}},[t._v(t._$s("19-"+s+"-"+r+"-"+c,"t0-0",t._s(n.total_score?n.total_score:"-")))])])]):t._e()}))],2)})),0)])}))],2)},s=[]},c5cc:function(t,e,i){"use strict";i.r(e);var n=i("8596"),a=i("6ab6");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"5b996001",null,!1,n["a"],void 0);e["default"]=o.exports},c6e7:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","container loading1"),attrs:{_i:0}},[e("view",{staticClass:this._$s(1,"sc","shape shape1"),attrs:{_i:1}}),e("view",{staticClass:this._$s(2,"sc","shape shape2"),attrs:{_i:2}}),e("view",{staticClass:this._$s(3,"sc","shape shape3"),attrs:{_i:3}}),e("view",{staticClass:this._$s(4,"sc","shape shape4"),attrs:{_i:4}})])},a=[]},c71e:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",disabled:!1,second:60,value:0,isCode:!0}},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var e=this,i=-1!==e.phone.indexOf("@");0!=e.value?i||/^1[3456789]\d{9}$/.test(e.phone)?!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?!e.isCode||e.code?e.isCode||e.password?this.$model.getonlogin({data:e.phone,validate_data:e.isCode?e.code:e.password,validate_type:e.isCode?"code":"password"}).then((function(i){t("log","data",i.data," at pageTwo/login/login.vue:106"),e.$tools.msg(i.msg),0==i.code&&(e.$tools.msg("\u767b\u5f55\u6210\u529f"),uni.setStorageSync("token",i.data.token),uni.setStorageSync("aan_id",i.data.aan_id),setTimeout((function(){uni.reLaunch({url:"/pages/home/home?type=1"})}),1e3))})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u5bc6\u7801"):e.$tools.msg("\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7"):e.$tools.msg("\u8bf7\u5148\u786e\u8ba4\u52fe\u9009\u534f\u8bae")},handleCode:function(){var e=this,i=-1!==e.phone.indexOf("@");i||/^1[3456789]\d{9}$/.test(e.phone)?!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?e.$model.getSendCode({data:e.phone,type:"login"}).then((function(i){if(t("log",i," at pageTwo/login/login.vue:136"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u90ae\u7bb1"):e.$tools.msg("\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7")},handleToggle:function(){this.phone="",this.isCode=!this.isCode},handlePassword:function(t){uni.navigateTo({url:"/pageTwo/login/forgetPassword?type="+t})},handlexieyi:function(){uni.navigateTo({url:"/pageTwo/webview/webview?url=http://tc.pcxbc.com/technology/privacy_index"})},handleUserXieyi:function(){}}};e.default=i}).call(this,i("f3b9")["default"])},c80f:function(t,e,i){"use strict";i.r(e);var n=i("a40de"),a=i("ccee");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"2d1d37bd",null,!1,n["a"],void 0);e["default"]=o.exports},c8ce:function(t,e,i){"use strict";i.r(e);var n=i("75fc"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},c95b:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var a=[e,t];t=a[0],e=a[1]}"string"!==typeof t&&(t=w());"string"!==typeof i&&(i="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var s=new b({locale:t,fallbackLocale:i,messages:e,watcher:n}),r=function(t,e){if("function"!==typeof getApp)r=function(t,e){return s.t(t,e)};else{var i=!1;r=function(t,e){var n=getApp().$vm;return n&&(n.$locale,i||(i=!0,x(n,s))),s.t(t,e)}}return r(t,e)};return{i18n:s,f:function(t,e,i){return s.f(t,e,i)},t:function(t,e){return r(t,e)},add:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return s.add(t,e,i)},watch:function(t){return s.watchLocale(t)},getLocale:function(){return s.getLocale()},setLocale:function(t){return s.setLocale(t)}}},i.isI18nStr=T,i.isString=void 0,i.normalizeLocale=y,i.parseI18nJson=function t(e,i,n){$||($=new d);return O(e,(function(e,a){var s=e[a];C(s)?T(s,n)&&(e[a]=k(s,i,n)):t(s,i,n)})),e},i.resolveLocale=function(t){return function(e){return e?(e=y(e)||e,function(t){var e=[],i=t.split("-");while(i.length)e.push(i.join("-")),i.pop();return e}(e).find((function(e){return t.indexOf(e)>-1}))):e}};var s=a(n("34cf")),r=a(n("67ad")),o=a(n("0bdb")),c=a(n("3b2d")),l=function(t){return null!==t&&"object"===(0,c.default)(t)},u=["{","}"],d=function(){function t(){(0,r.default)(this,t),this._caches=Object.create(null)}return(0,o.default)(t,[{key:"interpolate",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!e)return[t];var n=this._caches[t];return n||(n=p(t,i),this._caches[t]=n),v(n,e)}}]),t}();i.Formatter=d;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(t,e){var i=(0,s.default)(e,2),n=i[0],a=i[1],r=[],o=0,c="";while(o-1?"zh-Hans":t.indexOf("-hant")>-1||function(t,e){return!!e.find((function(e){return-1!==t.indexOf(e)}))}(t,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var i=["en","fr","es"];e&&Object.keys(e).length>0&&(i=Object.keys(e));var n=function(t,e){return e.find((function(e){return 0===t.indexOf(e)}))}(t,i);return n||void 0}}var b=function(){function t(e){var i=e.locale,n=e.fallbackLocale,a=e.messages,s=e.watcher,o=e.formater;(0,r.default)(this,t),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],n&&(this.fallbackLocale=n),this.formater=o||m,this.messages=a||{},this.setLocale(i||"en"),s&&this.watchLocale(s)}return(0,o.default)(t,[{key:"setLocale",value:function(t){var e=this,i=this.locale;this.locale=y(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],i!==this.locale&&this.watchers.forEach((function(t){t(e.locale,i)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,i=this.watchers.push(t)-1;return function(){e.watchers.splice(i,1)}}},{key:"add",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=this.messages[t];n?i?Object.assign(n,e):Object.keys(e).forEach((function(t){_(n,t)||(n[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,i){return this.formater.interpolate(t,e,i).join("")}},{key:"t",value:function(t,e,i){var n=this.message;return"string"===typeof e?(e=y(e,this.messages),e&&(n=this.messages[e])):i=e,_(n,t)?this.formater.interpolate(n[t],i).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function x(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function w(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():"en"}i.I18n=b;var $,C=function(t){return"string"===typeof t};function T(t,e){return t.indexOf(e[0])>-1}function k(t,e,i){return $.interpolate(t,e,i).join("")}function S(t,e,i){return O(t,(function(t,n){(function(t,e,i,n){var a=t[e];if(C(a)){if(T(a,n)&&(t[e]=k(a,i[0].values,n),i.length>1)){var s=t[e+"Locales"]={};i.forEach((function(t){s[t.locale]=k(a,t.values,n)}))}}else S(a,i,n)})(t,n,e,i)})),t}function O(t,e){if(Array.isArray(t)){for(var i=0;i2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/compk/contrast.vue:154"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg("\u8bf7\u5148\u9009\u62e9\u6570\u636e\uff01")}}};e.default=l}).call(this,i("f3b9")["default"])},d686:function(t,e,i){"use strict";i.r(e);var n=i("2af5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},d75c:function(t,e,i){t.exports=i.p+"static/none.png"},d799:function(t,e,i){"use strict";i.r(e);var n=i("9d77"),a=i("6110");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"d18b9780",null,!1,n["a"],void 0);e["default"]=o.exports},d956:function(t,e,i){t.exports=i.p+"static/head.png"},d9cb:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s=n(i("7ca3")),r=i("8f59"),o=n(i("e472"));function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function l(t){for(var e=1;e=3570&&"\u52a0"==t?(this.time_m="59",void(this.time_s="59")):Number(e+i)<=30&&"\u51cf"==t?(this.time_m="00",void(this.time_s="30")):("\u51cf"==t&&(n=Math.floor(Number(e+i-30)%3600/60),a=Number(e+i-30)%60),"\u52a0"==t&&(n=Math.floor(Number(e+i+30)%3600/60),a=Number(e+i+30)%60),this.time_m=n>9?n:"0"+n,this.time_s=a>9?a:"0"+a,void(this.timesTndex=[Number(this.time_m),Number(this.time_s)]))},handleWeightEdit:function(t){"\u51cf"==t&&(this.weight=Number(this.weight)-50>50?Number(this.weight)-50:50),"\u52a0"==t&&(this.weight=Number(this.weight)+50)},handleMyTime:function(){var t=this;a=setTimeout((function(){t.devicesList.length||(t.islink=-1,t.textLink="\u91cd\u65b0\u641c\u7d22",t.$tools.showModal("\u6ca1\u6709\u67e5\u627e\u5230\u8bbe\u5907")),clearTimeout(a),t.$Bluetooth.stopBluetoothDevicesDiscovery()}),2e4)},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pages/skiping/skip.vue:585"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pages/skiping/skip.vue:596")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pages/skiping/skip.vue:608"),e.$store.commit("changeConnected",!1)}})},navTo:function(e){this.isConnected||(this.islink=-1,clearTimeout(a),this.$Bluetooth.closeBluetoothAdapter(),this.$Bluetooth.closeBLEConnection(this.deviceId),this.$Bluetooth.stopBluetoothDevicesDiscovery(),t("log","\u84dd\u7259\u6ca1\u6709\u8fde\u63a5"," at pages/skiping/skip.vue:621")),uni.navigateTo({url:e})}}};e.default=u}).call(this,i("f3b9")["default"])},da3a:function(t,e,i){"use strict";i.r(e);var n=i("231b"),a=i("a081");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"17965831",null,!1,n["a"],void 0);e["default"]=o.exports},da7e:function(t,e,i){"use strict";i.r(e);var n=i("2d15"),a=i("d424");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"21337819",null,!1,n["a"],void 0);e["default"]=o.exports},dd07:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","container"),attrs:{_i:0}},[t._$s(1,"i",t.issearch)?i("view",{staticClass:t._$s(1,"sc","text"),attrs:{_i:1},on:{click:t.openBluetoothAdapter}}):t._e(),i("view",{staticClass:t._$s(2,"sc","point-area"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","point point-10"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","point point-40"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","point point-80"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","point point-100"),attrs:{_i:6}}),i("view",{staticClass:t._$s(7,"sc","point point-120"),attrs:{_i:7}})]),i("view",{staticClass:t._$s(8,"sc","list"),attrs:{_i:8}},t._l(t._$s(9,"f",{forItems:t.devList}),(function(e,n,a,s){return i("view",{key:t._$s(9,"f",{forIndex:a,key:n}),staticClass:t._$s("9-"+s,"sc","item"),attrs:{_i:"9-"+s},on:{click:function(i){return t.handleWeight(e)}}},[i("image",{attrs:{src:t._$s("10-"+s,"a-src",e.pic),_i:"10-"+s}}),i("text",[t._v(t._$s("11-"+s,"t0-0",t._s(e.name)))])])})),0),t._$s(12,"i",t.isdevTip)?i("view",{staticClass:t._$s(12,"sc","tips"),attrs:{_i:12}},[i("view"),i("text"),i("text"),i("text")]):t._e()])},a=[]},dd3e:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},dd74:function(t,e,i){"use strict";i.r(e);var n=i("b5e5"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},dff1:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniSwipeAction:i("7f50").default,uniSwipeActionItem:i("0809").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","common"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[n("scroll-view",{staticClass:t._$s(2,"sc","scroll-menu"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.labellist}),(function(e,i,a,s){return n("view",{key:t._$s(3,"f",{forIndex:a,key:"3-"+s}),class:t._$s("3-"+s,"c",[t.active==i?"active":""]),attrs:{_i:"3-"+s},on:{click:function(n){return t.handleActive(e,i)}}},[n("text",[t._v(t._$s("4-"+s,"t0-0",t._s(e)))])])})),0)]),n("view",{staticClass:t._$s(5,"sc","history"),attrs:{_i:5}},[n("uni-swipe-action",{attrs:{_i:6}},t._l(t._$s(7,"f",{forItems:t.ranklist}),(function(e,i,a,s){return n("uni-swipe-action-item",{key:t._$s(7,"f",{forIndex:a,key:i}),attrs:{"right-options":e.options,_i:"7-"+s},on:{click:function(e){return t.swipeClick(e,i)}}},[n("view",{staticClass:t._$s("8-"+s,"sc","list"),attrs:{_i:"8-"+s}},[n("view",{staticClass:t._$s("9-"+s,"sc","item"),attrs:{_i:"9-"+s}},[n("view",{staticClass:t._$s("10-"+s,"sc","time"),attrs:{_i:"10-"+s}},[n("icon",{staticClass:t._$s("11-"+s,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:"11-"+s}}),n("text",[t._v(t._$s("12-"+s,"t0-0",t._s(e.record_time)))])]),n("view",[t._v(t._$s("13-"+s,"t0-0",t._s(e.v1))),n("text",[t._v(t._$s("14-"+s,"t0-0",t._s(e.v1_name)))])]),n("view",[t._v(t._$s("15-"+s,"t0-0",t._s(e.v2))),n("text",[t._v(t._$s("16-"+s,"t0-0",t._s(e.v2_name)))])])])])])})),1),t._$s(17,"i",!t.lastPage||t.page>=t.lastPage)?n("view",{staticClass:t._$s(17,"sc","endtext"),attrs:{_i:17}}):t._e()],1),t._$s(18,"i",!t.lastPage)?n("view",{staticClass:t._$s(18,"sc","nolist"),attrs:{_i:18}},[n("image",{attrs:{src:t._$s(19,"a-src",i("d75c")),_i:19}}),n("text")]):t._e()])},s=[]},e10b:function(t,e,i){t.exports=i.p+"static/add.png"},e135:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","uni-calendar"),attrs:{_i:0},on:{mouseleave:t.leaveCale}},[t._$s(1,"i",!t.insert&&t.show)?i("view",{staticClass:t._$s(1,"sc","uni-calendar__mask"),class:t._$s(1,"c",{"uni-calendar--mask-show":t.aniMaskShow}),attrs:{_i:1},on:{click:t.maskClick}}):t._e(),t._$s(2,"i",t.insert||t.show)?i("view",{staticClass:t._$s(2,"sc","uni-calendar__content"),class:t._$s(2,"c",{"uni-calendar--fixed":!t.insert,"uni-calendar--ani-show":t.aniMaskShow,"uni-calendar__content-mobile":t.aniMaskShow}),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","uni-calendar__header"),class:t._$s(3,"c",{"uni-calendar__header-mobile":!t.insert}),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","uni-calendar__header-btn-box"),attrs:{_i:4},on:{click:function(e){return e.stopPropagation(),t.changeMonth("pre")}}},[i("view",{staticClass:t._$s(5,"sc","uni-calendar__header-btn uni-calendar--left"),attrs:{_i:5}})]),i("picker",{attrs:{value:t._$s(6,"a-value",t.date),_i:6},on:{change:t.bindDateChange}},[i("text",{staticClass:t._$s(7,"sc","uni-calendar__header-text"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s((t.nowDate.year||"")+t.yearText+(t.nowDate.month||"")+t.monthText)))])]),i("view",{staticClass:t._$s(8,"sc","uni-calendar__header-btn-box"),attrs:{_i:8},on:{click:function(e){return e.stopPropagation(),t.changeMonth("next")}}},[i("view",{staticClass:t._$s(9,"sc","uni-calendar__header-btn uni-calendar--right"),attrs:{_i:9}})]),t._$s(10,"i",!t.insert)?i("view",{staticClass:t._$s(10,"sc","dialog-close"),attrs:{_i:10},on:{click:t.close}},[i("view",{staticClass:t._$s(11,"sc","dialog-close-plus"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","dialog-close-plus dialog-close-rotate"),attrs:{_i:12}})]):t._e()]),i("view",{staticClass:t._$s(13,"sc","uni-calendar__box"),attrs:{_i:13}},[t._$s(14,"i",t.showMonth)?i("view",{staticClass:t._$s(14,"sc","uni-calendar__box-bg"),attrs:{_i:14}},[i("text",{staticClass:t._$s(15,"sc","uni-calendar__box-bg-text"),attrs:{_i:15}},[t._v(t._$s(15,"t0-0",t._s(t.nowDate.month)))])]):t._e(),i("view",{staticClass:t._$s(16,"sc","uni-calendar__weeks"),attrs:{_i:16}},[i("view",{staticClass:t._$s(17,"sc","uni-calendar__weeks-day"),attrs:{_i:17}},[i("text",{staticClass:t._$s(18,"sc","uni-calendar__weeks-day-text"),attrs:{_i:18}},[t._v(t._$s(18,"t0-0",t._s(t.SUNText)))])]),i("view",{staticClass:t._$s(19,"sc","uni-calendar__weeks-day"),attrs:{_i:19}},[i("text",{staticClass:t._$s(20,"sc","uni-calendar__weeks-day-text"),attrs:{_i:20}},[t._v(t._$s(20,"t0-0",t._s(t.MONText)))])]),i("view",{staticClass:t._$s(21,"sc","uni-calendar__weeks-day"),attrs:{_i:21}},[i("text",{staticClass:t._$s(22,"sc","uni-calendar__weeks-day-text"),attrs:{_i:22}},[t._v(t._$s(22,"t0-0",t._s(t.TUEText)))])]),i("view",{staticClass:t._$s(23,"sc","uni-calendar__weeks-day"),attrs:{_i:23}},[i("text",{staticClass:t._$s(24,"sc","uni-calendar__weeks-day-text"),attrs:{_i:24}},[t._v(t._$s(24,"t0-0",t._s(t.WEDText)))])]),i("view",{staticClass:t._$s(25,"sc","uni-calendar__weeks-day"),attrs:{_i:25}},[i("text",{staticClass:t._$s(26,"sc","uni-calendar__weeks-day-text"),attrs:{_i:26}},[t._v(t._$s(26,"t0-0",t._s(t.THUText)))])]),i("view",{staticClass:t._$s(27,"sc","uni-calendar__weeks-day"),attrs:{_i:27}},[i("text",{staticClass:t._$s(28,"sc","uni-calendar__weeks-day-text"),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.FRIText)))])]),i("view",{staticClass:t._$s(29,"sc","uni-calendar__weeks-day"),attrs:{_i:29}},[i("text",{staticClass:t._$s(30,"sc","uni-calendar__weeks-day-text"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(t.SATText)))])])]),t._l(t._$s(31,"f",{forItems:t.weeks}),(function(e,n,a,s){return i("view",{key:t._$s(31,"f",{forIndex:a,key:n}),staticClass:t._$s("31-"+s,"sc","uni-calendar__weeks"),attrs:{_i:"31-"+s}},t._l(t._$s("32-"+s,"f",{forItems:e}),(function(e,n,a,r){return i("view",{key:t._$s("32-"+s,"f",{forIndex:a,key:n}),staticClass:t._$s("32-"+s+"-"+r,"sc","uni-calendar__weeks-item"),attrs:{_i:"32-"+s+"-"+r}},[i("calendar-item",{staticClass:t._$s("33-"+s+"-"+r,"sc","uni-calendar-item--hook"),attrs:{weeks:e,calendar:t.calendar,selected:t.selected,checkHover:t.range,_i:"33-"+s+"-"+r},on:{change:t.choiceDate,handleMouse:t.handleMouse}})],1)})),0)}))],2),t._$s(34,"i",!t.insert&&!t.range&&t.hasTime)?i("view",{staticClass:t._$s(34,"sc","uni-date-changed uni-calendar--fixed-top"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","uni-date-changed--time-date"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.tempSingleDate?t.tempSingleDate:t.selectDateText)))]),i("time-picker",{staticClass:t._$s(36,"sc","time-picker-style"),attrs:{type:"time",start:t.timepickerStartTime,end:t.timepickerEndTime,disabled:!t.tempSingleDate,border:!1,"hide-second":t.hideSecond,_i:36},model:{value:t._$s(36,"v-model",t.time),callback:function(e){t.time=e},expression:"time"}})],1):t._e(),t._$s(37,"i",!t.insert&&t.range&&t.hasTime)?i("view",{staticClass:t._$s(37,"sc","uni-date-changed uni-calendar--fixed-top"),attrs:{_i:37}},[i("view",{staticClass:t._$s(38,"sc","uni-date-changed--time-start"),attrs:{_i:38}},[i("view",{staticClass:t._$s(39,"sc","uni-date-changed--time-date"),attrs:{_i:39}},[t._v(t._$s(39,"t0-0",t._s(t.tempRange.before?t.tempRange.before:t.startDateText)))]),i("time-picker",{staticClass:t._$s(40,"sc","time-picker-style"),attrs:{type:"time",start:t.timepickerStartTime,border:!1,"hide-second":t.hideSecond,disabled:!t.tempRange.before,_i:40},model:{value:t._$s(40,"v-model",t.timeRange.startTime),callback:function(e){t.$set(t.timeRange,"startTime",e)},expression:"timeRange.startTime"}})],1),i("view",[i("uni-icons",{attrs:{type:"arrowthinright",color:"#999",_i:42}})],1),i("view",{staticClass:t._$s(43,"sc","uni-date-changed--time-end"),attrs:{_i:43}},[i("view",{staticClass:t._$s(44,"sc","uni-date-changed--time-date"),attrs:{_i:44}},[t._v(t._$s(44,"t0-0",t._s(t.tempRange.after?t.tempRange.after:t.endDateText)))]),i("time-picker",{staticClass:t._$s(45,"sc","time-picker-style"),attrs:{type:"time",end:t.timepickerEndTime,border:!1,"hide-second":t.hideSecond,disabled:!t.tempRange.after,_i:45},model:{value:t._$s(45,"v-model",t.timeRange.endTime),callback:function(e){t.$set(t.timeRange,"endTime",e)},expression:"timeRange.endTime"}})],1)]):t._e(),t._$s(46,"i",!t.insert)?i("view",{staticClass:t._$s(46,"sc","uni-date-changed uni-date-btn--ok"),attrs:{_i:46}},[i("view",{staticClass:t._$s(47,"sc","uni-datetime-picker--btn"),attrs:{_i:47},on:{click:t.confirm}},[t._v(t._$s(47,"t0-0",t._s(t.confirmText)))])]):t._e()]):t._e()])},s=[]},e23a:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1},on:{click:function(e){return t.navTo("/pageTwo/setting/setting")}}},[i("view",{staticClass:t._$s(2,"sc","headimg"),attrs:{_i:2}},[i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}}),i("view",{staticClass:t._$s(4,"sc","size20 bold"),attrs:{_i:4}},[t._v(t._$s(4,"t0-0",t._s(t.user.nickname)))])]),i("text",{staticClass:t._$s(5,"sc","t-icon t-icon-arrow-right-bold"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","wxlist borderRadius"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","list"),attrs:{_i:7},on:{click:function(e){return t.navTo("/pageTwo/my/manage")}}},[i("view",{staticClass:t._$s(8,"sc","item border-bottom"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","name"),attrs:{_i:10}})]),i("view",{staticClass:t._$s(11,"sc","right"),attrs:{_i:11}},[i("uni-icons",{attrs:{type:"right",_i:12}})],1)])]),i("view",{staticClass:t._$s(13,"sc","list"),attrs:{_i:13},on:{click:function(e){return t.navTo("/pageTwo/business/business")}}},[i("view",{staticClass:t._$s(14,"sc","item border-bottom"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","left"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","name"),attrs:{_i:16}})]),i("view",{staticClass:t._$s(17,"sc","right"),attrs:{_i:17}},[i("uni-icons",{attrs:{type:"right",_i:18}})],1)])]),i("view",{staticClass:t._$s(19,"sc","list"),attrs:{_i:19},on:{click:function(e){return t.navTo("/pageTwo/score/history")}}},[i("view",{staticClass:t._$s(20,"sc","item border-bottom"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","left"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","name"),attrs:{_i:22}})]),i("view",{staticClass:t._$s(23,"sc","right"),attrs:{_i:23}},[i("uni-icons",{attrs:{type:"right",_i:24}})],1)])]),i("view",{staticClass:t._$s(25,"sc","list"),attrs:{_i:25},on:{click:function(e){return t.navTo("/pageTwo/my/about")}}},[i("view",{staticClass:t._$s(26,"sc","item border-bottom"),attrs:{_i:26}},[i("view",{staticClass:t._$s(27,"sc","left"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","name"),attrs:{_i:28}})]),i("view",{staticClass:t._$s(29,"sc","right"),attrs:{_i:29}},[i("uni-icons",{attrs:{type:"right",_i:30}})],1)])]),t._l(t._$s(31,"f",{forItems:t.CooperationUrl}),(function(e,n,a,s){return i("view",{key:t._$s(31,"f",{forIndex:a,key:n}),staticClass:t._$s("31-"+s,"sc","list"),attrs:{_i:"31-"+s}},[i("view",{staticClass:t._$s("32-"+s,"sc","item border-bottom"),attrs:{_i:"32-"+s},on:{click:function(i){return t.navTo("/pageTwo/webview/webview?url="+e.url)}}},[i("view",{staticClass:t._$s("33-"+s,"sc","left"),attrs:{_i:"33-"+s}},[i("view",{staticClass:t._$s("34-"+s,"sc","name"),attrs:{_i:"34-"+s}},[t._v(t._$s("34-"+s,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("35-"+s,"sc","right"),attrs:{_i:"35-"+s}},[i("uni-icons",{attrs:{type:"right",_i:"36-"+s}})],1)])])}))],2),t._$s(37,"i",t.token)?i("view",{staticClass:t._$s(37,"sc","btn mb-15"),attrs:{_i:37},on:{click:t.handleOutLogin}}):t._e()])},s=[]},e2d6:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","weightPages"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","content "),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","title"),attrs:{_i:2}}),i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.text)))]),i("view",{staticClass:t._$s(4,"sc","image"),attrs:{_i:4}},[i("image",{staticClass:t._$s(5,"sc","image3"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","tips"),attrs:{_i:6}},[i("view"),i("text"),i("text")])]),t._$s(10,"i",t.isHeight)?i("view",{staticClass:t._$s(10,"sc","wrapper"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","bg"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","Blue"),attrs:{_i:12}},[i("view",{staticClass:t._$s(13,"sc","h4"),attrs:{_i:13}}),i("view",{staticClass:t._$s(14,"sc","Blue-box"),attrs:{_i:14}},[i("text",[t._v(t._$s(15,"t0-0",t._s(t.weight))+t._$s(15,"t0-1",t._s(t.unit)))])]),i("view",{staticClass:t._$s(16,"sc","Blue-box"),attrs:{_i:16}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.height,expression:"height"}],attrs:{_i:17},domProps:{value:t._$s(17,"v-model",t.height)},on:{input:function(e){e.target.composing||(t.height=e.target.value)}}})]),i("view",{staticClass:t._$s(18,"sc","Blue-btn Blue-close"),attrs:{_i:18},on:{click:t.handleBack}}),i("view",{staticClass:t._$s(19,"sc","Blue-btn"),attrs:{_i:19},on:{click:t.handleGetMeasure}})])]):t._e()])},a=[]},e3bc:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a,s,r=n(i("7ca3")),o=i("8f59");function c(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var l={data:function(){return{Unload:!1,issearch:!1,isdevTip:!1,devicesList:[],devList:[],id:0,isdevice:!0}},computed:function(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/PublicCards/contrast.vue:175"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg("\u8bf7\u5148\u9009\u62e9\u6570\u636e\uff01")},handleActive:function(t,e){var i=this;i.active=e,i.labelName=t,i.startM=i.$tools.getDate("m").substring(0,10),i.endM=i.$tools.getDate("m").substring(11,21),i.list=[],i.infoList=[],i.markDays=[],i.isActive=[],i.ActiveDays=[],i.$nextTick((function(){i.isShow=!0,i.getList(i.startM,i.endM)}))}}};e.default=l}).call(this,i("f3b9")["default"])},e5a6:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapse",emits:["change","activeItem","input","update:modelValue"],props:{value:{type:[String,Array],default:""},modelValue:{type:[String,Array],default:""},accordion:{type:[Boolean,String],default:!1}},data:function(){return{}},computed:{dataValue:function(){var t="string"===typeof this.value&&""===this.value||Array.isArray(this.value)&&0===this.value.length;"string"===typeof this.modelValue&&""===this.modelValue||Array.isArray(this.modelValue)&&this.modelValue.length;return t?this.modelValue:this.value}},watch:{dataValue:function(t){this.setOpen(t)}},created:function(){this.childrens=[],this.names=[]},mounted:function(){var t=this;this.$nextTick((function(){t.setOpen(t.dataValue)}))},methods:{setOpen:function(e){var i=this,n="string"===typeof e,a=Array.isArray(e);this.childrens.forEach((function(s,r){if(n&&e===s.nameSync){if(!i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a false ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a array"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:75");s.isOpen=!0}a&&e.forEach((function(e){if(e===s.nameSync){if(i.accordion)return void t("warn","accordion \u5c5e\u6027\u4e3a true ,v-model \u7c7b\u578b\u5e94\u8be5\u4e3a string"," at uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue:85");s.isOpen=!0}}))})),this.emit(e)},setAccordion:function(t){this.accordion&&this.childrens.forEach((function(e,i){t!==e&&(e.isOpen=!1)}))},resize:function(){this.childrens.forEach((function(t,e){t.getCollapseHeight()}))},onChange:function(t,e){var i=[];this.accordion?i=t?e.nameSync:"":this.childrens.forEach((function(t,e){t.isOpen&&i.push(t.nameSync)})),this.$emit("change",i),this.emit(i)},emit:function(t){this.$emit("input",t),this.$emit("update:modelValue",t)}}};e.default=i}).call(this,i("f3b9")["default"])},e6db:function(t,e,i){var n=i("3b2d")["default"];t.exports=function(t,e){if("object"!=n(t)||!t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var a=i.call(t,e||"default");if("object"!=n(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},e969:function(t,e,i){"use strict";i.r(e);var n=i("776c"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},ec52:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","login"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","editem"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","item"),attrs:{_i:3}},[i("view",{staticClass:t._$s(4,"sc","text"),attrs:{_i:4}}),i("view",{staticClass:t._$s(5,"sc","input"),attrs:{_i:5}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(6,"sc","uni-input"),attrs:{_i:6},domProps:{value:t._$s(6,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),i("view",{staticClass:t._$s(7,"sc","item"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","text"),attrs:{_i:8}}),i("view",{staticClass:t._$s(9,"sc","input"),attrs:{_i:9}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.password2,expression:"password2"}],staticClass:t._$s(10,"sc","uni-input"),attrs:{_i:10},domProps:{value:t._$s(10,"v-model",t.password2)},on:{input:function(e){e.target.composing||(t.password2=e.target.value)}}})])])]),i("view",{staticClass:t._$s(11,"sc","btnlogin"),attrs:{_i:11},on:{click:t.handleTelLogin}})])])},a=[]},ec95:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{visible:!1,ranklist:[]}},computed:function(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0,n=U.call(i);if("[object Array]"===n)return e=i.slice(0),e;if("[object Object]"===n){for(var a in i)e[a]=t(e[a],i[a]);return e}if("[object Date]"===n)return new Date(i.getTime());if("[object RegExp]"===n){var s=String(i),r=s.lastIndexOf("/");return new RegExp(s.slice(1,r),s.slice(r+1))}return i}("[object Array]"===U.call(t)?[]:{},t)},W=(a={},(0,s.default)(a,String,""),(0,s.default)(a,Number,0),(0,s.default)(a,Boolean,!1),(0,s.default)(a,Object,null),(0,s.default)(a,Array,[]),(0,s.default)(a,null,null),a);function H(t){return W[t]}function V(t){return h(t)?t.type:t}function q(t,e,i,n){var a=i[t];if(void 0!==a){var s=e[t],r=V(s);a=G(a,r);var o=s&&s.observer;return o&&setTimeout((function(){J(o,n,a)}),4),a}return function(t){return h(t)?p(t,"value")?t.value:H(t.type):H(t)}(e[t])}function G(t,e){return e===Boolean?!!t:e===String?String(t):t}function J(t,e,i,n){try{"function"===typeof t?t.call(e,i,n):"string"===typeof t&&"function"===typeof e[t]&&e[t](i,n)}catch(a){console.error("execute observer ".concat(t," callback fail! err: ").concat(a))}}function K(t){var e=t.$options.mpOptions&&t.$options.mpOptions.properties,i=t.$options.propsData;i&&e&&Object.keys(e).forEach((function(n){p(i,n)&&(t[n]=G(i[n],V(e[n])))}))}function Y(t){var e=JSON.parse(JSON.stringify(t.$options.mpOptions.data||{}));t["__data__"]=e;var i={get:function(){return t["__data__"]},set:function(e){t["__data__"]=e}};Object.defineProperties(t,{data:i,properties:i}),t.setData=N,function(t,e){var i=t.$options.mpOptions.properties;if(i){var n=z(t.$options.propsData)||{},a=function(a){var s=!!h(i[a])&&i[a].observer,r=q(a,i,n,t);Object.defineProperty(e,a,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){var i=r;e===r||e!==e&&r!==r||(r=Array.isArray(e)?e.slice(0):e,s&&J(s,t,e,i),t.$forceUpdate())}})};for(var s in i)a(s)}}(t,e),Object.keys(e).forEach((function(e){R(t,"__data__",e)}))}var X={beforeCreate:function(){this._renderProxy=this,this._$self=this,this._$noop=v},created:function(){Y(this),function(t){var e=t.$emit;t.triggerEvent=function(i,n,a){var s={dataset:t.$el.dataset},r={target:s,currentTarget:s,detail:n,preventDefault:v,stopPropagation:v};e.call(t,i,r)},t.$emit=function(){t.triggerEvent.apply(t,arguments)},t.getRelationNodes=function(e){return(t._$relationNodes&&t._$relationNodes[e]||[]).filter((function(t){return!t._isDestroyed}))},t._$updateProperties=K}(this),E(this)},mounted:function(){(function(t){var e=t.$options.watch;e&&Object.keys(e).forEach((function(i){var n=e[i];if(n.mounted){var a=t[i],s=n.handler;"string"===typeof s&&(s=t[s]),s&&s.call(t,a,a)}}))})(this)},destroyed:function(){F(this,"unlinked")}};t.__wxRoute="",t.__wxComponents=Object.create(null),t.__wxVueOptions=Object.create(null);var Q=o.default.nextTick;e.nextTick=Q;var Z=uni.__$wx__,tt=Z;e.default=tt}).call(this,i("0ee4"))},ed96:function(t,e,i){t.exports=i.p+"static/icon2.png"},edb2:function(t,e,i){"use strict";i.r(e);var n=i("85ef"),a=i("e969");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"54c9c6c5",null,!1,n["a"],void 0);e["default"]=o.exports},ee10:function(t,e){function i(t,e,i,n,a,s,r){try{var o=t[s](r),c=o.value}catch(l){return void i(l)}o.done?e(c):Promise.resolve(c).then(n,a)}t.exports=function(t){return function(){var e=this,n=arguments;return new Promise((function(a,s){var r=t.apply(e,n);function o(t){i(r,a,s,o,c,"next",t)}function c(t){i(r,a,s,o,c,"throw",t)}o(void 0)}))}},t.exports.__esModule=!0,t.exports["default"]=t.exports},ee31:function(t,e,i){t.exports=i.p+"static/dui.png"},ee6c:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","caritem"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","text"),attrs:{_i:2}}),i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}})]),i("view",{staticClass:t._$s(4,"sc","caritem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}}),i("view",{staticClass:t._$s(6,"sc","text_r"),attrs:{_i:6}},[t._$s(7,"i",!t.isEdit)?i("text",[t._v(t._$s(7,"t0-0",t._s(t.user.nickname)))]):i("input",{directives:[{name:"model",rawName:"v-model",value:t.nickname,expression:"nickname"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.nickname)},on:{blur:t.handleBlur,input:function(e){e.target.composing||(t.nickname=e.target.value)}}}),i("uni-icons",{staticClass:t._$s(9,"sc","ml-10"),attrs:{type:"compose",color:"#FEC407",size:"22",_i:9},on:{click:function(e){t.isEdit=!0}}})],1)]),i("view",{staticClass:t._$s(10,"sc","caritem"),attrs:{_i:10},on:{click:function(e){return t.navTo("/pageTwo/setting/phone")}}},[i("view",{staticClass:t._$s(11,"sc","text"),attrs:{_i:11}}),i("view",{staticClass:t._$s(12,"sc","text_r"),attrs:{_i:12}},[i("text",[t._v(t._$s(13,"t0-0",t._s(t.user.my_tel)))]),i("uni-icons",{attrs:{type:"right",_i:14}})],1)]),i("view",{staticClass:t._$s(15,"sc","caritem"),attrs:{_i:15},on:{click:function(e){return t.navTo("/pageTwo/setting/email")}}},[i("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}}),i("view",{staticClass:t._$s(17,"sc","text_r"),attrs:{_i:17}},[i("text",[t._v(t._$s(18,"t0-0",t._s(t.user.my_email)))]),i("uni-icons",{attrs:{type:"right",_i:19}})],1)]),i("view",{staticClass:t._$s(20,"sc","caritem"),attrs:{_i:20},on:{click:function(e){return t.navTo("/pageTwo/setting/password")}}},[i("view",{staticClass:t._$s(21,"sc","text"),attrs:{_i:21}}),i("uni-icons",{attrs:{type:"right",_i:22}})],1),i("view",{staticClass:t._$s(23,"sc","btn mb-15"),attrs:{_i:23},on:{click:t.handleOutLogin}})])},s=[]},f013:function(t,e,i){"use strict";i.r(e);var n=i("e2d6"),a=i("30f7");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"1fd99bc4",null,!1,n["a"],void 0);e["default"]=o.exports},f064:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("view",{staticClass:this._$s(0,"sc","uni-collapse"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},a=[]},f16c:function(t,e,i){"use strict";i.r(e);var n=i("e135"),a=i("dd74");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},f2af:function(t,e,i){"use strict";i.r(e);var n=i("2ea8"),a=i("0eae");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},f38f:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","listC"),attrs:{_i:1}},[n("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){return t.handleActive(1)}}}),n("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){return t.handleActive(2)}}}),n("view",{class:t._$s(4,"c",[3==t.active?"active":""]),attrs:{_i:4},on:{click:function(e){return t.handleActive(3)}}})]),n("view",{staticClass:t._$s(5,"sc","box"),attrs:{_i:5}},[n("view",{staticClass:t._$s(6,"sc","boxTime"),attrs:{_i:6}},[n("picker",{staticClass:t._$s(7,"sc","f-l"),attrs:{value:t._$s(7,"a-value",t.startDate),fields:t._$s(7,"a-fields",1==t.active?"day":2==t.active?"month":"year"),_i:7},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.time))),n("uni-icons",{attrs:{type:"bottom",_i:9}})],1)])]),n("view",{staticClass:t._$s(10,"sc","boxLine"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.weightList}),(function(e,a,s,r){return n("view",{key:t._$s(11,"f",{forIndex:s,key:"11-"+r}),staticClass:t._$s("11-"+r,"sc","line"),attrs:{_i:"11-"+r}},[t._$s("12-"+r,"i",e.line.categories.length)?n("view",[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:"lung"+a,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"13-"+r}})],1):n("view",{staticClass:t._$s("14-"+r,"sc","nolist"),attrs:{_i:"14-"+r}},[n("image",{attrs:{src:t._$s("15-"+r,"a-src",i("d75c")),_i:"15-"+r}}),n("text")])])})),0)])])},s=[]},f3ac:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return n}));var n={uniCollapse:i("f407").default,uniCollapseItem:i("7ff1").default,uniIcons:i("bbd6").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content indexCarList"),attrs:{_i:0}},[t._$s(1,"i",t.isShow)?n("headerIndex",{attrs:{isArea:!1,_i:1}}):t._e(),t._$s(2,"i",t.userList.length)?n("view",[t._$s(3,"i",0==t.islink)?n("view",{staticClass:t._$s(3,"sc","bleTips"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(t.textLink)))]):n("view",{staticClass:t._$s(4,"sc","bleTips2 bleTips"),attrs:{_i:4},on:{click:t.openBluetoothAdapter}},[t._v(t._$s(4,"t0-0",t._s(t.textLink)))])]):t._e(),t._$s(5,"i",t.notices.length)?n("view",{staticClass:t._$s(5,"sc","notice"),attrs:{_i:5}},[n("text"),n("swiper",{staticClass:t._$s(7,"sc","swiper"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.notices}),(function(e,i,a,s){return n("swiper-item",{key:t._$s(8,"f",{forIndex:a,key:i}),attrs:{_i:"8-"+s},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("view",{staticClass:t._$s("9-"+s,"sc","overflow"),attrs:{_i:"9-"+s}},[t._v(t._$s("9-"+s,"t0-0",t._s(e.title)))])])})),0)]):t._e(),n("view",{staticClass:t._$s(10,"sc","tools_l"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.toollist}),(function(e,i,a,s){return n("view",{key:t._$s(11,"f",{forIndex:a,key:i}),staticClass:t._$s("11-"+s,"sc","list"),attrs:{_i:"11-"+s},on:{click:function(n){return t.handleTool(i,e.path)}}},[n("image",{attrs:{src:t._$s("12-"+s,"a-src",e.icon),_i:"12-"+s}}),n("view",{staticClass:t._$s("13-"+s,"sc","text"),attrs:{_i:"13-"+s}},[t._v(t._$s("13-"+s,"t0-0",t._s(e.title)))])])})),0),t._$s(14,"i",t.banner.length)?n("view",{staticClass:t._$s(14,"sc","f_banner"),attrs:{_i:14}},[n("swiper",{staticClass:t._$s(15,"sc","swiper"),attrs:{_i:15}},t._l(t._$s(16,"f",{forItems:t.banner}),(function(e,i,a,s){return n("swiper-item",{key:t._$s(16,"f",{forIndex:a,key:i}),attrs:{_i:"16-"+s},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("image",{attrs:{src:t._$s("17-"+s,"a-src",e.pic),_i:"17-"+s}})])})),0)]):t._e(),n("view",{staticClass:t._$s(18,"sc","report"),attrs:{_i:18}},[t._$s(19,"i",t.info&&t.info.top_list.length)?n("view",{staticClass:t._$s(19,"sc","bold mt-10 ml-10"),attrs:{_i:19}}):t._e(),t._$s(20,"i",t.info&&t.info.top_list.length)?n("view",{staticClass:t._$s(20,"sc","box"),attrs:{_i:20}},[n("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.info?t.info.record_time:"")))]),n("view",{staticClass:t._$s(22,"sc","item2"),attrs:{_i:22}},[t._l(t._$s(23,"f",{forItems:t.info.top_list}),(function(e,i,a,s){return n("view",{key:t._$s(23,"f",{forIndex:a,key:"23-"+s}),staticClass:t._$s("23-"+s,"sc","item2_data"),style:t._$s("23-"+s,"s","\u5a74\u513f"==t.userInfo.stage?"width:25%":"width:33%"),attrs:{_i:"23-"+s},on:{click:function(n){return t.handleToggleTop(e,i)}}},[n("view",{staticClass:t._$s("24-"+s,"sc","data"),class:t._$s("24-"+s,"c",[t.activeHeight==i?"activeHeight":""]),attrs:{_i:"24-"+s}},[n("view",{staticClass:t._$s("25-"+s,"sc","c666 mb-5"),attrs:{_i:"25-"+s}},[t._v(t._$s("25-"+s,"t0-0",t._s(e.name)))]),n("view",[n("text",[t._v(t._$s("27-"+s,"t0-0",t._s(e.value)))]),t._v(t._$s("26-"+s,"t1-0",t._s(e.unit)))])])])})),t._$s(28,"i",t.infoListTop)?n("view",{staticClass:t._$s(28,"sc","myinfoPage"),attrs:{_i:28}},[n("view",{staticClass:t._$s(29,"sc","desc"),attrs:{_i:29}},[t._$s(30,"i",t.infoListTop.desc)?n("view",{staticClass:t._$s(30,"sc","ming"),attrs:{_i:30}},[t._v(t._$s(30,"t0-0",t._s(t.infoListTop.desc)))]):t._e(),t._$s(31,"i",t.infoListTop.list)?n("view",{class:t._$s(31,"c",[t.infoListTop.list.length?"statuevue":""]),attrs:{_i:31}},[n("view",{staticClass:t._$s(32,"sc","bi"),attrs:{_i:32}},[n("view",{staticClass:t._$s(33,"sc","peobox"),style:t._$s(33,"s","left:"+t.infoListTop.offset+"%"),attrs:{_i:33}},[n("view",{staticClass:t._$s(34,"sc","xx"),attrs:{_i:34}})]),t._l(t._$s(35,"f",{forItems:t.infoListTop.list}),(function(e,i,a,s){return n("view",{key:t._$s(35,"f",{forIndex:a,key:i}),staticClass:t._$s("35-"+s,"sc","item"),style:t._$s("35-"+s,"s",{backgroundColor:e.color}),attrs:{_i:"35-"+s}},[n("view",{staticClass:t._$s("36-"+s,"sc","span1"),attrs:{_i:"36-"+s}},[t._v(t._$s("36-"+s,"t0-0",t._s(e.text)))]),t._$s("37-"+s,"i",i2?"space-between":"center"}),attrs:{_i:"118-"+s}},t._l(t._$s("119-"+s,"f",{forItems:e.inside_data}),(function(i,a,r,o){return n("view",{key:t._$s("119-"+s,"f",{forIndex:r,key:"119-"+s+"-"+o}),class:t._$s("119-"+s+"-"+o,"c",[e.inside_data.length>3?"item2":""]),attrs:{_i:"119-"+s+"-"+o}},[n("view",{staticClass:t._$s("120-"+s+"-"+o,"sc","weight"),attrs:{_i:"120-"+s+"-"+o}},[n("text",[t._v(t._$s("121-"+s+"-"+o,"t0-0",t._s(i.value?i.value:"-")))]),t._v(t._$s("120-"+s+"-"+o,"t1-0",t._s(i.unit)))]),t._$s("122-"+s+"-"+o,"i",8!=e.acd_id)?n("view",{staticClass:t._$s("122-"+s+"-"+o,"sc","name mt-5"),attrs:{_i:"122-"+s+"-"+o}},[t._v(t._$s("122-"+s+"-"+o,"t0-0",t._s(i.name)))]):t._e()])})),0)])])}))],2):t._e(),t._$s(123,"i",t.userList.length&&1==t.user.measure_model)?n("view",{staticClass:t._$s(123,"sc","setcard"),attrs:{_i:123},on:{click:t.handleCard}}):t._e(),t._$s(124,"i",t.isCoupon)?n("view",{staticClass:t._$s(124,"sc","wrapper"),attrs:{_i:124}},[n("view",{staticClass:t._$s(125,"sc","bg"),attrs:{_i:125},on:{click:function(e){t.isCoupon=!1}}},[n("view",{staticClass:t._$s(126,"sc","edit"),attrs:{_i:126}},[n("swiper",{staticClass:t._$s(127,"sc","text"),attrs:{_i:127}},t._l(t._$s(128,"f",{forItems:t.pop}),(function(e,i,a,s){return n("swiper-item",{key:t._$s(128,"f",{forIndex:a,key:i}),attrs:{_i:"128-"+s},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[n("image",{attrs:{src:t._$s("129-"+s,"a-src",e.pic),_i:"129-"+s}}),n("view",{staticClass:t._$s("130-"+s,"sc","bold mt-5"),attrs:{_i:"130-"+s}},[t._v(t._$s("130-"+s,"t0-0",t._s(e.title)))])])})),0),n("uni-icons",{staticClass:t._$s(131,"sc","clear"),attrs:{type:"clear",size:"40",_i:131},on:{click:function(e){t.isCoupon=!1}}})],1)])]):t._e(),n("record",{attrs:{rtype:t.rtype,_i:132}})],1)},s=[]},f3b9:function(t,i,n){"use strict";function a(t){var e=Object.prototype.toString.call(t);return e.substring(8,e.length-1)}function s(){return"string"===typeof __channelId__&&__channelId__}function r(t,e){switch(a(e)){case"Function":return"function() { [native code] }";default:return e}}function o(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;n1){var u=c.pop();l=c.join("---COMMA---"),0===u.indexOf(" at ")?l+=u:l+="---COMMA---"+u}else l=c[0];console[o](l)}n.r(i),n.d(i,"log",(function(){return o})),n.d(i,"default",(function(){return c}))},f407:function(t,e,i){"use strict";i.r(e);var n=i("f064"),a=i("2c35");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);var r=i("828b"),o=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},f690:function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"Home","index.component":"Component","index.api":"API","index.schema":"Schema","index.demo":"uni-app globalization","index.demo-description":"Include uni-framework, manifest.json, pages.json, tabbar, Page, Component, API, Schema","index.detail":"Detail","index.language":"Language","index.language-info":"Settings","index.system-language":"System language","index.application-language":"Application language","index.language-change-confirm":"Applying this setting will restart the app"}')},f6e6:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("7ca3")),s=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4")}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg("\u8bf7\u9009\u62e9\u6b63\u786e\u7684\u65f6\u95f4");this.startTime=t.detail.value;this.endTime?this.endTime:this.endDate;this.$store.dispatch("GetBodyTrendList",{aud_id:this.user.id,s_time:this.startTime,e_time:this.endTime?this.endTime:this.endDate}),this.showbox(0)},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)0||"0:0.00"!=toString(r))&&(e.isFinished=!0)),t("log","\u72b6\u6001:",n,a,s,r,e.unit,e.isFinished," at pageTwo/devices/B20.vue:287")}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/B20.vue:291")}})},handleIsLing:function(){this.IsLing||(this.writeBLECharacteristicValue("A6020500076A"),this.IsLing=!0)},handleIsNum:function(){this.writeBLECharacteristicValue("A6020400066A")},writeBLECharacteristicValue:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));t("log","buffer",e,i," at pageTwo/devices/B20.vue:313"),uni.writeBLECharacteristicValue({deviceId:this.deviceId,serviceId:this.serviceId,characteristicId:this.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/B20.vue:320")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:323")}})},handleGetMeasure:function(){var t=this;t.height?t.$model.getmeasurefunit({adc:0,weight:t.weight+t.unit,height:t.height,aud_id:t.userInfo.id,head_data:t.head?t.head:0}).then((function(e){t.isHeight=!1,t.isSave=!1,0==e.code?(t.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}),t.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),t.$tools.msg("\u6d4b\u91cf\u6210\u529f")):t.$tools.msg("\u6d4b\u91cf\u5931\u8d25"),t.Unload=!0,uni.switchTab({url:"/pages/home/home"}),setTimeout((function(){t.closeBLEConnection(),t.closeBluetoothAdapter()}),200)})):this.$tools.msg("\u8bf7\u8f93\u5165\u8eab\u9ad8")},handleBack:function(){var e=this,i=new Uint8Array("A6020500076A".match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:e.deviceId,serviceId:e.serviceId,characteristicId:e.write,value:i.buffer,success:function(i){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",i.errMsg," at pageTwo/devices/B20.vue:377"),uni.showToast({title:"\u6570\u636e\u91cd\u7f6e\u4e2d",icon:"none"}),t("log","\u91cd\u7f6e",e.typeInfo,e.weight," at pageTwo/devices/B20.vue:382")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/B20.vue:390")}})},stopBluetoothDevicesDiscovery:function(){uni.stopBluetoothDevicesDiscovery({success:function(e){t("log","\u505c\u6b62\u641c\u7d22\u84dd\u7259\u8bbe\u5907",e," at pageTwo/devices/B20.vue:400")}})},onBLEConnectionStateChange:function(){var e=this;uni.onBLEConnectionStateChange((function(i){t("log","\u76d1\u542c\u84dd\u7259\u8fde\u63a5\u72b6\u6001",i.connected," at pageTwo/devices/B20.vue:408"),e.$store.commit("changeConnected",i.connected)}))},closeBluetoothAdapter:function(){uni.closeBluetoothAdapter({success:function(e){t("log","\u84dd\u7259\u6a21\u5757\u5173\u95ed\u6210\u529f"," at pageTwo/devices/B20.vue:419")}})},closeBLEConnection:function(){var e=this;uni.closeBLEConnection({deviceId:e.deviceId,success:function(i){t("log","\u65ad\u5f00\u84dd\u7259\u8fde\u63a5\u6210\u529f"," at pageTwo/devices/B20.vue:431"),e.$store.commit("changeConnected",!1)}})}}};e.default=c}).call(this,i("f3b9")["default"])},fd11:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading5",data:function(){return{}}}},fe80:function(t,e,i){t.exports=i.p+"static/charts.png"},fe8d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={};e.default=n}},[["7580","app-config"]]]); \ No newline at end of file +function(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:n});else{var i=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,i.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(d))}h.state.get=function(){return this._vm._data.$$state},h.state.set=function(t){0},f.prototype.commit=function(t,e,i){var n=this,s=y(t,e,i),a=s.type,r=s.payload,o=(s.options,{type:a,payload:r}),c=this._mutations[a];c&&(this._withCommit((function(){c.forEach((function(t){t(r)}))})),this._subscribers.slice().forEach((function(t){return t(o,n.state)})))},f.prototype.dispatch=function(t,i){var n=this,s=y(t,i),a=s.type,r=s.payload,o={type:a,payload:r},c=this._actions[a];if(c){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(e){0}var l=c.length>1?Promise.all(c.map((function(t){return t(r)}))):c[0](r);return new Promise((function(t,i){l.then((function(i){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(e){0}t(i)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(e){0}i(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){var i="function"===typeof t?{before:t}:t;return p(i,this._actionSubscribers,e)},f.prototype.watch=function(t,e,i){var n=this;return this._watcherVM.$watch((function(){return t(n.state,n.getters)}),e,i)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,i){void 0===i&&(i={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),_(this,this.state,t,this._modules.get(t),i.preserveState),g(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var i=m(e.state,t.slice(0,-1));d.delete(i,t[t.length-1])})),v(this)},f.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype[[104,111,116,85,112,100,97,116,101].map((function(t){return String.fromCharCode(t)})).join("")]=function(t){this._modules.update(t),v(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,h);var w=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;i[n]=function(){var e=this.$store.state,i=this.$store.getters;if(t){var n=S(this.$store,"mapState",t);if(!n)return;e=n.context.state,i=n.context.getters}return"function"===typeof s?s.call(this,e,i):e[s]},i[n].vuex=!0})),i})),x=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.commit;if(t){var a=S(this.$store,"mapMutations",t);if(!a)return;n=a.context.commit}return"function"===typeof s?s.apply(this,[n].concat(e)):n.apply(this.$store,[s].concat(e))}})),i})),$=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;s=t+s,i[n]=function(){if(!t||S(this.$store,"mapGetters",t))return this.$store.getters[s]},i[n].vuex=!0})),i})),C=T((function(t,e){var i={};return k(e).forEach((function(e){var n=e.key,s=e.val;i[n]=function(){var e=[],i=arguments.length;while(i--)e[i]=arguments[i];var n=this.$store.dispatch;if(t){var a=S(this.$store,"mapActions",t);if(!a)return;n=a.context.dispatch}return"function"===typeof s?s.apply(this,[n].concat(e)):n.apply(this.$store,[s].concat(e))}})),i}));function k(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function T(t){return function(e,i){return"string"!==typeof e?(i=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,i)}}function S(t,e,i){var n=t._modulesNamespaceMap[i];return n}function D(t,i,n){var s=n?t.groupCollapsed:t.group;try{s.call(t,i)}catch(e){t.log(i)}}function P(t){try{t.groupEnd()}catch(e){t.log("\u2014\u2014 log end \u2014\u2014")}}function O(){var t=new Date;return" @ "+A(t.getHours(),2)+":"+A(t.getMinutes(),2)+":"+A(t.getSeconds(),2)+"."+A(t.getMilliseconds(),3)}function A(t,e){return function(t,e){return new Array(e+1).join(t)}("0",e-t.toString().length)+t}var L={Store:f,install:b,version:"3.6.2",mapState:w,mapMutations:x,mapGetters:$,mapActions:C,createNamespacedHelpers:function(t){return{mapState:w.bind(null,t),mapGetters:$.bind(null,t),mapMutations:x.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var i=t.filter;void 0===i&&(i=function(t,e,i){return!0});var n=t.transformer;void 0===n&&(n=function(t){return t});var s=t.mutationTransformer;void 0===s&&(s=function(t){return t});var r=t.actionFilter;void 0===r&&(r=function(t,e){return!0});var o=t.actionTransformer;void 0===o&&(o=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var l=t.logActions;void 0===l&&(l=!0);var u=t.logger;return void 0===u&&(u=console),function(t){var d=a(t.state);"undefined"!==typeof u&&(c&&t.subscribe((function(t,r){var o=a(r);if(i(t,d,o)){var c=O(),l=s(t),f="mutation "+t.type+c;D(u,f,e),u.log("%c prev state","color: #9E9E9E; font-weight: bold",n(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",n(o)),P(u)}d=o})),l&&t.subscribeAction((function(t,i){if(r(t,i)){var n=O(),s=o(t),a="action "+t.type+n;D(u,a,e),u.log("%c action","color: #03A9F4; font-weight: bold",s),P(u)}})))}}};t.exports=L}).call(this,n("0ee4"))},"8f5c":function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","calendar-wrapper"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","header"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","pre"),attrs:{_i:2},on:{click:function(e){return t.changeMonth("pre")}}},[i("uni-icons",{attrs:{type:"back",size:"26",_i:3}})],1),i("view",[t._v(t._$s(4,"t0-0",t._s(t.y+"-"+t.formatNum(t.m))))]),i("view",{staticClass:t._$s(5,"sc","next"),attrs:{_i:5},on:{click:function(e){return t.changeMonth("next")}}},[i("uni-icons",{attrs:{type:"forward",size:"26",_i:6}})],1)]),i("view",{staticClass:t._$s(7,"sc","week"),attrs:{_i:7}},t._l(t._$s(8,"f",{forItems:t.weekDay}),(function(e,n,s,a){return i("view",{key:t._$s(8,"f",{forIndex:s,key:n}),staticClass:t._$s("8-"+a,"sc","week-day"),attrs:{_i:"8-"+a}},[t._v(t._$s("8-"+a,"t0-0",t._s(e)))])})),0),i("view",{staticClass:t._$s(9,"sc","content0"),class:t._$s(9,"c",{hide:!t.monthOpen}),style:t._$s(9,"s",{height:t.height}),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","days"),style:t._$s(10,"s",{top:t.positionTop+"rpx"}),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.dates}),(function(e,n,s,a){return i("view",{key:t._$s(11,"f",{forIndex:s,key:n}),staticClass:t._$s("11-"+a,"sc","item"),attrs:{_i:"11-"+a}},[i("view",{staticClass:t._$s("12-"+a,"sc","day"),class:t._$s("12-"+a,"c",{choose:t.choose==e.year+"-"+e.month+"-"+e.date&&e.isCurM,nolm:!e.isCurM,today:t.isToday(e.year,e.month,e.date),isWorkDay:t.isWorkDay(e.year,e.month,e.date)}),attrs:{_i:"12-"+a},on:{click:function(i){return t.selectOne(e,i)}}},[t._v(t._$s("12-"+a,"t0-0",t._s(Number(e.date))))]),t._$s("13-"+a,"i",t.isMarkDay(e.year,e.month,e.date)&&e.isCurM)?i("view",{staticClass:t._$s("13-"+a,"sc","markDay"),attrs:{_i:"13-"+a}}):t._e()])})),0)]),t._$s(14,"i",t.collapsible)?i("image",{staticClass:t._$s(14,"sc","weektoggle"),class:t._$s(14,"c",{down:t.monthOpen}),attrs:{_i:14},on:{click:t.toggle}}):t._e()])},a=[]},"8ffa":function(t,e,i){var n=i("7647");t.exports=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&n(t,e)},t.exports.__esModule=!0,t.exports["default"]=t.exports},9008:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports["default"]=t.exports},"90e1":function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={onLoad:function(e){if(t("log","options",e," at pageTwo/PublicCards/pkdetail.vue:87"),e.info){var i=JSON.parse(e.info);this.acd_id=i.type,this.handleSharepic(JSON.parse(e.info))}},computed:function(t){for(var e=1;e=0;--s){var a=this.tryEntries[s],o=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),l=r.call(a,"finallyLoc");if(c&&l){if(this.prev=0;--i){var n=this.tryEntries[i];if(n.tryLoc<=this.prev&&r.call(n,"finallyLoc")&&this.prev=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),A(i),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var s=n.arg;A(i)}return s}}throw Error("illegal catch attempt")},delegateYield:function(t,i,n){return this.delegate={iterator:I(t),resultName:i,nextLoc:n},"next"===this.method&&(this.arg=e),m}},i}t.exports=s,t.exports.__esModule=!0,t.exports["default"]=t.exports},a3b5:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ea80").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","time text_c bold"),attrs:{_i:1}},[t._v(t._$s(1,"t0-0",t._s(t.create_time)))]),i("view",{staticClass:t._$s(2,"sc","box"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","title bold"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","charts"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{type:"arcbar",chartData:t.chartData,Height:140,Width:140,_i:5}}),i("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.score)))])],1),t._$s(7,"i",t.Max_score)?i("view",{staticClass:t._$s(7,"sc","title bold"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.Max_score)))]):t._e()]),t._l(t._$s(8,"f",{forItems:t.selectllist}),(function(e,n,s,a){return i("view",{key:t._$s(8,"f",{forIndex:s,key:"8-"+a})},[i("view",{staticClass:t._$s("9-"+a,"sc","titleName bold mt-15 ml-15 size16"),attrs:{_i:"9-"+a}},[t._v(t._$s("9-"+a,"t0-0",t._s(e.name)))]),i("view",{staticClass:t._$s("10-"+a,"sc","indexCarList"),attrs:{_i:"10-"+a}},t._l(t._$s("11-"+a,"f",{forItems:e.list}),(function(e,n,s,r){return i("view",{key:t._$s("11-"+a,"f",{forIndex:s,key:"11-"+a+"-"+r}),staticClass:t._$s("11-"+a+"-"+r,"sc","card"),attrs:{_i:"11-"+a+"-"+r}},[i("view",{staticClass:t._$s("12-"+a+"-"+r,"sc","title"),attrs:{_i:"12-"+a+"-"+r}},[i("view",{staticClass:t._$s("13-"+a+"-"+r,"sc","name"),attrs:{_i:"13-"+a+"-"+r}},[t._v(t._$s("13-"+a+"-"+r,"t0-0",t._s(e.name)))])]),t._l(t._$s("14-"+a+"-"+r,"f",{forItems:e.list}),(function(n,s,o,c){return t._$s("14-"+a+"-"+r+"-"+c,"i",e.list.length>1)?i("view",{key:t._$s("14-"+a+"-"+r,"f",{forIndex:o,key:"14-"+a+"-"+r+"-"+c}),staticClass:t._$s("14-"+a+"-"+r+"-"+c,"sc","item3"),attrs:{_i:"14-"+a+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("15-"+a+"-"+r+"-"+c,"sc","name"),attrs:{_i:"15-"+a+"-"+r+"-"+c}},[t._v(t._$s("15-"+a+"-"+r+"-"+c,"t0-0",t._s(n.name)))]),i("view",{staticClass:t._$s("16-"+a+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"16-"+a+"-"+r+"-"+c}},[i("view",{staticClass:t._$s("17-"+a+"-"+r+"-"+c,"sc","input"),attrs:{_i:"17-"+a+"-"+r+"-"+c}},[t._v(t._$s("17-"+a+"-"+r+"-"+c,"t0-0",t._s(n.value?n.value:"-")))]),i("view",{staticClass:t._$s("18-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"18-"+a+"-"+r+"-"+c}},[t._v(t._$s("18-"+a+"-"+r+"-"+c,"t0-0",t._s(n.proportion_value?n.proportion_value:"-")))]),i("view",{staticClass:t._$s("19-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"19-"+a+"-"+r+"-"+c}},[t._v(t._$s("19-"+a+"-"+r+"-"+c,"t0-0",t._s(n.total_score?n.total_score:"-")))])])]):t._e()}))],2)})),0)])}))],2)},a=[]},a519:function(t,e,i){t.exports=i.p+"static/q8.png"},a57c:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{}},created:function(){this.children=[]},methods:{resize:function(){},closeAll:function(){this.children.forEach((function(t){t.is_show="none"}))},closeOther:function(t){this.openItem&&this.openItem!==t&&(this.openItem.is_show="none"),this.openItem=t}}}},a681:function(t,e,i){"use strict";i.r(e);var n=i("c17d"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},a708:function(t,e,i){var n=i("6454");t.exports=function(t){if(Array.isArray(t))return n(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},a72b:function(t,e,i){"use strict";i.r(e);var n=i("5e17"),s=i("2a95");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"cb830cca",null,!1,n["a"],void 0);e["default"]=o.exports},aab7:function(t,e,i){"use strict";i.r(e);var n=i("de44"),s=i("d2c1");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"336e47b2",null,!1,n["a"],void 0);e["default"]=o.exports},ac83:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"uniCollapseItem",props:{title:{type:String,default:""},name:{type:[Number,String],default:""},disabled:{type:Boolean,default:!1},showAnimation:{type:Boolean,default:!1},open:{type:Boolean,default:!1},thumb:{type:String,default:""},titleBorder:{type:String,default:"auto"},border:{type:Boolean,default:!0},showArrow:{type:Boolean,default:!0}},data:function(){var t="Uni_".concat(Math.ceil(1e6*Math.random()).toString(36));return{isOpen:!1,isheight:null,height:0,elId:t,nameSync:0}},watch:{open:function(t){this.isOpen=t,this.onClick(t,"init")}},updated:function(t){var e=this;this.$nextTick((function(){e.init(!0)}))},created:function(){this.collapse=this.getCollapse(),this.oldHeight=0,this.onClick(this.open,"init")},destroyed:function(){this.__isUnmounted||this.uninstall()},mounted:function(){this.collapse&&(""!==this.name?this.nameSync=this.name:this.nameSync=this.collapse.childrens.length+"",-1===this.collapse.names.indexOf(this.nameSync)?this.collapse.names.push(this.nameSync):t("warn","name \u503c ".concat(this.nameSync," \u91cd\u590d")," at uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue:154"),-1===this.collapse.childrens.indexOf(this)&&this.collapse.childrens.push(this),this.init())},methods:{init:function(t){this.getCollapseHeight(t)},uninstall:function(){var t=this;this.collapse&&(this.collapse.childrens.forEach((function(e,i){e===t&&t.collapse.childrens.splice(i,1)})),this.collapse.names.forEach((function(e,i){e===t.nameSync&&t.collapse.names.splice(i,1)})))},onClick:function(t,e){this.disabled||(this.isOpen=t,this.isOpen&&this.collapse&&this.collapse.setAccordion(this),"init"!==e&&this.collapse.onChange(t,this))},getCollapseHeight:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=uni.createSelectorQuery().in(this);n.select("#".concat(this.elId)).fields({size:!0},(function(n){if(!(i>=10)){if(!n)return i++,void e.getCollapseHeight(!1,i);e.height=n.height,e.isheight=!0,t||e.onClick(e.isOpen,"init")}})).exec()},getNvueHwight:function(t){var e=this;dom.getComponentRect(this.$refs["collapse--hook"],(function(i){if(i&&i.result&&i.size){if(e.height=i.size.height,e.isheight=!0,t)return;e.onClick(e.open,"init")}}))},getCollapse:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniCollapse",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=i}).call(this,i("f3b9")["default"])},acb7:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1},on:{click:function(e){return t.navTo("/pageTwo/setting/setting")}}},[i("view",{staticClass:t._$s(2,"sc","headimg"),attrs:{_i:2}},[i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}}),i("view",{staticClass:t._$s(4,"sc","size20 bold"),attrs:{_i:4}},[t._v(t._$s(4,"t0-0",t._s(t.user.nickname)))])]),i("text",{staticClass:t._$s(5,"sc","t-icon t-icon-arrow-right-bold"),attrs:{_i:5}})]),i("view",{staticClass:t._$s(6,"sc","wxlist borderRadius"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","list"),attrs:{_i:7},on:{click:function(e){return t.navTo("/pageTwo/my/manage")}}},[i("view",{staticClass:t._$s(8,"sc","item border-bottom"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","left"),attrs:{_i:9}},[i("view",{staticClass:t._$s(10,"sc","name"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.$t("common.titleManage"))))])]),i("view",{staticClass:t._$s(11,"sc","right"),attrs:{_i:11}},[i("uni-icons",{attrs:{type:"right",_i:12}})],1)])]),t._$s(13,"i","zh-Hans"!=t.language)?i("view",{staticClass:t._$s(13,"sc","list"),attrs:{_i:13},on:{click:function(e){return t.navTo("/pageTwo/history/history?acd_id=2")}}},[i("view",{staticClass:t._$s(14,"sc","item border-bottom"),attrs:{_i:14}},[i("view",{staticClass:t._$s(15,"sc","left"),attrs:{_i:15}},[i("view",{staticClass:t._$s(16,"sc","name"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("common.titleHistory"))))])]),i("view",{staticClass:t._$s(17,"sc","right"),attrs:{_i:17}},[i("uni-icons",{attrs:{type:"right",_i:18}})],1)])]):t._e(),t._$s(19,"i","zh-Hans"==t.language)?i("view",{staticClass:t._$s(19,"sc","list"),attrs:{_i:19},on:{click:function(e){return t.navTo("/pageTwo/score/history")}}},[i("view",{staticClass:t._$s(20,"sc","item border-bottom"),attrs:{_i:20}},[i("view",{staticClass:t._$s(21,"sc","left"),attrs:{_i:21}},[i("view",{staticClass:t._$s(22,"sc","name"),attrs:{_i:22}},[t._v(t._$s(22,"t0-0",t._s(t.$t("common.titleScoreHistory"))))])]),i("view",{staticClass:t._$s(23,"sc","right"),attrs:{_i:23}},[i("uni-icons",{attrs:{type:"right",_i:24}})],1)])]):t._e(),i("view",{staticClass:t._$s(25,"sc","list"),attrs:{_i:25},on:{click:function(e){return t.navTo("/pageTwo/my/about")}}},[i("view",{staticClass:t._$s(26,"sc","item border-bottom"),attrs:{_i:26}},[i("view",{staticClass:t._$s(27,"sc","left"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","name"),attrs:{_i:28}},[t._v(t._$s(28,"t0-0",t._s(t.$t("common.titleAboutUs"))))])]),i("view",{staticClass:t._$s(29,"sc","right"),attrs:{_i:29}},[i("uni-icons",{attrs:{type:"right",_i:30}})],1)])]),i("view",{staticClass:t._$s(31,"sc","list"),attrs:{_i:31}},[i("view",{staticClass:t._$s(32,"sc","picker item"),attrs:{_i:32}},[i("view",{staticClass:t._$s(33,"sc","name"),attrs:{_i:33}},[t._v(t._$s(33,"t0-0",t._s(t.$t("common.titleLanguage"))))]),i("picker",{attrs:{range:t._$s(34,"a-range",t.languageList),value:t._$s(34,"a-value",t.index),_i:34},on:{change:t.languageClick}},[i("view",{staticClass:t._$s(35,"sc","uni-input"),attrs:{_i:35}},[t._v(t._$s(35,"t0-0",t._s(t.languageList[t.index].value)))]),i("icon",{staticClass:t._$s(36,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:36}})])])]),t._l(t._$s(37,"f",{forItems:t.CooperationUrl}),(function(e,n,s,a){return i("view",{key:t._$s(37,"f",{forIndex:s,key:n}),staticClass:t._$s("37-"+a,"sc","list"),attrs:{_i:"37-"+a}},[i("view",{staticClass:t._$s("38-"+a,"sc","item border-bottom"),attrs:{_i:"38-"+a},on:{click:function(i){return t.navTo("/pageTwo/webview/webview?url="+e.url)}}},[i("view",{staticClass:t._$s("39-"+a,"sc","left"),attrs:{_i:"39-"+a}},[i("view",{staticClass:t._$s("40-"+a,"sc","name"),attrs:{_i:"40-"+a}},[t._v(t._$s("40-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("41-"+a,"sc","right"),attrs:{_i:"41-"+a}},[i("uni-icons",{attrs:{type:"right",_i:"42-"+a}})],1)])])}))],2),t._$s(43,"i",t.token)?i("view",{staticClass:t._$s(43,"sc","btn mb-15"),attrs:{_i:43},on:{click:t.handleOutLogin}},[t._v(t._$s(43,"t0-0",t._s(t.$t("common.btnLogOut"))))]):t._e()])},a=[]},ad05:function(t,e,i){t.exports=i.p+"static/q1.png"},ad45:function(t,e,i){"use strict";i.r(e);var n=i("30a8"),s=i("e046");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"676db0c4",null,!1,n["a"],void 0);e["default"]=o.exports},ad88:function(t,e,i){"use strict";i.r(e);var n=i("bc4e"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},ae52:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{cardList:{user:[],all:[]}}},onLoad:function(){this.handleCardList()},computed:function(t){for(var e=1;ei?new Date(i):new Date(t):e&&!i?e<=t?new Date(t):new Date(e):!e&&i?t<=i?new Date(t):new Date(i):new Date(t),n},superTimeStamp:function(t){var e="";if("time"===this.type&&t&&"string"===typeof t){var i=new Date,n=i.getFullYear(),s=i.getMonth()+1,a=i.getDate();e=n+"/"+s+"/"+a+" "}return Number(t)&&(t=parseInt(t),e=0),this.createTimeStamp(e+t)},parseValue:function(t){if(t){if("time"===this.type&&"string"===typeof t)this.parseTimeType(t);else{var e=null;e=new Date(t),"time"!==this.type&&(this.year=e.getFullYear(),this.month=e.getMonth()+1,this.day=e.getDate()),"date"!==this.type&&(this.hour=e.getHours(),this.minute=e.getMinutes(),this.second=e.getSeconds())}this.hideSecond&&(this.second=0)}},parseDatetimeRange:function(t,e){if(!t)return"start"===e&&(this.startYear=1920,this.startMonth=1,this.startDay=1,this.startHour=0,this.startMinute=0,this.startSecond=0),void("end"===e&&(this.endYear=2120,this.endMonth=12,this.endDay=31,this.endHour=23,this.endMinute=59,this.endSecond=59));if("time"===this.type){var i=t.split(":");this[e+"Hour"]=Number(i[0]),this[e+"Minute"]=Number(i[1]),this[e+"Second"]=Number(i[2])}else{if(!t)return void("start"===e?this.startYear=this.year-60:this.endYear=this.year+60);Number(t)&&(t=parseInt(t));"datetime"!==this.type||"end"!==e||"string"!==typeof t||/[0-9]:[0-9]/.test(t)||(t+=" 23:59:59");var n=new Date(t);this[e+"Year"]=n.getFullYear(),this[e+"Month"]=n.getMonth()+1,this[e+"Day"]=n.getDate(),"datetime"===this.type&&(this[e+"Hour"]=n.getHours(),this[e+"Minute"]=n.getMinutes(),this[e+"Second"]=n.getSeconds())}},getCurrentRange:function(t){for(var e=[],i=this["min"+this.capitalize(t)];i<=this["max"+this.capitalize(t)];i++)e.push(i);return e},capitalize:function(t){return t.charAt(0).toUpperCase()+t.slice(1)},checkValue:function(t,e,i){-1===i.indexOf(e)&&(this[t]=i[0])},daysInMonth:function(t,e){return new Date(t,e,0).getDate()},fixIosDateFormat:function(t){return"string"===typeof t&&(t=t.replace(/-/g,"/")),t},createTimeStamp:function(t){if(t)return"number"===typeof t?t:(t=t.replace(/-/g,"/"),"date"===this.type&&(t+=" 00:00:00"),Date.parse(t))},createDomSting:function(){var t=this.year+"-"+this.lessThanTen(this.month)+"-"+this.lessThanTen(this.day),e=this.lessThanTen(this.hour)+":"+this.lessThanTen(this.minute);return this.hideSecond||(e=e+":"+this.lessThanTen(this.second)),"date"===this.type?t:"time"===this.type?e:t+" "+e},initTime:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.time=this.createDomSting(),t&&("timestamp"===this.returnType&&"time"!==this.type?(this.$emit("change",this.createTimeStamp(this.time)),this.$emit("input",this.createTimeStamp(this.time)),this.$emit("update:modelValue",this.createTimeStamp(this.time))):(this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time)))},bindDateChange:function(t){var e=t.detail.value;this.year=this.years[e[0]],this.month=this.months[e[1]],this.day=this.days[e[2]]},bindTimeChange:function(t){var e=t.detail.value;this.hour=this.hours[e[0]],this.minute=this.minutes[e[1]],this.second=this.seconds[e[2]]},initTimePicker:function(){if(!this.disabled){var t=(0,r.fixIosDateFormat)(this.time);this.initPickerValue(t),this.visible=!this.visible}},tiggerTimePicker:function(t){this.visible=!this.visible},clearTime:function(){this.time="",this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time),this.tiggerTimePicker()},setTime:function(){this.initTime(),this.tiggerTimePicker()}}};e.default=l},af34:function(t,e,i){var n=i("a708"),s=i("b893"),a=i("6382"),r=i("9008");t.exports=function(t){return n(t)||s(t)||a(t)||r()},t.exports.__esModule=!0,t.exports["default"]=t.exports},affb:function(t,e,i){"use strict";i.r(e);var n=i("65d9"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},b138:function(t,e,i){"use strict";i.r(e);var n=i("879f"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},b182:function(t,e,i){"use strict";i.r(e);var n=i("8f5c"),s=i("cb15");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"7c462e40",null,!1,n["a"],void 0);e["default"]=o.exports},b1e6:function(t,e,i){"use strict";i.r(e);var n=i("6285"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},b283:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",t.fimages.length)?i("view",{staticClass:t._$s(1,"sc","f_banner"),attrs:{_i:1}},[i("swiper",{staticClass:t._$s(2,"sc","swiper"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.fimages}),(function(e,n,s,a){return i("swiper-item",{key:t._$s(3,"f",{forIndex:s,key:n}),attrs:{_i:"3-"+a},on:{click:function(i){return t.$tools.NewsPtype(e)}}},[i("image",{attrs:{src:t._$s("4-"+a,"a-src",e.cover_image),_i:"4-"+a}})])})),0)]):t._e(),i("view",{staticClass:t._$s(5,"sc","tabbar"),attrs:{_i:5}},[i("scroll-view",{staticClass:t._$s(6,"sc","scroll-menu"),attrs:{_i:6}},t._l(t._$s(7,"f",{forItems:t.labelList}),(function(e,n,s,a){return i("view",{key:t._$s(7,"f",{forIndex:s,key:n}),class:t._$s("7-"+a,"c",[t.active==n?"active":""]),attrs:{_i:"7-"+a},on:{click:function(e){return t.handleactive(n)}}},[t._v(t._$s("7-"+a,"t0-0",t._s(e.name)))])})),0)]),i("view",{staticClass:t._$s(8,"sc","list"),attrs:{_i:8}},t._l(t._$s(9,"f",{forItems:t.list}),(function(e,n,s,a){return i("view",{key:t._$s(9,"f",{forIndex:s,key:n}),staticClass:t._$s("9-"+a,"sc","newslist"),attrs:{_i:"9-"+a},on:{click:function(i){return t.handleActive(e,n)}}},[i("view",{staticClass:t._$s("10-"+a,"sc","left"),attrs:{_i:"10-"+a}},[i("view",{staticClass:t._$s("11-"+a,"sc","title"),attrs:{_i:"11-"+a}},[t._v(t._$s("11-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("12-"+a,"sc","right"),attrs:{_i:"12-"+a}},[i("image",{attrs:{src:t._$s("13-"+a,"a-src",e.cover_image),_i:"13-"+a}})]),i("view",{staticClass:t._$s("14-"+a,"sc","time"),attrs:{_i:"14-"+a}},[i("view",{staticClass:t._$s("15-"+a,"sc","size14 c999"),attrs:{_i:"15-"+a}},[i("icon",{staticClass:t._$s("16-"+a,"sc","iconfont icon-icon-test"),attrs:{_i:"16-"+a}}),t._v(t._$s("15-"+a,"t1-0",t._s(t.$t("index.browse")))+t._$s("15-"+a,"t1-1",t._s(e.reading)))]),i("view",{staticClass:t._$s("17-"+a,"sc","size14 c999"),attrs:{_i:"17-"+a}},[i("icon",{staticClass:t._$s("18-"+a,"sc","iconfont icon-icon-test1"),attrs:{_i:"18-"+a}}),t._v(t._$s("17-"+a,"t1-0",t._s(e.create_time)))])])])})),0)])},s=[]},b384:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","box"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","lanBox"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","headbox"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","touxiang"),attrs:{_i:3}},[t._$s(4,"i",t.headimg)?i("image",{staticClass:t._$s(4,"sc","headimage"),attrs:{src:t._$s(4,"a-src",t.headimg),_i:4}}):i("icon",{staticClass:t._$s(5,"sc","iconfont icon-user-filling headimage"),attrs:{_i:5}})])]),i("view",{staticClass:t._$s(6,"sc","lan border-bottom"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","left"),attrs:{_i:7}},[t._v(t._$s(7,"t0-0",t._s(t.$t("common.infoNickname"))))]),i("view",{staticClass:t._$s(8,"sc","right"),attrs:{_i:8}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.memInfo.nickname,expression:"memInfo.nickname"}],attrs:{placeholder:t._$s(9,"a-placeholder",t.$t("tips.verifyNickName")),_i:9},domProps:{value:t._$s(9,"v-model",t.memInfo.nickname)},on:{input:function(e){e.target.composing||t.$set(t.memInfo,"nickname",e.target.value)}}}),t._$s(10,"i",t.memInfo.nickname)?i("uni-icons",{attrs:{type:"clear",color:"#999",size:"20",_i:10},on:{click:function(e){t.memInfo.nickname=""}}}):t._e()],1)]),i("view",{staticClass:t._$s(11,"sc","lan border-bottom"),attrs:{_i:11}},[i("view",{staticClass:t._$s(12,"sc","left"),attrs:{_i:12}},[t._v(t._$s(12,"t0-0",t._s(t.$t("common.infoGender"))))]),i("view",{staticClass:t._$s(13,"sc","right"),attrs:{_i:13}},[i("view",{staticClass:t._$s(14,"sc","radio"),attrs:{_i:14}},[i("uni-icons",{attrs:{type:1==t.memInfo.gender?"checkbox-filled":"circle",size:"24",color:1==t.memInfo.gender?"#fea606":"#dfdfdf",_i:15},on:{click:function(e){t.memInfo.gender=1}}}),t._v(t._$s(14,"t1-0",t._s(t.$t("common.infoMan"))))],1),i("view",{staticClass:t._$s(16,"sc","radio ml-15"),attrs:{_i:16}},[i("uni-icons",{attrs:{type:2==t.memInfo.gender?"checkbox-filled":"circle",size:"24",color:2==t.memInfo.gender?"#fea606":"#dfdfdf",_i:17},on:{click:function(e){t.memInfo.gender=2}}}),t._v(t._$s(16,"t1-0",t._s(t.$t("common.infoWoman"))))],1)])]),i("view",{staticClass:t._$s(18,"sc","lan border-bottom"),attrs:{_i:18}},[i("view",{staticClass:t._$s(19,"sc","left"),attrs:{_i:19}},[t._v(t._$s(19,"t0-0",t._s(t.$t("common.infoHeight"))))]),i("view",{staticClass:t._$s(20,"sc","right"),attrs:{_i:20}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.memInfo.height,expression:"memInfo.height"}],staticClass:t._$s(21,"sc","mr-5"),attrs:{placeholder:t._$s(21,"a-placeholder",t.$t("tips.verifyHeight")),_i:21},domProps:{value:t._$s(21,"v-model",t.memInfo.height)},on:{input:function(e){e.target.composing||t.$set(t.memInfo,"height",e.target.value)}}}),t._$s(22,"i",t.memInfo.height)?i("uni-icons",{attrs:{type:"clear",color:"#999",size:"20",_i:22},on:{click:function(e){t.memInfo.height=""}}}):t._e()],1)]),i("view",{staticClass:t._$s(23,"sc","lan border-bottom"),attrs:{_i:23}},[i("view",{staticClass:t._$s(24,"sc","left"),attrs:{_i:24}},[t._v(t._$s(24,"t0-0",t._s(t.$t("common.infoWeight"))))]),i("view",{staticClass:t._$s(25,"sc","right"),attrs:{_i:25}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.memInfo.weight,expression:"memInfo.weight"}],staticClass:t._$s(26,"sc","mr-5"),attrs:{placeholder:t._$s(26,"a-placeholder",t.$t("tips.verifyWeight")),_i:26},domProps:{value:t._$s(26,"v-model",t.memInfo.weight)},on:{input:function(e){e.target.composing||t.$set(t.memInfo,"weight",e.target.value)}}}),t._$s(27,"i",t.memInfo.weight)?i("uni-icons",{attrs:{type:"clear",color:"#999",size:"20",_i:27},on:{click:function(e){t.memInfo.weight=""}}}):t._e()],1)]),i("view",{staticClass:t._$s(28,"sc","lan border-bottom"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","left"),attrs:{_i:29}},[t._v(t._$s(29,"t0-0",t._s(t.$t("common.infoBirthday"))))]),i("view",{staticClass:t._$s(30,"sc","right"),attrs:{_i:30}},[i("picker",{attrs:{end:t._$s(31,"a-end",t.endDate),value:t._$s(31,"a-value",t.memInfo.birthday?t.memInfo.birthday:t.endDate),fields:t._$s(31,"a-fields",t.fields),_i:31},on:{change:t.maskClick}},[i("view",{staticClass:t._$s(32,"sc","uni-input"),attrs:{_i:32}},[t._v(t._$s(32,"t0-0",t._s(t.memInfo.birthday?t.memInfo.birthday:t.$t("tips.verifyPicker"))))]),i("icon",{staticClass:t._$s(33,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:33}})])])]),t._$s(34,"i","zh-Hans"==t.language)?i("view",{staticClass:t._$s(34,"sc","lan border-bottom"),attrs:{_i:34}},[i("view",{staticClass:t._$s(35,"sc","left"),attrs:{_i:35}}),i("view",{staticClass:t._$s(36,"sc","right"),attrs:{_i:36}},[i("view",{staticClass:t._$s(37,"sc","radio"),attrs:{_i:37}},[i("uni-icons",{attrs:{type:1==t.memInfo.measure_model?"checkbox-filled":"circle",size:"24",color:1==t.memInfo.measure_model?"#fea606":"#dfdfdf",_i:38},on:{click:function(e){return t.handleMeasureModel(1)}}})],1),i("view",{staticClass:t._$s(39,"sc","radio ml-15"),attrs:{_i:39}},[i("uni-icons",{attrs:{type:2==t.memInfo.measure_model?"checkbox-filled":"circle",size:"24",color:2==t.memInfo.measure_model?"#fea606":"#dfdfdf",_i:40},on:{click:function(e){return t.handleMeasureModel(2)}}})],1)])]):t._e(),t._$s(41,"i",1==t.memInfo.measure_model&&"zh-Hans"==t.language)?i("view",{staticClass:t._$s(41,"sc","lan border-bottom"),attrs:{_i:41}},[i("view",{staticClass:t._$s(42,"sc","left"),attrs:{_i:42}}),i("view",{staticClass:t._$s(43,"sc","right"),attrs:{_i:43}},[i("picker",{attrs:{range:t._$s(44,"a-range",t.identityList),value:t._$s(44,"a-value",t.identityIndex),_i:44},on:{change:t.changegIdentity}},[i("view",{staticClass:t._$s(45,"sc","uni-input"),attrs:{_i:45}},[t._v(t._$s(45,"t0-0",t._s(t.identityList[t.identityIndex]?t.identityList[t.identityIndex].name:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(46,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:46}})])])]):t._e(),t._$s(47,"i",1==t.memInfo.measure_model&&"zh-Hans"==t.language)?i("view",{staticClass:t._$s(47,"sc","lan border-bottom"),attrs:{_i:47},on:{click:t.handleCityList}},[i("view",{staticClass:t._$s(48,"sc","left"),attrs:{_i:48}}),i("view",{staticClass:t._$s(49,"sc","right"),attrs:{_i:49}},[i("view",{staticClass:t._$s(50,"sc","mr-10"),attrs:{_i:50}},[t._v(t._$s(50,"t0-0",t._s(t.memInfo.address?t.memInfo.address:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(51,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:51}})])]):t._e(),t._$s(52,"i",1==t.memInfo.measure_model&&"zh-Hans"==t.language)?i("view",{staticClass:t._$s(52,"sc","lan border-bottom"),attrs:{_i:52}},[i("view",{staticClass:t._$s(53,"sc","left"),attrs:{_i:53}}),i("view",{staticClass:t._$s(54,"sc","right"),attrs:{_i:54}},[i("picker",{attrs:{range:t._$s(55,"a-range",t.gradeList),value:t._$s(55,"a-value",t.gradeIndex),_i:55},on:{change:t.changegType}},[i("view",{staticClass:t._$s(56,"sc","uni-input"),attrs:{_i:56}},[t._v(t._$s(56,"t0-0",t._s(t.gradeList[t.gradeIndex]?t.gradeList[t.gradeIndex].name:"\u8bf7\u9009\u62e9")))]),i("icon",{staticClass:t._$s(57,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:57}})])])]):t._e()]),i("view",{staticClass:t._$s(58,"sc","btn"),attrs:{_i:58},on:{click:t.confirmInfo}},[t._v(t._$s(58,"t0-0",t._s(t.$t("tips.btnConfirm"))))]),t._$s(59,"i",t.visible)?i("view",{staticClass:t._$s(59,"sc","visible"),attrs:{_i:59},on:{click:function(e){t.visible=!1}}},[i("view",{staticClass:t._$s(60,"sc","item"),attrs:{_i:60},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(61,"sc","groupBtn"),attrs:{_i:61}},[i("view",{attrs:{_i:62},on:{click:function(e){t.visible=!1}}}),i("view",{staticClass:t._$s(63,"sc","sure"),attrs:{_i:63},on:{click:function(e){return t.handlesure()}}})]),i("picker-view",{staticClass:t._$s(64,"sc","picker-view"),attrs:{value:t._$s(64,"a-value",t.value),"indicator-style":t._$s(64,"a-indicator-style",t.indicatorStyle),_i:64},on:{change:t.bindChange}},[i("picker-view-column",t._l(t._$s(66,"f",{forItems:t.province}),(function(e,n,s,a){return i("view",{key:t._$s(66,"f",{forIndex:s,key:n}),staticClass:t._$s("66-"+a,"sc","item"),attrs:{_i:"66-"+a}},[t._v(t._$s("66-"+a,"t0-0",t._s(e.name)))])})),0),i("picker-view-column",t._l(t._$s(68,"f",{forItems:t.city}),(function(e,n,s,a){return i("view",{key:t._$s(68,"f",{forIndex:s,key:n}),staticClass:t._$s("68-"+a,"sc","item"),attrs:{_i:"68-"+a}},[t._v(t._$s("68-"+a,"t0-0",t._s(e)))])})),0)])])]):t._e()])},a=[]},b38d:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{list:[]}},onLoad:function(){this.handleUserDeviceList()},methods:{handleUserDeviceList:function(){var t=this;t.$model.getDeviceList({}).then((function(e){0==e.code?t.list=e.data.list:t.$tools.msg(e.msg)})).catch((function(t){}))},handlebinging:function(e){t("log","item",e," at pageTwo/business/addDevice.vue:34"),uni.redirectTo({url:"/pageTwo/business/search?id="+e.id})}}};e.default=i}).call(this,i("f3b9")["default"])},b3b0:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","caritem"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","text"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.$t("common.infoAvatar"))))]),i("image",{staticClass:t._$s(3,"sc","image"),attrs:{src:t._$s(3,"a-src",t.user.head_pic),_i:3}})]),i("view",{staticClass:t._$s(4,"sc","caritem"),attrs:{_i:4}},[i("view",{staticClass:t._$s(5,"sc","text"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.$t("common.infoNickname"))))]),i("view",{staticClass:t._$s(6,"sc","text_r"),attrs:{_i:6}},[t._$s(7,"i",!t.isEdit)?i("text",[t._v(t._$s(7,"t0-0",t._s(t.user.nickname)))]):i("input",{directives:[{name:"model",rawName:"v-model",value:t.nickname,expression:"nickname"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.nickname)},on:{blur:t.handleBlur,input:function(e){e.target.composing||(t.nickname=e.target.value)}}}),i("uni-icons",{staticClass:t._$s(9,"sc","ml-10"),attrs:{type:"compose",color:"#FEC407",size:"22",_i:9},on:{click:function(e){t.isEdit=!0}}})],1)]),i("view",{staticClass:t._$s(10,"sc","caritem"),attrs:{_i:10},on:{click:function(e){return t.navTo("/pageTwo/setting/phone")}}},[i("view",{staticClass:t._$s(11,"sc","text"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.$t("common.infoMobile"))))]),i("view",{staticClass:t._$s(12,"sc","text_r"),attrs:{_i:12}},[i("text",[t._v(t._$s(13,"t0-0",t._s(t.user.my_tel)))]),i("uni-icons",{attrs:{type:"right",_i:14}})],1)]),i("view",{staticClass:t._$s(15,"sc","caritem"),attrs:{_i:15},on:{click:function(e){return t.navTo("/pageTwo/setting/email")}}},[i("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s(t.$t("common.infoEmail"))))]),i("view",{staticClass:t._$s(17,"sc","text_r"),attrs:{_i:17}},[i("text",[t._v(t._$s(18,"t0-0",t._s(t.user.my_email)))]),i("uni-icons",{attrs:{type:"right",_i:19}})],1)]),i("view",{staticClass:t._$s(20,"sc","caritem"),attrs:{_i:20},on:{click:function(e){return t.navTo("/pageTwo/setting/password")}}},[i("view",{staticClass:t._$s(21,"sc","text"),attrs:{_i:21}},[t._v(t._$s(21,"t0-0",t._s(t.$t("common.titleSetPassword"))))]),i("uni-icons",{attrs:{type:"right",_i:22}})],1),i("view",{staticClass:t._$s(23,"sc","btn mb-15"),attrs:{_i:23},on:{click:t.handleOutLogin}},[t._v(t._$s(23,"t0-0",t._s(t.$t("common.btnDeleteAccount"))))])])},a=[]},b483:function(t,e,i){"use strict";i.r(e);var n=i("c412"),s=i("9724");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"8073ae00",null,!1,n["a"],void 0);e["default"]=o.exports},b4d2:function(t,e){function i(e){return t.exports=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},b525:function(t,e,i){t.exports=i.p+"static/add.png"},b53e:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("22e6")),a=(n(i("269c")),"https://tc.pcxbc.com/testedition"),r=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"get",i=arguments.length>2?arguments[2]:void 0,n={url:a+t,data:i,method:e,header:{"X-Requested-With":"XMLHttpRequest","content-type":"application/json; charset=UTF-8"}},r=new Promise((function(t,e){uni.request(n).then((function(e){uni.hideLoading(),20001!=e[1].data.code?200==e[1].statusCode?t(e[1].data):s.default.msg(e[1].data.msg):uni.$emit("need-login")})).catch((function(t){uni.hideLoading(),e(t)}))}));return r},o={baseUrl:a,get:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"get",e)},post:function(t,e){return e.token=uni.getStorageSync("token"),e.aan_id=uni.getStorageSync("aan_id"),r(t,"post",e)}};e.default=o},b594:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("6cd3")),a=n(i("d978")),r=n(i("8283")),o={mixins:[s.default,a.default,r.default],emits:["click","change"],props:{show:{type:String,default:"none"},disabled:{type:Boolean,default:!1},autoClose:{type:Boolean,default:!0},threshold:{type:Number,default:20},leftOptions:{type:Array,default:function(){return[]}},rightOptions:{type:Array,default:function(){return[]}}},destroyed:function(){this.__isUnmounted||this.uninstall()},methods:{uninstall:function(){var t=this;this.swipeaction&&this.swipeaction.children.forEach((function(e,i){e===t&&t.swipeaction.children.splice(i,1)}))},getSwipeAction:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniSwipeAction",e=this.$parent,i=e.$options.name;while(i!==t){if(e=e.$parent,!e)return!1;i=e.$options.name}return e}}};e.default=o},b7f1:function(t,e,i){"use strict";i.r(e);var n=i("b3b0"),s=i("8e25");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"18cbe3da",null,!1,n["a"],void 0);e["default"]=o.exports},b893:function(t,e){t.exports=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports},b8f5:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniDatetimePicker:i("07c2").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content addText"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","item"),attrs:{_i:1}},[i("view",{staticClass:t._$s(2,"sc","name"),attrs:{_i:2}},[i("view",{staticClass:t._$s(3,"sc","text"),attrs:{_i:3}}),i("view",{staticClass:t._$s(4,"sc","example-body"),attrs:{_i:4}},[i("uni-datetime-picker",{attrs:{type:"datetime",border:!1,"clear-icon":!1,"hide-second":!0,_i:5},on:{change:t.changeLog},model:{value:t._$s(5,"v-model",t.recordTime),callback:function(e){t.recordTime=e},expression:"recordTime"}})],1)])]),i("view",{staticClass:t._$s(6,"sc","item"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","ji"),attrs:{_i:7}}),i("textarea",{directives:[{name:"model",rawName:"v-model",value:t.content,expression:"content"}],attrs:{_i:8},domProps:{value:t._$s(8,"v-model",t.content)},on:{input:function(e){e.target.composing||(t.content=e.target.value)}}}),i("view",{staticClass:t._$s(9,"sc","length"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.content.length)))])]),i("view",{staticClass:t._$s(10,"sc","btn"),attrs:{_i:10},on:{click:t.handleCloseClick}})])},a=[]},b8fb:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59"),r=n(i("ea80"));function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;eDate.parse(this.endTime))return void this.$tools.msg(this.$t("tips.verifyBodyDate"))}else if(Date.parse(t.detail.value)>Date.parse(this.endDate))return void this.$tools.msg(this.$t("tips.verifyBodyDate"));this.startTime=t.detail.value,this.handlePublicTrendList()},handEndTimeH:function(t){if(this.startTime){if(Date.parse(t.detail.value)=this.lastPage?uni.showToast({title:this.$t("tips.msgNoMoreData"),icon:"none"}):(this.page++,this.getList(this.page))},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:i.$t("tips.msgTitle"),content:i.$t("tips.verifyDeleteHistory"),cancelText:i.$t("tips.btnSancellation"),confirmText:i.$t("tips.btnConfirm"),success:function(t){t.confirm?i.$model.gethistorydelete({id:n,type:i.acd_id}).then((function(t){0==t.code?(i.ranklist.splice(e,1),"1"==i.user.measure_model&&i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),2==i.acd_id?i.$store.dispatch("getResult",{aud_id:uni.getStorageSync("userid")}):i.isDelete=!0,i.$tools.msg(i.$t("tips.msgDelete"))):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg(i.$t("tips.msgCancel"))}})},clickItemMethod:function(t){"6"!=this.acd_id&&uni.navigateTo({url:"/pageTwo/history/historyDetail?type="+this.acd_id+"&id="+t.id})},getList:function(e){var i=this,n=this;n.$model.gethistory({aud_id:uni.getStorageSync("userid"),type:n.acd_id,page:n.page}).then((function(e){if(t("log","\u5386\u53f2\u8bb0\u5f55",e," at pageTwo/history/history.vue:142"),0==e.code){var s=[{text:n.$t("tips.btnDelete"),style:{backgroundColor:"#dd524d"}}];e.data.rows.forEach((function(t){t.options=s})),i.ranklist=i.ranklist.concat(e.data.rows),i.lastPage=e.data.totalpage}}))},handleEdit:function(t){this.isActive=this.isActive==t?null:t}}};e.default=c}).call(this,i("f3b9")["default"])},c17d:function(t,e,i){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{phone:"",code:"",password:"",password2:"",disabled:!1,second:60,value:1,type:"",language:""}},onLoad:function(e){this.type=e.type,this.language=uni.getLocale(),t("log","language",this.language," at pageTwo/login/forgetPassword.vue:67"),uni.setNavigationBarTitle({title:"register"==this.type?this.$t("common.titleRegister"):this.$t("common.titleForgotPassword")})},methods:{checkboxChange:function(t){this.value=t.detail.value.length?t.detail.value[0]:"0"},handleTelLogin:function(){var e=this,i=-1!==e.phone.indexOf("@");if("zh-Hans"!=e.language||i||/^1[3456789]\d{9}$/.test(e.phone))if("zh-Hans"!=e.language||!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))if("zh-Hans"==e.language||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))if(e.code)if(e.password)if(e.password2){if(e.password2==e.password){var n={data:e.phone,password:e.password,c_password:e.password2,code:e.code,language:e.language},s="register"==e.type?e.$model.getregister(n):e.$model.getResetPassword(n);return s.then((function(i){t("log","\u6ce8\u518c",i," at pageTwo/login/forgetPassword.vue:122"),0==i.code?(uni.setStorageSync("token",i.data.token),uni.setStorageSync("aan_id",i.data.aan_id),e.$tools.msg(e.$t("tips.msgSetPasswordSuccess")),setTimeout((function(){uni.$emit("login-sucesss")}),1e3)):e.$tools.msg(i.msg)})).catch((function(t){}))}e.$tools.msg(e.$t("tips.verifyPasswordCorrect"))}else e.$tools.msg(e.$t("tips.verifyPasswordTwo"));else e.$tools.msg(e.$t("tips.passwordTips"));else e.$tools.msg(e.$t("tips.verifyCode"));else e.$tools.msg(e.$t("tips.verifyEmailCorrect"));else e.$tools.msg(e.$t("tips.verifyAccount"));else e.$tools.msg(e.$t("tips.verifyAccount"))},handleCode:function(){var e=this,i=-1!==e.phone.indexOf("@");("zh-Hans"!=e.language||i||/^1[3456789]\d{9}$/.test(e.phone))&&("zh-Hans"!=e.language||!i||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone))?"zh-Hans"==e.language||/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(e.phone)?e.$model.getSendCode({data:e.phone,type:e.type}).then((function(i){if(t("log",i," at pageTwo/login/forgetPassword.vue:157"),0==i.code){e.disabled=!0;var n=setInterval((function(){--e.second}),1e3);setTimeout((function(){clearInterval(n),e.disabled=!1,e.second=60}),6e4)}else e.$tools.msg(i.msg)})).catch((function(t){})):e.$tools.msg(e.$t("tips.verifyEmailCorrect")):e.$tools.msg(e.$t("tips.verifyAccount"))},handlexieyi:function(){}}};e.default=i}).call(this,i("f3b9")["default"])},c22d:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","TrendPage"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","listC"),attrs:{_i:1}},[n("view",{class:t._$s(2,"c",[1==t.active?"active":""]),attrs:{_i:2},on:{click:function(e){return t.handleActive(1)}}},[t._v(t._$s(2,"t0-0",t._s(t.$t("chartsDay"))))]),n("view",{class:t._$s(3,"c",[2==t.active?"active":""]),attrs:{_i:3},on:{click:function(e){return t.handleActive(2)}}},[t._v(t._$s(3,"t0-0",t._s(t.$t("chartsMonth"))))]),n("view",{class:t._$s(4,"c",[3==t.active?"active":""]),attrs:{_i:4},on:{click:function(e){return t.handleActive(3)}}},[t._v(t._$s(4,"t0-0",t._s(t.$t("chartsYear"))))])]),n("view",{staticClass:t._$s(5,"sc","box"),attrs:{_i:5}},[n("view",{staticClass:t._$s(6,"sc","boxTime"),attrs:{_i:6}},[n("picker",{staticClass:t._$s(7,"sc","f-l"),attrs:{value:t._$s(7,"a-value",t.startDate),fields:t._$s(7,"a-fields",1==t.active?"day":2==t.active?"month":"year"),_i:7},on:{change:t.handStartTimeH}},[n("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.time))),n("uni-icons",{attrs:{type:"bottom",_i:9}})],1)])]),n("view",{staticClass:t._$s(10,"sc","boxLine"),attrs:{_i:10}},t._l(t._$s(11,"f",{forItems:t.weightList}),(function(e,s,a,r){return n("view",{key:t._$s(11,"f",{forIndex:a,key:"11-"+r}),staticClass:t._$s("11-"+r,"sc","line"),attrs:{_i:"11-"+r}},[t._$s("12-"+r,"i",e.line.categories.length)?n("view",[n("qiunDataCharts",{attrs:{type:"column",chartData:e.line,canvas2d:!0,canvasId:e.id,Width:340,Height:250,animation:!1,opts:{enableScroll:!0,xAxis:{scrollShow:!1,itemCount:3}},ontouch:!0,_i:"13-"+r}})],1):n("view",{staticClass:t._$s("14-"+r,"sc","line"),attrs:{_i:"14-"+r}},[n("view",{staticClass:t._$s("15-"+r,"sc","nolist"),attrs:{_i:"15-"+r}},[n("image",{attrs:{src:t._$s("16-"+r,"a-src",i("8ef2")),_i:"16-"+r}}),n("text",[t._v(t._$s("17-"+r,"t0-0",t._s(t.$t("index.none"))))])])])])})),0)])])},a=[]},c313:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.Calendar=void 0,e.addZero=u,e.checkDate=function(t){return t.match(/((19|20)\d{2})(-|\/)\d{1,2}(-|\/)\d{1,2}/g)},e.dateCompare=d,e.fixIosDateFormat=h,e.getDate=c,e.getDateTime=function(t,e){return"".concat(c(t)," ").concat(l(t,e))},e.getDefaultSecond=function(t){return t?"00:00":"00:00:00"},e.getTime=l;var s=n(i("af34")),a=n(i("67ad")),r=n(i("0bdb")),o=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.selected,n=e.startDate,s=e.endDate,r=e.range;(0,a.default)(this,t),this.date=this.getDateObj(new Date),this.selected=i||[],this.startDate=n,this.endDate=s,this.range=r,this.cleanMultipleStatus(),this.weeks={},this.lastHover=!1}return(0,r.default)(t,[{key:"setDate",value:function(t){var e=this.getDateObj(t);this.getWeeks(e.fullDate)}},{key:"cleanMultipleStatus",value:function(){this.multipleStatus={before:"",after:"",data:[]}}},{key:"setStartDate",value:function(t){this.startDate=t}},{key:"setEndDate",value:function(t){this.endDate=t}},{key:"getPreMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e-1);var i=t.getMonth();return 0!==e&&i-e===0&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getNextMonthObj",value:function(t){t=h(t),t=new Date(t);var e=t.getMonth();t.setMonth(e+1);var i=t.getMonth();return i-e>1&&t.setMonth(i-1),this.getDateObj(t)}},{key:"getDateObj",value:function(t){return t=h(t),t=new Date(t),{fullDate:c(t),year:t.getFullYear(),month:u(t.getMonth()+1),date:u(t.getDate()),day:t.getDay()}}},{key:"getPreMonthDays",value:function(t,e){for(var i=[],n=t-1;n>=0;n--){var s=e.month-1;i.push({date:new Date(e.year,s,-n).getDate(),month:s,disable:!0})}return i}},{key:"getCurrentMonthDays",value:function(t,e){for(var i=this,n=[],s=this.date.fullDate,a=function(t){var a="".concat(e.year,"-").concat(e.month,"-").concat(u(t)),r=s===a,o=i.selected&&i.selected.find((function(t){if(i.dateEqual(a,t.date))return t}));i.startDate&&d(i.startDate,a),i.endDate&&d(a,i.endDate);var c=i.multipleStatus.data,l=-1;i.range&&c&&(l=c.findIndex((function(t){return i.dateEqual(t,a)})));var f=-1!==l;n.push({fullDate:a,year:e.year,date:t,multiple:!!i.range&&f,beforeMultiple:i.isLogicBefore(a,i.multipleStatus.before,i.multipleStatus.after),afterMultiple:i.isLogicAfter(a,i.multipleStatus.before,i.multipleStatus.after),month:e.month,disable:i.startDate&&!d(i.startDate,a)||i.endDate&&!d(a,i.endDate),isToday:r,userChecked:!1,extraInfo:o})},r=1;r<=t;r++)a(r);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var i=[],n=e.month+1,s=1;s<=t;s++)i.push({date:s,month:n,disable:!0});return i}},{key:"getInfo",value:function(t){var e=this;return t||(t=new Date),this.calendar.find((function(i){return i.fullDate===e.getDateObj(t).fullDate}))}},{key:"dateEqual",value:function(t,e){return t=new Date(h(t)),e=new Date(h(e)),t.valueOf()===e.valueOf()}},{key:"isLogicBefore",value:function(t,e,i){var n=e;return e&&i&&(n=d(e,i)?e:i),this.dateEqual(n,t)}},{key:"isLogicAfter",value:function(t,e,i){var n=i;return e&&i&&(n=d(e,i)?i:e),this.dateEqual(n,t)}},{key:"geDateAll",value:function(t,e){var i=[],n=t.split("-"),s=e.split("-"),a=new Date;a.setFullYear(n[0],n[1]-1,n[2]);var r=new Date;r.setFullYear(s[0],s[1]-1,s[2]);for(var o=a.getTime()-864e5,c=r.getTime()-864e5,l=o;l<=c;)l+=864e5,i.push(this.getDateObj(new Date(parseInt(l))).fullDate);return i}},{key:"setMultiple",value:function(t){if(this.range){var e=this.multipleStatus,i=e.before,n=e.after;if(i&&n){if(!this.lastHover)return void(this.lastHover=!0);this.multipleStatus.before=t,this.multipleStatus.after="",this.multipleStatus.data=[],this.multipleStatus.fulldate="",this.lastHover=!1}else i?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before),this.lastHover=!0):(this.multipleStatus.before=t,this.multipleStatus.after=void 0,this.lastHover=!1);this.getWeeks(t)}}},{key:"setHoverMultiple",value:function(t){if(this.range&&!this.lastHover){var e=this.multipleStatus.before;e?(this.multipleStatus.after=t,d(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before)):this.multipleStatus.before=t,this.getWeeks(t)}}},{key:"setDefaultMultiple",value:function(t,e){this.multipleStatus.before=t,this.multipleStatus.after=e,t&&e&&(d(t,e)?(this.multipleStatus.data=this.geDateAll(t,e),this.getWeeks(e)):(this.multipleStatus.data=this.geDateAll(e,t),this.getWeeks(t)))}},{key:"getWeeks",value:function(t){for(var e=this.getDateObj(t),i=e.year,n=e.month,a=new Date(i,n-1,1).getDay(),r=this.getPreMonthDays(a,this.getDateObj(t)),o=new Date(i,n,0).getDate(),c=this.getCurrentMonthDays(o,this.getDateObj(t)),l=42-a-o,u=this._getNextMonthDays(l,this.getDateObj(t)),d=[].concat((0,s.default)(r),(0,s.default)(c),(0,s.default)(u)),f=new Array(6),h=0;h=t.lastPage)?n("view",{staticClass:t._$s(10,"sc","endtext"),attrs:{_i:10}},[t._v(t._$s(10,"t0-0",t._s(t.$t("tips.msgBottom"))))]):t._e()],2):t._e(),t._$s(11,"i",!t.lastPage)?n("view",{staticClass:t._$s(11,"sc","nolist"),attrs:{_i:11}},[n("image",{attrs:{src:t._$s(12,"a-src",i("8ef2")),_i:12}}),n("text",[t._v(t._$s(13,"t0-0",t._s(t.$t("index.none"))))])]):t._e()],1)},a=[]},c456:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{phone:"",code:"",password:"",disabled:!1,second:60,value:0,isCode:!0,loginCode:"",Islanguage:!1,language:"",nowlanguage:"",componentKey:1}},computed:function(t){for(var e=1;e2&&(this.isActive.splice(0,1),this.ActiveDays.splice(0,1))},handlePK:function(){if(2==this.isActive.length){var e={};e.type=this.acd_id,e.before_id=this.isActive[0],e.after_id=this.isActive[1],t("log","1111",e,this.isActive," at pageTwo/PublicCards/contrast.vue:175"),uni.navigateTo({url:"/pageTwo/compk/pkdetail?info="+JSON.stringify(e)})}else this.$tools.msg(this.$t("tips.verifyBontrast"))},handleActive:function(t,e){var i=this;i.active=e,i.labelName=t,i.startM=i.$tools.getDate("m").substring(0,10),i.endM=i.$tools.getDate("m").substring(11,21),i.list=[],i.infoList=[],i.markDays=[],i.isActive=[],i.ActiveDays=[],i.$nextTick((function(){i.isShow=!0,i.getList(i.startM,i.endM)}))}}};e.default=l}).call(this,i("f3b9")["default"])},c651:function(t,e,i){"use strict";i.r(e);var n=i("f52d"),s=i("4897");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"2183533c",null,!1,n["a"],void 0);e["default"]=o.exports},c6c6:function(t,e,i){"use strict";i.r(e);var n=i("c86f"),s=i("7dd5");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"62eb173a",null,!1,n["a"],void 0);e["default"]=o.exports},c76d:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e0)?i("text",[t._v(t._$s(15,"t0-0",t._s(t.$t("contrast.weightdiffAugment"))))]):i("text",[t._v(t._$s(16,"t0-0",t._s(t.$t("contrast.weightdiff"))))])]),i("view",{staticClass:t._$s(17,"sc","item"),attrs:{_i:17}},[i("view",[t._v(t._$s(18,"t0-0",t._s(t.memInfo.fat_wdiff?Math.abs(t.memInfo.fat_wdiff):0)))]),t._$s(19,"i",Number(t.memInfo.fat_wdiff)>0)?i("text",[t._v(t._$s(19,"t0-0",t._s(t.$t("contrast.fatWdiffAugment"))))]):i("text",[t._v(t._$s(20,"t0-0",t._s(t.$t("contrast.fatWdiff"))))])]),i("view",{staticClass:t._$s(21,"sc","time"),attrs:{_i:21}},[i("view",[i("uni-icons",{staticClass:t._$s(23,"sc","t-icon t-icon-shijian-mianxing-0"),attrs:{_i:23}}),t._v(t._$s(22,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(21,"t1-0",t._s(t.$t("contrast.changeData"))))])]):i("view",{staticClass:t._$s(24,"sc","boxTime"),attrs:{_i:24}},[i("view",{staticClass:t._$s(25,"sc"," mt-10 mb-10"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$s(26,"sc","t-icon t-icon-shijian-mianxing-0 mr-10 size18"),attrs:{_i:26}}),t._v(t._$s(25,"t1-0",t._s(t.memInfo.time)))],1),t._v(t._$s(24,"t1-0",t._s(t.$t("contrast.changeData"))))]),i("view",{staticClass:t._$s(27,"sc","control"),attrs:{_i:27}},[i("view",{staticClass:t._$s(28,"sc","title"),attrs:{_i:28}},[i("view",{staticClass:t._$s(29,"sc","name"),attrs:{_i:29}}),i("view",[t._v(t._$s(30,"t0-0",t._s(t.$t("contrast.trend"))))]),i("view",[t._v(t._$s(31,"t0-0",t._s(t.$t("contrast.before"))))]),i("view",[t._v(t._$s(32,"t0-0",t._s(t.$t("contrast.after"))))])]),t._l(t._$s(33,"f",{forItems:t.listStr}),(function(e,n,s,a){return i("view",{key:t._$s(33,"f",{forIndex:s,key:n}),staticClass:t._$s("33-"+a,"sc","li"),attrs:{_i:"33-"+a}},[i("view",{staticClass:t._$s("34-"+a,"sc","name"),attrs:{_i:"34-"+a}},[i("text",[t._v(t._$s("35-"+a,"t0-0",t._s(e.title)))])]),i("view",{staticClass:t._$s("36-"+a,"sc","num"),attrs:{_i:"36-"+a}},[t._$s("37-"+a,"i",0!=e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("text",[t._v(t._$s("37-"+a,"t0-0",t._s(6!=t.acd_id?Math.abs(e.diffval):e.diffval)))]):t._e(),t._$s("38-"+a,"i",Number(e.diffval)>0)?i("icon",{staticClass:t._$s("38-"+a,"sc","t-icon t-icon-shang"),attrs:{_i:"38-"+a}}):t._e(),t._$s("39-"+a,"i",Number(e.diffval)<0)?i("icon",{staticClass:t._$s("39-"+a,"sc","t-icon t-icon-xia"),attrs:{_i:"39-"+a}}):t._e(),t._$s("40-"+a,"i",!e.diffval||"0.00"==e.diffval||"00:00:00"==e.diffval)?i("icon",{staticClass:t._$s("40-"+a,"sc","t-icon t-icon-hengxian"),attrs:{_i:"40-"+a}}):t._e()]),i("view",{staticClass:t._$s("41-"+a,"sc","f"),attrs:{_i:"41-"+a}},[i("view",[t._v(t._$s("42-"+a,"t0-0",t._s(e.firstresult?e.firstresult.value:"-")))]),i("text",[t._v(t._$s("43-"+a,"t0-0",t._s(e.firstresult.level)))])]),i("view",{staticClass:t._$s("44-"+a,"sc","f"),attrs:{_i:"44-"+a}},[i("view",[t._v(t._$s("45-"+a,"t0-0",t._s(e.secondresult?e.secondresult.value:"-")))]),i("text",[t._v(t._$s("46-"+a,"t0-0",t._s(e.secondresult.level)))])])])}))],2)])},a=[]},c8f7:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$s(0,"i",t.isFirst)?i("view",{staticClass:t._$s(0,"sc","wrapper wrapperbg"),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1},on:{click:t.onTap}},[i("view",{staticClass:t._$s(2,"sc","edit"),attrs:{_i:2},on:{click:function(t){t.stopPropagation()}}},[i("view",{staticClass:t._$s(3,"sc","title"),attrs:{_i:3}},[t._v(t._$s(3,"t0-0",t._s(1==t.type?t.$t("body.target_weight"):t.$t("body.initial_weight"))))]),t._$s(4,"i",1!=t.type)?i("view",{staticClass:t._$s(4,"sc","editem"),attrs:{_i:4},on:{click:t.hideKeyboard}},[i("view",{staticClass:t._$s(5,"sc","name"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.$t("common.titleDate"))))]),i("view",{staticClass:t._$s(6,"sc","right"),attrs:{_i:6}},[i("picker",{attrs:{end:t._$s(7,"a-end",t.endDate),fields:t._$s(7,"a-fields",t.fields),_i:7},on:{change:t.changeLog}},[i("view",{staticClass:t._$s(8,"sc","uni-input"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.regTime?t.regTime:t.$t("tips.verifyPicker"))))]),i("icon",{staticClass:t._$s(9,"sc","iconfont icon-arrow-down-bold"),attrs:{_i:9}})])])]):t._e(),i("view",{staticClass:t._$s(10,"sc","editem"),attrs:{_i:10}},[i("view",{staticClass:t._$s(11,"sc","name"),attrs:{_i:11}},[t._v(t._$s(11,"t0-0",t._s(t.$t("common.infoWeight"))))]),i("view",{staticClass:t._$s(12,"sc","right"),attrs:{_i:12}},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.weight,expression:"weight"}],attrs:{placeholder:t._$s(13,"a-placeholder",t.$t("tips.verifyRecord")),_i:13},domProps:{value:t._$s(13,"v-model",t.weight)},on:{input:function(e){e.target.composing||(t.weight=e.target.value)}}})])]),i("view",{staticClass:t._$s(14,"sc","btn close"),attrs:{_i:14},on:{click:function(e){return t.onTap()}}},[t._v(t._$s(14,"t0-0",t._s(t.$t("tips.btnSancellation"))))]),i("view",{staticClass:t._$s(15,"sc","btn"),attrs:{_i:15},on:{click:t.handleTarget}},[t._v(t._$s(15,"t0-0",t._s(t.$t("tips.btnConfirm"))))])])])]):t._e()},s=[]},ca9c:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","bg"),attrs:{_i:1}}),n("view",{staticClass:t._$s(2,"sc","language"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","nowlanguage"),attrs:{_i:3},on:{click:function(e){t.Islanguage=!t.Islanguage}}},[t._v(t._$s(3,"t0-0",t._s(t.nowlanguage))),n("uni-icons",{attrs:{type:"down",size:"18",_i:4}})],1),t._$s(5,"i",t.Islanguage)?n("view",{staticClass:t._$s(5,"sc","languageList"),attrs:{_i:5}},t._l(t._$s(6,"f",{forItems:t.languageList}),(function(e,s,a,r){return n("view",{key:t._$s(6,"f",{forIndex:a,key:"6-"+r}),staticClass:t._$s("6-"+r,"sc","item"),class:t._$s("6-"+r,"c",[t.nowlanguage==e.value?"active":""]),attrs:{_i:"6-"+r},on:{click:function(i){return t.handleSetlanguage(e)}}},[t._v(t._$s("6-"+r,"t0-0",t._s(e.value))),t._$s("7-"+r,"i",t.nowlanguage==e.value)?n("image",{attrs:{src:t._$s("7-"+r,"a-src",i("953e")),_i:"7-"+r}}):t._e()])})),0):t._e()]),n("view",{staticClass:t._$s(8,"sc","top"),attrs:{_i:8}},[n("image",{attrs:{src:t._$s(9,"a-src",i("1e52")),_i:9}}),n("text")]),n("view",{staticClass:t._$s(11,"sc","login box_shadow"),attrs:{_i:11}},[n("view",{staticClass:t._$s(12,"sc","title"),attrs:{_i:12}},[t._v(t._$s(12,"t0-0",t._s(t.$t("common.titleLogin"))))]),n("view",{staticClass:t._$s(13,"sc","toggle cblue"),attrs:{_i:13},on:{click:t.handleToggle}},[t._v(t._$s(13,"t0-0",t._s(t.$t("common.titleToggleLogin"))))]),n("view",{staticClass:t._$s(14,"sc","editem"),attrs:{_i:14}},[n("view",{staticClass:t._$s(15,"sc","item"),attrs:{_i:15}},[n("view",{staticClass:t._$s(16,"sc","text"),attrs:{_i:16}},[t._v(t._$s(16,"t0-0",t._s("zh-Hans"==t.language?t.$t("common.titleAccountText"):t.$t("common.infoEmail"))))]),n("view",{staticClass:t._$s(17,"sc","input"),attrs:{_i:17}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.phone,expression:"phone"}],attrs:{placeholder:t._$s(18,"a-placeholder",t.$t("tips.verifyRecord")),_i:18},domProps:{value:t._$s(18,"v-model",t.phone)},on:{input:function(e){e.target.composing||(t.phone=e.target.value)}}})])]),t._$s(19,"i",t.isCode)?n("view",{staticClass:t._$s(19,"sc","item "),attrs:{_i:19}},[n("view",{staticClass:t._$s(20,"sc","text"),attrs:{_i:20}},[t._v(t._$s(20,"t0-0",t._s(t.$t("common.titleCode"))))]),n("view",{staticClass:t._$s(21,"sc","input yanzhengma"),attrs:{_i:21}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.code,expression:"code"}],staticClass:t._$s(22,"sc","uni-input"),attrs:{placeholder:t._$s(22,"a-placeholder",t.$t("common.titleCode")),_i:22},domProps:{value:t._$s(22,"v-model",t.code)},on:{input:function(e){e.target.composing||(t.code=e.target.value)}}}),n("button",{staticClass:t._$s(23,"sc","code"),attrs:{disabled:t._$s(23,"a-disabled",t.disabled),_i:23},on:{click:t.handleCode},model:{value:t._$s(23,"v-model",t.code),callback:function(e){t.code=e},expression:"code"}},[t._v(t._$s(23,"t0-0",t._s(t.second<60?t.second:t.$t("common.titleSendCode"))))])])]):n("view",{staticClass:t._$s(24,"sc","item "),attrs:{_i:24}},[n("view",{staticClass:t._$s(25,"sc","text"),attrs:{_i:25}},[t._v(t._$s(25,"t0-0",t._s(t.$t("common.titlePassword"))))]),n("view",{staticClass:t._$s(26,"sc","input"),attrs:{_i:26}},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.password,expression:"password"}],staticClass:t._$s(27,"sc","uni-input"),attrs:{placeholder:t._$s(27,"a-placeholder",t.$t("common.titlePassword")),_i:27},domProps:{value:t._$s(27,"v-model",t.password)},on:{input:function(e){e.target.composing||(t.password=e.target.value)}}})])]),t._$s(28,"i",!t.isCode)?n("view",{staticClass:t._$s(28,"sc","forget "),attrs:{_i:28}},[n("text",{attrs:{_i:29},on:{click:function(e){return t.handlePassword("forgetPassword")}}},[t._v(t._$s(29,"t0-0",t._s(t.$t("common.titleForgotPassword"))))])]):t._e()]),n("view",{staticClass:t._$s(30,"sc","xieyi"),attrs:{_i:30}},[n("checkbox-group",{staticClass:t._$s(31,"sc","group"),attrs:{_i:31},on:{change:t.checkboxChange}},[n("label",[n("checkbox",{attrs:{_i:33}}),t._v(t._$s(32,"t1-0",t._s(t.$t("common.titleAgreementText")))),n("text",{staticClass:t._$s(34,"sc","blue"),attrs:{_i:34},on:{click:[function(t){t.stopPropagation()},t.handlexieyi]}},[t._v(t._$s(34,"t0-0",t._s(t.$t("common.titleAgreementContntText"))))])])])]),n("view",{staticClass:t._$s(35,"sc","btnlogin"),attrs:{_i:35},on:{click:t.handleTelLogin}},[t._v(t._$s(35,"t0-0",t._s(t.$t("common.titleLogin"))))]),n("view",{staticClass:t._$s(36,"sc","btngroup"),attrs:{_i:36},on:{click:function(e){return t.handlePassword("register")}}},[n("text",[t._v(t._$s(37,"t0-0",t._s(t.$t("common.titleRegister"))))])])])])},a=[]},cad7:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("755a")),a=n(i("0383")),r=n(i("9269")),o={en:s.default,"zh-Hans":a.default,"zh-Hant":r.default};e.default=o},cb15:function(t,e,i){"use strict";i.r(e);var n=i("19aa"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},ccd8:function(t,e,i){"use strict";i.r(e);var n=i("293b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},cd61:function(t,e,i){"use strict";i.r(e);var n=i("55dd"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},cdfd:function(t,e,i){"use strict";i.r(e);var n=i("050e"),s=i("b1e6");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"51516f44",null,!1,n["a"],void 0);e["default"]=o.exports},cefb:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={pages:[{path:"pages/home/home",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/skip",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/skiping/charts",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"pages/lunging/vitalcapacity",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50,navigationBarBackgroundColor:"#000000",backgroundColor:"#000000"}},{path:"pages/lunging/charts",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"pages/my/me",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/score/score",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/PublicCards/PublicCards",style:{navigationBarTitleText:""}},{path:"pages/body/body",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"pages/zixun/list",style:{navigationBarTitleText:""}}],subPackages:[{root:"pageTwo",pages:[{path:"history/history",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"history/historyDetail",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"compk/contrast",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"compk/pkdetail",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"cardList/card",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"business/business",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"business/addDevice",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"business/search",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"score/history",style:{navigationBarTitleText:"\u5386\u53f2",enablePullDownRefresh:!1}},{path:"score/report",style:{navigationBarTitleText:"\u8bb0\u5f55",enablePullDownRefresh:!1}},{path:"my/manage",style:{navigationBarTitleText:"",enablePullDownRefresh:!0,onReachBottomDistance:50}},{path:"message/list",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"my/userInfo",style:{navigationBarTitleText:""}},{path:"login/forgetPassword",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"login/login",style:{navigationBarTitleText:"",enablePullDownRefresh:!1,navigationStyle:"custom"}},{path:"my/about",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/setting",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/password",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/email",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"setting/phone",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/search",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/G02",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCV02",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCT01",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/B20",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"devices/PCL22S",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/notepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"notepad/addNotepad",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"PublicCards/charts",style:{navigationBarTitleText:"\u8fd0\u52a8\u66f2\u7ebf"}},{path:"PublicCards/history",style:{navigationBarTitleText:"\u5386\u53f2\u8bb0\u5f55"}},{path:"PublicCards/contrast",style:{navigationBarTitleText:"\u6570\u636e\u5bf9\u6bd4"}},{path:"PublicCards/pkdetail",style:{navigationBarTitleText:"\u5bf9\u6bd4\u8be6\u60c5"}},{path:"home/inheritHeighet",style:{navigationBarTitleText:""}},{path:"home/bmi",style:{navigationBarTitleText:""}},{path:"home/childPK",style:{navigationBarTitleText:""}},{path:"webview/webview",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}}]}],globalStyle:{navigationBarTextStyle:"white",navigationBarTitleText:"",navigationBarBackgroundColor:"#37cc92",backgroundColor:"#fff"},tabBar:{color:"#333",fontSize:"14px",selectedColor:"#37cc92",backgroundColor:"#fff",list:[{pagePath:"pages/home/home",iconPath:"static/shou.png",selectedIconPath:"static/shou2.png"},{pagePath:"pages/zixun/list",iconPath:"static/ping.png",selectedIconPath:"static/ping2.png"},{pagePath:"pages/my/me",iconPath:"static/wo.png",selectedIconPath:"static/wo2.png"}]},uniIdRouter:{}}},cf00:function(t){t.exports=JSON.parse('{"index.title":"Hello i18n","index.home":"\u4e3b\u9801","index.component":"\u7d44\u4ef6","index.api":"API","index.schema":"Schema","index.demo":"uni-app \u570b\u969b\u5316\u6f14\u793a","index.demo-description":"\u5305\u542b uni-framework\u3001manifest.json\u3001pages.json\u3001tabbar\u3001\u9801\u9762\u3001\u7d44\u4ef6\u3001API\u3001Schema","index.detail":"\u8a73\u60c5","index.language":"\u8a9e\u8a00","index.language-info":"\u8a9e\u8a00\u4fe1\u606f","index.system-language":"\u7cfb\u7d71\u8a9e\u8a00","index.application-language":"\u61c9\u7528\u8a9e\u8a00","index.language-change-confirm":"\u61c9\u7528\u6b64\u8a2d\u7f6e\u5c07\u91cd\u555fApp"}')},d26b:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o={data:function(){return{page:1,fimages:[],lastPage:"",labelList:[],active:0,list:[]}},computed:function(t){for(var e=1;e=this.lastPage?uni.showToast({title:this.$t("tips.msgNoMoreData"),icon:"none"}):(this.page++,this.handleContentMsg())},methods:{handleContentMsg:function(){var e=this;e.$model.getContentMsg({type:e.active,sector_id:1,page:e.page}).then((function(i){t("log","\u8d44\u8baf",i," at pages/zixun/list.vue:89"),0==i.code&&(e.list=e.list.concat(i.data.content_data))}))},handleContentLabel:function(){var e=this;e.$model.getContentLabel({}).then((function(i){t("log","\u6807\u7b7e\u7c7b\u522b\u4fe1\u606f",i," at pages/zixun/list.vue:98"),0==i.code&&(e.labelList=i.data[0].list,e.fimages=i.data[0].loop_data,e.handleContentMsg())}))},handleactive:function(t){this.active=t,this.page=1,this.list=[],this.handleContentMsg()},detail:function(t){this.$tools.NewsPtype(t)},handleActive:function(t,e){var i=this;i.$tools.NewsPtype(t),setTimeout((function(){i.list[e].reading++}),2e3)}}};e.default=o}).call(this,i("f3b9")["default"])},d2c1:function(t,e,i){"use strict";i.r(e);var n=i("f9ca"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},d3b4:function(t,i,n){"use strict";(function(t){var s=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.LOCALE_ZH_HANT=i.LOCALE_ZH_HANS=i.LOCALE_FR=i.LOCALE_ES=i.LOCALE_EN=i.I18n=i.Formatter=void 0,i.compileI18nJsonStr=function(t,i){var n=i.locale,s=i.locales,a=i.delimiters;if(!k(t,a))return t;$||($=new d);var r=[];Object.keys(s).forEach((function(t){t!==n&&r.push({locale:t,values:s[t]})})),r.unshift({locale:n,values:s[n]});try{return JSON.stringify(S(JSON.parse(t),r,a),null,2)}catch(e){}return t},i.hasI18nJson=function t(e,i){$||($=new d);return D(e,(function(e,n){var s=e[n];return C(s)?!!k(s,i)||void 0:t(s,i)}))},i.initVueI18n=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0;if("string"!==typeof t){var s=[e,t];t=s[0],e=s[1]}"string"!==typeof t&&(t=x());"string"!==typeof i&&(i="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var a=new b({locale:t,fallbackLocale:i,messages:e,watcher:n}),r=function(t,e){if("function"!==typeof getApp)r=function(t,e){return a.t(t,e)};else{var i=!1;r=function(t,e){var n=getApp().$vm;return n&&(n.$locale,i||(i=!0,w(n,a))),a.t(t,e)}}return r(t,e)};return{i18n:a,f:function(t,e,i){return a.f(t,e,i)},t:function(t,e){return r(t,e)},add:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return a.add(t,e,i)},watch:function(t){return a.watchLocale(t)},getLocale:function(){return a.getLocale()},setLocale:function(t){return a.setLocale(t)}}},i.isI18nStr=k,i.isString=void 0,i.normalizeLocale=y,i.parseI18nJson=function t(e,i,n){$||($=new d);return D(e,(function(e,s){var a=e[s];C(a)?k(a,n)&&(e[s]=T(a,i,n)):t(a,i,n)})),e},i.resolveLocale=function(t){return function(e){return e?(e=y(e)||e,function(t){var e=[],i=t.split("-");while(i.length)e.push(i.join("-")),i.pop();return e}(e).find((function(e){return t.indexOf(e)>-1}))):e}};var a=s(n("34cf")),r=s(n("67ad")),o=s(n("0bdb")),c=s(n("3b2d")),l=function(t){return null!==t&&"object"===(0,c.default)(t)},u=["{","}"],d=function(){function t(){(0,r.default)(this,t),this._caches=Object.create(null)}return(0,o.default)(t,[{key:"interpolate",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!e)return[t];var n=this._caches[t];return n||(n=p(t,i),this._caches[t]=n),v(n,e)}}]),t}();i.Formatter=d;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(t,e){var i=(0,a.default)(e,2),n=i[0],s=i[1],r=[],o=0,c="";while(o-1?"zh-Hans":t.indexOf("-hant")>-1||function(t,e){return!!e.find((function(e){return-1!==t.indexOf(e)}))}(t,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var i=["en","fr","es"];e&&Object.keys(e).length>0&&(i=Object.keys(e));var n=function(t,e){return e.find((function(e){return 0===t.indexOf(e)}))}(t,i);return n||void 0}}var b=function(){function t(e){var i=e.locale,n=e.fallbackLocale,s=e.messages,a=e.watcher,o=e.formater;(0,r.default)(this,t),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],n&&(this.fallbackLocale=n),this.formater=o||m,this.messages=s||{},this.setLocale(i||"en"),a&&this.watchLocale(a)}return(0,o.default)(t,[{key:"setLocale",value:function(t){var e=this,i=this.locale;this.locale=y(t,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],i!==this.locale&&this.watchers.forEach((function(t){t(e.locale,i)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(t){var e=this,i=this.watchers.push(t)-1;return function(){e.watchers.splice(i,1)}}},{key:"add",value:function(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=this.messages[t];n?i?Object.assign(n,e):Object.keys(e).forEach((function(t){_(n,t)||(n[t]=e[t])})):this.messages[t]=e}},{key:"f",value:function(t,e,i){return this.formater.interpolate(t,e,i).join("")}},{key:"t",value:function(t,e,i){var n=this.message;return"string"===typeof e?(e=y(e,this.messages),e&&(n=this.messages[e])):i=e,_(n,t)?this.formater.interpolate(n[t],i).join(""):(console.warn("Cannot translate the value of keypath ".concat(t,". Use the value of keypath as default.")),t)}}]),t}();function w(t,e){t.$watchLocale?t.$watchLocale((function(t){e.setLocale(t)})):t.$watch((function(){return t.$locale}),(function(t){e.setLocale(t)}))}function x(){return"undefined"!==typeof uni&&uni.getLocale?uni.getLocale():"undefined"!==typeof t&&t.getLocale?t.getLocale():"en"}i.I18n=b;var $,C=function(t){return"string"===typeof t};function k(t,e){return t.indexOf(e[0])>-1}function T(t,e,i){return $.interpolate(t,e,i).join("")}function S(t,e,i){return D(t,(function(t,n){(function(t,e,i,n){var s=t[e];if(C(s)){if(k(s,n)&&(t[e]=T(s,i[0].values,n),i.length>1)){var a=t[e+"Locales"]={};i.forEach((function(t){a[t.locale]=T(s,t.values,n)}))}}else S(s,i,n)})(t,n,e,i)})),t}function D(t,e){if(Array.isArray(t)){for(var i=0;i=2&&(-1==n.isActiveList.indexOf(e.name)?n.isActiveList.push(e.name):n.isActiveList.splice(n.isActiveList.indexOf(e.name),1),n.isActiveList.length>2&&n.isActiveList.splice(0,1),t.list.forEach((function(t){t.choice_state=0,n.isActiveList.forEach((function(e){t.name==e&&(t.choice_state=1)}))})))},bindTimeChange:function(t,e){var i=t.target.value[0],n=t.target.value[1];e.value=this.timeList[0][i].substring(0,2)+":"+this.timeList[1][n].substring(0,2)},handleTips:function(t){null!=t&&""!=t&&uni.showToast({title:t,duration:4e3,icon:"none"})},handleSportsList:function(){var e=this;e.$model.getSportsList({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),address:e.address}).then((function(i){t("log","\u5355\u5730\u533a",i," at pages/score/score.vue:364"),0==i.code&&(e.sportsList=i.data.list)}))},handleValue:function(t){t.value=""},handlescore:function(){var e=this;e.familayList.length?(t("log","selectllist",e.selectllist," at pages/score/score.vue:379"),e.selectllist.forEach((function(t){t.list.forEach((function(t){t.list.forEach((function(t){t.value=""==t.value?"0":t.value}))}))})),e.$model.getSportsData({aud_id:uni.getStorageSync("userid"),gender:uni.getStorageSync("gender"),parameter_data:e.address,result_data:e.selectllist}).then((function(i){t("log","\u5f00\u59cb\u4f30\u5206",i," at pages/score/score.vue:393"),0==i.code?(e.isSports=!0,e.isresult=!0,e.selectllist=i.data.list,e.score=i.data.total_score,e.Max_score=i.data.max_score,e.chartData.series[0].data=Number(i.data.total_score)/i.data.max_score):e.$tools.msg(i.msg)}))):e.$tools.msg("\u8bf7\u5148\u6dfb\u52a0\u6210\u5458")},handleHistory:function(e){var i=this;i.List=[],i.region_list=e,i.sportsList.forEach((function(t){t.key==e.key&&(i.List=t.list,i.choice=e.is_choice)})),t("log","\u6dfb\u52a0\u9879\u76ee",e," at pages/score/score.vue:417"),i.isDrawe=!0},toggle:function(e){if(1!=this.choice){if(-1==this.isActiveNameList.indexOf(e.name))this.isActiveNameList.push(e.name),this.isActiveList.push(e);else for(var i=0;ithis.choice&&(this.isActiveList.splice(0,1),this.isActiveNameList.splice(0,1)),t("log","isActiveList",e.name,this.isActiveList,this.region_list.list," at pages/score/score.vue:449")}else this.isActive=this.isActive.name==e.name?{}:e},handleTarget:function(){var t=this;t.selectllist.forEach((function(e){e.list.forEach((function(e){e.key==t.region_list.key&&(e.list=[])}))})),1==t.choice?0!=Object.keys(t.isActive).length&&t.region_list.list.push(t.isActive):t.region_list.list=t.isActiveList,t.isDrawe=!1},onTap:function(){var e=this;1==e.choice&&0==Object.keys(e.isActive).length&&(e.region_list.list=[],e.selectllist.forEach((function(t){t.list.forEach((function(t){t.key==e.region_list.key&&(t.list=[])}))}))),e.isDrawe=!1,t("log","\u53d6\u6d88",Object.keys(e.isActive).length,this.isActive," at pages/score/score.vue:487")},navTo:function(t){uni.navigateTo({url:t})}}};e.default=d}).call(this,i("f3b9")["default"])},e589:function(t,i,n){"use strict";(function(t){var s=n("47a9");Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var a=s(n("34cf")),r=s(n("3b2d")),o={version:"v2.5.0-20230101",yAxisWidth:15,xAxisHeight:22,padding:[10,10,10,10],rotate:!1,fontSize:13,fontColor:"#666666",dataPointShape:["circle","circle","circle","circle"],color:["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],linearColor:["#0EE2F8","#2BDCA8","#FA7D8D","#EB88E2","#2AE3A0","#0EE2F8","#EB88E2","#6773E3","#F78A85"],pieChartLinePadding:15,pieChartTextPadding:5,titleFontSize:20,subtitleFontSize:15,radarLabelTextMargin:13},c=function(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),n=1;nt.end.x||e.end.xt.start.y||e.start.y1&&(s.extra.mount.widthRatio>2&&(s.extra.mount.widthRatio=2),r+=(s.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",s.xAxis.scrollPosition="left"):Math.abs(e)>=r-a?(o=a-r,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",s.xAxis.scrollPosition="right"):(t.scrollOption.position=e,s.xAxis.scrollPosition=e),o}function h(t,e,i){function n(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=n(t),e=n(e),i=n(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function n(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var s=.2,a=.2,r=null,o=null,c=null,l=null;if(e<1?(r=t[0].x+(t[1].x-t[0].x)*s,o=t[0].y+(t[1].y-t[0].y)*s):(r=t[e].x+(t[e+1].x-t[e-1].x)*s,o=t[e].y+(t[e+1].y-t[e-1].y)*s),e>t.length-3){var u=t.length-1;c=t[u].x-(t[u].x-t[u-1].x)*a,l=t[u].y-(t[u].y-t[u-1].y)*a}else c=t[e+1].x-(t[e+2].x-t[e].x)*a,l=t[e+1].y-(t[e+2].y-t[e].y)*a;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),n(t,e+1)&&(c=t[e+1].x),n(t,e)&&(r=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(r>=Math.max(t[e].x,t[e+1].x)||r<=Math.min(t[e].x,t[e+1].x))&&(r=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:r,y:o},ctrB:{x:c,y:l}}}function v(t,e,i){return{x:i.x+t,y:i.y-e}}function g(t,e){if(e)while(l.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function _(t,e,i){for(var n=0,s=0;s=1e4?1e3:n>=1e3?100:n>=100?10:n>=10?5:n>=1?1:n>=.1?.1:n>=.01?.01:n>=.001?.001:n>=1e-4?1e-4:n>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var n=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var s=0;s-1;if(a)for(var r=O(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},r=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(n.length>0){for(var c=[],l=0;l0&&(n=s[i]),{text:a.formatter?a.formatter(t,n,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:d,offset:f}}function D(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,r=t.map((function(t){return{text:s.formatter?s.formatter(t,n[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));r=r.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(a),y:0};return{textList:r,offset:o}}function P(t,e,i,n,s,a){var r=i.chartData.calPoints,o=a.color.upFill,c=a.color.downFill,l=[o,o,c,o],u=[];e.map((function(e){0==n?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[n-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function L(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function I(t,e){var i=[],n=[];return t.forEach((function(t,s){e.connectNulls?null!==t&&n.push(t):null!==t?n.push(t):(n.length&&i.push(n),n=[])})),n.length&&i.push(n),i}function M(t,e,i,n,s){var a={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},r=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var n=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(n),r,s)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){a.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(a.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;s="stack"==n?x(t,e.categories.length):w(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),a>-1?("number"===typeof e.xAxis.data[a].min&&(c=Math.min(e.xAxis.data[a].min,c)),"number"===typeof e.xAxis.data[a].max&&(l=Math.max(e.xAxis.data[a].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var u=l||10;l+=u}for(var d=c,f=l,h=[],p=(f-d)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)h.push(d+p*v);return h}(t,e,i,s.type),a.rangesFormat=a.ranges.map((function(t){return t=l.toFixed(t,2),t}));var o=a.ranges.map((function(t){return t=l.toFixed(t,2),t}));a=Object.assign(a,Y(o,e,i));a.eachSpacing,o.map((function(t){return b(t,e.xAxis.fontSize*e.pix,n)}));return!0===e.xAxis.disabled&&(a.xAxisHeight=0),a}function j(t,e,i,n,s){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,r=s.extra.radar||{};r.max=r.max||0;for(var o=Math.max(r.max,Math.max.apply(null,w(n))),c=[],l=function(s){var r=n[s],l={};l.color=r.color,l.legendShape=r.legendShape,l.pointShape=r.pointShape,l.data=[],r.data.forEach((function(n,s){var r={};r.angle=t[s],r.proportion=n/o,r.value=n,r.position=v(i*r.proportion*a*Math.cos(r.angle),i*r.proportion*a*Math.sin(r.angle),e),l.data.push(r)})),c.push(l)},u=0;u2&&void 0!==arguments[2]?arguments[2]:1,n=0,s=0,a=0;a4&&void 0!==arguments[4]?arguments[4]:1,a=0;a4&&void 0!==arguments[4]?arguments[4]:1,a=0,r=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(s._proportion_=s._proportion_%2)}return t}function U(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var n=0;n=2&&(s._proportion_=s._proportion_%2)}return t}function H(t,e,i){var n;n=i=2&&(t[a]._endAngle_=t[a]._endAngle_%2),s=t[a]._endAngle_;return t}function z(t,e,i){for(var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,s=0;s=i.oldData?a._proportion_=(a._endAngle_-a._oldAngle_)*n+i.oldAngle:a._proportion_=a._oldAngle_-(a._oldAngle_-a._endAngle_)*n,a._proportion_>=2&&(a._proportion_=a._proportion_%2)}return t}function W(t,e,i,n,s,a){return t.map((function(t){if(null===t)return null;var s=0,r=0;return"mix"==a.type?(s=a.extra.mix.column.seriesGap*a.pix||0,r=a.extra.mix.column.categoryGap*a.pix||0):(s=a.extra.column.seriesGap*a.pix||0,r=a.extra.column.categoryGap*a.pix||0),s=Math.min(s,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-s*(i-1))/i),a.extra.mix&&a.extra.mix.column.width&&+a.extra.mix.column.width>0&&(t.width=Math.min(t.width,+a.extra.mix.column.width*a.pix)),a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(t.width=Math.min(t.width,+a.extra.column.width*a.pix)),t.width<=0&&(t.width=1),t.x+=(n+.5-i/2)*(t.width+s),t}))}function V(t,e,i,n,s,a){return t.map((function(t){if(null===t)return null;var s=0,r=0;return s=a.extra.bar.seriesGap*a.pix||0,r=a.extra.bar.categoryGap*a.pix||0,s=Math.min(s,e/i),r=Math.min(r,e/i),t.width=Math.ceil((e-2*r-s*(i-1))/i),a.extra.bar&&a.extra.bar.width&&+a.extra.bar.width>0&&(t.width=Math.min(t.width,+a.extra.bar.width*a.pix)),t.width<=0&&(t.width=1),t.y+=(n+.5-i/2)*(t.width+s),t}))}function q(t,e,i,n,s,a,r){var o=a.extra.column.categoryGap*a.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(t.width=Math.min(t.width,+a.extra.column.width*a.pix)),n>0&&(t.width-=r),t)}))}function G(t,e,i,n,s,a,r){var o=a.extra.column.categoryGap*a.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(t.width=Math.min(t.width,+a.extra.column.width*a.pix)),t.width<=0&&(t.width=1),t)}))}function J(t,e,i,n,s,a,r){var o=a.extra.bar.categoryGap*a.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),a.extra.bar&&a.extra.bar.width&&+a.extra.bar.width>0&&(t.width=Math.min(t.width,+a.extra.bar.width*a.pix)),t.width<=0&&(t.width=1),t)}))}function Y(t,e,i){var n=e.width-e.area[1]-e.area[3],s=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&s>1&&"justify"==e.xAxis.boundaryGap&&(s-=1);var a=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),a=e.extra.mount.widthRatio-1,s+=a);var r=n/s,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+a/2*r+e*r)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+a*r+t.length*r):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:r}}function K(t,e,i,n,s,a,r){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=a.height-a.area[0]-a.area[2];return t.forEach((function(t,r){if(null===t)c.push(null);else{var u=[];t.forEach((function(t,c){var d={};d.x=n[r]+Math.round(s/2);var f=t.value||t,h=l*(f-e)/(i-e);h*=o,d.y=a.height-Math.round(h)-a.area[2],u.push(d)})),c.push(u)}})),c}function X(t,e,i,n,s,a,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=a.type&&"area"!=a.type&&"scatter"!=a.type&&"bubble"!=a.type||(l=a.xAxis.boundaryGap);var u=[],d=a.height-a.area[0]-a.area[2],f=a.width-a.area[1]-a.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var h={};h.color=t.color,h.x=n[o];var p,v,g,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(a.chartData.xAxisData.ranges),v=p.shift(),g=p.pop(),_=t[1],h.x=a.area[3]+f*(t[0]-v)/(g-v),"bubble"==a.type&&(h.r=t[2],h.t=t[3]);else _=t.value;"center"==l&&(h.x+=s/2);var m=d*(_-e)/(i-e);m*=c,h.y=a.height-m-a.area[2],u.push(h)}})),u}function Q(t,e,i,n,s,a,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=a.xAxis.boundaryGap,d=[],f=a.height-a.area[0]-a.area[2],h=a.width-a.area[1]-a.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};if(p.color=t.color,"vertical"==c.animation){p.x=n[o];var v,g,_,m=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(a.chartData.xAxisData.ranges),g=v.shift(),_=v.pop(),m=t[1],p.x=a.area[3]+h*(t[0]-g)/(_-g);else m=t.value;"center"==u&&(p.x+=s/2);var y=f*(m-e)/(i-e);y*=l,p.y=a.height-y-a.area[2],d.push(p)}else{p.x=n[0]+s*o*l;m=t;"center"==u&&(p.x+=s/2);y=f*(m-e)/(i-e);p.y=a.height-y-a.area[2],d.push(p)}}})),d}function Z(t,e,i,n,s,a,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=[],d=a.height-a.area[0]-a.area[2],f=a.width-a.area[1]-a.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var c={};c.color=t.color,c.x=n[o];var h,p,v,g=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)h=[].concat(a.chartData.xAxisData.ranges),p=h.shift(),v=h.pop(),g=t[1],c.x=a.area[3]+f*(t[0]-p)/(v-p);else g=t.value;c.x+=s/2;var _=d*(g*l-e)/(i-e);c.y=a.height-_-a.area[2],u.push(c)}})),u}function tt(t,e,i,n,s,a,r,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],u=a.height-a.area[0]-a.area[2],d=(a.width,a.area[1],a.area[3],s*r.widthRatio);return t.forEach((function(t,r){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=n[r],o.x+=s/2;var f=t.data,h=u*(f*c-e)/(i-e);o.y=a.height-h-a.area[2],o.value=f,o.width=d,l.push(o)}})),l}function et(t,e,i,n,s,a,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],u=(a.height,a.area[0],a.area[2],a.width-a.area[1]-a.area[3]);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=n[s];var d=t;"object"===(0,r.default)(t)&&null!==t&&(d=t.value);var f=u*(d-e)/(i-e);f*=c,o.height=f,o.value=d,o.x=f+a.area[3],l.push(o)}})),l}function it(t,e,i,n,s,a,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=a.height-a.area[0]-a.area[2];return t.forEach((function(t,o){if(null===t)d.push(null);else{var h={};if(h.color=t.color,h.x=n[o]+Math.round(s/2),c>0){for(var p=0,v=0;v<=c;v++)p+=l[v].data[o];var g=p-t,_=f*(p-e)/(i-e),m=f*(g-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);_=f*(p-e)/(i-e),m=0}var y=m;_*=u,y*=u,h.y=a.height-Math.round(_)-a.area[2],h.y0=a.height-Math.round(y)-a.area[2],d.push(h)}})),d}function nt(t,e,i,n,s,a,o,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=a.width-a.area[1]-a.area[3];return t.forEach((function(t,s){if(null===t)d.push(null);else{var o={};if(o.color=t.color,o.y=n[s],c>0){for(var h=0,p=0;p<=c;p++)h+=l[p].data[s];var v=h-t,g=f*(h-e)/(i-e),_=f*(v-e)/(i-e)}else{h=t;"object"===(0,r.default)(t)&&null!==t&&(h=t.value);g=f*(h-e)/(i-e),_=0}var m=_;g*=u,m*=u,o.height=g-m,o.x=a.area[3]+g,o.x0=a.area[3]+m,d.push(o)}})),d}function st(t,e,i,n,s){var a;a="stack"==n?x(t,e.categories.length):w(t);var o=[];a=a.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),a.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=s.min||0,l=s.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var u=y(c,l),d=void 0===s.min||null===s.min?u.minRange:s.min,f=void 0===s.max||null===s.max?u.maxRange:s.max,h=(f-d)/e.yAxis.splitNumber,p=[],v=0;v<=e.yAxis.splitNumber;v++)p.push(d+h*v);return p.reverse()}function at(t,e,i,n){var s=c({},{type:""},e.extra.column),a=e.yAxis.data.length,r=new Array(a);if(a>0){for(var o=0;o0&&0==s.tooltip.group.includes(r))){var o="number"===typeof s.tooltip.index?s.tooltip.index:s.tooltip.index[s.tooltip.group.indexOf(r)];if(n.beginPath(),"hollow"==a.activeType?(n.setStrokeStyle(e),n.setFillStyle(s.background),n.setLineWidth(2*s.pix)):(n.setStrokeStyle("#ffffff"),n.setFillStyle(e),n.setLineWidth(1*s.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x+2.5*s.pix,t.y),n.arc(t.x,t.y,3*s.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;n.closePath(),n.fill(),n.stroke()}}function lt(t,e,i,n){var s=t.title.fontSize||e.titleFontSize,a=t.subtitle.fontSize||e.subtitleFontSize,r=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,u=r?s:0,d=o?a:0;if(o){var f=b(o,a*t.pix,i),h=n.x-f/2+(t.subtitle.offsetX||0)*t.pix,p=n.y+a*t.pix/2+(t.subtitle.offsetY||0)*t.pix;r&&(p+=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(a*t.pix),i.setFillStyle(l),i.fillText(o,h,p),i.closePath(),i.stroke()}if(r){var v=b(r,s*t.pix,i),g=n.x-v/2+(t.title.offsetX||0),_=n.y+s*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(_-=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(s*t.pix),i.setFillStyle(c),i.fillText(r,g,_),i.closePath(),i.stroke()}}function ut(t,e,i,n,s){var a=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){n.beginPath();var l=e.textSize?e.textSize*s.pix:i.fontSize;n.setFontSize(l),n.setFillStyle(e.textColor||s.fontColor);var u=a[c];"object"===(0,r.default)(a[c])&&null!==a[c]&&(u=a[c].constructor.toString().indexOf("Array")>-1?a[c][1]:a[c].value);var d=e.formatter?e.formatter(u,c,e,s):u;n.setTextAlign("center"),n.fillText(String(d),t.x,t.y-4+o*s.pix),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function dt(t,e,i,n,s){var a=e.data,o=e.textOffset?e.textOffset:0,c=s.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){n.beginPath();var u=e.textSize?e.textSize*s.pix:i.fontSize;n.setFontSize(u),n.setFillStyle(e.textColor||s.fontColor);var d=a[l];"object"===(0,r.default)(a[l])&&null!==a[l]&&(d=a[l].constructor.toString().indexOf("Array")>-1?a[l][1]:a[l].value);var f=e.formatter?e.formatter(d,l,e,s):d;n.setTextAlign("center");var h=t.y-4*s.pix+o*s.pix;t.y>e.zeroPoints&&(h=t.y+o*s.pix+u),"insideTop"==c&&(h=t.y+u+o*s.pix,t.y>e.zeroPoints&&(h=t.y-o*s.pix-4*s.pix)),"center"==c&&(h=t.y+o*s.pix+(s.height-s.area[2]-t.y+u)/2,e.zeroPointse.zeroPoints&&(h=t.y-o*s.pix-(t.y-e.zeroPoints-u)/2),"stack"==s.extra.column.type&&(h=t.y+o*s.pix+(t.y0-t.y+u)/2)),"bottom"==c&&(h=s.height-s.area[2]+o*s.pix-4*s.pix,e.zeroPointse.zeroPoints&&(h=e.zeroPoints-o*s.pix+u+2*s.pix),"stack"==s.extra.column.type&&(h=t.y0+o*s.pix-4*s.pix)),n.fillText(String(f),t.x,h),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ft(t,e,i,n,s,a){e.data;var r=e.textOffset?e.textOffset:0;s.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e[o].textSize?e[o].textSize*s.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e[o].textColor||s.fontColor);var l=t.value,u=e[o].formatter?e[o].formatter(l,o,e,s):l;n.setTextAlign("center");var d=t.y-4*s.pix+r*s.pix;t.y>a&&(d=t.y+r*s.pix+c),n.fillText(String(u),t.x,d),n.closePath(),n.stroke(),n.setTextAlign("left")}}))}function ht(t,e,i,n,s){var a=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){n.beginPath();var c=e.textSize?e.textSize*s.pix:i.fontSize;n.setFontSize(c),n.setFillStyle(e.textColor||s.fontColor);var l=a[o];"object"===(0,r.default)(a[o])&&null!==a[o]&&(l=a[o].value);var u=e.formatter?e.formatter(l,o,e,s):l;n.setTextAlign("left"),n.fillText(String(u),t.x+4*s.pix,t.y+c/2-3),n.closePath(),n.stroke()}}))}function pt(t,e,i,n,s,a){var r;e-=t.width/2+t.labelOffset*n.pix,e=e<10?10:e,r=t.endAngle=2&&(u%=2),d+=l}}function vt(t,e,i,n,s,a){var r=n.extra.radar||{};t.forEach((function(t,o){if(!0===r.labelPointShow&&""!==n.categories[o]){var c={x:e*Math.cos(t),y:e*Math.sin(t)},u=v(c.x,c.y,i);a.setFillStyle(r.labelPointColor),a.beginPath(),a.arc(u.x,u.y,r.labelPointRadius*n.pix,0,2*Math.PI,!1),a.closePath(),a.fill()}if(!0===r.labelShow){var d={x:(e+s.radarLabelTextMargin*n.pix)*Math.cos(t),y:(e+s.radarLabelTextMargin*n.pix)*Math.sin(t)},f=v(d.x,d.y,i),h=f.x,p=f.y;l.approximatelyEqual(d.x,0)?h-=b(n.categories[o]||"",s.fontSize,a)/2:d.x<0&&(h-=b(n.categories[o]||"",s.fontSize,a)),a.beginPath(),a.setFontSize(s.fontSize),a.setFillStyle(r.labelColor||n.fontColor),a.fillText(n.categories[o]||"",h,p+s.fontSize/2),a.closePath(),a.stroke()}}))}function gt(t,e,i,n,s,a){for(var r=i.pieChartLinePadding,o=[],c=null,u=t.map((function(i,n){var s=i.formatter?i.formatter(i,n,t,e):l.toFixed(100*i._proportion_.toFixed(4))+"%";s=i.labelText?i.labelText:s;var a=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(a=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var r=i.color,o=i._radius_;return{arc:a,text:s,color:r,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),d=0;d=0?h+i.pieChartTextPadding:h-i.pieChartTextPadding,w=p,x=b(f.text,f.textSize*e.pix||i.fontSize,n),$=w;c&&l.isSameXCoordinateArea(c.start,{x:y})&&($=y>0?Math.min(w,c.start.y):h<0||w>0?Math.max(w,c.start.y):Math.min(w,c.start.y)),y<0&&(y-=x);var C={lineStart:{x:_,y:m},lineEnd:{x:h,y:p},start:{x:y,y:$},width:x,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};c=g(C,c),o.push(c)}for(var k=0;ks?s:a.activeWidth;var r=e.area[0],o=e.height-e.area[2];n.beginPath(),n.setFillStyle(u(a.activeBgColor,a.activeBgOpacity)),n.rect(t-a.activeWidth/2,r,a.activeWidth,o-r),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function bt(t,e,i,n,s){var a=c({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),r=e.area[3],o=e.width-e.area[1];n.beginPath(),n.setFillStyle(u(a.activeBgColor,a.activeBgOpacity)),n.rect(r,t-s/2,o-r,s),n.closePath(),n.fill(),n.setFillStyle("#FFFFFF")}function wt(t,e,i,n,s,a,r){var o=c({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==o.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var l=o.fontSize*i.pix,d=o.lineHeight*i.pix,f=o.boxPadding*i.pix,h=l,p=5*i.pix;0==o.legendShow&&(h=0,p=0);var v=o.showArrow?8*i.pix:0,g=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==o.splitLine&&function(t,e,i,n){var s=e.extra.tooltip||{};s.gridType=void 0==s.gridType?"solid":s.gridType,s.dashLength=void 0==s.dashLength?4:s.dashLength;var a=e.area[0],r=e.height-e.area[2];if("dash"==s.gridType&&n.setLineDash([s.dashLength,s.dashLength]),n.setStrokeStyle(s.gridColor||"#cccccc"),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(t,a),n.lineTo(t,r),n.stroke(),n.setLineDash([]),s.xAxisLabel){var o=e.categories[e.tooltip.index];n.setFontSize(i.fontSize);var c=b(o,i.fontSize,n),l=t-.5*c,d=r+2*e.pix;n.beginPath(),n.setFillStyle(u(s.labelBgColor||i.toolTipBackground,s.labelBgOpacity||i.toolTipOpacity)),n.setStrokeStyle(s.labelBgColor||i.toolTipBackground),n.setLineWidth(1*e.pix),n.rect(l-s.boxPadding*e.pix,d,c+2*s.boxPadding*e.pix,i.fontSize+2*s.boxPadding*e.pix),n.closePath(),n.stroke(),n.fill(),n.beginPath(),n.setFontSize(i.fontSize),n.setFillStyle(s.labelFontColor||e.fontColor),n.fillText(String(o),l,d+s.boxPadding*e.pix+i.fontSize),n.closePath(),n.stroke()}}(i.tooltip.offset.x,i,n,s),e=c({x:0,y:0},e),e.y-=8*i.pix;var _=t.map((function(t){return b(t.text,l,s)})),m=h+p+4*f+Math.max.apply(null,_),y=2*f+t.length*d;if(0!=o.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+m>i.width&&(g=!0),y+e.y>i.height&&(e.y=i.height-y),s.beginPath(),s.setFillStyle(u(o.bgColor,o.bgOpacity)),s.setLineWidth(o.borderWidth*i.pix),s.setStrokeStyle(u(o.borderColor,o.borderOpacity));var w=o.borderRadius;g?(m+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),m>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(m-i.width)),o.showArrow&&(s.moveTo(e.x,e.y+10*i.pix),s.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),s.arc(e.x-v-w,e.y+y-w,w,0,Math.PI/2,!1),s.arc(e.x-v-Math.round(m)+w,e.y+y-w,w,Math.PI/2,Math.PI,!1),s.arc(e.x-v-Math.round(m)+w,e.y+w,w,-Math.PI,-Math.PI/2,!1),s.arc(e.x-v-w,e.y+w,w,-Math.PI/2,0,!1),o.showArrow&&(s.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),s.lineTo(e.x,e.y+10*i.pix))):(o.showArrow&&(s.moveTo(e.x,e.y+10*i.pix),s.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),s.arc(e.x+v+w,e.y+w,w,-Math.PI,-Math.PI/2,!1),s.arc(e.x+v+Math.round(m)-w,e.y+w,w,-Math.PI/2,0,!1),s.arc(e.x+v+Math.round(m)-w,e.y+y-w,w,0,Math.PI/2,!1),s.arc(e.x+v+w,e.y+y-w,w,Math.PI/2,Math.PI,!1),o.showArrow&&(s.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),s.lineTo(e.x,e.y+10*i.pix))),s.closePath(),s.fill(),o.borderWidth>0&&s.stroke(),o.legendShow&&t.forEach((function(t,n){if(null!==t.color){s.beginPath(),s.setFillStyle(t.color);var a=e.x+v+2*f,r=e.y+(d-l)/2+d*n+f+1;switch(g&&(a=e.x-m-v+2*f),t.legendShape){case"line":s.moveTo(a,r+.5*h-2*i.pix),s.fillRect(a,r+.5*h-2*i.pix,h,4*i.pix);break;case"triangle":s.moveTo(a+7.5*i.pix,r+.5*h-5*i.pix),s.lineTo(a+2.5*i.pix,r+.5*h+5*i.pix),s.lineTo(a+12.5*i.pix,r+.5*h+5*i.pix),s.lineTo(a+7.5*i.pix,r+.5*h-5*i.pix);break;case"diamond":s.moveTo(a+7.5*i.pix,r+.5*h-5*i.pix),s.lineTo(a+2.5*i.pix,r+.5*h),s.lineTo(a+7.5*i.pix,r+.5*h+5*i.pix),s.lineTo(a+12.5*i.pix,r+.5*h),s.lineTo(a+7.5*i.pix,r+.5*h-5*i.pix);break;case"circle":s.moveTo(a+7.5*i.pix,r+.5*h),s.arc(a+7.5*i.pix,r+.5*h,5*i.pix,0,2*Math.PI);break;case"rect":s.moveTo(a,r+.5*h-5*i.pix),s.fillRect(a,r+.5*h-5*i.pix,15*i.pix,10*i.pix);break;case"square":s.moveTo(a+2*i.pix,r+.5*h-5*i.pix),s.fillRect(a+2*i.pix,r+.5*h-5*i.pix,10*i.pix,10*i.pix);break;default:s.moveTo(a,r+.5*h-5*i.pix),s.fillRect(a,r+.5*h-5*i.pix,15*i.pix,10*i.pix)}s.closePath(),s.fill()}})),t.forEach((function(t,i){var n=e.x+v+2*f+h+p;g&&(n=e.x-m-v+2*f+h+p);var a=e.y+d*i+(d-l)/2-1+f+l;s.beginPath(),s.setFontSize(l),s.setTextBaseline("normal"),s.setFillStyle(o.fontColor),s.fillText(t.text,n,a),s.closePath(),s.stroke()}))}}function xt(t,e,i,n,s,a){var r=t.extra.tooltip||{};r.horizentalLine&&t.tooltip&&1===n&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&mt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===n&&wt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function $t(t,e,i,n){var s=e.chartData.xAxisData,a=s.xAxisPoints,r=s.startX,o=s.endX,c=s.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var u=e.height-e.area[2],d=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,h=o-r,p=c*(a.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),p+=(e.extra.mount.widthRatio-1)*c);var v=h*h/p,g=0;e._scrollDistance_&&(g=-e._scrollDistance_*h/p),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),n.moveTo(r,f),n.lineTo(o,f),n.stroke(),n.closePath(),n.beginPath(),n.setLineCap("round"),n.setLineWidth(6*e.pix),n.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),n.moveTo(r+g,f),n.lineTo(r+g+v,f),n.stroke(),n.closePath(),n.setLineCap("butt")}if(n.save(),e._scrollDistance_&&0!==e._scrollDistance_&&n.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),a.forEach((function(t,i){i>0&&(n.beginPath(),n.moveTo(t-c/2,u),n.lineTo(t-c/2,u+3*e.pix),n.closePath(),n.stroke())}))),!0!==e.xAxis.disableGrid&&(n.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),n.setLineCap("butt"),n.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&n.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,a.forEach((function(t,i){i%e.xAxis.gridEval==0&&(n.beginPath(),n.moveTo(t,u),n.lineTo(t,d),n.stroke())})),n.setLineDash([])),!0!==e.xAxis.disabled){var _=t.length;e.xAxis.labelCount&&(_=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,_-=1);for(var m=Math.ceil(t.length/_),y=[],w=t.length,x=0;x=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1&&(n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor),n.fillText(String(s),a[i]+r,u+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),n.closePath(),n.stroke())})):y.forEach((function(t,s){var r=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,d="center"==l?a[s]+c/2:a[s];if(d-Math.abs(o)>=e.area[3]-1&&d-Math.abs(o)<=e.width-e.area[1]+1){n.save(),n.beginPath(),n.setFontSize($),n.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(r),$,n),h=a[s];"center"==l&&(h=a[s]+c/2);e.xAxis.scrollShow&&6*e.pix;var p=u+e.xAxis.marginTop*e.pix+$-$*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(h-=$/2,f=0):(h+=$/2,f=-f),n.translate(h,p),n.rotate(-1*i._xAxisTextAngle_),n.fillText(String(r),f,0),n.closePath(),n.stroke(),n.restore()}}))}n.restore(),e.xAxis.title&&(n.beginPath(),n.setFontSize(e.xAxis.titleFontSize*e.pix),n.setFillStyle(e.xAxis.titleFontColor),n.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),n.closePath(),n.stroke()),e.xAxis.axisLine&&(n.beginPath(),n.setStrokeStyle(e.xAxis.axisLineColor),n.setLineWidth(1*e.pix),n.moveTo(r,e.height-e.area[2]),n.lineTo(o,e.height-e.area[2]),n.stroke())}function Ct(t,e,i,n){if(!0!==e.yAxis.disableGrid){var s=e.height-e.area[0]-e.area[2],a=s/e.yAxis.splitNumber,r=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var u=r+l,d=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var h=f;h4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=a.activeRadius*e.pix);var o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o,a.customRadius>0&&(o=a.customRadius*e.pix),t=E(t,o,s);var l=a.activeRadius*e.pix;if(a.customColor=m(a.linearType,a.customColor,t,i),t=t.map((function(t){return t._start_+=a.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(n.beginPath(),n.setFillStyle(u(t.color,a.activeOpacity||.5)),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_+l,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill()),n.beginPath(),n.setLineWidth(a.borderWidth*e.pix),n.lineJoin="round",n.setStrokeStyle(a.borderColor);var s,o=t.color;"custom"==a.linearType&&(s=n.createCircularGradient?n.createCircularGradient(r.x,r.y,t._radius_):n.createRadialGradient(r.x,r.y,0,r.x,r.y,t._radius_),s.addColorStop(0,u(a.customColor[t.linearIndex],1)),s.addColorStop(1,u(t.color,1)),o=s);n.setFillStyle(o),n.moveTo(r.x,r.y),n.arc(r.x,r.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),n.closePath(),n.fill(),1==a.border&&n.stroke()})),"ring"===e.type){var d=.6*o;"number"===typeof a.ringWidth&&a.ringWidth>0&&(d=Math.max(0,o-a.ringWidth*e.pix)),n.beginPath(),n.setFillStyle(a.centerColor),n.moveTo(r.x,r.y),n.arc(r.x,r.y,d,0,2*Math.PI),n.closePath(),n.fill()}return!1!==e.dataLabel&&1===s&>(t,e,i,n,0,r),1===s&&"ring"===e.type&<(e,i,n,r),{center:r,radius:o,series:t}}function Dt(t,e){var i=Array(2),n=20037508.34*t/180,s=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return s=20037508.34*s/180,i[0]=n,i[1]=s,i}function Pt(t,e,i,n,s,a){return{x:(e-i.xMin)*n+s,y:(i.yMax-t)*n+a}}function Ot(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[a].area[2]||t[1]>e[a].area[3]||t[2]i||t[3]>n){s=!0;break}s=!1}return s}function Mt(t,e,i){var n=t.series;switch(e){case"normal":for(var s=0;s.7},p=0;p0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var s=t[0].data,a=0;ae.width-e.area[1]-e.area[3]?(f.push(v),p.push(h-e.legend.itemGap*e.pix),h=y,v=[_]):(h+=y,v.push(_))}if(v.length){f.push(v),p.push(h-e.legend.itemGap*e.pix),a.widthArr=p;var w=Math.max.apply(null,p);switch(e.legend.float){case"left":a.area.start.x=e.area[3],a.area.end.x=e.area[3]+w+2*r;break;case"right":a.area.start.x=e.width-e.area[1]-w-2*r,a.area.end.x=e.width-e.area[1];break;default:a.area.start.x=(e.width-w)/2-r,a.area.end.x=(e.width+w)/2+r}a.area.width=w+2*r,a.area.wholeWidth=w+2*r,a.area.height=f.length*d+2*r,a.area.wholeHeight=f.length*d+2*r+2*o,a.points=f}}else{var x=t.length,$=e.height-e.area[0]-e.area[2]-2*o-2*r,C=Math.min(Math.floor($/d),x);switch(a.area.height=C*d+2*r,a.area.wholeHeight=C*d+2*r,e.legend.float){case"top":a.area.start.y=e.area[0]+o,a.area.end.y=e.area[0]+o+a.area.height;break;case"bottom":a.area.start.y=e.height-e.area[2]-o-a.area.height,a.area.end.y=e.height-e.area[2]-o;break;default:a.area.start.y=(e.height-a.area.height)/2,a.area.end.y=(e.height+a.area.height)/2}for(var k=x%C===0?x/C:Math.floor(x/C+1),T=[],S=0;SA&&(A=I)}a.widthArr.push(A),a.heightArr.push(O.length*d+2*r)}for(var M=0,B=0;B0?P[wt].width+e.yAxis.padding*e.pix:P[wt].width,mt+=1):"right"==P[wt].position&&(e.area[1]+=st>0?P[wt].width+e.yAxis.padding*e.pix:P[wt].width,st+=1)}else i.yAxisWidth=P;if(e.chartData.yAxisData=D,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=Y(e.categories,e);var Ot=M(e.categories,e,0,e.chartData.xAxisData.eachSpacing,n),At=Ot.xAxisHeight,Lt=Ot.angle;i.xAxisHeight=At,i._xAxisTextAngle_=Lt,e.area[2]+=At,e.chartData.categoriesData=Ot}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=B(o,e,i,n),d=e.chartData.xAxisData.rangesFormat;var It=M(d,e,0,e.chartData.xAxisData.eachSpacing,n),Ft=It.xAxisHeight,Nt=It.angle;i.xAxisHeight=Ft,i._xAxisTextAngle_=Nt,e.area[2]+=Ft,e.chartData.categoriesData=It}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ut,Ht=e.chartData.xAxisData.xAxisPoints,zt=e.chartData.xAxisData.startX,Wt=e.chartData.xAxisData.endX,Vt=e.chartData.xAxisData.eachSpacing,qt=Vt*(Ht.length-1),Gt=Wt-zt;Ut=Gt-qt,r.scrollOption.currentOffset=Ut,r.scrollOption.startTouchX=Ut,r.scrollOption.distance=0,r.scrollOption.lastMoveTime=0,e._scrollDistance_=Ut}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,n){t=E(t);for(var s=0,a=0;a4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Mt(e,a.type,n)),n.beginPath(),n.setFillStyle(e.background),n.rect(0,0,e.width,e.height),n.fill(),n.save();var r=e.chartData.wordCloudData;n.translate(e.width/2,e.height/2);for(var o=0;o0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].areav[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].areav[1]+5+u-e.height/2)*s):n.fillText(l,(r[o].areav[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].areav[1]+5+u-e.height/2)*s)):r[o].area[0]>0&&(e.tooltip&&e.tooltip.index==o?n.strokeText(l,(r[o].area[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].area[1]+5+u-e.height/2)*s):n.fillText(l,(r[o].area[0]+5-e.width/2)*s-d*(1-s)/2,(r[o].area[1]+5+u-e.height/2)*s)),n.stroke(),n.restore()}n.restore()}(o,e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"map":n.clearRect(0,0,e.width,e.height),function(t,e,i,n){var s,a,r=c({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),o=t,l=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},n=0;nl.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(o);if(r.mercator){var d=Dt(l.xMax,l.yMax),f=Dt(l.xMin,l.yMin);l.xMax=d[0],l.yMax=d[1],l.xMin=f[0],l.yMin=f[1]}for(var h=e.width/Math.abs(l.xMax-l.xMin),p=e.height/Math.abs(l.yMax-l.yMin),v=h4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),r=(e.height-e.area[0]-e.area[2])/t.length,o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},l=a.activeWidth*e.pix,d=Math.min((e.width-e.area[1]-e.area[3])/2-l,(e.height-e.area[0]-e.area[2])/2-l),f=F(t,d,a,r,s);if(n.save(),n.translate(o.x,o.y),a.customColor=m(a.linearType,a.customColor,t,i),"pyramid"==a.type)for(var h=0;h4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);a.width*=e.pix;var r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();var f=0,h=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*l+e.area[3],h=f+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,v,g;n.beginPath(),n.setStrokeStyle(t.color),n.moveTo(-1e4,-1e4),n.lineTo(-10001,-10001),n.stroke(),c=[].concat(e.chartData.yAxisData.ranges[t.index]),v=c.pop(),g=c.shift();var _=t.data,m=Q(_,v,g,o,l,e,i,a,s);d.push(m);var y=I(m,t);if("dash"==t.lineType){var b=t.dashLength?t.dashLength:8;b*=e.pix,n.setLineDash([b,b])}n.beginPath();var w=t.color;if("none"!==a.linearType&&t.linearColor&&t.linearColor.length>0){for(var x=n.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),$=0;$0?n.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):n.setShadow(0,0,0,"rgba(0,0,0,0)"),n.setLineWidth(a.width),y.forEach((function(t,e){if(1===t.length)n.moveTo(t[0].x,t[0].y);else{n.moveTo(t[0].x,t[0].y);var i=0;if("curve"===a.type)for(var s=0;sf&&(n.moveTo(r.x,r.y),i=1),s>0&&r.x>f&&r.xf&&(n.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(n.moveTo(d.x,d.y),i=1),u>0&&d.x>f&&d.x4&&void 0!==arguments[4]?arguments[4]:1,a=(c({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),r=a.xAxisPoints,o=a.eachSpacing,l=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*o+e.area[3],e.xAxis.itemCount),t.forEach((function(t,a){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,s);n.beginPath(),n.setStrokeStyle(t.color),n.setFillStyle(t.color),n.setLineWidth(1*e.pix);var h=t.pointShape;if("diamond"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y),n.lineTo(t.x,t.y+4.5),n.lineTo(t.x+4.5,t.y),n.lineTo(t.x,t.y-4.5))}));else if("circle"===h)f.forEach((function(t,i){null!==t&&(n.moveTo(t.x+2.5*e.pix,t.y),n.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x-3.5,t.y-3.5),n.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===h)f.forEach((function(t,e){null!==t&&(n.moveTo(t.x,t.y-4.5),n.lineTo(t.x-4.5,t.y+4.5),n.lineTo(t.x+4.5,t.y+4.5),n.lineTo(t.x,t.y-4.5))}));else if("triangle"===h)return;n.closePath(),n.fill(),n.stroke()})),!1!==e.dataLabel&&1===s&&t.forEach((function(t,a){var c,l,u;c=[].concat(e.chartData.yAxisData.ranges[t.index]),l=c.pop(),u=c.shift();var d=t.data,f=X(d,l,u,r,o,e,i,s);ut(f,t,i,n,e)})),n.restore(),{xAxisPoints:r,calPoints:l,eachSpacing:o}}(o,e,i,n,t),a=s.xAxisPoints,r=s.calPoints,l=s.eachSpacing;e.chartData.xAxisPoints=a,e.chartData.calPoints=r,e.chartData.eachSpacing=l,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{opacity:1,border:2},e.extra.bubble),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=[];n.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),-e._scrollDistance_-2*l+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var c,d,f;c=[].concat(e.chartData.yAxisData.ranges[t.index]),d=c.pop(),f=c.shift();var h=t.data,p=X(h,d,f,o,l,e,i,s);n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(a.border*e.pix),n.setFillStyle(u(t.color,a.opacity)),p.forEach((function(t,i){n.moveTo(t.x+t.r,t.y),n.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),n.closePath(),n.fill(),n.stroke(),!1!==e.dataLabel&&1===s&&p.forEach((function(s,a){n.beginPath();var r=t.textSize*e.pix||i.fontSize;n.setFontSize(r),n.setFillStyle(t.textColor||"#FFFFFF"),n.setTextAlign("center"),n.fillText(String(s.t),s.x,s.y+r/2),n.closePath(),n.stroke(),n.setTextAlign("left")}))})),n.restore(),{xAxisPoints:o,calPoints:d,eachSpacing:l}}(o,e,i,n,t),a=s.xAxisPoints,r=s.calPoints,l=s.eachSpacing;e.chartData.xAxisPoints=a,e.chartData.calPoints=r,e.chartData.eachSpacing=l,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{width:l/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=c({},{opacity:.2,gradient:!1},e.extra.mix.area),h=c({},{width:2},e.extra.mix.line),v=e.height-e.area[2],g=[],_=0,y=0;t.forEach((function(t,e){"column"==t.type&&(y+=1)})),n.save();var b=-2,w=o.length+2,x=0,$=e.width+l;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),b=Math.floor(-e._scrollDistance_/l)-2,w=b+e.xAxis.itemCount+4,x=-e._scrollDistance_-2*l+e.area[3],$=x+(e.xAxis.itemCount+4)*l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(t,r){var c,m,C;c=[].concat(e.chartData.yAxisData.ranges[t.index]),m=c.pop(),C=c.shift();var k=t.data,T=X(k,m,C,o,l,e,i,s);if(g.push(T),"column"==t.type){T=W(T,l,y,_,0,e);for(var S=0;Sb&&Sz?z:R,N=N>z?z:N,U=U>z?z:U,H=H>z?z:H,R=R<0?0:R,N=N<0?0:N,U=U<0?0:U,H=H<0?0:H,n.arc(M+R,B+R,R,-Math.PI,-Math.PI/2),n.arc(M+j-N,B+N,N,-Math.PI/2,0),n.arc(M+j-U,B+E-U,U,0,Math.PI/2),n.arc(M+H,B+E-H,H,Math.PI/2,Math.PI)}else n.moveTo(P,D.y),n.lineTo(P+D.width,D.y),n.lineTo(P+D.width,e.height-e.area[2]),n.lineTo(P,e.height-e.area[2]),n.lineTo(P,D.y),n.setLineWidth(1),n.setStrokeStyle(A);n.setFillStyle(O),n.closePath(),n.fill()}}_+=1}if("area"==t.type)for(var V=I(T,t),q=0;q1){var Y=G[0],K=G[G.length-1];n.moveTo(Y.x,Y.y);var Q=0;if("curve"===t.style)for(var Z=0;Zx&&(n.moveTo(tt.x,tt.y),Q=1),Z>0&&tt.x>x&&tt.x<$){var et=p(G,Z-1);n.bezierCurveTo(et.ctrA.x,et.ctrA.y,et.ctrB.x,et.ctrB.y,tt.x,tt.y)}}else for(var it=0;itx&&(n.moveTo(nt.x,nt.y),Q=1),it>0&&nt.x>x&&nt.x<$&&n.lineTo(nt.x,nt.y)}n.lineTo(K.x,v),n.lineTo(Y.x,v),n.lineTo(Y.x,Y.y)}else{var st=G[0];n.moveTo(st.x-l/2,st.y)}n.closePath(),n.fill()}if("line"==t.type){var at=I(T,t);at.forEach((function(i,s){if("dash"==t.lineType){var a=t.dashLength?t.dashLength:8;a*=e.pix,n.setLineDash([a,a])}if(n.beginPath(),n.setStrokeStyle(t.color),n.setLineWidth(h.width*e.pix),1===i.length)n.moveTo(i[0].x,i[0].y);else{n.moveTo(i[0].x,i[0].y);var r=0;if("curve"==t.style)for(var o=0;ox&&(n.moveTo(c.x,c.y),r=1),o>0&&c.x>x&&c.x<$){var l=p(i,o-1);n.bezierCurveTo(l.ctrA.x,l.ctrA.y,l.ctrB.x,l.ctrB.y,c.x,c.y)}}else for(var u=0;ux&&(n.moveTo(d.x,d.y),r=1),u>0&&d.x>x&&d.x<$&&n.lineTo(d.x,d.y)}n.moveTo(i[0].x,i[0].y)}n.stroke(),n.setLineDash([])}))}"point"==t.type&&(t.addPoint=!0),1==t.addPoint&&"column"!==t.type&&ot(T,t.color,t.pointShape,n,e)})),!1!==e.dataLabel&&1===s){_=0;t.forEach((function(t,a){var r,c,u;r=[].concat(e.chartData.yAxisData.ranges[t.index]),c=r.pop(),u=r.shift();var d=t.data,f=X(d,c,u,o,l,e,i,s);"column"!==t.type?ut(f,t,i,n,e):(f=W(f,l,y,_,0,e),ut(f,t,i,n,e),_+=1)}))}return n.restore(),{xAxisPoints:o,calPoints:g,eachSpacing:l}}(o,e,i,n,t),r=s.xAxisPoints,l=s.calPoints,f=s.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"column":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"group",width:l/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];n.save();var h=-2,p=o.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=Math.floor(-e._scrollDistance_/l)-2,p=h+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===s&&yt(e.tooltip.offset.x,e,0,n,l),d.customColor=m(d.linearType,d.customColor,t,i),t.forEach((function(r,c){var v,g,_;v=[].concat(e.chartData.yAxisData.ranges[r.index]),g=v.pop(),_=v.shift();var m=e.height-e.area[0]-e.area[2],y=m*(0-g)/(_-g),b=e.height-Math.round(y)-e.area[2];r.zeroPoints=b;var w=r.data;switch(d.type){case"group":var x=Z(w,g,_,o,l,e,i,b,s),$=it(w,g,_,o,l,e,i,c,t,s);f.push($),x=W(x,l,t.length,c,0,e);for(var C=0;Ch&&Cb?b:k.y,I=k.width,M=Math.abs(b-k.y);d.barBorderCircle&&(d.barBorderRadius=[I/2,I/2,0,0]),k.y>b&&(d.barBorderRadius=[0,0,I/2,I/2]);var B=(0,a.default)(d.barBorderRadius,4),j=B[0],E=B[1],F=B[2],R=B[3],N=Math.min(I/2,M/2);j=j>N?N:j,E=E>N?N:E,F=F>N?N:F,R=R>N?N:R,j=j<0?0:j,E=E<0?0:E,F=F<0?0:F,R=R<0?0:R,n.arc(A+j,L+j,j,-Math.PI,-Math.PI/2),n.arc(A+I-E,L+E,E,-Math.PI/2,0),n.arc(A+I-F,L+M-F,F,0,Math.PI/2),n.arc(A+R,L+M-R,R,Math.PI/2,Math.PI)}else n.moveTo(T,k.y),n.lineTo(T+k.width,k.y),n.lineTo(T+k.width,b),n.lineTo(T,b),n.lineTo(T,k.y),n.setLineWidth(1),n.setStrokeStyle(P);n.setFillStyle(D),n.closePath(),n.fill()}}break;case"stack":x=it(w,g,_,o,l,e,i,c,t,s);f.push(x),x=G(x,l,t.length,0,0,e);for(var U=0;Uh&&U0&&(S-=z),n.setFillStyle(D),n.moveTo(T,H.y),n.fillRect(T,H.y,H.width,S),n.closePath(),n.fill()}}break;case"meter":x=X(w,g,_,o,l,e,i,s);f.push(x),x=q(x,l,t.length,c,0,e,d.meterBorder);for(var V=0;Vh&&V0&&(n.setStrokeStyle(r.color),n.setLineWidth(d.meterBorder*e.pix)),0==c?n.setFillStyle(d.meterFillColor):n.setFillStyle(J.color||r.color);T=J.x-J.width/2,S=e.height-J.y-e.area[2];if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var Y=T,K=J.y,Q=J.width,tt=b-J.y;d.barBorderCircle&&(d.barBorderRadius=[Q/2,Q/2,0,0]);var et=(0,a.default)(d.barBorderRadius,4),nt=et[0],st=et[1],at=et[2],rt=et[3],ot=Math.min(Q/2,tt/2);nt=nt>ot?ot:nt,st=st>ot?ot:st,at=at>ot?ot:at,rt=rt>ot?ot:rt,nt=nt<0?0:nt,st=st<0?0:st,at=at<0?0:at,rt=rt<0?0:rt,n.arc(Y+nt,K+nt,nt,-Math.PI,-Math.PI/2),n.arc(Y+Q-st,K+st,st,-Math.PI/2,0),n.arc(Y+Q-at,K+tt-at,at,0,Math.PI/2),n.arc(Y+rt,K+tt-rt,rt,Math.PI/2,Math.PI),n.fill()}else n.moveTo(T,J.y),n.lineTo(T+J.width,J.y),n.lineTo(T+J.width,b),n.lineTo(T,b),n.lineTo(T,J.y),n.fill();0==c&&d.meterBorder>0&&(n.closePath(),n.stroke())}}break}})),!1!==e.dataLabel&&1===s&&t.forEach((function(a,r){var c,u,f;c=[].concat(e.chartData.yAxisData.ranges[a.index]),u=c.pop(),f=c.shift();var h=a.data;switch(d.type){case"group":var p=Z(h,u,f,o,l,e,i,s);p=W(p,l,t.length,r,0,e),dt(p,a,i,n,e);break;case"stack":p=it(h,u,f,o,l,e,i,r,t,s);dt(p,a,i,n,e);break;case"meter":p=X(h,u,f,o,l,e,i,s);dt(p,a,i,n,e);break}})),n.restore(),{xAxisPoints:o,calPoints:f,eachSpacing:l}}(o,e,i,n,t),r=s.xAxisPoints,l=s.calPoints,f=s.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),Ct(0,e,0,n),$t(d,e,i,n);var s=function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=c({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);d.widthRatio=d.widthRatio<=0?0:d.widthRatio,d.widthRatio=d.widthRatio>=2?2:d.widthRatio,n.save();var f,h,p,v=-2,g=o.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/l)-2,g=v+e.xAxis.itemCount+4),d.customColor=m(d.linearType,d.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),h=f.pop(),p=f.shift();var _=e.height-e.area[0]-e.area[2],y=_*(0-h)/(p-h),b=e.height-Math.round(y)-e.area[2],w=tt(t,h,p,o,l,e,d,b,s);switch(d.type){case"bar":for(var x=0;xv&&xb?b:$.y,A=$.width,L=Math.abs(b-$.y);d.barBorderCircle&&(d.barBorderRadius=[A/2,A/2,0,0]),$.y>b&&(d.barBorderRadius=[0,0,A/2,A/2]);var I=(0,a.default)(d.barBorderRadius,4),M=I[0],B=I[1],j=I[2],E=I[3],F=Math.min(A/2,L/2);M=M>F?F:M,B=B>F?F:B,j=j>F?F:j,E=E>F?F:E,M=M<0?0:M,B=B<0?0:B,j=j<0?0:j,E=E<0?0:E,n.arc(P+M,O+M,M,-Math.PI,-Math.PI/2),n.arc(P+A-B,O+B,B,-Math.PI/2,0),n.arc(P+A-j,O+L-j,j,0,Math.PI/2),n.arc(P+E,O+L-E,E,Math.PI/2,Math.PI)}else n.moveTo(C,$.y),n.lineTo(C+$.width,$.y),n.lineTo(C+$.width,b),n.lineTo(C,b),n.lineTo(C,$.y);n.setStrokeStyle(S),n.setFillStyle(T),d.borderWidth>0&&(n.setLineWidth(d.borderWidth*e.pix),n.closePath(),n.stroke()),n.fill()}}break;case"triangle":for(var R=0;Rv&&R0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"mount":for(var U=0;Uv&&U0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break;case"sharp":for(var z=0;zv&&z0&&(n.setLineWidth(d.borderWidth*e.pix),n.stroke()),n.fill()}}break}if(!1!==e.dataLabel&&1===s){var V,q,G;V=[].concat(e.chartData.yAxisData.ranges[0]),q=V.pop(),G=V.shift();w=tt(t,q,G,o,l,e,d,b,s);ft(w,t,i,n,e,b)}return n.restore(),{xAxisPoints:o,calPoints:w,eachSpacing:l}}(o,e,i,n,t),r=s.xAxisPoints,l=s.calPoints,f=s.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=l,e.chartData.eachSpacing=f,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new Rt({timing:e.timing,duration:h,onProcess:function(t){n.clearRect(0,0,e.width,e.height),e.rotate&&rt(n,e),$t(d,e,i,n);var s=function(t,e,i,n){for(var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=[],o=(e.height-e.area[0]-e.area[2])/e.categories.length,l=0;lh&&wE?E:I,M=M>E?E:M,B=B>E?E:B,j=j>E?E:j,I=I<0?0:I,M=M<0?0:M,B=B<0?0:B,j=j<0?0:j,n.arc(D+j,O+j,j,-Math.PI,-Math.PI/2),n.arc(x.x-I,O+I,I,-Math.PI/2,0),n.arc(x.x-M,O+P-M,M,0,Math.PI/2),n.arc(D+B,O+P-B,B,Math.PI/2,Math.PI)}else n.moveTo($,C),n.lineTo(x.x,C),n.lineTo(x.x,C+x.width),n.lineTo($,C+x.width),n.lineTo($,C),n.setLineWidth(1),n.setStrokeStyle(T);n.setFillStyle(k),n.closePath(),n.fill()}}break;case"stack":y=nt(m,g,_,r,o,e,i,l,t,s);f.push(y),y=J(y,o,t.length,0,0,e);for(var F=0;Fh&&F4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),r=e.chartData.xAxisData,o=r.xAxisPoints,l=r.eachSpacing,d=e.height-e.area[2],f=[];n.save();var h=0,v=e.width+l;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(n.translate(e._scrollDistance_,0),h=-e._scrollDistance_-2*l+e.area[3],v=h+(e.xAxis.itemCount+4)*l),t.forEach((function(t,r){var c,g,_;c=[].concat(e.chartData.yAxisData.ranges[t.index]),g=c.pop(),_=c.shift();var m=t.data,y=X(m,g,_,o,l,e,i,s);f.push(y);for(var b=I(y,t),w=0;w1){var C=x[0],k=x[x.length-1];n.moveTo(C.x,C.y);var T=0;if("curve"===a.type)for(var S=0;Sh&&(n.moveTo(D.x,D.y),T=1),S>0&&D.x>h&&D.xh&&(n.moveTo(A.x,A.y),T=1),O>0&&A.x>h&&A.xh&&(n.moveTo(M.x,M.y),T=1),L>0&&M.x>h&&M.xh&&(n.moveTo(R.x,R.y),E=1),F>0&&R.x>h&&R.xh&&(n.moveTo(H.x,H.y),E=1),U>0&&H.x>h&&H.xh&&(n.moveTo(W.x,W.y),E=1),z>0&&W.x>h&&W.x4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=a.activeRadius*e.pix);var r={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},o=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);o=o<10?10:o;var l=a.minRadius||.5*o;o4&&void 0!==arguments[4]?arguments[4]:1,a=c({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),r=T(e.categories.length),o={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},l=(e.width-e.area[1]-e.area[3])/2,d=(e.height-e.area[0]-e.area[2])/2,f=Math.min(l-(k(e.categories,i.fontSize,n)+i.radarLabelTextMargin),d-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=a.radius?a.radius:f,n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(a.gridColor),r.forEach((function(t,e){var i=v(f*Math.cos(t),f*Math.sin(t),o);n.moveTo(o.x,o.y),e%a.gridEval==0&&n.lineTo(i.x,i.y)})),n.stroke(),n.closePath();for(var h=function(t){var i={};if(n.beginPath(),n.setLineWidth(1*e.pix),n.setStrokeStyle(a.gridColor),"radar"==a.gridType)r.forEach((function(e,s){var r=v(f/a.gridCount*t*Math.cos(e),f/a.gridCount*t*Math.sin(e),o);0===s?(i=r,n.moveTo(r.x,r.y)):n.lineTo(r.x,r.y)})),n.lineTo(i.x,i.y);else{var s=v(f/a.gridCount*t*Math.cos(1.5),f/a.gridCount*t*Math.sin(1.5),o);n.arc(o.x,o.y,o.y-s.y,0,2*Math.PI,!1)}n.stroke(),n.closePath()},p=1;p<=a.gridCount;p++)h(p);a.customColor=m(a.linearType,a.customColor,t,i);var g=j(r,o,f,t,e,s);if(g.forEach((function(i,s){n.beginPath(),n.setLineWidth(a.borderWidth*e.pix),n.setStrokeStyle(i.color);var r,c=u(i.color,a.opacity);"custom"==a.linearType&&(r=n.createCircularGradient?n.createCircularGradient(o.x,o.y,f):n.createRadialGradient(o.x,o.y,0,o.x,o.y,f),r.addColorStop(0,u(a.customColor[t[s].linearIndex],a.opacity)),r.addColorStop(1,u(i.color,a.opacity)),c=r);if(n.setFillStyle(c),i.data.forEach((function(t,e){0===e?n.moveTo(t.position.x,t.position.y):n.lineTo(t.position.x,t.position.y)})),n.closePath(),n.fill(),!0===a.border&&n.stroke(),n.closePath(),!1!==e.dataPointShape){var l=i.data.map((function(t){return t.position}));ot(l,i.color,i.pointShape,n,e)}})),!0===a.axisLabel){var _=Math.max(a.max,Math.max.apply(null,w(t))),y=f/a.gridCount,b=e.fontSize*e.pix;n.setFontSize(b),n.setFillStyle(e.fontColor),n.setTextAlign("left");for(p=0;p4&&void 0!==arguments[4]?arguments[4]:1,o=c({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=N(t,o,r),s=o.centerX||o.centerY?{x:o.centerX?o.centerX:e.width/2,y:o.centerY?o.centerY:e.height/2}:{x:e.width/2,y:e.height/2},o.radius?a=o.radius:(a=Math.min(s.x,s.y),a-=5*e.pix,a-=o.width/2),a=a<10?10:a,o.customColor=m(o.linearType,o.customColor,t,i);for(var l=0;l5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==r.oldAngle&&(r.oldAngle=r.startAngle),void 0==r.oldData&&(r.oldData=0),t=H(t,r.startAngle,r.endAngle);var o={x:i.width/2,y:i.height/2},l=Math.min(o.x,o.y);l-=5*i.pix,l-=r.width/2,l=l<10?10:l;var d=l-r.width,f=0;if("progress"==r.type){var h=l-3*r.width;s.beginPath();var p=s.createLinearGradient(o.x,o.y-h,o.x,o.y+h);p.addColorStop("0",u(e[0].color,.3)),p.addColorStop("1.0",u("#FFFFFF",.1)),s.setFillStyle(p),s.arc(o.x,o.y,h,0,2*Math.PI,!1),s.fill(),s.setLineWidth(r.width),s.setStrokeStyle(u(e[0].color,.3)),s.setLineCap("round"),s.beginPath(),s.arc(o.x,o.y,d,r.startAngle*Math.PI,r.endAngle*Math.PI,!1),s.stroke(),f=r.endAngleb/m?s.setStrokeStyle(u(e[0].color,1)):s.setStrokeStyle(u(e[0].color,.3)),s.setLineWidth(3*i.pix),s.moveTo(g,0),s.lineTo(_,0),s.stroke(),s.rotate(v*Math.PI);s.restore(),e=U(e,r,a),s.setLineWidth(r.width),s.setStrokeStyle(e[0].color),s.setLineCap("round"),s.beginPath(),s.arc(o.x,o.y,d,r.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),s.stroke();var w=l-2.5*r.width;s.save(),s.translate(o.x,o.y),s.rotate((e[0]._proportion_-1)*Math.PI),s.beginPath(),s.setLineWidth(r.width/3);var x=s.createLinearGradient(0,.6*-w,0,.6*w);x.addColorStop("0",u("#FFFFFF",0)),x.addColorStop("0.5",u(e[0].color,1)),x.addColorStop("1.0",u("#FFFFFF",0)),s.setStrokeStyle(x),s.arc(0,0,w,.85*Math.PI,1.15*Math.PI,!1),s.stroke(),s.beginPath(),s.setLineWidth(1),s.setStrokeStyle(e[0].color),s.setFillStyle(e[0].color),s.moveTo(-w-r.width/3/2,-4),s.lineTo(-w-r.width/3/2-4,0),s.lineTo(-w-r.width/3/2,4),s.lineTo(-w-r.width/3/2,-4),s.stroke(),s.fill(),s.restore()}else{s.setLineWidth(r.width),s.setLineCap("butt");for(var $=0;$5&&void 0!==arguments[5]?arguments[5]:1,r=c({},{color:{},average:{}},i.extra.candle);r.color=c({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},r.color),r.average=c({},{show:!1,name:[],day:[],color:n.color},r.average),i.extra.candle=r;var o=i.chartData.xAxisData,l=o.xAxisPoints,u=o.eachSpacing,d=[];s.save();var f=-2,h=l.length+2,v=0,g=i.width+u;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(s.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/u)-2,h=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*u+i.area[3],g=v+(i.xAxis.itemCount+4)*u),(r.average.show||e)&&e.forEach((function(t,e){var r,o,c;r=[].concat(i.chartData.yAxisData.ranges[t.index]),o=r.pop(),c=r.shift();for(var d=t.data,f=X(d,o,c,l,u,i,n,a),h=I(f,t),_=0;_v&&(s.moveTo(w.x,w.y),y=1),b>0&&w.x>v&&w.xf&&m0?(s.setStrokeStyle(r.color.upLine),s.setFillStyle(r.color.upFill),s.setLineWidth(1*i.pix),s.moveTo(y[3].x,y[3].y),s.lineTo(y[1].x,y[1].y),s.lineTo(y[1].x-u/4,y[1].y),s.lineTo(y[0].x-u/4,y[0].y),s.lineTo(y[0].x,y[0].y),s.lineTo(y[2].x,y[2].y),s.lineTo(y[0].x,y[0].y),s.lineTo(y[0].x+u/4,y[0].y),s.lineTo(y[1].x+u/4,y[1].y),s.lineTo(y[1].x,y[1].y),s.moveTo(y[3].x,y[3].y)):(s.setStrokeStyle(r.color.downLine),s.setFillStyle(r.color.downFill),s.setLineWidth(1*i.pix),s.moveTo(y[3].x,y[3].y),s.lineTo(y[0].x,y[0].y),s.lineTo(y[0].x-u/4,y[0].y),s.lineTo(y[1].x-u/4,y[1].y),s.lineTo(y[1].x,y[1].y),s.lineTo(y[2].x,y[2].y),s.lineTo(y[1].x,y[1].y),s.lineTo(y[1].x+u/4,y[1].y),s.lineTo(y[0].x+u/4,y[0].y),s.lineTo(y[0].x,y[0].y),s.moveTo(y[3].x,y[3].y)),s.closePath(),s.fill(),s.stroke()}})),s.restore(),{xAxisPoints:l,calPoints:d,eachSpacing:u}}(o,g,e,i,n,t),a=s.xAxisPoints,r=s.calPoints,l=s.eachSpacing;e.chartData.xAxisPoints=a,e.chartData.calPoints=r,e.chartData.eachSpacing=l,kt(0,e,i,n),!1!==e.enableMarkLine&&1===t&&_t(e,0,n),Tt(g?0:e.series,e,i,n,e.chartData),xt(e,i,n,t),Et(0,n)},onAnimationFinish:function(){r.uevent.trigger("renderComplete")}});break}}function Ut(){this.events={}}Rt.prototype.stop=function(){this.isStop=!0},Ut.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},Ut.prototype.delEventListener=function(t){this.events[t]=[]},Ut.prototype.trigger=function(){for(var t=arguments.length,i=Array(t),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.opts=c({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=at(this.opts.series,this.opts,this.config,this.context),n=i.yAxisWidth;this.config.yAxisWidth=n;var s=0,a=Y(this.opts.categories,this.opts,this.config),r=a.xAxisPoints,o=a.startX,l=a.endX,u=a.eachSpacing,d=u*(r.length-1),f=l-o;s=f-d,this.scrollOption={currentOffset:s,startTouchX:s,distance:0,lastMoveTime:0},this.opts._scrollDistance_=s;break}Nt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var n=at(this.opts.series,this.opts,this.config,this.context),s=n.yAxisWidth;this.config.yAxisWidth=s;var a=0,r=Y(this.opts.categories,this.opts,this.config),o=r.xAxisPoints,c=r.startX,l=r.endX,u=r.eachSpacing,d=u*i,h=l-c,p=h-u*(o.length-1);a=h/2-d,a>0&&(a=0),a=this.opts.categories.length?this.opts.categories.length:h,this.opts.animation=!1,this.opts.xAxis.itemCount=h;var p=0,v=Y(this.opts.categories,this.opts,this.config),g=v.xAxisPoints,_=v.startX,m=v.endX,y=v.eachSpacing,b=y*this.scrollOption.moveCurrent1,w=m-_,x=w-y*(g.length-1);p=-b+Math.min(s[0].x,s[1].x)-this.opts.area[3]-y,p>0&&(p=0),p2*Math.PI&&(t-=2*Math.PI),t},r=Math.atan2(e.center.y-t.y,t.x-e.center.x);r*=-1,r<0&&(r+=2*Math.PI);var o=e.angleList.map((function(t){return t=a(-1*t),t}));o.forEach((function(t,e){var i=a(t-n/2),o=a(t+n/2);o=i&&r<=o||r+2*Math.PI>=i&&r+2*Math.PI<=o)&&(s=e)}))}return s}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,n=0,s=e.series.length;na.funnelArea[0]&&t.xa.funnelArea[1]&&t.ya.area[0]&&t.xa.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,a={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&A(t,i,n)&&o.forEach((function(e,i){t.y+s+r>e&&(a.index=i)})),a}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,n){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a={index:-1,group:[]},r=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(a.index=i)}));else{for(var l=Array(e.length),u=0;ue.start.x&&t.xe.start.y&&t.yu[0]-0&&t.xu[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){$(i,this.opts,t);var n=this.getLegendDataIndex(t);n>=0&&("candle"==this.opts.type?this.opts.seriesMA[n].show=!this.opts.seriesMA[n].show:this.opts.series[n].show=!this.opts.series[n].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Nt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var i=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=null;s=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],s||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var a=$(s,this.opts,e),r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){var d=C(this.opts.series,u,l.group);if(0!==d.length){var f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.y=a.y,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u,group:l.group}}}Nt.call(this,o.type,o,this.config,this.context)}if("mount"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e).index:n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:o.chartData.calPoints[u].x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1||u.length>0){d=C(this.opts.series,u,l.group);if(0!==d.length){f=S(d,this.opts,u,l.group,this.opts.categories,n),h=f.textList,p=f.offset;p.x=a.x,o.tooltip={textList:void 0!==n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){var v=D(d,this.opts,u,this.opts.categories,n);h=v.textList,p=v.offset;p.y=a.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),u=void 0==n.index?l.index:n.index;if(u>-1){r=this.scrollOption.currentOffset,o=c({},this.opts,{_scrollDistance_:r,animation:!1}),d=C(this.opts.series,u);if(0!==d.length){f=P(this.opts.series[0].data,d,this.opts,u,this.opts.categories,this.opts.extra.candle,n),h=f.textList,p=f.offset;p.y=a.y,o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},o._series_[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,o):d.name+": "+d.data,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}Nt.call(this,o.type,o,this.config,this.context)}if("map"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]);d.name=d.properties.name;h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("word"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=c({},this.opts.series[u]),h=[{text:n.formatter?n.formatter(d,void 0,u,this.opts):d.name,color:d.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?d.legendShape:this.opts.extra.tooltip.legendShape}],p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}o.updateData=!1,Nt.call(this,o.type,o,this.config,this.context)}if("radar"===this.opts.type){u=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(u>-1){o=c({},this.opts,{animation:!1}),d=C(this.opts.series,u);if(0!==d.length){h=d.map((function(t){return{text:n.formatter?n.formatter(t,i.opts.categories[u],u,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),p={x:a.x,y:a.y};o.tooltip={textList:n.textList?n.textList:h,offset:void 0!==n.offset?n.offset:p,option:n,index:u}}}Nt.call(this,o.type,o,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=c({},this.opts,{_scrollDistance_:t,animation:!1});Nt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=$(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),n=i-this.scrollOption.lastMoveTime;if(!(n=t.lastPage)?n("view",{staticClass:t._$s(17,"sc","endtext"),attrs:{_i:17}},[t._v(t._$s(17,"t0-0",t._s(t.$t("tips.msgBottom"))))]):t._e()],1),t._$s(18,"i",!t.lastPage)?n("view",{staticClass:t._$s(18,"sc","nolist"),attrs:{_i:18}},[n("image",{attrs:{src:t._$s(19,"a-src",i("8ef2")),_i:19}}),n("text",[t._v(t._$s(20,"t0-0",t._s(t.$t("index.none"))))])]):t._e()])},a=[]},e88d:function(t,e,i){"use strict";i.r(e);var n=i("9349"),s=i("6e12");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);e["default"]=o.exports},e8e2:function(t,e,i){"use strict";i.r(e);var n=i("11d0"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},e926:function(t,e,i){"use strict";i.r(e);var n=i("52bf"),s=i("bc66");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"3eda7e82",null,!1,n["a"],void 0);e["default"]=o.exports},ea80:function(t,e,i){"use strict";i.r(e);var n=i("454c"),s=i("02e9");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"0afe9137",null,!1,n["a"],void 0);e["default"]=o.exports},eb43:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e=this.lastPage?uni.showToast({title:"\u6ca1\u6709\u66f4\u591a\u6570\u636e\uff01",icon:"none"}):(this.page++,this.getList())},methods:{swipeClick:function(t,e){var i=this,n=i.ranklist[e].id;uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u662f\u5426\u5220\u9664\u5f53\u524d\u6d4b\u91cf\u8bb0\u5f55\uff1f",success:function(t){t.confirm?i.$model.getPublicHistoryDel({id:n}).then((function(t){0==t.code?(i.ranklist.splice(e,1),i.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")}),i.isDelete=!0,i.$tools.msg("\u5220\u9664\u6210\u529f")):i.$tools.msg(t.msg)})):t.cancel&&i.$tools.msg("\u60a8\u5df2\u53d6\u6d88\u64cd\u4f5c\uff01")}})},getList:function(){var e=this;this.$model.getPublicHistory({aud_id:uni.getStorageSync("userid"),acd_id:this.acd_id,page:this.page,name:this.labelName}).then((function(i){if(t("log","\u5386\u53f2\u8bb0\u5f55",i," at pageTwo/PublicCards/history.vue:139"),0==i.code){var n=[{text:"\u5220\u9664",style:{backgroundColor:"#dd524d"}}];i.data.rows.forEach((function(t){t.options=n})),e.ranklist=e.ranklist.concat(i.data.rows),e.lastPage=i.data.totalpage}}))},handleActive:function(t,e){this.active=e,this.labelName=t,this.page=1,this.ranklist=[],this.lastPage="",this.getList()}}};e.default=c}).call(this,i("f3b9")["default"])},eb49:function(t,e,i){"use strict";var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function o(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0,n=U.call(i);if("[object Array]"===n)return e=i.slice(0),e;if("[object Object]"===n){for(var s in i)e[s]=t(e[s],i[s]);return e}if("[object Date]"===n)return new Date(i.getTime());if("[object RegExp]"===n){var a=String(i),r=a.lastIndexOf("/");return new RegExp(a.slice(1,r),a.slice(r+1))}return i}("[object Array]"===U.call(t)?[]:{},t)},z=(s={},(0,a.default)(s,String,""),(0,a.default)(s,Number,0),(0,a.default)(s,Boolean,!1),(0,a.default)(s,Object,null),(0,a.default)(s,Array,[]),(0,a.default)(s,null,null),s);function W(t){return z[t]}function V(t){return h(t)?t.type:t}function q(t,e,i,n){var s=i[t];if(void 0!==s){var a=e[t],r=V(a);s=G(s,r);var o=a&&a.observer;return o&&setTimeout((function(){J(o,n,s)}),4),s}return function(t){return h(t)?p(t,"value")?t.value:W(t.type):W(t)}(e[t])}function G(t,e){return e===Boolean?!!t:e===String?String(t):t}function J(t,e,i,n){try{"function"===typeof t?t.call(e,i,n):"string"===typeof t&&"function"===typeof e[t]&&e[t](i,n)}catch(s){console.error("execute observer ".concat(t," callback fail! err: ").concat(s))}}function Y(t){var e=t.$options.mpOptions&&t.$options.mpOptions.properties,i=t.$options.propsData;i&&e&&Object.keys(e).forEach((function(n){p(i,n)&&(t[n]=G(i[n],V(e[n])))}))}function K(t){var e=JSON.parse(JSON.stringify(t.$options.mpOptions.data||{}));t["__data__"]=e;var i={get:function(){return t["__data__"]},set:function(e){t["__data__"]=e}};Object.defineProperties(t,{data:i,properties:i}),t.setData=N,function(t,e){var i=t.$options.mpOptions.properties;if(i){var n=H(t.$options.propsData)||{},s=function(s){var a=!!h(i[s])&&i[s].observer,r=q(s,i,n,t);Object.defineProperty(e,s,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){var i=r;e===r||e!==e&&r!==r||(r=Array.isArray(e)?e.slice(0):e,a&&J(a,t,e,i),t.$forceUpdate())}})};for(var a in i)s(a)}}(t,e),Object.keys(e).forEach((function(e){R(t,"__data__",e)}))}var X={beforeCreate:function(){this._renderProxy=this,this._$self=this,this._$noop=v},created:function(){K(this),function(t){var e=t.$emit;t.triggerEvent=function(i,n,s){var a={dataset:t.$el.dataset},r={target:a,currentTarget:a,detail:n,preventDefault:v,stopPropagation:v};e.call(t,i,r)},t.$emit=function(){t.triggerEvent.apply(t,arguments)},t.getRelationNodes=function(e){return(t._$relationNodes&&t._$relationNodes[e]||[]).filter((function(t){return!t._isDestroyed}))},t._$updateProperties=Y}(this),j(this)},mounted:function(){(function(t){var e=t.$options.watch;e&&Object.keys(e).forEach((function(i){var n=e[i];if(n.mounted){var s=t[i],a=n.handler;"string"===typeof a&&(a=t[a]),a&&a.call(t,s,s)}}))})(this)},destroyed:function(){E(this,"unlinked")}};t.__wxRoute="",t.__wxComponents=Object.create(null),t.__wxVueOptions=Object.create(null);var Q=o.default.nextTick;e.nextTick=Q;var Z=uni.__$wx__,tt=Z;e.default=tt}).call(this,i("0ee4"))},ee10:function(t,e){function i(t,e,i,n,s,a,r){try{var o=t[a](r),c=o.value}catch(l){return void i(l)}o.done?e(c):Promise.resolve(c).then(n,s)}t.exports=function(t){return function(){var e=this,n=arguments;return new Promise((function(s,a){var r=t.apply(e,n);function o(t){i(r,s,a,o,c,"next",t)}function c(t){i(r,s,a,o,c,"throw",t)}o(void 0)}))}},t.exports.__esModule=!0,t.exports["default"]=t.exports},ee48:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],s={type:["pie","ring","rose","funnel","line","column","area","radar","gauge","candle","demotype"],categories:["line","column","area","radar","gauge","candle","demotype"],instance:{},option:{},formatter:{tooltipDemo1:function(t){var e="";for(var i in t){0==i&&(e+=t[i].axisValueLabel+"\u5e74\u9500\u552e\u989d");var n="--";null!==t[i].data&&(n=t[i].data),e+="
"+t[i].marker+t[i].seriesName+"\uff1a"+n+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:n},column:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:n,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:n,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:n,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:n,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:n,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:n,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},a=s;e.default=a},eedb:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s=n(i("7ca3")),a=i("8f59");function r(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}var o=null,c={data:function(){return{bpm:0,isend:!1,weight:0,Ycount:0,time_m:"",time_s:"",time:0,kcal:0,Bcount:0,continuous:0,info:{},isToggle:!1,isEnd:!1,iswrapper:!1,isStart:!1}},computed:function(t){for(var e=1;e10&&(o.autoplay=!0,o.loop=!1,o.src=i.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),"00"==t.time_m&&"10"==t.time_s&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/time.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))}3==t.info.active&&(t.$video.video.forEach((function(e){Number(e.name)==Number(t.Ycount)-Number(t.weight)&&0!=Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src=e.video,o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3))})),10==Number(t.weight)&&(o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/number.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),3e3)))}},methods:{handleAudioStart:function(){var t=this;o.autoplay=!0,o.loop=!1,o.src="/pageTwo/static/Start.mp3",o.play(),setTimeout((function(){o.stop(),t.handleAudio()}),5e3)},handleAudio:function(){o.autoplay=!0,o.loop=!0,o.src="/pageTwo/static/flight.mp3",o.play()},notifyBLECharacteristicValue:function(){var e=this;uni.notifyBLECharacteristicValueChange({state:!0,deviceId:e.info.deviceId,serviceId:e.info.serviceId,characteristicId:e.info.notify,success:function(i){uni.onBLECharacteristicValueChange((function(i){var n=e.$tools.ab2hex(i.value,""),s=parseInt(n.substring(8,12),16),a=parseInt(n.substring(12,16),16),r=parseInt(n.substring(16,20),16),o=parseInt(n.substring(20,24),16),c=parseInt(n.substring(30,32),16),l=parseInt(n.substring(32,34),16),u=parseInt(n.substring(34,38),16),d=null,f=null;if(0==c||4==c){if(e.weight=s,e.Ycount=a,e.time=r,e.kcal=u/10,2!=e.info.active&&0!=s&&(d=Math.floor(r%3600/60),f=r%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f),2==e.info.active){var h=Number(o)-Number(r);d=Math.floor(h%3600/60),f=h%60,e.time_m=d>9?d:"0"+d,e.time_s=f>9?f:"0"+f}e.Bcount=parseInt(n.substring(24,26),16),e.continuous=parseInt(n.substring(26,30),16),t("log","\u81ea\u7531\u6a21\u5f0f",s,u,r,e.time_m,e.time_s,l," at pageTwo/devices/PCT01.vue:310")}2!=c&&3!=c||e.isToggle||(setTimeout((function(){e.isToggle=!0,e.handleStart("\u505c\u6b62")}),200),t("log","\u5f53\u524d\u72b6\u6001\u88ab\u5207\u6362"," at pageTwo/devices/PCT01.vue:317")),4!=c||e.isEnd||(e.isEnd=!0,t("log","\u5f53\u524d\u72b6\u6001\u88ab\u7ed3\u675f"," at pageTwo/devices/PCT01.vue:322"))}))},fail:function(e){t("log","\u6d4b\u91cf\u5931\u8d25",e.value," at pageTwo/devices/PCT01.vue:328")}})},SendData:function(e){var i=new Uint8Array(e.match(/[\da-f]{2}/gi).map((function(t){return parseInt(t,16)})));uni.writeBLECharacteristicValue({deviceId:this.info.deviceId,serviceId:this.info.serviceId,characteristicId:this.info.write,value:i.buffer,success:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u6210\u529f",e.errMsg," at pageTwo/devices/PCT01.vue:343")},fail:function(e){t("log","\u4e0b\u53d1\u6307\u4ee4\u5931\u8d25",e," at pageTwo/devices/PCT01.vue:346")}})},onlongpress:function(){var e=this;uni.vibrateLong({success:function(){t("log","\u77ed\u9707\u52a8"," at pageTwo/devices/PCT01.vue:354"),Number(e.time)<10?uni.showModal({title:"\u53cb\u60c5\u63d0\u793a",content:"\u672c\u6b21\u8df3\u7ef3\u65f6\u95f4\u4f4e\u4e8e10\u79d2\uff0c\u8bb0\u5f55\u5c06\u4e0d\u4f1a\u88ab\u4fdd\u5b58\uff1f",confirmText:"\u7ee7\u7eed",cancelText:"\u8fd4\u56de",success:function(t){t.cancel&&(e.isStart=!1,o.stop(),uni.navigateBack({delta:1}))}}):(e.handleStart("\u505c\u6b62"),setTimeout((function(){e.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){e.handleGetMeasure()}),800))},fail:function(e){t("error","\u9707\u52a8\u5931\u8d25\uff1a",e," at pageTwo/devices/PCT01.vue:383")}})},handleGetMeasure:function(){var e=this;3==e.info.active&&0==e.weight&&0!=e.Ycount?(t("log","1",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:391"),e.weight=e.Ycount):3==e.info.active&&0!=e.weight&&0!=e.Ycount&&(t("log","2",e.weight,e.Ycount," at pageTwo/devices/PCT01.vue:394"),e.weight=Number(e.Ycount)-Number(e.weight)),2==e.info.active&&(e.time_m=Math.floor(e.time%3600/60),e.time_s=e.time%60),t("log","111111\u4fdd\u5b58",e.weight,e.Ycount,e.time_m,e.time_s," at pageTwo/devices/PCT01.vue:401"),e.$model.getskipResult({aud_id:uni.getStorageSync("userid"),kcal:Math.floor(e.kcal),num:e.weight,time_m:Number(e.time_m),time_s:e.time_s,type:1==e.info.active?"free":2==e.info.active?"time":"num"}).then((function(i){t("log","\u4fdd\u5b58",e.time,i," at pageTwo/devices/PCT01.vue:410"),e.isStart=!1,o.stop(),0==i.code?(e.bpm=e.weight/(e.time/60),e.iswrapper=!0,e.info.isSuccessful=!0,e.$store.dispatch("getUserInfo",{aud_id:uni.getStorageSync("userid")})):e.$tools.msg(i.msg)}))},handleStart:function(e){var i=null,n=null;"\u8fde\u7eed"==e&&(i=Number(173).toString(16),n="A5050300"+i.substr(i.length-2,2),t("log","\u8fde\u7eed\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:433")),"\u505c\u6b62"==e&&(i=Number(178).toString(16),n="A5050305"+i.substr(i.length-2,2),t("log","\u505c\u6b62\u8fde\u7eed",n," at pageTwo/devices/PCT01.vue:438")),"\u5f00\u59cb"==e&&(i=Number(175).toString(16),n="A5050500"+i.substr(i.length-2,2)),"\u7ed3\u675f"==e&&(i=Number(176).toString(16),n="A5050501"+i.substr(i.length-2,2),t("log","\u7ed3\u675f\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:447")),"\u7ee7\u7eed"==e&&(i=Number(174).toString(16),n="A5050400"+i.substr(i.length-2,2),t("log","\u7ee7\u7eed\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:452")),"\u6682\u505c"==e&&(i=Number(175).toString(16),n="A5050401"+i.substr(i.length-2,2),t("log","\u6682\u505c\u6307\u4ee4",n," at pageTwo/devices/PCT01.vue:457")),this.SendData(n)},handleTarget:function(){o.stop(),uni.navigateBack({delta:1})},handleEnd:function(){var t=this;t.handleStart("\u505c\u6b62"),setTimeout((function(){t.handleStart("\u7ed3\u675f")}),400),setTimeout((function(){uni.$emit("updateData",JSON.stringify(t.info))}),600)}}};e.default=c}).call(this,i("f3b9")["default"])},f0c6:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ea80").default,uniIcons:i("61c5").default},s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","content"),attrs:{_i:0}},[t._$s(1,"i",!t.isRefresh)?n("headerIndex",{attrs:{_i:1},on:{getAciveCity:t.getAciveCity}}):t._e(),n("view",{staticClass:t._$s(2,"sc","box"),attrs:{_i:2}},[n("view",{staticClass:t._$s(3,"sc","title bold"),attrs:{_i:3}}),n("view",{staticClass:t._$s(4,"sc","charts mt-15"),attrs:{_i:4}},[n("qiun-data-charts",{attrs:{type:"arcbar",chartData:t.chartData,Height:140,Width:140,canvas2d:!0,_i:5}}),n("view",{staticClass:t._$s(6,"sc","name"),attrs:{_i:6}},[t._v(t._$s(6,"t0-0",t._s(t.score?t.score:"--")))])],1),n("view",{staticClass:t._$s(7,"sc","btn history"),attrs:{_i:7},on:{click:function(e){return t.navTo("/pageTwo/score/history")}}}),t._$s(8,"i",t.Max_score)?n("view",{staticClass:t._$s(8,"sc","title bold Max_score"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(t.Max_score)))]):t._e(),n("view",{staticClass:t._$s(9,"sc","Lastdata"),attrs:{_i:9},on:{click:function(e){return t.getList(1)}}})]),t._$s(10,"i",t.selectllist.length)?n("view",[t._l(t._$s(11,"f",{forItems:t.selectllist}),(function(e,i,s,a){return n("view",{key:t._$s(11,"f",{forIndex:s,key:"11-"+a})},[n("view",{staticClass:t._$s("12-"+a,"sc","titleName bold mt-15 ml-15 size16"),attrs:{_i:"12-"+a}},[t._v(t._$s("12-"+a,"t0-0",t._s(e.name)))]),n("view",{staticClass:t._$s("13-"+a,"sc","indexCarList"),attrs:{_i:"13-"+a}},t._l(t._$s("14-"+a,"f",{forItems:e.list}),(function(e,i,s,r){return n("view",{key:t._$s("14-"+a,"f",{forIndex:s,key:"14-"+a+"-"+r}),staticClass:t._$s("14-"+a+"-"+r,"sc","card"),attrs:{_i:"14-"+a+"-"+r}},[n("view",{staticClass:t._$s("15-"+a+"-"+r,"sc","title"),attrs:{_i:"15-"+a+"-"+r}},[n("view",{staticClass:t._$s("16-"+a+"-"+r,"sc","name "),attrs:{_i:"16-"+a+"-"+r}},[t._v(t._$s("16-"+a+"-"+r,"t0-0",t._s(e.name)))])]),t._l(t._$s("17-"+a+"-"+r,"f",{forItems:e.list}),(function(i,s,o,c){return t._$s("17-"+a+"-"+r+"-"+c,"i",!t.isresult)?n("view",{key:t._$s("17-"+a+"-"+r,"f",{forIndex:o,key:s}),staticClass:t._$s("17-"+a+"-"+r+"-"+c,"sc","item3"),attrs:{_i:"17-"+a+"-"+r+"-"+c}},[t._$s("18-"+a+"-"+r+"-"+c,"i",Number(e.is_choice)>=1)?n("uni-icons",{attrs:{type:1==i.choice_state?"circle-filled":"circle",color:1==i.choice_state?"#FEC407":"#dfdfdf",size:"22",_i:"18-"+a+"-"+r+"-"+c},on:{click:function(n){return t.handleActiveState(e,i,s)}}}):t._e(),n("view",{staticClass:t._$s("19-"+a+"-"+r+"-"+c,"sc","name"),attrs:{_i:"19-"+a+"-"+r+"-"+c},on:{click:function(e){return t.handleTips(i.describe)}}},[n("text",[t._v(t._$s("20-"+a+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),t._$s("21-"+a+"-"+r+"-"+c,"i",i.describe)?n("uni-icons",{attrs:{type:"info",color:"#f0ad4e",size:"20",_i:"21-"+a+"-"+r+"-"+c}}):t._e()],1),n("view",{staticClass:t._$s("22-"+a+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"22-"+a+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("23-"+a+"-"+r+"-"+c,"sc","input"),attrs:{_i:"23-"+a+"-"+r+"-"+c}},[t._$s("24-"+a+"-"+r+"-"+c,"i",1==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("24-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"24-"+a+"-"+r+"-"+c},domProps:{value:t._$s("24-"+a+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("25-"+a+"-"+r+"-"+c,"e",2==i.type||3==i.type)?n("input",{directives:[{name:"model",rawName:"v-model",value:i.value,expression:"it.value"}],style:t._$s("25-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"25-"+a+"-"+r+"-"+c},domProps:{value:t._$s("25-"+a+"-"+r+"-"+c,"v-model",i.value)},on:{input:[function(e){e.target.composing||t.$set(i,"value",e.target.value)},function(e){return t.changeDisabled(i)}]}}):t._$s("26-"+a+"-"+r+"-"+c,"e",4==i.type)?n("picker",{style:t._$s("26-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{range:t._$s("26-"+a+"-"+r+"-"+c,"a-range",t.timeList),_i:"26-"+a+"-"+r+"-"+c},on:{change:function(e){return t.bindTimeChange(e,i)},input:function(e){return t.changeDisabled(i)}}},[n("view",[t._v(t._$s("27-"+a+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"\u8bf7\u9009\u62e9")))]),n("uni-icons",{staticClass:t._$s("28-"+a+"-"+r+"-"+c,"sc","down"),attrs:{type:"down",color:"#999",size:"20",_i:"28-"+a+"-"+r+"-"+c}})],1):t._e(),t._$s("29-"+a+"-"+r+"-"+c,"i",i.value&&"4"!=i.type)?n("uni-icons",{staticClass:t._$s("29-"+a+"-"+r+"-"+c,"sc","uni-icons"),attrs:{type:"clear",color:"#999",size:"24",_i:"29-"+a+"-"+r+"-"+c},on:{click:function(e){return t.handleValue(i)}}}):t._e()],1),n("text",{style:t._$s("30-"+a+"-"+r+"-"+c,"s",{color:i.inputStyle}),attrs:{_i:"30-"+a+"-"+r+"-"+c},on:{input:function(e){return t.changeDisabled(i)}}},[t._v(t._$s("30-"+a+"-"+r+"-"+c,"t0-0",t._s(i.unit)))])])],1):t._e()})),t._l(t._$s("31-"+a+"-"+r,"f",{forItems:e.list}),(function(i,s,o,c){return t._$s("31-"+a+"-"+r+"-"+c,"i",t.isresult&&e.list.length>1)?n("view",{key:t._$s("31-"+a+"-"+r,"f",{forIndex:o,key:s}),staticClass:t._$s("31-"+a+"-"+r+"-"+c,"sc","result item3"),attrs:{_i:"31-"+a+"-"+r+"-"+c}},[n("view",{staticClass:t._$s("32-"+a+"-"+r+"-"+c,"sc","name"),attrs:{_i:"32-"+a+"-"+r+"-"+c}},[t._v(t._$s("32-"+a+"-"+r+"-"+c,"t0-0",t._s(i.name)))]),n("view",{staticClass:t._$s("33-"+a+"-"+r+"-"+c,"sc","weight"),attrs:{_i:"33-"+a+"-"+r+"-"+c}},[n("view",[t._v(t._$s("34-"+a+"-"+r+"-"+c,"t0-0",t._s(i.value?i.value:"-")))]),n("view",{staticClass:t._$s("35-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"35-"+a+"-"+r+"-"+c}},[t._v(t._$s("35-"+a+"-"+r+"-"+c,"t0-0",t._s(i.proportion_value?i.proportion_value:"-")))]),n("view",{staticClass:t._$s("36-"+a+"-"+r+"-"+c,"sc","cblue bold"),attrs:{_i:"36-"+a+"-"+r+"-"+c}},[t._v(t._$s("36-"+a+"-"+r+"-"+c,"t0-0",t._s(i.total_score?i.total_score:"-")))])])]):t._e()}))],2)})),0)])})),t._$s(37,"i",t.isSports)?n("view",{staticClass:t._$s(37,"sc","gfbtn"),attrs:{_i:37},on:{click:function(e){return t.handleNewScore()}}}):n("view",{staticClass:t._$s(38,"sc","gfbtn"),attrs:{_i:38},on:{click:function(e){return t.handlescore()}}})],2):n("view",{staticClass:t._$s(39,"sc","nolist"),attrs:{_i:39}},[n("image",{attrs:{src:t._$s(40,"a-src",i("8ef2")),_i:40}}),n("text",[t._v(t._$s(41,"t0-0",t._s(t.msg)))])]),n("uslider",{attrs:{_i:42}}),t._$s(43,"i",t.isDrawe)?n("view",{staticClass:t._$s(43,"sc","wrapper"),attrs:{_i:43}},[n("view",{staticClass:t._$s(44,"sc","bg"),attrs:{_i:44},on:{click:t.onTap}}),n("view",{staticClass:t._$s(45,"sc","edit"),attrs:{_i:45},on:{click:function(t){t.stopPropagation()}}},[n("view",{staticClass:t._$s(46,"sc","title"),attrs:{_i:46}},[n("text",{staticClass:t._$s(47,"sc","choice"),attrs:{_i:47}},[t._v(t._$s(47,"t0-0",t._s(t.List.length))+t._$s(47,"t0-1",t._s(t.choice)))])]),t._l(t._$s(48,"f",{forItems:t.List}),(function(e,i,s,a){return n("view",{key:t._$s(48,"f",{forIndex:s,key:i}),staticClass:t._$s("48-"+a,"sc","item"),attrs:{_i:"48-"+a},on:{click:function(i){return t.toggle(e)}}},[t._$s("49-"+a,"i",1==t.choice)?n("uni-icons",{attrs:{type:t.isActive.name==e.name?"circle-filled":"circle",size:"22",color:t.isActive.name==e.name?"#FEC407":"#dfdfdf",_i:"49-"+a}}):t._e(),t._$s("50-"+a,"i",t.choice>1)?n("uni-icons",{attrs:{type:-1!=t.isActiveNameList.indexOf(e.name)?"checkbox-filled":"circle",size:"22",color:-1!=t.isActiveNameList.indexOf(e.name)?"#FEC407":"#dfdfdf",_i:"50-"+a}}):t._e(),n("view",{staticClass:t._$s("51-"+a,"sc","name"),attrs:{_i:"51-"+a}},[n("view",{staticClass:t._$s("52-"+a,"sc","overflow"),attrs:{_i:"52-"+a}},[t._v(t._$s("52-"+a,"t0-0",t._s(e.name)))])])],1)})),n("view",{staticClass:t._$s(53,"sc","btn close"),attrs:{_i:53},on:{click:t.onTap}}),n("view",{staticClass:t._$s(54,"sc","btn"),attrs:{_i:54},on:{click:t.handleTarget}})],2)]):t._e()],1)},a=[]},f179:function(t,e,i){t.exports=i.p+"static/q10.png"},f281:function(t,e,i){"use strict";i.r(e);var n=i("d26b"),s=i.n(n);for(var a in n)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(a);e["default"]=s.a},f341:function(t,e,i){"use strict";i.r(e);var n=i("6774"),s=i("1aa2");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,"430c4d7a",null,!1,n["a"],void 0);e["default"]=o.exports},f36a:function(t,e,i){"use strict";(function(t){var n=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var s,a=n(i("7ca3")),r=i("8f59");function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e1?e-1:0),n=1;n1){var u=c.pop();l=c.join("---COMMA---"),0===u.indexOf(" at ")?l+=u:l+="---COMMA---"+u}else l=c[0];console[o](l)}n.r(i),n.d(i,"log",(function(){return o})),n.d(i,"default",(function(){return c}))},f40c:function(t,e,i){"use strict";i.r(e);var n=i("dd8c"),s=i("09e9");for(var a in s)["default"].indexOf(a)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(a);var r=i("828b"),o=i("6a14"),c=Object(r["a"])(s["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);"function"===typeof o["a"]&&Object(o["a"])(c),e["default"]=c.exports},f52d:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){return n}));var n={qiunDataCharts:i("ea80").default},s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("view",{staticClass:t._$s(0,"sc","content "),attrs:{_i:0}},[i("view",{staticClass:t._$s(1,"sc","tabbar"),attrs:{_i:1}},[i("scroll-view",{staticClass:t._$s(2,"sc","scroll-menu"),attrs:{_i:2}},t._l(t._$s(3,"f",{forItems:t.labelList}),(function(e,n,s,a){return i("view",{key:t._$s(3,"f",{forIndex:s,key:"3-"+a}),class:t._$s("3-"+a,"c",[t.active==n?"active":""]),attrs:{_i:"3-"+a},on:{click:function(i){return t.handleActive(e,n)}}},[i("text",[t._v(t._$s("4-"+a,"t0-0",t._s(e)))])])})),0)]),i("view",{staticClass:t._$s(5,"sc","desc"),attrs:{_i:5}},[i("view",{staticClass:t._$s(6,"sc","statuevue"),attrs:{_i:6}},[i("view",{staticClass:t._$s(7,"sc","bi"),attrs:{_i:7}},[i("view",{staticClass:t._$s(8,"sc","peobox"),style:t._$s(8,"s","left:"+Number(t.offset)+"%"),attrs:{_i:8}},[i("view",{staticClass:t._$s(9,"sc","xx"),attrs:{_i:9}})]),t._l(t._$s(10,"f",{forItems:t.lineList}),(function(e,n,s,a){return i("view",{key:t._$s(10,"f",{forIndex:s,key:n}),staticClass:t._$s("10-"+a,"sc","item"),style:t._$s("10-"+a,"s",{backgroundColor:e.color}),attrs:{_i:"10-"+a}},[i("view",{staticClass:t._$s("11-"+a,"sc","span1"),attrs:{_i:"11-"+a}},[t._v(t._$s("11-"+a,"t0-0",t._s(e.text)))]),t._$s("12-"+a,"i",n1?e-1:0),a=1;at.end.x||e.end.xt.start.y||e.start.y1&&(n.extra.mount.widthRatio>2&&(n.extra.mount.widthRatio=2),s+=(n.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",n.xAxis.scrollPosition="left"):Math.abs(e)>=s-r?(o=r-s,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",n.xAxis.scrollPosition="right"):(t.scrollOption.position=e,n.xAxis.scrollPosition=e),o}function f(t,e,i){function a(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=a(t),e=a(e),i=a(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function a(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var n=.2,r=.2,s=null,o=null,c=null,l=null;if(e<1?(s=t[0].x+(t[1].x-t[0].x)*n,o=t[0].y+(t[1].y-t[0].y)*n):(s=t[e].x+(t[e+1].x-t[e-1].x)*n,o=t[e].y+(t[e+1].y-t[e-1].y)*n),e>t.length-3){var d=t.length-1;c=t[d].x-(t[d].x-t[d-1].x)*r,l=t[d].y-(t[d].y-t[d-1].y)*r}else c=t[e+1].x-(t[e+2].x-t[e].x)*r,l=t[e+1].y-(t[e+2].y-t[e].y)*r;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),a(t,e+1)&&(c=t[e+1].x),a(t,e)&&(s=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(s>=Math.max(t[e].x,t[e+1].x)||s<=Math.min(t[e].x,t[e+1].x))&&(s=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:s,y:o},ctrB:{x:c,y:l}}}function g(t,e,i){return{x:i.x+t,y:i.y-e}}function v(t,e){if(e)while(c.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function h(t,e,i){for(var a=0,n=0;n=1e4?1e3:a>=1e3?100:a>=100?10:a>=10?5:a>=1?1:a>=.1?.1:a>=.01?.01:a>=.001?.001:a>=1e-4?1e-4:a>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var a=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var n=0;n-1;if(r)for(var s=A(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},s=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(a.length>0){for(var c=[],l=0;l0&&(a=n[i]),{text:r.formatter?r.formatter(t,a,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:u,offset:f}}function z(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},r=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,s=t.map((function(t){return{text:n.formatter?n.formatter(t,a[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));s=s.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(r),y:0};return{textList:s,offset:o}}function E(t,e,i,a,n,r){var s=i.chartData.calPoints,o=r.color.upFill,c=r.color.downFill,l=[o,o,c,o],d=[];e.map((function(e){0==a?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[a-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function P(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function T(t,e){var i=[],a=[];return t.forEach((function(t,n){e.connectNulls?null!==t&&a.push(t):null!==t?a.push(t):(a.length&&i.push(a),a=[])})),a.length&&i.push(a),i}function F(t,e,i,a,n){var r={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},s=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var a=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(a),s,n)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){r.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(r.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;n="stack"==a?m(t,e.categories.length):w(t);var o=[];n=n.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),n.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),s>-1?("number"===typeof e.xAxis.data[s].min&&(c=Math.min(e.xAxis.data[s].min,c)),"number"===typeof e.xAxis.data[s].max&&(l=Math.max(e.xAxis.data[s].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var d=l||10;l+=d}for(var u=c,f=l,p=[],g=(f-u)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)p.push(u+g*v);return p}(t,e,i,n.type),s.rangesFormat=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));var l=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));s=Object.assign(s,N(l,e,i));s.eachSpacing,l.map((function(t){return b(t,e.xAxis.fontSize*e.pix,a)}));return!0===e.xAxis.disabled&&(s.xAxisHeight=0),s}function O(t,e,i,a,n){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,s=n.extra.radar||{};s.max=s.max||0;for(var o=Math.max(s.max,Math.max.apply(null,w(a))),c=[],l=function(n){var s=a[n],l={};l.color=s.color,l.legendShape=s.legendShape,l.pointShape=s.pointShape,l.data=[],s.data.forEach((function(a,n){var s={};s.angle=t[n],s.proportion=a/o,s.value=a,s.position=g(i*s.proportion*r*Math.cos(s.angle),i*s.proportion*r*Math.sin(s.angle),e),l.data.push(s)})),c.push(l)},d=0;d2&&void 0!==arguments[2]?arguments[2]:1,a=0,n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0,s=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function I(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function H(t,e,i){var a;a=i=2&&(t[r]._endAngle_=t[r]._endAngle_%2),n=t[r]._endAngle_;return t}function W(t,e,i){for(var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,n=0;n=i.oldData?r._proportion_=(r._endAngle_-r._oldAngle_)*a+i.oldAngle:r._proportion_=r._oldAngle_-(r._oldAngle_-r._endAngle_)*a,r._proportion_>=2&&(r._proportion_=r._proportion_%2)}return t}function R(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return"mix"==r.type?(n=r.extra.mix.column.seriesGap*r.pix||0,s=r.extra.mix.column.categoryGap*r.pix||0):(n=r.extra.column.seriesGap*r.pix||0,s=r.extra.column.categoryGap*r.pix||0),n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.mix&&r.extra.mix.column.width&&+r.extra.mix.column.width>0&&(t.width=Math.min(t.width,+r.extra.mix.column.width*r.pix)),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t.x+=(a+.5-i/2)*(t.width+n),t}))}function q(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return n=r.extra.bar.seriesGap*r.pix||0,s=r.extra.bar.categoryGap*r.pix||0,n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t.y+=(a+.5-i/2)*(t.width+n),t}))}function G(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),a>0&&(t.width-=s),t)}))}function Y(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function U(t,e,i,a,n,r,s){var o=r.extra.bar.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function N(t,e,i){var a=e.width-e.area[1]-e.area[3],n=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&n>1&&"justify"==e.xAxis.boundaryGap&&(n-=1);var r=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),r=e.extra.mount.widthRatio-1,n+=r);var s=a/n,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+r/2*s+e*s)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+r*s+t.length*s):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:s}}function X(t,e,i,a,n,r,s){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=r.height-r.area[0]-r.area[2];return t.forEach((function(t,s){if(null===t)c.push(null);else{var d=[];t.forEach((function(t,c){var u={};u.x=a[s]+Math.round(n/2);var f=t.value||t,p=l*(f-e)/(i-e);p*=o,u.y=r.height-Math.round(p)-r.area[2],d.push(u)})),c.push(d)}})),c}function J(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=s.type&&"area"!=s.type&&"scatter"!=s.type&&"bubble"!=s.type||(l=s.xAxis.boundaryGap);var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};p.color=t.color,p.x=a[o];var g,v,h,x=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)g=[].concat(s.chartData.xAxisData.ranges),v=g.shift(),h=g.pop(),x=t[1],p.x=s.area[3]+f*(t[0]-v)/(h-v),"bubble"==s.type&&(p.r=t[2],p.t=t[3]);else x=t.value;"center"==l&&(p.x+=n/2);var _=u*(x-e)/(i-e);_*=c,p.y=s.height-_-s.area[2],d.push(p)}})),d}function Q(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=s.xAxis.boundaryGap,u=[],f=s.height-s.area[0]-s.area[2],p=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var g={};if(g.color=t.color,"vertical"==c.animation){g.x=a[o];var v,h,x,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(s.chartData.xAxisData.ranges),h=v.shift(),x=v.pop(),_=t[1],g.x=s.area[3]+p*(t[0]-h)/(x-h);else _=t.value;"center"==d&&(g.x+=n/2);var b=f*(_-e)/(i-e);b*=l,g.y=s.height-b-s.area[2],u.push(g)}else{g.x=a[0]+n*o*l;_=t;"center"==d&&(g.x+=n/2);b=f*(_-e)/(i-e);g.y=s.height-b-s.area[2],u.push(g)}}})),u}function Z(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var c={};c.color=t.color,c.x=a[o];var p,g,v,h=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(s.chartData.xAxisData.ranges),g=p.shift(),v=p.pop(),h=t[1],c.x=s.area[3]+f*(t[0]-g)/(v-g);else h=t.value;c.x+=n/2;var x=u*(h*l-e)/(i-e);c.y=s.height-x-s.area[2],d.push(c)}})),d}function K(t,e,i,a,n,r,s,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],d=r.height-r.area[0]-r.area[2],u=(r.width,r.area[1],r.area[3],n*s.widthRatio);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=a[s],o.x+=n/2;var f=t.data,p=d*(f*c-e)/(i-e);o.y=r.height-p-r.area[2],o.value=f,o.width=u,l.push(o)}})),l}function tt(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],d=(s.height,s.area[0],s.area[2],s.width-s.area[1]-s.area[3]);return t.forEach((function(t,n){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=a[n];var u=t;"object"===(0,r.default)(t)&&null!==t&&(u=t.value);var f=d*(u-e)/(i-e);f*=c,o.height=f,o.value=u,o.x=f+s.area[3],l.push(o)}})),l}function et(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.height-s.area[0]-s.area[2];return t.forEach((function(t,o){if(null===t)u.push(null);else{var p={};if(p.color=t.color,p.x=a[o]+Math.round(n/2),c>0){for(var g=0,v=0;v<=c;v++)g+=l[v].data[o];var h=g-t,x=f*(g-e)/(i-e),_=f*(h-e)/(i-e)}else{g=t;"object"===(0,r.default)(t)&&null!==t&&(g=t.value);x=f*(g-e)/(i-e),_=0}var b=_;x*=d,b*=d,p.y=s.height-Math.round(x)-s.area[2],p.y0=s.height-Math.round(b)-s.area[2],u.push(p)}})),u}function it(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,n){if(null===t)u.push(null);else{var o={};if(o.color=t.color,o.y=a[n],c>0){for(var p=0,g=0;g<=c;g++)p+=l[g].data[n];var v=p-t,h=f*(p-e)/(i-e),x=f*(v-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);h=f*(p-e)/(i-e),x=0}var _=x;h*=d,_*=d,o.height=h-_,o.x=s.area[3]+h,o.x0=s.area[3]+_,u.push(o)}})),u}function at(t,e,i,a,n){var s;s="stack"==a?m(t,e.categories.length):w(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=n.min||0,l=n.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var d=_(c,l),u=void 0===n.min||null===n.min?d.minRange:n.min,f=void 0===n.max||null===n.max?d.maxRange:n.max,p=(f-u)/e.yAxis.splitNumber,g=[],v=0;v<=e.yAxis.splitNumber;v++)g.push(u+p*v);return g.reverse()}function nt(t,e,i,a){var n=o({},{type:""},e.extra.column),r=e.yAxis.data.length,s=new Array(r);if(r>0){for(var l=0;l0&&0==n.tooltip.group.includes(s))){var o="number"===typeof n.tooltip.index?n.tooltip.index:n.tooltip.index[n.tooltip.group.indexOf(s)];if(a.beginPath(),"hollow"==r.activeType?(a.setStrokeStyle(e),a.setFillStyle(n.background),a.setLineWidth(2*n.pix)):(a.setStrokeStyle("#ffffff"),a.setFillStyle(e),a.setLineWidth(1*n.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x+2.5*n.pix,t.y),a.arc(t.x,t.y,3*n.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;a.closePath(),a.fill(),a.stroke()}}function ct(t,e,i,a){var n=t.title.fontSize||e.titleFontSize,r=t.subtitle.fontSize||e.subtitleFontSize,s=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,d=s?n:0,u=o?r:0;if(o){var f=b(o,r*t.pix,i),p=a.x-f/2+(t.subtitle.offsetX||0)*t.pix,g=a.y+r*t.pix/2+(t.subtitle.offsetY||0)*t.pix;s&&(g+=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(r*t.pix),i.setFillStyle(l),i.fillText(o,p,g),i.closePath(),i.stroke()}if(s){var v=b(s,n*t.pix,i),h=a.x-v/2+(t.title.offsetX||0),x=a.y+n*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(x-=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(n*t.pix),i.setFillStyle(c),i.fillText(s,h,x),i.closePath(),i.stroke()}}function lt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){a.beginPath();var l=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(l),a.setFillStyle(e.textColor||n.fontColor);var d=s[c];"object"===(0,r.default)(s[c])&&null!==s[c]&&(d=s[c].constructor.toString().indexOf("Array")>-1?s[c][1]:s[c].value);var u=e.formatter?e.formatter(d,c,e,n):d;a.setTextAlign("center"),a.fillText(String(u),t.x,t.y-4+o*n.pix),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function dt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0,c=n.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){a.beginPath();var d=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(d),a.setFillStyle(e.textColor||n.fontColor);var u=s[l];"object"===(0,r.default)(s[l])&&null!==s[l]&&(u=s[l].constructor.toString().indexOf("Array")>-1?s[l][1]:s[l].value);var f=e.formatter?e.formatter(u,l,e,n):u;a.setTextAlign("center");var p=t.y-4*n.pix+o*n.pix;t.y>e.zeroPoints&&(p=t.y+o*n.pix+d),"insideTop"==c&&(p=t.y+d+o*n.pix,t.y>e.zeroPoints&&(p=t.y-o*n.pix-4*n.pix)),"center"==c&&(p=t.y+o*n.pix+(n.height-n.area[2]-t.y+d)/2,e.zeroPointse.zeroPoints&&(p=t.y-o*n.pix-(t.y-e.zeroPoints-d)/2),"stack"==n.extra.column.type&&(p=t.y+o*n.pix+(t.y0-t.y+d)/2)),"bottom"==c&&(p=n.height-n.area[2]+o*n.pix-4*n.pix,e.zeroPointse.zeroPoints&&(p=e.zeroPoints-o*n.pix+d+2*n.pix),"stack"==n.extra.column.type&&(p=t.y0+o*n.pix-4*n.pix)),a.fillText(String(f),t.x,p),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ut(t,e,i,a,n,r){e.data;var s=e.textOffset?e.textOffset:0;n.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e[o].textSize?e[o].textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e[o].textColor||n.fontColor);var l=t.value,d=e[o].formatter?e[o].formatter(l,o,e,n):l;a.setTextAlign("center");var u=t.y-4*n.pix+s*n.pix;t.y>r&&(u=t.y+s*n.pix+c),a.fillText(String(d),t.x,u),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ft(t,e,i,a,n){var s=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e.textColor||n.fontColor);var l=s[o];"object"===(0,r.default)(s[o])&&null!==s[o]&&(l=s[o].value);var d=e.formatter?e.formatter(l,o,e,n):l;a.setTextAlign("left"),a.fillText(String(d),t.x+4*n.pix,t.y+c/2-3),a.closePath(),a.stroke()}}))}function pt(t,e,i,a,n,r){var s;e-=t.width/2+t.labelOffset*a.pix,e=e<10?10:e,s=t.endAngle=2&&(d%=2),u+=l}}function gt(t,e,i,a,n,r){var s=a.extra.radar||{};t.forEach((function(t,o){if(!0===s.labelPointShow&&""!==a.categories[o]){var l={x:e*Math.cos(t),y:e*Math.sin(t)},d=g(l.x,l.y,i);r.setFillStyle(s.labelPointColor),r.beginPath(),r.arc(d.x,d.y,s.labelPointRadius*a.pix,0,2*Math.PI,!1),r.closePath(),r.fill()}if(!0===s.labelShow){var u={x:(e+n.radarLabelTextMargin*a.pix)*Math.cos(t),y:(e+n.radarLabelTextMargin*a.pix)*Math.sin(t)},f=g(u.x,u.y,i),p=f.x,v=f.y;c.approximatelyEqual(u.x,0)?p-=b(a.categories[o]||"",n.fontSize,r)/2:u.x<0&&(p-=b(a.categories[o]||"",n.fontSize,r)),r.beginPath(),r.setFontSize(n.fontSize),r.setFillStyle(s.labelColor||a.fontColor),r.fillText(a.categories[o]||"",p,v+n.fontSize/2),r.closePath(),r.stroke()}}))}function vt(t,e,i,a,n,r){for(var s=i.pieChartLinePadding,o=[],l=null,d=t.map((function(i,a){var n=i.formatter?i.formatter(i,a,t,e):c.toFixed(100*i._proportion_.toFixed(4))+"%";n=i.labelText?i.labelText:n;var r=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(r=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var s=i.color,o=i._radius_;return{arc:r,text:n,color:s,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),u=0;u=0?p+i.pieChartTextPadding:p-i.pieChartTextPadding,m=h,y=b(f.text,f.textSize*e.pix||i.fontSize,a),C=m;l&&c.isSameXCoordinateArea(l.start,{x:w})&&(C=w>0?Math.min(m,l.start.y):p<0||m>0?Math.max(m,l.start.y):Math.min(m,l.start.y)),w<0&&(w-=y);var $={lineStart:{x:x,y:_},lineEnd:{x:p,y:h},start:{x:w,y:C},width:y,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};l=v($,l),o.push(l)}for(var k=0;kn?n:r.activeWidth;var s=e.area[0],c=e.height-e.area[2];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(t-r.activeWidth/2,s,r.activeWidth,c-s),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function bt(t,e,i,a,n){var r=o({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),s=e.area[3],c=e.width-e.area[1];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(s,t-n/2,c-s,n),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function wt(t,e,i,a,n,r,s){var c=o({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==c.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var d=c.fontSize*i.pix,u=c.lineHeight*i.pix,f=c.boxPadding*i.pix,p=d,g=5*i.pix;0==c.legendShow&&(p=0,g=0);var v=c.showArrow?8*i.pix:0,h=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==c.splitLine&&function(t,e,i,a){var n=e.extra.tooltip||{};n.gridType=void 0==n.gridType?"solid":n.gridType,n.dashLength=void 0==n.dashLength?4:n.dashLength;var r=e.area[0],s=e.height-e.area[2];if("dash"==n.gridType&&a.setLineDash([n.dashLength,n.dashLength]),a.setStrokeStyle(n.gridColor||"#cccccc"),a.setLineWidth(1*e.pix),a.beginPath(),a.moveTo(t,r),a.lineTo(t,s),a.stroke(),a.setLineDash([]),n.xAxisLabel){var o=e.categories[e.tooltip.index];a.setFontSize(i.fontSize);var c=b(o,i.fontSize,a),d=t-.5*c,u=s+2*e.pix;a.beginPath(),a.setFillStyle(l(n.labelBgColor||i.toolTipBackground,n.labelBgOpacity||i.toolTipOpacity)),a.setStrokeStyle(n.labelBgColor||i.toolTipBackground),a.setLineWidth(1*e.pix),a.rect(d-n.boxPadding*e.pix,u,c+2*n.boxPadding*e.pix,i.fontSize+2*n.boxPadding*e.pix),a.closePath(),a.stroke(),a.fill(),a.beginPath(),a.setFontSize(i.fontSize),a.setFillStyle(n.labelFontColor||e.fontColor),a.fillText(String(o),d,u+n.boxPadding*e.pix+i.fontSize),a.closePath(),a.stroke()}}(i.tooltip.offset.x,i,a,n),e=o({x:0,y:0},e),e.y-=8*i.pix;var x=t.map((function(t){return b(t.text,d,n)})),_=p+g+4*f+Math.max.apply(null,x),w=2*f+t.length*u;if(0!=c.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+_>i.width&&(h=!0),w+e.y>i.height&&(e.y=i.height-w),n.beginPath(),n.setFillStyle(l(c.bgColor,c.bgOpacity)),n.setLineWidth(c.borderWidth*i.pix),n.setStrokeStyle(l(c.borderColor,c.borderOpacity));var m=c.borderRadius;h?(_+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),_>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),n.arc(e.x-v-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x-v-Math.round(_)+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),n.arc(e.x-v-Math.round(_)+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x-v-m,e.y+m,m,-Math.PI/2,0,!1),c.showArrow&&(n.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),n.lineTo(e.x,e.y+10*i.pix))):(c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),n.arc(e.x+v+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x+v+Math.round(_)-m,e.y+m,m,-Math.PI/2,0,!1),n.arc(e.x+v+Math.round(_)-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x+v+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),c.showArrow&&(n.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),n.lineTo(e.x,e.y+10*i.pix))),n.closePath(),n.fill(),c.borderWidth>0&&n.stroke(),c.legendShow&&t.forEach((function(t,a){if(null!==t.color){n.beginPath(),n.setFillStyle(t.color);var r=e.x+v+2*f,s=e.y+(u-d)/2+u*a+f+1;switch(h&&(r=e.x-_-v+2*f),t.legendShape){case"line":n.moveTo(r,s+.5*p-2*i.pix),n.fillRect(r,s+.5*p-2*i.pix,p,4*i.pix);break;case"triangle":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"diamond":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"circle":n.moveTo(r+7.5*i.pix,s+.5*p),n.arc(r+7.5*i.pix,s+.5*p,5*i.pix,0,2*Math.PI);break;case"rect":n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix);break;case"square":n.moveTo(r+2*i.pix,s+.5*p-5*i.pix),n.fillRect(r+2*i.pix,s+.5*p-5*i.pix,10*i.pix,10*i.pix);break;default:n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix)}n.closePath(),n.fill()}})),t.forEach((function(t,i){var a=e.x+v+2*f+p+g;h&&(a=e.x-_-v+2*f+p+g);var r=e.y+u*i+(u-d)/2-1+f+d;n.beginPath(),n.setFontSize(d),n.setTextBaseline("normal"),n.setFillStyle(c.fontColor),n.fillText(t.text,a,r),n.closePath(),n.stroke()}))}}function mt(t,e,i,a,n,r){var s=t.extra.tooltip||{};s.horizentalLine&&t.tooltip&&1===a&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&xt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===a&&wt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function yt(t,e,i,a){var n=e.chartData.xAxisData,r=n.xAxisPoints,s=n.startX,o=n.endX,c=n.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var d=e.height-e.area[2],u=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,p=o-s,g=c*(r.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),g+=(e.extra.mount.widthRatio-1)*c);var v=p*p/g,h=0;e._scrollDistance_&&(h=-e._scrollDistance_*p/g),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),a.moveTo(s,f),a.lineTo(o,f),a.stroke(),a.closePath(),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),a.moveTo(s+h,f),a.lineTo(s+h+v,f),a.stroke(),a.closePath(),a.setLineCap("butt")}if(a.save(),e._scrollDistance_&&0!==e._scrollDistance_&&a.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),r.forEach((function(t,i){i>0&&(a.beginPath(),a.moveTo(t-c/2,d),a.lineTo(t-c/2,d+3*e.pix),a.closePath(),a.stroke())}))),!0!==e.xAxis.disableGrid&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&a.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,r.forEach((function(t,i){i%e.xAxis.gridEval==0&&(a.beginPath(),a.moveTo(t,d),a.lineTo(t,u),a.stroke())})),a.setLineDash([])),!0!==e.xAxis.disabled){var x=t.length;e.xAxis.labelCount&&(x=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,x-=1);for(var _=Math.ceil(t.length/x),w=[],m=t.length,y=0;y=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1&&(a.beginPath(),a.setFontSize(C),a.setFillStyle(e.xAxis.fontColor||e.fontColor),a.fillText(String(n),r[i]+s,d+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),a.closePath(),a.stroke())})):w.forEach((function(t,n){var s=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,u="center"==l?r[n]+c/2:r[n];if(u-Math.abs(o)>=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1){a.save(),a.beginPath(),a.setFontSize(C),a.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(s),C,a),p=r[n];"center"==l&&(p=r[n]+c/2);e.xAxis.scrollShow&&6*e.pix;var g=d+e.xAxis.marginTop*e.pix+C-C*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(p-=C/2,f=0):(p+=C/2,f=-f),a.translate(p,g),a.rotate(-1*i._xAxisTextAngle_),a.fillText(String(s),f,0),a.closePath(),a.stroke(),a.restore()}}))}a.restore(),e.xAxis.title&&(a.beginPath(),a.setFontSize(e.xAxis.titleFontSize*e.pix),a.setFillStyle(e.xAxis.titleFontColor),a.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),a.closePath(),a.stroke()),e.xAxis.axisLine&&(a.beginPath(),a.setStrokeStyle(e.xAxis.axisLineColor),a.setLineWidth(1*e.pix),a.moveTo(s,e.height-e.area[2]),a.lineTo(o,e.height-e.area[2]),a.stroke())}function Ct(t,e,i,a){if(!0!==e.yAxis.disableGrid){var n=e.height-e.area[0]-e.area[2],r=n/e.yAxis.splitNumber,s=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var d=s+l,u=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var p=f;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c,r.customRadius>0&&(c=r.customRadius*e.pix),t=V(t,c,n);var d=r.activeRadius*e.pix;if(r.customColor=x(r.linearType,r.customColor,t,i),t=t.map((function(t){return t._start_+=r.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(a.beginPath(),a.setFillStyle(l(t.color,r.activeOpacity||.5)),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_+d,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill()),a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.lineJoin="round",a.setStrokeStyle(r.borderColor);var n,o=t.color;"custom"==r.linearType&&(n=a.createCircularGradient?a.createCircularGradient(s.x,s.y,t._radius_):a.createRadialGradient(s.x,s.y,0,s.x,s.y,t._radius_),n.addColorStop(0,l(r.customColor[t.linearIndex],1)),n.addColorStop(1,l(t.color,1)),o=n);a.setFillStyle(o),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill(),1==r.border&&a.stroke()})),"ring"===e.type){var u=.6*c;"number"===typeof r.ringWidth&&r.ringWidth>0&&(u=Math.max(0,c-r.ringWidth*e.pix)),a.beginPath(),a.setFillStyle(r.centerColor),a.moveTo(s.x,s.y),a.arc(s.x,s.y,u,0,2*Math.PI),a.closePath(),a.fill()}return!1!==e.dataLabel&&1===n&&vt(t,e,i,a,0,s),1===n&&"ring"===e.type&&ct(e,i,a,s),{center:s,radius:c,series:t}}function zt(t,e){var i=Array(2),a=20037508.34*t/180,n=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return n=20037508.34*n/180,i[0]=a,i[1]=n,i}function Et(t,e,i,a,n,r){return{x:(e-i.xMin)*a+n,y:(i.yMax-t)*a+r}}function At(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[r].area[2]||t[1]>e[r].area[3]||t[2]i||t[3]>a){n=!0;break}n=!1}return n}function Ft(t,e,i){var a=t.series;switch(e){case"normal":for(var n=0;n.7},g=0;g0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var n=t[0].data,r=0;re.width-e.area[1]-e.area[3]?(f.push(v),g.push(p-e.legend.itemGap*e.pix),p=w,v=[x]):(p+=w,v.push(x))}if(v.length){f.push(v),g.push(p-e.legend.itemGap*e.pix),r.widthArr=g;var m=Math.max.apply(null,g);switch(e.legend.float){case"left":r.area.start.x=e.area[3],r.area.end.x=e.area[3]+m+2*s;break;case"right":r.area.start.x=e.width-e.area[1]-m-2*s,r.area.end.x=e.width-e.area[1];break;default:r.area.start.x=(e.width-m)/2-s,r.area.end.x=(e.width+m)/2+s}r.area.width=m+2*s,r.area.wholeWidth=m+2*s,r.area.height=f.length*u+2*s,r.area.wholeHeight=f.length*u+2*s+2*o,r.points=f}}else{var y=t.length,C=e.height-e.area[0]-e.area[2]-2*o-2*s,$=Math.min(Math.floor(C/u),y);switch(r.area.height=$*u+2*s,r.area.wholeHeight=$*u+2*s,e.legend.float){case"top":r.area.start.y=e.area[0]+o,r.area.end.y=e.area[0]+o+r.area.height;break;case"bottom":r.area.start.y=e.height-e.area[2]-o-r.area.height,r.area.end.y=e.height-e.area[2]-o;break;default:r.area.start.y=(e.height-r.area.height)/2,r.area.end.y=(e.height+r.area.height)/2}for(var k=y%$===0?y/$:Math.floor(y/$+1),M=[],z=0;zP&&(P=F)}r.widthArr.push(P),r.heightArr.push(S.length*u+2*s)}for(var L=0,O=0;O0?S[At].width+e.yAxis.padding*e.pix:S[At].width,wt+=1):"right"==S[At].position&&(e.area[1]+=xt>0?S[At].width+e.yAxis.padding*e.pix:S[At].width,xt+=1)}else i.yAxisWidth=S;if(e.chartData.yAxisData=E,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=N(e.categories,e);var St=F(e.categories,e,0,e.chartData.xAxisData.eachSpacing,a),Pt=St.xAxisHeight,Tt=St.angle;i.xAxisHeight=Pt,i._xAxisTextAngle_=Tt,e.area[2]+=Pt,e.chartData.categoriesData=St}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=L(d,e,i,a),u=e.chartData.xAxisData.rangesFormat;var Dt=F(u,e,0,e.chartData.xAxisData.eachSpacing,a),Bt=Dt.xAxisHeight,It=Dt.angle;i.xAxisHeight=Bt,i._xAxisTextAngle_=It,e.area[2]+=Bt,e.chartData.categoriesData=Dt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ht,Wt=e.chartData.xAxisData.xAxisPoints,Rt=e.chartData.xAxisData.startX,qt=e.chartData.xAxisData.endX,Gt=e.chartData.xAxisData.eachSpacing,Yt=Gt*(Wt.length-1),Ut=qt-Rt;Ht=Ut-Yt,s.scrollOption.currentOffset=Ht,s.scrollOption.startTouchX=Ht,s.scrollOption.distance=0,s.scrollOption.lastMoveTime=0,e._scrollDistance_=Ht}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,a){t=V(t);for(var n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Ft(e,r.type,a)),a.beginPath(),a.setFillStyle(e.background),a.rect(0,0,e.width,e.height),a.fill(),a.save();var s=e.chartData.wordCloudData;a.translate(e.width/2,e.height/2);for(var c=0;c0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n)):s[c].area[0]>0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n)),a.stroke(),a.restore()}a.restore()}(d,e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"map":a.clearRect(0,0,e.width,e.height),function(t,e,i,a){var n,r,s=o({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),c=t,d=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},a=0;al.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(c);if(s.mercator){var u=zt(d.xMax,d.yMax),f=zt(d.xMin,d.yMin);d.xMax=u[0],d.yMax=u[1],d.xMin=f[0],d.yMin=f[1]}for(var p=e.width/Math.abs(d.xMax-d.xMin),g=e.height/Math.abs(d.yMax-d.yMin),v=p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),s=(e.height-e.area[0]-e.area[2])/t.length,c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},d=r.activeWidth*e.pix,u=Math.min((e.width-e.area[1]-e.area[3])/2-d,(e.height-e.area[0]-e.area[2])/2-d),f=D(t,u,r,s,n);if(a.save(),a.translate(c.x,c.y),r.customColor=x(r.linearType,r.customColor,t,i),"pyramid"==r.type)for(var p=0;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);r.width*=e.pix;var s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();var f=0,g=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*d+e.area[3],g=f+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,v,h;a.beginPath(),a.setStrokeStyle(t.color),a.moveTo(-1e4,-1e4),a.lineTo(-10001,-10001),a.stroke(),o=[].concat(e.chartData.yAxisData.ranges[t.index]),v=o.pop(),h=o.shift();var x=t.data,_=Q(x,v,h,c,d,e,i,r,n);u.push(_);var b=T(_,t);if("dash"==t.lineType){var w=t.dashLength?t.dashLength:8;w*=e.pix,a.setLineDash([w,w])}a.beginPath();var m=t.color;if("none"!==r.linearType&&t.linearColor&&t.linearColor.length>0){for(var y=a.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),C=0;C0?a.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):a.setShadow(0,0,0,"rgba(0,0,0,0)"),a.setLineWidth(r.width),b.forEach((function(t,e){if(1===t.length)a.moveTo(t[0].x,t[0].y);else{a.moveTo(t[0].x,t[0].y);var i=0;if("curve"===r.type)for(var n=0;nf&&(a.moveTo(s.x,s.y),i=1),n>0&&s.x>f&&s.xf&&(a.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(a.moveTo(u.x,u.y),i=1),d>0&&u.x>f&&u.x4&&void 0!==arguments[4]?arguments[4]:1,r=(o({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),s=r.xAxisPoints,c=r.eachSpacing,l=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*c+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setFillStyle(t.color),a.setLineWidth(1*e.pix);var p=t.pointShape;if("diamond"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===p)f.forEach((function(t,i){null!==t&&(a.moveTo(t.x+2.5*e.pix,t.y),a.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("triangle"===p)return;a.closePath(),a.fill(),a.stroke()})),!1!==e.dataLabel&&1===n&&t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);lt(f,t,i,a,e)})),a.restore(),{xAxisPoints:s,calPoints:l,eachSpacing:c}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),Ct(0,e,0,a),yt(u,e,i,a);var n=function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{opacity:1,border:2},e.extra.bubble),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*d+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var o,u,f;o=[].concat(e.chartData.yAxisData.ranges[t.index]),u=o.pop(),f=o.shift();var p=t.data,g=J(p,u,f,c,d,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setLineWidth(r.border*e.pix),a.setFillStyle(l(t.color,r.opacity)),g.forEach((function(t,i){a.moveTo(t.x+t.r,t.y),a.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),a.closePath(),a.fill(),a.stroke(),!1!==e.dataLabel&&1===n&&g.forEach((function(n,r){a.beginPath();var s=t.textSize*e.pix||i.fontSize;a.setFontSize(s),a.setFillStyle(t.textColor||"#FFFFFF"),a.setTextAlign("center"),a.fillText(String(n.t),n.x,n.y+s/2),a.closePath(),a.stroke(),a.setTextAlign("left")}))})),a.restore(),{xAxisPoints:c,calPoints:u,eachSpacing:d}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),Ct(0,e,0,a),yt(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{width:d/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=o({},{opacity:.2,gradient:!1},e.extra.mix.area),g=o({},{width:2},e.extra.mix.line),v=e.height-e.area[2],h=[],_=0,b=0;t.forEach((function(t,e){"column"==t.type&&(b+=1)})),a.save();var w=-2,m=c.length+2,y=0,C=e.width+d;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),w=Math.floor(-e._scrollDistance_/d)-2,m=w+e.xAxis.itemCount+4,y=-e._scrollDistance_-2*d+e.area[3],C=y+(e.xAxis.itemCount+4)*d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(t,s){var o,x,$;o=[].concat(e.chartData.yAxisData.ranges[t.index]),x=o.pop(),$=o.shift();var k=t.data,M=J(k,x,$,c,d,e,i,r);if(h.push(M),"column"==t.type){M=R(M,d,b,_,0,e);for(var z=0;zw&&zq?q:B,I=I>q?q:I,H=H>q?q:H,W=W>q?q:W,B=B<0?0:B,I=I<0?0:I,H=H<0?0:H,W=W<0?0:W,a.arc(L+B,O+B,B,-Math.PI,-Math.PI/2),a.arc(L+V-I,O+I,I,-Math.PI/2,0),a.arc(L+V-H,O+D-H,H,0,Math.PI/2),a.arc(L+W,O+D-W,W,Math.PI/2,Math.PI)}else a.moveTo(A,E.y),a.lineTo(A+E.width,E.y),a.lineTo(A+E.width,e.height-e.area[2]),a.lineTo(A,e.height-e.area[2]),a.lineTo(A,E.y),a.setLineWidth(1),a.setStrokeStyle(P);a.setFillStyle(S),a.closePath(),a.fill()}}_+=1}if("area"==t.type)for(var G=T(M,t),Y=0;Y1){var X=U[0],Q=U[U.length-1];a.moveTo(X.x,X.y);var Z=0;if("curve"===t.style)for(var K=0;Ky&&(a.moveTo(tt.x,tt.y),Z=1),K>0&&tt.x>y&&tt.xy&&(a.moveTo(at.x,at.y),Z=1),it>0&&at.x>y&&at.xy&&(a.moveTo(c.x,c.y),s=1),o>0&&c.x>y&&c.xy&&(a.moveTo(u.x,u.y),s=1),d>0&&u.x>y&&u.x4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"group",width:d/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];a.save();var p=-2,g=c.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),p=Math.floor(-e._scrollDistance_/d)-2,g=p+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===r&&_t(e.tooltip.offset.x,e,0,a,d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(s,o){var v,h,x;v=[].concat(e.chartData.yAxisData.ranges[s.index]),h=v.pop(),x=v.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-h)/(x-h),w=e.height-Math.round(b)-e.area[2];s.zeroPoints=w;var m=s.data;switch(u.type){case"group":var y=Z(m,h,x,c,d,e,i,w,r),C=et(m,h,x,c,d,e,i,o,t,r);f.push(C),y=R(y,d,t.length,o,0,e);for(var $=0;$p&&$w?w:k.y,F=k.width,L=Math.abs(w-k.y);u.barBorderCircle&&(u.barBorderRadius=[F/2,F/2,0,0]),k.y>w&&(u.barBorderRadius=[0,0,F/2,F/2]);var O=(0,n.default)(u.barBorderRadius,4),V=O[0],D=O[1],j=O[2],B=O[3],I=Math.min(F/2,L/2);V=V>I?I:V,D=D>I?I:D,j=j>I?I:j,B=B>I?I:B,V=V<0?0:V,D=D<0?0:D,j=j<0?0:j,B=B<0?0:B,a.arc(P+V,T+V,V,-Math.PI,-Math.PI/2),a.arc(P+F-D,T+D,D,-Math.PI/2,0),a.arc(P+F-j,T+L-j,j,0,Math.PI/2),a.arc(P+B,T+L-B,B,Math.PI/2,Math.PI)}else a.moveTo(M,k.y),a.lineTo(M+k.width,k.y),a.lineTo(M+k.width,w),a.lineTo(M,w),a.lineTo(M,k.y),a.setLineWidth(1),a.setStrokeStyle(A);a.setFillStyle(E),a.closePath(),a.fill()}}break;case"stack":y=et(m,h,x,c,d,e,i,o,t,r);f.push(y),y=Y(y,d,t.length,0,0,e);for(var H=0;Hp&&H0&&(z-=q),a.setFillStyle(E),a.moveTo(M,W.y),a.fillRect(M,W.y,W.width,z),a.closePath(),a.fill()}}break;case"meter":y=J(m,h,x,c,d,e,i,r);f.push(y),y=G(y,d,t.length,o,0,e,u.meterBorder);for(var U=0;Up&&U0&&(a.setStrokeStyle(s.color),a.setLineWidth(u.meterBorder*e.pix)),0==o?a.setFillStyle(u.meterFillColor):a.setFillStyle(N.color||s.color);M=N.x-N.width/2,z=e.height-N.y-e.area[2];if(u.barBorderRadius&&4===u.barBorderRadius.length||!0===u.barBorderCircle){var X=M,Q=N.y,K=N.width,tt=w-N.y;u.barBorderCircle&&(u.barBorderRadius=[K/2,K/2,0,0]);var it=(0,n.default)(u.barBorderRadius,4),at=it[0],nt=it[1],rt=it[2],st=it[3],ot=Math.min(K/2,tt/2);at=at>ot?ot:at,nt=nt>ot?ot:nt,rt=rt>ot?ot:rt,st=st>ot?ot:st,at=at<0?0:at,nt=nt<0?0:nt,rt=rt<0?0:rt,st=st<0?0:st,a.arc(X+at,Q+at,at,-Math.PI,-Math.PI/2),a.arc(X+K-nt,Q+nt,nt,-Math.PI/2,0),a.arc(X+K-rt,Q+tt-rt,rt,0,Math.PI/2),a.arc(X+st,Q+tt-st,st,Math.PI/2,Math.PI),a.fill()}else a.moveTo(M,N.y),a.lineTo(M+N.width,N.y),a.lineTo(M+N.width,w),a.lineTo(M,w),a.lineTo(M,N.y),a.fill();0==o&&u.meterBorder>0&&(a.closePath(),a.stroke())}}break}})),!1!==e.dataLabel&&1===r&&t.forEach((function(n,s){var o,l,f;o=[].concat(e.chartData.yAxisData.ranges[n.index]),l=o.pop(),f=o.shift();var p=n.data;switch(u.type){case"group":var g=Z(p,l,f,c,d,e,i,r);g=R(g,d,t.length,s,0,e),dt(g,n,i,a,e);break;case"stack":g=et(p,l,f,c,d,e,i,s,t,r);dt(g,n,i,a,e);break;case"meter":g=J(p,l,f,c,d,e,i,r);dt(g,n,i,a,e);break}})),a.restore(),{xAxisPoints:c,calPoints:f,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),Ct(0,e,0,a),yt(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);u.widthRatio=u.widthRatio<=0?0:u.widthRatio,u.widthRatio=u.widthRatio>=2?2:u.widthRatio,a.save();var f,p,g,v=-2,h=c.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/d)-2,h=v+e.xAxis.itemCount+4),u.customColor=x(u.linearType,u.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),p=f.pop(),g=f.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-p)/(g-p),w=e.height-Math.round(b)-e.area[2],m=K(t,p,g,c,d,e,u,w,r);switch(u.type){case"bar":for(var y=0;yv&&yw?w:C.y,P=C.width,T=Math.abs(w-C.y);u.barBorderCircle&&(u.barBorderRadius=[P/2,P/2,0,0]),C.y>w&&(u.barBorderRadius=[0,0,P/2,P/2]);var F=(0,n.default)(u.barBorderRadius,4),L=F[0],O=F[1],V=F[2],D=F[3],j=Math.min(P/2,T/2);L=L>j?j:L,O=O>j?j:O,V=V>j?j:V,D=D>j?j:D,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,D=D<0?0:D,a.arc(A+L,S+L,L,-Math.PI,-Math.PI/2),a.arc(A+P-O,S+O,O,-Math.PI/2,0),a.arc(A+P-V,S+T-V,V,0,Math.PI/2),a.arc(A+D,S+T-D,D,Math.PI/2,Math.PI)}else a.moveTo($,C.y),a.lineTo($+C.width,C.y),a.lineTo($+C.width,w),a.lineTo($,w),a.lineTo($,C.y);a.setStrokeStyle(z),a.setFillStyle(M),u.borderWidth>0&&(a.setLineWidth(u.borderWidth*e.pix),a.closePath(),a.stroke()),a.fill()}}break;case"triangle":for(var B=0;Bv&&B0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"mount":for(var H=0;Hv&&H0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"sharp":for(var R=0;Rv&&R0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break}if(!1!==e.dataLabel&&1===r){var G,Y,U;G=[].concat(e.chartData.yAxisData.ranges[0]),Y=G.pop(),U=G.shift();m=K(t,Y,U,c,d,e,u,w,r);ut(m,t,i,a,e,w)}return a.restore(),{xAxisPoints:c,calPoints:m,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(u,e,i,a);var r=function(t,e,i,a){for(var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=[],c=(e.height-e.area[0]-e.area[2])/e.categories.length,d=0;dp&&mD?D:F,L=L>D?D:L,O=O>D?D:O,V=V>D?D:V,F=F<0?0:F,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,a.arc(E+V,S+V,V,-Math.PI,-Math.PI/2),a.arc(y.x-F,S+F,F,-Math.PI/2,0),a.arc(y.x-L,S+A-L,L,0,Math.PI/2),a.arc(E+O,S+A-O,O,Math.PI/2,Math.PI)}else a.moveTo(C,$),a.lineTo(y.x,$),a.lineTo(y.x,$+y.width),a.lineTo(C,$+y.width),a.lineTo(C,$),a.setLineWidth(1),a.setStrokeStyle(M);a.setFillStyle(k),a.closePath(),a.fill()}}break;case"stack":b=it(_,h,x,s,c,e,i,d,t,r);f.push(b),b=U(b,c,t.length,0,0,e);for(var j=0;jp&&j4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=e.height-e.area[2],f=[];a.save();var g=0,v=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),g=-e._scrollDistance_-2*d+e.area[3],v=g+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,h,x;o=[].concat(e.chartData.yAxisData.ranges[t.index]),h=o.pop(),x=o.shift();var _=t.data,b=J(_,h,x,c,d,e,i,n);f.push(b);for(var w=T(b,t),m=0;m1){var $=y[0],k=y[y.length-1];a.moveTo($.x,$.y);var M=0;if("curve"===r.type)for(var z=0;zg&&(a.moveTo(E.x,E.y),M=1),z>0&&E.x>g&&E.xg&&(a.moveTo(P.x,P.y),M=1),S>0&&P.x>g&&P.xg&&(a.moveTo(L.x,L.y),M=1),F>0&&L.x>g&&L.xg&&(a.moveTo(B.x,B.y),D=1),j>0&&B.x>g&&B.xg&&(a.moveTo(W.x,W.y),D=1),H>0&&W.x>g&&W.xg&&(a.moveTo(q.x,q.y),D=1),R>0&&q.x>g&&q.x4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c;var d=r.minRadius||.5*c;c4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),s=k(e.categories.length),c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},d=(e.width-e.area[1]-e.area[3])/2,u=(e.height-e.area[0]-e.area[2])/2,f=Math.min(d-($(e.categories,i.fontSize,a)+i.radarLabelTextMargin),u-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=r.radius?r.radius:f,a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),s.forEach((function(t,e){var i=g(f*Math.cos(t),f*Math.sin(t),c);a.moveTo(c.x,c.y),e%r.gridEval==0&&a.lineTo(i.x,i.y)})),a.stroke(),a.closePath();for(var p=function(t){var i={};if(a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),"radar"==r.gridType)s.forEach((function(e,n){var s=g(f/r.gridCount*t*Math.cos(e),f/r.gridCount*t*Math.sin(e),c);0===n?(i=s,a.moveTo(s.x,s.y)):a.lineTo(s.x,s.y)})),a.lineTo(i.x,i.y);else{var n=g(f/r.gridCount*t*Math.cos(1.5),f/r.gridCount*t*Math.sin(1.5),c);a.arc(c.x,c.y,c.y-n.y,0,2*Math.PI,!1)}a.stroke(),a.closePath()},v=1;v<=r.gridCount;v++)p(v);r.customColor=x(r.linearType,r.customColor,t,i);var h=O(s,c,f,t,e,n);if(h.forEach((function(i,n){a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.setStrokeStyle(i.color);var s,o=l(i.color,r.opacity);"custom"==r.linearType&&(s=a.createCircularGradient?a.createCircularGradient(c.x,c.y,f):a.createRadialGradient(c.x,c.y,0,c.x,c.y,f),s.addColorStop(0,l(r.customColor[t[n].linearIndex],r.opacity)),s.addColorStop(1,l(i.color,r.opacity)),o=s);if(a.setFillStyle(o),i.data.forEach((function(t,e){0===e?a.moveTo(t.position.x,t.position.y):a.lineTo(t.position.x,t.position.y)})),a.closePath(),a.fill(),!0===r.border&&a.stroke(),a.closePath(),!1!==e.dataPointShape){var d=i.data.map((function(t){return t.position}));st(d,i.color,i.pointShape,a,e)}})),!0===r.axisLabel){var _=Math.max(r.max,Math.max.apply(null,w(t))),b=f/r.gridCount,m=e.fontSize*e.pix;a.setFontSize(m),a.setFillStyle(e.fontColor),a.setTextAlign("left");for(v=0;v4&&void 0!==arguments[4]?arguments[4]:1,c=o({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=B(t,c,s),n=c.centerX||c.centerY?{x:c.centerX?c.centerX:e.width/2,y:c.centerY?c.centerY:e.height/2}:{x:e.width/2,y:e.height/2},c.radius?r=c.radius:(r=Math.min(n.x,n.y),r-=5*e.pix,r-=c.width/2),r=r<10?10:r,c.customColor=x(c.linearType,c.customColor,t,i);for(var d=0;d5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==s.oldAngle&&(s.oldAngle=s.startAngle),void 0==s.oldData&&(s.oldData=0),t=H(t,s.startAngle,s.endAngle);var c={x:i.width/2,y:i.height/2},d=Math.min(c.x,c.y);d-=5*i.pix,d-=s.width/2,d=d<10?10:d;var u=d-s.width,f=0;if("progress"==s.type){var p=d-3*s.width;n.beginPath();var g=n.createLinearGradient(c.x,c.y-p,c.x,c.y+p);g.addColorStop("0",l(e[0].color,.3)),g.addColorStop("1.0",l("#FFFFFF",.1)),n.setFillStyle(g),n.arc(c.x,c.y,p,0,2*Math.PI,!1),n.fill(),n.setLineWidth(s.width),n.setStrokeStyle(l(e[0].color,.3)),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,s.endAngle*Math.PI,!1),n.stroke(),f=s.endAnglew/_?n.setStrokeStyle(l(e[0].color,1)):n.setStrokeStyle(l(e[0].color,.3)),n.setLineWidth(3*i.pix),n.moveTo(h,0),n.lineTo(x,0),n.stroke(),n.rotate(v*Math.PI);n.restore(),e=I(e,s,r),n.setLineWidth(s.width),n.setStrokeStyle(e[0].color),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),n.stroke();var m=d-2.5*s.width;n.save(),n.translate(c.x,c.y),n.rotate((e[0]._proportion_-1)*Math.PI),n.beginPath(),n.setLineWidth(s.width/3);var y=n.createLinearGradient(0,.6*-m,0,.6*m);y.addColorStop("0",l("#FFFFFF",0)),y.addColorStop("0.5",l(e[0].color,1)),y.addColorStop("1.0",l("#FFFFFF",0)),n.setStrokeStyle(y),n.arc(0,0,m,.85*Math.PI,1.15*Math.PI,!1),n.stroke(),n.beginPath(),n.setLineWidth(1),n.setStrokeStyle(e[0].color),n.setFillStyle(e[0].color),n.moveTo(-m-s.width/3/2,-4),n.lineTo(-m-s.width/3/2-4,0),n.lineTo(-m-s.width/3/2,4),n.lineTo(-m-s.width/3/2,-4),n.stroke(),n.fill(),n.restore()}else{n.setLineWidth(s.width),n.setLineCap("butt");for(var C=0;C5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{color:{},average:{}},i.extra.candle);s.color=o({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},s.color),s.average=o({},{show:!1,name:[],day:[],color:a.color},s.average),i.extra.candle=s;var c=i.chartData.xAxisData,l=c.xAxisPoints,d=c.eachSpacing,u=[];n.save();var f=-2,g=l.length+2,v=0,h=i.width+d;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(n.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/d)-2,g=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*d+i.area[3],h=v+(i.xAxis.itemCount+4)*d),(s.average.show||e)&&e.forEach((function(t,e){var s,o,c;s=[].concat(i.chartData.yAxisData.ranges[t.index]),o=s.pop(),c=s.shift();for(var u=t.data,f=J(u,o,c,l,d,i,a,r),g=T(f,t),x=0;xv&&(n.moveTo(m.x,m.y),b=1),w>0&&m.x>v&&m.xf&&_0?(n.setStrokeStyle(s.color.upLine),n.setFillStyle(s.color.upFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.moveTo(b[3].x,b[3].y)):(n.setStrokeStyle(s.color.downLine),n.setFillStyle(s.color.downFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.moveTo(b[3].x,b[3].y)),n.closePath(),n.fill(),n.stroke()}})),n.restore(),{xAxisPoints:l,calPoints:u,eachSpacing:d}}(d,_,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,$t(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(_?0:e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break}}function It(){this.events={}}jt.prototype.stop=function(){this.isStop=!0},It.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},It.prototype.delEventListener=function(t){this.events[t]=[]},It.prototype.trigger=function(){for(var t=arguments.length,e=Array(t),i=0;i0&&void 0!==arguments[0]?arguments[0]:{};this.opts=o({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=nt(this.opts.series,this.opts,this.config,this.context),a=i.yAxisWidth;this.config.yAxisWidth=a;var n=0,r=N(this.opts.categories,this.opts,this.config),s=r.xAxisPoints,c=r.startX,l=r.endX,d=r.eachSpacing,u=d*(s.length-1),f=l-c;n=f-u,this.scrollOption={currentOffset:n,startTouchX:n,distance:0,lastMoveTime:0},this.opts._scrollDistance_=n;break}Bt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var a=nt(this.opts.series,this.opts,this.config,this.context),n=a.yAxisWidth;this.config.yAxisWidth=n;var r=0,s=N(this.opts.categories,this.opts,this.config),o=s.xAxisPoints,c=s.startX,l=s.endX,d=s.eachSpacing,f=d*i,p=l-c,g=p-d*(o.length-1);r=p/2-f,r>0&&(r=0),r=this.opts.categories.length?this.opts.categories.length:p,this.opts.animation=!1,this.opts.xAxis.itemCount=p;var g=0,v=N(this.opts.categories,this.opts,this.config),h=v.xAxisPoints,x=v.startX,_=v.endX,b=v.eachSpacing,w=b*this.scrollOption.moveCurrent1,m=_-x,C=m-b*(h.length-1);g=-w+Math.min(n[0].x,n[1].x)-this.opts.area[3]-b,g>0&&(g=0),g2*Math.PI&&(t-=2*Math.PI),t},s=Math.atan2(e.center.y-t.y,t.x-e.center.x);s*=-1,s<0&&(s+=2*Math.PI);var o=e.angleList.map((function(t){return t=r(-1*t),t}));o.forEach((function(t,e){var i=r(t-a/2),o=r(t+a/2);o=i&&s<=o||s+2*Math.PI>=i&&s+2*Math.PI<=o)&&(n=e)}))}return n}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,a=0,n=e.series.length;ar.funnelArea[0]&&t.xr.funnelArea[1]&&t.yr.area[0]&&t.xr.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&S(t,i,a)&&o.forEach((function(e,i){t.y+n+s>e&&(r.index=i)})),r}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(r.index=i)}));else{for(var l=Array(e.length),d=0;de.start.x&&t.xe.start.y&&t.yd[0]-0&&t.xd[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){y(i,this.opts,t);var a=this.getLegendDataIndex(t);a>=0&&("candle"==this.opts.type?this.opts.seriesMA[a].show=!this.opts.seriesMA[a].show:this.opts.series[a].show=!this.opts.series[a].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Bt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var i=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;n=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],n||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var r=y(n,this.opts,e),s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){var u=C(this.opts.series,d,l.group);if(0!==u.length){var f=M(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d,group:l.group}}}Bt.call(this,c.type,c,this.config,this.context)}if("mount"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e).index:a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:c.chartData.calPoints[d].x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){u=C(this.opts.series,d,l.group);if(0!==u.length){f=M(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.x=r.x,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=C(this.opts.series,d);if(0!==u.length){var v=z(u,this.opts,d,this.opts.categories,a);p=v.textList,g=v.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=C(this.opts.series,d);if(0!==u.length){f=E(this.opts.series[0].data,u,this.opts,d,this.opts.categories,this.opts.extra.candle,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("map"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]);u.name=u.properties.name;p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("word"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("radar"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=C(this.opts.series,d);if(0!==u.length){p=u.map((function(t){return{text:a.formatter?a.formatter(t,i.opts.categories[d],d,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=o({},this.opts,{_scrollDistance_:t,animation:!1});Bt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=y(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),a=i-this.scrollOption.lastMoveTime;if(!(a0&&-t>r||"none"!==s&&c>0&&c+t0&&t>r||"none"!==s&&o>0&&o-te&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus:function(t,e){var i=e.state;i.direction="",i.deltaX=0,i.deltaY=0,i.offsetX=0,i.offsetY=0},stopTouchStart:function(t,e,i){var a=t.instance,n=i.state;this.resetTouchStatus(a,i);var r=t.touches[0];n.startX=r.clientX,n.startY=r.clientY},stopTouchMove:function(t,e){t.instance;var i=e.state,a=t.touches[0];i.deltaX=a.clientX-i.startX,i.deltaY=a.clientY-i.startY,i.offsetY=Math.abs(i.deltaY),i.offsetX=Math.abs(i.deltaX),i.direction=i.direction||this.getDirection(i.offsetX,i.offsetY)}};e.default=a},"1c48":function(t,e,i){"use strict";var a=i("0d55"),n=i.n(a);n.a},"1c4d":function(t,e,i){var a=i("89ad");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f33f3c52",a,!0,{sourceMap:!1,shadowMode:!1})},"1c72":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-d3f85b1a]{width:200px!important;height:340px!important}',""]),t.exports=e},"1d72":function(t,e,i){var a=i("3f18");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("27a5d591",a,!0,{sourceMap:!1,shadowMode:!1})},"1e8e":function(t,e,i){"use strict";var a=i("297e"),n=i.n(a);n.a},"1ec5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],n={type:["pie","ring","rose","funnel","line","column","area","radar","gauge","candle","demotype"],categories:["line","column","area","radar","gauge","candle","demotype"],instance:{},option:{},formatter:{tooltipDemo1:function(t){var e="";for(var i in t){0==i&&(e+=t[i].axisValueLabel+"\u5e74\u9500\u552e\u989d");var a="--";null!==t[i].data&&(a=t[i].data),e+="
"+t[i].marker+t[i].seriesName+"\uff1a"+a+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:a},column:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:a,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:a,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:a,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:a,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},r=n;e.default=r},"1f8c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"1fd0":function(t,e,i){"use strict";i.r(e);var a=i("1287"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},2054:function(t,e,i){"use strict";var a=i("c162"),n=i.n(a);n.a},2093:function(t,e,i){"use strict";var a=i("b8c9"),n=i.n(a);n.a},2175:function(t,e,i){"use strict";i.r(e);var a=i("d91e"),n=i("6d98");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5af6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4e1c1bfa",null,!1,a["a"],void 0);e["default"]=o.exports},"217f":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("a499")),r=a(i("c5cc")),s=a(i("7135")),o={data:function(){return{wxsProps:{}}},components:{uslider:n.default,headerIndex:r.default,qiunDataCharts:s.default}};e.default=o},"21e2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),t._$g(4,"i")?i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(7,"a-end"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v("\u4f53\u91cd")]),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:13},model:{value:t._$g(13,"v-model"),callback:function(e){t.$handleVModelEvent(13,e)},expression:"weight"}}),t._v("kg")],1)],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},2220:function(t,e,i){"use strict";var a=i("d8ee"),n=i.n(a);n.a},"225b":function(t,e,i){"use strict";var a=i("1667"),n=i.n(a);n.a},"231b":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v("\u8bf7\u5728\u8bbe\u5907\u5f00\u673a\u72b6\u6001\u4e0b\uff0c\u641c\u7d22\u8bbe\u5907")]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f00\u59cb\u641c\u7d22\u8bbe\u5907")]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5df2\u53d1\u73b0 "+t._$g(3,"t0-0")+" \u4e2a\u8bbe\u5907\uff1a")]),i("uni-view",{attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-scroll-view",{staticClass:t._$g(5,"sc"),attrs:{"scroll-y":!0,"scroll-with-animation":!0,_i:5}},t._l(t._$g(6,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"7-"+r}},[i("v-uni-text",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1),i("uni-view",{attrs:{_i:"9-"+r}},[t._v("mac\u5730\u5740:"+t._$g("9-"+r,"t0-0"))])],1)})),1):t._e()],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-icon",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),t._v("\u8bbe\u5907\u7ed1\u5b9a\u6d41\u7a0b\u8bf4\u660e")],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-text",{attrs:{_i:14}},[t._v("1\u3001\u6253\u5f00\u624b\u673a\u84dd\u7259\u548c\u4f4d\u7f6e\u4fe1\u606f")]),i("v-uni-text",{attrs:{_i:15}},[t._v("2\u3001ios\u7cfb\u7edf\u9700\u6253\u5f00\u8bbe\u7f6e\u2014>\u5e94\u7528\u2014>\u5fae\u4fe1\u91cc\u7684\u84dd\u7259\u6743\u9650")]),i("v-uni-text",{attrs:{_i:16}},[t._v("3\u3001\u8bbe\u5907\u4eae\u5c4f\u72b6\u6001\u4e0b\u641c\u7d22\u84dd\u7259")]),i("v-uni-text",{attrs:{_i:17}},[t._v("4\u3001\u9009\u62e9\u84dd\u7259\u8fdb\u884c\u7ed1\u5b9a")])],1)],1)],1)},n=[]},"245b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"24a1":function(t,e,i){"use strict";var a=i("499c"),n=i.n(a);n.a},"24d4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"qiun-data-charts",props:["type","canvasId","canvas2d","background","animation","chartData","opts","eopts","loadingType","errorShow","errorReload","errorMessage","inScrollView","reshow","reload","disableScroll","optsWatch","onzoom","ontap","ontouch","onmouse","onmovetip","echartsH5","echartsApp","tooltipShow","tooltipFormat","tooltipCustom","startDate","endDate","textEnum","groupEnum","pageScrollTop","directory","tapLegend","menus","Height","Width"],data:function(){return{wxsProps:{}}},components:{}}},"24e1":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("f16c")),r=a(i("7d7b")),s={name:"UniDatetimePicker",props:["type","value","modelValue","start","end","returnType","placeholder","startPlaceholder","endPlaceholder","rangeSeparator","border","disabled","clearIcon","hideSecond","defaultValue"],data:function(){return{wxsProps:{}}},components:{Calendar:n.default,TimePicker:r.default}};e.default=s},2504:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("a185")),r={data:function(){return{wxsProps:{}}},components:{RenCalendar:n.default}};e.default=r},"276d":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"27d1":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._t("default",[i("uni-view",{staticClass:t._$g(3,"sc"),class:t._$g(3,"c"),attrs:{_i:3}},[i("v-uni-text",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),t._$g(5,"i")?i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1):t._e()],1)],{_i:2})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{id:"mask",_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),class:t._$g(8,"c"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))])],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-picker-view",{staticClass:t._$g(12,"sc"),attrs:{"indicator-style":t._$g(12,"a-indicator-style"),value:t._$g(12,"a-value"),_i:12},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("v-uni-text",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:16}},t._l(t._$g(17,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-text",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:19}},t._l(t._$g(20,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[i("v-uni-text",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1)})),1)],1),i("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("-")]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v("-")])],1):t._e(),t._$g(24,"i")?i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-picker-view",{staticClass:t._$g(25,"sc"),class:t._$g(25,"c"),attrs:{"indicator-style":t._$g(25,"a-indicator-style"),value:t._$g(25,"a-value"),_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:26}},t._l(t._$g(27,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("v-uni-text",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}},[t._v(t._$g("28-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:29}},t._l(t._$g(30,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}},[i("v-uni-text",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[t._v(t._$g("31-"+r,"t0-0"))])],1)})),1),t._$g(32,"i")?i("v-uni-picker-view-column",{attrs:{_i:32}},t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[t._v(t._$g("34-"+r,"t0-0"))])],1)})),1):t._e()],1),i("v-uni-text",{staticClass:t._$g(35,"sc"),class:t._$g(35,"c"),attrs:{_i:35}},[t._v(":")]),t._$g(36,"i")?i("v-uni-text",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(":")]):t._e()],1):t._e(),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-view",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0"))])],1),i("uni-view",{attrs:{_i:43},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0"))])],1)],1)],1)],1):t._e()],1)},n=[]},2818:function(t,e,i){"use strict";i.r(e);var a=i("ce11"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},2827:function(t,e,i){"use strict";var a=i("7a64"),n=i.n(a);n.a},2841:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["rtype","active"],data:function(){return{wxsProps:{}}},components:{}}},"28fe":function(t,e,i){"use strict";var a=i("8256"),n=i.n(a);n.a},2931:function(t,e,i){var a=i("c48b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("fef40fa0",a,!0,{sourceMap:!1,shadowMode:!1})},2960:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.tabbar[data-v-5408e26c]{width:calc(100% - 30px);padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-5408e26c]{position:relative}.tabbar .active[data-v-5408e26c]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.notice[data-v-5408e26c]{width:100%;display:flex;align-items:center;background-color:#fff;margin-top:15px;margin-bottom:15px;border-radius:10px}.notice uni-text[data-v-5408e26c]{width:60px;font-size:18px;color:red;font-weight:700;text-align:center;border-right:1px solid #dfdfdf}.notice[data-v-5408e26c] uni-swiper{width:calc(100% - 15px);height:40px;line-height:40px;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f_banner[data-v-5408e26c]{width:calc(100% - 20px);height:330rpx;margin:20rpx}.f_banner[data-v-5408e26c] uni-swiper{height:330rpx}.f_banner uni-image[data-v-5408e26c]{width:100%;height:100%;border-radius:10px;background-size:100%}.charts .boxTime[data-v-5408e26c]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.charts .boxTime .one[data-v-5408e26c]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.charts .boxTime .center[data-v-5408e26c]{width:10%;margin:0 15px}.charts .boxTime uni-picker[data-v-5408e26c]{width:50%;border:none;display:flex;justify-content:center}.charts .boxTime .iconfont[data-v-5408e26c]{color:#333;font-size:36rpx}.charts .box[data-v-5408e26c]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.charts .box .listC[data-v-5408e26c]{background-color:#fff}.charts .box .listC .name[data-v-5408e26c]{width:20%;padding:0 15px;font-size:32rpx;text-align:center;border-radius:5px;height:30px;line-height:30px}.charts .box .listC .active2[data-v-5408e26c]{color:#fff;background:#37cc92}.charts .box .blockC[data-v-5408e26c]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.charts .gridList[data-v-5408e26c]{margin:0!important;width:100%!important}.charts .gridList .info[data-v-5408e26c]{width:100%;display:flex;justify-content:space-between}.charts .gridList .info .item[data-v-5408e26c]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.charts .gridList .info .item uni-text[data-v-5408e26c]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.charts .gridList .data .item[data-v-5408e26c]{display:block!important}.report .box[data-v-5408e26c]{padding:10px 10px 0;background-color:#fff;border-radius:10px;display:block;margin:15px 10px}.report .box .time[data-v-5408e26c]{color:#999;padding-bottom:15px;width:100%}.report .box .item2[data-v-5408e26c]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.report .box .item2 .item2_data[data-v-5408e26c]{width:33%}.report .box .item2 .item2_data .data[data-v-5408e26c]{width:100%;text-align:center;border-right:1PX solid #f7f7f7;box-sizing:border-box}.report .box .item2 .item2_data uni-text[data-v-5408e26c]{font-size:40rpx!important;font-weight:700}.report .box .item2 .item2_data:nth-last-child(2) .data[data-v-5408e26c]{border-right:none}.report .box2[data-v-5408e26c]{height:50px;line-height:50px;border-radius:10px;display:flex;padding:0 10px;justify-content:space-between;margin:10px;background-color:#fff}.report .info[data-v-5408e26c]{width:100%;display:flex;justify-content:space-between}.report .info .item[data-v-5408e26c]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.report .info .item uni-text[data-v-5408e26c]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.report .myinfoPage[data-v-5408e26c]{width:100%;background:#fff;margin:10px 0;padding-bottom:0;border-radius:10px}.report .myinfoPage .box1[data-v-5408e26c]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:32rpx;position:relative;margin:0 15px 0;padding-bottom:10px}.report .myinfoPage .box1 .list[data-v-5408e26c]{width:100%;color:#666;padding:0;line-height:50px}.report .myinfoPage .box1 .list uni-image[data-v-5408e26c],\n.report .myinfoPage .box1 .list .t-icon[data-v-5408e26c]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.report .myinfoPage .box1 .list .block[data-v-5408e26c]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.report .myinfoPage .box1 .list .block .level[data-v-5408e26c],\n.report .myinfoPage .box1 .list .block .val[data-v-5408e26c]{width:25%}.report .myinfoPage .box1 .list .block .name[data-v-5408e26c]{width:40%;display:flex;align-items:center}.report .myinfoPage .box1 .list .block .icon[data-v-5408e26c]{width:20px;text-align:right;display:flex}.report .myinfoPage .box1 .list .block .icon uni-image[data-v-5408e26c]{width:20px;height:20px}.report .desc[data-v-5408e26c]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.report .desc .statuevue[data-v-5408e26c]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.report .desc .statuevue .bi[data-v-5408e26c]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.report .desc .statuevue .bi .peobox[data-v-5408e26c]{position:absolute;right:0;top:-1px;z-index:999}.report .desc .statuevue .bi .peobox .xx[data-v-5408e26c]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.report .desc .statuevue .item[data-v-5408e26c]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.report .desc .statuevue .item .span1[data-v-5408e26c]{width:100%;text-align:center;position:absolute;top:-23px}.report .desc .statuevue .item .span[data-v-5408e26c]{margin-top:8px;position:absolute;right:-8px}.report .yuanxing[data-v-5408e26c]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}.report .btnf[data-v-5408e26c]{font-size:28rpx;border-radius:5px;height:22px;margin:0 10px 0 0;line-height:22px;color:#fff;font-weight:400;width:44px!important;text-align:center!important;float:right}.report .tivon[data-v-5408e26c]{display:flex;justify-content:center;align-content:center;align-items:center}.report .tivon .bianji[data-v-5408e26c]{width:20px;height:20px;margin-left:5px}.report .box1 :last-child.list .val[data-v-5408e26c]{width:25%!important}.report .kcalClass[data-v-5408e26c]{width:100%;text-align:center;font-size:36rpx;line-height:55px;margin:-20px auto}.report .yichang[data-v-5408e26c]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.report .tips[data-v-5408e26c]{font-size:30rpx;line-height:20px}.report .tips uni-text[data-v-5408e26c]{display:inline-block;width:100%}.report .jianyi_box[data-v-5408e26c]{background-color:#fff;border-radius:10px;padding:5px 10px 15px;width:calc(100% -20px);margin:10px 0}.report .jianyi[data-v-5408e26c]{display:flex;margin:0 -15px;justify-content:space-between}.report .jianyi uni-view[data-v-5408e26c]{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:20%;margin:0 2.5% 0}.report .jianyi uni-view uni-image[data-v-5408e26c]{width:25px;height:25px}.report .jianyi uni-view uni-text[data-v-5408e26c]{width:100%;text-align:center;margin-top:10px;font-size:28rpx;color:#666}.report .jianyi .active[data-v-5408e26c]{border-bottom:2px solid #f19601;padding-bottom:5px;margin:17px 2.5% 0}.report .jianyi-con[data-v-5408e26c]{margin-top:15px;background:#f7f7f7;padding:10px;font-size:28rpx;line-height:20px;border-radius:10px}.report .tips2[data-v-5408e26c]{color:#999;margin-top:15px;font-size:30rpx;display:flex;align-items:center}.report[data-v-5408e26c] .uni-collapse-item{width:100%!important}.report[data-v-5408e26c] .uni-collapse-item__title-arrow{margin-right:0!important}.report[data-v-5408e26c] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}.wrapper[data-v-5408e26c]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-5408e26c]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-5408e26c]{width:90%;height:auto;background:#fff;border-radius:10px;position:relative;top:23%;padding:5px;margin:auto;z-index:99999;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.wrapper .edit[data-v-5408e26c] uni-swiper{min-height:540rpx;text-align:center}.wrapper .edit uni-image[data-v-5408e26c]{width:100%;height:450rpx;margin-top:10px}.wrapper .clear[data-v-5408e26c]{position:absolute;right:3px;top:0;background-color:#fff;border-radius:50%}.content[data-v-5408e26c]{padding:15px;font-size:32rpx;width:calc(100% - 30px);background-color:#f5f6fa;min-height:100vh}.listC[data-v-5408e26c]{margin:0;width:100%}',""]),t.exports=e},"296f":function(t,e,i){"use strict";var a=i("f727"),n=i.n(a);n.a},"297e":function(t,e,i){var a=i("9188");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("59a09ed0",a,!0,{sourceMap:!1,shadowMode:!1})},"2a3b":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("7135").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-scroll-view",{staticClass:t._$g(2,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("3-"+r,"c"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1),t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]):t._e()],1)}))],2)],1)],1),t._l(t._$g(13,"f"),(function(e,a,n,r){return t._$g("13-"+r,"i")?i("uni-view",{key:e,attrs:{_i:"13-"+r}},[i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-text",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v("\u8bad\u7ec3\u6210\u7ee9\u4e3a")])],1),i("uni-view",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[i("uni-view",{staticClass:t._$g("19-"+r,"sc"),attrs:{_i:"19-"+r}},[i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[i("v-uni-text",{staticClass:t._$g("22-"+r,"sc"),attrs:{_i:"22-"+r}}),t._v(t._$g("21-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("23-"+r,"sc"),attrs:{_i:"23-"+r}},[i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[t._v(t._$g("24-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("25-"+r,"sc"),attrs:{_i:"25-"+r}},[i("v-uni-text",{staticClass:t._$g("26-"+r,"sc"),attrs:{_i:"26-"+r}}),t._v(t._$g("25-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("uni-view",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}}),i("uni-view",{staticClass:t._$g("29-"+r,"sc"),attrs:{_i:"29-"+r}},[i("v-uni-text",{staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}}),t._v(t._$g("29-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[i("uni-view",{staticClass:t._$g("32-"+r,"sc"),attrs:{_i:"32-"+r}},[t._v(t._$g("32-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}}),t._v(t._$g("33-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("35-"+r,"sc"),attrs:{_i:"35-"+r}},[i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}}),i("uni-view",{staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("v-uni-text",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}),t._v(t._$g("37-"+r,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[i("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[i("qiun-data-charts",{attrs:{_i:"41-"+r}}),i("uni-view",{staticClass:t._$g("42-"+r,"sc"),attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))])],1),t._$g("43-"+r,"i")?i("uni-view",{staticClass:t._$g("43-"+r,"sc"),attrs:{_i:"43-"+r}},[i("v-uni-text",{style:t._$g("44-"+r,"s"),attrs:{_i:"44-"+r}},[t._v(t._$g("44-"+r,"t0-0"))])],1):t._e(),t._$g("45-"+r,"i")?i("uni-view",{staticClass:t._$g("45-"+r,"sc"),attrs:{_i:"45-"+r}},[t._v("\u603b\u6210\u7ee9\u4e3a"+t._$g("45-"+r,"t0-0")+"\u5206")]):t._e()],1)],1),t._$g("46-"+r,"i")?i("uni-view",{staticClass:t._$g("46-"+r,"sc"),attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))]):t._e()],1):t._e()})),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[i("v-uni-image",{attrs:{src:"/static/charts.png",_i:51}})],1),i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[t._v("\u8fd0\u52a8\u66f2\u7ebf")])],1),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-image",{attrs:{src:"/static/add.png",_i:55}})],1),i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v("\u5386\u53f2\u8bb0\u5f55")])],1),i("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[i("v-uni-image",{attrs:{src:"/static/pk.png",_i:59}})],1),i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60}},[t._v("\u6570\u636e\u5bf9\u6bd4")])],1),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[i("v-uni-image",{attrs:{src:"/static/history.png",_i:63}})],1),i("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},[t._v("\u6dfb\u52a0\u8bb0\u5f55")])],1)],1)],1),i("publicAdd",{attrs:{_i:65}})],2)},r=[]},"2a74":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"2a93":function(t,e,i){var a=i("159f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7ab308cc",a,!0,{sourceMap:!1,shadowMode:!1})},"2af0":function(t,e,i){"use strict";var a=i("8164"),n=i.n(a);n.a},"2c35":function(t,e,i){"use strict";i.r(e);var a=i("0608"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2d15":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-icon",{staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r}}),i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-text",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[t._v(t._$g("6-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("v-uni-text",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1)],1)})),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-image",{attrs:{src:t._$g(11,"a-src"),_i:11}}),i("v-uni-text",{attrs:{_i:12}},[t._v("\u6682\u65e0\u6570\u636e\uff01")])],1):t._e()],1)},n=[]},"2dda":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse[data-v-1de8c812]{width:100%;display:flex;flex-direction:column;background-color:#fff}',""]),t.exports=e},"2e01":function(t,e,i){"use strict";var a=i("0550"),n=i.n(a);n.a},"2f15":function(t,e,i){"use strict";i.r(e);var a=i("79c5"),n=i("b7de");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e86b");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"f6e33386",null,!1,a["a"],void 0);e["default"]=o.exports},"2f6d":function(t,e,i){"use strict";var a=i("66fe"),n=i.n(a);n.a},"2fca":function(t,e,i){"use strict";i.r(e);var a=i("4d05"),n=i("6ae2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5c32");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3fa1a640",null,!1,a["a"],void 0);e["default"]=o.exports},"30f7":function(t,e,i){"use strict";i.r(e);var a=i("276d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},3156:function(t,e,i){var a=i("f5d0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7c657274",a,!0,{sourceMap:!1,shadowMode:!1})},3180:function(t,e,i){"use strict";var a=i("0507"),n=i.n(a);n.a},"32b8":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("92d0")),r=a(i("3380")),s=a(i("2175")),o=a(i("a937")),c=a(i("a037")),l={name:"qiun-loading",props:["loadingType"],data:function(){return{wxsProps:{}}},components:{Loading1:n.default,Loading2:r.default,Loading3:s.default,Loading4:o.default,Loading5:c.default}};e.default=l},3380:function(t,e,i){"use strict";i.r(e);var a=i("6c92"),n=i("8e69");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("fd7a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2ef93b2c",null,!1,a["a"],void 0);e["default"]=o.exports},"33ad":function(t,e,i){var a=i("7494d");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5776ff6a",a,!0,{sourceMap:!1,shadowMode:!1})},"33f7":function(t,e,i){"use strict";var a=i("76e8"),n=i.n(a);n.a},"34cf":function(t,e,i){var a=i("ed45"),n=i("7172"),r=i("6382"),s=i("dd3e");t.exports=function(t,e){return a(t)||n(t,e)||r(t,e)||s()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"353a":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-af6f5332]{margin-right:20px}.icon[data-v-af6f5332]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-af6f5332]{height:2px;width:10px}',""]),t.exports=e},3583:function(t,e,i){"use strict";i.r(e);var a=i("0db2"),n=i("3d86");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("35c9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"f984ff0c",null,!1,a["a"],void 0);e["default"]=o.exports},"35c9":function(t,e,i){"use strict";var a=i("a9fe"),n=i.n(a);n.a},"365a":function(t,e,i){var a=i("cae2");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("cee56bac",a,!0,{sourceMap:!1,shadowMode:!1})},3703:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{wxsProps:{"change:prop":"is_show"},staticClass:t._$g(1,"sc"),attrs:{"change:prop":t.renderswipe.showWatch,prop:t._$gc(1,"change:is_show"),"data-threshold":t._$g(1,"a-data-threshold"),"data-disabled":t._$g(1,"a-data-disabled"),_i:1},on:{touchstart:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchstart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchmove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchend(e,t.$getComponentDescriptor())}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("left",t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),style:t._$g("4-"+r,"s"),attrs:{_i:"4-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("5-"+r,"sc"),style:t._$g("5-"+r,"s"),attrs:{_i:"5-"+r}},[t._v(t._$g("5-"+r,"t0-0"))])],1)})),{_i:3})],2),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._t("default",null,{_i:7})],2),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._t("right",t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("11-"+r,"sc"),style:t._$g("11-"+r,"s"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1)})),{_i:9})],2)],1)],1)},n=[]},"372e":function(t,e,i){"use strict";var a=i("d485"),n=i.n(a);n.a},"373c":function(t,e,i){"use strict";i.r(e);var a=i("2504"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"37b1":function(t,e,i){"use strict";i.r(e);var a=i("bbad"),n=i("62ca");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("697a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"63b8291b",null,!1,a["a"],void 0);e["default"]=o.exports},"37b9":function(t,e,i){"use strict";var a=i("e9eb"),n=i.n(a);n.a},"38e9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-4e1c1bfa]{width:30px;height:30px;position:relative}.container.loading3[data-v-4e1c1bfa]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading3 .shape1[data-v-4e1c1bfa]{border-top-left-radius:10px}.container.loading3 .shape2[data-v-4e1c1bfa]{border-top-right-radius:10px}.container.loading3 .shape3[data-v-4e1c1bfa]{border-bottom-left-radius:10px}.container.loading3 .shape4[data-v-4e1c1bfa]{border-bottom-right-radius:10px}.container .shape[data-v-4e1c1bfa]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-4e1c1bfa]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-4e1c1bfa]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-4e1c1bfa]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-4e1c1bfa]{bottom:0;right:0;background-color:#e66}.loading3 .shape1[data-v-4e1c1bfa]{-webkit-animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}@keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}.loading3 .shape2[data-v-4e1c1bfa]{-webkit-animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}@keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}.loading3 .shape3[data-v-4e1c1bfa]{-webkit-animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}@keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}.loading3 .shape4[data-v-4e1c1bfa]{-webkit-animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}@keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}",""]),t.exports=e},3910:function(t,e,i){"use strict";i.r(e);var a=i("a469"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},3966:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?i("ren-calendar",{ref:"ren",attrs:{_i:2},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(3,"i")?i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[i("uni-icons",{attrs:{_i:"7-"+r}})],1),i("uni-view",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))])],1),t._$g("10-"+r,"i")?i("uni-view",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1):t._e(),t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0"))])],1):t._e()],1)],1)})),1):t._e(),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._l(t._$g(15,"f"),(function(e,a,n,r){return t._$g("15-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v(t._$g("19-"+r,"t0-0"))])],1),t._$g("20-"+r,"i")?i("uni-view",{attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1):t._e(),t._$g("22-"+r,"i")?i("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"23-"+r}},[t._v(t._$g("23-"+r,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[i("uni-icons",{attrs:{_i:"25-"+r}})],1)],1)],1):t._e()})),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("vs")]):t._e(),i("uni-view",{staticClass:t._$g(27,"sc"),class:t._$g(27,"c"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5bf9\u6bd4")])],2)],1)],1)},r=[]},"3b2d":function(t,e){function i(e){return t.exports=i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3bb4":function(t,e,i){"use strict";i.r(e);var a=i("5800"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"3c02":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(5,"a-end"),fields:t._$g(5,"a-fields"),value:t._$g(5,"a-value"),_i:5},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0")),i("v-uni-icon",{staticClass:t._$g(7,"sc"),attrs:{_i:7}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(9,"a-end"),fields:t._$g(9,"a-fields"),value:t._$g(9,"a-value"),_i:9},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")),i("v-uni-icon",{staticClass:t._$g(11,"sc"),attrs:{_i:11}})],1)],1)],1)],1),t._$g(12,"i")?i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),class:t._$g("14-"+r,"c"),attrs:{_i:"14-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("14-"+r,"t0-0"))])})),1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._$g(16,"i")?i("uni-view",{attrs:{_i:16}},[i("qiunDataCharts",{attrs:{_i:17}})],1):t._e()],1)],1):i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-image",{attrs:{src:t._$g(20,"a-src"),_i:20}}),i("v-uni-text",{attrs:{_i:21}},[t._v("\u6682\u65e0\u6570\u636e")])],1)],1)],1),i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")),i("v-uni-text",{attrs:{_i:26}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v("\u76ee\u6807\u4f53\u91cd"),i("uni-icons",{staticClass:t._$g(28,"sc"),attrs:{_i:28}})],1)],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v(t._$g(30,"t0-0")),i("v-uni-text",{attrs:{_i:31}},[t._v("kg")])],1),t._$g(32,"i")?i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\u7d2f\u8ba1\u589e\u91cd")]):i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v("\u7d2f\u8ba1\u51cf\u91cd")])],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0")),i("v-uni-text",{attrs:{_i:36}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v("\u521d\u59cb\u4f53\u91cd"),i("uni-icons",{staticClass:t._$g(38,"sc"),attrs:{_i:38}})],1)],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v(t._$g(40,"t0-0")),i("v-uni-text",{attrs:{_i:41}},[t._v("\u5929")])],1),i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u51cf\u91cd\u5929\u6570")])],1)],1)],1),i("firstweight",{attrs:{_i:43}})],1)],1)},r=[]},"3c38":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.add[data-v-f6e33386]{width:100%;text-align:center;background:#fff;height:45px;line-height:45px;border-radius:5px;font-weight:700;font-size:16px}.content[data-v-f6e33386]{padding:15px}uni-text[data-v-f6e33386]{margin-top:3px!important;width:auto!important;font-size:13px}.nolist uni-text[data-v-f6e33386]{margin:-15px auto 15px!important;width:100%!important}',""]),t.exports=e},"3cfd":function(t,e,i){"use strict";var a=i("3d21"),n=i.n(a);n.a},"3d21":function(t,e,i){var a=i("af9d");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("878053a8",a,!0,{sourceMap:!1,shadowMode:!1})},"3d86":function(t,e,i){"use strict";i.r(e);var a=i("ce77"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"3de6":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniSwipeAction:i("7f50").default,uniSwipeActionItem:i("0809").default,uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-swipe-action",{attrs:{_i:"3-"+r}},[i("uni-swipe-action-item",{attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-icon",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}}),i("v-uni-text",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[i("uni-view",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0"))])],1),t._$g("11-"+r,"i")?i("uni-view",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))])],1):t._e(),t._$g("13-"+r,"i")?i("uni-view",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))])],1):t._e(),t._$g("15-"+r,"i")?i("uni-icons",{attrs:{_i:"15-"+r}}):t._e()],1)],1)],1)],1)})),t._$g(16,"i")?i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-image",{attrs:{src:t._$g(18,"a-src"),_i:18}}),i("v-uni-text",{attrs:{_i:19}},[t._v("\u6682\u65e0\u6570\u636e")])],1):t._e()],1)},r=[]},"3e4d":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("e472")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},"3e59":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniDatetimePicker:i("9a7d").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u8bb0\u5f55\u65f6\u95f4")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-datetime-picker",{attrs:{_i:5},on:{change:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(5,"v-model"),callback:function(){},expression:"recordTime"}})],1)],1)],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u5c0f\u8bb0")]),i("v-uni-textarea",{attrs:{placeholder:"\u8bf4\u70b9\u4ec0\u4e48\u5427",name:"content",maxlength:"200",_i:8},model:{value:t._$g(8,"v-model"),callback:function(e){t.$handleVModelEvent(8,e)},expression:"content"}}),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")+"/200")])],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58")])],1)},r=[]},"3f17":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v(t._$g(1,"t0-0"))]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0")),i("v-uni-text",{attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0")),i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":"+t._$g(7,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u6d88\u8017/kcal"),i("v-uni-text",{attrs:{_i:9}},[t._v(t._$g(9,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-image",{attrs:{src:"/pageTwo/static/t01.gif",_i:11}})],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{longpress:function(e){return t.$handleViewEvent(e)}}},[t._v("\u957f\u6309\u7ed3\u675f")]),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[i("uni-view",{attrs:{_i:17}},[t._v("\u5e73\u5747\u901f\u5ea6\uff1a"),i("v-uni-text",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._v("bpm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v("(bpm=\u4e2a/\u5206\u949f)")])],1),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("v-uni-image",{attrs:{src:"/pageTwo/static/duan.png",_i:22}}),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{attrs:{_i:24}},[t._v("\u4e2d\u65ad\u6b21\u6570")]),i("uni-view",{attrs:{_i:25}},[i("v-uni-text",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))]),t._v("\u6b21")],1)],1)],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("v-uni-image",{attrs:{src:"/pageTwo/static/xu.png",_i:28}}),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-view",{attrs:{_i:30}},[t._v("\u6700\u957f\u8fde\u7eed")]),i("uni-view",{attrs:{_i:31}},[i("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),t._v("\u4e2a")],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("v-uni-text",{attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),t._v("\u8bad\u7ec3\u4e2a\u6570")],1),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("v-uni-text",{attrs:{_i:37}},[t._v(t._$g(37,"t0-0")+":"+t._$g(37,"t0-1"))]),t._v("\u5206:\u79d2")],1),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("v-uni-text",{attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))]),t._v("\u6d88\u8017/kcal")],1)],1),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5b8c\u6210")])],1)],1)],1):t._e()],1)},n=[]},"3f18":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-08055fde]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-08055fde]{top:20%}.close[data-v-08055fde]{background:#fff!important;float:left;color:#333}',""]),t.exports=e},"400d":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.f_banner{width:100%;height:400upx}.f_banner uni-swiper{height:400upx}.f_banner uni-image{width:100%;height:100%;background-size:100%}.tabbar{height:50px;display:flex;font-weight:700;font-size:16px;justify-content:space-between;margin:15px 10px}.tabbar .scroll-menu{width:100%;white-space:nowrap}.tabbar uni-view{display:inline-block;height:48px;line-height:48px;padding:0 10px}.tabbar uni-view uni-text{display:block;width:100%;text-align:center;margin-top:10px}.tabbar .active{color:#fff;border-radius:5px;background-color:#fea606}.list{width:100%;padding-bottom:50px}.newslist{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #f7f7f7}.newslist .left{width:calc(100% - 115px);height:60px;display:flex;flex-wrap:wrap;flex-flow:column;justify-content:space-between}.newslist .left .title{width:100%;font-size:30rpx;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:30px;font-weight:700}.newslist .right{width:105px;height:60px;border:1px solid #f7f7f7}.newslist .right uni-image{width:100%;height:100%}.newslist .time{width:100%;margin-top:5px;display:flex;justify-content:space-between}.newslist .time uni-icon{width:20px;display:block;margin-right:3px;margin-top:-5px;float:left}.newslist .time .icon-icon-test1{font-size:16px}.newslist .time uni-view{color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},4050:function(t,e,i){"use strict";i.r(e);var a=i("d067"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"40a5":function(t,e,i){var a=i("0bf6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("2bf02bef",a,!0,{sourceMap:!1,shadowMode:!1})},"40c1":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-d1a1acd0]{min-height:100vh;background-color:#fff}.lanBox[data-v-d1a1acd0]{padding:0 15px 0}.lan[data-v-d1a1acd0]{display:flex;align-items:center;font-size:32rpx;height:50px;line-height:50px;justify-content:space-between;border-bottom:1px solid #f7f7f7}.lan .left[data-v-d1a1acd0]{display:flex;align-items:center;text-align:left;font-size:32rpx;padding-left:30px}.lan .left .view[data-v-d1a1acd0]{width:18px;height:18px;position:absolute;left:15px;padding:2px;background-color:#c7c7c7;border-radius:50%;display:flex;align-items:center;justify-content:center}.lan .left .t-icon[data-v-d1a1acd0],\n.lan .left uni-image[data-v-d1a1acd0]{width:16px;height:16px}.lan .right[data-v-d1a1acd0]{display:flex;align-items:center;justify-content:flex-end;width:50%;min-height:38px;box-sizing:border-box;line-height:36px}',""]),t.exports=e},"40e9":function(t,e,i){"use strict";var a=i("ad22"),n=i.n(a);n.a},4183:function(t,e,i){var a=i("40c1");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("975b988c",a,!0,{sourceMap:!1,shadowMode:!1})},"41e3":function(t,e,i){"use strict";var a=i("1d72"),n=i.n(a);n.a},"41ff":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v("\u8fde\u63a5\u6210\u529f\uff0c\u5f00\u59cb\u6d4b\u91cf")]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{attrs:{_i:7}},[t._v("\u63d0\u793a\uff1a")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1.\u8bf7\u786e\u5b9a\u8bbe\u5907\u5df2\u5f00\u673a")]),i("v-uni-text",{attrs:{_i:9}},[t._v("2.\u8bf7\u786e\u5b9a\u624b\u673a\u84dd\u7259\u53ca\u4f4d\u7f6e\u4fe1\u606f\u5df2\u6253\u5f00")])],1)],1),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}}),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u6d4b\u91cf\u7ed3\u679c\u63d0\u793a")]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u672c\u6b21\u6d4b\u91cf\u4f53\u91cd\u4e3a\uff1a"),i("v-uni-text",{attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+t._$g(15,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("\u4e0a\u6b21\u6d4b\u91cf\u8eab\u9ad8\u4e3a\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165\u8eab\u9ad8",_i:17},model:{value:t._$g(17,"v-model"),callback:function(e){t.$handleVModelEvent(17,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58\u6d4b\u91cf\u7ed3\u679c")])],1)],1):t._e()],1)},n=[]},"42ec":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("c5cc")),r={data:function(){return{wxsProps:{}}},components:{headerIndex:n.default}};e.default=r},4308:function(t,e,i){"use strict";i.r(e);var a=i("2841"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"455c":function(t,e,i){"use strict";i.r(e);var a=i("5c92"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},4636:function(t,e,i){"use strict";i.r(e);var a=i("21e2"),n=i("455c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("41e3");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"08055fde",null,!1,a["a"],void 0);e["default"]=o.exports},"46df":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-web-view",{attrs:{src:this._$g(0,"a-src"),_i:0}})},n=[]},4733:function(t,e,i){"use strict";var a=i("2931"),n=i.n(a);n.a},"47a9":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"47bf":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u624b\u52a8\u8bb0\u5f55")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u9879\u76ee")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(10,"a-end"),fields:t._$g(10,"a-fields"),_i:10},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(12,"sc"),attrs:{_i:12}})],1)],1)],1),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),t._$g(15,"i")?i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(16,"a-range"),value:t._$g(16,"a-value"),_i:16},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+t._$g(17,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(18,"sc"),attrs:{_i:18}})],1):t._e(),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-input",{attrs:{type:t._$g(20,"a-type"),placeholder:"\u8bf7\u8f93\u5165",_i:20},model:{value:t._$g(20,"v-model"),callback:function(e){t.$handleVModelEvent(20,e)},expression:"number"}}),t._v(t._$g(19,"t1-0"))],1):t._e()],1):t._e(),t._$g(21,"i")?i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("\u65f6\u957f")]),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(24,"a-range"),value:t._$g(24,"a-value"),_i:24},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")+t._$g(25,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}})],1)],1):t._e(),t._$g(27,"i")?i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v("\u4e2a\u6570")]),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("v-uni-input",{attrs:{type:"number",placeholder:"\u8bf7\u8f93\u5165",_i:30},model:{value:t._$g(30,"v-model"),callback:function(e){t.$handleVModelEvent(30,e)},expression:"number"}}),t._v("\u4e2a")],1)],1):t._e(),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},r=[]},"48d3":function(t,e,i){var a=i("3c38");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("cea3c694",a,!0,{sourceMap:!1,shadowMode:!1})},4922:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}},[this._v(this._$g(2,"t0-0"))])],1)},n=[]},"499c":function(t,e,i){var a=i("8d9b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("504ecaba",a,!0,{sourceMap:!1,shadowMode:!1})},"4a59":function(t,e,i){"use strict";i.r(e);var a=i("155f"),n=i("9a01");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2054");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"ef631bd0",null,!1,a["a"],void 0);e["default"]=o.exports},"4add":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("c5cc")),r={data:function(){return{wxsProps:{}}},components:{headerIndex:n.default}};e.default=r},"4bd8":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-calendar-item__weeks-box[data-v-53b68fae]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1px 0;position:relative}.uni-calendar-item__weeks-box-text[data-v-53b68fae]{font-size:14px;font-weight:700;color:#001833}.uni-calendar-item__weeks-box-item[data-v-53b68fae]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px}.uni-calendar-item__weeks-box-circle[data-v-53b68fae]{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:8px;background-color:#dd524d}.uni-calendar-item__weeks-box .uni-calendar-item--disable[data-v-53b68fae]{cursor:default}.uni-calendar-item--disable .uni-calendar-item__weeks-box-text-disable[data-v-53b68fae]{color:#d1d1d1}.uni-calendar-item--today[data-v-53b68fae]{position:absolute;top:10px;right:17%;background-color:#dd524d;width:6px;height:6px;border-radius:50%}.uni-calendar-item--extra[data-v-53b68fae]{color:#dd524d;opacity:.8}.uni-calendar-item__weeks-box .uni-calendar-item--checked[data-v-53b68fae]{background-color:#007aff;border-radius:50%;box-sizing:border-box;border:3px solid #fff}.uni-calendar-item--checked .uni-calendar-item--checked-text[data-v-53b68fae]{color:#fff}.uni-calendar-item--multiple .uni-calendar-item--checked-range-text[data-v-53b68fae]{color:#333}.uni-calendar-item--multiple[data-v-53b68fae]{background-color:#f6f7fc}.uni-calendar-item--multiple .uni-calendar-item--before-checked[data-v-53b68fae],\n.uni-calendar-item--multiple .uni-calendar-item--after-checked[data-v-53b68fae]{background-color:#007aff;border-radius:50%;box-sizing:border-box;border:3px solid #f6f7fc}.uni-calendar-item--before-checked .uni-calendar-item--checked-text[data-v-53b68fae],\n.uni-calendar-item--after-checked .uni-calendar-item--checked-text[data-v-53b68fae]{color:#fff}.uni-calendar-item--before-checked-x[data-v-53b68fae]{border-top-left-radius:50px;border-bottom-left-radius:50px;box-sizing:border-box;background-color:#f6f7fc}.uni-calendar-item--after-checked-x[data-v-53b68fae]{border-top-right-radius:50px;border-bottom-right-radius:50px;background-color:#f6f7fc}',""]),t.exports=e},"4c99":function(t,e,i){"use strict";i.r(e);var a=i("f761"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4cfe":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),class:t._$g(0,"c"),attrs:{_i:0},on:{click:function(e){return t.$handleViewEvent(e)},mouseenter:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1}},[t._$g(2,"i")?i("v-uni-text",{staticClass:t._$g(2,"sc"),attrs:{_i:2}}):t._e(),i("v-uni-text",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))])],1),i("uni-view",{class:t._$g(4,"c"),attrs:{_i:4}})],1)},n=[]},"4d05":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{attrs:{src:t._$g(3,"a-src"),_i:3}}),i("uni-view",{attrs:{_i:4}},[t._v("Reedaw")]),i("v-uni-text",{attrs:{_i:5}},[t._v("V"+t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u7248\u672c\u66f4\u65b0")]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._$g(10,"i")?i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("\u65b0\u7248\u672c"+t._$g(10,"t0-0"))]):t._e(),i("uni-icons",{attrs:{_i:11}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("a",{staticClass:t._$g(13,"sc"),attrs:{href:"http://tc.pcxbc.com/technology/privacy_index",_i:13}},[i("v-uni-text",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u9690\u79c1\u534f\u8bae")]),i("uni-icons",{attrs:{_i:15}})],1)],1)],1)],1)],1)},r=[]},"4dee":function(t,e,i){"use strict";i.r(e);var a=i("a8b7"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4e6e":function(t,e,i){"use strict";i.r(e);var a=i("245b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4fb2":function(t,e,i){"use strict";i.r(e);var a=i("4cfe"),n=i("628e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("296f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"53b68fae",null,!1,a["a"],void 0);e["default"]=o.exports},"50d5":function(t,e,i){"use strict";i.r(e);var a=i("6c01"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"50d9":function(t,e,i){"use strict";i.r(e);var a=i("6b6b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5159:function(t,e,i){"use strict";i.r(e);var a=i("d2ff"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5171:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-f984ff0c]{width:100%;height:100vh}.bg[data-v-f984ff0c]{position:absolute;top:0;width:100%;height:50vh;z-index:9}.login[data-v-f984ff0c]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-f984ff0c]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-f984ff0c]{position:relative;display:flex;align-items:center;font-size:32rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-f984ff0c]{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-f984ff0c]{width:240rpx;height:40px;line-height:40px;font-size:32rpx}.login .editem .item .input[data-v-f984ff0c]{width:calc(100% - 240rpx);height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-f984ff0c]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-f984ff0c]{right:220rpx;font-size:28rpx}.login .editem .code[data-v-f984ff0c]{width:220rpx;background:#dfdfdf;font-size:28rpx;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .editem .forget[data-v-f984ff0c]{width:80px;background:#fff;color:#37cc92}.login .btngroup[data-v-f984ff0c]{width:100%;height:35px;line-height:35px;display:flex;justify-content:center}.login .btngroup uni-text[data-v-f984ff0c]{display:block;color:#37cc92}.login .btnlogin[data-v-f984ff0c]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}.xieyi[data-v-f984ff0c]{font-size:32rpx;color:#37cc92}.xieyi uni-text[data-v-f984ff0c]{border-bottom:1px solid #37cc92}',""]),t.exports=e},5295:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"52d6":function(t,e,i){"use strict";i.r(e);var a=i("f31b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"53fa":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"54dc":function(t,e,i){"use strict";i.r(e);var a=i("8764"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"550a":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-54c9c6c5]{padding:15px 10px;background:#fff;min-height:calc(100vh - 30px)}.content .radio[data-v-54c9c6c5]{display:flex;height:34px;line-height:34px}.content uni-picker[data-v-54c9c6c5]{width:100%;text-align:right;border:none;color:#333}.content .top[data-v-54c9c6c5]{width:100%;line-height:30px;font-size:24rpx;text-align:center;margin-bottom:30rpx;color:#999}.content .top uni-text[data-v-54c9c6c5]{width:100%;display:block;text-align:center;font-size:40rpx;color:#333;font-weight:600}.content .h5[data-v-54c9c6c5]{font-size:30rpx;color:#666}.content .con[data-v-54c9c6c5]{margin-top:5px;margin-bottom:30rpx;color:#999;line-height:22px;font-size:28rpx}.content .table[data-v-54c9c6c5],\n.content .table2[data-v-54c9c6c5]{width:100%;border:1px solid #d69231;border-bottom:none;box-sizing:border-box;border-spacing:inherit;font-size:28rpx;height:auto;overflow:hidden;border-right:none}.content .table .tr[data-v-54c9c6c5],\n.content .table2 .tr[data-v-54c9c6c5]{width:50%;float:left}.content .table .tr .text[data-v-54c9c6c5],\n.content .table2 .tr .text[data-v-54c9c6c5]{width:40%}.content .table .tr .td[data-v-54c9c6c5],\n.content .table2 .tr .td[data-v-54c9c6c5]{width:60%}.content .table .text[data-v-54c9c6c5],\n.content .table2 .text[data-v-54c9c6c5]{float:left;height:35px;line-height:35px;background:#ffcf85;box-sizing:border-box;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-54c9c6c5],\n.content .table2 .td[data-v-54c9c6c5]{box-sizing:border-box;background:rgba(228,205,172,.12941176470588237);display:flex;float:left;height:35px;line-height:35px;padding-right:5px;padding-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-54c9c6c5] uni-input,\n.content .table2 .td[data-v-54c9c6c5] uni-input{width:95%;height:35px;line-height:35px;font-size:30rpx!important}.content .table2[data-v-54c9c6c5]{margin:50rpx auto;border-right:none;text-align:center}.content .table2 .text[data-v-54c9c6c5]{width:50%;border-right:1px solid #d69231}.content .table2 .td[data-v-54c9c6c5]{height:50px;width:50%;line-height:50px;display:inherit;border-right:1px solid #d69231}.content .table2 .td .text2[data-v-54c9c6c5]{font-size:36rpx;font-weight:700}.btn[data-v-54c9c6c5]{margin-top:20px;margin-bottom:15px;background-color:#37cc92}',""]),t.exports=e},"550c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-fe0925d0]{width:30px;height:30px;position:relative}.container.loading1[data-v-fe0925d0]{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.container .shape[data-v-fe0925d0]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-fe0925d0]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-fe0925d0]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-fe0925d0]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-fe0925d0]{bottom:0;right:0;background-color:#e66}.loading1 .shape1[data-v-fe0925d0]{-webkit-animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}@keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}.loading1 .shape2[data-v-fe0925d0]{-webkit-animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}@keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}.loading1 .shape3[data-v-fe0925d0]{-webkit-animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}@keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}.loading1 .shape4[data-v-fe0925d0]{-webkit-animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}@keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}",""]),t.exports=e},"55b5":function(t,e,i){var a=i("a962");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7e5d55e0",a,!0,{sourceMap:!1,shadowMode:!1})},5766:function(t,e,i){"use strict";i.r(e);var a=i("41ff"),n=i("5159");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("28fe");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7b0d45f9",null,!1,a["a"],void 0);e["default"]=o.exports},5794:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):i("v-uni-icon",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1)],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u59d3\u540d")]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-input",{attrs:{name:"name",type:"text",placeholder:"\u8bf7\u8f93\u5165\u59d3\u540d",_i:9},model:{value:t._$g(9,"v-model"),callback:function(e){t.$handleVModelEvent(9,e)},expression:"memInfo.nickname"}}),t._$g(10,"i")?i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v("\u6027\u522b")]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-icons",{attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u7537")],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[i("uni-icons",{attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u5973")],1)],1)],1),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v("\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-input",{staticClass:t._$g(21,"sc"),attrs:{name:"name",type:"digit",placeholder:"\u8bf7\u8f93\u5165\u8eab\u9ad8",_i:21},model:{value:t._$g(21,"v-model"),callback:function(e){t.$handleVModelEvent(21,e)},expression:"memInfo.height"}}),t._v("CM"),t._$g(22,"i")?i("uni-icons",{attrs:{_i:22},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v("\u4f53\u91cd")]),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("v-uni-input",{staticClass:t._$g(26,"sc"),attrs:{name:"name",type:"digit",placeholder:"\u8bf7\u8f93\u5165\u4f53\u91cd",_i:26},model:{value:t._$g(26,"v-model"),callback:function(e){t.$handleVModelEvent(26,e)},expression:"memInfo.weight"}}),t._v("KG"),t._$g(27,"i")?i("uni-icons",{attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v("\u51fa\u751f\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(31,"a-end"),value:t._$g(31,"a-value"),fields:t._$g(31,"a-fields"),_i:31},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(33,"sc"),attrs:{_i:33}})],1)],1)],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("\u573a\u666f\u9009\u62e9")]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-icons",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u6d4b\u6a21\u5f0f")],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-icons",{attrs:{_i:40},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u8102\u6a21\u5f0f")],1)],1)],1),t._$g(41,"i")?i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u8eab\u4efd\u4fe1\u606f")]),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(44,"a-range"),value:t._$g(44,"a-value"),"range-key":"name",_i:44},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v(t._$g(45,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(46,"sc"),attrs:{_i:46}})],1)],1)],1):t._e(),t._$g(47,"i")?i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[t._v("\u6240\u5c5e\u5730\u533a")]),i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[t._v(t._$g(50,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(51,"sc"),attrs:{_i:51}})],1)],1):t._e(),t._$g(52,"i")?i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[t._v("\u6240\u5728\u5e74\u7ea7")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(55,"a-range"),value:t._$g(55,"a-value"),"range-key":"name",_i:55},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v(t._$g(56,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(57,"sc"),attrs:{_i:57}})],1)],1)],1):t._e()],1),i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u63d0\u4ea4")]),t._$g(59,"i")?i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61}},[i("uni-view",{attrs:{_i:62},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(63,"sc"),attrs:{_i:63},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1),i("v-uni-picker-view",{staticClass:t._$g(64,"sc"),attrs:{value:t._$g(64,"a-value"),"indicator-style":t._$g(64,"a-indicator-style"),_i:64},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:65}},t._l(t._$g(66,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[t._v(t._$g("66-"+r,"t0-0"))])})),1),i("v-uni-picker-view-column",{attrs:{_i:67}},t._l(t._$g(68,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("68-"+r,"sc"),attrs:{_i:"68-"+r}},[t._v(t._$g("68-"+r,"t0-0"))])})),1)],1)],1)],1):t._e()],1)},r=[]},"57d5":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-scroll-view",{staticClass:t._$g(2,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("3-"+r,"c"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._$g(6,"i")?i("ren-calendar",{ref:"ren",attrs:{_i:6},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},t._l(t._$g(8,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-icons",{attrs:{_i:"11-"+r}})],1),i("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0"))])],1),t._$g("14-"+r,"i")?i("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1):t._e(),t._$g("16-"+r,"i")?i("uni-view",{attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))])],1):t._e()],1)],1)})),1):t._e(),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._l(t._$g(19,"f"),(function(e,a,n,r){return t._$g("19-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("19-"+r,"sc"),attrs:{_i:"19-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[i("uni-view",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"23-"+r}},[t._v(t._$g("23-"+r,"t0-0"))])],1),t._$g("24-"+r,"i")?i("uni-view",{attrs:{_i:"24-"+r}},[t._v(t._$g("24-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"25-"+r}},[t._v(t._$g("25-"+r,"t0-0"))])],1):t._e(),t._$g("26-"+r,"i")?i("uni-view",{attrs:{_i:"26-"+r}},[t._v(t._$g("26-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"27-"+r}},[t._v(t._$g("27-"+r,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}},[i("uni-icons",{attrs:{_i:"29-"+r}})],1)],1)],1):t._e()})),t._$g(30,"i")?i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v("vs")]):t._e()],2)],1)],1)},r=[]},5800:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniCollapseItem",props:["title","name","disabled","showAnimation","open","thumb","titleBorder","border","showArrow"],data:function(){return{wxsProps:{}}},components:{}}},"582b":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("1b6a")),r={mounted:function(t,e,i){this.state={}},methods:{showWatch:function(t,e,i,a){n.default.showWatch(t,e,i,a,this)},touchstart:function(t,e){n.default.touchstart(t,e,this)},touchmove:function(t,e){n.default.touchmove(t,e,this)},touchend:function(t,e){n.default.touchend(t,e,this)}}};e.default=r},5950:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-2ef93b2c]{width:30px;height:30px;position:relative}.container.loading2[data-v-2ef93b2c]{-webkit-transform:rotate(10deg);transform:rotate(10deg)}.container.loading2 .shape[data-v-2ef93b2c]{border-radius:5px}.container.loading2[data-v-2ef93b2c]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container .shape[data-v-2ef93b2c]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-2ef93b2c]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-2ef93b2c]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-2ef93b2c]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-2ef93b2c]{bottom:0;right:0;background-color:#e66}.loading2 .shape1[data-v-2ef93b2c]{-webkit-animation:animation2shape1-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape1-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape1-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}}@keyframes animation2shape1-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}}.loading2 .shape2[data-v-2ef93b2c]{-webkit-animation:animation2shape2-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape2-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape2-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,20px);transform:translate(-20px,20px)}}@keyframes animation2shape2-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,20px);transform:translate(-20px,20px)}}.loading2 .shape3[data-v-2ef93b2c]{-webkit-animation:animation2shape3-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape3-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape3-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,-20px);transform:translate(20px,-20px)}}@keyframes animation2shape3-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(20px,-20px);transform:translate(20px,-20px)}}.loading2 .shape4[data-v-2ef93b2c]{-webkit-animation:animation2shape4-data-v-2ef93b2c .5s ease 0s infinite alternate;animation:animation2shape4-data-v-2ef93b2c .5s ease 0s infinite alternate}@-webkit-keyframes animation2shape4-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}}@keyframes animation2shape4-data-v-2ef93b2c{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}}",""]),t.exports=e},5988:function(t,e,i){"use strict";i.r(e);var a=i("6dbc"),n=i("a465");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("80b5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"49bc8d4b",null,!1,a["a"],void 0);e["default"]=o.exports},"5af6":function(t,e,i){"use strict";var a=i("c9a2"),n=i.n(a);n.a},"5bb1":function(t,e,i){"use strict";var a=i("4183"),n=i.n(a);n.a},"5bb5":function(t,e,i){"use strict";i.r(e);var a=i("704c"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"5c18":function(t,e,i){"use strict";i.r(e);var a=i("4922"),n=i("5bb5");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("7e78");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"06f9c5d4",null,!1,a["a"],void 0);e["default"]=o.exports},"5c32":function(t,e,i){"use strict";var a=i("af43"),n=i.n(a);n.a},"5c5f":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-c74a3728]{width:100%;height:100vh}.login[data-v-c74a3728]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .editem[data-v-c74a3728]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-c74a3728]{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-c74a3728]{width:80px;height:40px;line-height:40px;font-size:32rpx}.login .editem .item .input[data-v-c74a3728]{width:calc(100% - 100px);height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-c74a3728]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .btnlogin[data-v-c74a3728]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"5c7f":function(t,e,i){"use strict";var a=i("a924"),n=i.n(a);n.a},"5c92":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["type"],data:function(){return{wxsProps:{}}},components:{}}},"5e96":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-calendar[data-v-3fc8fc13]{display:flex;flex-direction:column}.uni-calendar__mask[data-v-3fc8fc13]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-property:opacity;transition-duration:.3s;opacity:0;z-index:99}.uni-calendar--mask-show[data-v-3fc8fc13]{opacity:1}.uni-calendar--fixed[data-v-3fc8fc13]{position:fixed;bottom:calc(var(--window-bottom));left:0;right:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;-webkit-transform:translateY(460px);transform:translateY(460px);z-index:99}.uni-calendar--ani-show[data-v-3fc8fc13]{-webkit-transform:translateY(0);transform:translateY(0)}.uni-calendar__content[data-v-3fc8fc13]{background-color:#fff}.uni-calendar__content-mobile[data-v-3fc8fc13]{border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 0 5px 3px rgba(0,0,0,.1)}.uni-calendar__header[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px}.uni-calendar__header uni-picker[data-v-3fc8fc13]{text-align:center!important;width:calc(100% - 180px)!important}.uni-calendar__header-mobile[data-v-3fc8fc13]{padding:5px;padding-bottom:0}.uni-calendar--fixed-top[data-v-3fc8fc13]{display:flex;flex-direction:row;justify-content:space-between;border-top-color:rgba(0,0,0,.4);border-top-style:solid;border-top-width:1px}.uni-calendar--fixed-width[data-v-3fc8fc13]{width:50px}.uni-calendar__backtoday[data-v-3fc8fc13]{position:absolute;right:0;top:25rpx;padding:0 5px;padding-left:10px;height:25px;line-height:25px;font-size:12px;border-top-left-radius:25px;border-bottom-left-radius:25px;color:#fff;background-color:#f1f1f1}.uni-calendar__header-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:15px;color:#666}.uni-calendar__button-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:14px;color:#007aff;letter-spacing:3px}.uni-calendar__header-btn-box[data-v-3fc8fc13]{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50px;height:50px}.uni-calendar__header-btn[data-v-3fc8fc13]{width:9px;height:9px;border-left-color:grey;border-left-style:solid;border-left-width:1px;border-top-color:#555;border-top-style:solid;border-top-width:1px}.uni-calendar--left[data-v-3fc8fc13]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-calendar--right[data-v-3fc8fc13]{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.uni-calendar__weeks[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row}.uni-calendar__weeks-item[data-v-3fc8fc13]{flex:1}.uni-calendar__weeks-day[data-v-3fc8fc13]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40px;border-bottom-color:#f5f5f5;border-bottom-style:solid;border-bottom-width:1px}.uni-calendar__weeks-day-text[data-v-3fc8fc13]{font-size:12px;color:#b2b2b2}.uni-calendar__box[data-v-3fc8fc13]{position:relative;padding-bottom:7px}.uni-calendar__box-bg[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0}.uni-calendar__box-bg-text[data-v-3fc8fc13]{font-size:200px;font-weight:700;color:#999;opacity:.1;text-align:center;line-height:1}.uni-date-changed[data-v-3fc8fc13]{padding:0 10px;text-align:center;color:#333;border-top-color:#dcdcdc;border-top-style:solid;border-top-width:1px;flex:1}.uni-date-btn--ok[data-v-3fc8fc13]{padding:20px 15px}.uni-date-changed--time-start[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-end[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-date[data-v-3fc8fc13]{color:#999;line-height:50px;margin-right:5px}.time-picker-style[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center}.mr-10[data-v-3fc8fc13]{margin-right:10px}.dialog-close[data-v-3fc8fc13]{position:absolute;top:0;right:50px;bottom:0;display:flex;flex-direction:row;align-items:center;width:50px;justify-content:center;margin-top:5px}.dialog-close-plus[data-v-3fc8fc13]{width:16px;height:2px;background-color:#737987;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dialog-close-rotate[data-v-3fc8fc13]{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-datetime-picker--btn[data-v-3fc8fc13]{border-radius:100px;height:40px;line-height:40px;background-color:#007aff;color:#fff;font-size:16px;letter-spacing:2px}.uni-datetime-picker--btn[data-v-3fc8fc13]:active{opacity:.7}',""]),t.exports=e},6027:function(t,e,i){var a=i("6c26");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6e1c78a2",a,!0,{sourceMap:!1,shadowMode:!1})},6088:function(t,e,i){"use strict";i.r(e);var a=i("9910"),n=i("c1dd");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("92b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"af6f5332",null,!1,a["a"],void 0);e["default"]=o.exports},6104:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["weeks","calendar","selected","checkHover"],data:function(){return{wxsProps:{}}},components:{}}},6110:function(t,e,i){"use strict";i.r(e);var a=i("217f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"611c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-2b7bddf6]{height:100vh;background-color:#fff}uni-input[data-v-2b7bddf6]{border:none;background:inherit}.headbox[data-v-2b7bddf6]{height:180rpx;padding-top:10px;border-radius:0 0 5px 5px;background:#37cc92}.headimage[data-v-2b7bddf6]{display:block;padding-top:10px;width:70px;height:70px;border-radius:50%;font-size:140rpx;margin:auto;color:#fff}.lan[data-v-2b7bddf6]{display:flex;align-items:center;font-size:32rpx;padding:5px 0;margin:5px 15px;border-bottom:1px solid #f7f7f7}.left[data-v-2b7bddf6]{width:24%;text-align:left}.right[data-v-2b7bddf6]{display:flex;align-items:center;justify-content:flex-end;width:72%;height:40px;line-height:40px;box-sizing:border-box;position:relative;text-align:right}.right .radio[data-v-2b7bddf6]{display:flex;align-items:center}.right uni-picker[data-v-2b7bddf6]{width:100%;text-align:right;border:none;margin-right:15px;font-size:32rpx;color:#333}.right[data-v-2b7bddf6] uni-input{height:35px;padding-top:1px;font-size:32rpx;color:#333;margin-right:15px}.right .iconfont[data-v-2b7bddf6]{color:#333;font-size:32rpx;position:absolute;right:-10px;top:0}.btn[data-v-2b7bddf6]{width:auto;margin:40px 15px 0;background:#fea606!important}.visible[data-v-2b7bddf6]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.6)}.visible .groupBtn[data-v-2b7bddf6]{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view[data-v-2b7bddf6]{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure[data-v-2b7bddf6]{background-color:#37cc92;color:#fff!important}.visible .picker-view[data-v-2b7bddf6]{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.visible .item[data-v-2b7bddf6]{line-height:45px;text-align:center}',""]),t.exports=e},6224:function(t,e,i){var a=i("d5bb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("996aba02",a,!0,{sourceMap:!1,shadowMode:!1})},6286:function(t,e,i){"use strict";var a=i("d5ce"),n=i.n(a);n.a},"628e":function(t,e,i){"use strict";i.r(e);var a=i("6104"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"62ca":function(t,e,i){"use strict";i.r(e);var a=i("b990"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"634b":function(t,e,i){"use strict";i.r(e);var a=i("9e7e"),n=i("8fbb");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("b16f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1fb8c021",null,!1,a["a"],void 0);e["default"]=o.exports},6361:function(t,e,i){"use strict";i.r(e);var a=i("42ec"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},6365:function(t,e,i){"use strict";i.r(e);var a=i("582b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},6382:function(t,e,i){var a=i("6454");t.exports=function(t,e){if(t){if("string"===typeof t)return a(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?a(t,e):void 0}},t.exports.__esModule=!0,t.exports["default"]=t.exports},6399:function(t,e,i){"use strict";var a=i("2a93"),n=i.n(a);n.a},6454:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,a=new Array(e);ie&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(a.offsetX,a.offsetY)}(t),"horizontal"===s.direction&&(t.preventDefault&&t.preventDefault(),r(s.x+s.deltaX,a,i)))}function n(t,e){var i=t.instance,a=i.getDataset().disabled,n=i.getState();a=("string"===typeof a?JSON.parse(a):a)||!1,a||function(t,e,i){var a=e.getState(),n=a.threshold,r=(a.position,a.isopen||"none"),s=a.leftWidth,c=a.rightWidth;if(0===a.deltaX)return void o("none",e,i);o("none"===r&&c>0&&-t>n||"none"!==r&&c>0&&c+t0&&t>n||"none"!==r&&s>0&&s-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var d=!1;return t.exports={showWatch:function(t,e,i,a){var n=a.getState();s(a,i),t&&"none"!==t?o(t,a,i):(n.left&&o("none",a,i),c(a))},touchstart:i,touchmove:a,touchend:n,mousedown:function(t,a){e&&l()&&(i(t,a),d=!0)},mousemove:function(t,i){e&&l()&&d&&a(t,i)},mouseup:function(t,i){e&&l()&&(n(t,i),d=!1)},mouseleave:function(t,i){e&&l()&&(d=!1)}},t.exports}({exports:{}})}},"854b":function(t,e,i){var a=i("eb3e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("a0ea97aa",a,!0,{sourceMap:!1,shadowMode:!1})},"85ef":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-text",{attrs:{_i:2}},[t._v("\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b")]),t._v("\u4e3a\u4fdd\u8bc1\u6570\u636e\u51c6\u786e\u5b9a\uff0c\u8bf7\u8ba4\u771f\u586b\u5199\u771f\u5b9e\u4fe1\u606f")],1),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u6027\u522b")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u7537")],1),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u5973")],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v("\u51fa\u751f\u65e5\u671f")]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(14,"a-end"),value:t._$g(14,"a-value"),fields:t._$g(14,"a-fields"),_i:14},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")),i("v-uni-icon",{staticClass:t._$g(16,"sc"),attrs:{_i:16}})],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v("\u7238\u7238\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-input",{staticClass:t._$g(20,"sc"),attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:20},model:{value:t._$g(20,"v-model"),callback:function(e){t.$handleVModelEvent(20,e)},expression:"dadheight "}}),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("\u5988\u5988\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-input",{staticClass:t._$g(24,"sc"),attrs:{type:"digit",placeholder:"\u8bf7\u8f93\u5165",_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"momheight"}}),t._v("cm")],1)],1)],1),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("\u5f53\u524d\u6807\u51c6\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v("\u6210\u5e74\u8eab\u9ad8\u9884\u6d4b")]),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("v-uni-text",{attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))]),t._v("cm")],1),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-text",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))]),t._$g(32,"i")?i("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\xb1"+t._$g(32,"t0-0"))]):t._e(),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u7acb\u5373\u8ba1\u7b97")]),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe64\u5f53\u524d\u6807\u51c6\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v("\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u4e0d\u5229\u957f\u9ad8\u3002\u8bf7\u4ece\u996e\u98df\u3001\u7761\u7720\u3001\u8fd0\u52a8\u3001\u60c5\u7eea\u7b49\u65b9\u9762\u6392\u67e5\u3002\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u8ba9\u5b69\u5b50\u5904\u4e8e\u6700\u4f73\u957f\u9ad8\u72b6\u6001\u3002")]),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v("\u5982\u679c\u5f53\u524d\u5b9e\u9645\u8eab\u9ad8\ufe65\u5f53\u524d\u6807\u51c6\u8eab\u9ad8")]),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v("\u5b69\u5b50\u540e\u5929\u751f\u957f\u73af\u5883\u6709\u5229\u957f\u9ad8\u3002\u8bf7\u7ee7\u7eed\u4fdd\u6301\uff0c\u52a0\u5f3a\u540e\u5929\u56e0\u7d20\u7ba1\u7406\uff0c\u5b69\u5b50\u6210\u5e74\u53ef\u6bd4\u6807\u51c6\u9ad810cm\u4ee5\u4e0a\u3002")])],1)],1)},r=[]},"86e1":function(t,e,i){var a=i("ed2e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("079b8846",a,!0,{sourceMap:!1,shadowMode:!1})},8764:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"UniIcons",props:["type","color","size","customPrefix","fontFamily"],data:function(){return{wxsProps:{}}},components:{}}},8820:function(t,e,i){"use strict";i.r(e);var a=i("0f9c"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"88ef":function(t,e,i){"use strict";i.r(e);var a=i("3e59"),n=i("83b7");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ff29");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"777f2ffa",null,!1,a["a"],void 0);e["default"]=o.exports},"89ad":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.list[data-v-4c3bdb1e]{width:100%}.list .item[data-v-4c3bdb1e]{width:33.3%;padding-top:8px;display:flex;float:left;flex-direction:column;box-sizing:border-box;justify-content:center;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.list .item uni-image[data-v-4c3bdb1e]{width:60px;height:60px;margin:0 auto 10px}.list .item .name[data-v-4c3bdb1e]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-bottom:10px}',""]),t.exports=e},"8a45":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.calendar-wrapper[data-v-1dac9bf0]{color:#bbb7b7;border-radius:10px;font-size:32rpx;text-align:center;background-color:#fff;padding-bottom:10rpx}.calendar-wrapper .header[data-v-1dac9bf0]{display:flex;align-items:center;justify-content:center;height:88rpx;color:#42464a;font-size:36rpx;font-weight:700;justify-content:space-around}.calendar-wrapper .header .pre[data-v-1dac9bf0],\n.calendar-wrapper .header .next[data-v-1dac9bf0]{color:#fea606;font-size:32rpx}.calendar-wrapper .week[data-v-1dac9bf0]{display:flex;align-items:center;height:80rpx;line-height:80rpx;border-bottom:1rpx solid hsla(0,0%,100%,.2)}.calendar-wrapper .week uni-view[data-v-1dac9bf0]{flex:1}.calendar-wrapper .content0[data-v-1dac9bf0]{position:relative;overflow:hidden;transition:height .4s ease}.calendar-wrapper .content0 .days[data-v-1dac9bf0]{transition:top .3s;display:flex;align-items:center;flex-wrap:wrap;position:relative}.calendar-wrapper .content0 .days .item[data-v-1dac9bf0]{position:relative;display:block;height:80rpx;line-height:80rpx;width:calc(100% / 7)}.calendar-wrapper .content0 .days .item .day[data-v-1dac9bf0]{font-style:normal;display:inline-block;vertical-align:middle;width:60rpx;height:60rpx;line-height:60rpx;overflow:hidden;border-radius:60rpx}.calendar-wrapper .content0 .days .item .day.choose[data-v-1dac9bf0]{background-color:#fea606;color:#fff}.calendar-wrapper .content0 .days .item .day.nolm[data-v-1dac9bf0]{color:#fff;opacity:.3}.calendar-wrapper .content0 .days .item .isWorkDay[data-v-1dac9bf0]{color:#42464a}.calendar-wrapper .content0 .days .item .notSigned[data-v-1dac9bf0]{font-style:normal;width:8rpx;height:8rpx;background:#fa7268;border-radius:10rpx;position:absolute;left:50%;bottom:0;pointer-events:none}.calendar-wrapper .content0 .days .item .today[data-v-1dac9bf0]{color:#fff;background-color:#a8c0ff}.calendar-wrapper .content0 .days .item .workDay[data-v-1dac9bf0]{font-style:normal;width:8rpx;height:8rpx;background:#4d7df9;border-radius:10rpx;position:absolute;left:50%;bottom:0;pointer-events:none}.calendar-wrapper .content0 .days .item .markDay[data-v-1dac9bf0]{font-style:normal;width:8rpx;height:8rpx;background:#fa7268;border-radius:10rpx;position:absolute;left:50%;bottom:0;pointer-events:none}.calendar-wrapper .hide[data-v-1dac9bf0]{height:80rpx!important}.calendar-wrapper .weektoggle[data-v-1dac9bf0]{width:85rpx;height:32rpx;position:relative;bottom:-42rpx}.calendar-wrapper .weektoggle.down[data-v-1dac9bf0]{-webkit-transform:rotate(180deg);transform:rotate(180deg);bottom:0}',""]),t.exports=e},"8a7c":function(t,e,i){"use strict";i.r(e);var a=i("bffb"),n=i("4dee");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("24a1");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"0072ffd6",null,!1,a["a"],void 0);e["default"]=o.exports},"8b4a":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"8cbd":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"8cf8":function(t,e,i){"use strict";var a=i("40a5"),n=i.n(a);n.a},"8d42":function(t,e,i){"use strict";i.r(e);var a=i("ee37"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8d9b":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-0072ffd6]{background:#fff;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.btnClose[data-v-0072ffd6]{color:#fff;background:linear-gradient(-90deg,#fccf4f,#fba418 80%)!important}.baocun[data-v-0072ffd6]{color:#fff;background:linear-gradient(-90deg,#feaa50,#e96b13 80%)!important}.quan[data-v-0072ffd6]{width:400rpx;height:400rpx;border:8px solid #feaa50;border-radius:50%;margin:15px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 25px 10px #e96b13;-webkit-animation:pulse-data-v-0072ffd6 1s infinite;animation:pulse-data-v-0072ffd6 1s infinite}.quan .weight[data-v-0072ffd6]{font-size:50px;color:#000;font-weight:700}.quan .typeInfo[data-v-0072ffd6]{width:100%;text-align:center;font-size:16px;color:#f0ae43}@-webkit-keyframes pulse-data-v-0072ffd6{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}@keyframes pulse-data-v-0072ffd6{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}.status[data-v-0072ffd6]{width:70%;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;background-color:#ffdda6}.disabled[data-v-0072ffd6]{width:150px;background-color:#dfdfdf;border:1px solid #f7f7f7;color:#fff;text-align:center;padding:7px;border-radius:10px;margin:15px auto}.tips[data-v-0072ffd6]{font-size:14px!important;margin-bottom:20px}',""]),t.exports=e},"8de7":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("7135")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},"8e24":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-12257a5b]{width:100%;height:100vh}.login[data-v-12257a5b]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-12257a5b]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-12257a5b]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-12257a5b]{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-12257a5b]{width:80px;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-12257a5b]{width:calc(100% - 100px);height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-12257a5b]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-12257a5b]{right:120px;font-size:32rpx}.login .editem .code[data-v-12257a5b]{width:110px;background:#dfdfdf;font-size:32rpx;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .btnlogin[data-v-12257a5b]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"8e69":function(t,e,i){"use strict";i.r(e);var a=i("f931"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8ef0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-datetime-picker[data-v-9f5a12d2]{}.uni-datetime-picker-view[data-v-9f5a12d2]{height:130px;width:270px;cursor:pointer}.uni-datetime-picker-item[data-v-9f5a12d2]{height:50px;line-height:50px;text-align:center;font-size:14px}.uni-datetime-picker-btn[data-v-9f5a12d2]{margin-top:60px;display:flex;cursor:pointer;flex-direction:row;justify-content:space-between}.uni-datetime-picker-btn-text[data-v-9f5a12d2]{font-size:14px;color:#007aff}.uni-datetime-picker-btn-group[data-v-9f5a12d2]{display:flex;flex-direction:row}.uni-datetime-picker-cancel[data-v-9f5a12d2]{margin-right:30px}.uni-datetime-picker-mask[data-v-9f5a12d2]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-duration:.3s;z-index:998}.uni-datetime-picker-popup[data-v-9f5a12d2]{border-radius:8px;padding:30px;width:270px;background-color:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition-duration:.3s;z-index:999}.uni-datetime-picker-time[data-v-9f5a12d2]{color:grey}.uni-datetime-picker-column[data-v-9f5a12d2]{height:50px}.uni-datetime-picker-timebox[data-v-9f5a12d2]{border:1px solid #e5e5e5;border-radius:5px;padding:7px 10px;box-sizing:border-box;cursor:pointer}.uni-datetime-picker-timebox-pointer[data-v-9f5a12d2]{cursor:pointer}.uni-datetime-picker-disabled[data-v-9f5a12d2]{opacity:.4}.uni-datetime-picker-text[data-v-9f5a12d2]{font-size:14px;line-height:50px}.uni-datetime-picker-sign[data-v-9f5a12d2]{position:absolute;top:45px;color:#999}.sign-left[data-v-9f5a12d2]{left:86px}.sign-right[data-v-9f5a12d2]{right:86px}.sign-center[data-v-9f5a12d2]{left:135px}.uni-datetime-picker__container-box[data-v-9f5a12d2]{position:relative;display:flex;align-items:center;justify-content:center;margin-top:40px}.time-hide-second[data-v-9f5a12d2]{width:180px}',""]),t.exports=e},"8f81":function(t,e,i){var a=i("f0f0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("0783dd38",a,!0,{sourceMap:!1,shadowMode:!1})},"8fbb":function(t,e,i){"use strict";i.r(e);var a=i("6b1a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8fbd":function(t,e,i){"use strict";var a=i("1a6b"),n=i.n(a);n.a},9188:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-0a07ecd0]{width:100%;min-height:100vh;background-color:#fff}.item-ite[data-v-0a07ecd0]{line-height:20PX;margin-bottom:15px}.title[data-v-0a07ecd0]{height:50px;line-height:50px;text-align:center;font-weight:700}.image[data-v-0a07ecd0]{width:100%;text-align:center;margin-top:30px}.image uni-image[data-v-0a07ecd0]{width:200px;height:252px;margin:auto}.end[data-v-0a07ecd0]{color:#fff;position:absolute;bottom:80px;width:70px;height:70px;line-height:70px;background:#fea606;margin-left:calc(50% - 35px);border-radius:50px;text-align:center;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.wrapper[data-v-0a07ecd0]{background-color:rgba(0,0,0,.6)}.wrapper .edit[data-v-0a07ecd0]{width:80%!important;background-color:#fff}.wrapper .editem[data-v-0a07ecd0]{height:auto;display:flex;align-items:center;flex-direction:column}.wrapper .editem uni-view[data-v-0a07ecd0]{width:100%;text-align:center;margin-bottom:5px}.wrapper .center[data-v-0a07ecd0]{background-color:#eee;padding:0 10px;display:flex;margin:45px 0;font-size:32rpx;border-radius:5px;height:65px;align-items:center;justify-content:space-between}.wrapper .center uni-image[data-v-0a07ecd0]{width:35px;height:35px;margin-right:10px;margin-top:15px}.wrapper .center .left[data-v-0a07ecd0]{display:flex;align-content:center}.wrapper .center .name[data-v-0a07ecd0]{margin-top:15px}.wrapper .item[data-v-0a07ecd0]{display:flex;justify-content:space-between}.wrapper .item .item-ite[data-v-0a07ecd0]{line-height:20px;font-size:28rpx;color:#999;text-align:center}.wrapper .item .item-ite uni-text[data-v-0a07ecd0]{display:block;width:100%;font-size:36rpx;color:#333;text-align:center;margin-bottom:10px}.wrapper .btn[data-v-0a07ecd0]{margin-top:25px;height:45px;line-height:45px;background:#fea606;margin-bottom:25px}',""]),t.exports=e},9200:function(t,e,i){t.exports=i.p+"assets/uniicons.2579c7da.ttf"},"925f":function(t,e,i){var a=i("699c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5e7f6302",a,!0,{sourceMap:!1,shadowMode:!1})},"92a2":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-7b0d45f9]{width:200px!important;height:340px!important}',""]),t.exports=e},"92b9":function(t,e,i){"use strict";var a=i("96e3"),n=i.n(a);n.a},"92cc":function(t,e,i){"use strict";var a=i("9bb9"),n=i.n(a);n.a},"92d0":function(t,e,i){"use strict";i.r(e);var a=i("f338"),n=i("1a82");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("37b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"fe0925d0",null,!1,a["a"],void 0);e["default"]=o.exports},"93a0":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5206\u6570\u5360\u6bd4\u8bbe\u7f6e")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u8eab\u4f53\u6307\u6570")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-slider",{attrs:{value:"10","show-value":!0,"block-size":"12","block-color":"#007aff",_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1\u5206\u949f\u8df3\u7ef3")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-slider",{attrs:{value:"40","show-value":!0,"block-size":"12","block-color":"#007aff",_i:11},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u80ba\u6d3b\u91cf")]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-slider",{attrs:{value:"60","show-value":!0,"block-size":"12","block-color":"#007aff",_i:15},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("*\u6240\u6709\u9879\u76ee\u8bc4\u5206\u5360\u6bd4\u548c\u4e3a100%")]),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},"941d":function(t,e,i){var a=i("d8e8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("b7b854b4",a,!0,{sourceMap:!1,shadowMode:!1})},"949b":function(t,e,i){"use strict";i.r(e);var a=i("7426"),n=i("7dd2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("cf56");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"92780744",null,!1,a["a"],void 0);e["default"]=o.exports},"94a9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-64863ef6]{width:100%;min-height:100vh;background-color:#f5f6fa}.skiptop[data-v-64863ef6]{margin-top:15px}.tabbar[data-v-64863ef6]{width:100%;margin-top:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-64863ef6]{position:relative}.tabbar .active[data-v-64863ef6]:after{content:"";height:3px;width:100%;position:absolute;bottom:-8px;left:0;border-radius:5px;background:#37cc92}.box1[data-v-64863ef6]{background-color:#fff;padding:10px!important;color:#999;margin:15px;border-radius:10px;width:calc(100%- 30px)}.box1 .time[data-v-64863ef6]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .item[data-v-64863ef6]{width:100%;color:#333;font-size:44rpx;text-align:center;margin-bottom:15px}.box1 .item uni-text[data-v-64863ef6]{display:block}.box1 .item .item-ite[data-v-64863ef6]{font-size:36rpx;margin-bottom:15px;width:100%}.box1 .item .item-set[data-v-64863ef6]{width:calc(100% - 30px);display:flex;align-items:center;height:55px;line-height:55px;font-size:60rpx;margin-bottom:5px;background-color:#f7f7f7;padding:0 15px;justify-content:space-between;margin:auto;position:relative}.box1 .item .item-set[data-v-64863ef6] uni-input{font-size:60rpx;height:55px;line-height:55px}.box1 .item .item-set0[data-v-64863ef6]{background-color:#fff;justify-content:center}.box1 .item .tips[data-v-64863ef6]{font-size:32rpx;color:#999;margin-top:10px}.box1 .start[data-v-64863ef6]{color:#fff;width:100px;height:100px;font-size:36rpx;font-weight:700;line-height:100px;text-align:center;border-radius:50%;background:#37cc92;margin:15px auto}.box1 .Nstart[data-v-64863ef6]{opacity:.5!important}.status[data-v-64863ef6]{background-color:#fff}.status uni-image[data-v-64863ef6]{width:18px;height:18px}.status .icon_link[data-v-64863ef6]{-webkit-animation:rotation-data-v-64863ef6 .6s infinite linear;animation:rotation-data-v-64863ef6 .6s infinite linear}@-webkit-keyframes rotation-data-v-64863ef6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation-data-v-64863ef6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}',""]),t.exports=e},"94bd":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-58a72ade]{width:200px!important;height:340px!important}.status[data-v-58a72ade]{width:70%;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;background-color:#ffdda6}',""]),t.exports=e},"962a":function(t,e,i){"use strict";i.r(e);var a=i("5794"),n=i("c1aa");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2093");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2b7bddf6",null,!1,a["a"],void 0);e["default"]=o.exports},"96e3":function(t,e,i){var a=i("353a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("302a38ee",a,!0,{sourceMap:!1,shadowMode:!1})},9709:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("headerIndex",{attrs:{_i:1}}),t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[i("v-uni-icon",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}}),t._v(t._$g("4-"+r,"t1-0"))],1),i("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[i("uni-view",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[t._v("\u5730\u533a\uff1a"+t._$g("7-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),i("uni-icons",{attrs:{_i:"9-"+r}})],1)],1)],1)})),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-image",{attrs:{src:t._$g(12,"a-src"),_i:12}}),i("v-uni-text",{attrs:{_i:13}},[t._v("\u6682\u65e0\u6570\u636e")])],1):t._e()],1)},r=[]},"97a6":function(t,e,i){"use strict";var a=i("854b"),n=i.n(a);n.a},9910:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}})],1),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{attrs:{_i:7}},[t._v("\u6027\u522b\uff1a"+t._$g(7,"t0-0"))]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u5e74\u9f84\uff1a"+t._$g(8,"t0-0")+"\u5c81")])],1)],1)],1),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("v-uni-text",{attrs:{_i:12}},[t._v("\u65f6\u95f4(\u5929)")])],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),t._$g(15,"i")?i("v-uni-text",{attrs:{_i:15}},[t._v("\u589e\u91cd(kg)")]):i("v-uni-text",{attrs:{_i:16}},[t._v("\u51cf\u91cd(kg)")])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._$g(19,"i")?i("v-uni-text",{attrs:{_i:19}},[t._v("\u589e\u8102(kg)")]):i("v-uni-text",{attrs:{_i:20}},[t._v("\u51cf\u8102(kg)")])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{attrs:{_i:22}},[i("uni-icons",{staticClass:t._$g(23,"sc"),attrs:{_i:23}}),t._v(t._$g(22,"t1-0"))],1),t._v("\u6570\u636e\u53d8\u5316")],1)],1):i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}}),t._v(t._$g(25,"t1-0"))],1),t._v("\u6570\u636e\u53d8\u5316")],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}}),i("uni-view",{attrs:{_i:30}},[t._v("\u8d8b\u52bf")]),i("uni-view",{attrs:{_i:31}},[t._v("\u4e4b\u524d")]),i("uni-view",{attrs:{_i:32}},[t._v("\u4e4b\u540e")])],1),t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("uni-view",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[i("v-uni-text",{attrs:{_i:"35-"+r}},[t._v(t._$g("35-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[t._$g("37-"+r,"i")?i("v-uni-text",{attrs:{_i:"37-"+r}},[t._v(t._$g("37-"+r,"t0-0"))]):t._e(),t._$g("38-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}):t._e(),t._$g("39-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}}):t._e(),t._$g("40-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}}):t._e()],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[i("uni-view",{attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"43-"+r}},[t._v(t._$g("43-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("44-"+r,"sc"),attrs:{_i:"44-"+r}},[i("uni-view",{attrs:{_i:"45-"+r}},[t._v(t._$g("45-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))])],1)],1)}))],2)],1)},r=[]},"99d6":function(t,e,i){var a=i("7138");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("00226a42",a,!0,{sourceMap:!1,shadowMode:!1})},"9a01":function(t,e,i){"use strict";i.r(e);var a=i("9d41"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"9a51":function(t,e,i){"use strict";i.r(e);var a=i("af31"),n=i("a941");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("eaef");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"12257a5b",null,!1,a["a"],void 0);e["default"]=o.exports},"9a7d":function(t,e,i){"use strict";i.r(e);var a=i("1767"),n=i("a188");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2827");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"25b1ce86",null,!1,a["a"],void 0);e["default"]=o.exports},"9a90":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"ren-calendar",props:["weekstart","markDays","headerBar","open","collapsible","disabledAfter"],data:function(){return{wxsProps:{}}},components:{}}},"9b27":function(t,e,i){"use strict";i.r(e);var a=i("46df"),n=i("52d6");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=o.exports},"9b53":function(t,e,i){"use strict";i.r(e);var a=i("47bf"),n=i("4308");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ece4");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4948e7b0",null,!1,a["a"],void 0);e["default"]=o.exports},"9bb9":function(t,e,i){var a=i("b7cb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("3d6c7481",a,!0,{sourceMap:!1,shadowMode:!1})},"9d1d":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("T")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u80ba\u6d3b\u91cf\u6d4b\u8bd5")]),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v("\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u80fd\u8ba9\u6211\u4eec\u66f4\u597d\u7684\u4e86\u89e3\u60a8\uff0c\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a\u3002")])],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-text",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1")]),i("v-uni-text",{attrs:{_i:10}},[t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")]),i("v-uni-text",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:12}},[t._v("\u5438\u6c14\u901f\u5ea6")]),i("v-uni-text",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))])],1):t._e(),t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("2")]),i("v-uni-text",{attrs:{_i:16}},[t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")]),i("v-uni-text",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:18}},[t._v("\u5438\u6c14\u901f\u5ea6")]),i("v-uni-text",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1):t._e(),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-text",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v("3")]),i("v-uni-text",{attrs:{_i:22}},[t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:24}},[t._v("\u5438\u6c14\u901f\u5ea6")]),i("v-uni-text",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0"))])],1):t._e()],1),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[i("uni-view",{class:t._$g(27,"c"),attrs:{_i:27}},[t._v("\u60a8\u597d\uff01\u7b2c"),i("v-uni-text",{attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))]),t._v("\u6b21\u6d4b\u8bd5\u5f00\u59cb")],1),i("uni-view",{class:t._$g(29,"c"),attrs:{_i:29}},[t._v("\u653e\u4e0b\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u547c\u6c14\uff0c\u5c3d\u53ef\u80fd\u6392\u7a7a\u80ba\u90e8\u6c14\u4f53")]),i("uni-view",{class:t._$g(30,"c"),attrs:{_i:30}},[t._v("\u4f7f\u7528\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u5438\u6c14\uff0c\u76f4\u81f3\u5230\u8fbe\u6781\u9650")])],1):t._e(),t._$g(31,"i")?i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("v-uni-text",{attrs:{_i:33}},[t._v(t._$g(33,"t0-0")+"ml")]),t._v("\u5e73\u5747\u5438\u6c14\u80ba\u6d3b\u91cf")],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v("\u6839\u636e\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\uff0c\u60a8\u7684\u8fbe\u6807\u5438\u6c14\u80ba\u6d3b\u91cf\u4e3a"+t._$g(34,"t0-0")+"ml\u3002\u60a8\u672c\u6b21\u6d4b\u8bd5\u5438\u6c14\u901f\u5ea6"+t._$g(34,"t0-1")+"L/min,\u80ba\u6d3b\u91cf\u6d4b\u8bd5\u7ed3\u679c"+t._$g(34,"t0-2")+"ml\u3002\u7ed3\u5408\u60a8\u7684\u8eab\u4f53\u72b6\u6001\u548c\u6539\u5584\u76ee\u6807\uff0c\u6211\u4eec\u5c06\u4e3a\u60a8\u751f\u6210\u8be6\u7ec6\u7684\u5065\u5eb7\u62a5\u544a\u3002")])],1):t._e(),t._$g(35,"i")?i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u67e5\u770b\u672c\u6b21\u62a5\u544a")]):t._e(),t._$g(36,"i")?i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u6211\u60f3\u91cd\u65b0\u6d4b\u8bd5")]):t._e(),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0")+"S\u540e\u5f00\u59cb\u7b2c"),i("v-uni-text",{attrs:{_i:38}},[t._v(t._$g(38,"t0-0"))]),t._v("\u6b21\u6d4b\u8bd5")],1):t._e()],1):i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v("\u4f7f\u7528\u547c\u5438\u8bad\u7ec3\u5668\uff0c\u7f13\u6162\u5438\u6c14\uff0c\u76f4\u81f3\u5230\u8fbe\u6781\u9650")]),i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u5438\u6c14\u901f\u5ea6"),i("v-uni-text",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[t._v(t._$g(43,"t0-0")+"L/min")])],1),i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}}),i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}}),i("uni-view",{staticClass:t._$g(48,"sc"),style:t._$g(48,"s"),attrs:{_i:48}}),i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},t._l(t._$g(50,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("50-"+r,"sc"),attrs:{_i:"50-"+r}},[t._v(t._$g("50-"+r,"t0-0"))])})),1)],1)],1),i("uni-view",{staticClass:t._$g(51,"sc"),attrs:{_i:51}},[i("v-uni-text",{attrs:{_i:52}},[t._v(t._$g(52,"t0-0")+"ml")]),t._v("\u5438\u6c14\u80ba\u6d3b\u91cf")],1)],1)],1)],1)},n=[]},"9d41":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"9d54":function(t,e,i){"use strict";var a=i("3156"),n=i.n(a);n.a},"9d77":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("7135").default,uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("headerIndex",{attrs:{_i:1},on:{getAciveCity:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u672c\u6b21\u4f30\u5206\u6210\u7ee9\u4e3a")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4f30\u5206\u5386\u53f2")]),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u8be5\u5730\u533a\u4f53\u80b2\u603b\u6210\u7ee9\u4e3a:"+t._$g(8,"t0-0")+"\u5206")]):t._e(),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4e0a\u6b21\u6570\u636e")])],1),t._$g(10,"i")?i("uni-view",{attrs:{_i:10}},[t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"11-"+r}},[i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},t._l(t._$g("14-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("14-"+r+"-"+s,"sc"),attrs:{_i:"14-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("15-"+r+"-"+s,"sc"),attrs:{_i:"15-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("16-"+r+"-"+s,"sc"),attrs:{_i:"16-"+r+"-"+s}},[t._v(t._$g("16-"+r+"-"+s,"t0-0"))])],1),t._l(t._$g("17-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("17-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("17-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"17-"+r+"-"+s+"-"+o}},[t._$g("18-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"18-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g("19-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"19-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"20-"+r+"-"+s+"-"+o}},[t._v(t._$g("20-"+r+"-"+s+"-"+o,"t0-0"))]),t._$g("21-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"21-"+r+"-"+s+"-"+o}}):t._e()],1),i("uni-view",{staticClass:t._$g("22-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"22-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("23-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"23-"+r+"-"+s+"-"+o}},[t._$g("24-"+r+"-"+s+"-"+o,"i")?i("v-uni-input",{style:t._$g("24-"+r+"-"+s+"-"+o,"s"),attrs:{type:"number","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",_i:"24-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("24-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("25-"+r+"-"+s+"-"+o,"e")?i("v-uni-input",{style:t._$g("25-"+r+"-"+s+"-"+o,"s"),attrs:{type:"digit","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",maxlength:"4",_i:"25-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("25-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("26-"+r+"-"+s+"-"+o,"e")?i("v-uni-picker",{style:t._$g("26-"+r+"-"+s+"-"+o,"s"),attrs:{mode:"multiSelector",range:t._$g("26-"+r+"-"+s+"-"+o,"a-range"),_i:"26-"+r+"-"+s+"-"+o},on:{change:function(e){return t.$handleViewEvent(e)},input:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"27-"+r+"-"+s+"-"+o}},[t._v(t._$g("27-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-icons",{staticClass:t._$g("28-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"28-"+r+"-"+s+"-"+o}})],1):t._e(),t._$g("29-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{staticClass:t._$g("29-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"29-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1),i("v-uni-text",{style:t._$g("30-"+r+"-"+s+"-"+o,"s"),attrs:{_i:"30-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("30-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()})),t._l(t._$g("31-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("31-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("31-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"31-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("32-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"32-"+r+"-"+s+"-"+o}},[t._v(t._$g("32-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("33-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"33-"+r+"-"+s+"-"+o}},[i("uni-view",{staticStyle:{width:"40%"},attrs:{_i:"34-"+r+"-"+s+"-"+o}},[t._v(t._$g("34-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("35-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"35-"+r+"-"+s+"-"+o}},[t._v(t._$g("35-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("36-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"36-"+r+"-"+s+"-"+o}},[t._v(t._$g("36-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()}))],2)})),1)],1)})),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u91cd\u65b0\u4f30\u5206")]):i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f00\u59cb\u4f30\u5206")])],2):i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("v-uni-image",{attrs:{src:t._$g(40,"a-src"),_i:40}}),i("v-uni-text",{attrs:{_i:41}},[t._v(t._$g(41,"t0-0"))])],1),i("uslider",{attrs:{_i:42}}),t._$g(43,"i")?i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[t._v("\u8bf7\u9009\u62e9"),i("v-uni-text",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[t._v("("+t._$g(47,"t0-0")+"\u9009"+t._$g(47,"t0-1")+")")])],1),t._l(t._$g(48,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("48-"+r,"sc"),attrs:{_i:"48-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("49-"+r,"i")?i("uni-icons",{attrs:{_i:"49-"+r}}):t._e(),t._$g("50-"+r,"i")?i("uni-icons",{attrs:{_i:"50-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[i("uni-view",{staticClass:t._$g("52-"+r,"sc"),attrs:{_i:"52-"+r}},[t._v(t._$g("52-"+r,"t0-0"))])],1)],1)})),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],2)],1):t._e()],1)},r=[]},"9de3":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("title",[i("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:t._$g(5,"a-src"),_i:5}}):t._e(),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],{_i:3})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),class:t._$g(7,"c"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8}})],1):t._e()],1),i("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[i("uni-view",{ref:"collapse--hook",staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{id:t._$g(10,"a-id"),_i:10}},[t._t("default",null,{_i:11})],2)],1)],1)},r=[]},"9df2":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"9e31":function(t,e,i){"use strict";i.r(e);var a=i("f38f"),n=i("4050");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"b7ea8a9a",null,!1,a["a"],void 0);e["default"]=o.exports},"9e7e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):t._e(),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._l(t._$g(7,"f"),(function(e,a,n,r){return t._$g("7-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("8-"+r,"i")?i("v-uni-image",{staticClass:t._$g("8-"+r,"sc"),attrs:{src:t._$g("8-"+r,"a-src"),_i:"8-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v("\u5f53\u524d")]):t._e()],1),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0")+"\u5c81")])],1)],1)],1):t._e()})),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+")])],2)],1)],1):t._e()},n=[]},"9f26":function(t,e,i){"use strict";var a=i("ff34"),n=i.n(a);n.a},"9fb6":function(t,e,i){"use strict";var a=i("f676"),n=i.n(a);n.a},a037:function(t,e,i){"use strict";i.r(e);var a=i("a0f3"),n=i("50d9");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a2be");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"6e5d9c90",null,!1,a["a"],void 0);e["default"]=o.exports},a081:function(t,e,i){"use strict";i.r(e);var a=i("fe81"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a0c3:function(t,e,i){"use strict";i.r(e);var a=i("f3ac"),n=i("7fd8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2af0");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7efd4e50",null,!1,a["a"],void 0);e["default"]=o.exports},a0f3:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},a10c:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-63b8291b]{width:100%;padding-top:10px;min-height:100vh;background-color:#000}.box1[data-v-63b8291b]{color:#fff;margin:15px;width:calc(100%- 30px)}.box1 .time[data-v-63b8291b]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .LiuS[data-v-63b8291b]{width:60%;margin:auto;position:relative;text-align:center;border-radius:10px;background-color:#272a2a;height:30px;line-height:30px}.box1 .LiuS[data-v-63b8291b]:after{content:"";position:absolute;left:45%;bottom:-7px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #272a2a}.box1 .item[data-v-63b8291b]{width:100%;font-size:28rpx;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative}.box1 .item .image[data-v-63b8291b]{width:80%}.box1 .item .image uni-image[data-v-63b8291b]{margin-top:10px;width:100%}.box1 .item .center[data-v-63b8291b]{top:0;bottom:0;position:absolute;width:70px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-63b8291b]{position:absolute;width:70px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-63b8291b]{width:70px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-63b8291b] :last-child{border-bottom:none}.box1 .item .ite[data-v-63b8291b]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:32rpx;color:#fff;z-index:99;border-bottom:1px solid #999}.box1 .val[data-v-63b8291b]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:32rpx}.box1 .val uni-text[data-v-63b8291b]{display:block;color:#39d9c9!important;font-size:64rpx;margin-bottom:10px}.box[data-v-63b8291b]{padding:0;display:flex;flex-wrap:wrap;border-radius:10px;margin:15px;width:calc(100%- 30px);justify-content:space-between}.box .data[data-v-63b8291b]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}.box .item[data-v-63b8291b]{width:47.5%;font-size:28rpx;background:#fff;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.box .val[data-v-63b8291b]{width:40px;height:40px;border-radius:50%}.box .val uni-image[data-v-63b8291b]{width:70%;height:70%}',""]),t.exports=e},a185:function(t,e,i){"use strict";i.r(e);var a=i("6a17"),n=i("fbdc");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("9fb6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1dac9bf0",null,!1,a["a"],void 0);e["default"]=o.exports},a188:function(t,e,i){"use strict";i.r(e);var a=i("24e1"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a27f:function(t,e,i){"use strict";i.r(e);var a=i("a7fd"),n=i("13ab");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("6399");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"c0ee48d6",null,!1,a["a"],void 0);e["default"]=o.exports},a292:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a2be:function(t,e,i){"use strict";var a=i("d8c4"),n=i.n(a);n.a},a40d:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{class:t._$g(2,"c"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f53\u5929")]),i("uni-view",{class:t._$g(3,"c"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u6708\u5ea6")]),i("uni-view",{class:t._$g(4,"c"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5e74\u5ea6")])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{staticClass:t._$g(7,"sc"),attrs:{mode:"date",value:t._$g(7,"a-value"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")),i("uni-icons",{attrs:{_i:9}})],1)],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[i("qiunDataCharts",{attrs:{_i:"13-"+r}})],1):i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-image",{attrs:{src:t._$g("16-"+r,"a-src"),_i:"16-"+r}}),i("v-uni-text",{attrs:{_i:"17-"+r}},[t._v("\u6682\u65e0\u6570\u636e\uff0c\u8bf7\u624b\u52a8\u6dfb\u52a0~")])],1)],1)],1)})),1)],1)],1)},r=[]},a44a:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("a185")),r={data:function(){return{wxsProps:{}}},components:{RenCalendar:n.default}};e.default=r},a465:function(t,e,i){"use strict";i.r(e);var a=i("bf48"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a469:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a499:function(t,e,i){"use strict";i.r(e);var a=i("93a0"),n=i("c8ce");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("aa9e");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"09fa18c3",null,!1,a["a"],void 0);e["default"]=o.exports},a55d:function(t,e,i){"use strict";i.r(e);var a=i("bd3d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a5a5:function(t,e,i){"use strict";i.r(e);var a=i("9d1d"),n=i("d08e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("97a6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2ed376e9",null,!1,a["a"],void 0);e["default"]=o.exports},a65e:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a721:function(t,e,i){"use strict";i.r(e);var a=i("17c3"),n=i("012e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("bb47");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"58a72ade",null,!1,a["a"],void 0);e["default"]=o.exports},a7c8:function(t,e,i){"use strict";i.r(e);var a=i("a44a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a7fd:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(4,"a-end"),fields:t._$g(4,"a-fields"),value:t._$g(4,"a-value"),_i:4},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0")),i("v-uni-icon",{staticClass:t._$g(6,"sc"),attrs:{_i:6}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(8,"a-end"),fields:t._$g(8,"a-fields"),value:t._$g(8,"a-value"),_i:8},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")),i("v-uni-icon",{staticClass:t._$g(10,"sc"),attrs:{_i:10}})],1)],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},t._l(t._$g(13,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[t._$g("14-"+r,"i")?i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("qiunDataCharts",{attrs:{_i:"15-"+r}})],1):i("uni-view",{attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-image",{attrs:{src:t._$g("18-"+r,"a-src"),_i:"18-"+r}}),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v("\u6682\u65e0\u6570\u636e\uff0c\u8bf7\u624b\u52a8\u6dfb\u52a0~")])],1),i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0"))])],1)],1)})),1)],1)],1)},n=[]},a816:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("bbd6").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("4-"+r,"i")?i("uni-icons",{attrs:{_i:"4-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-image",{attrs:{src:t._$g("6-"+r,"a-src"),_i:"6-"+r}}),i("uni-view",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u53ef\u6dfb\u52a0\u7684\u5361\u7247")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:"12-"+r}}),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("v-uni-image",{attrs:{src:t._$g("14-"+r,"a-src"),_i:"14-"+r}}),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58\u5361\u7247")])],1)},r=[]},a8b7:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a8cf:function(t,e,i){"use strict";i.r(e);var a=i("a65e"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a924:function(t,e,i){var a=i("c31f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("890f1c0c",a,!0,{sourceMap:!1,shadowMode:!1})},a937:function(t,e,i){"use strict";i.r(e);var a=i("1f8c"),n=i("50d5");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ad7e");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"37562626",null,!1,a["a"],void 0);e["default"]=o.exports},a941:function(t,e,i){"use strict";i.r(e);var a=i("0ffc"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a962:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-777f2ffa]{margin-top:25px}[data-v-777f2ffa] .example-body uni-picker{text-align:center!important}',""]),t.exports=e},a9fe:function(t,e,i){var a=i("5171");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("09995944",a,!0,{sourceMap:!1,shadowMode:!1})},aa9e:function(t,e,i){"use strict";var a=i("7d63"),n=i.n(a);n.a},aab8:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-1eef18a0]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.tabbar[data-v-1eef18a0]{display:flex;position:fixed;top:0;left:0;right:0;z-index:999;justify-content:space-between;border-bottom:1px solid #f7f7f7;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471);background-color:#fff}.tabbar .scroll-menu[data-v-1eef18a0]{width:100%;white-space:nowrap}.tabbar .scroll-menu uni-view[data-v-1eef18a0]{height:55px;line-height:55px;display:inline-block;min-width:100px;margin:0 10px;text-align:center}.tabbar .active[data-v-1eef18a0]{color:#37cc92;font-weight:700;border-bottom:2px solid #37cc92}.history[data-v-1eef18a0]{width:calc(100% - 30px);height:auto;margin:70px 15px 0;padding-bottom:40px}.history .list[data-v-1eef18a0]{width:100%;margin-top:12px;position:relative}.history .list .item[data-v-1eef18a0]{width:calc(100% - 20px);height:auto;background:#fff;padding:10px;display:flex;justify-content:space-between;border-radius:10px;align-items:center;font-weight:700;font-size:30rpx!important}.history .list .item uni-text[data-v-1eef18a0]{width:100%;display:block;color:#666;text-align:center;font-weight:500;font-size:28rpx}.history .list .item uni-view[data-v-1eef18a0]{width:28%;display:flex;flex-wrap:wrap;justify-content:center}.history .list .time[data-v-1eef18a0]{width:44%!important;font-size:28rpx;color:#666;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.history .list .time uni-icon[data-v-1eef18a0]{width:40rpx;height:40rpx;margin-right:5px}.history .list .time uni-text[data-v-1eef18a0]{width:100%;font-size:30rpx;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},ac8a:function(t,e,i){"use strict";i.r(e);var a=i("53fa"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},ac93:function(t,e,i){"use strict";t.exports=function(t,e){e||(e={}),t=t&&t.__esModule?t.default:t;let i=!1;if("string"!==typeof t){if(!t.protocol||"file:"!==t.protocol||!t.pathname)return t;i=!0,t=t.pathname}return/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):i?t:0===t.indexOf("/")?t.substr(1):t}},ad00:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},ad22:function(t,e,i){var a=i("7ba6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("a06ea428",a,!0,{sourceMap:!1,shadowMode:!1})},ad7e:function(t,e,i){"use strict";var a=i("8f81"),n=i.n(a);n.a},adf6:function(t,e,i){"use strict";var a=i("0fc0"),n=i.n(a);n.a},ae8a:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunLoading:i("f2af").default,qiunError:i("5c18").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{id:t._$g(0,"a-id"),_i:0}},[t._$g(1,"i")?i("uni-view",{attrs:{_i:1}},[i("qiun-loading",{attrs:{_i:2}})],1):t._e(),t._$g(3,"i")?i("uni-view",{attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("qiun-error",{attrs:{_i:4}})],1):t._e(),t._$g(5,"i")?[i("uni-view",{directives:[{name:"show",rawName:"v-show",value:t._$g(6,"v-show"),expression:"_$g(6,'v-show')"}],wxsProps:{"change:resize":"echartsResize","change:prop":"echartsOpts"},staticStyle:{width:"100%",height:"100%"},style:t._$g(6,"s"),attrs:{"data-directory":t._$g(6,"a-data-directory"),id:t._$g(6,"a-id"),prop:t._$gc(6,"change:echartsOpts"),"change:prop":t.rdcharts.ecinit,resize:t._$gc(6,"change:echartsResize"),"change:resize":t.rdcharts.ecresize,_i:6}})]:[i("uni-view",{wxsProps:{"change:prop":"uchartsOpts"},attrs:{id:t._$g(8,"a-id"),prop:t._$gc(8,"change:uchartsOpts"),"change:prop":t.rdcharts.ucinit,_i:8},on:{mousemove:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseMove(e,t.$getComponentDescriptor())},mousedown:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseDown(e,t.$getComponentDescriptor())},mouseup:function(e){e=t.$handleWxsEvent(e),t.rdcharts.mouseUp(e,t.$getComponentDescriptor())},touchstart:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchStart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchMove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.rdcharts.touchEnd(e,t.$getComponentDescriptor())},click:function(e){e=t.$handleWxsEvent(e),t.rdcharts.tap(e,t.$getComponentDescriptor())}}},[i("v-uni-canvas",{directives:[{name:"show",rawName:"v-show",value:t._$g(9,"v-show"),expression:"_$g(9,'v-show')"}],style:t._$g(9,"s"),attrs:{id:t._$g(9,"a-id"),canvasId:t._$g(9,"a-canvasId"),"disable-scroll":t._$g(9,"a-disable-scroll"),_i:9},on:{error:function(e){return t.$handleViewEvent(e)}}})],1)]],2)},r=[]},af07:function(t,e,i){var a=i("af44");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("062b31d3",a,!0,{sourceMap:!1,shadowMode:!1})},af31:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v("\u624b\u673a\u53f7")]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{attrs:{placeholder:"\u8bf7\u8f93\u5165\u624b\u673a\u53f7",_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"phone"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u9a8c\u8bc1\u7801")]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(11,"sc"),attrs:{type:"none",disabled:t._$g(11,"a-disabled"),_i:11},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(11,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(11,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u8ba4")])],1)],1)},n=[]},af43:function(t,e,i){var a=i("ffa9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5d8a074b",a,!0,{sourceMap:!1,shadowMode:!1})},af44:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-17965831]{min-height:calc(100vh - 66px);padding:0;border-top:66px solid #f9fafc;background-color:#fff}.tishi[data-v-17965831]{width:100%;font-size:28rpx;line-height:25px;font-weight:700;position:absolute;bottom:20px;padding-left:15px}.tishi .text[data-v-17965831]{display:flex;align-items:center}.tishi .text uni-icon[data-v-17965831]{margin-right:5px}.tishi uni-text[data-v-17965831]{font-weight:500;font-size:32rpx;color:#999;width:100%;display:block}.item[data-v-17965831]{width:70%;height:40px;line-height:38px;text-align:center;background:#f7f7f7;border:1px solid #dfdfdf;font-weight:700;margin:auto;border-radius:15px;margin-top:15px}.devices_summary[data-v-17965831]{width:100%;height:40px;line-height:40px;text-align:center;font-size:36rpx;color:#666}.device_list[data-v-17965831]{flex:1;width:100%;height:auto;max-height:340px;margin-top:0;margin-bottom:10px;position:absolute;bottom:160px;top:170px}.device_list .device_item[data-v-17965831]{font-size:32rpx;padding:7px 10px;color:#999;border-bottom:1px solid #dfdfdf}.device_list .device_item uni-text[data-v-17965831]{display:inline-block;font-size:28rpx;font-weight:700;color:#666;margin-bottom:5px}.tips[data-v-17965831]{font-size:28rpx;text-align:center;color:#e83a1e;background:#f7e4c8;padding:5px 0;margin-top:15px}',""]),t.exports=e},af9d:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-6701be64]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.close[data-v-6701be64]{background:#dfdfdf!important;float:left}',""]),t.exports=e},afe7:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-430cb4ee]{margin-right:20px}.icon[data-v-430cb4ee]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-430cb4ee]{height:2px;width:10px}',""]),t.exports=e},b09a:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("3b2d")),r=a(i("0289")),s=a(i("e424")),o=a(i("1ec5")),c={},l=null;function d(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),a=1;a3||Math.abs(c[t].$el.children[0].clientHeight-o.default.instance[t].getHeight())>3)&&this.ecresize()},tooltipPosition:function(){return function(t,e,i,a,n){var r=t[0],s=t[1],o=n.viewSize[0],c=n.viewSize[1],l=n.contentSize[0],d=n.contentSize[1],u=r+30,f=s+30;return u+l>o&&(u=r-l-30),f+d>c&&(f=s-d-30),[u,f]}},ucinit:function(t,e,i,a){var n=this;if(JSON.stringify(t)!=JSON.stringify(e)&&t.canvasId){var r=JSON.parse(JSON.stringify(t.canvasId));this.rid=r,c[r]=this.$ownerInstance||a,s.default.option[r]=JSON.parse(JSON.stringify(t)),s.default.option[r]=u(s.default.option[r],s.default.formatter);var o=document.getElementById(r);o&&o.children[0]&&(s.default.option[r].context=o.children[0].getContext("2d"),s.default.instance[r]&&s.default.option[r]&&!0===s.default.option[r].update?this.updataUChart():setTimeout((function(){s.default.option[r].context.restore(),s.default.option[r].context.save(),n.newUChart()}),100))}},newUChart:function(){var t=this.rid;s.default.instance[t]=new r.default(s.default.option[t]),s.default.instance[t].addEventListener("renderComplete",(function(){c[t].callMethod("emitMsg",{name:"complete",params:{type:"complete",complete:!0,id:t,opts:s.default.instance[t].opts}}),s.default.instance[t].delEventListener("renderComplete")})),s.default.instance[t].addEventListener("scrollLeft",(function(){c[t].callMethod("emitMsg",{name:"scrollLeft",params:{type:"scrollLeft",scrollLeft:!0,id:t,opts:s.default.instance[t].opts}})})),s.default.instance[t].addEventListener("scrollRight",(function(){c[t].callMethod("emitMsg",{name:"scrollRight",params:{type:"scrollRight",scrollRight:!0,id:t,opts:s.default.instance[t].opts}})}))},updataUChart:function(){var t=this.rid;s.default.instance[t].updateData(s.default.option[t])},tooltipDefault:function(t,e,i,a){if(e){var r=t.data;return"object"===(0,n.default)(t.data)&&(r=t.data.value),e+" "+t.name+":"+r}return t.properties&&t.properties.name?t.properties.name:t.name+":"+t.data},showTooltip:function(t,e){var i=this,a=s.default.option[e].tooltipCustom;if(a&&void 0!==a&&null!==a){var n=void 0;a.x>=0&&a.y>=0&&(n={x:a.x,y:a.y+10}),s.default.instance[e].showToolTip(t,{index:a.index,offset:n,textList:a.textList,formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})}else s.default.instance[e].showToolTip(t,{formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})},tap:function(t){var e=this.rid,i=s.default.option[e].ontap,a=s.default.option[e].tooltipShow,n=s.default.option[e].tapLegend;if(0!=i){var r,o,d=document.getElementById("UC"+e).getBoundingClientRect(),u={};u=t.detail.x?{x:t.detail.x-d.left,y:t.detail.y-d.top+l.top}:{x:t.clientX-d.left,y:t.clientY-d.top+l.top},t.changedTouches=[],t.changedTouches.unshift(u),r=s.default.instance[e].getCurrentDataIndex(t),o=s.default.instance[e].getLegendDataIndex(t),!0===n&&s.default.instance[e].touchLegend(t),1==a&&this.showTooltip(t,e),c[e].callMethod("emitMsg",{name:"getIndex",params:{type:"getIndex",event:u,currentIndex:r,legendIndex:o,id:e,opts:s.default.instance[e].opts}})}},touchStart:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&1==t.touches.length&&s.default.instance[e].scrollStart(t),c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"touchStart",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},touchMove:function(t){var e=this.rid,i=s.default.option[e].ontouch;if(0!=i){if(!0===s.default.option[e].enableScroll&&1==t.changedTouches.length&&s.default.instance[e].scroll(t),!0===s.default.option[e].ontap&&!1===s.default.option[e].enableScroll&&!0===s.default.option[e].onmovetip){var a=document.getElementById("UC"+e).getBoundingClientRect(),n={x:t.changedTouches[0].clientX-a.left,y:t.changedTouches[0].clientY-a.top+l.top};t.changedTouches.unshift(n),!0===s.default.option[e].tooltipShow&&this.showTooltip(t,e)}!0===i&&!0===s.default.option[e].enableScroll&&!0===s.default.option[e].onzoom&&2==t.changedTouches.length&&s.default.instance[e].dobuleZoom(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"touchMove",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}})}},touchEnd:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&0==t.touches.length&&s.default.instance[e].scrollEnd(t),c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"touchEnd",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},mouseDown:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollStart(t),s.default.option[e].mousedown=!0,c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"mouseDown",event:a,id:e,opts:s.default.instance[e].opts}})}},mouseMove:function(t){var e=this.rid,i=s.default.option[e].onmouse,a=s.default.option[e].tooltipShow;if(0!=i){var n,r=document.getElementById("UC"+e).getBoundingClientRect();n={x:t.clientX-r.left,y:t.clientY-r.top+l.top},t.changedTouches=[],t.changedTouches.unshift(n),s.default.option[e].mousedown?(s.default.instance[e].scroll(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"mouseMove",event:n,id:e,opts:s.default.instance[e].opts}})):s.default.instance[e]&&1==a&&this.showTooltip(t,e)}},mouseUp:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollEnd(t),s.default.option[e].mousedown=!1,c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"mouseUp",event:a,id:e,opts:s.default.instance[e].opts}})}}}};e.default=f},b16f:function(t,e,i){"use strict";var a=i("c620"),n=i.n(a);n.a},b1ae:function(t,e,i){"use strict";var a=i("af07"),n=i.n(a);n.a},b2b3:function(t,e,i){"use strict";i.r(e);var a=i("3e4d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b44d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{wxsProps:{}}},components:{}}},b49c:function(t,e,i){"use strict";function a(t,e){for(var i=[],a={},n=0;ni.parts.length&&(a.parts.length=i.parts.length)}else{var s=[];for(n=0;n1?e-1:0),a=1;a1){var l=o.pop();c=o.join("---COMMA---"),0===l.indexOf(" at ")?c+=l:c+="---COMMA---"+l}else c=o[0];console[s](c)}i.r(e),i.d(e,"log",(function(){return s})),i.d(e,"default",(function(){return o}))},f407:function(t,e,i){"use strict";i.r(e);var a=i("82f5"),n=i("2c35");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2220");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1de8c812",null,!1,a["a"],void 0);e["default"]=o.exports},f5d0:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.text[data-v-5c0b8cc6]{position:absolute;top:0;width:100%;text-align:center;height:50px;line-height:50px;font-size:36rpx;color:#37cc92;font-weight:700}.tips[data-v-5c0b8cc6]{position:absolute;width:100%;bottom:15px;line-height:24px}.tips uni-view[data-v-5c0b8cc6]{font-size:32rpx;color:#37cc92;font-weight:700;margin-left:15px}.tips uni-text[data-v-5c0b8cc6]{font-size:32rpx;width:100%;display:block;margin-left:20px;color:#999}.list[data-v-5c0b8cc6]{position:absolute;width:100%;display:flex;align-items:center;flex-wrap:wrap}.list .item[data-v-5c0b8cc6]{width:30%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;left:55%;top:-10px}.list .item uni-image[data-v-5c0b8cc6]{width:45px;height:45px;border-radius:50%;background-color:#fff}.list .item uni-text[data-v-5c0b8cc6]{display:block;width:100%;font-size:32rpx;color:#666;margin-top:5px;text-align:center}.list .item[data-v-5c0b8cc6]:nth-of-type(2){left:calc(55% - 60px);top:50px}.list .item[data-v-5c0b8cc6]:nth-of-type(3){left:calc(50% - 140px);top:90px}.list .item[data-v-5c0b8cc6]:nth-of-type(4){left:calc(61% + 20px);top:70px}.list .item[data-v-5c0b8cc6]:nth-of-type(5){left:20%;top:-100px}.list .item[data-v-5c0b8cc6]:nth-of-type(6){left:calc(20% - 16px);top:-38px}.list .item[data-v-5c0b8cc6]:nth-of-type(7){left:0;top:15px}.list .item[data-v-5c0b8cc6]:nth-of-type(8){left:calc(20% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(9){left:calc(20% + 96px);top:-80px}.list .item[data-v-5c0b8cc6]:nth-of-type(10){left:37px;top:-170px}.list .item[data-v-5c0b8cc6]:nth-of-type(11){left:calc(20% + 75px);top:130px}.list .item[data-v-5c0b8cc6]:nth-of-type(12){left:-10px;top:-104px}.list .item[data-v-5c0b8cc6]:nth-of-type(13){left:calc(47% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(14){left:calc(53% + 75px);top:-50px}.container[data-v-5c0b8cc6]{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.container[data-v-5c0b8cc6]::after{content:"";width:20px;height:20px;border-radius:50%;background-color:#fbb780;position:absolute;z-index:9}.point-area[data-v-5c0b8cc6]{text-align:center;position:relative;width:400rpx;height:400rpx;transition:opacity .5s ease-out}.point-10[data-v-5c0b8cc6],\n.point-40[data-v-5c0b8cc6],\n.point-80[data-v-5c0b8cc6],\n.point-100[data-v-5c0b8cc6],\n.point-120[data-v-5c0b8cc6]{width:100%;height:100%}.point-10[data-v-5c0b8cc6]:after,\n.point-40[data-v-5c0b8cc6]:after,\n.point-80[data-v-5c0b8cc6]:after,\n.point-100[data-v-5c0b8cc6]:after,\n.point-120[data-v-5c0b8cc6]:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:0;border:1px solid #f7cb6b;animation-play-state:paused;-webkit-animation-play-state:paused}.point-10[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite;animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite}.point-40[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite;animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite}.point-80[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite}.point-100[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite}.point-120[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite}@-webkit-keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}@keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}',""]),t.exports=e},f676:function(t,e,i){var a=i("8a45");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f823fc42",a,!0,{sourceMap:!1,shadowMode:!1})},f727:function(t,e,i){var a=i("4bd8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("df086402",a,!0,{sourceMap:!1,shadowMode:!1})},f761:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("9b53")),r=a(i("7135")),s={data:function(){return{wxsProps:{}}},components:{publicAdd:n.default,qiunDataCharts:r.default}};e.default=s},f7e1:function(t,e,i){"use strict";var a=i("925f"),n=i.n(a);n.a},f931:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading2",data:function(){return{wxsProps:{}}},components:{}}},fa0b:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}}),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{attrs:{src:t._$g(3,"a-src"),_i:3}}),i("v-uni-text",{attrs:{_i:4}},[t._v("Reedaw")])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v("\u767b\u5f55")]),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5207\u6362\u767b\u5f55")]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v("\u624b\u673a\u53f7/\u90ae\u7bb1")]),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-input",{attrs:{_i:12},model:{value:t._$g(12,"v-model"),callback:function(e){t.$handleVModelEvent(12,e)},expression:"phone"}})],1)],1),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u9a8c\u8bc1\u7801")]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("v-uni-input",{staticClass:t._$g(16,"sc"),attrs:{_i:16},model:{value:t._$g(16,"v-model"),callback:function(e){t.$handleVModelEvent(16,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(17,"sc"),attrs:{type:"none",disabled:t._$g(17,"a-disabled"),_i:17},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(17,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(17,"t0-0"))])],1)],1):i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v("\u5bc6\u7801")]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-input",{staticClass:t._$g(21,"sc"),attrs:{_i:21},model:{value:t._$g(21,"v-model"),callback:function(e){t.$handleVModelEvent(21,e)},expression:"password"}})],1)],1),t._$g(22,"i")?i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("v-uni-text",{attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5fd8\u8bb0\u5bc6\u7801?")])],1):t._e()],1),i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-checkbox-group",{staticClass:t._$g(25,"sc"),attrs:{_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-label",{attrs:{_i:26}},[i("v-uni-checkbox",{staticStyle:{transform:"scale(0.7)"},attrs:{value:1,_i:27}}),t._v("\u9605\u8bfb\u5e76\u540c\u610f"),i("v-uni-text",{staticClass:t._$g(28,"sc"),attrs:{_i:28},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[t._v("\u300a\u9690\u79c1\u534f\u8bae\u300b")])],1)],1)],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u767b\u5f55")]),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:31}},[t._v("\u6ce8\u518c")])],1)],1)],1)},n=[]},fa5d:function(t,e,i){"use strict";i.r(e);var a=i("dff1"),n=i("3910");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("372e");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1eef18a0",null,!1,a["a"],void 0);e["default"]=o.exports},fa64:function(t,e,i){"use strict";var a=i("7520"),n=i.n(a);n.a},faac:function(t,e,i){var a=i("a10c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("25559a2a",a,!0,{sourceMap:!1,shadowMode:!1})},fb3a:function(t,e,i){"use strict";i.r(e);var a=i("c5b6"),n=i("8d42");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("225b");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7cc2eab0",null,!1,a["a"],void 0);e["default"]=o.exports},fbdc:function(t,e,i){"use strict";i.r(e);var a=i("9a90"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fd15:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},fd7a:function(t,e,i){"use strict";var a=i("e938"),n=i.n(a);n.a},fe81:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},ff29:function(t,e,i){"use strict";var a=i("55b5"),n=i.n(a);n.a},ff34:function(t,e,i){var a=i("c6c6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("630fcfa5",a,!0,{sourceMap:!1,shadowMode:!1})},ff35:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.tabbar[data-v-7efd4e50]{width:calc(100% - 30px);padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-7efd4e50]{position:relative}.tabbar .active[data-v-7efd4e50]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.notice[data-v-7efd4e50]{width:100%;display:flex;align-items:center;background-color:#fff;margin-top:15px;margin-bottom:15px;border-radius:10px}.notice uni-text[data-v-7efd4e50]{width:60px;font-size:18px;color:red;font-weight:700;text-align:center;border-right:1px solid #dfdfdf}.notice[data-v-7efd4e50] uni-swiper{width:calc(100% - 15px);height:40px;line-height:40px;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f_banner[data-v-7efd4e50]{width:calc(100% - 20px);height:330rpx;margin:20rpx}.f_banner[data-v-7efd4e50] uni-swiper{height:330rpx}.f_banner uni-image[data-v-7efd4e50]{width:100%;height:100%;border-radius:10px;background-size:100%}.charts .boxTime[data-v-7efd4e50]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.charts .boxTime .one[data-v-7efd4e50]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.charts .boxTime .center[data-v-7efd4e50]{width:10%;margin:0 15px}.charts .boxTime uni-picker[data-v-7efd4e50]{width:50%;border:none;display:flex;justify-content:center}.charts .boxTime .iconfont[data-v-7efd4e50]{color:#333;font-size:36rpx}.charts .box[data-v-7efd4e50]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.charts .box .listC[data-v-7efd4e50]{background-color:#fff}.charts .box .listC .name[data-v-7efd4e50]{width:20%;padding:0 15px;font-size:32rpx;text-align:center;border-radius:5px;height:30px;line-height:30px}.charts .box .listC .active2[data-v-7efd4e50]{color:#fff;background:#37cc92}.charts .box .blockC[data-v-7efd4e50]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.charts .gridList[data-v-7efd4e50]{margin:0!important;width:100%!important}.charts .gridList .info[data-v-7efd4e50]{width:100%;display:flex;justify-content:space-between}.charts .gridList .info .item[data-v-7efd4e50]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.charts .gridList .info .item uni-text[data-v-7efd4e50]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.charts .gridList .data .item[data-v-7efd4e50]{display:block!important}.report .box[data-v-7efd4e50]{padding:10px 10px 0;background-color:#fff;border-radius:10px;display:block;margin:15px 10px}.report .box .time[data-v-7efd4e50]{color:#999;padding-bottom:15px;width:100%}.report .box .item2[data-v-7efd4e50]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.report .box .item2 .item2_data[data-v-7efd4e50]{width:33%}.report .box .item2 .item2_data .data[data-v-7efd4e50]{width:100%;text-align:center;border-right:1PX solid #f7f7f7;box-sizing:border-box}.report .box .item2 .item2_data uni-text[data-v-7efd4e50]{font-size:40rpx!important;font-weight:700}.report .box .item2 .item2_data:nth-last-child(2) .data[data-v-7efd4e50]{border-right:none}.report .box2[data-v-7efd4e50]{height:50px;line-height:50px;border-radius:10px;display:flex;padding:0 10px;justify-content:space-between;margin:10px;background-color:#fff}.report .info[data-v-7efd4e50]{width:100%;display:flex;justify-content:space-between}.report .info .item[data-v-7efd4e50]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.report .info .item uni-text[data-v-7efd4e50]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.report .myinfoPage[data-v-7efd4e50]{width:100%;background:#fff;margin:10px 0;padding-bottom:0;border-radius:10px}.report .myinfoPage .box1[data-v-7efd4e50]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:32rpx;position:relative;margin:0 15px 0;padding-bottom:10px}.report .myinfoPage .box1 .list[data-v-7efd4e50]{width:100%;color:#666;padding:0;line-height:50px}.report .myinfoPage .box1 .list uni-image[data-v-7efd4e50],\n.report .myinfoPage .box1 .list .t-icon[data-v-7efd4e50]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.report .myinfoPage .box1 .list .block[data-v-7efd4e50]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.report .myinfoPage .box1 .list .block .level[data-v-7efd4e50],\n.report .myinfoPage .box1 .list .block .val[data-v-7efd4e50]{width:25%}.report .myinfoPage .box1 .list .block .name[data-v-7efd4e50]{width:40%;display:flex;align-items:center}.report .myinfoPage .box1 .list .block .icon[data-v-7efd4e50]{width:20px;text-align:right;display:flex}.report .myinfoPage .box1 .list .block .icon uni-image[data-v-7efd4e50]{width:20px;height:20px}.report .desc[data-v-7efd4e50]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.report .desc .statuevue[data-v-7efd4e50]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.report .desc .statuevue .bi[data-v-7efd4e50]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.report .desc .statuevue .bi .peobox[data-v-7efd4e50]{position:absolute;right:0;top:-1px;z-index:999}.report .desc .statuevue .bi .peobox .xx[data-v-7efd4e50]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.report .desc .statuevue .item[data-v-7efd4e50]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.report .desc .statuevue .item .span1[data-v-7efd4e50]{width:100%;text-align:center;position:absolute;top:-23px}.report .desc .statuevue .item .span[data-v-7efd4e50]{margin-top:8px;position:absolute;right:-8px}.report .yuanxing[data-v-7efd4e50]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}.report .btnf[data-v-7efd4e50]{font-size:28rpx;border-radius:5px;height:22px;margin:0 10px 0 0;line-height:22px;color:#fff;font-weight:400;width:44px!important;text-align:center!important;float:right}.report .tivon[data-v-7efd4e50]{display:flex;justify-content:center;align-content:center;align-items:center}.report .tivon .bianji[data-v-7efd4e50]{width:20px;height:20px;margin-left:5px}.report .box1 :last-child.list .val[data-v-7efd4e50]{width:25%!important}.report .kcalClass[data-v-7efd4e50]{width:100%;text-align:center;font-size:36rpx;line-height:55px;margin:-20px auto}.report .yichang[data-v-7efd4e50]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.report .tips[data-v-7efd4e50]{font-size:30rpx;line-height:20px}.report .tips uni-text[data-v-7efd4e50]{display:inline-block;width:100%}.report .jianyi_box[data-v-7efd4e50]{background-color:#fff;border-radius:10px;padding:5px 10px 15px;width:calc(100% -20px);margin:10px 0}.report .jianyi[data-v-7efd4e50]{display:flex;margin:0 -15px;justify-content:space-between}.report .jianyi uni-view[data-v-7efd4e50]{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:20%;margin:0 2.5% 0}.report .jianyi uni-view uni-image[data-v-7efd4e50]{width:25px;height:25px}.report .jianyi uni-view uni-text[data-v-7efd4e50]{width:100%;text-align:center;margin-top:10px;font-size:28rpx;color:#666}.report .jianyi .active[data-v-7efd4e50]{border-bottom:2px solid #f19601;padding-bottom:5px;margin:17px 2.5% 0}.report .jianyi-con[data-v-7efd4e50]{margin-top:15px;background:#f7f7f7;padding:10px;font-size:28rpx;line-height:20px;border-radius:10px}.report .tips2[data-v-7efd4e50]{color:#999;margin-top:15px;font-size:30rpx;display:flex;align-items:center}.report[data-v-7efd4e50] .uni-collapse-item{width:100%!important}.report[data-v-7efd4e50] .uni-collapse-item__title-arrow{margin-right:0!important}.report[data-v-7efd4e50] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}.wrapper[data-v-7efd4e50]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-7efd4e50]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-7efd4e50]{width:90%;height:auto;background:#fff;border-radius:10px;position:relative;top:23%;padding:5px;margin:auto;z-index:99999;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.wrapper .edit[data-v-7efd4e50] uni-swiper{min-height:540rpx;text-align:center}.wrapper .edit uni-image[data-v-7efd4e50]{width:100%;height:450rpx;margin-top:10px}.wrapper .clear[data-v-7efd4e50]{position:absolute;right:3px;top:0;background-color:#fff;border-radius:50%}[data-v-7efd4e50] .header{width:100%}[data-v-7efd4e50] .header .top{color:#fff;background:#37cc92}[data-v-7efd4e50] .cityList{margin-top:-36px}.list[data-v-7efd4e50]{margin-top:0rpx;padding:0}.blueBtn[data-v-7efd4e50]{color:#fff;padding:5px!important;background-color:#2397f1}.orangeBtn[data-v-7efd4e50]{color:#fff;padding:5px!important;background-color:#ff974c}.border[data-v-7efd4e50]{border-bottom:1px solid #f7f7f7}.target[data-v-7efd4e50]{height:40px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:99}.target .bold[data-v-7efd4e50]{width:45%;text-align:left}.target .btnGroup[data-v-7efd4e50]{width:50%;display:flex;justify-content:space-between}.item[data-v-7efd4e50]{position:relative;z-index:99}.size32[data-v-7efd4e50]{font-size:80rpx}.card[data-v-7efd4e50]{position:relative;overflow:hidden}.boxBg[data-v-7efd4e50]{width:250rpx;height:215rpx;position:absolute;right:15px;z-index:9;bottom:-50rpx}.boxBg uni-image[data-v-7efd4e50]{width:100%;height:100%}.content[data-v-7efd4e50]{min-height:100vh;padding-bottom:15px;background-color:#f7f7f7}.bleTips[data-v-7efd4e50]{height:35px;line-height:35px;margin:15px 10px 10px;background:#fff;border-radius:10px;text-align:center;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.bleTips2[data-v-7efd4e50]{background:#fea606;color:#fff}.tools_l[data-v-7efd4e50]{width:100%;display:flex;flex-wrap:wrap;padding-top:15px;background:#fff;justify-content:space-between}.tools_l .list[data-v-7efd4e50]{width:20%;text-align:center;font-size:14px;margin-bottom:20px}.tools_l .list .text[data-v-7efd4e50]{margin-top:5px;color:#666;font-size:14px}.tools_l uni-image[data-v-7efd4e50]{width:35px;height:35px}.activeHeight[data-v-7efd4e50]{padding-bottom:10px;border-bottom:2px solid #37cc92}',""]),t.exports=e},ffa9:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-3fa1a640]{min-height:calc(100vh - 30px);padding:15px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;background-color:#f7f7f7}.info[data-v-3fa1a640]{width:100%}.logo[data-v-3fa1a640]{width:100%;text-align:center;font-size:40rpx;line-height:35px}.logo uni-image[data-v-3fa1a640]{width:140rpx;height:140rpx;border-radius:5px}.logo uni-text[data-v-3fa1a640]{display:block;font-size:32rpx;color:#999}.list[data-v-3fa1a640]{width:calc(100% - 20px);margin:50px 0}.list .item[data-v-3fa1a640]{width:100%;height:50px;line-height:50px;margin-bottom:15px;display:flex;background-color:#fff;border-radius:10px;padding:0 10px;justify-content:space-between}.list .item .new[data-v-3fa1a640]{color:#fff;background-color:red;font-size:32rpx;border-radius:10px;padding:3px 5px}.list .item .href[data-v-3fa1a640]{display:flex;width:100%;color:#000;text-decoration:none;justify-content:space-between}.xieyi[data-v-3fa1a640]{color:#37cc92}',""]),t.exports=e}}); \ No newline at end of file +(function(t){var e={};function i(a){if(e[a])return e[a].exports;var n=e[a]={i:a,l:!1,exports:{}};return t[a].call(n.exports,n,n.exports,i),n.l=!0,n.exports}i.m=t,i.c=e,i.d=function(t,e,a){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},i.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)i.d(a,n,function(e){return t[e]}.bind(null,n));return a},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="./",i(i.s="ec4a")})({"00ea":function(t,e,i){var a=i("5402");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("089e7a15",a,!0,{sourceMap:!1,shadowMode:!1})},"0210":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"023a":function(t,e,i){"use strict";i.r(e);var a=i("9be2"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0245":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["rtype","active"],data:function(){return{wxsProps:{}}},components:{}}},"02e9":function(t,e,i){"use strict";i.r(e);var a=i("2f2a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"033e":function(t,e,i){"use strict";i.r(e);var a=i("fb2b"),n=i("e8e2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("4a62");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3fe99bdb",null,!1,a["a"],void 0);e["default"]=o.exports},"0375":function(t,e,i){"use strict";var a=i("c722"),n=i.n(a);n.a},"04ad":function(t,e,i){"use strict";i.r(e);var a=i("5726"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"04bb":function(t,e,i){"use strict";i.r(e);var a=i("9137"),n=i("cd61");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("b948");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"06f9c5d4",null,!1,a["a"],void 0);e["default"]=o.exports},"054a":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-4b654b12]{width:200px!important;height:340px!important}.status[data-v-4b654b12]{width:auto;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;padding:0 15px;background-color:#ffdda6}',""]),t.exports=e},"05f6":function(t,e,i){"use strict";var a=i("00ea"),n=i.n(a);n.a},"0609":function(t,e,i){"use strict";i.r(e);var a=i("57aa"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0612":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"0652":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("cdfd")),r={name:"headerIndex",props:["isArea","isLeft"],data:function(){return{wxsProps:{}}},components:{drawer:n.default}};e.default=r},"06a3":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0},on:{mouseleave:function(e){return t.$handleViewEvent(e)}}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),class:t._$g(2,"c"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),class:t._$g(3,"c"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1),i("v-uni-picker",{attrs:{mode:"date",value:t._$g(6,"a-value"),fields:"month",_i:6},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v(t._$g(7,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{"data-id":"close",_i:11}}),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{"data-id":"close",_i:12}})],1):t._e()],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g(16,"sc"),staticStyle:{"padding-bottom":"7px"},attrs:{_i:16}},[i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-text",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-text",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[t._v(t._$g(20,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-text",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v(t._$g(24,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("v-uni-text",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("v-uni-text",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("v-uni-text",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v(t._$g(30,"t0-0"))])],1)],1),t._l(t._$g(31,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},t._l(t._$g("32-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("32-"+r+"-"+s,"sc"),attrs:{_i:"32-"+r+"-"+s}},[i("calendar-item",{staticClass:t._$g("33-"+r+"-"+s,"sc"),attrs:{_i:"33-"+r+"-"+s},on:{change:function(e){return t.$handleViewEvent(e)},handleMouse:function(e){return t.$handleViewEvent(e)}}})],1)})),1)}))],2),t._$g(34,"i")?i("uni-view",{staticClass:t._$g(34,"sc"),staticStyle:{padding:"0 80px"},attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),i("time-picker",{staticClass:t._$g(36,"sc"),attrs:{_i:36},model:{value:t._$g(36,"v-model"),callback:function(){},expression:"time"}})],1):t._e(),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))]),i("time-picker",{staticClass:t._$g(40,"sc"),attrs:{_i:40},model:{value:t._$g(40,"v-model"),callback:function(){},expression:"timeRange.startTime"}})],1),i("uni-view",{staticStyle:{"line-height":"50px"},attrs:{_i:41}},[i("uni-icons",{attrs:{_i:42}})],1),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0"))]),i("time-picker",{staticClass:t._$g(45,"sc"),attrs:{_i:45},model:{value:t._$g(45,"v-model"),callback:function(){},expression:"timeRange.endTime"}})],1)],1):t._e(),t._$g(46,"i")?i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(47,"t0-0"))])],1):t._e()],1):t._e()],1)},r=[]},"0735":function(t,e,i){"use strict";i.r(e);var a=i("6b18"),n=i("affb");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("05f6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4619dbe4",null,!1,a["a"],void 0);e["default"]=o.exports},"078b":function(t,e,i){"use strict";var a=i("81f7"),n=i.n(a);n.a},"07c2":function(t,e,i){"use strict";i.r(e);var a=i("cb2b"),n=i("6e9b");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("dd57");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"25b1ce86",null,!1,a["a"],void 0);e["default"]=o.exports},"08bb":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"09a7":function(t,e,i){"use strict";i.r(e);var a=i("b283"),n=i("f281");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("81fa");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=o.exports},"09e9":function(t,e,i){"use strict";i.r(e);var a=i("3476"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0a4f":function(t,e,i){"use strict";i.r(e);var a=i("2393"),n=i("1b81");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("801d");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"9f5a12d2",null,!1,a["a"],void 0);e["default"]=o.exports},"0a96":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("820b")),r=a(i("0a4f")),s={props:["date","defTime","selectableTimes","selected","startDate","endDate","startPlaceholder","endPlaceholder","range","hasTime","insert","showMonth","clearDate","checkHover","hideSecond","pleStatus","defaultValue"],data:function(){return{wxsProps:{}}},components:{calendarItem:n.default,timePicker:r.default}};e.default=s},"0afd":function(t,e,i){"use strict";var a=i("3edd"),n=i.n(a);n.a},"0b01":function(t,e,i){var a=i("7f9b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("858fe606",a,!0,{sourceMap:!1,shadowMode:!1})},"0bc8":function(t,e,i){var a=i("35c0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("58c9ec04",a,!0,{sourceMap:!1,shadowMode:!1})},"0d2f":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"0d4d":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("30b5")),r={mounted:function(t,e,i){this.state={}},methods:{showWatch:function(t,e,i,a){n.default.showWatch(t,e,i,a,this)},touchstart:function(t,e){n.default.touchstart(t,e,this)},touchmove:function(t,e){n.default.touchmove(t,e,this)},touchend:function(t,e){n.default.touchend(t,e,this)}}};e.default=r},"0e49":function(t,e,i){var a=i("e2db");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7c6d4cee",a,!0,{sourceMap:!1,shadowMode:!1})},"0e93":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.calendar[data-v-613f1026]{padding-top:60px}[data-v-613f1026] .calendar-wrapper{margin:15px}[data-v-613f1026] .calendar-wrapper .header{background-color:#fff;color:#37cc92;border-radius:10px 10px 0 0}[data-v-613f1026] .calendar-wrapper /deep/uni-icons{color:#37cc92}.item[data-v-613f1026]{font-size:30rpx!important}.tabbar[data-v-613f1026]{display:flex;position:fixed;top:0;left:0;right:0;z-index:999;justify-content:space-between;border-bottom:1px solid #f7f7f7;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471);background-color:#fff}.tabbar .scroll-menu[data-v-613f1026]{width:100%;white-space:nowrap}.tabbar .scroll-menu uni-view[data-v-613f1026]{height:55px;line-height:55px;display:inline-block;min-width:100px;margin:0 10px;text-align:center}.tabbar .active[data-v-613f1026]{color:#37cc92;font-weight:700;border-bottom:2px solid #37cc92}',""]),t.exports=e},"0eb6":function(t,e,i){var a=i("fef9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("1193d0f2",a,!0,{sourceMap:!1,shadowMode:!1})},"0ebd":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"0ecf":function(t,e,i){"use strict";i.r(e);var a=i("e57a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"0ef8":function(t,e,i){"use strict";var a=i("53ac"),n=i.n(a);n.a},"0ffd":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-3fe99bdb]{padding:15px 10px;background:#fff;min-height:calc(100vh - 30px)}.content .radio[data-v-3fe99bdb]{display:flex;height:34px;line-height:34px}.content uni-picker[data-v-3fe99bdb]{width:100%;text-align:right;border:none;color:#333}.content .top[data-v-3fe99bdb]{width:100%;line-height:30px;font-size:24rpx;text-align:center;margin-bottom:30rpx;color:#999}.content .top uni-text[data-v-3fe99bdb]{width:100%;display:block;text-align:center;font-size:40rpx;color:#333;font-weight:600}.content .h5[data-v-3fe99bdb]{font-size:30rpx;color:#666}.content .con[data-v-3fe99bdb]{margin-top:5px;margin-bottom:30rpx;color:#999;line-height:22px;font-size:28rpx}.content .table[data-v-3fe99bdb],\n.content .table2[data-v-3fe99bdb]{width:100%;border:1px solid #d69231;border-bottom:none;box-sizing:border-box;border-spacing:inherit;font-size:28rpx;height:auto;overflow:hidden;border-right:none}.content .table .tr[data-v-3fe99bdb],\n.content .table2 .tr[data-v-3fe99bdb]{width:50%;float:left}.content .table .tr .text[data-v-3fe99bdb],\n.content .table2 .tr .text[data-v-3fe99bdb]{width:40%}.content .table .tr .td[data-v-3fe99bdb],\n.content .table2 .tr .td[data-v-3fe99bdb]{width:60%;display:flex;justify-content:space-around}.content .table .text[data-v-3fe99bdb],\n.content .table2 .text[data-v-3fe99bdb]{float:left;height:35px;line-height:35px;background:#ffcf85;box-sizing:border-box;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-3fe99bdb],\n.content .table2 .td[data-v-3fe99bdb]{box-sizing:border-box;background:rgba(228,205,172,.12941176470588237);display:flex;float:left;height:35px;line-height:35px;padding-right:5px;padding-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.content .table .td[data-v-3fe99bdb] uni-input,\n.content .table2 .td[data-v-3fe99bdb] uni-input{width:95%;height:35px;line-height:35px;font-size:30rpx!important}.content .table2[data-v-3fe99bdb]{margin:50rpx auto;border-right:none;text-align:center}.content .table2 .text[data-v-3fe99bdb]{width:50%;border-right:1px solid #d69231}.content .table2 .td[data-v-3fe99bdb]{height:50px;width:50%;line-height:50px;display:inherit;border-right:1px solid #d69231}.content .table2 .td .text2[data-v-3fe99bdb]{font-size:36rpx;font-weight:700}.tr2[data-v-3fe99bdb]{width:100%!important}.btn[data-v-3fe99bdb]{margin-top:20px;margin-bottom:15px;background-color:#37cc92}',""]),t.exports=e},"11cc":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5206\u6570\u5360\u6bd4\u8bbe\u7f6e")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u8eab\u4f53\u6307\u6570")]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-slider",{attrs:{value:"10","show-value":!0,"block-size":"12","block-color":"#007aff",_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1\u5206\u949f\u8df3\u7ef3")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-slider",{attrs:{value:"40","show-value":!0,"block-size":"12","block-color":"#007aff",_i:11},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u80ba\u6d3b\u91cf")]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-slider",{attrs:{value:"60","show-value":!0,"block-size":"12","block-color":"#007aff",_i:15},on:{change:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("*\u6240\u6709\u9879\u76ee\u8bc4\u5206\u5360\u6bd4\u548c\u4e3a100%")]),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1)],1)],1):t._e()},n=[]},"120c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.bg[data-v-d64239b6]{position:absolute;top:0;width:100%;height:50vh;z-index:9;background:#37cc92}.top[data-v-d64239b6]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;top:70px;z-index:99;margin-bottom:15px}.top uni-image[data-v-d64239b6]{width:70px;height:70px;margin:auto;border-radius:50%}.top uni-text[data-v-d64239b6]{color:#fff;display:block;width:100%;font-size:18px;text-align:center;font-weight:700}.login[data-v-d64239b6]{width:86%;height:auto;background:#fff;border-radius:10px;padding:10px 0;background-color:#fff;z-index:99;position:absolute;left:7%;top:27%;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.login .title[data-v-d64239b6]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px;margin-left:15px}.login .toggle[data-v-d64239b6]{position:absolute;right:15px;top:12px}.login .editem[data-v-d64239b6]{position:relative;display:flex;align-items:center;margin:0 15px;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-d64239b6]{width:100%;margin-bottom:15px}.login .editem .item .text[data-v-d64239b6]{font-size:32rpx;margin-bottom:10px}.login .editem .item .input[data-v-d64239b6]{height:40px;line-height:40px;display:flex;position:relative;border:#dfdfdf 1px solid;padding:0 10px;border-radius:5px}.login .editem .item uni-input[data-v-d64239b6]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88}.login .editem .item .yanzhengma uni-input[data-v-d64239b6]{right:240rpx}.login .editem .code[data-v-d64239b6]{width:220rpx;background:#dfdfdf;font-size:28rpx;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .editem .forget[data-v-d64239b6]{width:100%;font-size:28rpx!important;background:#fff;color:#37cc92;text-align:right}.login .editem .forget uni-text[data-v-d64239b6]{width:100px;text-align:right}.login .btngroup[data-v-d64239b6]{height:35px;line-height:35px;display:flex;margin:0 15px;justify-content:center}.login .btngroup uni-text[data-v-d64239b6]{display:block;color:#37cc92}.login .btnlogin[data-v-d64239b6]{width:calc(100% - 30px);margin:15px;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}.xieyi[data-v-d64239b6]{font-size:32rpx;color:#37cc92;margin-left:10px}.xieyi uni-text[data-v-d64239b6]{border-bottom:1px solid #37cc92}.content[data-v-d64239b6]{width:100%;height:100vh}.xieyi[data-v-d64239b6]{font-size:28rpx;color:#999;margin-left:10px}.xieyi uni-text[data-v-d64239b6]{color:#37cc92}.href[data-v-d64239b6]{width:auto}.wxbtn[data-v-d64239b6]{width:100%;position:absolute;margin-top:30px;top:80%}.wxbtn uni-icon[data-v-d64239b6]{font-size:25px;color:#28c445}.wxbtn uni-text[data-v-d64239b6]{display:block;margin-top:5px;font-size:12px;text-align:center;border-bottom:1px solid #00f;color:#00f}.wxbtn uni-button[data-v-d64239b6]{line-height:normal;background:#fff;display:flex;flex-wrap:wrap;padding:0;justify-content:center}.wxbtn uni-button[data-v-d64239b6]::after{display:none}.wxbtn uni-view[data-v-d64239b6]{width:100%}.wxbtn uni-image[data-v-d64239b6]{width:30px;height:30px;border-radius:50%}.language[data-v-d64239b6]{position:fixed;top:25px;z-index:999;left:15px;width:80%}.language .nowlanguage[data-v-d64239b6]{font-size:14px;background:#fff;height:30px;border-radius:5px;text-align:center;display:flex;width:120px;align-items:center;justify-content:space-around}.language .languageList[data-v-d64239b6]{background:#fff;line-height:45px;width:120px;border-radius:10px;padding:0 10px;position:absolute;top:42px}.language .languageList uni-view[data-v-d64239b6]{border-bottom:1px solid #dfdfdf;display:flex;align-items:center;justify-content:space-between}.language .languageList uni-image[data-v-d64239b6]{width:24px;height:24px}.language .languageList .active[data-v-d64239b6]{color:#fea606;font-weight:700}.language .languageList[data-v-d64239b6]::after{content:"";position:absolute;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;left:calc(50% - 8px);top:-8px}',""]),t.exports=e},"120d":function(t,e,i){"use strict";i.r(e);var a=i("83e6"),n=i("48ba");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("de9a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"32d4bdc8",null,!1,a["a"],void 0);e["default"]=o.exports},"122b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading6",data:function(){return{wxsProps:{}}},components:{}}},1274:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),t._$g(4,"i")?i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(7,"a-end"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(13,"a-placeholder"),_i:13},model:{value:t._$g(13,"v-model"),callback:function(e){t.$handleVModelEvent(13,e)},expression:"weight"}}),t._v("kg")],1)],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(15,"t0-0"))])],1)],1)],1):t._e()},n=[]},1337:function(t,e,i){"use strict";var a=i("f379"),n=i.n(a);n.a},1437:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-7ff11aba]{background:#fff;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.btnClose[data-v-7ff11aba]{color:#fff;background:linear-gradient(-90deg,#fccf4f,#fba418 80%)!important}.baocun[data-v-7ff11aba]{color:#fff;background:linear-gradient(-90deg,#feaa50,#e96b13 80%)!important}.quan[data-v-7ff11aba]{width:400rpx;height:400rpx;border:8px solid #feaa50;border-radius:50%;margin:15px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 25px 10px #e96b13;-webkit-animation:pulse-data-v-7ff11aba 1s infinite;animation:pulse-data-v-7ff11aba 1s infinite}.quan .weight[data-v-7ff11aba]{font-size:50px;color:#000;font-weight:700}.quan .typeInfo[data-v-7ff11aba]{width:100%;text-align:center;font-size:16px;color:#f0ae43}@-webkit-keyframes pulse-data-v-7ff11aba{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}@keyframes pulse-data-v-7ff11aba{0%{box-shadow:0 0 25px 10px #e96b13}50%{box-shadow:0 0 25px 10px #fba418}100%{box-shadow:0 0 25px 10px #e96b13}}.status[data-v-7ff11aba]{width:auto;font-size:16px;height:35px;line-height:35px;text-align:center;border-radius:15px;margin:15px auto;padding:0 15px;background-color:#ffdda6}.disabled[data-v-7ff11aba]{width:150px;background-color:#dfdfdf;border:1px solid #f7f7f7;color:#fff;text-align:center;padding:7px;border-radius:10px;margin:15px auto}.tips[data-v-7ff11aba]{font-size:14px!important;margin-bottom:20px}',""]),t.exports=e},"144f":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u6ca1\u6709\u641c\u5230\u60f3\u8981\u7684\uff1f\u70b9\u51fb\u91cd\u65b0\u641c\u7d22")]):t._e(),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}}),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}}),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}}),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}})],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},t._l(t._$g(9,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("10-"+r,"a-src"),_i:"10-"+r}}),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1)})),1),t._$g(12,"i")?i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{attrs:{_i:13}},[t._v("\u63d0\u793a\uff1a")]),i("v-uni-text",{attrs:{_i:14}},[t._v("1.\u8bf7\u786e\u5b9a\u8bbe\u5907\u5df2\u7ed1\u5b9a")]),i("v-uni-text",{attrs:{_i:15}},[t._v("2.\u8bf7\u786e\u5b9a\u8bbe\u5907\u5df2\u5f00\u673a")]),i("v-uni-text",{attrs:{_i:16}},[t._v("3.\u8bf7\u786e\u5b9a\u624b\u673a\u84dd\u7259\u53ca\u4f4d\u7f6e\u4fe1\u606f\u5df2\u6253\u5f00")])],1):t._e()],1)},n=[]},1457:function(t,e,i){"use strict";i.r(e);var a=i("a17c"),n=i("ad88");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("76bc");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2ef93b2c",null,!1,a["a"],void 0);e["default"]=o.exports},1554:function(t,e,i){"use strict";var a=i("2f9d"),n=i.n(a);n.a},1592:function(t,e,i){"use strict";i.r(e);var a=i("43bb"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"15a7":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-38e0b9ae]{width:100%;height:100vh}.login[data-v-38e0b9ae]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .editem[data-v-38e0b9ae]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-38e0b9ae]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-38e0b9ae]{width:100%;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-38e0b9ae]{width:100%;height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-38e0b9ae]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .btnlogin[data-v-38e0b9ae]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"177a":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{class:t._$g(2,"c"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{class:t._$g(3,"c"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{class:t._$g(4,"c"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(4,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{staticClass:t._$g(7,"sc"),attrs:{mode:"date",value:t._$g(7,"a-value"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")),i("uni-icons",{attrs:{_i:9}})],1)],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[i("qiunDataCharts",{attrs:{_i:"13-"+r}})],1):i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("v-uni-image",{attrs:{src:t._$g("15-"+r,"a-src"),_i:"15-"+r}}),i("v-uni-text",{attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0")+"~")])],1)],1)})),1)],1)],1)},r=[]},"17d9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-swipe[data-v-4fc4ab3c]{position:relative;overflow:hidden}.uni-swipe_box[data-v-4fc4ab3c]{display:flex;flex-shrink:0;position:relative}.uni-swipe_text--center[data-v-4fc4ab3c]{width:100%;cursor:grab}.uni-swipe_button-group[data-v-4fc4ab3c]{box-sizing:border-box;display:flex;flex-direction:row;position:absolute;top:0;bottom:0}.button-group--left[data-v-4fc4ab3c]{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.button-group--right[data-v-4fc4ab3c]{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.uni-swipe_button[data-v-4fc4ab3c]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 20px}.uni-swipe_button-text[data-v-4fc4ab3c]{flex-shrink:0;font-size:14px}.ani[data-v-4fc4ab3c]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.165,.84,.44,1)}',""]),t.exports=e},1839:function(t,e,i){var a=i("7fd8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("7f400f5e",a,!0,{sourceMap:!1,shadowMode:!1})},"19c1":function(t,e,i){"use strict";var a=i("f21f"),n=i.n(a);n.a},"19fb":function(t,e,i){"use strict";i.r(e);var a=i("7d2a"),n=i("e1c0");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("aed5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7ff11aba",null,!1,a["a"],void 0);e["default"]=o.exports},"1aa2":function(t,e,i){"use strict";i.r(e);var a=i("3486"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1aae":function(t,e,i){"use strict";i.r(e);var a=i("2041"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1ae4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"1b81":function(t,e,i){"use strict";i.r(e);var a=i("2782"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1ba9":function(t,e,i){"use strict";i.r(e);var a=i("0210"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"1ed9":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"1f3a":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading1",data:function(){return{wxsProps:{}}},components:{}}},2041:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("5e6a")),r=a(i("1457")),s=a(i("d9d8")),o=a(i("2921")),c=a(i("306f")),l={name:"qiun-loading",props:["loadingType"],data:function(){return{wxsProps:{}}},components:{Loading1:n.default,Loading2:r.default,Loading3:s.default,Loading4:o.default,Loading5:c.default}};e.default=l},"20aa":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-337d679d]{width:100%;height:100vh}.login[data-v-337d679d]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-337d679d]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-337d679d]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-337d679d]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-337d679d]{width:100%;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-337d679d]{width:100%;height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-337d679d]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-337d679d]{right:120px}.login .editem .code[data-v-337d679d]{width:110px;background:#dfdfdf;font-size:14px;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .btnlogin[data-v-337d679d]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},"20f2":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{attrs:{src:t._$g(3,"a-src"),_i:3}}),i("uni-view",{attrs:{_i:4}},[t._v("Reedaw")]),i("v-uni-text",{attrs:{_i:5}},[t._v("V"+t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._$g(10,"i")?i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")+t._$g(10,"t0-1"))]):t._e(),i("uni-icons",{attrs:{_i:11}})],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("a",{staticClass:t._$g(13,"sc"),attrs:{href:"http://tc.pcxbc.com/technology/privacy_index",_i:13}},[i("v-uni-text",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-icons",{attrs:{_i:15}})],1)],1)],1)],1)],1)},r=[]},2106:function(t,e,i){"use strict";var a=i("675a"),n=i.n(a);n.a},"227c":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["weeks","calendar","selected","checkHover"],data:function(){return{wxsProps:{}}},components:{}}},2393:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._t("default",[i("uni-view",{staticClass:t._$g(3,"sc"),class:t._$g(3,"c"),attrs:{_i:3}},[i("v-uni-text",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),t._$g(5,"i")?i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1):t._e()],1)],{_i:2})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{id:"mask",_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),class:t._$g(8,"c"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-text",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))])],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-picker-view",{staticClass:t._$g(12,"sc"),attrs:{"indicator-style":t._$g(12,"a-indicator-style"),value:t._$g(12,"a-value"),_i:12},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("v-uni-text",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:16}},t._l(t._$g(17,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-text",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:19}},t._l(t._$g(20,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[i("v-uni-text",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1)})),1)],1),i("v-uni-text",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("-")]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v("-")])],1):t._e(),t._$g(24,"i")?i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-picker-view",{staticClass:t._$g(25,"sc"),class:t._$g(25,"c"),attrs:{"indicator-style":t._$g(25,"a-indicator-style"),value:t._$g(25,"a-value"),_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:26}},t._l(t._$g(27,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("v-uni-text",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}},[t._v(t._$g("28-"+r,"t0-0"))])],1)})),1),i("v-uni-picker-view-column",{attrs:{_i:29}},t._l(t._$g(30,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}},[i("v-uni-text",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[t._v(t._$g("31-"+r,"t0-0"))])],1)})),1),t._$g(32,"i")?i("v-uni-picker-view-column",{attrs:{_i:32}},t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[t._v(t._$g("34-"+r,"t0-0"))])],1)})),1):t._e()],1),i("v-uni-text",{staticClass:t._$g(35,"sc"),class:t._$g(35,"c"),attrs:{_i:35}},[t._v(":")]),t._$g(36,"i")?i("v-uni-text",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(":")]):t._e()],1):t._e(),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-view",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0"))])],1),i("uni-view",{attrs:{_i:43},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._v(t._$g(44,"t0-0"))])],1)],1)],1)],1):t._e()],1)},n=[]},2488:function(t,e,i){"use strict";var a=i("7799"),n=i.n(a);n.a},2531:function(t,e,i){var a=i("7fea");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6d000d50",a,!0,{sourceMap:!1,shadowMode:!1})},2548:function(t,e,i){"use strict";i.r(e);var a=i("c22d"),n=i("6e5e");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4abde03a",null,!1,a["a"],void 0);e["default"]=o.exports},"25a5":function(t,e,i){"use strict";i.r(e);var a=i("0a96"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"25b3":function(t,e,i){"use strict";i.r(e);var a=i("e2f7"),n=i("5e4d");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("f36a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1e3f717a",null,!1,a["a"],void 0);e["default"]=o.exports},"25eb":function(t,e,i){"use strict";var a=i("6cb6"),n=i.n(a);n.a},"26c5":function(t,e,i){"use strict";i.r(e);var a=i("0ebd"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},2712:function(t,e,i){var a=i("5e04");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("62d19e5c",a,!0,{sourceMap:!1,shadowMode:!1})},2782:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"UniDatetimePicker",props:["type","value","modelValue","start","end","returnType","disabled","border","hideSecond"],data:function(){return{wxsProps:{}}},components:{}}},2894:function(t,e,i){"use strict";var a=i("4e83"),n=i.n(a);n.a},"28be":function(t,e,i){var a=i("60c9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("76c461e0",a,!0,{sourceMap:!1,shadowMode:!1})},2921:function(t,e,i){"use strict";i.r(e);var a=i("4979"),n=i("811a");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("f8f6");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"37562626",null,!1,a["a"],void 0);e["default"]=o.exports},2950:function(t,e,i){"use strict";var a=i("b28e"),n=i.n(a);n.a},"29ab":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-7cc2eab0]{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-radius:10px}.box .charts[data-v-7cc2eab0]{width:100%;height:260upx;margin:10px 0;position:relative;display:flex;align-items:center;justify-content:center}.box .charts .name[data-v-7cc2eab0]{position:absolute;width:100%;text-align:center;font-size:56rpx;margin:auto;color:#4687f9}.box .title[data-v-7cc2eab0]{width:100%;text-align:center}.box .time[data-v-7cc2eab0]{width:100%}.indexCarList[data-v-7cc2eab0]{width:calc(100% - 40px);margin:10px;padding:5px 10px;background-color:#fff;border-radius:10px}.indexCarList .title[data-v-7cc2eab0]{color:#000;background-color:#f5f5f5!important;border-bottom:1px solid #d9d9d9;padding-left:10px;border-radius:5px;height:35px;display:flex;font-weight:700;align-items:center;width:calc(100% - 10px);font-size:32upx}.indexCarList .title .name[data-v-7cc2eab0]{font-weight:700;margin-top:3px}.indexCarList .title .right[data-v-7cc2eab0]{width:30%;color:#37cc92;font-size:32rpx;text-align:right;margin-top:5px;margin-right:10px}.indexCarList .item3[data-v-7cc2eab0]{display:flex;background:#fff;padding:0 10px;height:50px;font-size:32upx;align-items:center;border-bottom:1px solid #f7f7f7}.indexCarList .item3 .name[data-v-7cc2eab0]{width:40%}.indexCarList .item3 .weight[data-v-7cc2eab0]{width:60%;display:flex;align-items:center;position:relative;justify-content:space-between}.indexCarList .item3 .weight uni-view[data-v-7cc2eab0]{width:30%;text-align:center}.indexCarList .item3 .weight .input[data-v-7cc2eab0]{width:40%}.indexCarList .item3[data-v-7cc2eab0]:nth-child(1){font-weight:700}.content[data-v-7cc2eab0]{min-height:100vh;padding-top:15px;padding-bottom:15px;background-color:#f7f7f7}',""]),t.exports=e},"2a1d":function(t,e,i){"use strict";i.r(e);var a=i("9c22"),n=i("f9aa");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("9f3f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"38e0b9ae",null,!1,a["a"],void 0);e["default"]=o.exports},"2a95":function(t,e,i){"use strict";i.r(e);var a=i("f403"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2b27":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"2b277":function(t,e,i){var a=i("d475");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("90a7f330",a,!0,{sourceMap:!1,shadowMode:!1})},"2c46":function(t,e,i){"use strict";i.r(e);var a=i("c3f1"),n=i("6f4f");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2106");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4948e7b0",null,!1,a["a"],void 0);e["default"]=o.exports},"2ca7":function(t,e,i){"use strict";i.r(e);var a=i("723b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2e35":function(t,e,i){"use strict";i.r(e);var a=i("69fe8"),n=i("30a6");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("d740");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"e7890af6",null,!1,a["a"],void 0);e["default"]=o.exports},"2e83":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"2f12":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniCollapseItem",props:["title","name","disabled","showAnimation","open","thumb","titleBorder","border","showArrow"],data:function(){return{wxsProps:{}}},components:{}}},"2f2a":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"qiun-data-charts",props:["type","canvasId","canvas2d","background","animation","chartData","opts","eopts","loadingType","errorShow","errorReload","errorMessage","inScrollView","reshow","reload","disableScroll","optsWatch","onzoom","ontap","ontouch","onmouse","onmovetip","echartsH5","echartsApp","tooltipShow","tooltipFormat","tooltipCustom","startDate","endDate","textEnum","groupEnum","pageScrollTop","directory","tapLegend","menus","Height","Width"],data:function(){return{wxsProps:{}}},components:{}}},"2f8d":function(t,e,i){"use strict";i.r(e);var a=i("4166"),n=i("2ca7");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a8b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"21337819",null,!1,a["a"],void 0);e["default"]=o.exports},"2f92":function(t,e,i){"use strict";i.r(e);var a=i("38df"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"2f9d":function(t,e,i){var a=i("29ab");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("36161358",a,!0,{sourceMap:!1,shadowMode:!1})},"2fef":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-63b8291b]{width:100%;padding-top:10px;min-height:100vh;background-color:#000}.box1[data-v-63b8291b]{color:#fff;margin:15px;width:calc(100%- 30px)}.box1 .time[data-v-63b8291b]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .LiuS[data-v-63b8291b]{width:60%;margin:auto;position:relative;text-align:center;border-radius:10px;background-color:#272a2a;height:30px;line-height:30px}.box1 .LiuS[data-v-63b8291b]:after{content:"";position:absolute;left:45%;bottom:-7px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #272a2a}.box1 .item[data-v-63b8291b]{width:100%;font-size:28rpx;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative}.box1 .item .image[data-v-63b8291b]{width:80%}.box1 .item .image uni-image[data-v-63b8291b]{margin-top:10px;width:100%}.box1 .item .center[data-v-63b8291b]{top:0;bottom:0;position:absolute;width:70px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-63b8291b]{position:absolute;width:70px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-63b8291b]{width:70px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-63b8291b] :last-child{border-bottom:none}.box1 .item .ite[data-v-63b8291b]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:32rpx;color:#fff;z-index:99;border-bottom:1px solid #999}.box1 .val[data-v-63b8291b]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:32rpx}.box1 .val uni-text[data-v-63b8291b]{display:block;color:#39d9c9!important;font-size:64rpx;margin-bottom:10px}.box[data-v-63b8291b]{padding:0;display:flex;flex-wrap:wrap;border-radius:10px;margin:15px;width:calc(100%- 30px);justify-content:space-between}.box .data[data-v-63b8291b]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}.box .item[data-v-63b8291b]{width:47.5%;font-size:28rpx;background:#fff;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.box .val[data-v-63b8291b]{width:40px;height:40px;border-radius:50%}.box .val uni-image[data-v-63b8291b]{width:70%;height:70%}',""]),t.exports=e},"306f":function(t,e,i){"use strict";i.r(e);var a=i("6c39"),n=i("c383");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("8da5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"6e5d9c90",null,!1,a["a"],void 0);e["default"]=o.exports},"30a3":function(t,e,i){"use strict";var a=i("7cfd"),n=i.n(a);n.a},"30a6":function(t,e,i){"use strict";i.r(e);var a=i("a802"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"30a8":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("4-"+r,"i")?i("uni-icons",{attrs:{_i:"4-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-image",{attrs:{src:t._$g("6-"+r,"a-src"),_i:"6-"+r}}),i("uni-view",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u53ef\u6dfb\u52a0\u7684\u5361\u7247")]),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:"12-"+r}}),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("v-uni-image",{attrs:{src:t._$g("14-"+r,"a-src"),_i:"14-"+r}}),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0"))])],1)],1)})),1)],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4fdd\u5b58\u5361\u7247")])],1)},r=[]},"30b5":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={showWatch:function(t,e,i,a,n){var r=n.state,s=i.$el||i.$vm&&i.$vm.$el;s&&(this.getDom(a,i,n),t&&"none"!==t?this.openState(t,a,i,n):(r.left&&this.openState("none",a,i,n),this.resetTouchStatus(a,n)))},touchstart:function(t,e,i){var a=t.instance,n=a.getDataset().disabled,r=i.state;this.getDom(a,e,i),n=this.getDisabledType(n),n||(a.requestAnimationFrame((function(){a.removeClass("ani"),e.callMethod("closeSwipe")})),r.x=r.left||0,this.stopTouchStart(t,e,i))},touchmove:function(t,e,i){var a=t.instance;if(a){var n=a.getDataset().disabled,r=i.state;if(n=this.getDisabledType(n),!n&&(this.stopTouchMove(t,i),"horizontal"===r.direction)){t.preventDefault&&t.preventDefault();var s=r.x+r.deltaX;this.move(s,a,e,i)}}},touchend:function(t,e,i){var a=t.instance,n=a.getDataset().disabled,r=i.state;n=this.getDisabledType(n),n||this.moveDirection(r.left,a,e,i)},move:function(t,e,i,a){t=t||0;var n=a.state,r=n.leftWidth,s=n.rightWidth;n.left=this.range(t,-s,r),e.requestAnimationFrame((function(){e.setStyle({transform:"translateX("+n.left+"px)","-webkit-transform":"translateX("+n.left+"px)"})}))},getDom:function(t,e,i){var a=i.state,n=e.$el||e.$vm&&e.$vm.$el,r=n.querySelector(".button-group--left"),s=n.querySelector(".button-group--right");a.leftWidth=r.offsetWidth||0,a.rightWidth=s.offsetWidth||0,a.threshold=t.getDataset().threshold},getDisabledType:function(t){return("string"===typeof t?JSON.parse(t):t)||!1},range:function(t,e,i){return Math.min(Math.max(t,e),i)},moveDirection:function(t,e,i,a){var n=a.state,r=n.threshold,s=(n.position,n.isopen||"none"),o=n.leftWidth,c=n.rightWidth;0!==n.deltaX?"none"===s&&c>0&&-t>r||"none"!==s&&c>0&&c+t0&&t>r||"none"!==s&&o>0&&o-te&&t>10?"horizontal":e>t&&e>10?"vertical":""},resetTouchStatus:function(t,e){var i=e.state;i.direction="",i.deltaX=0,i.deltaY=0,i.offsetX=0,i.offsetY=0},stopTouchStart:function(t,e,i){var a=t.instance,n=i.state;this.resetTouchStatus(a,i);var r=t.touches[0];n.startX=r.clientX,n.startY=r.clientY},stopTouchMove:function(t,e){t.instance;var i=e.state,a=t.touches[0];i.deltaX=a.clientX-i.startX,i.deltaY=a.clientY-i.startY,i.offsetY=Math.abs(i.deltaY),i.offsetX=Math.abs(i.deltaX),i.direction=i.direction||this.getDirection(i.offsetX,i.offsetY)}};e.default=a},"30d1":function(t,e,i){"use strict";var a=i("36c1"),n=i.n(a);n.a},"31b1":function(t,e,i){var a=i("ccce");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("468d0f8a",a,!0,{sourceMap:!1,shadowMode:!1})},"327f":function(t,e,i){var a=i("d599");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("241bf026",a,!0,{sourceMap:!1,shadowMode:!1})},3476:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["show","disabled","autoClose","threshold","leftOptions","rightOptions"],data:function(){return{wxsProps:{}}},components:{}}},3486:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"34cf":function(t,e,i){var a=i("ed45"),n=i("7172"),r=i("6382"),s=i("dd3e");t.exports=function(t,e){return a(t)||n(t,e)||r(t,e)||s()},t.exports.__esModule=!0,t.exports["default"]=t.exports},"34d0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.add[data-v-f6e33386]{width:100%;text-align:center;background:#fff;height:45px;line-height:45px;border-radius:5px;font-weight:700;font-size:16px}.content[data-v-f6e33386]{padding:15px}uni-text[data-v-f6e33386]{margin-top:3px!important;width:auto!important;font-size:13px}.nolist uni-text[data-v-f6e33386]{margin:-15px auto 15px!important;width:100%!important}',""]),t.exports=e},"35c0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-4588f040]{height:100vh;background-color:#fff}uni-input[data-v-4588f040]{border:none;background:inherit}.headbox[data-v-4588f040]{height:180rpx;padding-top:10px;border-radius:0 0 5px 5px;background:#37cc92}.headimage[data-v-4588f040]{display:block;padding-top:10px;width:70px;height:70px;border-radius:50%;font-size:140rpx;margin:auto;color:#fff}.lan[data-v-4588f040]{display:flex;align-items:center;font-size:32rpx;padding:5px 0;margin:5px 15px;border-bottom:1px solid #f7f7f7}.left[data-v-4588f040]{width:24%;text-align:left}.right[data-v-4588f040]{display:flex;align-items:center;justify-content:flex-end;width:72%;height:40px;line-height:40px;box-sizing:border-box;position:relative;text-align:right}.right .radio[data-v-4588f040]{display:flex;align-items:center}.right uni-picker[data-v-4588f040]{width:100%;text-align:right;border:none;margin-right:15px;font-size:32rpx;color:#333}.right[data-v-4588f040] uni-input{height:35px;padding-top:1px;font-size:32rpx;color:#333;margin-right:15px}.right .iconfont[data-v-4588f040]{color:#333;font-size:32rpx;position:absolute;right:-10px;top:0}.btn[data-v-4588f040]{width:auto;margin:40px 15px 0;background:#fea606!important}.visible[data-v-4588f040]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.6)}.visible .groupBtn[data-v-4588f040]{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view[data-v-4588f040]{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure[data-v-4588f040]{background-color:#37cc92;color:#fff!important}.visible .picker-view[data-v-4588f040]{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.visible .item[data-v-4588f040]{line-height:45px;text-align:center}',""]),t.exports=e},"35f0":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-5d4e2bc0]{background-color:#f3f4f6;padding:15px;min-height:100vh}.top[data-v-5d4e2bc0]{height:auto;background:#fff;border-radius:10px;display:flex;padding:10px;align-items:center;justify-content:space-between}.top .headimg[data-v-5d4e2bc0]{width:80%;display:flex;align-items:center}.top .headimg uni-view[data-v-5d4e2bc0]{width:calc(100% - 70px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top uni-image[data-v-5d4e2bc0]{width:60px;height:60px;border-radius:50%;margin-right:10px}.wxlist[data-v-5d4e2bc0]{height:auto;overflow:hidden;position:relative}.wxlist .item[data-v-5d4e2bc0]{width:auto;font-size:32rpx;line-height:45px;height:45px;display:flex;margin-top:15px;background:#fff;padding:0 10px;border-radius:10px;justify-content:space-between;align-items:center}.wxlist .item .left[data-v-5d4e2bc0]{display:flex;align-items:center}.href[data-v-5d4e2bc0]{display:flex;width:100%;color:#000;text-decoration:none;justify-content:space-between}.btn[data-v-5d4e2bc0]{width:auto;background:#fea606;margin:50px 15px 0 15px}[data-v-5d4e2bc0] uni-picker{width:50%;position:relative}[data-v-5d4e2bc0] uni-picker .uni-input{display:flex;padding-right:20px;text-align:right;justify-content:flex-end}[data-v-5d4e2bc0] uni-picker .iconfont{position:absolute;right:-1px;top:3px}',""]),t.exports=e},"36c1":function(t,e,i){var a=i("7827");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("ae1ca76e",a,!0,{sourceMap:!1,shadowMode:!1})},"36f3":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("4a2e")),r=a(i("dcfb")),s=a(i("ea80")),o={data:function(){return{wxsProps:{}}},components:{record:n.default,firstweight:r.default,qiunDataCharts:s.default}};e.default=o},"376c":function(t,e,i){"use strict";i.r(e);var a=i("fb74"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},3868:function(t,e,i){"use strict";i.r(e);var a=i("4b6e"),n=i("761b");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5b6a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7fe32bcf",null,!1,a["a"],void 0);e["default"]=o.exports},3882:function(t,e,i){var a=i("b108");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("29fda1bc",a,!0,{sourceMap:!1,shadowMode:!1})},"38c0":function(t,e,i){"use strict";i.r(e);var a=i("89d1"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"38df":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"3b2d":function(t,e){function i(e){return t.exports=i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports["default"]=t.exports,i(e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3b47":function(t,e,i){"use strict";var a=i("c98f"),n=i.n(a);n.a},"3bda":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-datetime-picker[data-v-9f5a12d2]{}.uni-datetime-picker-view[data-v-9f5a12d2]{height:130px;width:270px;cursor:pointer}.uni-datetime-picker-item[data-v-9f5a12d2]{height:50px;line-height:50px;text-align:center;font-size:14px}.uni-datetime-picker-btn[data-v-9f5a12d2]{margin-top:60px;display:flex;cursor:pointer;flex-direction:row;justify-content:space-between}.uni-datetime-picker-btn-text[data-v-9f5a12d2]{font-size:14px;color:#007aff}.uni-datetime-picker-btn-group[data-v-9f5a12d2]{display:flex;flex-direction:row}.uni-datetime-picker-cancel[data-v-9f5a12d2]{margin-right:30px}.uni-datetime-picker-mask[data-v-9f5a12d2]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-duration:.3s;z-index:998}.uni-datetime-picker-popup[data-v-9f5a12d2]{border-radius:8px;padding:30px;width:270px;background-color:#fff;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition-duration:.3s;z-index:999}.uni-datetime-picker-time[data-v-9f5a12d2]{color:grey}.uni-datetime-picker-column[data-v-9f5a12d2]{height:50px}.uni-datetime-picker-timebox[data-v-9f5a12d2]{border:1px solid #e5e5e5;border-radius:5px;padding:7px 10px;box-sizing:border-box;cursor:pointer}.uni-datetime-picker-timebox-pointer[data-v-9f5a12d2]{cursor:pointer}.uni-datetime-picker-disabled[data-v-9f5a12d2]{opacity:.4}.uni-datetime-picker-text[data-v-9f5a12d2]{font-size:14px;line-height:50px}.uni-datetime-picker-sign[data-v-9f5a12d2]{position:absolute;top:45px;color:#999}.sign-left[data-v-9f5a12d2]{left:86px}.sign-right[data-v-9f5a12d2]{right:86px}.sign-center[data-v-9f5a12d2]{left:135px}.uni-datetime-picker__container-box[data-v-9f5a12d2]{position:relative;display:flex;align-items:center;justify-content:center;margin-top:40px}.time-hide-second[data-v-9f5a12d2]{width:180px}',""]),t.exports=e},"3c39":function(t,e,i){var a=i("47de");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("16b287a6",a,!0,{sourceMap:!1,shadowMode:!1})},"3c96":function(t,e,i){t.exports=i.p+"assets/uniicons.2579c7da.ttf"},"3e14":function(t,e,i){"use strict";var a=i("c062"),n=i.n(a);n.a},"3edd":function(t,e,i){var a=i("7457");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("04c553c3",a,!0,{sourceMap:!1,shadowMode:!1})},"3eddc":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["type"],data:function(){return{wxsProps:{}}},components:{}}},"3ee0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={props:["rtype"],data:function(){return{wxsProps:{}}},components:{}}},"3f33":function(t,e,i){"use strict";var a=i("40eb"),n=i.n(a);n.a},"3fe4":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(7,"a-end"),fields:t._$g(7,"a-fields"),_i:7},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1)],1)],1),t._$g(10,"i")?i("uni-view",{attrs:{_i:10}},[t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-picker",{attrs:{range:t._$g(14,"a-range"),"range-key":"name",value:t._$g(14,"a-value"),_i:14},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(16,"sc"),attrs:{_i:16}})],1)],1)],1):t._e(),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(20,"a-range"),value:t._$g(20,"a-value"),_i:20},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v(t._$g(21,"t0-0")+t._$g(21,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(22,"sc"),attrs:{_i:22}})],1):t._e(),t._$g(23,"i")?i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-input",{attrs:{type:t._$g(24,"a-type"),placeholder:t._$g(24,"a-placeholder"),_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"number"}}),t._v(t._$g(23,"t1-0"))],1):t._e()],1):t._e(),t._$g(25,"i")?i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))]),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("v-uni-picker",{attrs:{mode:"multiSelector",range:t._$g(28,"a-range"),value:t._$g(28,"a-value"),_i:28},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0")+t._$g(29,"t0-1"))])],1),i("uni-icons",{staticClass:t._$g(30,"sc"),attrs:{_i:30}})],1)],1):t._e(),t._$g(31,"i")?i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[i("v-uni-input",{attrs:{type:"number",placeholder:t._$g(34,"a-placeholder"),_i:34},model:{value:t._$g(34,"v-model"),callback:function(e){t.$handleVModelEvent(34,e)},expression:"number"}}),t._v(t._$g(33,"t1-0"))],1)],1):t._e()],1):t._e(),t._$g(35,"i")?i("uni-view",{attrs:{_i:35}},[t._$g(36,"i")?i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))]),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(39,"a-placeholder"),_i:39},model:{value:t._$g(39,"v-model"),callback:function(e){t.$handleVModelEvent(39,e)},expression:"height"}}),t._v("cm")],1)],1):t._e(),t._$g(40,"i")?i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[t._v(t._$g(41,"t0-0"))]),i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(43,"a-placeholder"),_i:43},model:{value:t._$g(43,"v-model"),callback:function(e){t.$handleVModelEvent(43,e)},expression:"weight"}}),t._v("kg")],1)],1):t._e(),t._$g(44,"i")?i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v(t._$g(45,"t0-0"))]),i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(47,"a-placeholder"),_i:47},model:{value:t._$g(47,"v-model"),callback:function(e){t.$handleVModelEvent(47,e)},expression:"head"}}),t._v("cm")],1)],1):t._e()],1):t._e(),t._$g(48,"i")?i("uni-view",{attrs:{_i:48}},[i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[t._v(t._$g(50,"t0-0"))]),i("uni-view",{staticClass:t._$g(51,"sc"),attrs:{_i:51}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(52,"a-placeholder"),_i:52},model:{value:t._$g(52,"v-model"),callback:function(e){t.$handleVModelEvent(52,e)},expression:"number1"}}),t._v("ml")],1)],1),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[t._v(t._$g(54,"t0-0"))]),i("uni-view",{staticClass:t._$g(55,"sc"),attrs:{_i:55}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(56,"a-placeholder"),_i:56},model:{value:t._$g(56,"v-model"),callback:function(e){t.$handleVModelEvent(56,e)},expression:"number2"}}),t._v("ml")],1)],1),i("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57}},[i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[t._v(t._$g(58,"t0-0"))]),i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59}},[i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(60,"a-placeholder"),_i:60},model:{value:t._$g(60,"v-model"),callback:function(e){t.$handleVModelEvent(60,e)},expression:"number3"}}),t._v("ml")],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(61,"t0-0"))]),i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(62,"t0-0"))])],1)],1)],1):t._e()},r=[]},"40a0":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"40eb":function(t,e,i){var a=i("f519");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("4cac8aec",a,!0,{sourceMap:!1,shadowMode:!1})},"40f2":function(t,e,i){var a=i("ef64");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("4d184b6c",a,!0,{sourceMap:!1,shadowMode:!1})},4166:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-icon",{staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r}}),i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-text",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[t._v(t._$g("6-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("v-uni-text",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1)],1)})),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-image",{attrs:{src:t._$g(11,"a-src"),_i:11}}),i("v-uni-text",{attrs:{_i:12}},[t._v("\u6682\u65e0\u6570\u636e\uff01")])],1):t._e()],1)},n=[]},"41b1":function(t,e,i){var a=i("17d9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5acbe3af",a,!0,{sourceMap:!1,shadowMode:!1})},"41d2":function(t,e,i){"use strict";i.r(e);var a=i("ca9c"),n=i("1592");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("6a37");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"d64239b6",null,!1,a["a"],void 0);e["default"]=o.exports},"43bb":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},4468:function(t,e,i){"use strict";i.r(e);var a=i("9e42"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},4554:function(t,e,i){"use strict";i.r(e);var a=i("62f4"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"464c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/HC.png",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"weight"}}),t._v("kg")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},4787:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"47a9":function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"47de":function(t,e,i){var a=i("c86c"),n=i("ac93"),r=i("3c96");e=a(!1);var s=n(r);e.push([t.i,'@charset "UTF-8";.uniui-cart-filled[data-v-45a6b600]:before{content:"\\e6d0"}.uniui-gift-filled[data-v-45a6b600]:before{content:"\\e6c4"}.uniui-color[data-v-45a6b600]:before{content:"\\e6cf"}.uniui-wallet[data-v-45a6b600]:before{content:"\\e6b1"}.uniui-settings-filled[data-v-45a6b600]:before{content:"\\e6ce"}.uniui-auth-filled[data-v-45a6b600]:before{content:"\\e6cc"}.uniui-shop-filled[data-v-45a6b600]:before{content:"\\e6cd"}.uniui-staff-filled[data-v-45a6b600]:before{content:"\\e6cb"}.uniui-vip-filled[data-v-45a6b600]:before{content:"\\e6c6"}.uniui-plus-filled[data-v-45a6b600]:before{content:"\\e6c7"}.uniui-folder-add-filled[data-v-45a6b600]:before{content:"\\e6c8"}.uniui-color-filled[data-v-45a6b600]:before{content:"\\e6c9"}.uniui-tune-filled[data-v-45a6b600]:before{content:"\\e6ca"}.uniui-calendar-filled[data-v-45a6b600]:before{content:"\\e6c0"}.uniui-notification-filled[data-v-45a6b600]:before{content:"\\e6c1"}.uniui-wallet-filled[data-v-45a6b600]:before{content:"\\e6c2"}.uniui-medal-filled[data-v-45a6b600]:before{content:"\\e6c3"}.uniui-fire-filled[data-v-45a6b600]:before{content:"\\e6c5"}.uniui-refreshempty[data-v-45a6b600]:before{content:"\\e6bf"}.uniui-location-filled[data-v-45a6b600]:before{content:"\\e6af"}.uniui-person-filled[data-v-45a6b600]:before{content:"\\e69d"}.uniui-personadd-filled[data-v-45a6b600]:before{content:"\\e698"}.uniui-arrowthinleft[data-v-45a6b600]:before{content:"\\e6d2"}.uniui-arrowthinup[data-v-45a6b600]:before{content:"\\e6d3"}.uniui-arrowthindown[data-v-45a6b600]:before{content:"\\e6d4"}.uniui-back[data-v-45a6b600]:before{content:"\\e6b9"}.uniui-forward[data-v-45a6b600]:before{content:"\\e6ba"}.uniui-arrow-right[data-v-45a6b600]:before{content:"\\e6bb"}.uniui-arrow-left[data-v-45a6b600]:before{content:"\\e6bc"}.uniui-arrow-up[data-v-45a6b600]:before{content:"\\e6bd"}.uniui-arrow-down[data-v-45a6b600]:before{content:"\\e6be"}.uniui-arrowthinright[data-v-45a6b600]:before{content:"\\e6d1"}.uniui-down[data-v-45a6b600]:before{content:"\\e6b8"}.uniui-bottom[data-v-45a6b600]:before{content:"\\e6b8"}.uniui-arrowright[data-v-45a6b600]:before{content:"\\e6d5"}.uniui-right[data-v-45a6b600]:before{content:"\\e6b5"}.uniui-up[data-v-45a6b600]:before{content:"\\e6b6"}.uniui-top[data-v-45a6b600]:before{content:"\\e6b6"}.uniui-left[data-v-45a6b600]:before{content:"\\e6b7"}.uniui-arrowup[data-v-45a6b600]:before{content:"\\e6d6"}.uniui-eye[data-v-45a6b600]:before{content:"\\e651"}.uniui-eye-filled[data-v-45a6b600]:before{content:"\\e66a"}.uniui-eye-slash[data-v-45a6b600]:before{content:"\\e6b3"}.uniui-eye-slash-filled[data-v-45a6b600]:before{content:"\\e6b4"}.uniui-info-filled[data-v-45a6b600]:before{content:"\\e649"}.uniui-reload[data-v-45a6b600]:before{content:"\\e6b2"}.uniui-micoff-filled[data-v-45a6b600]:before{content:"\\e6b0"}.uniui-map-pin-ellipse[data-v-45a6b600]:before{content:"\\e6ac"}.uniui-map-pin[data-v-45a6b600]:before{content:"\\e6ad"}.uniui-location[data-v-45a6b600]:before{content:"\\e6ae"}.uniui-starhalf[data-v-45a6b600]:before{content:"\\e683"}.uniui-star[data-v-45a6b600]:before{content:"\\e688"}.uniui-star-filled[data-v-45a6b600]:before{content:"\\e68f"}.uniui-calendar[data-v-45a6b600]:before{content:"\\e6a0"}.uniui-fire[data-v-45a6b600]:before{content:"\\e6a1"}.uniui-medal[data-v-45a6b600]:before{content:"\\e6a2"}.uniui-font[data-v-45a6b600]:before{content:"\\e6a3"}.uniui-gift[data-v-45a6b600]:before{content:"\\e6a4"}.uniui-link[data-v-45a6b600]:before{content:"\\e6a5"}.uniui-notification[data-v-45a6b600]:before{content:"\\e6a6"}.uniui-staff[data-v-45a6b600]:before{content:"\\e6a7"}.uniui-vip[data-v-45a6b600]:before{content:"\\e6a8"}.uniui-folder-add[data-v-45a6b600]:before{content:"\\e6a9"}.uniui-tune[data-v-45a6b600]:before{content:"\\e6aa"}.uniui-auth[data-v-45a6b600]:before{content:"\\e6ab"}.uniui-person[data-v-45a6b600]:before{content:"\\e699"}.uniui-email-filled[data-v-45a6b600]:before{content:"\\e69a"}.uniui-phone-filled[data-v-45a6b600]:before{content:"\\e69b"}.uniui-phone[data-v-45a6b600]:before{content:"\\e69c"}.uniui-email[data-v-45a6b600]:before{content:"\\e69e"}.uniui-personadd[data-v-45a6b600]:before{content:"\\e69f"}.uniui-chatboxes-filled[data-v-45a6b600]:before{content:"\\e692"}.uniui-contact[data-v-45a6b600]:before{content:"\\e693"}.uniui-chatbubble-filled[data-v-45a6b600]:before{content:"\\e694"}.uniui-contact-filled[data-v-45a6b600]:before{content:"\\e695"}.uniui-chatboxes[data-v-45a6b600]:before{content:"\\e696"}.uniui-chatbubble[data-v-45a6b600]:before{content:"\\e697"}.uniui-upload-filled[data-v-45a6b600]:before{content:"\\e68e"}.uniui-upload[data-v-45a6b600]:before{content:"\\e690"}.uniui-weixin[data-v-45a6b600]:before{content:"\\e691"}.uniui-compose[data-v-45a6b600]:before{content:"\\e67f"}.uniui-qq[data-v-45a6b600]:before{content:"\\e680"}.uniui-download-filled[data-v-45a6b600]:before{content:"\\e681"}.uniui-pyq[data-v-45a6b600]:before{content:"\\e682"}.uniui-sound[data-v-45a6b600]:before{content:"\\e684"}.uniui-trash-filled[data-v-45a6b600]:before{content:"\\e685"}.uniui-sound-filled[data-v-45a6b600]:before{content:"\\e686"}.uniui-trash[data-v-45a6b600]:before{content:"\\e687"}.uniui-videocam-filled[data-v-45a6b600]:before{content:"\\e689"}.uniui-spinner-cycle[data-v-45a6b600]:before{content:"\\e68a"}.uniui-weibo[data-v-45a6b600]:before{content:"\\e68b"}.uniui-videocam[data-v-45a6b600]:before{content:"\\e68c"}.uniui-download[data-v-45a6b600]:before{content:"\\e68d"}.uniui-help[data-v-45a6b600]:before{content:"\\e679"}.uniui-navigate-filled[data-v-45a6b600]:before{content:"\\e67a"}.uniui-plusempty[data-v-45a6b600]:before{content:"\\e67b"}.uniui-smallcircle[data-v-45a6b600]:before{content:"\\e67c"}.uniui-minus-filled[data-v-45a6b600]:before{content:"\\e67d"}.uniui-micoff[data-v-45a6b600]:before{content:"\\e67e"}.uniui-closeempty[data-v-45a6b600]:before{content:"\\e66c"}.uniui-clear[data-v-45a6b600]:before{content:"\\e66d"}.uniui-navigate[data-v-45a6b600]:before{content:"\\e66e"}.uniui-minus[data-v-45a6b600]:before{content:"\\e66f"}.uniui-image[data-v-45a6b600]:before{content:"\\e670"}.uniui-mic[data-v-45a6b600]:before{content:"\\e671"}.uniui-paperplane[data-v-45a6b600]:before{content:"\\e672"}.uniui-close[data-v-45a6b600]:before{content:"\\e673"}.uniui-help-filled[data-v-45a6b600]:before{content:"\\e674"}.uniui-paperplane-filled[data-v-45a6b600]:before{content:"\\e675"}.uniui-plus[data-v-45a6b600]:before{content:"\\e676"}.uniui-mic-filled[data-v-45a6b600]:before{content:"\\e677"}.uniui-image-filled[data-v-45a6b600]:before{content:"\\e678"}.uniui-locked-filled[data-v-45a6b600]:before{content:"\\e668"}.uniui-info[data-v-45a6b600]:before{content:"\\e669"}.uniui-locked[data-v-45a6b600]:before{content:"\\e66b"}.uniui-camera-filled[data-v-45a6b600]:before{content:"\\e658"}.uniui-chat-filled[data-v-45a6b600]:before{content:"\\e659"}.uniui-camera[data-v-45a6b600]:before{content:"\\e65a"}.uniui-circle[data-v-45a6b600]:before{content:"\\e65b"}.uniui-checkmarkempty[data-v-45a6b600]:before{content:"\\e65c"}.uniui-chat[data-v-45a6b600]:before{content:"\\e65d"}.uniui-circle-filled[data-v-45a6b600]:before{content:"\\e65e"}.uniui-flag[data-v-45a6b600]:before{content:"\\e65f"}.uniui-flag-filled[data-v-45a6b600]:before{content:"\\e660"}.uniui-gear-filled[data-v-45a6b600]:before{content:"\\e661"}.uniui-home[data-v-45a6b600]:before{content:"\\e662"}.uniui-home-filled[data-v-45a6b600]:before{content:"\\e663"}.uniui-gear[data-v-45a6b600]:before{content:"\\e664"}.uniui-smallcircle-filled[data-v-45a6b600]:before{content:"\\e665"}.uniui-map-filled[data-v-45a6b600]:before{content:"\\e666"}.uniui-map[data-v-45a6b600]:before{content:"\\e667"}.uniui-refresh-filled[data-v-45a6b600]:before{content:"\\e656"}.uniui-refresh[data-v-45a6b600]:before{content:"\\e657"}.uniui-cloud-upload[data-v-45a6b600]:before{content:"\\e645"}.uniui-cloud-download-filled[data-v-45a6b600]:before{content:"\\e646"}.uniui-cloud-download[data-v-45a6b600]:before{content:"\\e647"}.uniui-cloud-upload-filled[data-v-45a6b600]:before{content:"\\e648"}.uniui-redo[data-v-45a6b600]:before{content:"\\e64a"}.uniui-images-filled[data-v-45a6b600]:before{content:"\\e64b"}.uniui-undo-filled[data-v-45a6b600]:before{content:"\\e64c"}.uniui-more[data-v-45a6b600]:before{content:"\\e64d"}.uniui-more-filled[data-v-45a6b600]:before{content:"\\e64e"}.uniui-undo[data-v-45a6b600]:before{content:"\\e64f"}.uniui-images[data-v-45a6b600]:before{content:"\\e650"}.uniui-paperclip[data-v-45a6b600]:before{content:"\\e652"}.uniui-settings[data-v-45a6b600]:before{content:"\\e653"}.uniui-search[data-v-45a6b600]:before{content:"\\e654"}.uniui-redo-filled[data-v-45a6b600]:before{content:"\\e655"}.uniui-list[data-v-45a6b600]:before{content:"\\e644"}.uniui-mail-open-filled[data-v-45a6b600]:before{content:"\\e63a"}.uniui-hand-down-filled[data-v-45a6b600]:before{content:"\\e63c"}.uniui-hand-down[data-v-45a6b600]:before{content:"\\e63d"}.uniui-hand-up-filled[data-v-45a6b600]:before{content:"\\e63e"}.uniui-hand-up[data-v-45a6b600]:before{content:"\\e63f"}.uniui-heart-filled[data-v-45a6b600]:before{content:"\\e641"}.uniui-mail-open[data-v-45a6b600]:before{content:"\\e643"}.uniui-heart[data-v-45a6b600]:before{content:"\\e639"}.uniui-loop[data-v-45a6b600]:before{content:"\\e633"}.uniui-pulldown[data-v-45a6b600]:before{content:"\\e632"}.uniui-scan[data-v-45a6b600]:before{content:"\\e62a"}.uniui-bars[data-v-45a6b600]:before{content:"\\e627"}.uniui-checkbox[data-v-45a6b600]:before{content:"\\e62b"}.uniui-checkbox-filled[data-v-45a6b600]:before{content:"\\e62c"}.uniui-shop[data-v-45a6b600]:before{content:"\\e62f"}.uniui-headphones[data-v-45a6b600]:before{content:"\\e630"}.uniui-cart[data-v-45a6b600]:before{content:"\\e631"}@font-face{font-family:uniicons;src:url('+s+")}.uni-icons[data-v-45a6b600]{font-family:uniicons;text-decoration:none;text-align:center}",""]),t.exports=e},4897:function(t,e,i){"use strict";i.r(e);var a=i("6801"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"48ba":function(t,e,i){"use strict";i.r(e);var a=i("36f3"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},4970:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},4979:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"49fe":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.TrendPage[data-v-7fe32bcf]{min-height:100vh}.boxTime[data-v-7fe32bcf]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.boxTime .one[data-v-7fe32bcf]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.boxTime .center[data-v-7fe32bcf]{width:10%;margin:0 15px}.boxTime uni-picker[data-v-7fe32bcf]{width:50%;border:none;display:flex;justify-content:center}.boxTime .iconfont[data-v-7fe32bcf]{color:#333;font-size:36rpx}.line[data-v-7fe32bcf]{padding-top:15px}.title[data-v-7fe32bcf]{width:100%;text-align:center;color:#999;font-size:14PX;margin-top:15px}.title uni-text[data-v-7fe32bcf]{width:15px;height:10px;margin-right:5px;display:inline-block}',""]),t.exports=e},"4a2e":function(t,e,i){"use strict";i.r(e);var a=i("3fe4"),n=i("df8c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("b29a");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"38dfaea3",null,!1,a["a"],void 0);e["default"]=o.exports},"4a62":function(t,e,i){"use strict";var a=i("6ac1"),n=i.n(a);n.a},"4abc":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-0a07ecd0]{width:100%;min-height:100vh;background-color:#fff}.item-ite[data-v-0a07ecd0]{line-height:20PX;margin-bottom:15px}.title[data-v-0a07ecd0]{height:50px;line-height:50px;text-align:center;font-weight:700}.image[data-v-0a07ecd0]{width:100%;text-align:center;margin-top:30px}.image uni-image[data-v-0a07ecd0]{width:200px;height:252px;margin:auto}.end[data-v-0a07ecd0]{color:#fff;position:absolute;bottom:80px;width:70px;height:70px;line-height:70px;background:#fea606;margin-left:calc(50% - 35px);border-radius:50px;text-align:center;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.wrapper[data-v-0a07ecd0]{background-color:rgba(0,0,0,.6)}.wrapper .edit[data-v-0a07ecd0]{width:80%!important;background-color:#fff}.wrapper .editem[data-v-0a07ecd0]{height:auto;display:flex;align-items:center;flex-direction:column}.wrapper .editem uni-view[data-v-0a07ecd0]{width:100%;text-align:center;margin-bottom:5px}.wrapper .center[data-v-0a07ecd0]{background-color:#eee;padding:0 10px;display:flex;flex-wrap:wrap;margin:45px 0;font-size:32rpx;border-radius:5px;align-items:center;justify-content:space-between}.wrapper .center uni-image[data-v-0a07ecd0]{width:35px;height:35px;margin-right:10px;margin-top:15px}.wrapper .center .left[data-v-0a07ecd0]{display:flex;align-content:center;padding-bottom:10px}.wrapper .center .name[data-v-0a07ecd0]{margin-top:15px}.wrapper .center2[data-v-0a07ecd0]{margin:10px 0;background-color:#fff;padding:0}.wrapper .center2 .left[data-v-0a07ecd0]{width:100%;background:#eee;padding:0 10px 10px;margin-bottom:10px}.wrapper .item[data-v-0a07ecd0]{display:flex;justify-content:space-between}.wrapper .item .item-ite[data-v-0a07ecd0]{line-height:20px;font-size:28rpx;color:#999;text-align:center}.wrapper .item .item-ite uni-text[data-v-0a07ecd0]{display:block;width:100%;font-size:36rpx;color:#333;text-align:center;margin-bottom:10px}.wrapper .btn[data-v-0a07ecd0]{margin-top:25px;height:45px;line-height:45px;background:#fea606;margin-bottom:25px}',""]),t.exports=e},"4b2e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("T")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-text",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v("1")]),i("v-uni-text",{attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))])],1):t._e(),t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("2")]),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1):t._e(),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-text",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v("3")]),i("v-uni-text",{attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+"ml")]),i("v-uni-text",{attrs:{_i:24}},[t._v(t._$g(24,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0"))])],1):t._e()],1),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[i("uni-view",{class:t._$g(27,"c"),attrs:{_i:27}},[t._v(t._$g(27,"t0-0"))]),i("uni-view",{class:t._$g(28,"c"),attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))]),i("uni-view",{class:t._$g(29,"c"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))])],1):t._e(),t._$g(30,"i")?i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("v-uni-text",{attrs:{_i:32}},[t._v(t._$g(32,"t0-0")+"ml")]),t._v(t._$g(31,"t1-0"))],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v(t._$g(33,"t0-0")+t._$g(33,"t0-1")+"ml\u3002"+t._$g(33,"t0-2")+t._$g(33,"t0-3")+"L/min,"+t._$g(33,"t0-4")+t._$g(33,"t0-5")+"ml\u3002"+t._$g(33,"t0-6"))])],1):t._e(),t._$g(34,"i")?i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(34,"t0-0"))]):t._e(),t._$g(35,"i")?i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(35,"t0-0"))]):t._e(),t._$g(36,"i")?i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(t._$g(36,"t0-0")+t._$g(36,"t0-1")),i("v-uni-text",{attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))])],1):t._e()],1):i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[t._v(t._$g(39,"t0-0"))]),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[t._v(t._$g(41,"t0-0")),i("v-uni-text",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0")+"L/min")])],1),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}}),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}}),i("uni-view",{staticClass:t._$g(47,"sc"),style:t._$g(47,"s"),attrs:{_i:47}}),i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},t._l(t._$g(49,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("49-"+r,"sc"),attrs:{_i:"49-"+r}},[t._v(t._$g("49-"+r,"t0-0"))])})),1)],1)],1),i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[i("v-uni-text",{attrs:{_i:51}},[t._v(t._$g(51,"t0-0")+"ml")]),t._v(t._$g(50,"t1-0"))],1)],1)],1)],1)},n=[]},"4b6e":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(4,"a-end"),fields:t._$g(4,"a-fields"),value:t._$g(4,"a-value"),_i:4},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0")),i("v-uni-icon",{staticClass:t._$g(6,"sc"),attrs:{_i:6}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(8,"a-end"),fields:t._$g(8,"a-fields"),value:t._$g(8,"a-value"),_i:8},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")),i("v-uni-icon",{staticClass:t._$g(10,"sc"),attrs:{_i:10}})],1)],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},t._l(t._$g(13,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[t._$g("14-"+r,"i")?i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("qiunDataCharts",{attrs:{_i:"15-"+r}})],1):i("uni-view",{attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-image",{attrs:{src:t._$g("18-"+r,"a-src"),_i:"18-"+r}}),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v(t._$g("19-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0"))])],1)],1)})),1)],1)],1)},n=[]},"4bb4":function(t,e,i){"use strict";i.r(e);var a=i("de3d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"4e83":function(t,e,i){var a=i("34d0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("4a26b7a4",a,!0,{sourceMap:!1,shadowMode:!1})},"4f07":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-4c711e66]{width:200px!important;height:340px!important}',""]),t.exports=e},"4ff2":function(t,e,i){"use strict";i.r(e);var a=i("1f3a"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5003:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("7ca3")),r=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],s={type:["pie","ring","rose","word","funnel","map","arcbar","line","column","mount","bar","area","radar","gauge","candle","mix","tline","tarea","scatter","bubble","demotype"],range:["\u997c\u72b6\u56fe","\u5706\u73af\u56fe","\u73ab\u7470\u56fe","\u8bcd\u4e91\u56fe","\u6f0f\u6597\u56fe","\u5730\u56fe","\u5706\u5f27\u8fdb\u5ea6\u6761","\u6298\u7ebf\u56fe","\u67f1\u72b6\u56fe","\u5c71\u5cf0\u56fe","\u6761\u72b6\u56fe","\u533a\u57df\u56fe","\u96f7\u8fbe\u56fe","\u4eea\u8868\u76d8","K\u7ebf\u56fe","\u6df7\u5408\u56fe","\u65f6\u95f4\u8f74\u6298\u7ebf","\u65f6\u95f4\u8f74\u533a\u57df","\u6563\u70b9\u56fe","\u6c14\u6ce1\u56fe","\u81ea\u5b9a\u4e49\u7c7b\u578b"],categories:["line","column","mount","bar","area","radar","gauge","candle","mix","demotype"],instance:{},option:{},formatter:{yAxisDemo1:function(t,e,i){return t+"\u5143"},yAxisDemo2:function(t,e,i){return t.toFixed(2)},xAxisDemo1:function(t,e,i){return t+"\u5e74"},xAxisDemo2:function(t,e,i){return function(t,e){var i=new Date;i.setTime(1e3*t);var a=i.getFullYear(),n=i.getMonth()+1;n=n<10?"0"+n:n;var r=i.getDate();r=r<10?"0"+r:r;var s=i.getHours();s=s<10?"0"+s:s;var o=i.getMinutes(),c=i.getSeconds();return o=o<10?"0"+o:o,c=c<10?"0"+c:c,"full"==e?a+"-"+n+"-"+r+" "+s+":"+o+":"+c:"y-m-d"==e?a+"-"+n+"-"+r:"h:m"==e?s+":"+o:"h:m:s"==e?s+":"+o+":"+c:[a,n,r,s,o,c]}(t,"h:m")},seriesDemo1:function(t,e,i,a){return t+"\u5143"},tooltipDemo1:function(t,e,i,a){return 0==i?"\u968f\u4fbf\u7528"+t.data+"\u5e74":"\u5176\u4ed6\u6211\u6ca1\u6539"+t.data+"\u5929"},pieDemo:function(t,e,i,a){if(void 0!==e)return i[e].name+"\uff1a"+i[e].data+"\u5143"}},demotype:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"curve",width:2}}},pie:{type:"pie",color:r,padding:[5,5,5,5],extra:{pie:{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},ring:{type:"ring",color:r,padding:[5,5,5,5],rotate:!1,dataLabel:!0,legend:{show:!0,position:"right",lineHeight:25},title:{name:"\u6536\u76ca\u7387",fontSize:15,color:"#666666"},subtitle:{name:"70%",fontSize:25,color:"#7cb5ec"},extra:{ring:{ringWidth:30,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},rose:{type:"rose",color:r,padding:[5,5,5,5],legend:{show:!0,position:"left",lineHeight:25},extra:{rose:{type:"area",minRadius:50,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF"}}},word:{type:"word",color:r,extra:{word:{type:"normal",autoColors:!1}}},funnel:{type:"funnel",color:r,padding:[15,15,0,15],extra:{funnel:{activeOpacity:.3,activeWidth:10,border:!0,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,labelAlign:"right"}}},map:{type:"map",color:r,padding:[0,0,0,0],dataLabel:!0,extra:{map:{border:!0,borderWidth:1,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#F04864",activeFillColor:"#FACC14",activeFillOpacity:1}}},arcbar:{type:"arcbar",color:r,title:{name:"",fontSize:25,color:""},subtitle:{name:"",fontSize:15,color:""},extra:{arcbar:{type:"circle",width:10,backgroundColor:"#E9E9E9",startAngle:1.5,endAngle:.25,gap:2}}},line:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"straight",width:2,activeType:"hollow"}}},tline:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!1,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{line:{type:"curve",width:2,activeType:"hollow"}}},tarea:{type:"area",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!0,activeType:"hollow"}}},column:{type:"column",color:r,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:(0,n.default)({gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},"data",[{min:0}]),legend:{},extra:{column:{type:"group",width:20,seriesGap:5,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.5,barBorderCircle:!0,linearType:"opacity",linearOpacity:1}}},mount:{type:"mount",color:r,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{data:[{min:0}]},legend:{},extra:{mount:{type:"mount",widthRatio:1.5}}},bar:{type:"bar",color:r,padding:[15,30,0,5],xAxis:{boundaryGap:"justify",disableGrid:!1,min:0,axisLine:!1},yAxis:{},legend:{},extra:{bar:{type:"group",width:30,meterBorde:1,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.08}}},area:{type:"area",color:r,padding:[20,15,5,10],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",disableGrid:!0,gridColor:"#ffffff",data:[{tofix:1,min:0}]},legend:{show:!1},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:1,gradient:!0,activeType:"hollow"}}},radar:{type:"radar",color:r,padding:[5,5,5,5],dataLabel:!1,legend:{show:!0,position:"right",lineHeight:25},extra:{radar:{gridType:"radar",gridColor:"#CCCCCC",gridCount:3,opacity:.2,max:200,labelShow:!0}}},gauge:{type:"gauge",color:r,title:{name:"66Km/H",fontSize:25,color:"#2fc25b",offsetY:50},subtitle:{name:"\u5b9e\u65f6\u901f\u5ea6",fontSize:15,color:"#1890ff",offsetY:-50},extra:{gauge:{type:"default",width:30,labelColor:"#666666",startAngle:.75,endAngle:.25,startNumber:0,endNumber:100,labelFormat:"",splitLine:{fixRadius:0,splitNumber:10,width:30,color:"#FFFFFF",childNumber:5,childWidth:12},pointer:{width:24,color:"auto"}}}},candle:{type:"candle",color:r,padding:[15,15,0,15],enableScroll:!0,enableMarkLine:!0,dataLabel:!1,xAxis:{labelCount:4,itemCount:40,disableGrid:!0,gridColor:"#CCCCCC",gridType:"solid",dashLength:4,scrollShow:!0,scrollAlign:"left",scrollColor:"#A6A6A6",scrollBackgroundColor:"#EFEBEF"},yAxis:{},legend:{},extra:{candle:{color:{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},average:{show:!0,name:["MA5","MA10","MA30"],day:[5,10,20],color:["#1890ff","#2fc25b","#facc14"]}},markLine:{type:"dash",dashLength:5,data:[{value:2150,lineColor:"#f04864",showLabel:!0},{value:2350,lineColor:"#f04864",showLabel:!0}]}}},mix:{type:"mix",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{disabled:!1,disableGrid:!1,splitNumber:5,gridType:"dash",dashLength:4,gridColor:"#CCCCCC",padding:10,showTitle:!0,data:[]},legend:{},extra:{mix:{column:{width:20}}}},scatter:{type:"scatter",color:r,padding:[15,15,0,15],dataLabel:!1,xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0},yAxis:{disableGrid:!1,gridType:"dash"},legend:{},extra:{scatter:{}}},bubble:{type:"bubble",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0,max:250},yAxis:{disableGrid:!1,gridType:"dash",data:[{min:0,max:150}]},legend:{},extra:{bubble:{border:2,opacity:.5}}}},o=s;e.default=o},"500f":function(t,e,i){"use strict";i.r(e);var a=i("fd9d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"510f":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.box[data-v-d18b9780]{margin-top:15px;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 20px);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-radius:10px;position:relative;min-height:30px}.box .groupBtn[data-v-d18b9780]{width:100%}.box .history[data-v-d18b9780]{position:absolute;top:0;right:10px;height:35px;line-height:35px;float:right;margin-top:15px;font-size:28rpx;padding:0 10px;background:#37cc92!important}.box .charts[data-v-d18b9780]{width:100%;height:260upx;margin:10px 0;position:relative;display:flex;align-items:center;justify-content:center}.box .charts .name[data-v-d18b9780]{position:absolute;width:100%;text-align:center;font-size:56rpx;margin:auto;color:#4687f9}.wrapper[data-v-d18b9780]{font-size:28upx}.wrapper .choice[data-v-d18b9780]{color:#37cc92;font-weight:500;padding-left:15px;display:inline-block}.wrapper .edit[data-v-d18b9780]{background-color:#fff}.wrapper .item[data-v-d18b9780]{width:100%;height:45px;line-height:45px;display:flex;border-bottom:1px solid #f7f7f7}.wrapper .btn[data-v-d18b9780]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.wrapper .edit[data-v-d18b9780]{top:20%}.wrapper .close[data-v-d18b9780]{background:#dfdfdf!important;float:left;color:#333}.indexCarList[data-v-d18b9780]{width:100%;margin:10px 0;padding:10px 0;background-color:#fff;border-radius:10px}.indexCarList .title[data-v-d18b9780]{color:#000;background-color:#f5f5f5!important;border-bottom:1px solid #d9d9d9;padding-left:10px;border-radius:5px;height:35px;display:flex;align-items:center;width:calc(100% - 10px)}.indexCarList .title .name[data-v-d18b9780]{font-size:32upx;font-weight:700;margin-top:3px}.indexCarList .title .right[data-v-d18b9780]{width:30%;color:#37cc92;font-size:32rpx;text-align:right;margin-top:5px;margin-right:10px}.indexCarList .item3[data-v-d18b9780]{display:flex;background:#fff;padding:0 10px;height:50px;font-size:32upx;align-items:center;border-bottom:1px solid #f7f7f7}.indexCarList .item3 .name[data-v-d18b9780]{width:42%;display:flex}.indexCarList .item3 .name uni-text[data-v-d18b9780]{max-width:calc(100% - 25px);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.indexCarList .item3 .weight[data-v-d18b9780]{width:58%;display:flex;align-items:center;position:relative;justify-content:space-between}.indexCarList .item3 .weight uni-text[data-v-d18b9780]{color:#666;position:absolute;right:0;bottom:15px;font-size:24rpx}.indexCarList .item3 .weight .input[data-v-d18b9780]{width:70%;display:flex;align-items:center;position:relative;border-radius:5px;border:1px solid #dfdfdf;justify-content:space-between}.indexCarList .item3 .weight .input .uni-icons[data-v-d18b9780]{position:absolute;right:10px;bottom:5px}.indexCarList .item3 .weight .input[data-v-d18b9780] uni-input,\n.indexCarList .item3 .weight .input[data-v-d18b9780] uni-picker{width:100%;font-size:32upx;height:35px;line-height:33px;text-align:center}.indexCarList .item3 .weight .input[data-v-d18b9780] uni-picker{position:relative}.indexCarList .item3 .weight .input[data-v-d18b9780] uni-picker .down{position:absolute;right:10px;top:1px}.indexCarList .item3 .iconfont[data-v-d18b9780]{color:#fea606}.result[data-v-d18b9780]{width:100%}.result .weight uni-view[data-v-d18b9780]{width:30%!important;text-align:center}.gfbtn[data-v-d18b9780]{width:calc(100% - 40px);margin-top:20px;margin-left:20px;color:#fff;padding:8px 0;border-radius:10px;text-align:center;background:#37cc92}.content[data-v-d18b9780]{min-height:100vh;padding-bottom:15px;background-color:#f7f7f7}.Max_score[data-v-d18b9780]{width:100%;text-align:center}.Lastdata[data-v-d18b9780]{height:35px;line-height:35px;margin-top:15px;font-size:28rpx;padding:0 10px;background:#fec407!important;border-radius:10px;color:#fff;width:30%;text-align:center}.uni-stat-tooltip[data-v-d18b9780]{width:80%;height:auto;overflow:scroll;word-break:break-word;position:fixed;margin:auto;background-color:rgba(0,0,0,.8);color:#fff;z-index:999;padding:10px;border-radius:10px;top:33%;left:10%}',""]),t.exports=e},5122:function(t,e,i){"use strict";i.r(e);var a=i("601f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},5188:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-a616c3ae]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-a616c3ae]{top:20%}.close[data-v-a616c3ae]{background:#fff!important;float:left;color:#333}',""]),t.exports=e},"53ab":function(t,e,i){"use strict";i.r(e);var a=i("dd92"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"53ac":function(t,e,i){var a=i("a42e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("176232cc",a,!0,{sourceMap:!1,shadowMode:!1})},5402:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-4619dbe4]{padding:15px;background:#fff}.title[data-v-4619dbe4]{font-weight:600;font-size:16px;margin:30rpx auto}.title .btn[data-v-4619dbe4]{font-weight:500;font-size:12px;padding:2px 7px;border-radius:2px;margin-left:30rpx;background-color:#6492f6}.table[data-v-4619dbe4]{width:100%;border:1px solid #d69231;border-bottom:none;box-sizing:border-box;border-spacing:inherit;font-size:12px;height:auto;overflow:hidden;border-right:none}.table th[data-v-4619dbe4]{width:20%;float:left;height:35px;line-height:35px;background:#ffcf85;box-sizing:border-box;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.table td[data-v-4619dbe4]{box-sizing:border-box;background:rgba(228,205,172,.12941176470588237);display:block;float:left;width:30%;height:35px;line-height:35px;padding-right:10px;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #d69231;border-right:1px solid #d69231;text-align:center}.table2[data-v-4619dbe4]{margin-top:30rpx}.table2 th[data-v-4619dbe4],\n.table2 td[data-v-4619dbe4]{height:35px;line-height:35px;width:33.3%;display:inherit;text-align:center}.top[data-v-4619dbe4]{text-align:center;line-height:30px;font-size:12px;text-align:center;margin:30rpx;color:#999}.top uni-text[data-v-4619dbe4]{width:100%;display:block;text-align:center;font-size:20px;color:#333;font-weight:600}.TextLeft :nth-last-child(2).list .center uni-text[data-v-4619dbe4]{position:absolute;top:50%;z-index:9;text-align:center;left:0;right:0}.rank[data-v-4619dbe4]{text-align:center;margin-top:50rpx}.rank .list[data-v-4619dbe4]{height:40px;line-height:40px;display:flex;margin-left:20px;line-height:20px;justify-content:center}.rank .list .left[data-v-4619dbe4]{width:90px;line-height:60px;text-align:left;color:#666;font-size:13px;border-bottom:1px solid #dfdfdf}.rank .list .center[data-v-4619dbe4]{width:50px;height:40px;font-size:12px;color:#fff;position:relative}.rank .list .right[data-v-4619dbe4]{width:120px}.rank .list .right uni-view[data-v-4619dbe4]{display:flex;justify-content:center;align-items:baseline}.rank .list .right .triangle_left[data-v-4619dbe4]:after{clear:both;content:"";display:inline-block;margin-top:12px;margin-right:10px;width:0;height:0;border-top:8px solid transparent;border-right:8px solid;border-bottom:8px solid transparent}.rank .list .right .text[data-v-4619dbe4]{font-size:20px;font-weight:600}.rank :last-child .left[data-v-4619dbe4]{border-bottom:none}.list3[data-v-4619dbe4]{height:60px!important;line-height:60px!important}.list3 .center[data-v-4619dbe4]{height:60px!important}.bottom[data-v-4619dbe4]{font-size:12px;margin-top:15px;line-height:25px;color:#666}.bottom span[data-v-4619dbe4]{color:red;font-size:14px;font-weight:700;display:inline-block;margin:0 5px}',""]),t.exports=e},5425:function(t,e,i){"use strict";var a=i("dbcb"),n=i.n(a);n.a},"54f2":function(t,e,i){"use strict";i.r(e);var a=i("6e9e"),n=i("ccd8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2878e39b",null,!1,a["a"],void 0);e["default"]=o.exports},5578:function(t,e,i){"use strict";i.r(e);var a=i("820c"),n=i("2f92");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("0375");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4c711e66",null,!1,a["a"],void 0);e["default"]=o.exports},"55a9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-cb830cca]{margin-right:20px}.icon[data-v-cb830cca]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-cb830cca]{height:2px;width:10px}',""]),t.exports=e},5726:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},5728:function(t,e,i){"use strict";i.r(e);var a=i("b384"),n=i("023a");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ec6f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4588f040",null,!1,a["a"],void 0);e["default"]=o.exports},"57aa":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"581c":function(t,e,i){"use strict";i.r(e);var a=i("b8f5"),n=i("bcb1");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("986d");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"777f2ffa",null,!1,a["a"],void 0);e["default"]=o.exports},"585d":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-8073ae00]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.history[data-v-8073ae00]{width:calc(100% - 30px);height:auto;margin:15px 15px 0;padding-bottom:40px}.history .list[data-v-8073ae00]{width:100%;border-radius:10px;margin-bottom:12px}.history .list .data[data-v-8073ae00]{width:100%;justify-content:center;margin-bottom:8px;display:flex;align-items:center;font-size:36rpx}.history .list .data uni-icon[data-v-8073ae00]{width:40rpx;height:40rpx;margin-right:8px}.history .list .item[data-v-8073ae00]{width:calc(100% - 40rpx);display:flex;justify-content:space-between;background:#fff;font-weight:700;line-height:50rpx;padding:10px;font-size:36rpx!important}.history .list .time[data-v-8073ae00]{font-size:32rpx;font-weight:500}',""]),t.exports=e},"59c8":function(t,e,i){"use strict";i.r(e);var a=i("85ae"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"5a9b":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-37562626]{width:30px;height:30px;position:relative}.container.loading5 .shape[data-v-37562626]{width:15px;height:15px}.container .shape[data-v-37562626]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-37562626]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-37562626]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-37562626]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-37562626]{bottom:0;right:0;background-color:#e66}.loading5 .shape1[data-v-37562626]{animation:animation5shape1-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape1-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}75%{-webkit-transform:translate(15px);transform:translate(15px)}}@keyframes animation5shape1-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translate(15px,15px);transform:translate(15px,15px)}75%{-webkit-transform:translate(15px);transform:translate(15px)}}.loading5 .shape2[data-v-37562626]{animation:animation5shape2-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape2-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-15px);transform:translate(-15px)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}@keyframes animation5shape2-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-15px);transform:translate(-15px)}50%{-webkit-transform:translate(-15px,15px);transform:translate(-15px,15px)}75%{-webkit-transform:translateY(15px);transform:translateY(15px)}}.loading5 .shape3[data-v-37562626]{animation:animation5shape3-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape3-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px);transform:translate(15px)}50%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}75%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes animation5shape3-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px);transform:translate(15px)}50%{-webkit-transform:translate(15px,-15px);transform:translate(15px,-15px)}75%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.loading5 .shape4[data-v-37562626]{animation:animation5shape4-data-v-37562626 2s ease 0s infinite reverse}@-webkit-keyframes animation5shape4-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}50%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}75%{-webkit-transform:translate(-15px);transform:translate(-15px)}}@keyframes animation5shape4-data-v-37562626{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}50%{-webkit-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}75%{-webkit-transform:translate(-15px);transform:translate(-15px)}}",""]),t.exports=e},"5b6a":function(t,e,i){"use strict";var a=i("f95d"),n=i.n(a);n.a},"5b9a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},"5c28":function(t,e,i){"use strict";i.r(e);var a=i("7535"),n=i("04ad");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("1337");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"20252d98",null,!1,a["a"],void 0);e["default"]=o.exports},"5c2b":function(t,e,i){"use strict";var a=i("2531"),n=i.n(a);n.a},"5c38":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-430c4d7a]{padding:15px;background-color:#fff}.tip[data-v-430c4d7a]{font-size:24rpx;color:#999;line-height:22px}.editem[data-v-430c4d7a]{position:relative;display:flex;align-items:center;font-size:28rpx;border-radius:20px;margin-bottom:15px;justify-content:space-between;background:#eee;padding-left:15px}.editem .name[data-v-430c4d7a]{width:30%;float:left;height:40px;line-height:40px}.editem .right[data-v-430c4d7a]{width:58%;display:flex;align-items:center;justify-content:flex-end;padding-right:15px;height:38px;line-height:38px}.editem .right .radio2[data-v-430c4d7a]{justify-content:space-between}.editem .right .radio[data-v-430c4d7a]{width:100%;display:flex;height:40px;line-height:40px}.editem .right .text[data-v-430c4d7a],\n.editem .right[data-v-430c4d7a] uni-input{position:absolute;right:15px;top:0;left:40%;z-index:9999;color:#666;text-align:left}.editem .right[data-v-430c4d7a] uni-input{padding-left:0;margin-top:0;font-size:30rpx!important;height:38px;line-height:38px}.btn[data-v-430c4d7a]{margin-top:20px;background-color:#37cc92}.box_con[data-v-430c4d7a]{margin-top:15px;padding:10px 15px 15px;border-radius:10px;display:flex;flex-direction:column;box-shadow:0 0 5px 0 #c3c3c3;font-size:26rpx}.desc[data-v-430c4d7a]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.desc .statuevue[data-v-430c4d7a]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.desc .statuevue .bi[data-v-430c4d7a]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.desc .statuevue .bi .peobox[data-v-430c4d7a]{position:absolute;right:0;top:-1px;z-index:999}.desc .statuevue .bi .peobox .xx[data-v-430c4d7a]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.desc .statuevue .item[data-v-430c4d7a]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.desc .statuevue .item .span1[data-v-430c4d7a]{width:100%;text-align:center;position:absolute;top:-23px}.desc .statuevue .item .span[data-v-430c4d7a]{margin-top:8px;position:absolute;right:-8px}.block[data-v-430c4d7a]{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.btnf[data-v-430c4d7a]{background-color:#ff5656;padding:3px 8px;color:#fff;border-radius:5px}.yuanxing[data-v-430c4d7a]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}',""]),t.exports=e},"5ca1":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("4a2e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},"5e04":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.tabbar[data-v-32d4bdc8]{width:calc(100% - 30px);padding:10px 15px 15px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-32d4bdc8]{position:relative}.tabbar .active[data-v-32d4bdc8]:after{content:"";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.notice[data-v-32d4bdc8]{width:100%;display:flex;align-items:center;background-color:#fff;margin-top:15px;margin-bottom:15px;border-radius:10px}.notice uni-text[data-v-32d4bdc8]{width:60px;font-size:18px;color:red;font-weight:700;text-align:center;border-right:1px solid #dfdfdf}.notice[data-v-32d4bdc8] uni-swiper{width:calc(100% - 15px);height:40px;line-height:40px;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f_banner[data-v-32d4bdc8]{width:calc(100% - 20px);height:330rpx;margin:20rpx}.f_banner[data-v-32d4bdc8] uni-swiper{height:330rpx}.f_banner uni-image[data-v-32d4bdc8]{width:100%;height:100%;border-radius:10px;background-size:100%}.charts .boxTime[data-v-32d4bdc8]{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10px 10px 0 0}.charts .boxTime .one[data-v-32d4bdc8]{width:100%;display:flex;line-height:25px;justify-content:space-between;align-items:center}.charts .boxTime .center[data-v-32d4bdc8]{width:10%;margin:0 15px}.charts .boxTime uni-picker[data-v-32d4bdc8]{width:50%;border:none;display:flex;justify-content:center}.charts .boxTime .iconfont[data-v-32d4bdc8]{color:#333;font-size:36rpx}.charts .box[data-v-32d4bdc8]{width:100%;padding:0;margin:0;display:flex;flex-wrap:wrap;border-radius:0 0 10px 10px;justify-content:space-between}.charts .box .listC[data-v-32d4bdc8]{background-color:#fff}.charts .box .listC .name[data-v-32d4bdc8]{width:20%;padding:0 15px;font-size:32rpx;text-align:center;border-radius:5px;height:30px;line-height:30px}.charts .box .listC .active2[data-v-32d4bdc8]{color:#fff;background:#37cc92}.charts .box .blockC[data-v-32d4bdc8]{clear:both;width:100%;height:250px;background-color:#fff;border-radius:0 0 10px 10px;padding-bottom:15px}.charts .gridList[data-v-32d4bdc8]{margin:0!important;width:100%!important}.charts .gridList .info[data-v-32d4bdc8]{width:100%;display:flex;justify-content:space-between}.charts .gridList .info .item[data-v-32d4bdc8]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.charts .gridList .info .item uni-text[data-v-32d4bdc8]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.charts .gridList .data .item[data-v-32d4bdc8]{display:block!important}.report .box[data-v-32d4bdc8]{padding:10px 10px 0;background-color:#fff;border-radius:10px;display:block;margin:15px 10px}.report .box .time[data-v-32d4bdc8]{color:#999;padding-bottom:15px;width:100%}.report .box .item2[data-v-32d4bdc8]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.report .box .item2 .item2_data[data-v-32d4bdc8]{width:33%}.report .box .item2 .item2_data .data[data-v-32d4bdc8]{width:100%;text-align:center;border-right:1PX solid #f7f7f7;box-sizing:border-box}.report .box .item2 .item2_data uni-text[data-v-32d4bdc8]{font-size:40rpx!important;font-weight:700}.report .box .item2 .item2_data:nth-last-child(2) .data[data-v-32d4bdc8]{border-right:none}.report .box2[data-v-32d4bdc8]{height:50px;line-height:50px;border-radius:10px;display:flex;padding:0 10px;justify-content:space-between;margin:10px;background-color:#fff}.report .info[data-v-32d4bdc8]{width:100%;display:flex;justify-content:space-between}.report .info .item[data-v-32d4bdc8]{color:#fff;width:48%;height:120upx;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.report .info .item uni-text[data-v-32d4bdc8]{width:70upx;height:70upx;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.report .myinfoPage[data-v-32d4bdc8]{width:100%;background:#fff;margin:10px 0;padding-bottom:0;border-radius:10px}.report .myinfoPage .box1[data-v-32d4bdc8]{display:flex;flex-wrap:wrap;border-radius:10px;font-size:32rpx;position:relative;margin:0 10px 0;padding-bottom:10px}.report .myinfoPage .box1 .list[data-v-32d4bdc8]{width:100%;color:#666;padding:0;line-height:50px}.report .myinfoPage .box1 .list uni-image[data-v-32d4bdc8],\n.report .myinfoPage .box1 .list .t-icon[data-v-32d4bdc8]{width:18px!important;height:18px;border:2px solid #c7c7c7;background-color:#c7c7c7;border-radius:50%;margin-right:5px}.report .myinfoPage .box1 .list .block[data-v-32d4bdc8]{width:100%;display:flex;justify-content:space-between;align-items:center;color:#666;position:relative}.report .myinfoPage .box1 .list .block .level[data-v-32d4bdc8],\n.report .myinfoPage .box1 .list .block .val[data-v-32d4bdc8]{width:25%}.report .myinfoPage .box1 .list .block .name[data-v-32d4bdc8]{width:40%;display:flex;line-height:22px;align-items:center}.report .myinfoPage .box1 .list .block .name uni-text[data-v-32d4bdc8]{width:calc(100% - 25px)}.report .myinfoPage .box1 .list .block .icon[data-v-32d4bdc8]{width:20px;text-align:right;display:flex}.report .myinfoPage .box1 .list .block .icon uni-image[data-v-32d4bdc8]{width:20px;height:20px}.report .desc[data-v-32d4bdc8]{line-height:20px;text-align:left;width:calc(100%-20px);height:auto;border-radius:5px;font-size:30rpx;color:#999;padding:10px;background:#f7f7f7}.report .desc .statuevue[data-v-32d4bdc8]{height:35px;position:relative;width:100%!important;margin:20px auto 10px}.report .desc .statuevue .bi[data-v-32d4bdc8]{display:flex;justify-content:space-between;width:auto;padding-top:10px}.report .desc .statuevue .bi .peobox[data-v-32d4bdc8]{position:absolute;right:0;top:-1px;z-index:999}.report .desc .statuevue .bi .peobox .xx[data-v-32d4bdc8]{width:5px;height:5px;border-radius:50%;background:#fff;position:absolute;z-index:9;border:2px solid #1b2086;top:9px}.report .desc .statuevue .item[data-v-32d4bdc8]{position:relative;margin:0;flex:1;height:5px;color:#666;font-size:30rpx}.report .desc .statuevue .item .span1[data-v-32d4bdc8]{width:100%;text-align:center;position:absolute;top:8px}.report .desc .statuevue .item .span[data-v-32d4bdc8]{margin-top:-25px;position:absolute;right:-8px}.report .yuanxing[data-v-32d4bdc8]{display:inline-block;background:#f19601;width:8px;height:12px;margin-right:5px;font-size:36rpx}.report .btnf[data-v-32d4bdc8]{font-size:28rpx;border-radius:5px;height:22px;margin:0 5px 0 0;line-height:22px;color:#fff;font-weight:400;width:auto!important;text-align:center!important;float:right;padding:0 5px}.report .tivon[data-v-32d4bdc8]{display:flex;justify-content:center;align-content:center;align-items:center}.report .tivon .bianji[data-v-32d4bdc8]{width:20px;height:20px;margin-left:5px}.report .box1 :last-child.list .val[data-v-32d4bdc8]{width:25%!important}.report .kcalClass[data-v-32d4bdc8]{width:100%;text-align:center;font-size:36rpx;line-height:55px;margin:-20px auto}.report .yichang[data-v-32d4bdc8]{background:#ffe4be;color:#ff4239;padding:5px;text-align:center;border-radius:5px;margin:0 15px 10px}.report .tips[data-v-32d4bdc8]{font-size:30rpx;line-height:20px}.report .tips uni-text[data-v-32d4bdc8]{display:inline-block;width:100%}.report .jianyi_box[data-v-32d4bdc8]{background-color:#fff;border-radius:10px;padding:5px 10px 15px;width:calc(100% -20px);margin:10px 0}.report .jianyi[data-v-32d4bdc8]{display:flex;margin:0 -15px;justify-content:space-between}.report .jianyi uni-view[data-v-32d4bdc8]{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:20%;margin:0 2.5% 0}.report .jianyi uni-view uni-image[data-v-32d4bdc8]{width:25px;height:25px}.report .jianyi uni-view uni-text[data-v-32d4bdc8]{width:100%;text-align:center;margin-top:10px;font-size:28rpx;color:#666}.report .jianyi .active[data-v-32d4bdc8]{border-bottom:2px solid #f19601;padding-bottom:5px;margin:17px 2.5% 0}.report .jianyi-con[data-v-32d4bdc8]{margin-top:15px;background:#f7f7f7;padding:10px;font-size:28rpx;line-height:20px;border-radius:10px}.report .tips2[data-v-32d4bdc8]{color:#999;margin-top:15px;font-size:30rpx;display:flex;align-items:center}.report[data-v-32d4bdc8] .uni-collapse-item{width:100%!important}.report[data-v-32d4bdc8] .uni-collapse-item__title-arrow{margin-right:0!important}.report[data-v-32d4bdc8] .uni-collapse-item__wrap-content.uni-collapse-item--border{border-bottom-width:0}.wrapper[data-v-32d4bdc8]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-32d4bdc8]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .edit[data-v-32d4bdc8]{width:90%;height:auto;background:#fff;border-radius:10px;position:relative;top:23%;padding:5px;margin:auto;z-index:99999;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.wrapper .edit[data-v-32d4bdc8] uni-swiper{min-height:540rpx;text-align:center}.wrapper .edit uni-image[data-v-32d4bdc8]{width:100%;height:450rpx;margin-top:10px}.wrapper .clear[data-v-32d4bdc8]{position:absolute;right:3px;top:0;background-color:#fff;border-radius:50%}.content[data-v-32d4bdc8]{padding:15px;font-size:32rpx;width:calc(100% - 30px);background-color:#f5f6fa;min-height:100vh}.listC[data-v-32d4bdc8]{margin:0;width:100%}',""]),t.exports=e},"5e17":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}})],1),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+"\uff1a"+t._$g(7,"t0-1"))]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")+"\uff1a"+t._$g(8,"t0-1")+t._$g(8,"t0-2"))])],1)],1)],1),t._$g(9,"i")?i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("v-uni-text",{attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),t._$g(15,"i")?i("v-uni-text",{attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"(kg)")]):i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+"(kg)")])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),t._$g(19,"i")?i("v-uni-text",{attrs:{_i:19}},[t._v(t._$g(19,"t0-0")+"(kg)")]):i("v-uni-text",{attrs:{_i:20}},[t._v(t._$g(20,"t0-0")+"(kg)")])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{attrs:{_i:22}},[i("uni-icons",{staticClass:t._$g(23,"sc"),attrs:{_i:23}}),t._v(t._$g(22,"t1-0"))],1),t._v(t._$g(21,"t1-0"))],1)],1):i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-icons",{staticClass:t._$g(26,"sc"),attrs:{_i:26}}),t._v(t._$g(25,"t1-0"))],1),t._v(t._$g(24,"t1-0"))],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}}),i("uni-view",{attrs:{_i:30}},[t._v(t._$g(30,"t0-0"))]),i("uni-view",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))]),i("uni-view",{attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))])],1),t._l(t._$g(33,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("uni-view",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}},[i("v-uni-text",{attrs:{_i:"35-"+r}},[t._v(t._$g("35-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[t._$g("37-"+r,"i")?i("v-uni-text",{attrs:{_i:"37-"+r}},[t._v(t._$g("37-"+r,"t0-0"))]):t._e(),t._$g("38-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}):t._e(),t._$g("39-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}}):t._e(),t._$g("40-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}}):t._e()],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[i("uni-view",{attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"43-"+r}},[t._v(t._$g("43-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("44-"+r,"sc"),attrs:{_i:"44-"+r}},[i("uni-view",{attrs:{_i:"45-"+r}},[t._v(t._$g("45-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))])],1)],1)}))],2)],1)},r=[]},"5e4d":function(t,e,i){"use strict";i.r(e);var a=i("8b77"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"5e6a":function(t,e,i){"use strict";i.r(e);var a=i("af58"),n=i("4ff2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("0ef8");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"fe0925d0",null,!1,a["a"],void 0);e["default"]=o.exports},"5f0b":function(t,e,i){"use strict";var a=i("41b1"),n=i.n(a);n.a},"5fc7":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u5e73\u5747\u5438\u6c14\u80ba\u6d3b\u91cf"),i("v-uni-text",{attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v("\u5438\u6c14\u901f\u5ea6"),i("v-uni-text",{attrs:{_i:6}},[t._v("--")])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u662f\u5426\u8fbe\u6807"),i("v-uni-text",{attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))]),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-image",{attrs:{src:t._$g(13,"a-src"),mode:"widthFix",_i:13}})],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}}),i("uni-view",{staticClass:t._$g(16,"sc"),style:t._$g(16,"s"),attrs:{_i:16}}),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},t._l(t._$g(18,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("18-"+r,"sc"),style:t._$g("18-"+r,"s"),attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0"))])})),1):t._e()],1)],1),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-text",{attrs:{_i:20}},[t._v(t._$g(20,"t0-0"))]),t._v("\u5438\u6c14\u80ba\u6d3b\u91cf\u5e73\u5747\u503c")],1):t._e()],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[i("v-uni-image",{attrs:{src:t._$g(25,"a-src"),_i:25}})],1),i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("\u8fd0\u52a8\u66f2\u7ebf")])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("v-uni-image",{attrs:{src:t._$g(29,"a-src"),_i:29}})],1),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v("\u5386\u53f2\u8bb0\u5f55")])],1),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("v-uni-image",{attrs:{src:t._$g(33,"a-src"),_i:33}})],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v("\u6570\u636e\u5bf9\u6bd4")])],1),i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("v-uni-image",{attrs:{src:t._$g(37,"a-src"),_i:37}})],1),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v("\u6dfb\u52a0\u8bb0\u5f55")])],1)],1)],1),i("record",{attrs:{_i:39}})],1)},n=[]},"5fc9":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"601f":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"60c9":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".chartsview[data-v-62866e55]{width:100%;height:100%;display:flex;flex:1;justify-content:center;align-items:center}",""]),t.exports=e},"61c5":function(t,e,i){"use strict";i.r(e);var a=i("8668"),n=i("4bb4");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("f576");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"45a6b600",null,!1,a["a"],void 0);e["default"]=o.exports},"61f6":function(t,e,i){var a=i("f18c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("219965d6",a,!0,{sourceMap:!1,shadowMode:!1})},"62f4":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},6382:function(t,e,i){var a=i("6454");t.exports=function(t,e){if(t){if("string"===typeof t)return a(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?a(t,e):void 0}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"63e9":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},6454:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,a=new Array(e);ie&&t>10)return"horizontal";if(e>t&&e>10)return"vertical";return""}(a.offsetX,a.offsetY)}(t),"horizontal"===s.direction&&(t.preventDefault&&t.preventDefault(),r(s.x+s.deltaX,a,i)))}function n(t,e){var i=t.instance,a=i.getDataset().disabled,n=i.getState();a=("string"===typeof a?JSON.parse(a):a)||!1,a||function(t,e,i){var a=e.getState(),n=a.threshold,r=(a.position,a.isopen||"none"),s=a.leftWidth,c=a.rightWidth;if(0===a.deltaX)return void o("none",e,i);o("none"===r&&c>0&&-t>n||"none"!==r&&c>0&&c+t0&&t>n||"none"!==r&&s>0&&s-t0){i=!1;break}return i}"object"===typeof window&&(e=!0);var d=!1;return t.exports={showWatch:function(t,e,i,a){var n=a.getState();s(a,i),t&&"none"!==t?o(t,a,i):(n.left&&o("none",a,i),c(a))},touchstart:i,touchmove:a,touchend:n,mousedown:function(t,a){e&&l()&&(i(t,a),d=!0)},mousemove:function(t,i){e&&l()&&d&&a(t,i)},mouseup:function(t,i){e&&l()&&(n(t,i),d=!1)},mouseleave:function(t,i){e&&l()&&(d=!1)}},t.exports}({exports:{}})}},"6a37":function(t,e,i){"use strict";var a=i("d035"),n=i.n(a);n.a},"6a91":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{wxsProps:{"change:prop":"is_show"},staticClass:t._$g(1,"sc"),attrs:{"change:prop":t.renderswipe.showWatch,prop:t._$gc(1,"change:is_show"),"data-threshold":t._$g(1,"a-data-threshold"),"data-disabled":t._$g(1,"a-data-disabled"),_i:1},on:{touchstart:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchstart(e,t.$getComponentDescriptor())},touchmove:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchmove(e,t.$getComponentDescriptor())},touchend:function(e){e=t.$handleWxsEvent(e),t.renderswipe.touchend(e,t.$getComponentDescriptor())}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("left",t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),style:t._$g("4-"+r,"s"),attrs:{_i:"4-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("5-"+r,"sc"),style:t._$g("5-"+r,"s"),attrs:{_i:"5-"+r}},[t._v(t._$g("5-"+r,"t0-0"))])],1)})),{_i:3})],2),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._t("default",null,{_i:7})],2),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._t("right",t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r},on:{touchstart:function(e){return t.$handleViewEvent(e)},touchend:function(e){return t.$handleViewEvent(e)},click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("v-uni-text",{staticClass:t._$g("11-"+r,"sc"),style:t._$g("11-"+r,"s"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1)})),{_i:9})],2)],1)],1)},n=[]},"6aac":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-59682479]{min-height:calc(100vh - 66px);padding:0;border-top:66px solid #f9fafc;background-color:#fff}.tishi[data-v-59682479]{width:100%;font-size:28rpx;line-height:25px;font-weight:700;position:absolute;bottom:20px;padding-left:15px}.tishi .text[data-v-59682479]{display:flex;align-items:center}.tishi .text uni-icon[data-v-59682479]{margin-right:5px}.tishi uni-text[data-v-59682479]{font-weight:500;font-size:32rpx;color:#999;width:100%;display:block}.item[data-v-59682479]{width:70%;height:40px;line-height:38px;text-align:center;background:#f7f7f7;border:1px solid #dfdfdf;font-weight:700;margin:auto;border-radius:15px;margin-top:15px}.devices_summary[data-v-59682479]{width:100%;height:40px;line-height:40px;text-align:center;color:#666}.device_list[data-v-59682479]{flex:1;width:100%;height:auto;max-height:340px;margin-top:0;margin-bottom:10px;position:absolute;bottom:160px;top:170px}.device_list .device_item[data-v-59682479]{font-size:32rpx;padding:7px 10px;color:#999;border-bottom:1px solid #dfdfdf}.device_list .device_item uni-text[data-v-59682479]{display:inline-block;font-size:28rpx;font-weight:700;color:#666;margin-bottom:5px}.tips[data-v-59682479]{font-size:28rpx;text-align:center;color:#e83a1e;background:#f7e4c8;padding:5px 0;margin-top:15px}',""]),t.exports=e},"6ac1":function(t,e,i){var a=i("0ffd");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("604cae14",a,!0,{sourceMap:!1,shadowMode:!1})},"6b18":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-text",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0")+"\u8eab\u9ad8/\u4f53\u91cd\u589e\u91cf\u5bf9\u6bd4")])],1),i("table",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("tr",{attrs:{_i:4}},[i("th",{attrs:{_i:5}},[t._v("\u59d3\u540d")]),i("td",{attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]),i("th",{attrs:{_i:7}},[t._v("\u6027\u522b")]),i("td",{attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))])],1),i("tr",{attrs:{_i:9}},[i("th",{attrs:{_i:10}},[t._v("\u51fa\u751f\u5e74\u6708")]),i("td",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("th",{attrs:{_i:12}},[t._v("\u5e74\u9f84")]),i("td",{attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))])],1)],1),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("\u5b9e\u6d4b\u8eab\u9ad8\u589e\u91cf\u5bf9\u6bd4")]),i("table",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("tr",{attrs:{_i:16}},[i("th",{attrs:{_i:17}},[t._v("\u9879\u76ee\u540d\u79f0")]),i("th",{attrs:{_i:18}},[t._v("\u7ed3\u679c")]),i("th",{attrs:{_i:19}},[t._v("\u7ed3\u8bba")])],1),i("tr",{attrs:{_i:20}},[i("td",{attrs:{_i:21}},[t._v("\u5b9e\u6d4b\u8eab\u9ad8")]),i("td",{attrs:{_i:22}},[t._v(t._$g(22,"t0-0")+"cm")]),i("td",{attrs:{_i:23}},[t._v(t._$g(23,"t0-0"))])],1),i("tr",{attrs:{_i:24}},[i("td",{attrs:{_i:25}},[t._v("\u8fd1\u534a\u5e74\u589e\u91cf")]),i("td",{attrs:{_i:26}},[t._v(t._$g(26,"t0-0")+"cm")]),i("td",{attrs:{_i:27}},[t._v(t._$g(27,"t0-0"))])],1),i("tr",{attrs:{_i:28}},[i("td",{attrs:{_i:29}},[t._v("\u8fd1\u4e00\u5e74\u589e\u91cf")]),i("td",{attrs:{_i:30}},[t._v(t._$g(30,"t0-0")+"cm")]),i("td",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))])],1)],1),i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v("\u5b9e\u6d4b\u8eab\u9ad8\uff1a"+t._$g(33,"t0-0")+"cm"),t._$g(34,"i")?i("v-uni-text",{staticClass:t._$g(34,"sc"),style:t._$g(34,"s"),attrs:{_i:34}},[t._v(t._$g(34,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g(35,"sc"),class:t._$g(35,"c"),attrs:{_i:35}},t._l(t._$g(36,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}},[i("uni-view",{staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("v-uni-text",{attrs:{_i:"38-"+r}},[t._v(t._$g("38-"+r,"t0-0")+"cm")])],1),i("uni-view",{staticClass:t._$g("39-"+r,"sc"),style:t._$g("39-"+r,"s"),attrs:{_i:"39-"+r}},[i("v-uni-text",{attrs:{_i:"40-"+r}},[t._v(t._$g("40-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[t._$g("42-"+r,"i")?i("uni-view",{style:t._$g("42-"+r,"s"),attrs:{_i:"42-"+r}},[i("v-uni-text",{staticClass:t._$g("43-"+r,"sc"),style:t._$g("43-"+r,"s"),attrs:{_i:"43-"+r}}),i("v-uni-text",{staticClass:t._$g("44-"+r,"sc"),attrs:{_i:"44-"+r}},[t._v(t._$g("44-"+r,"t0-0"))]),t._v("cm")],1):t._e()],1)],1)})),1),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v("\u5728"+t._$g(45,"t0-0")+"\u7684"+t._$g(45,"t0-1")+"\u5b9d\u5b9d\u4e2d\u8eab\u9ad8\u5c5e\u4e8e"),i("span",{style:t._$g(46,"s"),attrs:{_i:46}},[t._v(t._$g(46,"t0-0"))]),t._v(",\u8bf7\u6bcf\u6708\u8bb0\u5f55\u8eab\u9ad8\uff0c\u6301\u7eed\u76d1\u6d4b\u5b69\u5b50\u751f\u957f\u53d1\u80b2\u60c5\u51b5")],1)],1),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[t._v("\u8fd1\u534a\u5e74\u589e\u91cf\uff1a"+t._$g(48,"t0-0")+"cm"),t._$g(49,"i")?i("v-uni-text",{staticClass:t._$g(49,"sc"),style:t._$g(49,"s"),attrs:{_i:49}},[t._v(t._$g(49,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},t._l(t._$g(51,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[i("uni-view",{staticClass:t._$g("52-"+r,"sc"),attrs:{_i:"52-"+r}},[i("v-uni-text",{attrs:{_i:"53-"+r}},[t._v(t._$g("53-"+r,"t0-0")+"cm")])],1),i("uni-view",{staticClass:t._$g("54-"+r,"sc"),style:t._$g("54-"+r,"s"),attrs:{_i:"54-"+r}},[t._v(t._$g("54-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("55-"+r,"sc"),attrs:{_i:"55-"+r}},[t._$g("56-"+r,"i")?i("uni-view",{style:t._$g("56-"+r,"s"),attrs:{_i:"56-"+r}},[i("v-uni-text",{staticClass:t._$g("57-"+r,"sc"),style:t._$g("57-"+r,"s"),attrs:{_i:"57-"+r}}),i("v-uni-text",{staticClass:t._$g("58-"+r,"sc"),attrs:{_i:"58-"+r}},[t._v(t._$g("58-"+r,"t0-0"))]),t._v("cm")],1):t._e()],1)],1)})),1),i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59}},[t._v("\u63d0\u793a\uff1a\u6700\u8fd1\u5b9d\u5b9d\u751f\u957f"),i("span",{style:t._$g(60,"s"),attrs:{_i:60}},[t._v(t._$g(60,"t0-0"))]),t._v(",\u8bf7\u6301\u7eed\u8ddf\u8e2a\u5b9d\u5b9d\u6570\u636e\uff0c\u68c0\u6d4b\u5b69\u5b50\u751f\u957f\u53d1\u80b2\u60c5\u51b5")],1)],1),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61}},[i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[t._v("\u8fd1\u4e00\u5e74\u589e\u91cf\uff1a"+t._$g(62,"t0-0")+"cm"),t._$g(63,"i")?i("v-uni-text",{staticClass:t._$g(63,"sc"),style:t._$g(63,"s"),attrs:{_i:63}},[t._v(t._$g(63,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},t._l(t._$g(65,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("65-"+r,"sc"),attrs:{_i:"65-"+r}},[i("uni-view",{staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[i("v-uni-text",{attrs:{_i:"67-"+r}},[t._v(t._$g("67-"+r,"t0-0")+"cm")])],1),i("uni-view",{staticClass:t._$g("68-"+r,"sc"),style:t._$g("68-"+r,"s"),attrs:{_i:"68-"+r}},[t._v(t._$g("68-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("69-"+r,"sc"),attrs:{_i:"69-"+r}},[t._$g("70-"+r,"i")?i("uni-view",{style:t._$g("70-"+r,"s"),attrs:{_i:"70-"+r}},[i("v-uni-text",{staticClass:t._$g("71-"+r,"sc"),style:t._$g("71-"+r,"s"),attrs:{_i:"71-"+r}}),i("v-uni-text",{staticClass:t._$g("72-"+r,"sc"),attrs:{_i:"72-"+r}},[t._v(t._$g("72-"+r,"t0-0"))]),t._v("cm")],1):t._e()],1)],1)})),1),i("uni-view",{staticClass:t._$g(73,"sc"),attrs:{_i:73}},[t._v("\u6700\u8fd1\u5b9d\u5b9d\u751f\u957f"),i("span",{style:t._$g(74,"s"),attrs:{_i:74}},[t._v(t._$g(74,"t0-0"))]),t._v(",\u8bf7\u6301\u7eed\u8ddf\u8e2a\u5b9d\u5b9d\u6570\u636e\uff0c\u68c0\u6d4b\u5b69\u5b50\u751f\u957f\u53d1\u80b2\u60c5\u51b5")],1)],1)],1)},n=[]},"6b23":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.list[data-v-4c3bdb1e]{width:100%}.list .item[data-v-4c3bdb1e]{width:33.3%;padding-top:8px;display:flex;float:left;flex-direction:column;box-sizing:border-box;justify-content:center;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.list .item uni-image[data-v-4c3bdb1e]{width:60px;height:60px;margin:0 auto 10px}.list .item .name[data-v-4c3bdb1e]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-bottom:10px}',""]),t.exports=e},"6b35":function(t,e,i){"use strict";i.r(e);var a=i("4b2e"),n=i("0609");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("77b9");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"e97113dc",null,!1,a["a"],void 0);e["default"]=o.exports},"6b53":function(t,e,i){var a=i("55a9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("fb590250",a,!0,{sourceMap:!1,shadowMode:!1})},"6c39":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},"6cb6":function(t,e,i){var a=i("7f6c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6c8ebaa3",a,!0,{sourceMap:!1,shadowMode:!1})},"6d17":function(t,e,i){"use strict";i.r(e);var a=i("fdae"),n=i("b138");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("de77");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"1de8c812",null,!1,a["a"],void 0);e["default"]=o.exports},"6d6d":function(t,e,i){"use strict";i.r(e);var a=i("6da0"),n=i("26c5");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=o.exports},"6d93":function(t,e,i){"use strict";i.r(e);var a=i("d61a"),n=i("fa40");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("ecf5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"d1f15d7a",null,!1,a["a"],void 0);e["default"]=o.exports},"6da0":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-web-view",{attrs:{src:this._$g(0,"a-src"),_i:0}})},n=[]},"6e12":function(t,e,i){"use strict";i.r(e);var a=i("2f12"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"6e5e":function(t,e,i){"use strict";i.r(e);var a=i("83f8"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"6e6e":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"6e9b":function(t,e,i){"use strict";i.r(e);var a=i("b91c"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"6e9e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?i("ren-calendar",{ref:"ren",attrs:{_i:2},on:{onDayClick:function(e){return t.$handleViewEvent(e)},onMonthClickPre:function(e){return t.$handleViewEvent(e)}}}):t._e(),t._$g(3,"i")?i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},t._l(t._$g(4,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("uni-view",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}},[i("uni-icons",{attrs:{_i:"7-"+r}})],1),i("uni-view",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))])],1),t._$g("10-"+r,"i")?i("uni-view",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1):t._e(),t._$g("12-"+r,"i")?i("uni-view",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0"))])],1):t._e()],1)],1)})),1):t._e(),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._l(t._$g(15,"f"),(function(e,a,n,r){return t._$g("15-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v(t._$g("17-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"18-"+r}},[t._v(t._$g("18-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"19-"+r}},[t._v(t._$g("19-"+r,"t0-0"))])],1),t._$g("20-"+r,"i")?i("uni-view",{attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"21-"+r}},[t._v(t._$g("21-"+r,"t0-0"))])],1):t._e(),t._$g("22-"+r,"i")?i("uni-view",{attrs:{_i:"22-"+r}},[t._v(t._$g("22-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"23-"+r}},[t._v(t._$g("23-"+r,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[i("uni-icons",{attrs:{_i:"25-"+r}})],1)],1)],1):t._e()})),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v("vs")]):t._e(),i("uni-view",{staticClass:t._$g(27,"sc"),class:t._$g(27,"c"),attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(27,"t0-0"))])],2)],1)],1)},r=[]},"6eb0":function(t,e,i){"use strict";i.r(e);var a=i("98fd"),n=i("4554");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("078b");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4c3bdb1e",null,!1,a["a"],void 0);e["default"]=o.exports},"6ec7":function(t,e,i){"use strict";i.r(e);var a=i("e880"),n=i("7cf8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2950");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3a144e95",null,!1,a["a"],void 0);e["default"]=o.exports},"6ef9":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"6f4f":function(t,e,i){"use strict";i.r(e);var a=i("0245"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"703d":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{attrs:{placeholder:t._$g(6,"a-placeholder"),_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"phone"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{placeholder:t._$g(10,"a-placeholder"),_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(11,"sc"),attrs:{type:"none",disabled:t._$g(11,"a-disabled"),_i:11},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(11,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(11,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(12,"t0-0"))])],1)],1)},n=[]},"70ac":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniSwipeAction:i("680d").default,uniSwipeActionItem:i("f40c").default,uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-swipe-action",{attrs:{_i:"3-"+r}},[i("uni-swipe-action-item",{attrs:{_i:"4-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("5-"+r,"sc"),attrs:{_i:"5-"+r}},[i("v-uni-icon",{staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r}}),i("v-uni-text",{attrs:{_i:"7-"+r}},[t._v(t._$g("7-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[i("uni-view",{attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0"))])],1),t._$g("11-"+r,"i")?i("uni-view",{attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))])],1):t._e(),t._$g("13-"+r,"i")?i("uni-view",{attrs:{_i:"13-"+r}},[t._v(t._$g("13-"+r,"t0-0")),i("v-uni-text",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))])],1):t._e(),t._$g("15-"+r,"i")?i("uni-icons",{attrs:{_i:"15-"+r}}):t._e()],1)],1)],1)],1)})),t._$g(16,"i")?i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("\u2014\u2014 "+t._$g(16,"t0-0")+" \u2014\u2014")]):t._e()],2):t._e(),t._$g(17,"i")?i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-image",{attrs:{src:t._$g(18,"a-src"),_i:18}}),i("v-uni-text",{attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1):t._e()],1)},r=[]},7172:function(t,e){t.exports=function(t,e){var i=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=i){var a,n,r,s,o=[],c=!0,l=!1;try{if(r=(i=i.call(t)).next,0===e){if(Object(i)!==i)return;c=!1}else for(;!(c=(a=r.call(i)).done)&&(o.push(a.value),o.length!==e);c=!0);}catch(t){l=!0,n=t}finally{try{if(!c&&null!=i["return"]&&(s=i["return"](),Object(s)!==s))return}finally{if(l)throw n}}return o}},t.exports.__esModule=!0,t.exports["default"]=t.exports},"71e6":function(t,e,i){"use strict";i.r(e);var a=i("6ef9"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"723b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},7298:function(t,e,i){"use strict";var a=i("8f76"),n=i.n(a);n.a},"72ff":function(t,e,i){var a=i("dd46");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("0aa1bd87",a,!0,{sourceMap:!1,shadowMode:!1})},7320:function(t,e,i){var a=i("ec29");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("9974cfae",a,!0,{sourceMap:!1,shadowMode:!1})},7357:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,"@charset \"UTF-8\";@font-face{font-family:iconfont;src:url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff2?t=1711354474072) format(\"woff2\"),url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.woff?t=1711354474072) format(\"woff\"),url(https://at.alicdn.com/t/c/font_4480141_hz0q93zw76b.ttf?t=1711354474072) format(\"truetype\")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wodechengji:before{content:\"\\e61d\"}.icon-three_val:before{content:\"\\e604\"}.icon-two_val:before{content:\"\\e605\"}.icon-one_val:before{content:\"\\e606\"}.icon-average_val:before{content:\"\\e609\"}.icon-jump_kcal:before{content:\"\\e7b4\"}.icon-jump_time:before{content:\"\\e659\"}.icon-jump_num:before{content:\"\\e790\"}.icon-bmi:before{content:\"\\e785\"}.icon-quanxian:before{content:\"\\100cb\"}.icon-lishijilu2:before{content:\"\\100cc\"}.icon-xinyongka:before{content:\"\\100cd\"}.icon-ziliao:before{content:\"\\100ce\"}.icon-shenfenxinxi:before{content:\"\\e656\"}.icon-feihuoliangx:before{content:\"\\e68c\"}.icon-tiaoshengx:before{content:\"\\e68d\"}.icon-shenti:before{content:\"\\e7c7\"}.icon-quxian:before{content:\"\\e600\"}.icon-jihuo:before{content:\"\\e603\"}.icon-lishijilu1:before{content:\"\\1012e\"}.icon-wulianjie:before{content:\"\\e64e\"}.icon-renshiduibifenxi:before{content:\"\\e62e\"}.icon-huihanduibi:before{content:\"\\e822\"}.icon-jinxiaoduibi:before{content:\"\\e6b1\"}.icon-lishishuju:before{content:\"\\e601\"}.icon-moxingduibi-huang:before{content:\"\\e61b\"}.icon-jilu:before{content:\"\\e6df\"}.icon-shujuquxian:before{content:\"\\e614\"}.icon-lishi:before{content:\"\\ecdd\"}.icon-jilu1:before{content:\"\\10110\"}.icon-lishijilu:before{content:\"\\e62f\"}.icon-duibifenxi:before{content:\"\\e7bd\"}.icon-pinggufenxi-copy:before{content:\"\\1024b\"}.icon-shouye-copy:before{content:\"\\1024f\"}.icon-wode-copy:before{content:\"\\1024d\"}.icon-pinggufenxi-copy-copy:before{content:\"\\1024e\"}.icon-wode:before{content:\"\\e635\"}.icon-shouye:before{content:\"\\e660\"}.icon-shijian-mianxing-0:before{content:\"\\e6a2\"}.icon-kehuguanli:before{content:\"\\e6a4\"}.icon-qiapianjihuo:before{content:\"\\e669\"}.icon-kapian:before{content:\"\\e608\"}.icon-kapiananniu:before{content:\"\\e6de\"}.icon-xiangmuchaxun-chakanshebei:before{content:\"\\e655\"}.icon-shebeishu:before{content:\"\\e66a\"}.icon-lishihenji:before{content:\"\\e612\"}.icon-qiehuan1:before{content:\"\\e61a\"}.icon-tishi6:before{content:\"\\e619\"}.icon-bianji:before{content:\"\\e607\"}.icon-caidan:before{content:\"\\e624\"}.icon-xiaoxi:before{content:\"\\e654\"}.icon-add-circle:before{content:\"\\e664\"}.icon-ashbin:before{content:\"\\e665\"}.icon-chart-bar:before{content:\"\\e667\"}.icon-close:before{content:\"\\e668\"}.icon-error:before{content:\"\\e670\"}.icon-menu:before{content:\"\\e677\"}.icon-minus-circle:before{content:\"\\e678\"}.icon-modular:before{content:\"\\e679\"}.icon-notification:before{content:\"\\e67a\"}.icon-prompt:before{content:\"\\e67b\"}.icon-success:before{content:\"\\e67f\"}.icon-add-bold:before{content:\"\\e685\"}.icon-arrow-left-bold:before{content:\"\\e686\"}.icon-arrow-up-bold:before{content:\"\\e687\"}.icon-arrow-down-bold:before{content:\"\\e688\"}.icon-age:before{content:\"\\10250\"}.icon-arrow-right-bold:before{content:\"\\e689\"}.icon-user-filling:before{content:\"\\e68b\"}.icon-body_level:before{content:\"\\e63d\"}.icon-baogao1:before{content:\"\\e620\"}.icon-fat_r:before{content:\"\\e62d\"}.icon-hengxian:before{content:\"\\e657\"}.icon-fat_w:before{content:\"\\e78e\"}.icon-jiantou_xiangxia:before{content:\"\\eb0a\"}.icon-jiantou_xiangshang:before{content:\"\\eb0b\"}.icon-bone:before{content:\"\\e610\"}.icon-un_fat_w_weight:before{content:\"\\e6b7\"}.icon-biaozhunhua:before{content:\"\\e60b\"}.icon-cellin:before{content:\"\\e7a9\"}.icon-kcal:before{content:\"\\e60c\"}.icon-visceral:before{content:\"\\e60d\"}.icon-muscle:before{content:\"\\e60e\"}.icon-body_type:before{content:\"\\e638\"}.icon-zanwushuju:before{content:\"\\e611\"}.icon-water:before{content:\"\\e651\"}.icon-weight:before{content:\"\\e616\"}.icon-sharpicons_checklist:before{content:\"\\e804\"}.icon-shejiguifan:before{content:\"\\e640\"}.icon-muscleval:before{content:\"\\e949\"}.icon-protein:before{content:\"\\e94a\"}.icon-proteinval:before{content:\"\\e60f\"}.icon-body_age:before{content:\"\\e6b2\"}.icon-cellout:before{content:\"\\e68f\"}.icon-height:before{content:\"\\e6eb\"}.icon-shang:before{content:\"\\e68a\"}.icon-xia:before{content:\"\\e798\"}.icon-sfrval:before{content:\"\\e652\"}.icon-sfr:before{content:\"\\e617\"}.icon-waterper:before{content:\"\\e692\"}.icon-skeletalmuscle:before{content:\"\\e6af\"}.icon-inorganic:before{content:\"\\e61c\"}.icon-kongradio:before{content:\"\\e602\"}.icon-radio:before{content:\"\\e653\"}.icon-nv:before{content:\"\\e7a5\"}.icon-qiehuan:before{content:\"\\e66f\"}.icon-nan:before{content:\"\\1024a\"}.icon-zanwu1:before{content:\"\\e78d\"}.icon-xiazai41:before{content:\"\\e618\"}.t-icon{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:100%}.t-icon-wodechengji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1137 1024'%3E%3Cpath d='M923.879 264.465h-82.17l-2.054-76.006c0-24.651-20.542-47.248-47.247-47.248H315.827c-24.651 0-47.248 20.543-47.248 47.248l-4.108 76.006h-78.06c-24.652 0-45.194 8.217-45.194 34.922v92.44c0 65.736 51.356 119.146 117.091 119.146h6.163c0 110.928 152.013 211.586 267.05 225.965V839.65H428.809c-26.705 0-41.084-8.217-41.084 16.434v14.38c0 6.162 6.162 12.325 12.325 12.325h304.026c6.163 0 12.326-4.109 12.326-12.326v-14.38c0-24.65-14.38-16.433-41.085-16.433H572.606V736.938c115.036-14.38 267.05-98.603 267.05-225.965 65.735 2.054 119.145-47.247 123.253-112.983v-98.603c-2.054-20.542-18.488-36.976-39.03-34.922zM266.525 469.888c-30.813 0-82.169-36.976-82.169-82.169v-82.17h82.17v164.34zm534.1-184.88s-2.054 115.036-2.054 215.694c0 108.874-129.417 180.772-228.02 195.152H535.63c-98.603-12.326-230.073-88.332-230.073-184.881V223.38c2.054-22.597 22.596-41.085 45.193-41.085h404.683c22.597 0 41.085 18.488 43.139 41.085v61.627zm123.254 106.82c0 41.084-49.302 78.06-82.17 78.06V305.55h82.17v86.278z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-three_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M728.42 630.885c-7.185 131.625-86.16 201.01-236.91 208.195-134.016 0-215.368-63.408-244.083-190.238l82.56-21.544c14.358 98.115 65.813 147.165 154.35 147.165 107.677 0 161.522-50.246 161.522-150.75-7.186-86.148-62.227-131.611-165.108-136.406h-64.617v-64.603h35.902c102.88-2.39 156.726-47.855 161.52-136.406-4.794-76.57-45.477-116.058-122.047-118.448-81.366 2.39-130.416 47.87-147.165 136.406l-78.96-25.13C294.1 161.872 368.28 102.05 487.924 99.646c136.392 4.794 206.986 67.007 211.78 186.651-2.39 78.975-43.072 132.82-122.047 161.536 95.709 28.715 145.968 89.732 150.763 183.052z'/%3E%3C/svg%3E\")}.t-icon-two_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M247.427 821.136v-46.674c45.464-95.71 120.84-181.855 226.14-258.44 107.675-78.96 160.325-150.75 157.935-215.367-2.39-86.147-51.455-130.416-147.164-132.806-74.194 4.795-124.439 51.455-150.764 139.992l-71.79-35.902C302.468 154.686 381.443 97.255 498.696 99.645c134.001 4.795 205.79 68.218 215.367 190.252 7.172 93.32-52.65 183.052-179.48 269.198-98.114 71.803-162.716 138.797-193.823 201.01h376.888v61.03h-470.22z'/%3E%3C/svg%3E\")}.t-icon-one_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M516.639 250.41c-52.65 47.869-116.058 86.147-190.238 114.862v-75.375c110.067-50.26 180.66-113.667 211.78-190.252h53.832v728.663h-75.375V250.41z'/%3E%3C/svg%3E\")}.t-icon-average_val{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M388.096 648.064c1.813 4.992 2.773 9.024 2.88 12.075s-.747 5.376-2.56 6.954c-1.813 1.6-4.821 2.603-9.003 3.072-4.202.448-9.813.683-16.832.683-7.04 0-12.65-.17-16.853-.512-4.203-.341-7.36-.896-9.515-1.685s-3.733-1.878-4.757-3.222a27.285 27.285 0 01-2.901-5.098l-37.76-107.136H107.819L71.765 658.987c-.682 2.026-1.6 3.797-2.73 5.269s-2.774 2.71-4.928 3.733-5.227 1.75-9.195 2.219-9.13.683-15.467.683c-6.592 0-11.968-.299-16.149-.854-4.203-.554-7.147-1.642-8.853-3.221-1.707-1.579-2.496-3.925-2.39-6.976s1.067-7.083 2.902-12.053L162.56 238.955a17.77 17.77 0 013.563-6.123 14.933 14.933 0 016.464-3.733 48.427 48.427 0 0110.88-1.856c4.437-.342 10.026-.512 16.832-.512 7.253 0 13.269.17 18.026.512 4.758.341 8.619.96 11.563 1.856 2.944.917 5.227 2.218 6.805 3.925s2.838 3.797 3.734 6.293l147.669 408.747zM198.635 287.189h-.342l-75.84 219.392H275.52L198.635 287.19zm494.549 66.326a28.437 28.437 0 01-.683 6.122 112.277 112.277 0 01-2.048 8.171L586.027 658.603a18.261 18.261 0 01-3.563 6.122 15.104 15.104 0 01-6.656 3.755 52.992 52.992 0 01-11.221 1.856c-4.523.363-10.198.512-17.003.512-6.784 0-12.48-.235-17.024-.683a54.336 54.336 0 01-11.05-2.048 16.213 16.213 0 01-6.635-3.733 16.939 16.939 0 01-3.755-5.781L405.056 367.808a150.187 150.187 0 01-2.219-7.147 32.576 32.576 0 01-1.002-4.586 20.693 20.693 0 01-.171-2.56c0-1.814.448-3.392 1.365-4.758s2.432-2.432 4.587-3.221c2.155-.79 4.97-1.301 8.49-1.536 3.52-.235 7.873-.341 13.1-.341 6.57 0 11.84.17 15.807.512 3.968.341 7.04.96 9.195 1.877s3.733 2.048 4.757 3.392c1.024 1.365 1.984 3.072 2.902 5.099l86.4 252.373 1.344 4.075 1.024-4.075 85.376-252.373a12.01 12.01 0 012.368-5.099 12.843 12.843 0 014.928-3.392 30.933 30.933 0 018.832-1.877c3.754-.342 8.682-.512 14.805-.512 5.205 0 9.515.106 12.907.341s6.058.79 8 1.707c1.92.896 3.264 1.984 4.074 3.221.875 1.259 1.259 2.773 1.259 4.587zm309.867 14.634c0 7.936-1.088 13.675-3.222 17.174-2.154 3.52-4.928 5.269-8.341 5.269h-43.883c7.936 8.17 13.504 17.173 16.662 27.05s4.778 20.118 4.778 30.785c0 17.706-2.858 33.344-8.512 46.954s-13.781 25.11-24.32 34.518a109.077 109.077 0 01-37.589 21.589c-14.528 4.992-30.613 7.51-48.299 7.51a125.717 125.717 0 01-35.541-4.929c-11.221-3.285-19.904-7.424-26.027-12.416a53.355 53.355 0 00-10.048 13.931 39.915 39.915 0 00-3.925 18.048c0 7.936 3.69 14.507 11.072 19.733 7.381 5.206 17.173 8.043 29.419 8.491l79.936 3.392a164.48 164.48 0 0141.834 6.293c12.694 3.755 23.68 9.067 33.003 15.979 9.301 6.912 16.533 15.445 21.781 25.515 5.206 10.09 7.808 21.802 7.808 35.2a94.72 94.72 0 01-8.832 40.128c-5.909 12.714-14.912 23.85-27.05 33.493-12.139 9.643-27.627 17.237-46.443 22.784-18.837 5.568-41.045 8.341-66.667 8.341-24.704 0-45.76-2.112-63.082-6.293-17.344-4.181-31.574-9.92-42.688-17.173-11.115-7.275-19.158-15.936-24.171-26.027a73.387 73.387 0 01-7.488-32.832c0-7.488.917-14.741 2.73-21.781s4.587-13.718 8.342-20.054c3.733-6.357 8.384-12.416 13.93-18.197 5.569-5.781 11.969-11.52 19.222-17.195-11.115-5.674-19.328-12.821-24.661-21.418a52.053 52.053 0 01-8-27.904c0-13.824 2.837-26.198 8.512-37.078 5.653-10.88 12.693-20.629 21.077-29.248-7.04-8.384-12.587-17.856-16.661-28.394s-6.123-23.296-6.123-38.272c0-17.451 2.944-33.11 8.832-46.934a99.456 99.456 0 0124.49-35.029c10.411-9.515 22.955-16.832 37.59-21.93s30.55-7.66 47.787-7.66c9.301 0 17.962.513 26.026 1.537 8.043 1.024 15.574 2.432 22.614 4.245h92.522c3.862 0 6.742 1.877 8.662 5.61 1.984 3.755 2.944 9.494 2.944 17.195zm-59.52 323.115c0-13.163-5.376-23.317-16.15-30.464s-25.344-10.944-43.712-11.392l-79.253-2.71a144.427 144.427 0 00-17.856 16.15c-4.672 5.099-8.341 9.984-11.072 14.635s-4.587 9.258-5.61 13.781a62.933 62.933 0 00-1.537 13.93c0 14.72 7.488 25.9 22.464 33.494 14.955 7.595 35.819 11.392 62.592 11.392 17.003 0 31.232-1.643 42.688-4.928 11.435-3.285 20.694-7.637 27.712-13.077a48.427 48.427 0 0015.147-18.71c3.05-7.04 4.587-14.4 4.587-22.101zm-28.246-242.496c0-20.864-5.738-37.12-17.173-48.81-11.456-11.67-27.733-17.515-48.81-17.515-10.902 0-20.353 1.813-28.395 5.44-8.064 3.626-14.742 8.618-20.075 14.976s-9.301 13.653-11.904 21.93-3.925 16.939-3.925 26.027c0 20.181 5.738 36.032 17.194 47.616 11.435 11.563 27.478 17.344 48.128 17.344 11.115 0 20.758-1.75 28.907-5.27 8.15-3.498 14.89-8.383 20.224-14.634 5.333-6.23 9.301-13.44 11.904-21.59 2.624-8.17 3.925-16.682 3.925-25.514z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-jump_kcal{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M408.107 81.024l31.168 14.016C501.76 123.072 552 154.965 588.608 189.781c32.277 30.742 55.061 64.875 67.776 101.483 18.88 54.57 13.077 107.69 4.672 151.147 20.843-38.976 59.413-99.542 59.413-99.542l26.859 27.03c1.685 1.621 40.981 40.789 77.248 100.096 21.461 35.093 37.312 69.93 47.253 103.594 12.544 42.731 15.488 83.755 8.726 121.856-15.915 89.28-123.264 162.048-241.984 216.128l-13.974 6.422-5.738-14.23c-24.939-61.568-55.296-103.573-82.048-140.608-34.454-47.658-62.912-87.082-58.816-143.552-47.552 44.139-68.886 111.958-78.422 165.142-12.565 69.888-8.106 130.794-8.064 131.413l2.027 26.795-23.68-12.736c-2.048-1.067-50.453-27.328-102.741-74.283-30.87-27.648-56.598-56.875-76.566-86.699-25.28-37.781-41.258-76.842-47.552-116.01-14.101-87.723 19.926-175.574 101.078-261.142l13.546-14.272 42.24 73.046c17.408-18.006 49.174-53.526 76.971-98.923 53.227-86.976 67.541-167.253 42.517-238.677l-11.242-32.235m-72.96-79.595l32.682 93.654 11.264 32.277c20.566 58.752 7.574 126.827-38.634 202.347-10.944 17.877-22.592 34.133-33.536 48.128L294.57 356.5l-28.587-49.408-39.296 41.408-13.547 14.272c-90.794 95.723-128.576 195.734-112.256 297.28 7.296 45.355 25.536 90.091 54.23 132.95 22.08 33.002 50.197 64.896 83.562 94.762 57.472 51.627 110.976 80.086 111.51 80.363l23.168 12.459 68.65 36.885-5.888-77.717-2.026-26.795c-.043-.533-3.947-56.917 7.509-120.64 3.67-20.48 9.472-44.437 18.603-67.925 11.904 21.994 26.816 42.645 42.069 63.765 26.581 36.779 54.059 74.816 77.077 131.627l5.696 14.144 16.704 41.493 40.662-18.667 13.973-6.421c160.363-73.045 249.963-156.31 266.197-247.403 7.915-44.714 4.63-92.245-9.792-141.376-11.05-37.44-28.458-75.712-51.797-113.834-39.979-65.387-83.627-108.16-84.032-108.566l-26.197-26.368-37.611-37.824-11.52 18.091a271.825 271.825 0 00-4.907-15.744c-14.954-43.115-41.408-82.944-78.656-118.421-40.128-38.187-94.4-72.768-161.301-102.784L425.621 42.09 335.147 1.429z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-jump_time{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 42.667A469.333 469.333 0 0042.667 512 469.333 469.333 0 10512 42.667zm0 878.506A409.173 409.173 0 01102.827 512a409.173 409.173 0 01818.346 0A409.173 409.173 0 01512 921.173zm277.333-384a38.4 38.4 0 00-38.4-38.4h-268.8V230.4a38.4 38.4 0 00-76.8 0v307.2a38.4 38.4 0 0038.4 38.4h307.2a38.4 38.4 0 0038.4-38.4z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-jump_num{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M598.583 129.162C544.864 86.582 481.513 62 413.66 62 219.45 62 62 263.473 62 512s157.444 450 351.668 450c30.15 0 59.414-4.852 87.342-13.985 13.156-4.303 20.025-18.295 16.706-31.732l-3.1-12.593c-4.275-17.311-23.288-26.213-40.353-21.038q-29.749 9.035-60.595 9.035-50.273 0-97.657-24.004-53.733-27.218-95.583-80.775-43.551-55.723-66.544-130.043-21.55-69.652-21.55-144.865 0-75.206 21.55-144.865 22.993-74.32 66.544-130.043 41.85-53.557 95.583-80.775 47.384-24.005 97.657-24.005 50.273 0 97.657 24.005 53.733 27.218 95.583 80.775 1.005 1.28 2.095 2.707a6.96 6.96 0 011.434 4.24v21.867a28.125 28.125 0 0028.125 28.125h14.063a28.125 28.125 0 0028.125-28.125V111.22a28.125 28.125 0 00-28.125-28.125h-14.063a28.125 28.125 0 00-28.125 28.125v12.375c0 6.026-7.13 9.31-11.854 5.569M930.177 698.87a26.41 26.41 0 110 52.825H918.44a7.031 7.031 0 00-7.03 7.032v93.895q0 30.656 1.286 35.726 1.294 5.07 5.892 8.374 4.591 3.305 11.18 3.305l.183-.007c13.907-.092 27.871 6.989 29.39 20.812l.584 5.358c1.23 11.215-5.119 22.233-16.08 24.912q-15.85 3.867-34.088 3.867-17.88 0-32.231-6.012-14.351-6.012-21.066-15.567-6.708-9.549-9.295-25.819-2.117-11.56-2.117-46.694V757.763a6.068 6.068 0 00-6.068-6.068 24.279 24.279 0 01-24.279-24.286v-4.26a24.279 24.279 0 0124.28-24.28 6.068 6.068 0 006.067-6.067v-27.528a28.125 28.125 0 0113.964-24.3l10.111-5.892c18.746-10.927 42.286 2.602 42.286 24.3v32.456a7.031 7.031 0 007.031 7.032h11.736zM767.902 949.309h-9.872a28.125 28.125 0 01-28.125-28.125v-99.69q0-40.563-4.24-52.467-4.232-11.91-13.76-18.513-9.534-6.61-22.943-6.61-17.177 0-30.825 9.437-13.647 9.436-18.703 25.003-5.062 15.56-5.062 57.536v85.304a28.125 28.125 0 01-28.125 28.125h-9.872a28.125 28.125 0 01-28.125-28.125v-194.19a28.125 28.125 0 0128.125-28.124h12.073a21.213 21.213 0 0121.213 21.213c0 5.062 6.659 7.418 10.195 3.797q29.96-30.67 72.169-30.67 21.881 0 40 7.902 18.12 7.897 27.409 20.16 9.295 12.262 12.944 27.829 3.65 15.56 3.65 44.57v127.513a28.125 28.125 0 01-28.126 28.125z' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-bmi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M123.743 325.584h143.438c58.14 0 97.426 23.071 97.426 92.285a84.111 84.111 0 01-41.396 77.783c37.178 13.184 55.898 48.12 55.898 94.527 0 75.674-52.734 108.105-107.578 108.105H123.743zm67.105 150.952h67.895c23.467 0 41.001-13.183 41.001-44.429 0-35.463-22.28-42.846-46.142-42.846h-62.754zm0 158.203h71.718c26.368 0 49.439-10.547 49.439-49.175s-19.644-52.734-48.252-52.734h-72.905zM435.14 325.584h94.394l71.323 256.42h.791l67.5-256.42h94.395v372.832h-62.754V434.744h-.923l-74.75 263.672h-51.68l-74.62-261.562h-.922v261.562H435.14zm398.012 0h67.105v372.832h-67.105z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-quanxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M413.082 626.483a182.016 182.016 0 10364.032 0 182.016 182.016 0 10-364.032 0z' fill='%23FFBE0A'/%3E%3Cpath d='M515.635 930.048a105.82 105.82 0 01-44.851-9.984c-102.298-47.77-340.275-178.688-340.275-362.394V290.1c0-52.788 37.99-97.025 90.317-105.166 61.132-9.523 152.934-31.334 242.841-81.305 32.461-18.023 71.168-18.125 103.578-.307 94.003 51.814 183.859 73.267 242.739 82.176 52.326 7.936 90.317 52.172 90.317 105.164V557.67c0 185.959-237.978 315.546-340.327 362.599a105.037 105.037 0 01-44.339 9.779zm.154-768.307c-5.94 0-11.827 1.485-17.255 4.505-99.225 55.143-199.782 79.104-266.7 89.498-17.152 2.662-29.645 17.1-29.645 34.355v267.623c0 146.483 228.761 264.704 298.905 297.42 9.165 4.301 19.712 4.301 28.928.103 70.042-32.205 298.599-148.941 298.599-297.523v-267.06c0-17.305-12.34-31.692-29.389-34.304-64.614-9.779-163.328-33.382-266.598-90.265a35.282 35.282 0 00-16.845-4.352z' fill='%2334332E'/%3E%3Cpath d='M586.7 609.638h-35.583c0-16.844-.051-32.307 0-44.697 64.358-15.616 112.333-73.677 112.333-142.797 0-81.05-65.946-146.944-146.944-146.944-81.05 0-146.944 65.946-146.944 146.944 0 68.198 46.745 125.696 109.824 142.182-.103 27.034.05 73.37.358 154.83.051 19.762 16.128 35.686 35.84 35.686h.154c19.814-.103 35.788-16.18 35.686-35.994l-.154-37.58h35.43c19.815 0 35.84-16.026 35.84-35.84s-16.025-35.79-35.84-35.79zM441.19 422.144c0-41.523 33.792-75.264 75.264-75.264 41.524 0 75.264 33.792 75.264 75.264s-33.792 75.264-75.264 75.264-75.264-33.74-75.264-75.264z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-lishijilu2{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M483.17400000000004 605.082a179.098 179.098 0 10358.196 0 179.098 179.098 0 10-358.196 0z' fill='%23FFBE0A'/%3E%3Cpath d='M553.42 122.214c-213.862 0-387.84 173.978-387.84 387.84 0 11.11.513 22.17 1.486 33.178l-44.288-31.642c-16.077-11.52-38.503-7.782-50.023 8.295s-7.782 38.502 8.295 50.022l120.576 86.221a35.71 35.71 0 0020.838 6.707 35.753 35.753 0 0029.491-15.462l78.439-113.51c11.264-16.282 7.168-38.605-9.114-49.87-16.282-11.263-38.605-7.167-49.869 9.114l-32.717 47.309a314.498 314.498 0 01-1.484-30.31c0-174.336 141.824-316.16 316.16-316.16s316.16 141.824 316.16 316.16-141.824 316.16-316.16 316.16c-85.3 0-165.325-33.485-225.178-94.26-13.875-14.08-36.608-14.284-50.688-.358-14.08 13.875-14.285 36.608-.358 50.688 73.472 74.547 171.57 115.61 276.275 115.61 213.862 0 387.84-173.978 387.84-387.84S767.283 122.214 553.42 122.214z' fill='%2334332E'/%3E%3Cpath d='M543.18 285.645c-19.814 0-35.84 16.025-35.84 35.84v192.153a35.816 35.816 0 0015.258 29.338l136.09 95.437a35.603 35.603 0 0020.531 6.502c11.264 0 22.426-5.325 29.389-15.257a35.855 35.855 0 00-8.755-49.92l-120.781-84.736V321.485a35.891 35.891 0 00-35.891-35.84z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-xinyongka{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M843.776 496.18H183.808c-26.522 0-47.974-21.505-47.974-47.975v-68.608c0-26.522 21.504-47.975 47.974-47.975h659.968c26.522 0 47.974 21.504 47.974 47.975v68.608c0 26.47-21.452 47.974-47.974 47.974z' fill='%23FFBE0A'/%3E%3Cpath d='M856.883 319.18c-.205-.665-.41-1.33-.665-1.945l-43.93-111.257c-15.36-38.964-44.749-69.12-82.688-85.044-37.018-15.513-77.722-15.41-114.688.308L197.427 298.598c-4.198 1.792-7.833 4.301-10.905 7.27-56.525 24.73-96.103 81.153-96.103 146.689v296.806c0 88.269 71.834 160.103 160.103 160.103H768.46c88.269 0 160.102-71.834 160.102-160.103V452.557c0-55.603-28.518-104.653-71.68-133.376zM642.918 187.188c18.996-8.09 39.936-8.14 58.983-.153 19.968 8.345 35.481 24.422 43.725 45.21l23.808 60.21H395.11l247.808-105.267zM250.522 364.134H768.46c48.742 0 88.422 39.68 88.422 88.423v7.782H162.1v-7.782c0-48.743 39.68-88.423 88.423-88.423zM768.46 837.786H250.52c-48.742 0-88.422-39.68-88.422-88.423V532.02h694.784v217.344c0 48.743-39.68 88.423-88.422 88.423z' fill='%2334332E'/%3E%3Cpath d='M442.778 584.806h-179.2c-19.815 0-35.84 16.026-35.84 35.84s16.025 35.84 35.84 35.84h179.2c19.814 0 35.84-16.025 35.84-35.84s-16.077-35.84-35.84-35.84z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-ziliao{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M881.92 681.933H140.288v115.302c0 33.69 34.867 60.98 77.875 60.98h585.882c43.008 0 77.875-27.29 77.875-60.98V681.933z' fill='%23FFBE0A'/%3E%3Cpath d='M827.034 472.166v-224c0-69.53-56.576-126.054-126.106-126.054H315.136c-69.53 0-126.054 56.576-126.054 126.054v224c-51.712 10.701-90.727 56.628-90.727 111.463v196.608c0 62.771 51.047 113.817 113.818 113.817h591.82c62.772 0 113.818-51.046 113.818-113.817V583.629c-.051-54.887-39.065-100.762-90.777-111.463zM315.136 193.741h385.792c30.003 0 54.426 24.422 54.426 54.374V469.76h-69.735c-27.648 0-52.94 14.95-65.997 38.963-22.272 41.011-65.024 66.509-111.564 66.509s-89.344-25.498-111.616-66.509c-13.056-24.064-38.35-38.963-65.997-38.963h-69.683V248.166c0-30.003 24.37-54.425 54.374-54.425zM846.08 780.237c0 23.245-18.893 42.137-42.138 42.137h-591.77c-23.244 0-42.137-18.892-42.137-42.137V583.629c0-23.245 18.893-42.138 42.138-42.138h118.323c1.28 0 2.509.615 2.97 1.485 34.816 64.154 101.683 103.987 174.592 103.987S647.834 607.13 682.65 542.976c.46-.87 1.69-1.485 2.97-1.485h118.322c23.245 0 42.138 18.893 42.138 42.138v196.608z' fill='%2334332E'/%3E%3Cpath d='M413.9 332.288h189.543c19.815 0 35.84-16.026 35.84-35.84s-16.025-35.84-35.84-35.84H413.901c-19.815 0-35.84 16.026-35.84 35.84s16.077 35.84 35.84 35.84z' fill='%2334332E'/%3E%3C/svg%3E\")}.t-icon-shenfenxinxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1027 1024'%3E%3Cpath d='M0 512a513.977 512 0 101027.954 0A513.977 512 0 100 512z' fill='%23FD9966'/%3E%3Cpath d='M1024 563.398c-15.77 163.11-108.463 303.784-241.45 385.482-8.793-29.411-13.562-60.928-13.562-93.708 0-160.246 113.953-290.321 255.012-291.774z' fill='%23FFF' opacity='.3'/%3E%3Cpath d='M340.015 31.63c-26.42 134.398-139.942 228.015-260.942 211.64C139.351 146.285 231.1 70.961 340.015 31.63z' fill='%23FFF' fill-opacity='.4'/%3E%3Cpath d='M304.43199999999996 292.571h421.066q23.722 0 23.722 23.722v369.668q0 23.722-23.722 23.722H304.432q-23.722 0-23.722-23.722V316.293q0-23.722 23.722-23.722z' fill='%23FFF'/%3E%3Cpath d='M340.015 392.402a41.514 40.525 0 1083.027 0 41.514 40.525 0 10-83.027 0zM466.533 369.668h112.68q7.907 0 7.907 7.907v31.63q0 7.907-7.908 7.907h-112.68q-7.907 0-7.907-7.907v-31.63q0-7.907 7.908-7.907z' fill='%23FD9966'/%3E%3Cpath d='M347.923 527.815h341.992q7.907 0 7.907 7.907v31.63q0 7.907-7.907 7.907H347.923q-7.908 0-7.908-7.908v-31.629q0-7.907 7.908-7.907zM347.923 614.795h341.992q7.907 0 7.907 7.908v31.629q0 7.907-7.907 7.907H347.923q-7.908 0-7.908-7.907v-31.63q0-7.907 7.908-7.907z' fill='%23FB997A'/%3E%3C/svg%3E\")}.t-icon-feihuoliangx{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512zm3.115-691.712l53.973 53.973a38.315 38.315 0 002.133 1.963c-12.885 116.352-12.885 266.24-12.885 306.859 0 68.992 218.368 134.826 253.91 110.378 132.906-91.648-43.18-563.328-190.72-563.328-14.934 0-26.24 21.248-34.987 54.656l-33.707-33.749v-97.237a37.803 37.803 0 10-75.605 0v97.45l-33.792 33.792c-8.704-33.578-20.096-54.912-34.987-54.912-147.627 0-323.67 471.68-190.72 563.328 35.499 24.491 253.867-41.386 253.867-110.378 0-40.576 0-190.294-12.886-306.646a38.272 38.272 0 002.603-2.389l53.803-53.76z' fill='%23cdcdcd'/%3E%3C/svg%3E\")}.t-icon-tiaoshengx{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512zm279.04-447.915a38.272 38.272 0 00-3.84-29.226l-89.6-155.222a38.4 38.4 0 10-66.517 38.4l89.6 155.222a38.4 38.4 0 0047.018 16.64A256.043 256.043 0 01614.4 849.109V678.4a38.4 38.4 0 10-76.8 0v190.72a259.072 259.072 0 01-51.2 0V678.4a38.4 38.4 0 10-76.8 0v170.667a256.043 256.043 0 01-153.301-247.168 38.4 38.4 0 0047.018-16.64l89.6-155.222a38.4 38.4 0 00-66.517-38.4L236.8 546.86a38.272 38.272 0 00-3.84 29.226A281.685 281.685 0 00409.6 876.8v6.4a38.4 38.4 0 0075.05 11.52 285.013 285.013 0 0054.7 0 38.4 38.4 0 0075.05-11.52v-6.4a281.685 281.685 0 00176.64-300.715zM477.867 332.8a42.667 42.667 0 00-42.667 42.667v196.266a42.667 42.667 0 0042.667 42.667h68.266a42.667 42.667 0 0042.667-42.667V375.467a42.667 42.667 0 00-42.667-42.667h-68.266zM512 307.2a102.4 102.4 0 100-204.8 102.4 102.4 0 000 204.8z' fill='%23cdcdcd'/%3E%3C/svg%3E\")}.t-icon-shenti{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1011.44c275.84 0 499.44-223.6 499.44-499.44S787.84 12.56 512 12.56 12.56 236.16 12.56 512s223.6 499.44 499.44 499.44zm74.916-774.132a74.916 74.916 0 11-149.832 0 74.916 74.916 0 01149.832 0zM387.14 424.598h-93.645a43.701 43.701 0 110-87.402H718.02a43.701 43.701 0 110 87.402h-81.16a24.972 24.972 0 00-24.971 24.972v32.514a299.664 299.664 0 0028.843 128.28l62.405 131.703a47.572 47.572 0 01-85.93 40.804l-81.458-171.058c-9.24-19.403-37.033-18.854-45.499.899l-71.844 167.587a47.696 47.696 0 01-87.776-37.283l58.01-137.796a299.664 299.664 0 0023.473-116.27v-39.38a24.972 24.972 0 00-24.972-24.972z' fill='%23cdcdcd'/%3E%3C/svg%3E\")}.t-icon-quxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M858.185 389.481c35.336 0 63.972 28.684 63.972 63.972V879.51c0 35.336-28.636 63.972-63.972 63.972h-85.154a63.972 63.972 0 01-63.972-63.972V453.36c0-35.289 28.636-63.972 63.972-63.972h85.154v.094zm-596.506 85.25c35.288 0 63.924 28.636 63.924 63.924v340.854c0 35.289-28.636 63.925-63.924 63.925h-85.202a63.972 63.972 0 01-63.925-63.925V538.608c0-35.336 28.636-63.972 63.925-63.972h85.202v.094zm298.253 85.154c35.288 0 63.925 28.683 63.925 63.972v255.652c0 35.289-28.637 63.925-63.925 63.925H474.73a63.972 63.972 0 01-63.925-63.925v-255.7c0-35.24 28.637-63.924 63.925-63.924h85.202zm220.553-414.828l-50.291.33a31.939 31.939 0 01-.472-63.878l128.227-.943a31.75 31.75 0 0129.816 19.909c1.416 3.35 2.36 7.548 2.36 12.03V240.92a31.986 31.986 0 01-63.879 0v-51.282l-286.27 286.318a31.845 31.845 0 01-35.572 6.557L120.855 312.158a32.033 32.033 0 0125.947-58.5l363.405 161.535L780.532 145.01z' fill='%2325A5FF'/%3E%3C/svg%3E\")}.t-icon-jihuo{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1093 1024'%3E%3Cpath d='M684.556 62a54.135 54.135 0 0154.136 54.135v33.835h60.902a54.135 54.135 0 0154.135 54.135v194.502a292.568 292.568 0 00-54.135-5.028V292.075a54.135 54.135 0 00-54.135-54.135H271.774a54.135 54.135 0 00-54.108 52.443l-.027 1.692v548.12a54.135 54.135 0 0052.444 54.109l1.691.027 326.18.007a290.808 290.808 0 00113.684 67.669L231.173 962a54.135 54.135 0 01-54.135-54.135V874.03h-60.903A54.135 54.135 0 0162 819.895v-703.76A54.135 54.135 0 01116.135 62h568.421zm98.12 378.947c132.673 0 240.226 107.554 240.226 240.226S915.35 921.398 782.677 921.398 542.45 813.845 542.45 681.173s107.554-240.226 240.226-240.226zm112.636 131.685l-1.029 1.076L755.63 727.695l-42.34-50.46a27.068 27.068 0 00-36.975-4.264l-1.157.927a27.068 27.068 0 00-4.263 36.968l.92 1.164 60.903 72.575a26.953 26.953 0 0015.313 9.122 27.081 27.081 0 0026.946-6.672l1.062-1.117L934.52 609.931a27.068 27.068 0 00-39.208-37.3zm-437.447-43.715a23.684 23.684 0 010 47.369H315.759a23.684 23.684 0 010-47.369h142.106zm87.97-94.737a23.684 23.684 0 010 47.369H315.759a23.684 23.684 0 010-47.369h230.076zm94.736-94.736a23.684 23.684 0 010 47.368H315.76a23.684 23.684 0 010-47.368h324.812z' fill='%2338BC9C'/%3E%3C/svg%3E\")}.t-icon-lishijilu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M678.395 59.611H318.963A228.278 228.278 0 0090.685 287.89v426.697a228.278 228.278 0 00228.278 228.278h185.44a286.733 286.733 0 01402.27-406.227V287.89A228.278 228.278 0 00678.395 59.611zM456.816 460.562H281.928a42.205 42.205 0 110-84.41h174.625a42.205 42.205 0 110 84.41zm190.241-171.248h-365.13a42.205 42.205 0 010-84.41h364.866a42.205 42.205 0 110 84.41z' fill='%23EC6B44'/%3E%3Cpath d='M721.919 538.378a217.516 217.516 0 10217.41 217.727 217.516 217.516 0 00-217.41-217.727zm82.617 270.326h-94.962a42.205 42.205 0 01-42.205-42.206v-96.966a42.205 42.205 0 1184.41 0v54.972h52.757a42.205 42.205 0 010 84.41z' fill='%23EC6B44'/%3E%3Cpath d='M678.395 59.611H318.963A228.278 228.278 0 0090.685 287.89v426.697a235.875 235.875 0 001.846 28.805 540.704 540.704 0 00345.188 50.91 286.733 286.733 0 01391.349-304.195 541.495 541.495 0 0039.778-327.989A227.909 227.909 0 00678.395 59.611zM456.816 460.562H281.928a42.205 42.205 0 110-84.41h174.625a42.205 42.205 0 110 84.41zm190.241-171.248h-365.13a42.205 42.205 0 010-84.41h364.866a42.205 42.205 0 110 84.41z' fill='%23EE7C55'/%3E%3Cpath d='M504.403 756.105c0 7.07.37 14.14 1.055 21.103a540.65 540.65 0 00161.752-84.991v-22.633a42.205 42.205 0 0164.68-35.716 539.543 539.543 0 0063.888-82.353 217.621 217.621 0 00-291.375 204.643z' fill='%23EE7C55'/%3E%3Cpath d='M318.963 59.611A228.278 228.278 0 0090.685 287.89v274.916a434.188 434.188 0 00604.064-502.56c-5.275-.37-10.868-.634-16.354-.634zm137.59 400.951H281.928a42.205 42.205 0 110-84.41h174.625a42.205 42.205 0 110 84.41zm190.24-171.248H281.928a42.205 42.205 0 010-84.41h364.865a42.205 42.205 0 110 84.41z' fill='%23F19970'/%3E%3Cpath d='M239.723 247.109a42.205 42.205 0 0142.205-42.206h218.624a400.951 400.951 0 0036.93-125.033c.844-6.753 1.477-13.506 2.004-20.259H318.963A228.278 228.278 0 0090.685 287.89v141.283a401.426 401.426 0 00149.09-10.077v-.738a42.205 42.205 0 0142.206-42.206h60.881a403.694 403.694 0 00102.823-86.837H282.139a42.205 42.205 0 01-42.416-42.205z' fill='%23F5C295'/%3E%3C/svg%3E\")}.t-icon-wulianjie{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 5.12c279.5 0 506.88 227.405 506.88 506.88 0 279.5-227.38 506.88-506.88 506.88S5.12 791.5 5.12 512 232.525 5.12 512 5.12' fill='%23fff'/%3E%3Cpath d='M768.512 255.565a172.902 172.902 0 00-244.787 0l-77.568 77.517 40.832 40.806 163.2 163.2 40.857 40.858 77.492-77.492a173.312 173.312 0 00-.026-244.89zm-394.573 231.45l-40.857-40.91-77.492 77.569a172.954 172.954 0 000 244.761 172.98 172.98 0 00244.736 0l77.568-77.542-40.832-40.807L373.94 487.014zm-63.232-217.089a6.4 6.4 0 00-9.037 0l-31.692 31.693a6.4 6.4 0 000 9.037l443.443 443.52a6.4 6.4 0 009.062 0l31.667-31.642a6.4 6.4 0 000-9.036l-443.443-443.52v-.052z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-renshiduibifenxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M4.257000000000005 512a507.743 507.743 0 101015.486 0A507.743 507.743 0 104.257 512z' fill='%23fff'/%3E%3Cpath d='M275.853 290.51h206.832v133.546H275.853a29.193 29.193 0 01-29.315-29.315v-73.287c-1.628-17.915 13.029-30.944 29.315-30.944zm-60.258 162.86h267.09v133.546h-267.09A29.193 29.193 0 01186.28 557.6v-73.287c0-8.143 3.257-14.658 8.143-21.172 6.514-6.514 13.029-9.772 21.172-9.772zm60.258 162.86h206.832v133.546H275.853a29.193 29.193 0 01-29.315-29.315v-73.287c-1.628-17.915 13.029-30.944 29.315-30.944zm265.462-325.72h206.832a29.193 29.193 0 0129.315 29.315v73.287a29.193 29.193 0 01-29.315 29.315H541.315V290.51zm0 162.86h267.09c8.143 0 14.658 3.258 21.172 8.143 4.886 4.886 8.143 13.03 8.143 21.172v73.287a29.193 29.193 0 01-29.315 29.315h-267.09V453.37zm0 162.86h206.832a29.193 29.193 0 0129.315 29.315v73.287a29.193 29.193 0 01-29.315 29.315H541.315V616.23zM512 215.595c6.514 0 13.029 4.886 14.657 11.4v565.124c0 8.143-6.514 14.658-13.028 14.658-8.143 0-14.658-4.886-16.286-11.4V230.251c0-3.257 1.628-8.143 4.885-9.771 1.629-3.258 6.515-4.886 9.772-4.886zm0 0' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-huihanduibi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 1024C229.232 1024 0 794.768 0 512S229.232 0 512 0c282.784 0 512 229.232 512 512s-229.216 512-512 512zm236.368-673.136l-111.312-96.112L601.472 224H307.616C285.36 224 272 235.536 272 254.752v530.496C272 804.464 285.36 816 307.616 816h440.752C766.192 816 784 804.464 784 785.248V381.6l-35.632-30.736z' fill='%23D04A02'/%3E%3Cpath d='M538.272 545.408H372.56V441.696h138.32V358.72l172.992 186.16zm76.544-156.112V273.968l40.096 34.592v46.128h53.408l40.064 34.592-133.568.016zM518.192 594.96h165.68v103.728H545.568v82.976L372.56 595.52z' fill='%23D04A02'/%3E%3C/svg%3E\")}.t-icon-jinxiaoduibi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M1024.009 512A512 512 0 009.029 417.89l-3.413 20.967v6.095c0 8.29-1.95 16.58-2.682 24.381S.01 493.227.01 504.93V512c0 2.438 0 0 0 0v1.707A507.368 507.368 0 00503.963 1024h8.046c10.24 0 19.992 0 29.988-1.463h2.682A512 512 0 001024.01 512zm-512-463.238a463.238 463.238 0 01444.708 591.97 388.389 388.389 0 01-31.451-73.143c-25.844-70.218-57.783-157.501-126.781-160.915-61.44-2.682-76.8 61.196-88.26 112.884-14.628 67.78-27.55 108.252-76.311 108.252-44.618 0-57.052-31.94-73.143-99.962-12.678-54.614-29.501-121.905-100.694-121.905s-86.796 73.143-97.523 129.707c-14.141 69.241-26.332 102.156-66.56 100.937-52.176-.976-87.284-51.444-123.368-104.107-32.183-47.055-65.341-95.33-115.078-109.714a463.238 463.238 0 01454.46-374.004z' fill='%2348AB07'/%3E%3C/svg%3E\")}.t-icon-lishishuju{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M472.615 78.77C212.677 78.77 0 291.445 0 551.384S212.677 1024 472.615 1024s472.616-212.677 472.616-472.615H472.615V78.769z' fill='%23249CF2'/%3E%3Cpath d='M1024 472.615C1024 212.677 811.323 0 551.385 0v472.615H1024z' fill='%23A5D6FA'/%3E%3C/svg%3E\")}.t-icon-moxingduibi-huang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M558.4 1024c-6.2 0-12-1.5-17.2-4.4-12.1-6.9-19.1-20.9-19.1-38.4V599.206c1.7-32.5 18.5-62.099 44.7-79.898l.7-.5 327.095-196.698c15.1-9 30.6-10.2 42.7-3.3 12.1 6.9 19.1 20.9 19.1 38.4v381.795c-1.7 32.6-18.4 62.199-44.7 79.999L583.999 1016.2c-8.6 5.2-17.4 7.8-25.6 7.8zm26-477.994c-17.9 12.3-29.3 32.5-30.5 54.2V981.3c0 6.6 1.8 10 3 10.7s5 .5 10.7-2.9l327.095-196.698c17.4-11.8 28.9-32.2 30.1-54V357.41c0-6.6-1.8-10-3-10.7s-5-.5-10.7 2.9L584.399 546.006zm-74.8-27.3c-16.3 0-32.5-4-47.3-11.9L115.406 297.11c-15.4-9.3-24.2-23.1-24.2-37.7 0-14.699 8.8-28.399 24.2-37.699L461.601 12.213c30.5-16.2 65.999-16.2 95.698-.5l.8.4L904.295 221.51c15.4 9.3 24.2 23.1 24.2 37.7 0 14.7-8.8 28.4-24.2 37.7L557.999 506.406c-15.3 8.2-31.9 12.3-48.399 12.3zm.2-486.893c-11.2 0-22.3 2.7-32.5 8.1L131.905 248.91c-5.5 3.3-8.9 7.4-8.9 10.5 0 3.2 3.4 7.2 8.9 10.5L478.1 479.207c19.6 10.5 43.9 10.5 64.2-.4L887.795 269.91c5.5-3.3 8.9-7.4 8.9-10.5s-3.4-7.2-8.9-10.5L542 39.713c-10.1-5.3-21.1-7.9-32.2-7.9zM455.2 1018.4c-9.6 0-19.899-3.1-29.999-9.3L121.705 823.603c-32.2-22.2-52.2-57.9-54.2-96.1V370.109c0-20.3 7.9-36.5 21.8-44.199 13.8-7.8 31.7-6.2 49 4.4L441.9 515.807c32.7 22.5 52.2 57.299 54.4 95.998v357.396c0 20.4-8 36.6-21.9 44.3-5.8 3.3-12.3 4.9-19.2 4.9zM108.506 352.91c-1.5 0-2.7.3-3.7.8-3.4 1.9-5.6 8.3-5.6 16.5v356.495c1.5 27.5 16.4 54.1 39.8 70.299L441.8 982c7 4.3 13.5 5.8 17 3.9s5.6-8.3 5.6-16.6V612.705c-1.6-27.9-16.1-53.899-39.9-70.299L121.705 357.41c-4.9-2.9-9.6-4.5-13.2-4.5z' fill='%23FFBA00'/%3E%3Cpath d='M569.1 536.706l222.396-130.198c14.1-8.4 25.7-2 25.7 14.1v252.997c-1.1 18-10.6 34.3-25.7 44.199L569.1 848.002c-14.2 8.4-25.7 2-25.7-14.1V580.906c1.1-18 10.6-34.4 25.7-44.2z' fill='%23FFBA00'/%3E%3Cpath d='M540.6 190.21L775.997 328.91c15 8.8 15 23.1 0 32L540.6 499.507c-17 8.8-37.3 8.8-54.3 0L251.003 360.909c-15.1-8.9-15.1-23.2 0-32L486.3 190.211c17-8.8 37.3-8.8 54.3 0z' fill='%23FFBA00' opacity='.8'/%3E%3Cpath d='M244.503 411.808l206.298 122.898c18.6 12.4 30.4 32.8 31.7 55.1v236.197c0 20-14.2 27.8-31.7 17.4l-206.298-122.8c-18.7-12.399-30.5-32.899-31.8-55.198V429.208c0-20.1 14.2-27.8 31.8-17.4z' fill='%23FFBA00' opacity='.5'/%3E%3C/svg%3E\")}.t-icon-jilu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%231580EA'/%3E%3Cpath d='M785.306 415.744H625.51c-28.62 0-45.004-20.48-45.004-45.056v-163.84H301.978c-24.576 0-49.152 20.48-49.152 45.056v483.328c0 24.525 20.48 45.056 49.152 45.056h217.088l266.24-262.144v-102.4zm-204.8 200.704h-245.76v-40.96h245.76v40.96zm0-122.88h-245.76v-40.96h245.76v40.96zm45.004 249.856l-28.62 73.728 73.676-24.525 143.36-143.411-49.152-49.152-139.264 143.36zm192.564-192.512l-32.768 32.82 49.1 49.151 32.82-32.819-49.152-49.152zM687.002 370.688h98.304l-147.508-163.84h-16.332v94.208c0 36.864 28.62 69.632 65.536 69.632zm0 0' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-shujuquxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%235196FA'/%3E%3Cpath d='M707.56 444.44a35.77 35.77 0 0135.678 35.816v238.708a35.77 35.77 0 01-35.677 35.84h-47.546a35.77 35.77 0 01-35.678-35.84V480.21a35.77 35.77 0 0135.678-35.84h47.546zm-332.8 47.708a35.77 35.77 0 0135.678 35.864v190.836a35.77 35.77 0 01-35.677 35.84h-47.546a35.77 35.77 0 01-35.678-35.84V528.012a35.77 35.77 0 0135.678-35.84h47.546zm166.424 47.733a35.77 35.77 0 0135.677 35.84v143.197a35.77 35.77 0 01-35.677 35.84h-47.523a35.77 35.77 0 01-35.724-35.84V575.72a35.77 35.77 0 0135.724-35.84zm123.113-232.425l-28.067.186a17.92 17.92 0 01-.303-35.77l71.587-.512a17.943 17.943 0 0117.99 17.85v71.936a17.827 17.827 0 11-35.654 0v-28.672L530.083 492.847a17.734 17.734 0 01-19.875 3.677l-213.97-95.419a17.92 17.92 0 0114.5-32.768l202.775 90.508 150.83-151.273z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-lishi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M588.221 1021.931H435.78c-239.4 0-433.71-194.31-433.71-433.71V435.78c0-239.4 194.31-433.71 433.71-433.71H588.22c239.4 0 433.71 194.31 433.71 433.71V588.22c0 239.4-194.31 433.71-433.71 433.71z' fill='%23fff'/%3E%3Cpath d='M998.4 584.704V439.296C998.4 210.944 813.056 25.6 584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408C25.6 813.056 210.944 998.4 439.296 998.4h145.408c13.312 0 26.624-1.024 38.912-2.048 162.816-61.44 294.912-185.344 368.64-342.016 4.096-22.528 6.144-46.08 6.144-69.632z' fill='%23fff'/%3E%3Cpath d='M998.4 506.88v-67.584C998.4 210.944 813.056 25.6 584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 219.136 169.984 398.336 385.024 412.672C699.392 986.112 937.984 780.288 998.4 506.88z' fill='%23fff'/%3E%3Cpath d='M584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 143.36 72.704 269.312 183.296 343.04 56.32 17.408 115.712 27.648 178.176 27.648 322.56 0 584.704-262.144 584.704-584.704 0-34.816-3.072-67.584-9.216-100.352C898.048 125.952 752.64 25.6 584.704 25.6z' fill='%23fff'/%3E%3Cpath d='M584.704 25.6H439.296C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 96.256 32.768 185.344 88.064 256 81.92 48.128 177.152 74.752 279.552 73.728 296.96-4.096 538.624-250.88 535.552-547.84-1.024-75.776-17.408-147.456-46.08-212.992-74.752-78.848-180.224-128-297.984-128z' fill='%23fff'/%3E%3Cpath d='M874.496 490.496c34.816-153.6 0-294.912-77.824-406.528C735.232 47.104 662.528 25.6 585.728 25.6H439.296C210.944 26.624 25.6 211.968 25.6 440.32v145.408c0 59.392 12.288 114.688 34.816 165.888 126.976 109.568 313.344 157.696 503.808 90.112 156.672-55.296 273.408-189.44 310.272-351.232z' fill='%23fff'/%3E%3Cpath d='M439.296 25.6C210.944 25.6 25.6 210.944 25.6 439.296v145.408c0 26.624 3.072 53.248 7.168 77.824 83.968 102.4 211.968 166.912 354.304 166.912 252.928 0 458.752-204.8 458.752-458.752 0-128-52.224-243.712-137.216-326.656C669.696 31.744 628.736 25.6 585.728 25.6H439.296z' fill='%23fff'/%3E%3Cpath d='M25.6 439.296V578.56c70.656 123.904 204.8 207.872 357.376 208.896 228.352 2.048 418.816-185.344 419.84-414.72 0-144.384-71.68-270.336-182.272-345.088-12.288-1.024-23.552-2.048-35.84-2.048H439.296C210.944 25.6 25.6 210.944 25.6 439.296z' fill='%23fff'/%3E%3Cpath d='M529.408 25.6h-90.112C210.944 25.6 25.6 210.944 25.6 439.296v29.696c43.008 158.72 188.416 276.48 361.472 276.48 206.848 0 373.76-167.936 373.76-373.76C760.832 215.04 665.6 81.92 529.408 25.6z' fill='%23fff'/%3E%3Cpath d='M384 41.984c-33.792 0-66.56 5.12-97.28 14.336a425.08 425.08 0 00-186.368 144.384C69.632 250.88 52.224 310.272 52.224 373.76c0 183.296 148.48 331.776 331.776 331.776s331.776-148.48 331.776-331.776S567.296 41.984 384 41.984z' fill='%23fff'/%3E%3Cpath d='M94.20800000000003 374.784a289.792 289.792 0 10579.584 0 289.792 289.792 0 10-579.584 0z' fill='%23fff'/%3E%3Cpath d='M136.192 374.784a247.808 247.808 0 10495.616 0 247.808 247.808 0 10-495.616 0z' fill='%23fff'/%3E%3Cpath d='M178.176 374.784a205.824 205.824 0 10411.648 0 205.824 205.824 0 10-411.648 0z' fill='%23fff'/%3E%3Cpath d='M512 178.3c-182.404 0-333.7 151.296-333.7 333.7S329.596 845.7 512 845.7 845.7 695.818 845.7 512 695.818 178.3 512 178.3zm142.812 345.012c1.414 16.968-11.312 31.107-26.866 31.107H523.312c-5.656 1.414-14.14 0-24.038 0h-1.414c-16.968 0-31.107 5.656-31.107-11.311v-188.06c0-16.968 15.553-31.107 31.107-31.107 16.968 0 31.108 15.553 31.108 31.107V490.79h94.736c16.968 0 29.694 14.14 29.694 29.694 1.414 1.414 1.414 2.828 1.414 2.828z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-jilu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M21.314999999999998 512a498.551 498.551 0 10997.102 0 498.551 498.551 0 10-997.102 0z' fill='%23fff'/%3E%3Cpath d='M622.406 765.234l-78.795 22.058a59.285 59.285 0 01-74.164-68.258l13.605-70.054a73.295 73.295 0 0120.206-38.095L786.25 327.777V274.63a86.438 86.438 0 00-86.611-86.264H328.24a86.38 86.38 0 00-86.437 86.264v451.584a86.38 86.38 0 0086.437 86.264H699.64a86.438 86.438 0 0086.495-86.264V611.869L655.175 745.84a73.99 73.99 0 01-32.769 19.395zM359.272 305.082h290.46a31.842 31.842 0 010 63.685h-290.46a31.842 31.842 0 010-63.685zM327.43 477.668a31.9 31.9 0 0131.842-31.842H527.17a31.842 31.842 0 010 63.685H359.272a31.842 31.842 0 01-31.842-31.843z' fill='%23FEC407'/%3E%3Cpath d='M858.156 416.589l-25.069-23.159a25.184 25.184 0 00-35.084.811l-253.929 257.75a15.805 15.805 0 00-4.284 8.105L526.3 730.15a1.1 1.1 0 00.463 1.216 1.216 1.216 0 001.274.348l78.738-22.058a15.169 15.169 0 007.005-4.111l245.592-253.002a25.127 25.127 0 00-1.216-35.953z' fill='%23FEC407'/%3E%3C/svg%3E\")}.t-icon-lishijilu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M0 512a512 512 0 101024 0A512 512 0 100 512z' fill='%23FF822B'/%3E%3Cpath d='M324.409 655.019c180.881 0 327.51-146.631 327.51-327.51 0-152.138-103.734-280.047-244.33-316.854C205.813 52.464 47.496 213.018 8.986 415.982c38.6 137.898 165.196 239.037 315.422 239.037z' fill='%23FFF' fill-opacity='.2'/%3E%3Cpath d='M512 1024c282.767 0 512-229.233 512-512 0-31.766-2.891-62.854-8.434-93.019-87.509-82.881-205.691-133.718-335.742-133.718-269.71 0-488.357 218.645-488.357 488.357 0 54.96 9.084 107.803 25.823 157.104C300.627 989.489 402.283 1024 512 1024z' fill='%23FFF' fill-opacity='.15'/%3E%3Cpath d='M732.536 756.566c36.39 0 65.89-29.5 65.89-65.89 0 36.39 29.502 65.89 65.889 65.89-17.054 0-65.89 29.503-65.89 65.89 0-36.387-29.5-65.89-65.889-65.89zM159.686 247.28c25.686 0 46.51-20.823 46.51-46.51 0 25.687 20.823 46.51 46.51 46.51-12.037 0-46.51 20.824-46.51 46.51 0-25.686-20.824-46.51-46.51-46.51z' fill='%23FFF' fill-opacity='.5'/%3E%3Cpath d='M206.195 333.323c8.563 0 15.504-6.94 15.504-15.503 0 8.562 6.94 15.503 15.503 15.503-4.012 0-15.503 6.941-15.503 15.504 0-8.563-6.941-15.504-15.504-15.504z' fill='%23FFF' fill-opacity='.3'/%3E%3Cpath d='M374.407 257.357h275.186q69.765 0 69.765 69.765v369.756q0 69.765-69.765 69.765H374.407q-69.765 0-69.765-69.765V327.122q0-69.765 69.765-69.765z' fill='%23FFF'/%3E%3Cpath d='M386.422 341.075h153.484q21.317 0 21.317 21.317t-21.317 21.317H386.422q-21.317 0-21.317-21.317t21.317-21.317zM386.422 437.971h250.38q21.318 0 21.318 21.317 0 21.318-21.318 21.318h-250.38q-21.317 0-21.317-21.318 0-21.317 21.317-21.317zM386.422 534.868h250.38q21.318 0 21.318 21.317t-21.318 21.317h-250.38q-21.317 0-21.317-21.317t21.317-21.317zM387.198 631.764h250.38q21.317 0 21.317 21.317t-21.317 21.317h-250.38q-21.318 0-21.318-21.317t21.318-21.317z' fill='%23FF954B'/%3E%3C/svg%3E\")}.t-icon-duibifenxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0A512 512 0 110 512 512 512 0 01512 0z' fill='%23FFBF10'/%3E%3Cpath d='M633.525 724.57h-363.31a42.827 42.827 0 01-47.314-46.893V332.951a42.948 42.948 0 0147.405-46.924h473.118a42.918 42.918 0 0147.224 46.924V530.1a135.89 135.89 0 00-37.707-5.331 135.53 135.53 0 00-135.53 135.53 136.132 136.132 0 0016.053 64.12zM451.012 508.446l72.132 61.56a22.558 22.558 0 0014.516 5.271 22.648 22.648 0 0016.505-7.138l99.388-111.074.422-.512a3.614 3.614 0 01.451-.542 18.07 18.07 0 003.795-13.583 18.342 18.342 0 00-7.047-12.047 23.642 23.642 0 00-14.607-5 23.823 23.823 0 00-17.408 7.56l-82.01 92.16-71.199-64.632a21.564 21.564 0 00-14.276-5.421 21.534 21.534 0 00-15.058 6.023l-75.295 74.782a20.6 20.6 0 00-6.354 15.059 20.751 20.751 0 006.746 15.059 23.793 23.793 0 0016.354 6.325 24.094 24.094 0 0017.016-6.958l55.658-56.771z' fill='%23FFF'/%3E%3Cpath d='M746.737 561.062a90.172 90.172 0 000 180.344zm0 189.38a99.177 99.177 0 10-99.177-99.238 100.08 100.08 0 0099.177 99.207zm0-180.345a81.167 81.167 0 11-81.167 81.167 80.806 80.806 0 0181.167-81.167z' fill='%23FFECB7'/%3E%3C/svg%3E\")}.t-icon-pinggufenxi-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M885.664 38.684c54.796 0 99.652 40.56 99.652 90.149v766.334c0 49.59-44.856 90.149-99.652 90.149H138.336c-54.796 0-99.652-40.56-99.652-90.149V128.833c0-49.59 44.856-90.149 99.652-90.149h747.328zm-3.058 69.76H141.394c-18.132 0-32.95 13.216-32.95 29.345v748.422c0 16.129 14.818 29.345 32.95 29.345h741.212c18.132 0 32.95-13.216 32.95-29.345V137.789c0-16.129-14.818-29.345-32.95-29.345zm-224.97 622.01a36.409 36.409 0 010 72.817H366.364a36.409 36.409 0 010-72.818h291.272zM512 257.137c28.836 1.31 50.062 15.073 63.716 41.324l113.777 273.576c1.53 9.175 3.022 15.729 4.551 19.661-1.529 19.66-15.182 29.528-40.96 29.528-22.755 0-37.137-7.865-43.253-23.63l-15.911-47.222H432.337l-18.204 47.222c-7.573 15.765-21.991 23.63-43.217 23.63-25.778 0-39.431-10.486-40.96-31.494V575.97c1.529-1.31 2.293-2.621 2.293-3.932l118.33-273.576c10.594-26.215 31.092-40.014 61.421-41.324zm-6.372 83.012l-54.322 140.538h108.608L505.628 340.15z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shouye-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M896 1015.36H128v-416h64v352h640v-352h64v416zm72.64-426.24L512 102.08 55.36 589.12 8.64 545.6 512 8.64l503.36 536.96-46.72 43.52z' fill='%23477EFF'/%3E%3Cpath d='M640 887.36h-64v-224H448v224h-64v-288h256v288zm-128-352a128 128 0 11128-128 128 128 0 01-128 128zm0-192a64 64 0 1064 64 64 64 0 00-64-64z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-wode-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 377.263a134.737 134.737 0 100-269.474 134.737 134.737 0 000 269.474zm0 80.842a215.579 215.579 0 110-431.158 215.579 215.579 0 010 431.158zM161.684 916.211h700.632V808.42a215.579 215.579 0 00-215.58-215.579H377.264a215.579 215.579 0 00-215.579 215.58V916.21zM377.264 512h269.473c163.705 0 296.42 132.716 296.42 296.421v188.632H80.843V808.42C80.842 644.716 213.558 512 377.263 512z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-pinggufenxi-copy-copy{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M885.664 38.684c54.796 0 99.652 40.56 99.652 90.149v766.334c0 49.59-44.856 90.149-99.652 90.149H138.336c-54.796 0-99.652-40.56-99.652-90.149V128.833c0-49.59 44.856-90.149 99.652-90.149h747.328zm-3.058 69.76H141.394c-18.132 0-32.95 13.216-32.95 29.345v748.422c0 16.129 14.818 29.345 32.95 29.345h741.212c18.132 0 32.95-13.216 32.95-29.345V137.789c0-16.129-14.818-29.345-32.95-29.345zm-224.97 622.01a36.409 36.409 0 010 72.817H366.364a36.409 36.409 0 010-72.818h291.272zM512 257.137c28.836 1.31 50.062 15.073 63.716 41.324l113.777 273.576c1.53 9.175 3.022 15.729 4.551 19.661-1.529 19.66-15.182 29.528-40.96 29.528-22.755 0-37.137-7.865-43.253-23.63l-15.911-47.222H432.337l-18.204 47.222c-7.573 15.765-21.991 23.63-43.217 23.63-25.778 0-39.431-10.486-40.96-31.494V575.97c1.529-1.31 2.293-2.621 2.293-3.932l118.33-273.576c10.594-26.215 31.092-40.014 61.421-41.324zm-6.372 83.012l-54.322 140.538h108.608L505.628 340.15z' fill='%23477EFF'/%3E%3C/svg%3E\")}.t-icon-wode{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 377.263a134.737 134.737 0 100-269.474 134.737 134.737 0 000 269.474zm0 80.842a215.579 215.579 0 110-431.158 215.579 215.579 0 010 431.158zM161.684 916.211h700.632V808.42a215.579 215.579 0 00-215.58-215.579H377.264a215.579 215.579 0 00-215.579 215.58V916.21zM377.264 512h269.473c163.705 0 296.42 132.716 296.42 296.421v188.632H80.843V808.42C80.842 644.716 213.558 512 377.263 512z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shouye{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M896 1015.36H128v-416h64v352h640v-352h64v416zm72.64-426.24L512 102.08 55.36 589.12 8.64 545.6 512 8.64l503.36 536.96-46.72 43.52z' fill='%23333'/%3E%3Cpath d='M640 887.36h-64v-224H448v224h-64v-288h256v288zm-128-352a128 128 0 11128-128 128 128 0 01-128 128zm0-192a64 64 0 1064 64 64 64 0 00-64-64z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-shijian-mianxing-0{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M77.18599999999992 512.305a435.119 435.119 0 10870.238 0 435.119 435.119 0 10-870.238 0z' fill='%2379D13F'/%3E%3Cpath d='M510.856 558.105c-20.554 0-37.22-16.665-37.22-37.22V295.682c0-20.554 16.666-37.219 37.22-37.219s37.22 16.665 37.22 37.22v225.202c0 20.536-16.666 37.22-37.22 37.22z' fill='%23ACFF88'/%3E%3Cpath d='M709.784 670.677a36.977 36.977 0 01-18.571-4.995L496.193 553.09c-17.79-10.277-23.89-33.025-13.614-50.833 10.258-17.81 33.044-23.91 50.833-13.614l195.02 112.592c17.79 10.277 23.891 33.024 13.614 50.833-6.883 11.955-19.391 18.61-32.262 18.61z' fill='%23ACFF88'/%3E%3Cpath d='M442.633 520.885a68.222 68.222 0 10136.445 0 68.222 68.222 0 10-136.445 0z' fill='%23D6FFB7'/%3E%3C/svg%3E\")}.t-icon-kehuguanli{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0A512 512 0 110 512 512 512 0 01512 0z' fill='%23F15E5E'/%3E%3Cpath d='M331.279 551.995a61.03 61.03 0 00-3.058 19.148v60.972a61.074 61.074 0 0061.075 61.148h61.074a61.074 61.074 0 0061.074-61.148v-60.972a61.22 61.22 0 00-3.057-19.178c91.121 24.371 155.736 85.285 155.736 156.526v45.934a61.074 61.074 0 01-61.104 61.103H236.617a61.074 61.074 0 01-61.074-61.074V708.52c0-71.27 64.614-132.198 155.736-156.525zm416.095 203a60.767 60.767 0 008.367-30.91v-45.963c0-67.174-61.016-125.206-149.211-152.035a190.171 190.171 0 0057.534-138.05 195.482 195.482 0 00-22.294-91.311c63.605 4.769 113.898 64.366 113.898 137.114a142.438 142.438 0 01-53.965 114.03c84.612 18.314 145.57 69.719 145.57 130.267v46.328a30.53 30.53 0 01-30.457 30.53h-69.442zM419.84 571.143a30.53 30.53 0 0130.53 30.53v30.545a30.544 30.544 0 11-61.074 0v-30.53a30.53 30.53 0 0130.53-30.53zm0-30.53c-84.304 0-152.678-75.176-152.678-167.892S335.536 204.8 419.84 204.8s152.678 75.176 152.678 167.921-68.374 167.892-152.678 167.892z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-qiapianjihuo{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0zm108.8 595.2c-44.8 0-83.2-12.8-121.6-38.4l-96 96L448 704l-57.6 57.6-44.8-44.8-32 32 44.8 44.8-57.6 57.6L192 742.4l243.2-243.2c-19.2-32-25.6-70.4-25.6-115.2 0-115.2 96-211.2 211.2-211.2S832 268.8 832 384c0 121.6-96 211.2-211.2 211.2z' fill='%23f4a300'/%3E%3Cpath d='M620.8 256c-70.4 0-128 57.6-128 128s57.6 128 128 128 128-57.6 128-128-64-128-128-128z' fill='%23f4a300'/%3E%3C/svg%3E\")}.t-icon-kapian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M614.263 629.4h45.698v45.407h-45.698v-45.408zm112.936 0h45.7v45.407h-45.7v-45.408z' fill='%231296DB'/%3E%3Cpath d='M512 1.873C230.969 1.873 3.15 229.69 3.15 510.72s227.82 508.85 508.849 508.85c281.031 0 508.848-227.82 508.848-508.85C1020.847 229.69 793.03 1.873 512 1.873zM827.328 706.24s-2.134 41.334-43.08 47.154H243.823s-32.405-1.94-38.81-43.855l-1.2-248.964H827.33V706.24zm0-401.972v76.26l-623.518-.306 1.202-78.283c6.694-33.473 39.004-34.346 39.004-34.346h538.487c45.407 4.657 44.825 36.675 44.825 36.675z' fill='%231296DB'/%3E%3Cpath d='M670.44 629.4h45.699v45.407H670.44v-45.408z' fill='%231296DB'/%3E%3C/svg%3E\")}.t-icon-kapiananniu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 533.662c-9.846-3.939-21.662-7.877-33.477-11.816 3.939-7.877 7.877-17.723 7.877-27.57v-25.6c0-29.538-25.6-55.138-55.138-55.138-5.908 0-11.816 1.97-17.724 3.939-21.661 7.877-37.415 27.57-37.415 51.2v25.6c0 9.846 1.97 19.692 7.877 27.57-9.846 1.968-19.692 5.907-29.538 9.845-11.816 5.908-19.693 17.723-19.693 29.539v33.477l1.97 3.938c3.938 11.816 13.784 19.692 27.569 19.692h141.784c13.785 0 27.57-11.815 27.57-25.6v-31.507c0-3.939 0-7.877-1.97-9.846-5.907-7.877-11.815-15.754-19.692-17.723zm137.846-41.354h-78.77c-5.907 0-9.845 1.969-13.784 5.907-3.938 3.939-5.907 7.877-5.907 13.785s1.969 9.846 5.907 13.785c3.939 3.938 7.877 5.907 13.785 5.907h78.77c5.907 0 9.845-1.969 13.784-5.907 3.938-3.939 5.907-7.877 5.907-13.785s-1.969-9.846-5.907-13.785c-3.939-3.938-9.846-5.907-13.785-5.907zm0 78.769h-78.77c-5.907 0-9.845 1.97-13.784 5.908-3.938 3.938-5.907 7.877-5.907 13.784 0 5.908 1.969 9.846 5.907 13.785 3.939 3.938 7.877 5.908 13.785 5.908h78.77c5.907 0 9.845-1.97 13.784-5.908 3.938-3.939 5.907-7.877 5.907-13.785 0-5.907-1.969-9.846-5.907-13.784-3.939-3.939-9.846-5.908-13.785-5.908z' fill='%2372B0FF'/%3E%3Cpath d='M512 0C228.43 0 0 228.43 0 512s228.43 512 512 512 512-228.43 512-512S793.6 0 512 0zm236.308 669.538c0 21.662-17.723 39.385-39.385 39.385H315.077c-21.662 0-39.385-17.723-39.385-39.385V354.462c0-21.662 17.723-39.385 39.385-39.385h393.846c21.662 0 39.385 17.723 39.385 39.385v315.076z' fill='%2372B0FF'/%3E%3Cpath d='M649.846 413.538H531.692c-5.907 0-9.846 1.97-13.784 5.908-3.939 3.939-5.908 7.877-5.908 13.785 0 5.907 1.97 9.846 5.908 13.784 3.938 3.939 7.877 5.908 13.784 5.908h118.154c5.908 0 9.846-1.97 13.785-5.908 3.938-3.938 5.907-7.877 5.907-13.784 0-5.908-1.969-9.846-5.907-13.785-3.939-3.938-9.846-5.908-13.785-5.908z' fill='%2372B0FF'/%3E%3C/svg%3E\")}.t-icon-xiangmuchaxun-chakanshebei{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M17.96 509.427a501.76 491.467 90 10982.934 0 501.76 491.467 90 10-982.934 0z' fill='%233F51B5'/%3E%3Cpath d='M762.8 621.2h-26c-5.6 0-10-4.4-10-10v-73.6c0-5.6-4.4-10-10-10h-172c-5.6 0-10-4.4-10-10V476c0-5.6 4.4-10 10-10h148.8c6 0 10.8-4.8 10.8-10.8V278.8a10.928 10.928 0 00-10.8-10.8H330.4c-6 0-10.8 4.8-10.8 10.8v176.4a10.928 10.928 0 0010.8 10.8h148.8c5.6 0 10 4.4 10 10v41.6c0 5.6-4.4 10-10 10h-172c-5.6 0-10 4.4-10 10v73.6c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6 0-10-4.4-10-10v-28c0-5.6 4.4-10 10-10h126.8c5.6 0 10 4.4 10 10v28c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c0-2.8-2.4-5.2-5.2-5.2h-26c-5.6 0-10-4.4-10-10v-28c0-5.6 4.4-10 10-10H672c5.6 0 10 4.4 10 10v28c0 5.6-4.4 10-10 10h-26c-2.8 0-5.2 2.4-5.2 5.2V744c0 2.8 2.4 5.2 5.2 5.2h117.6c2.8 0 5.2-2.4 5.2-5.2V626.4c-.8-2.8-3.2-5.2-6-5.2zm-421.6 84c0 1.2-.8 2-2 2H300c-1.2 0-2-.8-2-2V666c0-1.2.8-2 2-2h39.2c1.2 0 2 .8 2 2v39.2zm192 0c0 .8-.8 2-1.6 2H492c-.8 0-1.6-.8-1.6-2V666c0-.4 0-.8.4-1.2.4-.4.8-.4 1.2-.4h39.2c.4 0 .8 0 1.2.4.4.4.4.8.4 1.2v39.2zm-160.8-282c-5.6 0-10-4.4-10-10v-92.4c0-5.6 4.4-10 10-10h278.8c5.6 0 10 4.4 10 10v92.4c0 5.6-4.4 10-10 10H372.4zm352.8 282c0 .8-.8 2-1.6 2h-39.2c-.8 0-1.6-.8-1.6-2V666c0-.4 0-.8.4-1.2.4-.4.8-.4 1.2-.4h39.2c.4 0 .8 0 1.2.4.4.4.4.8.4 1.2v39.2zm-288-364.8c-10.8 0-20.8 6.4-24.8 16.4-4 10-2 21.6 5.6 29.2 7.6 7.6 19.2 10 29.2 6s16.4-14 16.4-24.8c0-14.8-11.6-26.8-26.4-26.8zm0 0' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-shebeishu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0a512 512 0 01512 512 512 512 0 01-512 512A512 512 0 010 512 512 512 0 01512 0z' fill='%23B196F4'/%3E%3Cpath d='M429.44 260.48h165.12V425.6H429.44zM295.04 598.4h165.12v165.12H295.04zm269.44 0H729.6v165.12H564.48zm116.48 0h-68.48v-51.84H411.52v51.84h-68.48V478.08h337.92V598.4z' fill='%23FFF'/%3E%3Cpath d='M477.44 423.68h68.48V512h-68.48z' fill='%23FFF'/%3E%3C/svg%3E\")}.t-icon-lishihenji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 0c282.778 0 512 229.222 512 512s-229.222 512-512 512S0 794.778 0 512 229.222 0 512 0zm0 256c-141.26 0-256 114.842-256 256s114.842 256 256 256c141.26 0 256-114.842 256-256a256.307 256.307 0 00-256-256zm-25.6 170.65a25.6 25.6 0 0125.6 25.6V512h59.75a25.6 25.6 0 110 51.2H486.4a25.549 25.549 0 01-25.6-25.6v-85.35a25.6 25.6 0 0125.6-25.6z' fill='%23FB9D95'/%3E%3C/svg%3E\")}.t-icon-qiehuan1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M956.995 307.227a31.979 31.979 0 00-6.932-34.852L799.53 121.841l-45.227 45.227 95.94 95.941h-722.3v63.96h799.507a31.976 31.976 0 0029.546-19.742zm2.435 339.548H159.923a31.979 31.979 0 00-29.546 19.741 31.979 31.979 0 006.932 34.852l150.535 150.534 45.227-45.226-95.941-95.94h722.3v-63.961z'/%3E%3C/svg%3E\")}.t-icon-tishi6{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M513.6 232c12.8 0 24-11.2 24-24V86.4c0-12.8-11.2-24-24-24s-24 11.2-24 24V208c0 12.8 9.6 24 24 24zm-219.2 49.6c4.8 4.8 11.2 6.4 17.6 6.4s12.8-1.6 17.6-6.4c9.6-9.6 9.6-24 0-33.6l-86.4-86.4c-9.6-9.6-24-9.6-33.6 0-9.6 9.6-9.6 24 0 33.6l84.8 86.4zm-88 161.6H83.2c-12.8 0-24 11.2-24 24s11.2 24 24 24h121.6c12.8 0 24-11.2 24-24s-9.6-24-22.4-24zm734.4 0H819.2c-12.8 0-24 11.2-24 24s11.2 24 24 24h121.6c12.8 0 24-11.2 24-24s-9.6-24-24-24zM715.2 289.6c6.4 0 12.8-1.6 17.6-6.4l86.4-86.4c9.6-9.6 9.6-24 0-33.6s-24-9.6-33.6 0l-86.4 86.4c-9.6 9.6-9.6 24 0 33.6 3.2 3.2 9.6 6.4 16 6.4zM601.6 835.2H422.4c-12.8 0-22.4 9.6-22.4 22.4v3.2c0 12.8 9.6 22.4 22.4 22.4h179.2c12.8 0 22.4-9.6 22.4-22.4v-3.2c0-12.8-9.6-22.4-22.4-22.4zM600 494.4H424c-12.8 0-24 11.2-24 24s11.2 24 24 24h64v144c0 12.8 9.6 22.4 22.4 22.4h1.6c12.8 0 22.4-9.6 22.4-22.4v-144h64c12.8 0 24-11.2 24-24 1.6-12.8-8-24-22.4-24zm-46.4 419.2h-80c-12.8 0-24 11.2-24 24s11.2 24 24 24h80c12.8 0 24-11.2 24-24-1.6-14.4-11.2-24-24-24z' fill='%232db391'/%3E%3Cpath d='M512 268.8c-129.6 0-236.8 105.6-236.8 236.8 0 65.6 27.2 128 75.2 172.8l22.4 75.2c1.6 25.6 22.4 44.8 49.6 44.8h180.8c25.6 0 46.4-19.2 49.6-44.8l22.4-75.2c48-44.8 75.2-107.2 75.2-172.8C748.8 376 643.2 268.8 512 268.8zm124.8 377.6l-4.8 4.8-27.2 91.2-1.6 4.8v3.2l-182.4-1.6v-3.2l-27.2-94.4-4.8-4.8c-40-35.2-64-88-64-140.8 0-104 84.8-188.8 188.8-188.8s188.8 84.8 188.8 188.8c-1.6 54.4-25.6 105.6-65.6 140.8z' fill='%232db391'/%3E%3C/svg%3E\")}.t-icon-bianji{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M153.6 902.656a32.256 32.256 0 010-64h716.8a32.256 32.256 0 010 64zM743.936 151.04l72.192 72.192a51.2 51.2 0 010 72.192L358.4 751.616a51.2 51.2 0 01-36.352 14.848h-95.232a25.6 25.6 0 01-25.6-25.6v-97.792a51.2 51.2 0 0114.848-36.352l455.68-455.68a51.2 51.2 0 0172.192 0zm-478.72 497.152v54.272h54.272l442.88-442.88-54.272-54.784z' fill='%235A5A68'/%3E%3C/svg%3E\")}.t-icon-caidan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M44.4 245.9h935.2c24.4 0 44.4-20 44.4-44.4s-19.8-44.4-44.4-44.4H44.4C20 157.1 0 177.1 0 201.5s20 44.4 44.4 44.4zm935.2 221.8H44.4C20 467.7 0 487.7 0 512.1s20 44.4 44.4 44.4h935.2c24.4 0 44.4-20 44.4-44.4s-20-44.4-44.4-44.4zm0 310.4H44.4C20 778.1 0 797.8 0 822.5s20 44.4 44.4 44.4h935.2c24.4 0 44.4-19.8 44.4-44.4s-20-44.4-44.4-44.4z'/%3E%3C/svg%3E\")}.t-icon-xiaoxi{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M769.7 659h-60V494.6c0-110.7-90.1-200.8-200.8-200.8-110.7 0-200.8 90.1-200.8 200.8V659h-60V494.6c0-69.4 27.2-134.8 76.6-184.2s114.8-76.6 184.2-76.6 134.8 27.2 184.2 76.6c49.4 49.4 76.6 114.8 76.6 184.2V659z' fill='%23F9C73D'/%3E%3Cpath d='M508.9 287.7c-47.6 0-86.3-38.7-86.3-86.3s38.7-86.3 86.3-86.3 86.3 38.7 86.3 86.3-38.7 86.3-86.3 86.3zm0-112.7c-14.5 0-26.3 11.8-26.3 26.3s11.8 26.3 26.3 26.3 26.3-11.8 26.3-26.3-11.8-26.3-26.3-26.3z' fill='%23F9C73D'/%3E%3Cpath d='M610.5 732.4c7.4 15.1 11.6 32.1 11.6 50 0 62.6-50.7 113.3-113.3 113.3S395.5 845 395.5 782.4c0-17.2 3.8-33.6 10.7-48.2' fill='%23FFEABB'/%3E%3Cpath d='M508.9 925.6c-79 0-143.3-64.3-143.3-143.3 0-21.3 4.6-41.8 13.6-60.9l54.3 25.5c-5.2 11.1-7.9 23-7.9 35.4 0 45.9 37.4 83.3 83.3 83.3s83.3-37.4 83.3-83.3c0-12.9-2.9-25.3-8.5-36.7l53.8-26.5c9.8 19.8 14.7 41.1 14.7 63.3-.1 79-64.3 143.2-143.3 143.2z' fill='%23F9C73D'/%3E%3Cpath d='M771.9 776.3H245.8c-38.9 0-70.5-31.6-70.5-70.5s31.6-70.5 70.5-70.5H279c16.6 0 30 13.4 30 30s-13.4 30-30 30h-33.1c-5.7 0-10.5 4.8-10.5 10.5s4.8 10.5 10.5 10.5H772c5.7 0 10.5-4.8 10.5-10.5s-4.8-10.5-10.5-10.5h-33c-16.6 0-30-13.4-30-30s13.4-30 30-30h33c38.9 0 70.5 31.6 70.5 70.5s-31.7 70.5-70.6 70.5z' fill='%23F9C73D'/%3E%3C/svg%3E\")}.t-icon-add-circle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M682.667 480H544V341.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V480H341.333c-17.066 0-32 14.933-32 32s14.934 32 32 32H480v138.667c0 17.066 14.933 32 32 32s32-14.934 32-32V544h138.667c17.066 0 32-14.933 32-32s-14.934-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-ashbin{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M874.667 241.067H672v-70.4C672 130.133 637.867 96 597.333 96H426.667C386.133 96 352 130.133 352 170.667v70.4H149.333c-17.066 0-32 14.933-32 32s14.934 32 32 32h53.334v548.266c0 40.534 34.133 74.667 74.666 74.667h469.334c40.533 0 74.666-34.133 74.666-74.667V305.067h53.334c17.066 0 32-14.934 32-32s-14.934-32-32-32zM416 170.667c0-6.4 4.267-10.667 10.667-10.667h170.666c6.4 0 10.667 4.267 10.667 10.667v70.4H416v-70.4zm341.333 682.666c0 6.4-4.266 10.667-10.666 10.667H277.333c-6.4 0-10.666-4.267-10.666-10.667v-544h490.666v544z' fill='%23666'/%3E%3Cpath d='M426.667 736c17.066 0 32-14.933 32-32V490.667c0-17.067-14.934-32-32-32s-32 14.933-32 32V704c0 17.067 14.933 32 32 32zm170.666 0c17.067 0 32-14.933 32-32V490.667c0-17.067-14.933-32-32-32s-32 14.933-32 32V704c0 17.067 14.934 32 32 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-chart-bar{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M149.333 800h128c29.867 0 53.334-23.467 53.334-53.333V533.333c0-29.866-23.467-53.333-53.334-53.333h-128C119.467 480 96 503.467 96 533.333v213.334C96 776.533 119.467 800 149.333 800zM160 544h106.667v192H160V544zm288 256h128c29.867 0 53.333-23.467 53.333-53.333V149.333C629.333 119.467 605.867 96 576 96H448c-29.867 0-53.333 23.467-53.333 53.333v597.334C394.667 776.533 418.133 800 448 800zm10.667-640h106.666v576H458.667V160zm416 149.333h-128c-29.867 0-53.334 23.467-53.334 53.334v384c0 29.866 23.467 53.333 53.334 53.333h128C904.533 800 928 776.533 928 746.667v-384c0-29.867-23.467-53.334-53.333-53.334zM864 736H757.333V373.333H864V736zm32 117.333H128c-17.067 0-32 14.934-32 32s14.933 32 32 32h768c17.067 0 32-14.933 32-32s-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-close{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M556.8 512L832 236.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L512 467.2 236.8 189.867c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L467.2 512 189.867 787.2c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.533 23.466 8.533S230.4 838.4 236.8 832L512 556.8 787.2 832c6.4 6.4 14.933 8.533 23.467 8.533s17.066-2.133 23.466-8.533c12.8-12.8 12.8-32 0-44.8L556.8 512z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-error{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M657.067 360.533c-12.8-12.8-32-12.8-44.8 0l-102.4 102.4-102.4-102.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l102.4 102.4-102.4 102.4c-12.8 12.8-12.8 32 0 44.8 6.4 6.4 14.933 8.534 23.466 8.534s17.067-2.134 23.467-8.534l102.4-102.4 102.4 102.4c6.4 6.4 14.933 8.534 23.467 8.534s17.066-2.134 23.466-8.534c12.8-12.8 12.8-32 0-44.8L554.667 509.867l102.4-102.4c12.8-12.8 12.8-34.134 0-46.934z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-menu{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M106.667 213.333a64 64 0 10128 0 64 64 0 10-128 0zM106.667 512a64 64 0 10128 0 64 64 0 10-128 0zM106.667 810.667a64 64 0 10128 0 64 64 0 10-128 0zM896 778.667H362.667c-17.067 0-32 14.933-32 32s14.933 32 32 32H896c17.067 0 32-14.934 32-32s-14.933-32-32-32zM362.667 245.333H896c17.067 0 32-14.933 32-32s-14.933-32-32-32H362.667c-17.067 0-32 14.934-32 32s14.933 32 32 32zM896 480H362.667c-17.067 0-32 14.933-32 32s14.933 32 32 32H896c17.067 0 32-14.933 32-32s-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-minus-circle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 949.333C270.933 949.333 74.667 753.067 74.667 512S270.933 74.667 512 74.667 949.333 270.933 949.333 512 753.067 949.333 512 949.333zm0-810.666C307.2 138.667 138.667 307.2 138.667 512S307.2 885.333 512 885.333 885.333 716.8 885.333 512 716.8 138.667 512 138.667z' fill='%23666'/%3E%3Cpath d='M682.667 544H341.333c-17.066 0-32-14.933-32-32s14.934-32 32-32h341.334c17.066 0 32 14.933 32 32s-14.934 32-32 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-modular{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M405.333 458.667h-256C119.467 458.667 96 435.2 96 405.333v-256C96 119.467 119.467 96 149.333 96h256c29.867 0 53.334 23.467 53.334 53.333v256c0 29.867-23.467 53.334-53.334 53.334zm-245.333-64h234.667V160H160v234.667zm714.667 64h-256c-29.867 0-53.334-23.467-53.334-53.334v-256C565.333 119.467 588.8 96 618.667 96h256C904.533 96 928 119.467 928 149.333v256c0 29.867-23.467 53.334-53.333 53.334zm-245.334-64H864V160H629.333v234.667zM874.667 928h-256c-29.867 0-53.334-23.467-53.334-53.333v-256c0-29.867 23.467-53.334 53.334-53.334h256c29.866 0 53.333 23.467 53.333 53.334v256C928 904.533 904.533 928 874.667 928zm-245.334-64H864V629.333H629.333V864zm-224 64h-256C119.467 928 96 904.533 96 874.667v-256c0-29.867 23.467-53.334 53.333-53.334h256c29.867 0 53.334 23.467 53.334 53.334v256c0 29.866-23.467 53.333-53.334 53.333zM160 864h234.667V629.333H160V864z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-notification{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M800 625.067V448c0-117.333-70.4-217.6-170.667-262.4C625.067 123.733 573.867 74.667 512 74.667S398.933 123.733 394.667 185.6C294.4 230.4 224 330.667 224 448v177.067C166.4 672 138.667 736 138.667 810.667c0 17.066 14.933 32 32 32H377.6C392.533 904.533 448 949.333 512 949.333s119.467-44.8 134.4-106.666h206.933c17.067 0 32-14.934 32-32 0-76.8-27.733-138.667-85.333-185.6zm-288-486.4c19.2 0 36.267 10.666 44.8 25.6C541.867 162.133 526.933 160 512 160c-14.933 0-29.867 2.133-44.8 4.267 8.533-14.934 25.6-25.6 44.8-25.6zm0 746.666c-29.867 0-55.467-17.066-66.133-42.666h134.4c-12.8 25.6-38.4 42.666-68.267 42.666zM204.8 778.667c6.4-46.934 29.867-83.2 70.4-113.067 8.533-6.4 12.8-14.933 12.8-25.6V448c0-123.733 100.267-224 224-224s224 100.267 224 224v192c0 10.667 4.267 19.2 12.8 25.6 40.533 29.867 64 66.133 70.4 113.067H204.8z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-prompt{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M469.33299999999997 320a42.667 42.667 0 1085.334 0 42.667 42.667 0 10-85.334 0zM512 437.333c-17.067 0-32 14.934-32 32V704c0 17.067 14.933 32 32 32s32-14.933 32-32V469.333c0-17.066-14.933-32-32-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-success{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 810.666C307.2 885.333 138.667 716.8 138.667 512S307.2 138.667 512 138.667 885.333 307.2 885.333 512 716.8 885.333 512 885.333z' fill='%23666'/%3E%3Cpath d='M701.867 381.867L448 637.867 322.133 512c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l149.334 149.333c6.4 6.4 14.933 8.534 23.466 8.534s17.067-2.134 23.467-8.534L750.933 428.8c12.8-12.8 12.8-32 0-44.8-14.933-12.8-36.266-12.8-49.066-2.133z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-add-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M874.667 469.333h-320v-320c0-23.466-19.2-42.666-42.667-42.666s-42.667 19.2-42.667 42.666v320h-320c-23.466 0-42.666 19.2-42.666 42.667s19.2 42.667 42.666 42.667h320v320c0 23.466 19.2 42.666 42.667 42.666s42.667-19.2 42.667-42.666v-320h320c23.466 0 42.666-19.2 42.666-42.667s-19.2-42.667-42.666-42.667z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-arrow-left-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M384 512l347.733-309.333C748.8 187.733 750.933 160 736 142.933c-14.933-17.066-42.667-19.2-59.733-4.266L292.267 480c-10.667 8.533-14.934 19.2-14.934 32s4.267 23.467 14.934 32l384 341.333C684.8 891.733 695.467 896 704 896c12.8 0 23.467-4.267 32-14.933 14.933-17.067 14.933-44.8-4.267-59.734L384 512z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-arrow-up-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M904.533 674.133L541.867 311.467c-17.067-17.067-42.667-17.067-59.734 0L119.467 674.133c-17.067 17.067-17.067 42.667 0 59.734 17.066 17.066 42.666 17.066 59.733 0l332.8-332.8 332.8 332.8c8.533 8.533 19.2 12.8 29.867 12.8s21.333-4.267 29.866-12.8c17.067-17.067 17.067-42.667 0-59.734z'/%3E%3C/svg%3E\")}.t-icon-arrow-down-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M904.533 311.467c-17.066-17.067-42.666-17.067-59.733 0L512 644.267l-332.8-332.8c-17.067-17.067-42.667-17.067-59.733 0-17.067 17.066-17.067 42.666 0 59.733l362.666 362.667c8.534 8.533 19.2 12.8 29.867 12.8s21.333-4.267 29.867-12.8L904.533 371.2c17.067-17.067 17.067-42.667 0-59.733z'/%3E%3C/svg%3E\")}.t-icon-age{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M92.065 81.158c130.76 0 236.922 34.125 316.945 103.038 63.116 54.343 102.567 110.36 123.132 168.555l1.574 4.54c24.917-57.033 55.007-105.187 90.382-144.403 70.352-77.997 172.467-105.28 301.871-83.212a35.07 35.07 0 0118.85 9.666l1.005.658a35.14 35.14 0 0115.139 23.666c19.525 121.823-8.145 227.884-82.836 315.318C807.493 561.668 697.01 593.08 550.07 575.62v32.857c.03.745.03 1.497 0 2.255v339.542a35.234 35.234 0 01-70.451 1.321l-.024-1.321V640.317l-7.24-1.098a1228.733 1228.733 0 01-31.124-5.262l-10.083-1.885-9.49-1.862c-26.696-5.361-51.771-11.445-75.214-18.263l-8.203-2.443c-92.238-27.988-158.414-67.85-198.353-120.601-34.47-45.529-57.972-105.786-70.956-180.776l-1.374-8.24-1.292-8.356c-2.707-18.233-4.833-37.29-6.371-57.167l-.67-9.238c-2.202-32.521-2.895-67.198-2.102-104.024a35.234 35.234 0 0133.596-39.92l1.35-.024zm35.222 71.415v3.705c.024 3.171.053 6.313.094 9.437l.165 9.308c.164 7.704.41 15.274.734 22.72l.428 8.868.5 8.744c.452 7.228.98 14.328 1.585 21.305l.763 8.303c.4 4.117.828 8.192 1.287 12.215l.945 7.986a683.374 683.374 0 002.701 19.426l1.204 7.546c11 66.13 30.607 117.548 58.384 154.233 26.096 34.47 70.369 63.304 132.933 85.872l6.894 2.437c13.941 4.827 28.752 9.355 44.437 13.571l7.91 2.085a820.933 820.933 0 0020.424 4.991l8.421 1.903 8.574 1.856a986.277 986.277 0 0017.57 3.547l9.002 1.703c3.025.552 6.078 1.098 9.15 1.644l9.296 1.586c2.948.493 5.913.98 8.902 1.456l.012-100.26-.07-7.07c-.529-34.5-3.712-56.827-13.83-85.461-16.355-46.275-48.63-92.103-102.673-138.636-59.364-51.119-137.579-79.612-235.742-85.02zm549.14 107.506c-51.46 57.05-91.216 138.794-118.71 245.495 2.672.323 5.326.629 7.963.91l7.863.805c117.13 11.24 199.814-14.152 251.004-74.074 56.64-66.3 79.83-144.555 69.717-237.051-97.041-12.55-168.42 9.137-217.837 63.915z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-arrow-right-bold{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M731.733 480l-384-341.333c-17.066-14.934-44.8-14.934-59.733 4.266-14.933 17.067-14.933 44.8 4.267 59.734L640 512 292.267 821.333C275.2 836.267 273.067 864 288 881.067 296.533 889.6 307.2 896 320 896c10.667 0 19.2-4.267 27.733-10.667l384-341.333c8.534-8.533 14.934-19.2 14.934-32s-4.267-23.467-14.934-32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-user-filling{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 74.667C270.933 74.667 74.667 270.933 74.667 512S270.933 949.333 512 949.333 949.333 753.067 949.333 512 753.067 74.667 512 74.667zm0 160c70.4 0 128 57.6 128 128s-57.6 128-128 128-128-57.6-128-128 57.6-128 128-128zM748.8 742.4c-23.467 32-117.333 100.267-236.8 100.267S298.667 774.4 275.2 742.4c-8.533-10.667-10.667-21.333-8.533-32C296.533 599.467 396.8 522.667 512 522.667s215.467 76.8 245.333 187.733c2.134 10.667 0 21.333-8.533 32z' fill='%23666'/%3E%3C/svg%3E\")}.t-icon-body_level{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M516.365 882.927c-14.863 0-13.511 29.726-14.044 40.453-1.392 27.72-24.689 42.705-50.279 45.694-12.774 1.515-27.637.204-42.05-3.726-22.396-5.937-44.587-18.916-58.263-38.365-40.493-53.923-75.5-97.61-92.86-165.66-6.388-25.262-9.991-56.01-9.91-87.005.083-22.355 2.212-44.916 6.552-65.715l-13.225 3.234c-41.435 10.277-101.787 23.666-122.996-26.45-20.881-49.828 28.006-111.367 61.744-143.713 45.57-43.728 104.898-78.53 164.226-100.067-14.044-26.368-22.028-56.543-22.028-88.603 0-104.202 84.918-189.12 189.161-189.12 104.449 0 189.162 84.672 189.162 189.12 0 31.077-7.493 60.393-20.759 86.31 61.457 20.882 124.306 57.609 171.023 102.442 25.18 24.157 43.77 49.01 54.62 71.734 12.774 26.573 15.517 51.712 7 71.775-2.62 6.428-6.468 12.242-11.464 17.483-28.497 29.643-74.108 18.343-111.49 9.09l-13.225-3.194c4.34 20.8 6.47 43.36 6.51 65.592.123 31.077-3.48 61.907-9.908 87.088-17.36 68.09-52.368 111.736-92.82 165.66-13.635 19.366-35.826 32.263-58.264 38.364-14.453 3.971-29.275 5.2-42.09 3.726-25.63-2.948-48.805-17.975-50.238-45.612-.614-10.727.778-40.535-14.085-40.535zm97.529-318.503c19.161 0 34.68 15.518 34.68 34.72 0 19.08-15.519 34.64-34.68 34.64-19.121 0-34.68-15.56-34.68-34.64 0-19.202 15.559-34.72 34.68-34.72zm-213.114 0c19.121 0 34.68 15.518 34.68 34.72 0 19.08-15.559 34.64-34.68 34.64-19.162 0-34.68-15.56-34.68-34.64 0-19.202 15.518-34.72 34.68-34.72zm113.374-172.66c74.928-2.17 136.917-60.229 136.917-138.76 0-76.565-62.112-138.636-138.678-138.636-76.729 0-138.677 61.948-138.677 138.636 0 78.326 62.726 138.76 140.438 138.76zm136.303-9.418c-36.44 37.71-82.175 58.714-134.87 59.86-53.35.492-101.991-19.775-139.291-57.894-11.547 3.767-22.642 7.656-33.902 12.365-52.531 22.192-95.563 51.548-126.517 81.192-20.8 19.98-35.867 39.838-44.22 57.28-6.468 13.471-8.72 24.198-6.1 30.545 8.926 13.716 51.835.49 64.732-2.703 21.414-5.322 40.248-9.95 55.193-5.609 21.127 6.223 30.503 20.39 22.601 47.74-6.019 20.76-8.803 45.039-8.885 69.196-.082 26.532 3.03 52.981 8.517 74.64 1.31 5.119 2.825 10.155 4.38 15.068 138.064 30.954 274.039 32.673 407.68 2.58 1.965-5.732 3.685-11.628 5.24-17.647 10.933-43.114 12.12-100.968-.327-143.836-8.025-27.433 1.474-41.6 22.56-47.7 15.027-4.34 33.86.287 55.274 5.568 12.611 3.112 56.34 16.664 64.651 2.58 2.62-6.265.328-16.992-6.06-30.422-8.352-17.4-23.379-37.177-44.137-57.157-30.954-29.726-74.109-59.083-126.681-81.315-13.307-5.528-26.204-9.99-39.838-14.33zm51.057 426.31l-134.542 43.523c12.201 17.155 12.324 45.447 13.552 65.797 20.39 3.603 46.8-2.13 59.328-19.981 21.946-29.111 44.465-56.871 61.662-89.34zM465.43 852.587l-132.577-40.821c16.828 30.954 38.938 58.222 60.024 86.228 6.346 9.09 18.056 15.518 30.299 18.793 10.809 3.071 18.383 3.112 29.07 1.188.941-19.94 1.474-48.56 13.184-65.388z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-baogao1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M381.89 282.834h258.968a80.133 80.133 0 0080.064-79.968v-4.306a73.029 73.029 0 00-.425-8.105 81.051 81.051 0 00-79.64-71.986h-34.696v-6.405A80.146 80.146 0 00526.097 32h-29.5a80.16 80.16 0 00-80.036 80.064v6.405H381.85a81.038 81.038 0 00-79.543 71.945 80.58 80.58 0 00-.425 8.091v4.306a80.133 80.133 0 0080.064 80.023zm470.4-184.621H734.349v42.171h117.943a14.51 14.51 0 0114.51 14.51v779.04a14.523 14.523 0 01-14.51 14.51H170.499a14.537 14.537 0 01-14.51-14.551V154.92a14.523 14.523 0 0114.51-14.564h117.86v-42.2H170.5a56.722 56.722 0 00-56.668 56.64V933.77a56.722 56.722 0 0056.668 56.695h681.75a56.695 56.695 0 0056.668-56.654V154.84a56.695 56.695 0 00-56.667-56.64zM319.368 461.97h384a42.98 42.98 0 000-85.96h-384a42.98 42.98 0 100 85.96zm384 92.215h-384a42.98 42.98 0 100 85.961h384a42.98 42.98 0 000-85.96zm0 178.162h-384a42.98 42.98 0 100 85.962h384a42.98 42.98 0 000-85.962zm0 0' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-fat_r{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M558.978 525.2c166.8-80.4 169.2-441.6 169.2-457.2h-38.4c0 1.2 0 32.4-3.6 76.8h-339.6c-4.8-44.4-4.8-75.6-4.8-76.8h-38.4c0 15.6 2.4 376.8 169.2 457.2-138 106.8-145.2 416.4-146.4 430.8l38.4 1.2c0-1.2 1.2-38.4 7.2-88.8h286.8c7.2 50.4 7.2 87.6 8.4 87.6l38.4-1.2c-1.2-13.2-8.4-322.8-146.4-429.6zm-192-244.8h298.8c-3.6 18-8.4 36-14.4 54h-270c-6-18-10.8-36-14.4-54zm314.4-96c-2.4 18-4.8 38.4-8.4 57.6h-314.4c-3.6-20.4-6-39.6-8.4-57.6h331.2zm-175.2 313.2c-51.6-15.6-87.6-64.8-111.6-124.8h242.4c-24 60-60 109.2-111.6 124.8-3.6 1.2-7.2 2.4-9.6 3.6-3.6-1.2-6-2.4-9.6-3.6zm9.6 45.6c34.8 18 61.2 51.6 81.6 92.4h-163.2c20.4-40.8 46.8-74.4 81.6-92.4zm118.8 193.2h-237.6c6-20.4 12-42 20.4-61.2h198c7.2 19.2 14.4 39.6 19.2 61.2zm-256.8 92.4c2.4-16.8 6-36 9.6-54h256.8c3.6 18 7.2 37.2 9.6 54h-276z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-hengxian{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6144 1024'%3E%3Cpath d='M1524.572 304.572H4013.71v414.856H1524.572z'/%3E%3C/svg%3E\")}.t-icon-fat_w{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M352.949 631.22c45.717 0 100.057-24.09 142.352-62.142 53.519-48.318 85.411-106.901 83.632-154.398-.821-24.09-10.403-43.937-26.691-57.762-13.825-11.224-32.714-17.246-56.941-17.246-58.72 0-137.15 33.671-139.752 34.493-43.937 17.246-123.326 75.967-105.258 169.043 10.403 56.12 48.318 88.012 102.658 88.012zm23.406-208.738c.821 0 71.587-31.07 119.904-31.07 16.425 0 22.448 3.421 25.049 5.2 1.779 1.78 6.843 6.023 7.802 19.027.82 25.87-19.848 71.586-66.386 114.703-32.713 29.291-75.008 49.138-107.859 49.138-29.292 0-45.717-13.824-51.74-44.895-15.603-75.009 68.85-110.323 73.23-112.103zm0 0' fill='%23fff'/%3E%3Cpath d='M814.498 131.892c-1.779-.821-4.38-1.78-6.022-2.6-34.493-28.47-81.031-43.117-137.972-43.117-153.576 0-333.844 101.837-340.687 106.08l-6.023 3.422c-94.993 54.34-293.328 168.222-246.79 401.05 4.244 22.448 11.224 43.116 19.848 62.142 0 3.422.82 7.802 2.6 11.224C182.263 847.76 303.81 937.414 462.587 937.414c11.224 0 23.27-.821 35.315-1.78 102.657-8.623 205.315-64.742 290.727-159.598 77.609-86.233 134.55-198.335 156.998-307.974 44.759-224.889-129.486-335.349-131.129-336.17zm-465.792 108.68l6.022-3.421c60.363-34.493 202.715-99.236 314.818-99.236 44.895 0 80.21 11.224 105.258 31.892 2.6 4.38 5.201 7.802 9.445 10.403 0 0 .82.821 2.6 1.78 58.584 69.807-1.78 226.805-163.842 421.718-71.586 86.232-190.67 144.953-297.57 144.953-47.497 0-119.905-12.046-165.622-76.789-4.38-7.802-7.802-15.467-11.224-23.269-1.78-3.422-3.422-6.022-6.844-8.623-6.843-14.646-12.045-31.892-15.467-50.918-38.052-198.472 131.813-296.75 222.426-348.49zm540.801 217.362C850.634 649.424 687.613 865.006 492.7 881.43c-100.057 7.802-183.689-22.447-251.032-93.213 25.87 7.802 54.34 12.045 85.411 12.045 122.505 0 255.276-64.743 337.265-163.842 144.953-174.244 192.313-292.37 197.514-372.58 25.87 44.896 44.896 109.502 27.65 194.093zm0 0' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-jiantou_xiangxia{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M554.667 712.533V106.667h-85.334v601.6L337.067 576l-59.734 64L512 874.667 746.667 640l-59.734-59.733-132.266 132.266z' fill='%23444'/%3E%3C/svg%3E\")}.t-icon-jiantou_xiangshang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M554.667 268.8v601.6h-85.334V268.8L337.067 401.067l-59.734-59.734L512 106.667l234.667 234.666-59.734 59.734L554.667 268.8z' fill='%23444'/%3E%3C/svg%3E\")}.t-icon-bone{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M541.355 726.289l-17.613-17.613 186.402-186.402 17.612 17.613c49.903 49.903 132.096 55.774 184.934 8.806 57.242-51.37 58.71-139.434 5.871-192.272l-135.03-96.87-17.614-17.613-96.87-135.032c-54.306-52.838-142.37-51.37-192.273 5.871-46.967 52.839-41.096 135.032 8.807 184.934l17.613 17.613-187.87 186.402-17.613-17.613c-49.902-49.903-132.095-55.774-184.934-8.806-55.773 51.37-57.241 139.434-4.403 192.272l135.031 96.87 17.613 17.613 96.87 135.032c52.839 52.838 140.902 51.37 192.273-5.871 46.967-52.839 41.096-135.032-8.806-184.934zm-142.37 149.708c0-1.468 0-1.468 0 0l-96.87-135.031-17.613-17.613-135.031-96.87c-30.823-30.822-27.887-80.725 4.403-108.612 29.354-24.951 74.854-20.548 101.273 7.339l17.613 17.612 41.096 41.097 271.53-268.595-41.096-41.096-17.613-19.08c-27.887-27.888-32.29-71.92-7.338-101.274 27.887-33.758 77.79-35.226 108.612-4.403l96.87 135.03 17.613 17.614 135.03 96.87c30.823 30.822 27.888 80.725-4.402 108.612-29.355 24.951-74.855 20.548-101.274-7.339l-17.612-17.613-41.097-41.096-272.998 267.127 41.097 41.096 17.612 17.613c27.887 27.887 32.29 71.919 7.34 101.274-26.42 35.225-76.323 36.693-107.145 7.338z' fill='%23fff'/%3E%3Cpath d='M541.355 726.289l-17.613-17.613 186.402-186.402 17.612 17.613c49.903 49.903 132.096 55.774 184.934 8.806 57.242-51.37 58.71-139.434 5.871-192.272l-135.03-96.87-8.807-8.807-42.564 42.564 8.806 8.807 135.031 96.87c30.822 30.822 27.887 80.725-4.403 108.612-29.355 24.951-74.854 20.548-101.273-7.339l-17.613-17.613-41.097-41.096-271.53 267.127 41.097 41.096 17.612 17.613c27.887 27.887 32.29 71.919 7.34 101.274-27.888 33.757-77.79 35.225-108.613 4.403l-96.87-135.032-8.807-8.806-41.096 41.097 8.806 8.806 96.87 135.031c52.839 52.838 140.903 51.37 192.273-5.87 48.435-49.904 42.564-132.097-7.338-182z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-un_fat_w_weight{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M374.4 614.4h9.6v179.2c0 32 25.6 57.6 57.6 57.6h137.6c32 0 57.6-25.6 57.6-57.6V614.4h9.6c32 0 57.6-25.6 57.6-57.6V416c0-25.6-9.6-48-28.8-64-16-16-41.6-25.6-64-25.6H406.4c-25.6 0-48 9.6-67.2 25.6-16 16-25.6 41.6-25.6 64v140.8c3.2 32 28.8 57.6 60.8 57.6zM364.8 416c0-12.8 3.2-22.4 12.8-32 6.4-9.6 19.2-12.8 28.8-12.8h204.8c12.8 0 22.4 3.2 32 12.8 9.6 6.4 12.8 19.2 12.8 28.8v140.8c0 6.4-6.4 9.6-9.6 9.6h-60.8v227.2c0 6.4-6.4 9.6-9.6 9.6H441.6c-6.4 0-9.6-6.4-9.6-9.6V563.2h-57.6c-6.4 0-9.6-6.4-9.6-9.6V416z' fill='%23fff'/%3E%3Cpath d='M688 742.4c-12.8 0-25.6 9.6-25.6 19.2 0 6.4 0 12.8 3.2 19.2 3.2 6.4 9.6 9.6 16 9.6 134.4 16 169.6 44.8 169.6 54.4-3.2 12.8-99.2 64-342.4 64s-339.2-51.2-342.4-64c3.2-9.6 32-35.2 166.4-51.2 12.8-3.2 22.4-12.8 19.2-25.6 0-12.8-12.8-22.4-25.6-22.4-86.4 9.6-211.2 35.2-211.2 102.4 0 38.4 41.6 67.2 128 86.4 73.6 16 169.6 25.6 268.8 25.6 144 0 390.4-25.6 393.6-112-3.2-67.2-112-96-217.6-105.6zM512 300.8c64 0 118.4-54.4 118.4-118.4S576 64 512 64s-118.4 54.4-118.4 118.4S448 300.8 512 300.8zm0-188.8c38.4 0 70.4 32 70.4 70.4s-32 70.4-70.4 70.4-70.4-32-70.4-70.4 32-70.4 70.4-70.4z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-biaozhunhua{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M977.644 592.713a30.977 30.977 0 00-43.845 0L738.667 787.846l-92.093-92.094a30.977 30.977 0 10-43.845 43.845l114.016 114.016a30.977 30.977 0 0043.845 0l217.054-217.055a30.977 30.977 0 000-43.845zM791.07 356.961a31.008 31.008 0 00-31.008-31.008H263.938a31.008 31.008 0 000 62.016h496.125a31.008 31.008 0 0031.008-31.008zM263.937 543.008a31.008 31.008 0 000 62.015h279.07a31.008 31.008 0 000-62.015h-279.07z' fill='%23fff'/%3E%3Cpath d='M763.07 915.102H204.868c-18.543 0-33.954-15.814-33.954-35.783V144.68c0-19.969 15.41-35.783 33.954-35.783h614.264c18.543 0 33.954 15.814 33.954 35.783v339.66a31.008 31.008 0 0062.016 0v-339.66c0-53.83-42.791-97.798-95.97-97.798H204.868c-53.179 0-95.97 43.969-95.97 97.798V879.32c0 53.83 42.791 97.798 95.97 97.798H763.07a31.008 31.008 0 000-62.015z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-cellin{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M799.129 951.73a35.28 35.28 0 01-11.475-1.925c-18.362-6.338-28.119-26.367-21.78-44.73 4.105-11.895 16.593-48.096-81.833-92.448-52.838-23.8-84.95-55.698-95.428-94.793-10.35-38.597 1.073-81.352 33.96-127.069 11.362-15.76 33.331-19.368 49.1-8.013 15.77 11.345 19.36 33.324 8.023 49.102-13.725 19.075-28.875 46.31-23.12 67.756 5.908 22.073 33.907 38.76 56.358 48.878 129.74 58.454 136.577 129.886 119.45 179.52-5.016 14.566-18.655 23.721-33.255 23.721zm-233.38 0c-11.852 0-23.413-5.995-30.043-16.834-73.312-119.872-139.385-96.872-223.047-67.696-62.448 21.772-140.219 48.861-198.329-26.513-75.288-97.637 28.017-274.88 40.04-294.763 10.05-16.61 31.65-21.927 48.277-11.903 16.619 10.032 21.961 31.649 11.947 48.286-23.971 39.783-83.61 164.765-44.55 215.42 24.787 32.139 52.434 26.376 119.46 3.033 80.957-28.214 203.319-70.857 306.22 97.43 10.143 16.576 4.92 38.227-11.656 48.37a35.024 35.024 0 01-18.319 5.17zM579.869 526.986c-168.2-46.98-266.085-158.357-290.915-331.04l104.455-15.031C412.003 310.2 482.284 390.152 608.262 425.33L579.87 526.986z' fill='%23fff'/%3E%3Cpath d='M288.061 619.186c-42.196 0-80.921-8.065-112.503-26.488-38.417-22.417-82.305-69.354-73.21-165.666C117.61 265.102 411.351 80.402 606.588 72.5c98.358-3.814 163.219 39.825 177.424 120.207 19.136 108.329-44.988 222.798-175.921 314.07-91.083 63.486-216.082 112.408-320.03 112.408zm331.307-476.584c-3.212 0-6.51.068-9.937.206-172.932 7-426.169 175.518-437.034 290.829-4.569 48.32 8.065 80.467 38.615 98.289 71.449 41.689 231.506 4.5 356.84-82.863 50.863-35.454 166.999-130.221 146.867-244.106v-.01c-2.766-15.71-11.028-62.345-95.351-62.345z' fill='%23fff'/%3E%3Cpath d='M706.01 647.408c-20.011 0-39.181-4.475-56.84-13.476-47.04-23.962-74.446-75.95-75.202-142.623-.214-19.427 15.357-35.351 34.784-35.575h.404c19.247 0 34.947 15.494 35.17 34.784.446 39.62 13.862 69.044 36.794 80.724 26.642 13.579 57.94-.12 74.206-9.516 32.465-18.723 62.973-52.802 83.706-93.496 39.542-77.59 35.11-165.58-9.482-188.306-20.664-10.53-44.215-4.457-60.275 2.482-17.882 7.704-38.546-.49-46.258-18.32-7.713-17.83.498-38.537 18.328-46.25 42.307-18.328 84.96-18.517 120.155-.592 82.09 41.827 99.748 166.104 40.229 282.936-27.157 53.275-66.648 96.777-111.24 122.492-28.498 16.44-57.253 24.736-84.479 24.736z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-kcal{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M482.977 958.709c-99.797.016-192.162-37.047-256.656-103.757-122.524-126.693-81.005-319.961 20.25-437.501 15.218-17.643 29.564-33.548 42.903-48.305 79.881-88.463 112.951-125.081 77.062-260.7a34.379 34.379 0 0110.603-34.664 34.365 34.365 0 0135.772-5.872c128.035 53.053 205.785 93.454 191.826 248.779-1.325 14.748-5.285 30.268-9.11 45.276-14.598 57.298-11.074 67.062 10.704 75.485 6.057 2.349 15.721 4.287 28.926-5.855 19.832-15.243 34.966-49.177 32.4-72.625a34.39 34.39 0 0111.156-29.262c8.205-7.4 19.496-10.403 30.251-8.07 55.083 11.895 110.166 71.047 140.317 150.694 42.483 112.204 27.265 230.39-41.778 324.247-69.445 94.412-177.782 153.169-297.26 161.206a404.257 404.257 0 01-27.366.924zm-36.542-801.287c15.872 122.876-34.664 178.823-105.955 257.781-13.004 14.396-27.014 29.9-41.83 47.105-81.424 94.495-117.12 247.48-22.934 344.86 56.274 58.204 140.08 88.02 230.012 82.063 99.243-6.695 189.09-55.302 246.506-133.371 78.07-106.122 48.993-216.615 32.885-259.19-14.798-39.085-35.67-68.883-55.804-87.297-9.647 30.049-28.204 58.279-52.164 76.702-29.244 22.499-63.203 28.002-95.618 15.469-84.11-32.525-63.557-113.212-52.499-156.558 3.305-12.953 6.426-25.184 7.248-34.445 7.87-87.533-15.67-117.851-89.847-153.119z' fill='%23fff'/%3E%3Cpath d='M444.572 829.618c-55.15 0-101.022-27.667-123.924-75.267-46.593-96.895 34.48-189.88 78.035-239.837 5.151-5.905 9.9-11.342 13.976-16.258 10.957-13.221 28.943-18.247 45.15-12.676s27.299 20.604 27.802 37.743c1.325 43.322 25.77 76.056 49.429 107.724 25.754 34.48 54.966 73.573 38.422 120.955v.017c-15.067 43.086-63.07 74.16-119.46 77.33-3.172.168-6.326.269-9.43.269zm-19.446-217.354c-27.868 37.49-45.486 74.47-30.15 106.349 12.801 26.644 39.58 29.345 54.412 28.388 25.268-1.409 43.372-14.026 46.224-22.197 2.046-5.99-16.61-30.99-26.644-44.413-14.027-18.774-30.755-41.156-43.842-68.127z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-visceral{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M112.99 902.892c-17.619 0-31.904-14.286-31.904-31.904-.086-3.069-1.995-14.581-3.529-23.85-11.294-68.325-34.808-210.504 43.79-286.004 44.42-42.66 112.2-54.92 201.601-36.413 74.12 15.336 162.494-26.903 189.07-73.458 12.306-21.568 5.576-33.461-1.652-41.422-68.34-75.179-90.134-164.004-66.643-271.54 3.754-17.22 20.827-28.079 37.979-24.363 17.214 3.762 28.118 20.765 24.364 37.979-19.037 87.088-2.664 155.405 51.5 215.007 29.692 32.651 33.291 74.914 9.861 115.962-38.82 68.06-151.495 126.236-257.41 104.318-67.499-13.966-116.133-7.26-144.461 19.947-54.375 52.226-33.82 176.506-25.042 229.58 2.726 16.513 4.378 26.482 4.378 34.256.001 17.62-14.284 31.905-31.903 31.905z' fill='%23fff'/%3E%3Cpath d='M229.263 910.79c-15.843 0-29.568-11.793-31.608-27.916-11.497-91.24.53-203.868 72.28-220.942 36.36-8.724 54.103 23.227 68.279 48.883 17.478 31.639 41.421 74.992 101.506 106.132 72.017 37.294 266.367 30.175 381.176-116.647 54.29-69.447 81.878-158.763 71.97-233.07-6.386-47.988-27.915-86.94-62.265-112.628-45.253-33.858-115.697-24.153-149.112-4.128-12.883 7.71-29.333 5.437-39.614-5.46-60.302-63.885-81.706-139.735-58.729-208.09 5.608-16.684 23.648-25.697 40.41-20.073 16.7 5.608 25.688 23.702 20.064 40.401-13.335 39.7-2.493 84.915 29.753 126.587 52.778-20.517 134.516-25.906 195.457 19.666 48.385 36.211 78.576 89.908 87.283 155.297 12.275 92.082-19.488 197.053-84.962 280.8-128.534 164.395-355.006 188.852-460.78 133.986-77.236-40.02-109.016-97.548-128.005-131.93-1.963-3.52-4.113-7.43-6.153-10.936-13.585 18.507-24.27 72.594-15.25 144.174 2.196 17.478-10.189 33.446-27.667 35.643a31.729 31.729 0 01-4.033.25z' fill='%23fff'/%3E%3Cpath d='M579.798 758.733l-6.916-79.447c74.15-6.449 128.58-44.973 153.287-108.493l74.338 28.913c-35.783 91.98-116.228 149.946-220.709 159.027z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-muscle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M657.729 844.712c-115.67.008-167.844-51.845-195.28-96.139-51.084 35.096-137.523 60.587-217.39 38.17C113.556 749.851 45.01 624.27 66.18 459.021c13.91-108.535 78.52-245.626 214.828-274.787 91.065-19.477 169.248 22.05 212.17 63.896 51.342-56.407 154.044-84.447 244.261-59.238 85.405 23.868 241.8 127.832 222.543 350.461-11.777 136.386-94.186 298.13-287.67 305.093-4.971.18-9.833.266-14.584.266zM471.569 664.69a32.111 32.111 0 0129.113 18.536c19.964 42.804 47.422 101.478 169.31 97.032 151.41-5.45 216.02-130.874 226.009-246.442 15.618-180.657-108.19-264.155-175.842-283.06-84.463-23.632-178.602 16.042-193.594 63.873a32.11 32.11 0 01-30.204 22.512c-14.545-.118-26.3-8.562-30.815-21.681-5.543-14.318-74.348-89.13-171.098-68.42-64.672 13.839-146.571 79.797-164.55 220.143-17.078 133.304 32.46 229.647 132.504 257.71 78.654 22.072 165.523-21.328 182.727-46.302a32.094 32.094 0 0126.44-13.901z' fill='%23fff'/%3E%3Cpath d='M629.486 629.688c-30.51 0-57.757-11.589-78.26-34.069-35.457-38.89-43.416-105.633-18.92-158.686 22.511-48.786 68.216-76.872 122.335-74.999 41.008 1.38 75.273 22.504 94.03 57.945 23.318 44.035 20.386 105.187-7.12 148.712-15.73 24.895-38.186 43.054-64.924 52.526-16.216 5.74-32.086 8.571-47.141 8.571zM649.59 442.14c-20.732 0-35.669 9.566-44.388 28.447-10.813 23.413-8.359 55.89 5.355 70.93 3.034 3.324 12.342 13.447 39.267 3.912 12.122-4.288 19.665-13.094 23.852-19.728 12.044-19.077 13.863-49.696 4.03-68.264-5.426-10.272-13.141-14.835-25.766-15.258a78.965 78.965 0 00-2.35-.04zM408.684 578.416c-37.025 0-74.066-24.41-90.823-60.195-16.152-34.478-9.98-72.78 16.49-102.466 20.96-23.484 50.002-33.293 79.743-26.856 34.171 7.387 65.386 36.053 75.909 69.707 6.281 20.12 5.622 41.031-1.929 60.462-14.2 36.531-42.106 58.141-76.575 59.302-.941.03-1.882.046-2.815.046zm-12.46-127.22c-5.144 0-9.48 2.321-13.933 7.324-9.472 10.617-11.519 21.234-6.265 32.461 6.179 13.205 21.288 23.767 33.309 23.186 2.94-.094 11.886-.4 18.865-18.363 2.25-5.795 2.415-11.863.487-18.035-3.694-11.824-16.325-23.53-28.158-26.087-1.505-.321-2.933-.486-4.305-.486zM230.332 613.104c-2.862 0-5.76-.264-8.67-.793-24.468-4.526-41.174-26.731-45.018-46.322-4-20.303 4.767-38.165 23.413-47.766 13.222-6.805 28.623-7.08 42.275-.855 21.006 9.622 32.754 32.133 33.52 49.394.456 10.63-2.658 20.445-9.005 28.4-9.186 11.554-22.42 17.942-36.515 17.942z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-body_type{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M327.304 633.774C432.702 701.86 500.965 737 521.783 737c20.504 0 86.908-34.043 189.489-99.978a610.904 610.904 0 00-16.67-43.983c-3.854-9.156-23.772-53.785-28.428-65.446-9.978-24.847-14.967-44.021-14.967-63 0-60.73 46.506-120.99 136.33-183.873-25.904-38.211-87.946-63-189.646-71.335a29.348 29.348 0 01-26.354-23.4l-11.29-55.507h-100.74l-24.653 60.711a29.348 29.348 0 01-27.195 18.294c-74.544 0-129.268 23.674-166.892 71.628 86.713 53.491 132.026 114.398 132.026 183.482 0 20.31-3.99 41.498-11.856 67.774a853.846 853.846 0 01-11.27 34.396c.783-2.309-9.567 27.47-12.424 35.922a921.835 921.835 0 00-9.958 31.108zm-15.065 60.124c-12.052 62.374-10.859 119.798 6.261 186.848 125.198 17.1 259.337 17.021 402.457-.255 15.456-69.104 16.67-127.31 5.986-183.815-104.79 66.62-170.315 99.02-205.16 99.02-35.316 0-102.19-33.3-209.544-101.798zm75.444-542.583l24.887-61.239a29.348 29.348 0 0127.195-18.293h144.47a29.348 29.348 0 0128.76 23.497l11.74 57.718c125.804 13.91 203.4 55.389 228.11 128.348a29.348 29.348 0 01-11.7 33.945c-88.825 58.305-131.243 109.33-131.243 149.283 0 9.939 3.326 22.656 10.741 41.185 4.168 10.37 23.792 54.371 28.057 64.506 46.076 109.409 58.735 209.328 24.515 344.035a29.348 29.348 0 01-24.613 21.874c-163.174 21.404-315.782 21.404-457.728-.098a29.348 29.348 0 01-23.772-20.837c-34.904-120.209-25.806-212.322 14.557-331.396 34.356-101.367 32.439-94.97 32.439-119.25 0-50.302-41.322-100.017-129.228-148.089a29.348 29.348 0 01-11.29-40.48c45.196-77.87 117.685-119.72 214.103-124.709zM129.89 412.335a29.348 29.348 0 1146.761-35.452c63.137 83.27 50.811 190.702-31.324 317.387a29.348 29.348 0 11-49.265-31.93c70.083-108.099 79.474-189.783 33.828-250.005zm772.18 0c-45.645 60.202-36.273 141.906 33.81 250.004a29.348 29.348 0 11-49.246 31.93c-82.135-126.684-94.48-234.117-31.324-317.386a29.348 29.348 0 1146.76 35.452z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-zanwushuju{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M876.203 352.555h-728.32L0 613.248v325.419h1024V613.29L876.203 352.555zM642.09 616.192c0 70.485-58.198 127.659-130.091 127.659s-130.133-57.174-130.133-127.659H61.099L179.54 394.24h664.832l118.443 221.952H642.133zM500.139 85.333h44.629v157.611h-44.63V85.334zM197.29 163.584l31.573-31.019 113.408 111.488-31.573 31.019-113.494-111.445zm491.52 80.512l113.493-111.445 31.573 30.976-113.493 111.445-31.573-30.976z' fill='%23B4B4B4'/%3E%3C/svg%3E\")}.t-icon-water{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512.01 1012c-224.68 0-407.45-182.78-407.45-407.44C104.56 397.84 429.48 12 512.01 12s407.43 385.84 407.43 592.56c0 224.66-182.77 407.44-407.43 407.44zm.11-927.98c-63.79 38.49-337.8 342.93-337.8 520.54 0 186.19 151.48 337.67 337.69 337.67 186.18 0 337.66-151.48 337.66-337.67 0-178.82-273.82-482.48-337.55-520.54zm-6.13-3.09z' fill='%23fff'/%3E%3Cpath d='M586.57 855.97c-12.04 0-23.76-6.25-30.23-17.43-9.63-16.68-3.93-38.02 12.74-47.66 67.68-39.14 120.68-100.64 149.3-173.16 7.09-17.95 27.41-26.71 45.26-19.66 17.92 7.07 26.71 27.33 19.64 45.25-34.36 87.12-98.04 160.96-179.28 207.95a34.681 34.681 0 01-17.43 4.71z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-weight{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M909.059 62H114.94C85.824 62 62 85.824 62 114.941V909.06C62 938.176 85.824 962 114.941 962H909.06C938.176 962 962 938.176 962 909.059V114.94C962 85.824 938.176 62 909.059 62zm0 794.118c0 29.117-23.824 52.94-52.941 52.94H167.882c-29.117 0-52.94-23.823-52.94-52.94V167.882c0-29.117 23.823-52.94 52.94-52.94h688.236c29.117 0 52.94 23.823 52.94 52.94v688.236z' fill='%23fff'/%3E%3Cpath d='M512 194.353c-190.588 0-344.118 153.53-344.118 344.118h52.942C220.824 377 350.529 247.294 512 247.294S803.176 377 803.176 538.471h52.942c0-190.589-153.53-344.118-344.118-344.118zM477.72 722.01a79.412 79.412 0 10121.42-102.381 79.412 79.412 0 10-121.42 102.38z' fill='%23fff'/%3E%3Cpath d='M504.059 631.118c-10.588 10.588-29.118 7.94-37.059-2.647L363.765 506.706c-10.589-10.588-7.941-29.118 2.647-37.059 10.588-10.588 29.117-7.941 37.059 2.647L506.706 594.06c10.588 10.588 7.941 26.47-2.647 37.059z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-sharpicons_checklist{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M511.975 512.198a.173.173 0 10.347 0 .173.173 0 10-.347 0z' fill='%23bfbfbf'/%3E%3Cpath d='M174.5 962h505.378l.169-.028.703.028c124.06 0 225-100.94 225-225 0-83.166-45.478-155.784-112.781-194.71.028-.477.281-.843.281-1.321V258.875a28.125 28.125 0 00-8.24-19.884L616.26 70.24A28.125 28.125 0 00596.374 62H174.5c-31.022 0-56.25 25.228-56.25 56.25v787.5c0 31.022 25.228 56.25 56.25 56.25zm675-225c0 93.066-75.684 168.75-168.75 168.75S512 830.066 512 737s75.684-168.75 168.75-168.75S849.5 643.934 849.5 737zM596.375 129.894l128.981 128.981H596.375V129.894zM174.5 118.25h365.625V287a28.125 28.125 0 0028.125 28.125H737v204.272A223.875 223.875 0 00680.75 512c-56.84 0-108.675 21.375-148.331 56.25H315.125a14.063 14.063 0 100 28.125h190.266A223.79 223.79 0 00455.75 737c0 67.219 29.813 127.49 76.669 168.75H174.5v-787.5z' fill='%23fff'/%3E%3Cpath d='M315.125 427.625h337.5a14.063 14.063 0 100-28.125h-337.5a14.063 14.063 0 100 28.125zm-80.438-23.906a14.063 14.063 0 00.282 19.687c2.531 2.813 6.187 4.219 9.844 4.219s7.312-1.406 9.843-4.219c2.813-2.531 4.219-6.187 4.219-9.844 0-3.656-1.406-7.312-4.219-10.125-5.062-5.062-14.344-5.062-19.969.282zM315.125 512h337.5a14.063 14.063 0 100-28.125h-337.5a14.063 14.063 0 100 28.125zm-80.438-23.906c-2.53 2.812-3.937 6.187-3.937 9.844A14.034 14.034 0 00244.813 512c3.656 0 7.312-1.406 9.843-4.219 2.813-2.531 4.219-6.187 4.219-9.844 0-3.656-1.406-7.03-4.219-10.125a14.456 14.456 0 00-19.969.282zm0 84.375a14.063 14.063 0 00.282 19.687c2.531 2.813 6.187 4.219 9.844 4.219s7.312-1.406 9.843-4.219c2.813-2.531 4.219-6.187 4.219-9.843 0-3.657-1.406-7.313-4.219-9.844-5.062-5.344-14.344-5.344-19.969 0zm350.27 171.703a28.125 28.125 0 00-33.413 45.281l73.997 54.563.084.028.056.084a27.563 27.563 0 006.188 3.122c.59.253 1.125.703 1.743.9a28.125 28.125 0 0021.122-1.575c1.828-.928 3.15-2.7 4.782-4.022 1.828-1.49 3.909-2.531 5.343-4.5l.028-.056.085-.056 122.906-168.75a28.125 28.125 0 00-45.506-33.132L636.144 781.944l-51.188-37.772z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-shejiguifan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M942.229 317.768l-194.071 194.14 197.01 197.079c21.764 21.77 21.764 57.064 0 78.832L787.562 945.487c-21.762 21.768-57.045 21.768-78.805 0l-197.01-197.083-118.208 118.25c-104.748 104.783-301.015 63.53-301.015 63.53S52.05 735.265 157.124 630.156l118.209-118.248L78.32 314.826c-21.76-21.77-21.76-57.065 0-78.832L235.93 78.327c21.76-21.768 57.043-21.768 78.803 0l197.012 197.082L705.863 81.223c5.624-7.575 15.093-13.718 30.108-13.718 26.068-.551 60.754-1.287 84.795-1.799 16.949 0 36.995 8.099 45.13 16.234 19.842 19.773 52.676 52.496 73.404 73.155 9.15 9.15 18.337 22.323 18.337 48.956 0 63.389 5.277 100.117-15.408 113.717zM577.415 735.265l59.103-59.123a9.285 9.285 0 0113.135 0l13.134 13.139c3.625 3.628 3.625 9.51 0 13.138l-59.103 59.124L656.22 814.1l59.103-59.125a9.282 9.282 0 0113.134 0l13.133 13.137c3.628 3.63 3.628 9.512 0 13.14l-59.103 59.125 39.403 39.415c14.509 14.513 38.03 14.513 52.536 0l105.071-105.109c14.51-14.512 14.51-38.043 0-52.556l-170.74-170.804-157.61 157.664 26.268 26.278zm-440.512 76.363c40.07 37.565 57.003 52.21 83.296 76.39 32.621-1.046 86.681-13.509 107.67-34.503L170.258 695.85c-22.056 22.063-33.746 81.56-33.356 115.778zM301.599 144.02c-14.508-14.51-38.03-14.51-52.536 0L143.989 249.13c-14.506 14.513-14.506 38.044 0 52.557l39.403 39.417 59.103-59.125a9.285 9.285 0 0113.134 0l13.135 13.136c3.625 3.63 3.625 9.512 0 13.14L209.66 367.38l52.535 52.556 59.103-59.125a9.282 9.282 0 0113.135 0l13.132 13.14a9.287 9.287 0 010 13.138l-59.1 59.125 26.266 26.277 157.612-157.665L301.599 144.02zm414.49 92.962c-12.838-12.836-19.286-23.363-19.286-44.648l.622-23.84-487.763 487.938L367.27 814.1l488.518-488.693-12.258.263c-32.881 0-47.788-9.358-59.707-21.275l-67.734-67.413zm135.346-66.035c-21.326-21.326-47.257-29.97-57.921-19.307-10.665 10.664-2.02 36.596 19.307 57.923 21.325 21.327 47.26 29.97 57.922 19.306 10.665-10.66 2.019-36.595-19.308-57.922z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-muscleval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M954.88 714.24v-7.68c-2.56-12.8-2.56-25.6-2.56-38.4 0-15.36 2.56-28.16 2.56-40.96v-17.92c5.12-56.32 7.68-107.52-25.6-158.72-48.64-71.68-153.6-76.8-217.6-35.84-46.08 28.16-87.04 79.36-104.96 99.84-20.48-10.24-35.84-15.36-53.76-15.36-51.2-2.56-107.52 12.8-153.6 38.4-2.56-43.52-10.24-99.84-17.92-130.56 12.8 2.56 28.16 5.12 46.08 5.12 25.6 0 46.08-5.12 61.44-12.8 40.96-23.04 71.68-46.08 110.08-102.4 12.8-20.48 12.8-35.84 7.68-46.08-2.56-7.68-7.68-15.36-12.8-17.92 5.12-10.24 7.68-17.92 7.68-25.6 0-48.64-76.8-104.96-133.12-107.52-61.44-5.12-130.56 10.24-209.92 143.36-25.6 43.52-53.76 79.36-79.36 112.64-46.08 56.32-89.6 110.08-102.4 197.12-2.56 17.92-5.12 40.96-5.12 61.44l-2.56 17.92c-2.56 25.6-2.56 48.64-5.12 56.32-7.68 33.28-10.24 81.92 46.08 122.88 51.2 35.84 253.44 104.96 353.28 112.64 23.04 2.56 48.64 2.56 74.24 2.56 61.44 0 220.16-5.12 327.68-56.32 102.4-43.52 97.28-102.4 89.6-156.16zm-46.08 0v5.12c5.12 48.64 10.24 79.36-58.88 110.08-104.96 48.64-289.28 56.32-378.88 48.64-97.28-7.68-286.72-74.24-330.24-104.96-35.84-25.6-33.28-51.2-28.16-74.24 2.56-12.8 5.12-38.4 5.12-64 2.56-25.6 2.56-56.32 7.68-76.8 12.8-71.68 48.64-117.76 89.6-171.52l2.56-2.56c25.6-30.72 56.32-69.12 84.48-117.76 64-110.08 117.76-122.88 153.6-122.88h12.8c40.96 2.56 92.16 43.52 94.72 61.44-2.56 15.36-61.44 74.24-79.36 76.8-10.24 0-20.48-5.12-25.6-10.24l35.84-51.2c7.68-10.24 5.12-23.04-5.12-33.28-10.24-7.68-23.04-5.12-30.72 5.12l-35.84 53.76c-10.24 12.8-10.24 30.72 0 46.08 12.8 23.04 43.52 38.4 69.12 35.84 20.48-2.56 51.2-23.04 76.8-48.64-30.72 43.52-53.76 64-89.6 81.92-23.04 12.8-58.88 7.68-81.92 2.56 2.56-7.68 5.12-10.24 7.68-10.24 7.68-10.24 5.12-25.6-2.56-30.72-5.12-5.12-10.24-5.12-17.92-5.12-5.12 0-10.24 2.56-15.36 7.68-2.56 2.56-17.92 25.6-23.04 56.32-2.56 12.8 0 25.6 2.56 38.4 10.24 40.96 20.48 133.12 15.36 163.84-5.12 28.16-28.16 61.44-66.56 71.68-12.8 2.56-20.48 15.36-15.36 28.16 2.56 10.24 12.8 17.92 23.04 17.92h5.12c58.88-15.36 87.04-64 97.28-99.84 51.2-40.96 112.64-53.76 153.6-51.2 33.28 2.56 74.24 38.4 92.16 58.88 7.68 10.24 23.04 10.24 33.28 2.56 5.12-5.12 7.68-10.24 7.68-15.36 0-5.12-2.56-12.8-5.12-15.36-2.56-2.56-15.36-17.92-35.84-33.28 17.92-23.04 53.76-64 89.6-87.04 46.08-28.16 122.88-25.6 153.6 23.04 25.6 38.4 23.04 76.8 17.92 128-2.56 15.36-2.56 38.4-5.12 61.44-2.56 10.24 0 25.6 0 40.96zM455.68 271.36z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-protein{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M278.983 136.26L136.26 214.903c-11.65 5.826-17.476 23.302-8.738 34.953 2.913 5.825 8.738 11.65 14.564 11.65h5.825c5.826 0 8.738 0 11.651-2.912l139.81-81.556c11.65-5.825 17.476-23.301 8.738-34.952-2.912-8.738-17.476-14.564-29.127-5.826zm436.907 0l-139.81 81.556c-11.651 5.826-17.477 23.302-8.738 34.953 2.912 5.825 8.738 11.65 14.563 11.65h5.825c5.826 0 8.739 0 11.651-2.912l139.81-81.556c11.651-5.825 17.477-23.302 8.739-34.953-2.913-11.65-17.477-17.476-32.04-8.738z' fill='%23fff'/%3E%3Cpath d='M730.453 43.054L512 168.3 293.547 40.14 48.879 182.865v282.533l218.453 125.246v250.493L512 980.946l244.668-139.81V590.643l221.366-128.16v-279.62l-247.58-139.81zM101.308 433.357V211.99l192.239-110.683L482.873 211.99v221.366L290.634 544.04 101.308 433.357zM704.238 695.5v113.596L512 922.692 319.761 812.01V593.556L512 482.873l192.239 110.683V695.5zm218.454-262.144L730.453 544.04 541.127 433.357V211.99l192.239-110.683L925.605 211.99v221.366z' fill='%23fff'/%3E%3Cpath d='M497.436 512l-139.81 81.556c-11.65 5.825-17.476 23.302-8.738 34.952 2.913 5.826 8.738 11.651 14.564 11.651h5.825c5.826 0 8.738 0 11.651-2.912l139.81-81.556c11.651-5.826 17.476-23.302 8.738-34.953-5.825-11.65-20.389-14.563-32.04-8.738z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-proteinval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M355.055 104.073a34.133 34.133 0 0149.243-2.185l2.344 2.503 19.342 22.756 31.676 37.706a6363.136 6363.136 0 0146.603 56.479l26.169 32.381 18.113 22.778c34.68 44.032 60.212 78.735 74.411 102.036a1073.066 1073.066 0 0123.848 41.006c5.461-6.759 11.082-13.54 16.748-20.344l21.504-25.6 14.268-16.748a34.133 34.133 0 0151.791.069l23.666 27.989a4820.223 4820.223 0 0139.367 47.536l20.07 24.827 15.861 20.024 14.086 18.228c13.153 17.294 23.484 31.698 30.629 42.962l2.276 3.641c86.539 141.676 91.204 248.422 23.893 316.757-46.99 47.696-123.517 68.54-196.267 67.698-63.465-.887-113.664-13.426-151.12-37.319-59.073 26.1-129.547 38.047-193.285 37.32-213.993-2.777-322.333-80.897-331.048-218.5-6.007-95.118 33.337-201.432 107.952-337.169 13.54-24.644 31.29-52.406 52.588-82.762 10.377-14.79 21.527-30.105 33.337-45.807a2565.712 2565.712 0 0176.869-96.938l10.695-12.766 14.632-17.294 9.739-11.264zm370.074 327.884l-9.103 10.923a3251.063 3251.063 0 00-24.803 30.083l-11.947 14.791-11.992 15.019-10.468 13.357c-11.696 15.11-21.572 28.445-29.127 39.367l-3.095 4.551-4.87 7.441c-55.181 87.746-77.072 202.707-24.03 252.951l3.483 3.118c25.395 21.39 66.582 33.905 126.407 34.747 55.91.66 115.439-15.564 146.773-47.331 40.687-41.347 38.502-112.413-29.059-225.826l-4.483-7.464c-7.782-12.743-23.051-33.519-43.804-59.984l-21.39-26.851a3601.32 3601.32 0 00-38.07-46.422l-10.422-12.47zM380.632 179.234l-8.124 9.785a2498.856 2498.856 0 00-74.82 94.345c-11.378 15.132-22.073 29.81-32.017 43.986-20.002 28.49-36.454 54.227-48.651 76.459-68.563 124.723-104.562 221.98-99.647 299.963 6.167 97.394 82.17 152.19 263.737 154.51 40.027.479 83.513-5.006 123.29-16.497l10.74-3.3 6.213-2.139-1.252-2.048c-46.694-79.599-21.96-195.083 34.133-290.497l3.983-6.622 3.709-6.03c4.733-7.51 10.718-16.248 17.795-26.055l9.01-12.22 11.538-15.246-4.096-8.078a909.084 909.084 0 00-14.95-27.42l-8.056-13.927-8.465-14.109c-11.15-18.295-31.835-46.694-59.847-82.648l-16.498-20.98-11.219-14.086-25.804-31.95a5906.074 5906.074 0 00-40.892-49.629l-20.867-24.94-8.943-10.627z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-body_age{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M92.065 81.158c130.76 0 236.922 34.125 316.945 103.038 63.116 54.343 102.567 110.36 123.132 168.555l1.574 4.54c24.917-57.033 55.007-105.187 90.382-144.403 70.352-77.997 172.467-105.28 301.871-83.212a35.07 35.07 0 0118.85 9.666l1.005.658a35.14 35.14 0 0115.139 23.666c19.525 121.823-8.145 227.884-82.836 315.318C807.493 561.668 697.01 593.08 550.07 575.62v32.857c.03.745.03 1.497 0 2.255v339.542a35.234 35.234 0 01-70.451 1.321l-.024-1.321V640.317l-7.24-1.098a1228.733 1228.733 0 01-31.124-5.262l-10.083-1.885-9.49-1.862c-26.696-5.361-51.771-11.445-75.214-18.263l-8.203-2.443c-92.238-27.988-158.414-67.85-198.353-120.601-34.47-45.529-57.972-105.786-70.956-180.776l-1.374-8.24-1.292-8.356c-2.707-18.233-4.833-37.29-6.371-57.167l-.67-9.238c-2.202-32.521-2.895-67.198-2.102-104.024a35.234 35.234 0 0133.596-39.92l1.35-.024zm35.222 71.415v3.705c.024 3.171.053 6.313.094 9.437l.165 9.308c.164 7.704.41 15.274.734 22.72l.428 8.868.5 8.744c.452 7.228.98 14.328 1.585 21.305l.763 8.303c.4 4.117.828 8.192 1.287 12.215l.945 7.986a683.374 683.374 0 002.701 19.426l1.204 7.546c11 66.13 30.607 117.548 58.384 154.233 26.096 34.47 70.369 63.304 132.933 85.872l6.894 2.437c13.941 4.827 28.752 9.355 44.437 13.571l7.91 2.085a820.933 820.933 0 0020.424 4.991l8.421 1.903 8.574 1.856a986.277 986.277 0 0017.57 3.547l9.002 1.703c3.025.552 6.078 1.098 9.15 1.644l9.296 1.586c2.948.493 5.913.98 8.902 1.456l.012-100.26-.07-7.07c-.529-34.5-3.712-56.827-13.83-85.461-16.355-46.275-48.63-92.103-102.673-138.636-59.364-51.119-137.579-79.612-235.742-85.02zm549.14 107.506c-51.46 57.05-91.216 138.794-118.71 245.495 2.672.323 5.326.629 7.963.91l7.863.805c117.13 11.24 199.814-14.152 251.004-74.074 56.64-66.3 79.83-144.555 69.717-237.051-97.041-12.55-168.42 9.137-217.837 63.915z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-cellout{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 567.54c-7.111 0-12.874-5.762-12.874-12.873s5.763-12.874 12.874-12.874 12.874 5.763 12.874 12.874S519.11 567.54 512 567.54zm0-24.52c-6.437 0-11.647 5.21-11.647 11.647s5.21 11.647 11.647 11.647 11.647-5.21 11.647-11.647-5.21-11.648-11.647-11.648z' fill='%23fff'/%3E%3Cpath d='M711.035 550.836c-75.245 0-135.926-75.245-135.926-167.48 0-92.237 60.681-165.054 135.926-165.054 75.245 0 135.927 75.245 135.927 165.053 0 92.236-60.682 167.481-135.927 167.481zm0-283.99c-48.545 0-87.381 53.4-87.381 116.51S662.49 502.29 711.035 502.29s87.382-53.4 87.382-118.936-38.837-116.508-87.382-116.508zm-174.762 584.97c-19.418 0-41.264-4.854-58.255-12.136-72.817-36.409-116.508-109.227-111.654-189.326 2.428-41.264 24.273-77.673 60.682-99.518 26.7-16.99 60.681-19.418 92.236-12.136 43.69 12.136 82.527 43.69 106.8 87.381 46.117 80.1 31.554 172.336-33.982 211.172-14.564 9.709-36.41 14.563-55.827 14.563zm0-48.545c12.136 0 24.272-2.427 33.981-9.709 41.264-24.273 48.545-87.381 14.564-145.635-19.418-33.982-48.545-55.827-77.673-65.536-19.418-4.855-38.836-2.428-55.826 7.281-21.846 12.137-33.982 36.41-36.41 60.682-4.854 60.681 29.128 116.508 82.527 143.208 12.137 7.282 26.7 9.71 38.837 9.71zM327.528 548.41c-21.845 0-43.69-7.282-63.108-16.99-33.982-24.274-55.827-60.682-55.827-101.946-2.428-38.836 9.709-77.672 31.554-111.654 19.418-33.981 50.972-58.254 87.381-75.245 36.41-16.99 80.1-14.563 114.081 7.282 33.982 24.273 55.827 60.681 55.827 101.945 2.428 38.836-9.709 77.672-31.554 111.654-26.7 46.118-77.672 80.1-138.354 84.954zm0-24.273zm50.973-245.153c-9.71 0-21.846 2.427-31.555 7.282-26.7 12.136-50.972 31.554-65.536 55.827-16.99 24.272-24.272 53.4-24.272 82.527 0 26.7 12.136 48.545 33.981 63.108 9.71 7.282 21.846 9.71 36.41 9.71 41.263-2.428 77.672-26.7 99.517-63.11 16.99-26.7 24.273-55.826 24.273-84.953 0-24.273-12.137-48.546-33.982-63.11-12.136-4.854-24.273-7.28-38.836-7.28z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-height{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M396.083 193.331H245.76c-12.698 0-22.938-10.24-22.938-22.937s10.24-22.938 22.938-22.938h150.733c12.697 0 22.937 10.24 22.937 22.938s-10.24 22.937-23.347 22.937zm0 670.106H245.76c-12.698 0-22.938-10.24-22.938-22.938s10.24-22.937 22.938-22.937h150.733c12.697 0 22.937 10.24 22.937 22.937s-10.24 22.938-23.347 22.938z' fill='%23fff'/%3E%3Cpath d='M321.126 850.33c-12.697 0-22.937-10.24-22.937-22.938V170.394c0-12.698 10.24-22.938 22.937-22.938s22.938 10.24 22.938 22.938v656.998c0 12.698-10.24 22.938-22.938 22.938zm312.525-488.244c-59.392 0-106.905-48.332-106.905-106.905 0-59.392 48.332-106.906 106.905-106.906s106.906 48.333 106.906 106.906c.41 58.573-47.923 106.905-106.906 106.905zm0-168.755c-33.587 0-61.03 27.443-61.03 61.03s27.853 61.031 61.03 61.031 61.03-27.853 61.03-61.03-27.033-61.03-61.03-61.03z' fill='%23fff'/%3E%3Cpath d='M790.528 620.544H477.184c-12.698 0-22.938-10.24-22.938-22.938V446.464c0-57.344 46.695-104.038 104.039-104.038h151.552c57.344 0 104.038 46.694 104.038 104.038v151.142c-.41 12.698-11.059 22.938-23.347 22.938zm-290.406-46.285H767.59V446.464c0-31.949-26.214-57.754-57.753-57.754H558.285c-31.949 0-57.754 26.215-57.754 57.754l-.41 127.795z' fill='%23fff'/%3E%3Cpath d='M702.054 863.437H565.248c-12.698 0-22.938-10.24-22.938-22.938V598.016c0-12.698 10.24-22.938 22.938-22.938h136.806c12.698 0 22.938 10.24 22.938 22.938v242.483c0 12.288-10.24 22.938-22.938 22.938zm-113.868-46.285h90.521V620.544h-90.521v196.608z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-shang{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M609.09 414.91h194.181L485.494 26.548 220.73 414.91h194.18v582.542H609.09V414.91z' fill='%23ff6685'/%3E%3C/svg%3E\")}.t-icon-xia{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M414.91 609.09H220.729l317.777 388.362L803.27 609.09h-194.18V26.548H414.91V609.09z' fill='%2300c6c6'/%3E%3C/svg%3E\")}.t-icon-sfrval{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1170 1024'%3E%3Cpath d='M544.677 208.64a68.34 68.34 0 11136.68 0v39.427h333.582v-78.941H755.441a148.21 148.21 0 00-284.826 0H142.086v78.855H544.7V208.64zm134.435 653.128L62 875.868l1.835 78.812 617.544-14.078c116.319-3.779 322.267-1.317 379.833 21.398l29.387-73.263c-91.854-36.254-379.379-28.07-411.422-26.948zM494.259 654.027a78.532 78.532 0 1079.18 78.553 78.532 78.532 0 00-79.158-78.553zm315.638-83.779a78.683 78.683 0 1078.683-78.035 78.683 78.683 0 00-78.683 78.035zm79.504 0c0 .886-1.663.907-1.663 0s1.663-.885 1.663 0zM264.149 630.528a115.467 115.467 0 11116.4-115.466 115.467 115.467 0 01-116.4 115.466zm0-141.066a25.624 25.624 0 1025.82 25.624 25.624 25.624 0 00-25.82-25.624zm360.772 66.873a136.079 136.079 0 11137.233-136.079 136.079 136.079 0 01-137.233 136.079zm0-182.34a46.26 46.26 0 1046.678 46.261 46.26 46.26 0 00-46.678-46.26z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-sfr{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M317.517 672.896c72.96 0 122.035 13.568 200.78 48.64l45.031 20.3 13.696 5.889c12.902 5.453 23.68 9.6 35.533 13.67 53.222 18.33 139.033 1.587 255.744-53.299a32 32 0 1127.213 57.907c-6.656 3.149-13.287 6.17-19.815 9.114l-19.353 8.448c-111.565 47.309-199.322 60.825-264.628 38.349l-9.42-3.328-11.52-4.327-5.812-2.278-12.134-4.967-13.235-5.708a1464.064 1464.064 0 01-7.22-3.175l-30.54-13.824c-77.107-34.995-119.424-47.411-184.32-47.411-73.933 0-127.59 12.877-161.152 37.094a32 32 0 11-37.453-51.916c46.131-33.28 112.41-49.152 198.605-49.152zm304.46-77.773a51.968 51.968 0 110 103.987 51.968 51.968 0 010-103.987zm155.956-57.088a62.387 62.387 0 110 124.723 62.387 62.387 0 010-124.748zm-301.491 57.088a31.18 31.18 0 110 62.387 31.18 31.18 0 010-62.387zm-291.124-22.349a31.18 31.18 0 110 62.388 31.18 31.18 0 010-62.388zM330.88 483.38a72.78 72.78 0 110 145.562 72.78 72.78 0 010-145.562zm311.885-7.757a31.18 31.18 0 110 62.388 31.18 31.18 0 010-62.388zM497.229 350.874a72.78 72.78 0 110 145.536 72.78 72.78 0 010-145.536zM206.106 371.66a51.968 51.968 0 110 103.961 51.968 51.968 0 010-103.936zm561.433 0a51.968 51.968 0 110 103.961 51.968 51.968 0 010-103.936zM330.88 309.274a31.18 31.18 0 110 62.387 31.18 31.18 0 010-62.387zm92.646-117.35l9.396 3.327 11.264 4.199 11.52 4.608 12.288 5.12 13.568 5.939 31.82 14.387c77.133 34.995 119.45 47.437 184.346 47.437 73.933 0 127.59-12.877 161.152-37.12a32 32 0 1137.453 51.917c-46.131 33.28-112.384 49.203-198.605 49.203-72.96 0-122.035-13.568-200.78-48.64l-39.553-17.869-7.245-3.2-13.107-5.632-11.853-4.864a515.533 515.533 0 00-11.238-4.275l-11.264-4.02c-53.222-18.329-139.06-1.587-255.744 53.3a32 32 0 11-27.238-57.933c130.38-61.338 231.04-80.973 303.82-55.91z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-waterper{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M345.242 244.07a51.2 51.2 0 0172.294 3.994c127.949 143.59 204.314 247.603 229.12 312.115A285.952 285.952 0 01665.6 662.938C665.6 819.917 539.52 947.2 384 947.2S102.4 819.917 102.4 662.938c0-36.455 6.81-71.322 19.2-103.348 24.806-64.153 97.74-167.603 218.726-310.476a51.2 51.2 0 014.916-5.044zm34.252 37.53C261.71 418.918 191.642 516.787 169.318 575.232a239.027 239.027 0 00-15.718 85.504C153.6 790.682 256.768 896 384 896s230.4-105.318 230.4-235.264a239.053 239.053 0 00-15.514-85.043c-22.272-58.599-95.385-156.621-219.392-294.093zm381.927-172.672a25.6 25.6 0 0134.611.41l1.536 1.587 9.19 10.393 8.807 10.087 12.518 14.592 7.885 9.395 7.526 9.088 7.168 8.832 6.759 8.525 6.425 8.269 6.042 7.961 5.683 7.68 5.325 7.424 4.94 7.117 4.558 6.86 4.224 6.554c8.038 12.826 13.875 23.962 17.51 33.408 6.118 15.95 9.472 33.28 9.472 51.456 0 78.516-63.027 142.234-140.8 142.234S640 397.107 640 318.54a143.18 143.18 0 0112.877-59.468l2.662-5.555c.973-1.92 1.971-3.866 3.072-5.888l3.405-6.144 1.869-3.226 3.993-6.656 4.352-6.963 2.356-3.584 4.94-7.424 2.612-3.84 5.53-7.885c1.894-2.662 3.84-5.401 5.887-8.192l6.272-8.499 6.656-8.832 7.04-9.14 7.424-9.446 3.84-4.838 7.962-9.907 8.371-10.24 4.3-5.197 8.96-10.7 4.609-5.454a25.6 25.6 0 012.432-2.534zm17.638 57.472l-6.912 8.243-6.605 7.987-6.323 7.757-6.016 7.501-8.473 10.778-5.3 6.886-2.56 3.328-4.838 6.528-4.557 6.272-2.15 3.046-4.122 5.888-3.84 5.658-3.533 5.402-3.225 5.17-2.944 4.916-2.663 4.66c-3.328 6.066-5.888 11.468-7.68 16.204-3.942 10.496-6.118 21.914-6.118 33.843 0 51.456 40.115 93.133 89.6 93.133s89.6-41.702 89.6-93.133c0-11.853-2.125-23.219-6.042-33.638a128.256 128.256 0 00-10.188-20.327l-2.944-4.787a302.592 302.592 0 00-4.941-7.577l-3.687-5.376-1.945-2.74-4.096-5.708-4.429-5.914-2.304-3.072-4.864-6.272-5.171-6.528-5.453-6.758-5.734-6.99-6.042-7.218-6.349-7.45-6.656-7.706-6.912-7.936a1735.117 1735.117 0 00-3.584-4.044z' fill='%23fff'/%3E%3Cpath d='M537.6 665.6a25.6 25.6 0 0125.6 25.6 128 128 0 01-128 128 25.6 25.6 0 01-2.995-51.02l2.995-.18a76.8 76.8 0 0076.672-72.294L512 691.2a25.6 25.6 0 0125.6-25.6z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-skeletalmuscle{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M806.264 144.91L681.362 72.797a33.823 33.823 0 00-44.03 10.197l-22.9 31.476c-9.169 12.81-13.833 19.68-17.448 25.382l-3.51 5.709c-3.702 5.76-9.696 14.28-24.35 34.452l-10.492 14.357c-23.577 35.812-48.857 54.846-83.138 68.63a316.04 316.04 0 01-12.839 4.836l-22.69 7.851c-16.184 5.699-26.638 10.408-36.458 17.739a67.32 67.32 0 00-23.193 30.123c-15.389 39.68-10.488 72.97 15.297 94.84 14.2 12.067 26.694 17.131 55.705 24.48l21.282 5.196c17.005 4.23 27.024 7.812 33.624 12.106 8.85 5.7 16.251 14.003 31.662 35.417l13.901 19.47c3.545 4.84 6.321 8.591 9.477 12.616 32.74 42.11 66.126 62.352 112.794 54.377 35.395-5.942 59.144-22.046 65.47-51.056 3.931-18.253.434-32.574-9.41-54.696l-9.357-20.176a100.958 100.958 0 01-5.34-13.827l-1.021-3.813a56.992 56.992 0 01-1.026-15.903l.48-5.203-1.92 4.533a1808.958 1808.958 0 0021.245-51.126l7.956-20.387c3.971-10.6 11.411-30.372 13.554-35.85l4.23-10.398c11.146-26.657 26.064-55.38 58.791-112.717 9.497-16.542 4.39-37.38-11.444-46.522zm-133.893 3.01l70.55 40.733-2.827 5.082c-23.189 41.839-35.43 66.95-45.781 92.508l-3.87 9.96-13.723 36.237-5.738 14.684c-5.895 14.862-12.405 30.605-20.41 49.03a35.963 35.963 0 00-2.467 8.46c-3.482 21.197-2.857 40.307 2.724 59.485 2.307 8.1 5.115 15.147 10.059 25.845l5.836 12.502 2.56 5.615 2.079 4.96-3.72.861a74.439 74.439 0 01-2.045.378c-16.591 2.777-29.711-4.368-47.63-26.37l-3.39-4.269a300.687 300.687 0 01-6.49-8.581L591.63 452c-19.936-27.627-30.4-39.094-47.777-50.309-12.7-8.245-26.433-13.488-46.128-18.735l-25.427-6.3c-19.938-5.01-27.992-7.995-32.517-11.79l-.47-.486c-1.569-1.657-1.604-4.202 2.338-14.659l.526-1.469-.37.27c4.539-3.396 56.967-21.906 56.221-21.638 46.838-18.783 83.82-46.64 115.043-94.208l22.65-31.136c6.237-8.755 10.117-14.358 13.08-18.933l6.684-10.646c2.062-3.107 4.71-6.95 8.648-12.467l8.28-11.55zM347.217 447.127c-35.696 6.09-59.544 22.46-65.612 51.672-3.804 18.219-.324 32.476 9.658 54.732l9.03 19.718c2.8 6.13 4.352 10.142 5.363 13.787l1.022 3.814c1.409 6.4 1.628 12.812.758 20.368l-.171.76-5.786 13.744c-7.313 17.32-13.417 32.544-19.08 47.379l-14.9 39.855-2.632 6.7c-10.8 26.803-25.103 54.646-58.54 113.398-9.48 16.607-4.35 37.404 11.484 46.546l124.822 72.066a33.87 33.87 0 0044.622-11.037l31.858-46.34 45.415-62.099-.825 1.243c22.566-34.247 47.846-53.281 82.047-67.111l8.324-3.253 4.514-1.584 22.69-7.85c16.207-5.74 26.708-10.529 36.504-17.82 10.375-7.548 18.38-17.969 23.06-29.985 15.372-39.744 10.471-73.034-15.417-94.91-14.16-12.043-26.694-17.131-55.705-24.48l-21.323-5.219-9.378-2.46c-11.457-3.23-18.929-6.2-24.269-9.606-8.706-5.67-16.084-14.014-31.517-35.388l-16.001-22.346a445.796 445.796 0 00-5.593-7.527l-1.836-2.403c-32.683-42.023-66.092-62.225-112.627-54.388zm59.328 98.504l4.814 6.27a865.147 865.147 0 0110.271 14.312c25.382 35.874 36.133 48.796 55.673 61.475 12.7 8.245 26.393 13.465 46.048 18.688l29.57 7.403c16.976 4.375 24.286 7.252 28.431 10.773l.494.447c1.568 1.657 1.62 4.266-2.258 14.705l-.496 1.325.364-.165c-4.493 3.315-56.881 21.848-56.262 21.614l-7.29 3.043a233.692 233.692 0 00-102.572 83.68l-4.276 6.289-40.572 55.385-5.551 7.754-12.035 17.495-69.865-40.336 10.53-19.17c17.711-32.537 27.86-54.022 36.51-75.89l16.864-44.843a1489.848 1489.848 0 0125.6-62.579 36.15 36.15 0 002.456-8.253 130.035 130.035 0 00-2.723-59.86 167.58 167.58 0 00-10.082-25.805l-6.956-15.029-2.274-5.18-1.256-3.036 3.968-.824 2.005-.401c17.475-2.912 31.172 5.373 50.853 30.65z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-inorganic{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M500.635 500.635h22.73v22.73h-22.73z' fill='%23FFF'/%3E%3Cpath d='M491.573 512.028a12.712 12.712 0 1012.712-12.713 12.712 12.712 0 00-12.712 12.713z' fill='%23fff'/%3E%3Cpath d='M109.349 756.005a24.162 24.162 0 009.337 34.28 26.185 26.185 0 0013.24 3.9 25.82 25.82 0 0021.82-12.459l149.529-246.125a29.72 29.72 0 0151.395 0l56.856 93.476c0 .78.78.78.78 1.56l-75.58 124.612a25.941 25.941 0 008.581 35.035 26.258 26.258 0 0013.24 3.901 25.844 25.844 0 0021.82-12.459l259.34-426.032a29.72 29.72 0 0151.395 0L925.525 742.01c0 .78.78.78 0 1.56a2.438 2.438 0 01-1.56.78H705.902a25.624 25.624 0 00-24.918 24.918 25.112 25.112 0 0024.918 24.917h218.063a52.053 52.053 0 0045.178-26.478 50.298 50.298 0 00-.78-52.175L733.94 329.996a81.164 81.164 0 00-138.63 0L441.88 583.12l-44.397-73.143a81.164 81.164 0 00-138.63 0L109.349 756.03z' fill='%23fff'/%3E%3Cpath d='M109.349 756.005a24.162 24.162 0 009.337 34.28 26.16 26.16 0 0013.24 3.9 25.82 25.82 0 0021.82-12.459l149.529-246.125a29.72 29.72 0 0151.395 0l56.856 93.476c0 .78.78.78.78 1.56-82.554 137.07 206.336-338.895 29.599-47.518l-44.398-73.143a81.164 81.164 0 00-138.63 0L109.349 756.005z' fill='%23fff'/%3E%3C/svg%3E\")}.t-icon-kongradio{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M510.398 952.656c-244.164 0-442.798-198.78-442.798-443.105 0-244.345 198.634-443.128 442.798-443.128 244.141 0 442.809 198.804 442.809 443.128 0 244.325-198.621 443.105-442.809 443.105zm0-839.41c-218.328 0-395.95 177.761-395.95 396.282 0 218.524 177.621 396.26 395.95 396.26 218.34 0 395.96-177.761 395.96-396.26.001-218.52-177.62-396.281-395.96-396.281z' fill='%23bfbfbf'/%3E%3C/svg%3E\")}.t-icon-radio{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512.572 64.021c-247.112 0-447.435 200.325-447.435 447.436 0 247.112 200.323 447.435 447.435 447.435 247.111 0 447.436-200.323 447.436-447.435 0-247.111-200.325-447.436-447.436-447.436zm288.86 325.271l-346.74 346.719c-8.74 8.739-20.187 13.108-31.636 13.108-11.447 0-22.896-4.369-31.635-13.108L212.469 557.08c-17.478-17.457-17.478-45.792 0-63.27s45.792-17.478 63.27 0l147.317 147.295 315.106-315.084c17.478-17.478 45.792-17.478 63.27 0s17.478 45.792 0 63.27z' fill='%23f19601'/%3E%3C/svg%3E\")}.t-icon-nv{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M305.4080000000001 412.432a300.056 300.056 0 10600.112 0 300.056 300.056 0 10-600.112 0z' fill='%23f1acb3'/%3E%3Cpath d='M889.616 697.437c155.829-155.83 154.107-409.806-.861-564.774-154.969-155.83-406.362-154.108-562.192.86-142.915 142.916-161.856 359.872-32.715 526.033l-67.153 67.153-118.81-118.81c-20.662-20.662-53.378-20.662-74.04 0-20.662 20.663-20.662 53.378 0 74.04l118.81 118.81-74.041 74.04c-20.663 20.663-20.663 53.379 0 74.041 20.662 20.663 53.378 20.663 74.04 0l74.04-74.04 117.088 117.087c20.662 20.662 53.378 20.662 74.04 0 20.663-20.663 20.663-53.378 0-74.04L300.736 800.748l67.153-67.153c148.081 111.06 378.812 106.756 521.728-36.16zM398.02 204.98C520.274 82.728 725.177 91.338 836.238 229.948c84.371 105.896 84.371 259.142 0 365.037-111.061 139.472-315.964 147.22-438.217 24.967-115.365-113.643-115.365-300.466 0-414.97z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-qiehuan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 80c238.208 0 432 193.792 432 432S750.208 944 512 944 80 750.208 80 512 273.792 80 512 80m0-80C229.216 0 0 229.216 0 512s229.216 512 512 512c282.768 0 512-229.216 512-512S794.768 0 512 0z' fill='%23515151'/%3E%3Cpath d='M757.2 382.528l-100.24-100.24c-8.24-8.272-22.352-2.416-22.352 9.264v77.872a13.104 13.104 0 01-13.104 13.088H237.2a13.088 13.088 0 00-13.088 13.088v35.104c0 7.232 5.856 13.088 13.088 13.088h549.68a13.104 13.104 0 009.264-22.352L757.2 382.528zM266.8 641.456l100.24 100.256a13.088 13.088 0 0022.352-9.264V654.56a13.12 13.12 0 0113.104-13.104h384.32a13.088 13.088 0 0013.104-13.088V593.28a13.104 13.104 0 00-13.104-13.088H237.12a13.088 13.088 0 00-9.264 22.352l38.944 38.912zm0 0' fill='%23515151'/%3E%3C/svg%3E\")}.t-icon-nan{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M718.592 611.568a300.056 300.056 0 10-600.112 0 300.056 300.056 0 10600.112 0z' fill='%2390cbdd'/%3E%3Cpath d='M134.384 326.563c-155.829 155.83-154.107 409.806.861 564.774 154.969 155.83 406.362 154.108 562.192-.86 142.915-142.916 161.856-359.872 32.715-526.033l67.153-67.153 118.81 118.81c20.662 20.662 53.378 20.662 74.04 0 20.662-20.663 20.662-53.378 0-74.04l-118.81-118.81 74.041-74.04c20.663-20.663 20.663-53.379 0-74.041-20.662-20.663-53.378-20.663-74.04 0l-74.04 74.04L680.217 32.123c-20.662-20.662-53.378-20.662-74.04 0-20.663 20.663-20.663 53.378 0 74.04l117.087 117.088-67.153 67.153C508.03 179.344 277.3 183.648 134.384 326.564zM625.98 819.02c-122.253 122.253-327.156 113.643-438.217-24.967-84.371-105.896-84.371-259.142 0-365.037 111.061-139.472 315.964-147.22 438.217-24.967 115.365 113.643 115.365 300.466 0 414.97z' fill='%23333'/%3E%3C/svg%3E\")}.t-icon-zanwu1{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1072 1024'%3E%3Cpath d='M0 566.223C0 627.81 239.421 677.79 534.747 677.79s534.748-49.956 534.748-111.542c0-61.587-239.421-111.543-534.748-111.543S0 504.637 0 566.223z' fill='%23F5F5F5'/%3E%3Cpath d='M137.996 231.619v306.956c0 18.237 7.29 35.67 20.212 48.567a69.169 69.169 0 0048.786 20.09H845.24c38.107 0 68.998-30.72 68.998-68.632V231.619H722.481a49.59 49.59 0 00-49.737 49.42 49.59 49.59 0 01-49.738 49.494h-193.78a49.59 49.59 0 01-49.736-49.494 49.59 49.59 0 00-49.738-49.444H137.996z' fill='%23FAFAFA'/%3E%3Cpath d='M329.777 231.619a49.615 49.615 0 0149.64 46.568l.073 2.925A49.566 49.566 0 00426.3 330.46l2.926.074h193.78a49.615 49.615 0 0049.64-46.544l.097-2.925a49.566 49.566 0 0146.811-49.347l2.926-.098h191.756v306.956a68.803 68.803 0 01-65.536 68.56l-3.462.097H206.994a68.852 68.852 0 01-68.9-65.195l-.098-3.437V231.619h191.805l-.024-.049zm-174.543 306.98a51.59 51.59 0 0048.713 51.371l3.023.098h638.244a51.639 51.639 0 0051.688-48.47l.073-2.998V248.783H722.456c-17.066 0-31.085 13.117-32.353 29.794l-.122 2.487a66.804 66.804 0 01-63.537 66.56l-3.462.097H429.227a66.828 66.828 0 01-66.877-63.195l-.098-3.414a32.378 32.378 0 00-29.964-32.231l-2.511-.098H155.234v289.841z' fill='%23D9D9D9'/%3E%3Cpath d='M323.584 0h405.09l184.612 232.838-13.556 10.63L720.31 17.14H331.923L151.016 243.468l-13.507-10.654z' fill='%23D9D9D9'/%3E%3Cpath d='M129.634 935.326v-16.53c10.947-1.073 21.455-2.145 31.548-2.999V903.12c-9.874.878-20.406 1.731-31.548 2.585v-16.945h33.475V876.08h-33.475V861.94h-14.166v14.14H90.575c5.364-7.07 10.508-15.213 15.238-24.234h58.807V838.12h-52.37c1.707-3.877 3.218-7.73 4.705-11.606l-15.433-2.56c-1.706 4.706-3.657 9.436-5.607 14.141H66.12v13.751h22.967c-5.144 9.655-10.947 17.798-16.945 24.674l3.414 12.239h39.936v17.798c-14.605.878-30.257 1.512-46.568 2.365l1.926 13.75c15.458-.853 30.476-1.95 44.617-2.803v15.457h14.19zm44.202.634c9.24-13.287 15.019-28.964 17.384-46.982h27.892v46.568h14.823v-46.568h22.748v-13.531h-64.366v-22.309c23.162-2.584 42.472-7.509 58.344-14.384l-9.85-11.581c-15.043 6.85-36.084 11.58-62.66 14.14v33.72c-.438 19.31-5.607 35.84-15.042 49.785l10.727 11.142zm-66.072 86.504v-8.363h108.983v8.363h15.872v-80.701H91.843v80.701h15.896zm108.983-50.883H107.739v-16.75h109.008v16.75zm0 29.184H107.739v-16.75h109.008v16.75zm71.436 21.04c29.842-12.897 51.322-31.134 64.61-54.32 7.314-13.727 12.677-29.818 16.09-48.494h17.409v78.117c0 14.604 6.85 21.894 21.016 21.894h34.767c9.021 0 15.458-1.95 19.53-5.803 4.73-4.705 7.948-17.383 9.654-38.4l-14.58-4.73c-1.072 16.75-2.998 26.624-6.021 30.038-2.341 2.803-6.218 4.315-11.362 4.315h-27.258c-6.875 0-10.313-3.657-10.313-10.532V918.99h66.56v-14.799h-97.036c1.511-11.605 2.365-24.259 2.804-37.547v-14.384h76.824v-15.043H296.789v15.018H358.4v14.385a290.89 290.89 0 01-2.78 37.547H282.43v14.823h70.607a158.232 158.232 0 01-11.8 36.499c-11.581 21.87-31.964 39.253-61.586 52.565l8.582 13.75zm393.41.635l8.364-12.678c-15.458-10.484-28.526-25.308-39.693-44.618 12.02-25.356 18.676-56.027 19.749-91.867h13.946v-14.8h-56.637c1.707-9.46 3.413-19.748 4.73-30.695l-15.043-2.584c-4.291 40.789-12.873 73.191-25.527 97.231l9.655 11.8c4.51-7.728 8.777-16.53 12.678-26.404 5.778 21.455 12.873 40.35 21.211 56.88a126.318 126.318 0 01-39.692 44.642l7.948 12.873A143.97 143.97 0 00643 979.066c10.727 18.042 23.6 32.646 38.62 43.374zm-180.906-97.427c18.432-12.458 31.33-27.063 38.4-44.007v40.789h14.385v-27.916c7.729 5.144 16.945 12.02 27.672 20.602l7.949-12.02a500.053 500.053 0 00-35.621-19.749v-2.34h39.058V866.84h-39.058v-40.984h-14.385v40.984H497.25v13.532h30.476c-6.461 11.8-18.042 22.528-34.572 32.183l7.509 12.434zm72.948-63.098a142.716 142.716 0 0016.53-27.696L579 829.074c-3.852 9.021-9.436 18.042-16.311 27.258l10.971 5.583zm-57.734-.243l11.166-5.12a183.613 183.613 0 00-13.312-26.82l-12.214 4.048c5.12 8.167 9.874 17.383 14.384 27.916zm126.196 87.576c-8.582-18.042-15.433-39.692-20.822-64.805l2.804-11.166h31.769c-.878 28.965-5.364 54.296-13.751 75.971zm-142.921 72.558c21.455-6.022 39.253-13.97 53.443-23.845 12.653 5.608 23.6 11.386 33.036 16.97l8.387-12.02a475.355 475.355 0 00-29.623-14.605 86.314 86.314 0 0023.82-36.693v-12.678h-44.86c1.291-3.852 2.803-7.705 4.29-11.776l-14.384-1.707c-1.488 4.267-3.219 8.777-5.12 13.507H496.81v13.507h25.331c-4.29 8.582-9.24 17.384-14.823 26.82 10.532 3.9 20.407 7.948 29.842 12.044-12.434 7.07-27.697 12.873-45.275 17.578l7.29 12.898zm51.078-39.497a452.315 452.315 0 00-24.479-9.24 158.916 158.916 0 0011.606-20.603h36.912a83.139 83.139 0 01-24.04 29.843zm182.418 38.205c12.02 0 18.042-6.437 18.042-18.896V938.96c6.632-3.023 13.288-6.022 19.944-9.46v-15.213a290.909 290.909 0 01-19.968 9.679v-42.301h20.601v-14.8H750.69v-40.57h-15.02v40.57h-25.697v14.8h25.747v48.518c-9.436 3.413-19.31 6.437-29.184 8.777l3.876 15.043c8.363-2.584 16.726-5.583 25.308-8.801v52.59c0 5.997-2.78 9.215-8.144 9.215-5.168 0-10.727-.414-16.335-1.072l3.243 14.604h18.237zm86.48 1.926v-10.509h58.172v10.484h14.385v-70.339h-36.084v-26.404h45.958v-13.946H855.65v-25.332H896v-52.151H782.872v67.17c-.195 45.08-7.923 81.993-23.162 110.323l12.02 10.728c14.166-27.892 22.528-60.099 25.113-96.792h43.788v26.404h-35.84v70.388h14.385zm61.83-150.016h-83.067v-23.82h83.066v23.82zm-40.351 39.253h-42.91l.194-10.289V886.37h42.716V911.7zm36.693 86.504h-58.173v-32.403h58.173v32.427zm110.519-58.149c9.24 0 18.456-7.07 27.697-21.04l-10.728-7.73c-6.436 9.875-12.02 15.02-16.969 15.02-4.072 0-10.728-3.22-19.944-9.217-9.46-6.436-17.603-9.435-24.259-9.435-9.435 0-18.675 6.85-27.696 21.016l10.727 7.51c6.242-9.875 11.825-14.8 16.97-14.8 4.29 0 10.946 2.999 20.382 9.216 9.24 6.242 17.164 9.46 23.82 9.46z' fill='%2395979A'/%3E%3C/svg%3E\")}.t-icon-xiazai41{background:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M888.514 742.335c-12.41 12.41-32.715 12.41-45.124 0l-90.249-90.248c-12.41-12.41-12.41-32.716 0-45.125 12.41-12.41 32.715-12.41 45.125 0l90.25 90.248c12.407 12.41 12.407 32.715-.002 45.125zm46.766-260.967c0 17.55-14.358 31.908-31.907 31.908H775.742c-17.55 0-31.908-14.358-31.908-31.908s14.358-31.907 31.908-31.907h127.63c17.55 0 31.908 14.358 31.908 31.907zM753.141 373.945c12.41 12.41 32.715 12.41 45.125 0l90.25-90.249c12.409-12.41 12.409-32.715 0-45.124-12.41-12.41-32.716-12.41-45.125 0l-90.249 90.248c-12.41 12.41-12.41 32.715 0 45.125zM623.037 951.718c-11.11 0-22.583-4.449-32.72-13.025L343.659 730.01c-13.453-11.382-15.133-31.516-3.75-44.968 11.382-13.452 31.515-15.133 44.968-3.75l216.286 182.987V160.033l-194.12 165.535c-17.973 15.326-48.161 26.45-71.781 26.45H152.535V673.99h87.49c17.623 0 31.908 14.286 31.908 31.908s-14.285 31.908-31.907 31.908h-90.392c-33.589 0-60.915-27.326-60.915-60.915V349.117c0-33.589 27.326-60.915 60.915-60.915h185.627c8.383 0 23.996-5.753 30.376-11.192L590.295 85.433c15.43-13.156 33.994-16.695 49.662-9.465 15.667 7.23 25.021 23.653 25.021 43.93v784.165c0 20.25-9.34 36.672-24.987 43.929a40.086 40.086 0 01-16.954 3.726z' fill='%23ff5656'/%3E%3C/svg%3E\")}*{font-family:Microsoft YaHei}body{font-size:30rpx}.text_l{text-align:left}.text_r{text-align:right!important}.text_c{text-align:center}.f-r{float:right!important}.bgfff{background:#fff!important}.red{color:#f5222d}.c666{color:#666!important}.c999{color:#999!important}.cyello{color:#fec407!important}.cblue{color:#477eff!important}.size12{font-size:28rpx!important}.size14{font-size:32rpx!important}.size16{font-size:36rpx!important}.size18{font-size:40rpx!important}.size20{font-size:44rpx!important}.size26{font-size:52rpx!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.orangeBtn{color:#fa8c16;background:#fff7e6;border:1px solid #ffd591;padding:5px 8px;border-radius:5px}.blueBtn{color:#1890ff;background:#dbebf9;border:1px solid #8cc8ff;padding:5px 8px;border-radius:5px}.redBtn{color:#f5222d;background:#fff1f0;border:1px solid #ffa39e}.bold{font-weight:700}.flex{display:flex;align-items:center;justify-content:space-between}.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box_shadow{box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.border-bottom{border-bottom:1px solid #f7f7f7}.borderR{border-right:1px solid #f7f7f7}.nolist{padding:50px 15px;width:calc(100% - 30px);text-align:center}.nolist uni-image{width:150px;height:150px}.nolist uni-text{display:block;width:100%;margin-top:15px;text-align:center;color:#999}.btn{text-align:center;color:#fff;height:35px;line-height:35px;border-radius:10px}.endtext{text-align:center;font-size:32rpx;color:#999;padding:15px 0}.groupBtn{display:flex}.groupBtn .del{color:#fea606!important;background-color:#ffe4b8!important}.groupBtn .btn{background-color:#fea606;width:45%;margin:10px auto 15px;text-align:center;height:36px;line-height:36px;border-radius:10px;color:#fff}.wrapper{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.wrapper .wrapper_box{width:220px;background-color:#fff;z-index:1000;position:absolute;height:100vh}.wrapper .wrapper_box .top{width:100%;height:200rpx;color:#fff;text-align:center;background:#37cc92}.wrapper .wrapper_box .top .image1{width:50px;height:50px;margin:auto;border-radius:50%;margin-bottom:16rpx}.wrapper .wrapper_box .top uni-view{width:100%;display:block;text-align:center;margin:auto}.wrapper .wrapper_box .drawerList{position:relative;top:0;left:0;flex-direction:column;flex:1;justify-content:flex-end;margin-bottom:20rpx;width:220px;height:calc(100vh - 100px);overflow-y:scroll}.wrapper .wrapper_box .drawerList .drawerList_item{background:#f7f7f7;margin:10px;padding:8px 8px 0;border-radius:10px;display:flex;justify-content:space-between}.wrapper .wrapper_box .drawerList .drawerList_item .image1{width:45px;height:45px;border-radius:50%;margin-right:10px}.wrapper .wrapper_box .drawerList .drawerList_item .overflow{font-size:32rpx;color:#333}.wrapper .wrapper_box .drawerList .drawerList_item .right{width:70%}.wrapper .wrapper_box .drawerList .drawerList_item .right .dangqian{font-size:28rpx;color:#fff;padding:1px 5px;background-color:#37cc92;text-align:center;width:auto;margin-left:10px;width:auto;display:inline-block;float:right;height:15px;line-height:15px;border-radius:3px}.wrapper .wrapper_box .drawerList .drawerList_item .right .toggle{background-color:#999}.wrapper .wrapper_box .drawerList .drawerList_item .info{height:30px;line-height:30px}.wrapper .wrapper_box .drawerList .drawerList_item .info uni-view{float:left;margin-right:10px;font-size:28rpx;color:#999}.wrapper .wrapper_box .drawerList .drawerList_item .name{width:100%;display:flex;justify-content:space-between}.wrapper .wrapper_box .drawerList .drawerList_item .name .overflow{width:60%}.wrapper .wrapper_box .drawerList .add{margin:15px;background:#fea606;color:#fff;height:30px;text-align:center;font-size:56rpx;line-height:30px;border-radius:20px}.wrapper .edit{width:75%;height:auto;background:#eee;border-radius:10px;padding:15px;position:relative;top:15%;margin:auto;z-index:99999;overflow:hidden}.wrapper .edit .title{text-align:center;width:100%;color:#333;font-size:36rpx;font-weight:700}.wrapper .edit .editem{position:relative;display:flex;font-size:32rpx;border-radius:10px;margin-top:15px;height:40px;justify-content:space-between;background:#fff;padding:0 10px;align-items:center}.wrapper .edit .editem .radioimg{font-size:44rpx;color:#fea606}.wrapper .edit .editem .radio{width:50%;text-align:right;display:flex;justify-content:center;align-items:center}.wrapper .edit .editem .name{width:4rem;color:#333}.wrapper .edit .editem .right{width:60%;height:40px;line-height:40px;display:flex;justify-content:flex-end}.wrapper .edit .editem .right uni-input{margin-right:10px;height:40px;line-height:40px;text-align:right}.wrapper .edit .editem .right uni-picker{width:100%;font-size:36rpx;justify-content:center;align-items:center}.wrapper .edit .editem .right uni-picker uni-view{text-align:right}.wrapper .edit .editem .right .uni-input{position:absolute;right:30px;top:0;left:0;height:40px;line-height:40px;text-align:right;z-index:9999}.wrapper .edit .editem .value{position:relative;z-index:999;width:3rem;text-align:center;float:left;margin-right:10px}.wrapper .edit .editem .iconfont{margin-left:10px;float:right;display:flex}.wrapper .edit .tips{font-size:28rpx;color:#999;text-align:center;margin-top:15px;margin-bottom:20px;display:flex}.visible{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background-color:rgba(0,0,0,.6)}.visible .groupBtn{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure{background-color:#37cc92;color:#fff!important}.visible .picker-view{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.header{width:100%;height:240rpx;background:#37cc92}.header uni-image{width:55px;height:55px;border-radius:50%}.header .top{margin:0 10px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10px;padding:10px 15px;height:160rpx}.header .top .headimg{width:55px;height:55px}.header .top .toggle{width:20px;height:20px}.header .add{border:1px #dfdfdf dashed;font-size:56rpx;font-weight:500;width:35px;height:35px;line-height:35px;border-radius:10px;text-align:center}.TrendPage{padding:10px 0;margin-bottom:15px;border-radius:10px;background-color:#f7f7f7}.TrendPage .listC{width:calc(100% - 50px);padding:15px;margin:0 10px;display:flex;border-radius:10px;align-items:center;justify-content:space-around;background-color:#fff}.TrendPage .listC uni-view{position:relative}.TrendPage .listC .active:after{content:\"\";height:3px;width:100%;position:absolute;bottom:-5px;left:0;border-radius:5px;background:#37cc92}.TrendPage .box{width:calc(100% - 20px);background-color:#fff;margin:10px;border-radius:15px}.TrendPage .boxTime{width:calc(100% - 20px);border-radius:10px;padding:10px;text-align:center}.TrendPage .boxTime .style{background:#37cc92;color:#fff}.TrendPage .boxTime .iconfont{font-size:32rpx;color:#666}.TrendPage .boxLine{display:flex;flex-wrap:wrap;border-radius:10px;justify-content:space-between}.TrendPage .boxLine .line{clear:both;width:100%;height:auto;background-color:#fff;padding-top:10px;border-bottom:10px solid #f7f7f7}.gridList{padding:0;display:flex;flex-wrap:wrap;margin:15px;width:calc(100%- 30px);justify-content:space-between}.gridList .info{width:100%;display:flex;margin-top:15px;justify-content:space-between}.gridList .info .item{color:#fff;width:47.5%;height:50px;background:#37cc92;text-align:center;border-radius:10px;display:flex;justify-content:center;align-items:center}.gridList .info .item uni-text{width:30px;height:30px;border-radius:50%;margin-right:10px;display:inline-block;background-color:#fff}.gridList .data{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;color:#666;margin-top:15px;width:100%}.gridList .data .item{width:47.5%;text-align:center;font-size:32rpx;line-height:30px;background:#fff;padding:10px 0;border-radius:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.gridList .data .val{display:flex;align-items:center;font-size:40rpx;font-weight:700;justify-content:center;color:#666}.gridList .data .val uni-text{font-size:32rpx;font-weight:500;display:block;margin-top:3px;margin-left:3px}.gridList .data .image{width:40px;height:40px;border-radius:50%}.gridList .data .image uni-image{width:70%;height:70%;margin:15%}.gridList .data .name{display:flex;align-items:center;justify-content:center;line-height:20px;color:#999}.skiptop{background:#37cc92;border-radius:10px;margin:0 15px 10px;font-size:32rpx;padding:20px 10px 5px;color:#fff}.skiptop .status{float:right;margin-bottom:25px;width:auto;color:#333;background-color:#fff;border-radius:10px;padding:8px 10px;display:flex;align-items:center}.skiptop .item{width:100%;display:flex;justify-content:space-between}.skiptop .item uni-text{display:block;width:100%;font-size:36rpx;text-align:center;margin-top:10px}.indexCarList .box{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;border-radius:10px}.indexCarList .card{flex-wrap:wrap}.indexCarList .card .title{width:100%;color:#666;display:flex;padding-bottom:5px;align-items:center;justify-content:space-between}.indexCarList .card .title .time{display:flex;font-size:28rpx;align-items:center}.indexCarList .card .title .name2{font-size:36rpx;font-weight:700;margin-right:10px;color:#333}.indexCarList .card .item{padding:7px 0;display:flex;flex-wrap:wrap;text-align:center}.indexCarList .card .item .weight{width:100%}.indexCarList .card .item .weight uni-text{font-size:40rpx!important;font-weight:700;display:inline-block}.indexCarList .card .item .standardBtn{width:40px;padding:3px 8px;border-radius:8px;text-align:center;color:#fff;font-size:32rpx;margin:auto;background-color:#fea606}.indexCarList .card .target{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:10px;font-size:32rpx;color:#37cc92}.indexCarList .card .target .targetBtn{width:auto;height:30px;line-height:30px;color:#fff;border-radius:10px;padding:0 10px;background:#37cc92}.indexCarList .card .item2{width:50%;display:flex;flex-wrap:wrap;margin:15px 0}.indexCarList .card .item2 .name{display:inline-block;width:100%}.indexCarList .small{width:calc(50% - 40px);float:left;margin-bottom:15px}.indexCarList .small .title .name{display:flex;flex-wrap:wrap}.indexCarList .small .title .name uni-text{width:80%;margin-bottom:5px;display:inline-block}.indexCarList .small .item{justify-content:center}.indexCarList .setcard{width:calc(100% - 20px);text-align:center;height:40px;line-height:40px;margin:10px;border-radius:10px;color:#37cc92;background-color:#fff}.calendar{background:#f7f7f7;min-height:100vh}.calendar .box{margin-bottom:305px;padding-bottom:210px}.calendar .list{display:flex;flex-wrap:wrap;justify-content:space-between;margin:15px;align-items:center}.calendar .list .item{width:100%;height:auto;background:#fff;display:flex;height:40px;justify-content:space-between;padding:10px 15px;border-radius:10px;align-items:center;text-align:center;font-size:36rpx;font-weight:700}.calendar .list .item uni-view{width:32%}.calendar .list .item uni-image{width:25px;height:25px}.calendar .list .item uni-text{width:100%;font-size:28rpx;display:block;color:#666;text-align:center;font-weight:400}.calendar .list .item .check{width:35px!important}.calendar .list .item .check .icon-kongradio{font-size:44rpx;color:#999}.calendar .list .item .check .icon-radio{font-size:44rpx;color:#fca82d}.calendar .time{width:100%;font-size:32rpx;color:#666;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.calendar .time uni-text{font-size:32rpx;margin-top:3px}.calendar .bottom{margin:0;width:auto;position:fixed;left:0;right:0;bottom:0;z-index:9;padding:0 10px 10px;background:#fff;border-radius:0;border-top:1px solid #dfdfdf}.calendar .bottom .btn{width:auto;margin:10px 0 0;background:#37cc92}.calendar .bottom .list{margin:10px 0;height:120rpx;position:relative}.calendar .bottom .list .item{background:#f7f7f7}.calendar .bottom .list .time{float:left;text-align:center;justify-content:center;color:#fea82d;font-weight:700;width:35%}.calendar .bottom .list .check{position:absolute;right:-5px;top:-5px;width:25px}.calendar .bottom .list .check .icon-quxiao{font-size:40rpx;color:#999}.calendar .pkclass{position:absolute;width:30px;height:30px;background:#fea82d;border-radius:50%;line-height:27px;text-align:center;color:#fff;font-size:40rpx;left:30px;top:120rpx}.calendar .btn.active{border:none;color:#333!important;background:#dfdfdf!important;display:block;border-radius:10px}.pkconp{background:#f7f7f7;padding:15px 0;min-height:100vh}.pkconp .headerTop{text-align:center;background:#fff;padding:15px 15px 10px;margin:0 15px;border-radius:10px 10px 0 0;display:flex;align-items:center;position:relative}.pkconp .headerTop .name{text-align:left}.pkconp .headerTop uni-image{width:110rpx;height:110rpx;border-radius:50%;margin-right:15px}.pkconp .headerTop .right{width:calc(100% - 140rpx)}.pkconp .headerTop .top{width:100%;display:flex;height:30px;line-height:30px;color:#999;margin-top:15px;font-size:30rpx}.pkconp .box{background:#fff;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding-top:15px;margin:15px;font-size:15px;border-radius:0 0 10px 10px}.pkconp .box .item{text-align:center;color:#999;width:33.3%;line-height:26px;border-right:1px solid #f7f7f7;box-sizing:border-box}.pkconp .box .item uni-view{font-size:40rpx;font-weight:700;color:#666}.pkconp .control{background:#fff;margin:15px;display:flex;border:1px solid #f0f0f0;border-radius:10px;flex-wrap:wrap;justify-content:space-between}.pkconp .control .title{width:100%;margin:10px;display:flex;justify-content:space-between}.pkconp .control .title uni-view{width:25%;text-align:center}.pkconp .control .li{display:flex;margin:0 10px;justify-content:space-between;height:54px;border-top:1px solid #eee;align-items:center;width:100%}.pkconp .control .li .name{width:25%;display:flex;font-size:32rpx;align-items:center}.pkconp .control .li .name uni-image{width:20px;height:20px;margin-right:5px}.pkconp .control .li .num{width:25%;display:flex;align-items:center;justify-content:center}.pkconp .control .li .num uni-image{width:40rpx;height:40rpx}.pkconp .control .li .f,\n.pkconp .control .li .f0{width:25%;text-align:center}.pkconp .control .li .f uni-text,\n.pkconp .control .li .f0 uni-text{display:block;width:100%;color:#999;font-size:28rpx}.pkconp .control .li .f0 uni-text{font-size:28rpx}.pkconp .time{border-top:1px solid #f0f0f0;width:100%;height:40px;line-height:40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.pkconp .time uni-view{height:40px;line-height:40px;display:flex;align-items:center}.pkconp .boxTime{background:#fff;margin:15px;display:flex;border-radius:10px;flex-wrap:wrap;align-items:center;padding:0 10px;height:50px;line-height:50px;justify-content:space-between}.pkconp .boxTime uni-view{height:50px;line-height:50px;display:flex;align-items:center}.weightPages .text{width:100%;text-align:center;font-size:36rpx;margin-top:20px;color:#37cc92}.weightPages .title{width:100%;text-align:center;height:45px;line-height:45px;font-size:36rpx;font-weight:700}.weightPages .image{text-align:center}.weightPages .image uni-image{width:200px;height:200px;margin:auto;margin-top:20px}.weightPages .tips{width:auto;margin-top:25px;padding-left:20px;line-height:30px;font-size:28rpx;color:#999}.weightPages .tips uni-text{display:block}.weightPages .wrapper{position:fixed;top:0;bottom:0;right:0;left:0;z-index:99;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4)}.weightPages .wrapper .Blue{width:75%;padding:15px;background:#fff;z-index:999;border-radius:5px;text-align:center;line-height:30px}.weightPages .wrapper .Blue .h4{font-size:36rpx;font-weight:700;margin-bottom:10px}.weightPages .wrapper .Blue .Blue-box{display:flex;align-items:center;text-align:left;height:40px;line-height:40px;margin-bottom:15px}.weightPages .wrapper .Blue .Blue-box uni-text{font-size:36rpx;font-weight:700;margin:0 5px;color:#37cc92}.weightPages .wrapper .Blue uni-input{width:85px;background:#f7f7f7;padding:7px 5px;margin-right:10px;border-radius:5px}.weightPages .wrapper .Blue-btn{width:45%;background:#37cc92;border-radius:5px;font-size:32rpx;margin-top:10px;margin-bottom:5px;height:35px;line-height:35px;float:right;color:#fff}.weightPages .wrapper .Blue-close{background:#dfdfdf!important;float:left!important;color:#333}.weightPages .btnGroup{width:100%;display:flex}.weightPages .btnGroup .btnClose,\n.weightPages .btnGroup .baocun{width:150px;background-color:#37cc92;border:1px solid #f7f7f7;color:#fff;text-align:center;padding:7px;border-radius:10px;margin:15px auto}.weightPages .btnGroup .btnClose{background-color:#dfdfdf;color:#fff}",""]),t.exports=e},7382:function(t,e,i){var a=i("3bda");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("13787ccb",a,!0,{sourceMap:!1,shadowMode:!1})},7438:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniCollapse:i("6d17").default,uniCollapseItem:i("e88d").default,uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("headerIndex",{attrs:{_i:1}}):t._e(),t._$g(2,"i")?i("uni-view",{attrs:{_i:2}},[t._$g(3,"i")?i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]):i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(4,"t0-0"))])],1):t._e(),t._$g(5,"i")?i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-text",{attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]),i("v-uni-swiper",{staticClass:t._$g(7,"sc"),attrs:{vertical:"true",autoplay:"true",_i:7}},t._l(t._$g(8,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"8-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))])],1)})),1)],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{_i:10}},[t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(12,"a-src"),_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u4e2d\u8003\u4f30\u5206")])],1):t._e(),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(15,"a-src"),_i:15}}),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(18,"a-src"),_i:18}}),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))])],1),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(21,"a-src"),_i:21}}),i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v("\u667a\u80fd\u8df3\u7ef3")])],1):t._e(),t._$g(23,"i")?i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(24,"a-src"),_i:24}}),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v("\u80ba\u6d3b\u91cf\u8bad\u7ec3")])],1):t._e(),t._$g(26,"i")?i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(27,"a-src"),_i:27}}),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v("\u589e\u91cf\u5bf9\u6bd4")])],1):t._e(),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(30,"a-src"),_i:30}}),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(33,"a-src"),_i:33}}),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[t._v(t._$g(34,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(36,"a-src"),_i:36}}),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(39,"a-src"),_i:39}}),i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v(t._$g(40,"t0-0"))])],1),t._$g(41,"i")?i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(42,"a-src"),_i:42}}),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[t._v("\u6210\u5458\u7ba1\u7406")])],1):t._e()],1),i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44}},[t._$g(45,"i")?i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[i("uni-view",{attrs:{_i:46}},[t._v(t._$g(46,"t0-0"))]),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[t._v(t._$g(47,"t0-0"))])],1):t._e(),t._l(t._$g(48,"f"),(function(e,a,n,r){return t._$g("48-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("48-"+r,"sc"),attrs:{_i:"48-"+r}},[i("uni-view",{staticClass:t._$g("49-"+r,"sc"),style:t._$g("49-"+r,"s"),attrs:{_i:"49-"+r}},[i("uni-view",{staticClass:t._$g("50-"+r,"sc"),class:t._$g("50-"+r,"c"),attrs:{_i:"50-"+r}},[i("uni-view",{staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[t._v(t._$g("51-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"52-"+r}},[i("v-uni-text",{staticClass:t._$g("53-"+r,"sc"),class:t._$g("53-"+r,"c"),attrs:{_i:"53-"+r}},[t._v(t._$g("53-"+r,"t0-0"))]),t._v(t._$g("52-"+r,"t1-0"))],1)],1),t._$g("54-"+r,"i")?i("uni-view",{staticClass:t._$g("54-"+r,"sc"),attrs:{_i:"54-"+r}},[i("uni-view",{staticStyle:{width:"100%"},attrs:{_i:"55-"+r}},[t._v(t._$g("55-"+r,"t0-0")+t._$g("55-"+r,"t0-1"))]),i("uni-view",{staticClass:t._$g("56-"+r,"sc"),attrs:{_i:"56-"+r}},[i("uni-view",{staticClass:t._$g("57-"+r,"sc"),attrs:{_i:"57-"+r}},[i("v-uni-text",{staticClass:t._$g("58-"+r,"sc"),attrs:{_i:"58-"+r}},[t._v(t._$g("58-"+r,"t0-0"))]),t._v(t._$g("57-"+r,"t1-0"))],1),i("uni-view",{attrs:{_i:"59-"+r}},[t._$g("60-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("60-"+r,"sc"),attrs:{_i:"60-"+r}}):t._e(),t._$g("61-"+r,"i")?i("v-uni-icon",{staticClass:t._$g("61-"+r,"sc"),attrs:{_i:"61-"+r}}):t._e(),t._v(t._$g("59-"+r,"t2-0"))],1)],1)],1):t._e()],1),i("uni-view",{staticClass:t._$g("62-"+r,"sc"),attrs:{_i:"62-"+r}},[i("uni-view",{staticClass:t._$g("63-"+r,"sc"),attrs:{_i:"63-"+r}},[t._$g("64-"+r,"i")?i("uni-view",{staticClass:t._$g("64-"+r,"sc"),attrs:{_i:"64-"+r}},[t._v(t._$g("64-"+r,"t0-0"))]):t._e(),t._$g("65-"+r,"i")?i("uni-view",{class:t._$g("65-"+r,"c"),attrs:{_i:"65-"+r}},[i("uni-view",{staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[i("uni-view",{staticClass:t._$g("67-"+r,"sc"),style:t._$g("67-"+r,"s"),attrs:{_i:"67-"+r}},[i("uni-view",{staticClass:t._$g("68-"+r,"sc"),attrs:{_i:"68-"+r}})],1),t._l(t._$g("69-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("69-"+r+"-"+s,"sc"),style:t._$g("69-"+r+"-"+s,"s"),attrs:{_i:"69-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("70-"+r+"-"+s,"sc"),attrs:{_i:"70-"+r+"-"+s}},[t._v(t._$g("70-"+r+"-"+s,"t0-0"))]),t._$g("71-"+r+"-"+s,"i")?i("uni-view",{staticClass:t._$g("71-"+r+"-"+s,"sc"),attrs:{_i:"71-"+r+"-"+s}},[t._v(t._$g("71-"+r+"-"+s,"t0-0"))]):t._e()],1)}))],2)],1):t._e()],1)],1)],1):t._e()})),t._$g(72,"i")?i("uni-view",{staticClass:t._$g(72,"sc"),attrs:{_i:72}},[i("v-uni-image",{attrs:{src:t._$g(73,"a-src"),_i:73}}),i("v-uni-text",{attrs:{_i:74}},[t._v(t._$g(74,"t0-0"))])],1):t._e(),t._$g(75,"i")?i("uni-view",{staticClass:t._$g(75,"sc"),attrs:{_i:75}},[i("uni-view",{attrs:{_i:76}},[t._v(t._$g(76,"t0-0")+"\uff1a"+t._$g(76,"t0-1")+t._$g(76,"t0-2"))]),i("uni-view",{attrs:{_i:77}},[t._v(t._$g(77,"t0-0")+"\uff1a"+t._$g(77,"t0-1"))])],1):t._e(),t._$g(78,"i")?i("uni-view",{staticClass:t._$g(78,"sc"),attrs:{_i:78}},[t._v(t._$g(78,"t0-0"))]):t._e(),t._$g(79,"i")?i("uni-view",{staticClass:t._$g(79,"sc"),attrs:{_i:79}},[i("uni-view",{staticClass:t._$g(80,"sc"),attrs:{_i:80}},[i("uni-view",{staticClass:t._$g(81,"sc"),attrs:{_i:81}},[i("uni-collapse",{attrs:{_i:82}},t._l(t._$g(83,"f"),(function(e,a,n,r){return i("uni-collapse-item",{key:e,staticClass:t._$g("83-"+r,"sc"),attrs:{_i:"83-"+r},scopedSlots:t._u([{key:"title",fn:function(e,a,n){return[i("uni-list-item",{staticClass:a._$g("85-"+r+"-"+n,"sc"),attrs:{_i:"85-"+r+"-"+n}},[i("uni-view",{staticClass:a._$g("86-"+r+"-"+n,"sc"),attrs:{_i:"86-"+r+"-"+n}},[i("v-uni-icon",{staticClass:a._$g("87-"+r+"-"+n,"sc"),class:a._$g("87-"+r+"-"+n,"c"),attrs:{_i:"87-"+r+"-"+n}}),i("v-uni-text",{attrs:{_i:"88-"+r+"-"+n}},[t._v(a._$g("88-"+r+"-"+n,"t0-0"))])],1),a._$g("89-"+r+"-"+n,"i")?i("uni-view",{staticClass:a._$g("89-"+r+"-"+n,"sc"),attrs:{_i:"89-"+r+"-"+n}},[t._v("-")]):i("uni-view",{staticClass:a._$g("90-"+r,"sc"),attrs:{_i:"90-"+r}},[t._v(a._$g("90-"+r+n,"t0-0")+a._$g("90-"+r+n,"t0-1"))]),i("uni-view",{staticClass:a._$g("91-"+r+"-"+n,"sc"),attrs:{_i:"91-"+r+"-"+n}},[i("uni-view",{staticClass:a._$g("92-"+r+"-"+n,"sc"),class:a._$g("92-"+r+"-"+n,"c"),style:a._$g("92-"+r+"-"+n,"s"),attrs:{_i:"92-"+r+"-"+n}},[t._v(a._$g("92-"+r+"-"+n,"t0-0"))])],1)],1)]}}],null,!0)},[i("uni-view",{staticClass:t._$g("93-"+r,"sc"),attrs:{_i:"93-"+r}},[t._$g("94-"+r,"i")?i("uni-view",{staticClass:t._$g("94-"+r,"sc"),attrs:{_i:"94-"+r}},[t._v(t._$g("94-"+r,"t0-0"))]):t._e(),t._$g("95-"+r,"i")?i("uni-view",{class:t._$g("95-"+r,"c"),attrs:{_i:"95-"+r}},[t._$g("96-"+r,"i")?i("uni-view",{staticClass:t._$g("96-"+r,"sc"),attrs:{_i:"96-"+r}},[i("uni-view",{staticClass:t._$g("97-"+r,"sc"),style:t._$g("97-"+r,"s"),attrs:{_i:"97-"+r}},[i("uni-view",{staticClass:t._$g("98-"+r,"sc"),attrs:{_i:"98-"+r}})],1),t._l(t._$g("99-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("99-"+r+"-"+s,"sc"),style:t._$g("99-"+r+"-"+s,"s"),attrs:{_i:"99-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("100-"+r+"-"+s,"sc"),attrs:{_i:"100-"+r+"-"+s}},[t._v(t._$g("100-"+r+"-"+s,"t0-0"))]),t._$g("101-"+r+"-"+s,"i")?i("uni-view",{staticClass:t._$g("101-"+r+"-"+s,"sc"),attrs:{_i:"101-"+r+"-"+s}},[t._v(t._$g("101-"+r+"-"+s,"t0-0"))]):t._e()],1)}))],2):i("uni-view",{attrs:{_i:"102-"+r}},[t._$g("103-"+r,"i")?i("uni-view",{staticClass:t._$g("103-"+r,"sc"),attrs:{_i:"103-"+r}},[t._v(t._$g("103-"+r,"t0-0")+":"+t._$g("103-"+r,"t0-1")+"kcal")]):t._e()],1)],1):t._e()],1)],1)})),1)],1)],1)],1):t._e(),t._$g(104,"i")?i("uni-view",{staticClass:t._$g(104,"sc"),attrs:{_i:104}},[i("v-uni-text",{attrs:{_i:105}},[t._v("*"+t._$g(105,"t0-0")+"\uff1a")]),t._l(t._$g(106,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"106-"+r}},[t._v(t._$g("106-"+r,"t0-0"))])}))],2):t._e(),t._$g(107,"i")?i("uni-view",{staticClass:t._$g(107,"sc"),attrs:{_i:107}},[i("uni-icons",{attrs:{_i:108}}),t._v(t._$g(107,"t1-0"))],1):t._e(),t._$g(109,"i")?i("uni-view",{staticClass:t._$g(109,"sc"),attrs:{_i:109}},[i("v-uni-swiper",{staticClass:t._$g(110,"sc"),attrs:{"indicator-dots":"true",autoplay:"true",_i:110}},t._l(t._$g(111,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"111-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("112-"+r,"a-src"),mode:"aspectFill",_i:"112-"+r}})],1)})),1)],1):t._e(),t._$g(113,"i")?i("uni-view",{staticClass:t._$g(113,"sc"),attrs:{_i:113}},[i("uni-view",{staticClass:t._$g(114,"sc"),attrs:{_i:114}},[t._v(t._$g(114,"t0-0"))]),i("uni-view",{staticClass:t._$g(115,"sc"),attrs:{_i:115}},[i("uni-view",{staticClass:t._$g(116,"sc"),attrs:{_i:116}},[i("uni-view",{class:t._$g(117,"c"),attrs:{_i:117},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(118,"a-src"),_i:118}}),i("v-uni-text",{attrs:{_i:119}},[t._v(t._$g(119,"t0-0"))])],1),i("uni-view",{class:t._$g(120,"c"),attrs:{_i:120},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(121,"a-src"),_i:121}}),i("v-uni-text",{attrs:{_i:122}},[t._v(t._$g(122,"t0-0"))])],1),i("uni-view",{class:t._$g(123,"c"),attrs:{_i:123},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(124,"a-src"),_i:124}}),i("v-uni-text",{attrs:{_i:125}},[t._v(t._$g(125,"t0-0"))])],1),i("uni-view",{class:t._$g(126,"c"),attrs:{_i:126},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(127,"a-src"),_i:127}}),i("v-uni-text",{attrs:{_i:128}},[t._v(t._$g(128,"t0-0"))])],1)],1),i("uni-view",{attrs:{_i:129}},[t._$g(130,"i")?i("uni-view",{staticClass:t._$g(130,"sc"),attrs:{_i:130}},t._l(t._$g(131,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"131-"+r}},[t._v(t._$g("131-"+r,"t0-0"))])})),1):t._e(),t._$g(132,"i")?i("uni-view",{staticClass:t._$g(132,"sc"),attrs:{_i:132}},t._l(t._$g(133,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"133-"+r}},[t._v(t._$g("133-"+r,"t0-0"))])})),1):t._e(),t._$g(134,"i")?i("uni-view",{staticClass:t._$g(134,"sc"),attrs:{_i:134}},t._l(t._$g(135,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"135-"+r}},[t._v(t._$g("135-"+r,"t0-0"))])})),1):t._e(),t._$g(136,"i")?i("uni-view",{staticClass:t._$g(136,"sc"),attrs:{_i:136}},t._l(t._$g(137,"f"),(function(e,a,n,r){return i("v-uni-text",{key:e,attrs:{_i:"137-"+r}},[t._v(t._$g("137-"+r,"t0-0"))])})),1):t._e()],1)],1)],1):t._e()],2),t._$g(138,"i")?i("uni-view",{staticClass:t._$g(138,"sc"),attrs:{_i:138}},[t._$g(139,"i")?i("uni-view",{staticClass:t._$g(139,"sc"),attrs:{_i:139}},[t._v("\u5361\u7247\u6570\u636e")]):t._e(),t._l(t._$g(140,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"140-"+r}},[i("uni-view",{staticClass:t._$g("141-"+r,"sc"),style:t._$g("141-"+r,"s"),attrs:{_i:"141-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("142-"+r,"sc"),attrs:{_i:"142-"+r}},[i("v-uni-image",{attrs:{src:t._$g("143-"+r,"a-src"),_i:"143-"+r}})],1),i("uni-view",{staticClass:t._$g("144-"+r,"sc"),attrs:{_i:"144-"+r}},[i("uni-view",{staticClass:t._$g("145-"+r,"sc"),attrs:{_i:"145-"+r}},[t._v(t._$g("145-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("146-"+r,"sc"),attrs:{_i:"146-"+r}},[t._v(t._$g("146-"+r,"t0-0")),t._$g("147-"+r,"i")?i("uni-icons",{attrs:{_i:"147-"+r}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g("148-"+r,"sc"),attrs:{_i:"148-"+r}},[t._$g("149-"+r,"i")?i("uni-view",{staticClass:t._$g("149-"+r,"sc"),attrs:{_i:"149-"+r}},[t._v("\u672c\u6b21\u6570\u636e")]):i("uni-view",{staticClass:t._$g("150-"+r,"sc"),attrs:{_i:"150-"+r}},[i("v-uni-text",{staticClass:t._$g("151-"+r,"sc"),attrs:{_i:"151-"+r}},[t._v(t._$g("151-"+r,"t0-0"))]),t._v(t._$g("150-"+r,"t1-0"))],1),i("uni-view",{staticClass:t._$g("152-"+r,"sc"),attrs:{_i:"152-"+r}},[t._$g("153-"+r,"i")?i("uni-view",{staticClass:t._$g("153-"+r,"sc"),attrs:{_i:"153-"+r},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[t._v("\u84dd\u7259\u8fde\u63a5")]):t._$g("154-"+r,"e")?i("uni-view",{staticClass:t._$g("154-"+r,"sc"),attrs:{_i:"154-"+r}},[t._v("\u84dd\u7259\u8fde\u63a5")]):i("uni-view",{attrs:{_i:"155-"+r}}),i("uni-view",{staticClass:t._$g("156-"+r,"sc"),attrs:{_i:"156-"+r},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[t._v("\u624b\u52a8\u8bb0\u5f55")])],1)],1),i("uni-view",{staticClass:t._$g("157-"+r,"sc"),style:t._$g("157-"+r,"s"),attrs:{_i:"157-"+r}},t._l(t._$g("158-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,class:t._$g("158-"+r+"-"+s,"c"),attrs:{_i:"158-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("159-"+r+"-"+s,"sc"),attrs:{_i:"159-"+r+"-"+s}},[i("v-uni-text",{attrs:{_i:"160-"+r+"-"+s}},[t._v(t._$g("160-"+r+"-"+s,"t0-0"))]),t._v(t._$g("159-"+r+"-"+s,"t1-0"))],1),t._$g("161-"+r+"-"+s,"i")?i("uni-view",{staticClass:t._$g("161-"+r+"-"+s,"sc"),attrs:{_i:"161-"+r+"-"+s}},[t._v(t._$g("161-"+r+"-"+s,"t0-0"))]):t._e()],1)})),1)],1)],1)}))],2):t._e(),t._$g(162,"i")?i("uni-view",{staticClass:t._$g(162,"sc"),attrs:{_i:162},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u8bbe\u7f6e\u6570\u636e\u9875\u5361\u7247")]):t._e(),t._$g(163,"i")?i("uni-view",{staticClass:t._$g(163,"sc"),attrs:{_i:163}},[i("uni-view",{staticClass:t._$g(164,"sc"),attrs:{_i:164},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(165,"sc"),attrs:{_i:165}},[i("v-uni-swiper",{staticClass:t._$g(166,"sc"),attrs:{autoplay:"true",_i:166}},t._l(t._$g(167,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"167-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("168-"+r,"a-src"),mode:"aspectFill",_i:"168-"+r}}),i("uni-view",{staticClass:t._$g("169-"+r,"sc"),attrs:{_i:"169-"+r}},[t._v(t._$g("169-"+r,"t0-0"))])],1)})),1),i("uni-icons",{staticClass:t._$g(170,"sc"),attrs:{_i:170},on:{click:function(e){return t.$handleViewEvent(e)}}})],1)],1)],1):t._e(),i("record",{attrs:{_i:171}})],1)},r=[]},7457:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse-item[data-v-7dfdf9d6]{box-sizing:border-box}.uni-collapse-item__title[data-v-7dfdf9d6]{display:flex;width:100%;box-sizing:border-box;flex-direction:row;align-items:center;transition:border-bottom-color .3s}.uni-collapse-item__title-wrap[data-v-7dfdf9d6]{width:100%;flex:1}.uni-collapse-item__title-box[data-v-7dfdf9d6]{padding:0 15px;display:flex;width:100%;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;height:48px;line-height:48px;background-color:#fff;color:#303133;font-size:13px;font-weight:500}.uni-collapse-item__title-box.is-disabled .uni-collapse-item__title-text[data-v-7dfdf9d6]{color:#999}.uni-collapse-item__title.uni-collapse-item-border[data-v-7dfdf9d6]{border-bottom:1px solid #ebeef5}.uni-collapse-item__title.is-open[data-v-7dfdf9d6]{border-bottom-color:transparent}.uni-collapse-item__title-img[data-v-7dfdf9d6]{height:22px;width:22px;margin-right:10px}.uni-collapse-item__title-text[data-v-7dfdf9d6]{flex:1;font-size:14px;white-space:nowrap;color:inherit;overflow:hidden;text-overflow:ellipsis}.uni-collapse-item__title-arrow[data-v-7dfdf9d6]{display:flex;box-sizing:border-box;align-items:center;justify-content:center;width:20px;height:20px;margin-right:10px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.uni-collapse-item__title-arrow-active[data-v-7dfdf9d6]{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.uni-collapse-item__wrap[data-v-7dfdf9d6]{will-change:height;box-sizing:border-box;background-color:#fff;overflow:hidden;position:relative;height:0}.uni-collapse-item__wrap.is--transition[data-v-7dfdf9d6]{transition-property:height,border-bottom-width;transition-duration:.3s;will-change:height}.uni-collapse-item__wrap-content[data-v-7dfdf9d6]{position:absolute;font-size:13px;color:#303133;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:0}.uni-collapse-item__wrap-content.uni-collapse-item--border[data-v-7dfdf9d6]{border-bottom-width:1px;border-bottom-color:red;border-bottom-color:#ebeef5}.uni-collapse-item__wrap-content.open[data-v-7dfdf9d6]{position:relative}.uni-collapse-item--animation[data-v-7dfdf9d6]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;transition-timing-function:ease}',""]),t.exports=e},7466:function(t,e,i){"use strict";i.r(e);var a=i("70ac"),n=i("376c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e27d");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"397357ae",null,!1,a["a"],void 0);e["default"]=o.exports},7535:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},"761b":function(t,e,i){"use strict";i.r(e);var a=i("63e9"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"76bc":function(t,e,i){"use strict";var a=i("7320"),n=i.n(a);n.a},7799:function(t,e,i){var a=i("cda7");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("0e7e8667",a,!0,{sourceMap:!1,shadowMode:!1})},"77b9":function(t,e,i){"use strict";var a=i("0b01"),n=i.n(a);n.a},7827:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.wrapper[data-v-615025cc]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.wrapper .bg[data-v-615025cc]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:99}.headimage[data-v-615025cc]{width:50px;height:50px;margin:auto;border-radius:50%;margin-bottom:16rpx}.dangqian[data-v-615025cc]{font-size:24upx!important}@-webkit-keyframes wrapper_box-data-v-615025cc{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wrapper_box-data-v-615025cc{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}',""]),t.exports=e},7835:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniCollapse",props:["value","modelValue","accordion"],data:function(){return{wxsProps:{}}},components:{}}},"78a2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{attrs:{_i:0}},[t._$g(1,"i")?i("Loading1",{attrs:{_i:1}}):t._e(),t._$g(2,"i")?i("Loading2",{attrs:{_i:2}}):t._e(),t._$g(3,"i")?i("Loading3",{attrs:{_i:3}}):t._e(),t._$g(4,"i")?i("Loading4",{attrs:{_i:4}}):t._e(),t._$g(5,"i")?i("Loading5",{attrs:{_i:5}}):t._e()],1)},n=[]},"78fe":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-397357ae]{width:100%;min-height:100.5vh;overflow-y:scroll;background-color:#f7f7f7}.history[data-v-397357ae]{width:calc(100% - 30px);height:auto;margin:15px 15px 0;padding-bottom:40px}.history .list[data-v-397357ae]{width:100%;margin-top:12px;position:relative}.history .list .item[data-v-397357ae]{width:calc(100% - 20px);height:auto;background:#fff;padding:6px 10px;display:flex;justify-content:space-between;border-radius:10px;align-items:center;font-weight:700;line-height:50rpx;font-size:36rpx!important}.history .list .item uni-text[data-v-397357ae]{display:block;color:#666;text-align:center;font-weight:500;font-size:28rpx}.history .list .time[data-v-397357ae]{font-size:28rpx;color:#666;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:5px}.history .list .time uni-icon[data-v-397357ae]{width:40rpx;height:40rpx;margin-right:5px}.history .list .time uni-text[data-v-397357ae]{font-size:32rpx;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},7901:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("3b2d")),r=a(i("e589")),s=a(i("5003")),o=a(i("ee48")),c={},l=null;function d(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,i=new Array(e>1?e-1:0),a=1;a3||Math.abs(c[t].$el.children[0].clientHeight-o.default.instance[t].getHeight())>3)&&this.ecresize()},tooltipPosition:function(){return function(t,e,i,a,n){var r=t[0],s=t[1],o=n.viewSize[0],c=n.viewSize[1],l=n.contentSize[0],d=n.contentSize[1],u=r+30,f=s+30;return u+l>o&&(u=r-l-30),f+d>c&&(f=s-d-30),[u,f]}},ucinit:function(t,e,i,a){var n=this;if(JSON.stringify(t)!=JSON.stringify(e)&&t.canvasId){var r=JSON.parse(JSON.stringify(t.canvasId));this.rid=r,c[r]=this.$ownerInstance||a,s.default.option[r]=JSON.parse(JSON.stringify(t)),s.default.option[r]=u(s.default.option[r],s.default.formatter);var o=document.getElementById(r);o&&o.children[0]&&(s.default.option[r].context=o.children[0].getContext("2d"),s.default.instance[r]&&s.default.option[r]&&!0===s.default.option[r].update?this.updataUChart():setTimeout((function(){s.default.option[r].context.restore(),s.default.option[r].context.save(),n.newUChart()}),100))}},newUChart:function(){var t=this.rid;s.default.instance[t]=new r.default(s.default.option[t]),s.default.instance[t].addEventListener("renderComplete",(function(){c[t].callMethod("emitMsg",{name:"complete",params:{type:"complete",complete:!0,id:t,opts:s.default.instance[t].opts}}),s.default.instance[t].delEventListener("renderComplete")})),s.default.instance[t].addEventListener("scrollLeft",(function(){c[t].callMethod("emitMsg",{name:"scrollLeft",params:{type:"scrollLeft",scrollLeft:!0,id:t,opts:s.default.instance[t].opts}})})),s.default.instance[t].addEventListener("scrollRight",(function(){c[t].callMethod("emitMsg",{name:"scrollRight",params:{type:"scrollRight",scrollRight:!0,id:t,opts:s.default.instance[t].opts}})}))},updataUChart:function(){var t=this.rid;s.default.instance[t].updateData(s.default.option[t])},tooltipDefault:function(t,e,i,a){if(e){var r=t.data;return"object"===(0,n.default)(t.data)&&(r=t.data.value),e+" "+t.name+":"+r}return t.properties&&t.properties.name?t.properties.name:t.name+":"+t.data},showTooltip:function(t,e){var i=this,a=s.default.option[e].tooltipCustom;if(a&&void 0!==a&&null!==a){var n=void 0;a.x>=0&&a.y>=0&&(n={x:a.x,y:a.y+10}),s.default.instance[e].showToolTip(t,{index:a.index,offset:n,textList:a.textList,formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})}else s.default.instance[e].showToolTip(t,{formatter:function(t,a,n,r){return"string"===typeof s.default.option[e].tooltipFormat&&s.default.formatter[s.default.option[e].tooltipFormat]?s.default.formatter[s.default.option[e].tooltipFormat](t,a,n,r):i.tooltipDefault(t,a,n,r)}})},tap:function(t){var e=this.rid,i=s.default.option[e].ontap,a=s.default.option[e].tooltipShow,n=s.default.option[e].tapLegend;if(0!=i){var r,o,d=document.getElementById("UC"+e).getBoundingClientRect(),u={};u=t.detail.x?{x:t.detail.x-d.left,y:t.detail.y-d.top+l.top}:{x:t.clientX-d.left,y:t.clientY-d.top+l.top},t.changedTouches=[],t.changedTouches.unshift(u),r=s.default.instance[e].getCurrentDataIndex(t),o=s.default.instance[e].getLegendDataIndex(t),!0===n&&s.default.instance[e].touchLegend(t),1==a&&this.showTooltip(t,e),c[e].callMethod("emitMsg",{name:"getIndex",params:{type:"getIndex",event:u,currentIndex:r,legendIndex:o,id:e,opts:s.default.instance[e].opts}})}},touchStart:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&1==t.touches.length&&s.default.instance[e].scrollStart(t),c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"touchStart",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},touchMove:function(t){var e=this.rid,i=s.default.option[e].ontouch;if(0!=i){if(!0===s.default.option[e].enableScroll&&1==t.changedTouches.length&&s.default.instance[e].scroll(t),!0===s.default.option[e].ontap&&!1===s.default.option[e].enableScroll&&!0===s.default.option[e].onmovetip){var a=document.getElementById("UC"+e).getBoundingClientRect(),n={x:t.changedTouches[0].clientX-a.left,y:t.changedTouches[0].clientY-a.top+l.top};t.changedTouches.unshift(n),!0===s.default.option[e].tooltipShow&&this.showTooltip(t,e)}!0===i&&!0===s.default.option[e].enableScroll&&!0===s.default.option[e].onzoom&&2==t.changedTouches.length&&s.default.instance[e].dobuleZoom(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"touchMove",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}})}},touchEnd:function(t){var e=this.rid,i=s.default.option[e].ontouch;0!=i&&(!0===s.default.option[e].enableScroll&&0==t.touches.length&&s.default.instance[e].scrollEnd(t),c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"touchEnd",event:t.changedTouches[0],id:e,opts:s.default.instance[e].opts}}))},mouseDown:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollStart(t),s.default.option[e].mousedown=!0,c[e].callMethod("emitMsg",{name:"getTouchStart",params:{type:"mouseDown",event:a,id:e,opts:s.default.instance[e].opts}})}},mouseMove:function(t){var e=this.rid,i=s.default.option[e].onmouse,a=s.default.option[e].tooltipShow;if(0!=i){var n,r=document.getElementById("UC"+e).getBoundingClientRect();n={x:t.clientX-r.left,y:t.clientY-r.top+l.top},t.changedTouches=[],t.changedTouches.unshift(n),s.default.option[e].mousedown?(s.default.instance[e].scroll(t),c[e].callMethod("emitMsg",{name:"getTouchMove",params:{type:"mouseMove",event:n,id:e,opts:s.default.instance[e].opts}})):s.default.instance[e]&&1==a&&this.showTooltip(t,e)}},mouseUp:function(t){var e=this.rid,i=s.default.option[e].onmouse;if(0!=i){var a,n=document.getElementById("UC"+e).getBoundingClientRect();a={x:t.clientX-n.left,y:t.clientY-n.top+l.top},t.changedTouches=[],t.changedTouches.unshift(a),s.default.instance[e].scrollEnd(t),s.default.option[e].mousedown=!1,c[e].callMethod("emitMsg",{name:"getTouchEnd",params:{type:"mouseUp",event:a,id:e,opts:s.default.instance[e].opts}})}}}};e.default=f},"793b":function(t,e,i){"use strict";i.r(e);var a=i("20f2"),n=i("69fe");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("25eb");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"2516fd64",null,!1,a["a"],void 0);e["default"]=o.exports},"79dd":function(t,e,i){"use strict";var a=i("b454"),n=i.n(a);n.a},"7a12":function(t,e,i){"use strict";i.r(e);var a=i("acb7"),n=i("8d4c");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("86a2");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"5d4e2bc0",null,!1,a["a"],void 0);e["default"]=o.exports},"7a70":function(t,e,i){"use strict";i.r(e);var a=i("703d"),n=i("6594");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("89c5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"337d679d",null,!1,a["a"],void 0);e["default"]=o.exports},"7af3":function(t,e,i){var a=i("7dbc");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("68c256ab",a,!0,{sourceMap:!1,shadowMode:!1})},"7b00":function(t,e,i){"use strict";var a=i("eb95"),n=i.n(a);n.a},"7b0b":function(t,e,i){"use strict";i.r(e);var a=i("40a0"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7b96":function(t,e,i){"use strict";i.r(e);var a=i("7438"),n=i("64ea");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("d093");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"3a517a9d",null,!1,a["a"],void 0);e["default"]=o.exports},"7bb2":function(t,e,i){"use strict";i.r(e);var a=i("64af"),n=i("1ba9");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("3e14");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"0a07ecd0",null,!1,a["a"],void 0);e["default"]=o.exports},"7ca3":function(t,e,i){var a=i("d551");t.exports=function(t,e,i){return e=a(e),e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t},t.exports.__esModule=!0,t.exports["default"]=t.exports},"7cf8":function(t,e,i){"use strict";i.r(e);var a=i("08bb"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7cfd":function(t,e,i){var a=i("8aaf");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("67742c12",a,!0,{sourceMap:!1,shadowMode:!1})},"7d2a":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{attrs:{_i:4}},[i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),t._v(t._$g(4,"t1-0"))],1),t._$g(6,"i")?i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]):t._e()],1),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{class:t._$g(8,"c"),attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(9,"t0-0"))])],1):t._e(),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("v-uni-text",{attrs:{_i:11}},[t._v(t._$g(11,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:12}},[t._v("1,"+t._$g(12,"t0-0"))]),i("v-uni-text",{attrs:{_i:13}},[t._v("2,"+t._$g(13,"t0-0"))]),i("v-uni-text",{attrs:{_i:14}},[t._v("3,"+t._$g(14,"t0-0"))])],1)],1),t._$g(15,"i")?i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}}),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0")+"\uff1a"),i("v-uni-text",{attrs:{_i:20}},[t._v(t._$g(20,"t0-0")+t._$g(20,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v(t._$g(21,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(22,"a-placeholder"),_i:22},model:{value:t._$g(22,"v-model"),callback:function(e){t.$handleVModelEvent(22,e)},expression:"height"}}),t._v("cm")],1),t._$g(23,"i")?i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[t._v(t._$g(23,"t0-0")+"\uff1a"),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(24,"a-placeholder"),_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"head"}}),t._v("cm")],1):t._e(),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(25,"t0-0"))]),i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(26,"t0-0"))])],1)],1):t._e()],1)},n=[]},"7d60":function(t,e,i){"use strict";var a=i("e063"),n=i.n(a);n.a},"7dbc":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.f_banner{width:100%;height:400upx}.f_banner uni-swiper{height:400upx}.f_banner uni-image{width:100%;height:100%;background-size:100%}.tabbar{height:50px;display:flex;font-weight:700;font-size:16px;justify-content:space-between;margin:15px 10px}.tabbar .scroll-menu{width:100%;white-space:nowrap}.tabbar uni-view{display:inline-block;height:48px;line-height:48px;padding:0 10px}.tabbar uni-view uni-text{display:block;width:100%;text-align:center;margin-top:10px}.tabbar .active{color:#fff;border-radius:5px;background-color:#fea606}.list{width:100%;padding-bottom:50px}.newslist{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #f7f7f7}.newslist .left{width:calc(100% - 115px);height:60px;display:flex;flex-wrap:wrap;flex-flow:column;justify-content:space-between}.newslist .left .title{width:100%;font-size:30rpx;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:30px;font-weight:700}.newslist .right{width:105px;height:60px;border:1px solid #f7f7f7}.newslist .right uni-image{width:100%;height:100%}.newslist .time{width:100%;margin-top:5px;display:flex;justify-content:space-between}.newslist .time uni-icon{width:20px;display:block;margin-right:3px;margin-top:-5px;float:left}.newslist .time .icon-icon-test1{font-size:16px}.newslist .time uni-view{color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}',""]),t.exports=e},"7dd5":function(t,e,i){"use strict";i.r(e);var a=i("4787"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7e96":function(t,e,i){"use strict";i.r(e);var a=i("0d2f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"7eb9":function(t,e,i){var a=i("8a44");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("6060601c",a,!0,{sourceMap:!1,shadowMode:!1})},"7f6c":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-2516fd64]{min-height:calc(100vh - 30px);padding:15px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;background-color:#f7f7f7}.info[data-v-2516fd64]{width:100%}.logo[data-v-2516fd64]{width:100%;text-align:center;font-size:40rpx;line-height:35px}.logo uni-image[data-v-2516fd64]{width:140rpx;height:140rpx;border-radius:5px}.logo uni-text[data-v-2516fd64]{display:block;font-size:32rpx;color:#999}.list[data-v-2516fd64]{width:calc(100% - 20px);margin:50px 0}.list .item[data-v-2516fd64]{width:100%;height:50px;line-height:50px;margin-bottom:15px;display:flex;background-color:#fff;border-radius:10px;padding:0 10px;justify-content:space-between}.list .item .new[data-v-2516fd64]{color:#fff;background-color:red;font-size:32rpx;border-radius:10px;padding:3px 5px}.list .item .href[data-v-2516fd64]{display:flex;width:100%;color:#000;text-decoration:none;justify-content:space-between}.xieyi[data-v-2516fd64]{color:#37cc92}',""]),t.exports=e},"7f9b":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.cgreen[data-v-e97113dc]{color:#39d9c9}.tips[data-v-e97113dc]{display:flex;flex-direction:column;justify-content:space-between}.tips .top[data-v-e97113dc]{width:100%;display:flex;margin-top:20px;align-items:flex-start}.tips .top .left[data-v-e97113dc]{font-size:64rpx;margin-right:10px}.tips .top .right .text[data-v-e97113dc]{font-size:32rpx!important}.tips .top .right uni-text[data-v-e97113dc]{font-size:32rpx;display:block;width:100%;margin-bottom:5px}.tips .item[data-v-e97113dc]{background-color:#272a2a;border-radius:10px;margin-top:8px;color:#fff;height:35px;line-height:35px;display:flex}.tips .item uni-text[data-v-e97113dc]{flex-grow:0;display:inline-block}.tips .item .cgreen[data-v-e97113dc]{flex-grow:2;font-size:32rpx;text-align:center}.tips .item .level[data-v-e97113dc]{color:#516752}.tips .title[data-v-e97113dc]{font-size:32rpx;margin:20px}.tips .title uni-view[data-v-e97113dc]{width:100%;margin-top:40px;text-align:center}.tips .data[data-v-e97113dc]{margin-top:20px}.tips .data .text[data-v-e97113dc]{font-size:32rpx;color:#fff;line-height:20px}.tips .btn[data-v-e97113dc]{width:70%;color:#fff;padding:5px 15px;border-radius:15px;text-align:center;background:#37cc92;margin:15px auto;position:absolute;bottom:80px;left:calc(15% - 15px)}.tips .close[data-v-e97113dc]{background:#999;bottom:20px}.weight[data-v-e97113dc]{padding-top:30px}.weight .title[data-v-e97113dc]{width:80%;margin:auto;font-size:32rpx;text-align:center}.box1[data-v-e97113dc]{color:#fff;margin:50px 15px 15px;width:calc(100%- 30px)}.box1 .time[data-v-e97113dc]{width:60%;margin:auto;position:relative;text-align:center;border-radius:10px;background-color:#272a2a;height:30px;line-height:30px}.box1 .time[data-v-e97113dc]:after{content:"";position:absolute;left:45%;bottom:-7px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #272a2a}.box1 .item[data-v-e97113dc]{width:100%;font-size:28rpx;padding:10px 0;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative;margin-top:10px}.box1 .item .image[data-v-e97113dc]{width:80%}.box1 .item .image uni-image[data-v-e97113dc]{width:100%;margin-top:10px}.box1 .item .center[data-v-e97113dc]{top:0;bottom:-15px;position:absolute;width:55px;margin:auto;text-align:center;background-color:#333;border-radius:10px;z-index:9}.box1 .item .level-bg[data-v-e97113dc]{position:absolute;width:55px;margin:auto;text-align:center;background-color:#4d6c7b;border-radius:0 0 10px 10px;bottom:0;z-index:19}.box1 .item .level-item[data-v-e97113dc]{width:55px;height:100%;position:absolute;z-index:99}.box1 .item .level-item[data-v-e97113dc] :last-child{border-bottom:none}.box1 .item .ite[data-v-e97113dc]{margin:0 5px;width:calc(100% - 10px);height:40px;line-height:40px;font-size:32rpx;color:#fff;z-index:99;border-bottom:1px solid #999}.val[data-v-e97113dc]{width:100%;text-align:center;margin:20px 0;color:#fff;font-size:28rpx}.val uni-text[data-v-e97113dc]{display:block;color:#39d9c9!important;font-size:64rpx;margin-bottom:10px}.content[data-v-e97113dc]{width:calc(100% - 30px);padding:0 15px;min-height:100vh;color:#5d5651;background-color:#000}',""]),t.exports=e},"7fd8":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-22037755]{width:200px!important;height:340px!important}',""]),t.exports=e},"7fea":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.age[data-v-62eb173a]{margin-right:20px}.icon[data-v-62eb173a]{width:18px;height:18px;padding:3px;margin-right:7px;background-color:#aaa;border-radius:50%;display:flex;align-items:center;justify-content:center}.t-icon-hengxian[data-v-62eb173a]{height:2px;width:10px}',""]),t.exports=e},"801d":function(t,e,i){"use strict";var a=i("7382"),n=i.n(a);n.a},"811a":function(t,e,i){"use strict";i.r(e);var a=i("d541"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"81e2":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{attrs:{placeholder:t._$g(6,"a-placeholder"),_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"phone"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{placeholder:t._$g(10,"a-placeholder"),_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"code"}}),i("v-uni-button",{staticClass:t._$g(11,"sc"),attrs:{type:"none",disabled:t._$g(11,"a-disabled"),_i:11},on:{click:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(11,"v-model"),callback:function(){},expression:"code"}},[t._v(t._$g(11,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(12,"t0-0"))])],1)],1)},n=[]},"81f7":function(t,e,i){var a=i("6b23");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("b802b542",a,!0,{sourceMap:!1,shadowMode:!1})},"81fa":function(t,e,i){"use strict";var a=i("7af3"),n=i.n(a);n.a},"820b":function(t,e,i){"use strict";i.r(e);var a=i("c2bc"),n=i("de35");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a9df");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"53b68fae",null,!1,a["a"],void 0);e["default"]=o.exports},"820c":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0"))]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:"/pageTwo/static/PCL.gif",_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0")+":")]),i("v-uni-text",{attrs:{_i:8}},[t._v("1,"+t._$g(8,"t0-0"))]),i("v-uni-text",{attrs:{_i:9}},[t._v("2,"+t._$g(9,"t0-0"))]),i("v-uni-text",{attrs:{_i:10}},[t._v("3,"+t._$g(10,"t0-0"))])],1)],1),t._$g(11,"i")?i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v(t._$g(14,"t0-0"))]),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")),i("v-uni-text",{attrs:{_i:16}},[t._v(t._$g(16,"t0-0")+t._$g(16,"t0-1"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[t._v(t._$g(17,"t0-0")),i("v-uni-input",{attrs:{type:"digit",placeholder:t._$g(18,"a-placeholder"),_i:18},model:{value:t._$g(18,"v-model"),callback:function(e){t.$handleVModelEvent(18,e)},expression:"height"}}),t._v("cm")],1),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(20,"t0-0"))])],1)],1):t._e()],1)},n=[]},"827b":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading3",data:function(){return{wxsProps:{}}},components:{}}},"828b":function(t,e,i){"use strict";function a(t,e,i,a,n,r,s,o,c,l){var d,u="function"===typeof t?t.options:t;if(c){u.components||(u.components={});var f=Object.prototype.hasOwnProperty;for(var p in c)f.call(c,p)&&!f.call(u.components,p)&&(u.components[p]=c[p])}if(l&&("function"===typeof l.beforeCreate&&(l.beforeCreate=[l.beforeCreate]),(l.beforeCreate||(l.beforeCreate=[])).unshift((function(){this[l.__module]=this})),(u.mixins||(u.mixins=[])).push(l)),e&&(u.render=e,u.staticRenderFns=i,u._compiled=!0),a&&(u.functional=!0),r&&(u._scopeId="data-v-"+r),s?(d=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=d):n&&(d=o?function(){n.call(this,this.$root.$options.shadowRoot)}:n),d)if(u.functional){u._injectStyles=d;var g=u.render;u.render=function(t,e){return d.call(e),g(t,e)}}else{var v=u.beforeCreate;u.beforeCreate=v?[].concat(v,d):[d]}return{exports:t,options:u}}i.d(e,"a",(function(){return a}))},"83a5":function(t,e,i){var a=i("6aac");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("612332d1",a,!0,{sourceMap:!1,shadowMode:!1})},"83e6":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(5,"a-end"),fields:t._$g(5,"a-fields"),value:t._$g(5,"a-value"),_i:5},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0")),i("v-uni-icon",{staticClass:t._$g(7,"sc"),attrs:{_i:7}})],1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("~")]),i("v-uni-picker",{attrs:{mode:"date",end:t._$g(9,"a-end"),fields:t._$g(9,"a-fields"),value:t._$g(9,"a-value"),_i:9},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")),i("v-uni-icon",{staticClass:t._$g(11,"sc"),attrs:{_i:11}})],1)],1)],1)],1),t._$g(12,"i")?i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},t._l(t._$g(14,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("14-"+r,"sc"),class:t._$g("14-"+r,"c"),attrs:{_i:"14-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("14-"+r,"t0-0"))])})),1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._$g(16,"i")?i("uni-view",{attrs:{_i:16}},[i("qiunDataCharts",{attrs:{_i:17}})],1):t._e()],1)],1):i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-image",{attrs:{src:t._$g(20,"a-src"),_i:20}}),i("v-uni-text",{attrs:{_i:21}},[t._v(t._$g(21,"t0-0"))])],1)],1)],1),i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[t._v(t._$g(25,"t0-0")),i("v-uni-text",{attrs:{_i:26}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v(t._$g(27,"t0-0")),i("uni-icons",{staticClass:t._$g(28,"sc"),attrs:{_i:28}})],1)],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[t._v(t._$g(30,"t0-0")),i("v-uni-text",{attrs:{_i:31}},[t._v("kg")])],1),t._$g(32,"i")?i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]):i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v(t._$g(33,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0")),i("v-uni-text",{attrs:{_i:36}},[t._v("kg")])],1),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0")),i("uni-icons",{staticClass:t._$g(38,"sc"),attrs:{_i:38}})],1)],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-view",{staticClass:t._$g(40,"sc"),attrs:{_i:40}},[t._v(t._$g(40,"t0-0")),i("v-uni-text",{attrs:{_i:41}})],1),i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v(t._$g(42,"t0-0"))])],1)],1)],1),i("firstweight",{attrs:{_i:43}})],1)],1)},r=[]},"83f8":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},"84bf":function(t,e,i){"use strict";i.r(e);var a=i("81e2"),n=i("9eed");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("a8ea");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"8ee38fcc",null,!1,a["a"],void 0);e["default"]=o.exports},"85ae":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("f994")),r=a(i("e926")),s=a(i("ea80")),o={data:function(){return{wxsProps:{}}},components:{uslider:n.default,headerIndex:r.default,qiunDataCharts:s.default}};e.default=o},8616:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),class:t._$g(1,"c"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._t("title",[i("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-image",{staticClass:t._$g(5,"sc"),attrs:{src:t._$g(5,"a-src"),_i:5}}):t._e(),i("v-uni-text",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1)],{_i:3})],2),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),class:t._$g(7,"c"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8}})],1):t._e()],1),i("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[i("uni-view",{ref:"collapse--hook",staticClass:t._$g(10,"sc"),class:t._$g(10,"c"),attrs:{id:t._$g(10,"a-id"),_i:10}},[t._t("default",null,{_i:11})],2)],1)],1)},r=[]},8668:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-text",{staticClass:t._$g(0,"sc"),class:t._$g(0,"c"),style:t._$g(0,"s"),attrs:{_i:0},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._t("default",null,{_i:1})],2)},n=[]},"86a2":function(t,e,i){"use strict";var a=i("bae7"),n=i.n(a);n.a},8734:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.info[data-v-87bd691e]{display:flex;flex-wrap:wrap;margin-left:15px;width:calc(100% - 70px)}.info uni-view[data-v-87bd691e]{width:100%}.info last-child[data-v-87bd691e]{margin-top:2px!important}.area[data-v-87bd691e]{margin:15px 10px 0;padding:15px 10px 10px;background-color:#fff;width:calc(100% - 40px);display:flex;border-radius:10px;justify-content:space-between;box-shadow:0 1px 5px 2px rgba(223,226,225,.9882352941176471)}.item[data-v-87bd691e]{line-height:80rpx;text-align:center}.visible[data-v-87bd691e]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:rgba(0,0,0,.6)}.visible .groupBtn[data-v-87bd691e]{height:50px;line-height:50px;background-color:#fff;display:flex;justify-content:space-between;padding:0 15px;border-bottom:1px solid #dfdfdf;position:absolute;left:0;right:0;bottom:45%;z-index:999}.visible .groupBtn uni-view[data-v-87bd691e]{height:30px;line-height:30px;padding:0 10px;background-color:#dfdfdf;border-radius:5px;margin-top:10px}.visible .groupBtn .sure[data-v-87bd691e]{background-color:#37cc92;color:#fff!important}.visible .picker-view[data-v-87bd691e]{width:100%;height:45%;bottom:0;position:absolute;background-color:#fff}.t-icon-qiehuan1[data-v-87bd691e]{width:25px;height:25px}',""]),t.exports=e},"89c5":function(t,e,i){"use strict";var a=i("d372"),n=i.n(a);n.a},"89c8":function(t,e,i){var a=i("78fe");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("234f7aa2",a,!0,{sourceMap:!1,shadowMode:!1})},"89d1":function(t,e,i){var a=i("7357");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5e25791e",a,!0,{sourceMap:!1,shadowMode:!1})},"8a1e":function(t,e,i){var a=i("a3b8");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("41429505",a,!0,{sourceMap:!1,shadowMode:!1})},"8a44":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'.chartsview[data-v-06f9c5d4]{width:100%;height:100%;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.charts-font[data-v-06f9c5d4]{font-size:14px;color:#ccc;margin-top:10px}.charts-error[data-v-06f9c5d4]{width:128px;height:128px;background:url("data:image/png;base64,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");background-position:50%}',""]),t.exports=e},"8aaf":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-4e1c1bfa]{width:30px;height:30px;position:relative}.container.loading3[data-v-4e1c1bfa]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading3 .shape1[data-v-4e1c1bfa]{border-top-left-radius:10px}.container.loading3 .shape2[data-v-4e1c1bfa]{border-top-right-radius:10px}.container.loading3 .shape3[data-v-4e1c1bfa]{border-bottom-left-radius:10px}.container.loading3 .shape4[data-v-4e1c1bfa]{border-bottom-right-radius:10px}.container .shape[data-v-4e1c1bfa]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-4e1c1bfa]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-4e1c1bfa]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-4e1c1bfa]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-4e1c1bfa]{bottom:0;right:0;background-color:#e66}.loading3 .shape1[data-v-4e1c1bfa]{-webkit-animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape1-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}@keyframes animation3shape1-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,5px);transform:translate(5px,5px)}}.loading3 .shape2[data-v-4e1c1bfa]{-webkit-animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape2-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}@keyframes animation3shape2-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,5px);transform:translate(-5px,5px)}}.loading3 .shape3[data-v-4e1c1bfa]{-webkit-animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape3-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}@keyframes animation3shape3-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(5px,-5px);transform:translate(5px,-5px)}}.loading3 .shape4[data-v-4e1c1bfa]{-webkit-animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate;animation:animation3shape4-data-v-4e1c1bfa .5s ease 0s infinite alternate}@-webkit-keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}@keyframes animation3shape4-data-v-4e1c1bfa{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}}",""]),t.exports=e},"8b77":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"8d4c":function(t,e,i){"use strict";i.r(e);var a=i("e5fb"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8da5":function(t,e,i){"use strict";var a=i("3882"),n=i.n(a);n.a},"8e25":function(t,e,i){"use strict";i.r(e);var a=i("1ae4"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"8e9e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniSwipeAction:i("680d").default,uniSwipeActionItem:i("f40c").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+\u65b0\u589e\u8bb0\u4e8b")]):t._e(),t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("3-"+r,"sc"),attrs:{_i:"3-"+r}},[i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))]),i("uni-swipe-action",{attrs:{_i:"5-"+r}},[i("uni-swipe-action-item",{attrs:{_i:"6-"+r}},[i("uni-view",{staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r}},[i("v-uni-icon",{staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}}),i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[t._v(t._$g("10-"+r,"t0-0"))]),i("v-uni-text",{attrs:{_i:"11-"+r}},[t._v("\u8bb0\u4e8b\u5185\u5bb9\uff1a")]),i("v-uni-text",{attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))])],1)],1)],1)],1)],1)})),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v("\u2014\u2014 \u5230\u5e95\u4e86\uff0c\u770b\u770b\u522b\u7684\u5427 \u2014\u2014")]):t._e()],2):t._e(),t._$g(14,"i")?i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("v-uni-image",{attrs:{src:t._$g(15,"a-src"),_i:15}}),i("v-uni-text",{attrs:{_i:16}},[t._v("\u6682\u65e0\u6570\u636e\uff01")])],1):t._e()],1)},r=[]},"8f2f":function(t,e,i){"use strict";var a=i("6b53"),n=i.n(a);n.a},"8f3d":function(t,e,i){"use strict";i.r(e);var a=i("177a"),n=i("69a8");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"454c5b1a",null,!1,a["a"],void 0);e["default"]=o.exports},"8f76":function(t,e,i){var a=i("65b2");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5a6bd7e9",a,!0,{sourceMap:!1,shadowMode:!1})},9137:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}},[this._v(this._$g(2,"t0-0"))])],1)},n=[]},"920e":function(t,e,i){"use strict";var a=i("28be"),n=i.n(a);n.a},"946e":function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.edit[data-v-09fa18c3]{width:75%;padding:15px}.edit .editem[data-v-09fa18c3]{padding:0!important;background:#fff!important}.edit .editem .right[data-v-09fa18c3]{width:72%!important}.edit .editem[data-v-09fa18c3] uni-slider{width:100%;padding:0!important;margin:0!important}.btn[data-v-09fa18c3]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-09fa18c3]{top:20%}.close[data-v-09fa18c3]{background:#dfdfdf!important;float:left}',""]),t.exports=e},"953f":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},9593:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"96f6":function(t,e,i){"use strict";i.r(e);var a=i("5ca1"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},9724:function(t,e,i){"use strict";i.r(e);var a=i("b137"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"973f":function(t,e,i){"use strict";i.r(e);var a=i("827b"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"986d":function(t,e,i){"use strict";var a=i("2b277"),n=i.n(a);n.a},"98fd":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},t._l(t._$g(2,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("2-"+r,"sc"),attrs:{_i:"2-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("3-"+r,"a-src"),_i:"3-"+r}}),i("uni-view",{staticClass:t._$g("4-"+r,"sc"),attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1)},n=[]},9915:function(t,e,i){"use strict";i.r(e);var a=i("9ca8"),n=i("fda1");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e6f7");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"59682479",null,!1,a["a"],void 0);e["default"]=o.exports},"99ea":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("b182")),r={data:function(){return{wxsProps:{}}},components:{RenCalendar:n.default}};e.default=r},"9be0":function(t,e,i){"use strict";i.r(e);var a=i("8e9e"),n=i("71e6");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2894");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"f6e33386",null,!1,a["a"],void 0);e["default"]=o.exports},"9be2":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},"9c22":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-input",{staticClass:t._$g(6,"sc"),attrs:{placeholder:t._$g(6,"a-placeholder"),_i:6},model:{value:t._$g(6,"v-model"),callback:function(e){t.$handleVModelEvent(6,e)},expression:"password"}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0"))]),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("v-uni-input",{staticClass:t._$g(10,"sc"),attrs:{placeholder:t._$g(10,"a-placeholder"),_i:10},model:{value:t._$g(10,"v-model"),callback:function(e){t.$handleVModelEvent(10,e)},expression:"password2"}})],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(11,"t0-0"))])],1)],1)},n=[]},"9ca8":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v(t._$g(1,"t0-0"))]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(2,"t0-0"))]),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v(t._$g(3,"t0-0")+"\n\t\t"+t._$g(3,"t0-1")+t._$g(3,"t0-2")+"\uff1a")]),i("uni-view",{attrs:{_i:4}},[t._$g(5,"i")?i("v-uni-scroll-view",{staticClass:t._$g(5,"sc"),attrs:{"scroll-y":!0,"scroll-with-animation":!0,_i:5}},t._l(t._$g(6,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("6-"+r,"sc"),attrs:{_i:"6-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"7-"+r}},[i("v-uni-text",{attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])],1),i("uni-view",{attrs:{_i:"9-"+r}},[t._v("mac\u5730\u5740"+t._$g("9-"+r,"t0-0")+":"+t._$g("9-"+r,"t0-1"))])],1)})),1):t._e()],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("v-uni-icon",{staticClass:t._$g(12,"sc"),attrs:{_i:12}}),t._v(t._$g(11,"t1-0"))],1),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-text",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("1\u3001"+t._$g(14,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v("2\u3001"+t._$g(15,"t0-0"))]),i("v-uni-text",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v("3\u3001"+t._$g(16,"t0-0"))])],1)],1)],1)},n=[]},"9cd8":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},n=[]},"9e42":function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},"9eed":function(t,e,i){"use strict";i.r(e);var a=i("0612"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},"9f3f":function(t,e,i){"use strict";var a=i("b4a9"),n=i.n(a);n.a},a104:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},a14c:function(t,e,i){var a=i("f6fb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f4515f18",a,!0,{sourceMap:!1,shadowMode:!1})},a17c:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},a1e9:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},a3b5:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("ea80").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._v(t._$g(1,"t0-0"))]),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u672c\u6b21\u4f30\u5206\u6210\u7ee9\u4e3a")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),t._$g(7,"i")?i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v("\u8be5\u5730\u533a\u4f53\u80b2\u603b\u6210\u7ee9\u4e3a:"+t._$g(7,"t0-0")+"\u5206")]):t._e()],1),t._l(t._$g(8,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"8-"+r}},[i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[t._v(t._$g("9-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},t._l(t._$g("11-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("11-"+r+"-"+s,"sc"),attrs:{_i:"11-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("12-"+r+"-"+s,"sc"),attrs:{_i:"12-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("13-"+r+"-"+s,"sc"),attrs:{_i:"13-"+r+"-"+s}},[t._v(t._$g("13-"+r+"-"+s,"t0-0"))])],1),t._l(t._$g("14-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("14-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("14-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"14-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("15-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"15-"+r+"-"+s+"-"+o}},[t._v(t._$g("15-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("16-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"16-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("17-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"17-"+r+"-"+s+"-"+o}},[t._v(t._$g("17-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("18-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"18-"+r+"-"+s+"-"+o}},[t._v(t._$g("18-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("19-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"19-"+r+"-"+s+"-"+o}},[t._v(t._$g("19-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()}))],2)})),1)],1)}))],2)},r=[]},a3b8:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-collapse[data-v-1de8c812]{width:100%;display:flex;flex-direction:column;background-color:#fff}',""]),t.exports=e},a42e:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-fe0925d0]{width:30px;height:30px;position:relative}.container.loading1[data-v-fe0925d0]{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.container .shape[data-v-fe0925d0]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-fe0925d0]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-fe0925d0]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-fe0925d0]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-fe0925d0]{bottom:0;right:0;background-color:#e66}.loading1 .shape1[data-v-fe0925d0]{-webkit-animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape1-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}@keyframes animation1shape1-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,16px);transform:translate(16px,16px)}}.loading1 .shape2[data-v-fe0925d0]{-webkit-animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape2-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}@keyframes animation1shape2-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,16px);transform:translate(-16px,16px)}}.loading1 .shape3[data-v-fe0925d0]{-webkit-animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape3-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}@keyframes animation1shape3-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(16px,-16px);transform:translate(16px,-16px)}}.loading1 .shape4[data-v-fe0925d0]{-webkit-animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate;animation:animation1shape4-data-v-fe0925d0 .5s ease 0s infinite alternate}@-webkit-keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}@keyframes animation1shape4-data-v-fe0925d0{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}}",""]),t.exports=e},a487:function(t,e,i){"use strict";i.r(e);var a=i("0d4d"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a681:function(t,e,i){"use strict";i.r(e);var a=i("acc6"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},a721:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:3}})],1),i("uni-view",{attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))]),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-icons",{attrs:{_i:6}})],1)],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},t._l(t._$g(8,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("8-"+r,"sc"),attrs:{_i:"8-"+r}},[t._v(t._$g("8-"+r,"t0-0"))])})),1),i("uni-view",{staticClass:t._$g(9,"sc"),class:t._$g(9,"c"),style:t._$g(9,"s"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),style:t._$g(10,"s"),attrs:{_i:10}},t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[i("uni-view",{staticClass:t._$g("12-"+r,"sc"),class:t._$g("12-"+r,"c"),attrs:{_i:"12-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("12-"+r,"t0-0"))]),t._$g("13-"+r,"i")?i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}}):t._e()],1)})),1)],1),t._$g(14,"i")?i("v-uni-image",{staticClass:t._$g(14,"sc"),class:t._$g(14,"c"),attrs:{src:"https://i.loli.net/2020/07/16/2MmZsucVTlRjSwK.png",mode:"scaleToFill",_i:14},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)},r=[]},a72b:function(t,e,i){"use strict";i.r(e);var a=i("5e17"),n=i("2a95");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("8f2f");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"cb830cca",null,!1,a["a"],void 0);e["default"]=o.exports},a802:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("4a2e")),r={data:function(){return{wxsProps:{}}},components:{record:n.default}};e.default=r},a841:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t._$g(0,"i")?i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):t._e(),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._l(t._$g(7,"f"),(function(e,a,n,r){return t._$g("7-"+r,"i")?i("uni-view",{key:e,staticClass:t._$g("7-"+r,"sc"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("8-"+r,"i")?i("v-uni-image",{staticClass:t._$g("8-"+r,"sc"),attrs:{src:t._$g("8-"+r,"a-src"),_i:"8-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]):t._e()],1),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},[i("uni-view",{attrs:{_i:"14-"+r}},[t._v(t._$g("14-"+r,"t0-0"))]),i("uni-view",{attrs:{_i:"15-"+r}},[t._v(t._$g("15-"+r,"t0-0")+t._$g("15-"+r,"t0-1"))])],1)],1)],1):t._e()})),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("+")])],2)],1)],1):t._e()},n=[]},a8b9:function(t,e,i){"use strict";var a=i("a14c"),n=i.n(a);n.a},a8ea:function(t,e,i){"use strict";var a=i("40f2"),n=i.n(a);n.a},a9df:function(t,e,i){"use strict";var a=i("72ff"),n=i.n(a);n.a},aab7:function(t,e,i){"use strict";i.r(e);var a=i("de44"),n=i("d2c1");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("7298");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"336e47b2",null,!1,a["a"],void 0);e["default"]=o.exports},ab2e:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"loading2",data:function(){return{wxsProps:{}}},components:{}}},ac93:function(t,e,i){"use strict";t.exports=function(t,e){e||(e={}),t=t&&t.__esModule?t.default:t;let i=!1;if("string"!==typeof t){if(!t.protocol||"file:"!==t.protocol||!t.pathname)return t;i=!0,t=t.pathname}return/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):i?t:0===t.indexOf("/")?t.substr(1):t}},acb7:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}}),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[t._v(t._$g(4,"t0-0"))])],1),i("v-uni-text",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-icons",{attrs:{_i:12}})],1)],1)],1),t._$g(13,"i")?i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("uni-icons",{attrs:{_i:18}})],1)],1)],1):t._e(),t._$g(19,"i")?i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-icons",{attrs:{_i:24}})],1)],1)],1):t._e(),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[t._v(t._$g(28,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[i("uni-icons",{attrs:{_i:30}})],1)],1)],1),i("uni-view",{staticClass:t._$g(31,"sc"),attrs:{_i:31}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33}},[t._v(t._$g(33,"t0-0"))]),i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(34,"a-range"),value:t._$g(34,"a-value"),"range-key":"value",_i:34},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(36,"sc"),attrs:{_i:36}})],1)],1)],1),t._l(t._$g(37,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("uni-view",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[i("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[t._v(t._$g("40-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("41-"+r,"sc"),attrs:{_i:"41-"+r}},[i("uni-icons",{attrs:{_i:"42-"+r}})],1)],1)],1)}))],2),t._$g(43,"i")?i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(43,"t0-0"))]):t._e()],1)},r=[]},acc6:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},ad45:function(t,e,i){"use strict";i.r(e);var a=i("30a8"),n=i("e046");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("2488");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"676db0c4",null,!1,a["a"],void 0);e["default"]=o.exports},ad88:function(t,e,i){"use strict";i.r(e);var a=i("ab2e"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},ae4c:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.image3[data-v-20252d98]{width:200px!important;height:340px!important}',""]),t.exports=e},aed5:function(t,e,i){"use strict";var a=i("fbb2"),n=i.n(a);n.a},af58:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[e("uni-view",{staticClass:this._$g(1,"sc"),attrs:{_i:1}}),e("uni-view",{staticClass:this._$g(2,"sc"),attrs:{_i:2}}),e("uni-view",{staticClass:this._$g(3,"sc"),attrs:{_i:3}}),e("uni-view",{staticClass:this._$g(4,"sc"),attrs:{_i:4}})],1)},n=[]},affb:function(t,e,i){"use strict";i.r(e);var a=i("d9a3"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b108:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,".container[data-v-6e5d9c90]{width:30px;height:30px;position:relative}.container.loading6[data-v-6e5d9c90]{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite}.container.loading6 .shape[data-v-6e5d9c90]{width:12px;height:12px;border-radius:2px}.container .shape[data-v-6e5d9c90]{position:absolute;width:10px;height:10px;border-radius:1px}.container .shape.shape1[data-v-6e5d9c90]{left:0;background-color:#1890ff}.container .shape.shape2[data-v-6e5d9c90]{right:0;background-color:#91cb74}.container .shape.shape3[data-v-6e5d9c90]{bottom:0;background-color:#fac858}.container .shape.shape4[data-v-6e5d9c90]{bottom:0;right:0;background-color:#e66}.loading6 .shape1[data-v-6e5d9c90]{-webkit-animation:animation6shape1-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape1-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape1-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(18px);transform:translateY(18px)}50%{-webkit-transform:translate(18px,18px);transform:translate(18px,18px)}75%{-webkit-transform:translate(18px);transform:translate(18px)}}@keyframes animation6shape1-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(18px);transform:translateY(18px)}50%{-webkit-transform:translate(18px,18px);transform:translate(18px,18px)}75%{-webkit-transform:translate(18px);transform:translate(18px)}}.loading6 .shape2[data-v-6e5d9c90]{-webkit-animation:animation6shape2-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape2-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape2-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-18px);transform:translate(-18px)}50%{-webkit-transform:translate(-18px,18px);transform:translate(-18px,18px)}75%{-webkit-transform:translateY(18px);transform:translateY(18px)}}@keyframes animation6shape2-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-18px);transform:translate(-18px)}50%{-webkit-transform:translate(-18px,18px);transform:translate(-18px,18px)}75%{-webkit-transform:translateY(18px);transform:translateY(18px)}}.loading6 .shape3[data-v-6e5d9c90]{-webkit-animation:animation6shape3-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape3-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape3-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(18px);transform:translate(18px)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}}@keyframes animation6shape3-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(18px);transform:translate(18px)}50%{-webkit-transform:translate(18px,-18px);transform:translate(18px,-18px)}75%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}}.loading6 .shape4[data-v-6e5d9c90]{-webkit-animation:animation6shape4-data-v-6e5d9c90 2s linear 0s infinite normal;animation:animation6shape4-data-v-6e5d9c90 2s linear 0s infinite normal}@-webkit-keyframes animation6shape4-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}50%{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}75%{-webkit-transform:translate(-18px);transform:translate(-18px)}}@keyframes animation6shape4-data-v-6e5d9c90{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-18px);transform:translateY(-18px)}50%{-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}75%{-webkit-transform:translate(-18px);transform:translate(-18px)}}",""]),t.exports=e},b137:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("e926")),r={data:function(){return{wxsProps:{}}},components:{headerIndex:n.default}};e.default=r},b138:function(t,e,i){"use strict";i.r(e);var a=i("7835"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b182:function(t,e,i){"use strict";i.r(e);var a=i("a721"),n=i("cb15");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("e094");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"29f8da3a",null,!1,a["a"],void 0);e["default"]=o.exports},b1e6:function(t,e,i){"use strict";i.r(e);var a=i("1ed9"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},b283:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-swiper",{staticClass:t._$g(2,"sc"),attrs:{"indicator-dots":"true",autoplay:"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("v-uni-swiper-item",{key:e,attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g("4-"+r,"a-src"),mode:"aspectFill",_i:"4-"+r}})],1)})),1)],1):t._e(),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("v-uni-scroll-view",{staticClass:t._$g(6,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:6}},t._l(t._$g(7,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("7-"+r,"c"),attrs:{_i:"7-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("7-"+r,"t0-0"))])})),1)],1),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},t._l(t._$g(9,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("9-"+r,"sc"),attrs:{_i:"9-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g("10-"+r,"sc"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))])],1),i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[i("v-uni-image",{attrs:{src:t._$g("13-"+r,"a-src"),mode:"aspectFill",_i:"13-"+r}})],1),i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-icon",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}}),t._v(t._$g("15-"+r,"t1-0")+t._$g("15-"+r,"t1-1"))],1),i("uni-view",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[i("v-uni-icon",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}}),t._v(t._$g("17-"+r,"t1-0"))],1)],1)],1)})),1)],1)},n=[]},b28e:function(t,e,i){var a=i("e8b6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("b7a767aa",a,!0,{sourceMap:!1,shadowMode:!1})},b29a:function(t,e,i){"use strict";var a=i("e45f"),n=i.n(a);n.a},b384:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._$g(4,"i")?i("v-uni-image",{staticClass:t._$g(4,"sc"),attrs:{src:t._$g(4,"a-src"),_i:4}}):i("v-uni-icon",{staticClass:t._$g(5,"sc"),attrs:{_i:5}})],1)],1),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[t._v(t._$g(7,"t0-0"))]),i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[i("v-uni-input",{attrs:{name:"name",type:"text",placeholder:t._$g(9,"a-placeholder"),_i:9},model:{value:t._$g(9,"v-model"),callback:function(e){t.$handleVModelEvent(9,e)},expression:"memInfo.nickname"}}),t._$g(10,"i")?i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[i("uni-icons",{attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(14,"t1-0"))],1),i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[i("uni-icons",{attrs:{_i:17},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(16,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[t._v(t._$g(19,"t0-0"))]),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20}},[i("v-uni-input",{staticClass:t._$g(21,"sc"),attrs:{name:"name",type:"digit",placeholder:t._$g(21,"a-placeholder"),_i:21},model:{value:t._$g(21,"v-model"),callback:function(e){t.$handleVModelEvent(21,e)},expression:"memInfo.height"}}),t._v("CM"),t._$g(22,"i")?i("uni-icons",{attrs:{_i:22},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24}},[t._v(t._$g(24,"t0-0"))]),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("v-uni-input",{staticClass:t._$g(26,"sc"),attrs:{name:"name",type:"digit",placeholder:t._$g(26,"a-placeholder"),_i:26},model:{value:t._$g(26,"v-model"),callback:function(e){t.$handleVModelEvent(26,e)},expression:"memInfo.weight"}}),t._v("KG"),t._$g(27,"i")?i("uni-icons",{attrs:{_i:27},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1)],1),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("uni-view",{staticClass:t._$g(29,"sc"),attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))]),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(31,"a-end"),value:t._$g(31,"a-value"),fields:t._$g(31,"a-fields"),_i:31},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v(t._$g(32,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(33,"sc"),attrs:{_i:33}})],1)],1)],1),t._$g(34,"i")?i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v("\u573a\u666f\u9009\u62e9")]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[i("uni-icons",{attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u6d4b\u6a21\u5f0f")],1),i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("uni-icons",{attrs:{_i:40},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v("\u4f53\u8102\u6a21\u5f0f")],1)],1)],1):t._e(),t._$g(41,"i")?i("uni-view",{staticClass:t._$g(41,"sc"),attrs:{_i:41}},[i("uni-view",{staticClass:t._$g(42,"sc"),attrs:{_i:42}},[t._v("\u8eab\u4efd\u4fe1\u606f")]),i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(44,"a-range"),value:t._$g(44,"a-value"),"range-key":"name",_i:44},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45}},[t._v(t._$g(45,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(46,"sc"),attrs:{_i:46}})],1)],1)],1):t._e(),t._$g(47,"i")?i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[t._v("\u6240\u5c5e\u5730\u533a")]),i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[t._v(t._$g(50,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(51,"sc"),attrs:{_i:51}})],1)],1):t._e(),t._$g(52,"i")?i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53}},[t._v("\u6240\u5728\u5e74\u7ea7")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-picker",{attrs:{mode:"selector",range:t._$g(55,"a-range"),value:t._$g(55,"a-value"),"range-key":"name",_i:55},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v(t._$g(56,"t0-0"))]),i("v-uni-icon",{staticClass:t._$g(57,"sc"),attrs:{_i:57}})],1)],1)],1):t._e()],1),i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(58,"t0-0"))]),t._$g(59,"i")?i("uni-view",{staticClass:t._$g(59,"sc"),attrs:{_i:59},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61}},[i("uni-view",{attrs:{_i:62},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(63,"sc"),attrs:{_i:63},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1),i("v-uni-picker-view",{staticClass:t._$g(64,"sc"),attrs:{value:t._$g(64,"a-value"),"indicator-style":t._$g(64,"a-indicator-style"),_i:64},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:65}},t._l(t._$g(66,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("66-"+r,"sc"),attrs:{_i:"66-"+r}},[t._v(t._$g("66-"+r,"t0-0"))])})),1),i("v-uni-picker-view-column",{attrs:{_i:67}},t._l(t._$g(68,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("68-"+r,"sc"),attrs:{_i:"68-"+r}},[t._v(t._$g("68-"+r,"t0-0"))])})),1)],1)],1)],1):t._e()],1)},r=[]},b3b0:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),i("v-uni-image",{staticClass:t._$g(3,"sc"),attrs:{src:t._$g(3,"a-src"),_i:3}})],1),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._$g(7,"i")?i("v-uni-text",{attrs:{_i:7}},[t._v(t._$g(7,"t0-0"))]):i("v-uni-input",{attrs:{type:"text",_i:8},on:{blur:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g(8,"v-model"),callback:function(e){t.$handleVModelEvent(8,e)},expression:"nickname"}}),i("uni-icons",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}})],1)],1),i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(11,"sc"),attrs:{_i:11}},[t._v(t._$g(11,"t0-0"))]),i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[i("v-uni-text",{attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))]),i("uni-icons",{attrs:{_i:14}})],1)],1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16}},[t._v(t._$g(16,"t0-0"))]),i("uni-view",{staticClass:t._$g(17,"sc"),attrs:{_i:17}},[i("v-uni-text",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("uni-icons",{attrs:{_i:19}})],1)],1),i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21}},[t._v(t._$g(21,"t0-0"))]),i("uni-icons",{attrs:{_i:22}})],1),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(23,"t0-0"))])],1)},r=[]},b454:function(t,e,i){var a=i("8734");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5c05572a",a,!0,{sourceMap:!1,shadowMode:!1})},b483:function(t,e,i){"use strict";i.r(e);var a=i("c412"),n=i("9724");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("19c1");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"8073ae00",null,!1,a["a"],void 0);e["default"]=o.exports},b49c:function(t,e,i){"use strict";function a(t,e){for(var i=[],a={},n=0;ni.parts.length&&(a.parts.length=i.parts.length)}else{var s=[];for(n=0;n1?e-1:0),a=1;at.end.x||e.end.xt.start.y||e.start.y1&&(n.extra.mount.widthRatio>2&&(n.extra.mount.widthRatio=2),s+=(n.extra.mount.widthRatio-1)*i.eachSpacing);var o=e;return e>=0?(o=0,t.uevent.trigger("scrollLeft"),t.scrollOption.position="left",n.xAxis.scrollPosition="left"):Math.abs(e)>=s-r?(o=r-s,t.uevent.trigger("scrollRight"),t.scrollOption.position="right",n.xAxis.scrollPosition="right"):(t.scrollOption.position=e,n.xAxis.scrollPosition=e),o}function f(t,e,i){function a(t){while(t<0)t+=2*Math.PI;while(t>2*Math.PI)t-=2*Math.PI;return t}return t=a(t),e=a(e),i=a(i),e>i&&(i+=2*Math.PI,t=e&&t<=i}function p(t,e){function i(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].y>=Math.max(t[e-1].y,t[e+1].y)||t[e].y<=Math.min(t[e-1].y,t[e+1].y))}function a(t,e){return!(!t[e-1]||!t[e+1])&&(t[e].x>=Math.max(t[e-1].x,t[e+1].x)||t[e].x<=Math.min(t[e-1].x,t[e+1].x))}var n=.2,r=.2,s=null,o=null,c=null,l=null;if(e<1?(s=t[0].x+(t[1].x-t[0].x)*n,o=t[0].y+(t[1].y-t[0].y)*n):(s=t[e].x+(t[e+1].x-t[e-1].x)*n,o=t[e].y+(t[e+1].y-t[e-1].y)*n),e>t.length-3){var d=t.length-1;c=t[d].x-(t[d].x-t[d-1].x)*r,l=t[d].y-(t[d].y-t[d-1].y)*r}else c=t[e+1].x-(t[e+2].x-t[e].x)*r,l=t[e+1].y-(t[e+2].y-t[e].y)*r;return i(t,e+1)&&(l=t[e+1].y),i(t,e)&&(o=t[e].y),a(t,e+1)&&(c=t[e+1].x),a(t,e)&&(s=t[e].x),(o>=Math.max(t[e].y,t[e+1].y)||o<=Math.min(t[e].y,t[e+1].y))&&(o=t[e].y),(l>=Math.max(t[e].y,t[e+1].y)||l<=Math.min(t[e].y,t[e+1].y))&&(l=t[e+1].y),(s>=Math.max(t[e].x,t[e+1].x)||s<=Math.min(t[e].x,t[e+1].x))&&(s=t[e].x),(c>=Math.max(t[e].x,t[e+1].x)||c<=Math.min(t[e].x,t[e+1].x))&&(c=t[e+1].x),{ctrA:{x:s,y:o},ctrB:{x:c,y:l}}}function g(t,e,i){return{x:i.x+t,y:i.y-e}}function v(t,e){if(e)while(c.isCollision(t,e))t.start.x>0?t.start.y--:t.start.x<0||t.start.y>0?t.start.y++:t.start.y--;return t}function h(t,e,i){for(var a=0,n=0;n=1e4?1e3:a>=1e3?100:a>=100?10:a>=10?5:a>=1?1:a>=.1?.1:a>=.01?.01:a>=.001?.001:a>=1e-4?1e-4:a>=1e-5?1e-5:1e-6,{minRange:d(t,"lower",i),maxRange:d(e,"upper",i)}}function b(t,e,i){var a=0;if(t=String(t),!1!==i&&void 0!==i&&i.setFontSize&&i.measureText)return i.setFontSize(e),i.measureText(t).width;t=t.split("");for(var n=0;n-1;if(r)for(var s=A(t),o=0;o5&&void 0!==arguments[5]?arguments[5]:{},s=e.chartData.calPoints?e.chartData.calPoints:[],o={};if(a.length>0){for(var c=[],l=0;l0&&(a=n[i]),{text:r.formatter?r.formatter(t,a,i,e):t.name+": "+t.data,color:t.color,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}})),f={x:Math.round(o.x),y:Math.round(o.y)};return{textList:u,offset:f}}function M(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},r=e.chartData.xAxisPoints[i]+e.chartData.eachSpacing/2,s=t.map((function(t){return{text:n.formatter?n.formatter(t,a[i],i,e):t.name+": "+t.data,color:t.color,disableLegend:!!t.disableLegend,legendShape:"auto"==e.extra.tooltip.legendShape?t.legendShape:e.extra.tooltip.legendShape}}));s=s.filter((function(t){if(!0!==t.disableLegend)return t}));var o={x:Math.round(r),y:0};return{textList:s,offset:o}}function E(t,e,i,a,n,r){var s=i.chartData.calPoints,o=r.color.upFill,c=r.color.downFill,l=[o,o,c,o],d=[];e.map((function(e){0==a?e.data[1]-e.data[0]<0?l[1]=c:l[1]=o:(e.data[0]t[a-1][1]&&(l[2]=o),e.data[3]=e.area[3]-10&&t.y>=e.area[0]&&t.y<=e.height-e.area[2]}function P(t,e,i){return Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)<=Math.pow(i,2)}function T(t,e){var i=[],a=[];return t.forEach((function(t,n){e.connectNulls?null!==t&&a.push(t):null!==t?a.push(t):(a.length&&i.push(a),a=[])})),a.length&&i.push(a),i}function F(t,e,i,a,n){var r={angle:0,xAxisHeight:e.xAxis.lineHeight*e.pix+e.xAxis.marginTop*e.pix},s=e.xAxis.fontSize*e.pix,o=t.map((function(t,i){var a=e.xAxis.formatter?e.xAxis.formatter(t,i,e):t;return b(String(a),s,n)})),c=Math.max.apply(this,o);if(1==e.xAxis.rotateLabel){r.angle=e.xAxis.rotateAngle*Math.PI/180;var l=e.xAxis.marginTop*e.pix*2+Math.abs(c*Math.sin(r.angle));l=l4&&void 0!==arguments[4]?arguments[4]:-1;n="stack"==a?m(t,e.categories.length):w(t);var o=[];n=n.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),n.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[0]):o.push(t.value):o.push(t)}));var c=0,l=0;if(o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),s>-1?("number"===typeof e.xAxis.data[s].min&&(c=Math.min(e.xAxis.data[s].min,c)),"number"===typeof e.xAxis.data[s].max&&(l=Math.max(e.xAxis.data[s].max,l))):("number"===typeof e.xAxis.min&&(c=Math.min(e.xAxis.min,c)),"number"===typeof e.xAxis.max&&(l=Math.max(e.xAxis.max,l))),c===l){var d=l||10;l+=d}for(var u=c,f=l,p=[],g=(f-u)/e.xAxis.splitNumber,v=0;v<=e.xAxis.splitNumber;v++)p.push(u+g*v);return p}(t,e,i,n.type),s.rangesFormat=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));var l=s.ranges.map((function(t){return t=c.toFixed(t,2),t}));s=Object.assign(s,N(l,e,i));s.eachSpacing,l.map((function(t){return b(t,e.xAxis.fontSize*e.pix,a)}));return!0===e.xAxis.disabled&&(s.xAxisHeight=0),s}function O(t,e,i,a,n){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,s=n.extra.radar||{};s.max=s.max||0;for(var o=Math.max(s.max,Math.max.apply(null,w(a))),c=[],l=function(n){var s=a[n],l={};l.color=s.color,l.legendShape=s.legendShape,l.pointShape=s.pointShape,l.data=[],s.data.forEach((function(a,n){var s={};s.angle=t[n],s.proportion=a/o,s.value=a,s.position=g(i*s.proportion*r*Math.cos(s.angle),i*s.proportion*r*Math.sin(s.angle),e),l.data.push(s)})),c.push(l)},d=0;d2&&void 0!==arguments[2]?arguments[2]:1,a=0,n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=0,s=0,o=[],c=0;c2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function I(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==i&&(i=.999999);for(var a=0;a=2&&(n._proportion_=n._proportion_%2)}return t}function H(t,e,i){var a;a=i=2&&(t[r]._endAngle_=t[r]._endAngle_%2),n=t[r]._endAngle_;return t}function W(t,e,i){for(var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,n=0;n=i.oldData?r._proportion_=(r._endAngle_-r._oldAngle_)*a+i.oldAngle:r._proportion_=r._oldAngle_-(r._oldAngle_-r._endAngle_)*a,r._proportion_>=2&&(r._proportion_=r._proportion_%2)}return t}function R(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return"mix"==r.type?(n=r.extra.mix.column.seriesGap*r.pix||0,s=r.extra.mix.column.categoryGap*r.pix||0):(n=r.extra.column.seriesGap*r.pix||0,s=r.extra.column.categoryGap*r.pix||0),n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.mix&&r.extra.mix.column.width&&+r.extra.mix.column.width>0&&(t.width=Math.min(t.width,+r.extra.mix.column.width*r.pix)),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t.x+=(a+.5-i/2)*(t.width+n),t}))}function q(t,e,i,a,n,r){return t.map((function(t){if(null===t)return null;var n=0,s=0;return n=r.extra.bar.seriesGap*r.pix||0,s=r.extra.bar.categoryGap*r.pix||0,n=Math.min(n,e/i),s=Math.min(s,e/i),t.width=Math.ceil((e-2*s-n*(i-1))/i),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t.y+=(a+.5-i/2)*(t.width+n),t}))}function G(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t){return null===t?null:(t.width=e-2*o,r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),a>0&&(t.width-=s),t)}))}function Y(t,e,i,a,n,r,s){var o=r.extra.column.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.column&&r.extra.column.width&&+r.extra.column.width>0&&(t.width=Math.min(t.width,+r.extra.column.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function U(t,e,i,a,n,r,s){var o=r.extra.bar.categoryGap*r.pix||0;return t.map((function(t,i){return null===t?null:(t.width=Math.ceil(e-2*o),r.extra.bar&&r.extra.bar.width&&+r.extra.bar.width>0&&(t.width=Math.min(t.width,+r.extra.bar.width*r.pix)),t.width<=0&&(t.width=1),t)}))}function N(t,e,i){var a=e.width-e.area[1]-e.area[3],n=e.enableScroll?Math.min(e.xAxis.itemCount,t.length):t.length;("line"==e.type||"area"==e.type||"scatter"==e.type||"bubble"==e.type||"bar"==e.type)&&n>1&&"justify"==e.xAxis.boundaryGap&&(n-=1);var r=0;"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),r=e.extra.mount.widthRatio-1,n+=r);var s=a/n,o=[],c=e.area[3],l=e.width-e.area[1];return t.forEach((function(t,e){o.push(c+r/2*s+e*s)})),"justify"!==e.xAxis.boundaryGap&&(!0===e.enableScroll?o.push(c+r*s+t.length*s):o.push(l)),{xAxisPoints:o,startX:c,endX:l,eachSpacing:s}}function X(t,e,i,a,n,r,s){var o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=r.height-r.area[0]-r.area[2];return t.forEach((function(t,s){if(null===t)c.push(null);else{var d=[];t.forEach((function(t,c){var u={};u.x=a[s]+Math.round(n/2);var f=t.value||t,p=l*(f-e)/(i-e);p*=o,u.y=r.height-Math.round(p)-r.area[2],d.push(u)})),c.push(d)}})),c}function J(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=s.type&&"area"!=s.type&&"scatter"!=s.type&&"bubble"!=s.type||(l=s.xAxis.boundaryGap);var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var p={};p.color=t.color,p.x=a[o];var g,v,h,x=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)g=[].concat(s.chartData.xAxisData.ranges),v=g.shift(),h=g.pop(),x=t[1],p.x=s.area[3]+f*(t[0]-v)/(h-v),"bubble"==s.type&&(p.r=t[2],p.t=t[3]);else x=t.value;"center"==l&&(p.x+=n/2);var _=u*(x-e)/(i-e);_*=c,p.y=s.height-_-s.area[2],d.push(p)}})),d}function Q(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=s.xAxis.boundaryGap,u=[],f=s.height-s.area[0]-s.area[2],p=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)u.push(null);else{var g={};if(g.color=t.color,"vertical"==c.animation){g.x=a[o];var v,h,x,_=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)v=[].concat(s.chartData.xAxisData.ranges),h=v.shift(),x=v.pop(),_=t[1],g.x=s.area[3]+p*(t[0]-h)/(x-h);else _=t.value;"center"==d&&(g.x+=n/2);var b=f*(_-e)/(i-e);b*=l,g.y=s.height-b-s.area[2],u.push(g)}else{g.x=a[0]+n*o*l;_=t;"center"==d&&(g.x+=n/2);b=f*(_-e)/(i-e);g.y=s.height-b-s.area[2],u.push(g)}}})),u}function Z(t,e,i,a,n,s,o,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var d=[],u=s.height-s.area[0]-s.area[2],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,o){if(null===t)d.push(null);else{var c={};c.color=t.color,c.x=a[o];var p,g,v,h=t;if("object"===(0,r.default)(t)&&null!==t)if(t.constructor.toString().indexOf("Array")>-1)p=[].concat(s.chartData.xAxisData.ranges),g=p.shift(),v=p.pop(),h=t[1],c.x=s.area[3]+f*(t[0]-g)/(v-g);else h=t.value;c.x+=n/2;var x=u*(h*l-e)/(i-e);c.y=s.height-x-s.area[2],d.push(c)}})),d}function K(t,e,i,a,n,r,s,o){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],d=r.height-r.area[0]-r.area[2],u=(r.width,r.area[1],r.area[3],n*s.widthRatio);return t.forEach((function(t,s){if(null===t)l.push(null);else{var o={};o.color=t.color,o.x=a[s],o.x+=n/2;var f=t.data,p=d*(f*c-e)/(i-e);o.y=r.height-p-r.area[2],o.value=f,o.width=u,l.push(o)}})),l}function tt(t,e,i,a,n,s,o){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],d=(s.height,s.area[0],s.area[2],s.width-s.area[1]-s.area[3]);return t.forEach((function(t,n){if(null===t)l.push(null);else{var o={};o.color=t.color,o.y=a[n];var u=t;"object"===(0,r.default)(t)&&null!==t&&(u=t.value);var f=d*(u-e)/(i-e);f*=c,o.height=f,o.value=u,o.x=f+s.area[3],l.push(o)}})),l}function et(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.height-s.area[0]-s.area[2];return t.forEach((function(t,o){if(null===t)u.push(null);else{var p={};if(p.color=t.color,p.x=a[o]+Math.round(n/2),c>0){for(var g=0,v=0;v<=c;v++)g+=l[v].data[o];var h=g-t,x=f*(g-e)/(i-e),_=f*(h-e)/(i-e)}else{g=t;"object"===(0,r.default)(t)&&null!==t&&(g=t.value);x=f*(g-e)/(i-e),_=0}var b=_;x*=d,b*=d,p.y=s.height-Math.round(x)-s.area[2],p.y0=s.height-Math.round(b)-s.area[2],u.push(p)}})),u}function it(t,e,i,a,n,s,o,c,l){var d=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,u=[],f=s.width-s.area[1]-s.area[3];return t.forEach((function(t,n){if(null===t)u.push(null);else{var o={};if(o.color=t.color,o.y=a[n],c>0){for(var p=0,g=0;g<=c;g++)p+=l[g].data[n];var v=p-t,h=f*(p-e)/(i-e),x=f*(v-e)/(i-e)}else{p=t;"object"===(0,r.default)(t)&&null!==t&&(p=t.value);h=f*(p-e)/(i-e),x=0}var _=x;h*=d,_*=d,o.height=h-_,o.x=s.area[3]+h,o.x0=s.area[3]+_,u.push(o)}})),u}function at(t,e,i,a,n){var s;s="stack"==a?m(t,e.categories.length):w(t);var o=[];s=s.filter((function(t){return"object"===(0,r.default)(t)&&null!==t?t.constructor.toString().indexOf("Array")>-1?null!==t:null!==t.value:null!==t})),s.map((function(t){"object"===(0,r.default)(t)?t.constructor.toString().indexOf("Array")>-1?"candle"==e.type?t.map((function(t){o.push(t)})):o.push(t[1]):o.push(t.value):o.push(t)}));var c=n.min||0,l=n.max||0;o.length>0&&(c=Math.min.apply(this,o),l=Math.max.apply(this,o)),c===l&&(0==l?l=10:c=0);for(var d=_(c,l),u=void 0===n.min||null===n.min?d.minRange:n.min,f=void 0===n.max||null===n.max?d.maxRange:n.max,p=(f-u)/e.yAxis.splitNumber,g=[],v=0;v<=e.yAxis.splitNumber;v++)g.push(u+p*v);return g.reverse()}function nt(t,e,i,a){var n=o({},{type:""},e.extra.column),r=e.yAxis.data.length,s=new Array(r);if(r>0){for(var l=0;l0&&0==n.tooltip.group.includes(s))){var o="number"===typeof n.tooltip.index?n.tooltip.index:n.tooltip.index[n.tooltip.group.indexOf(s)];if(a.beginPath(),"hollow"==r.activeType?(a.setStrokeStyle(e),a.setFillStyle(n.background),a.setLineWidth(2*n.pix)):(a.setStrokeStyle("#ffffff"),a.setFillStyle(e),a.setLineWidth(1*n.pix)),"diamond"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x+2.5*n.pix,t.y),a.arc(t.x,t.y,3*n.pix,0,2*Math.PI,!1))}));else if("square"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===i)t.forEach((function(t,e){null!==t&&o==e&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("none"===i)return;a.closePath(),a.fill(),a.stroke()}}function ct(t,e,i,a){var n=t.title.fontSize||e.titleFontSize,r=t.subtitle.fontSize||e.subtitleFontSize,s=t.title.name||"",o=t.subtitle.name||"",c=t.title.color||t.fontColor,l=t.subtitle.color||t.fontColor,d=s?n:0,u=o?r:0;if(o){var f=b(o,r*t.pix,i),p=a.x-f/2+(t.subtitle.offsetX||0)*t.pix,g=a.y+r*t.pix/2+(t.subtitle.offsetY||0)*t.pix;s&&(g+=(d*t.pix+5)/2),i.beginPath(),i.setFontSize(r*t.pix),i.setFillStyle(l),i.fillText(o,p,g),i.closePath(),i.stroke()}if(s){var v=b(s,n*t.pix,i),h=a.x-v/2+(t.title.offsetX||0),x=a.y+n*t.pix/2+(t.title.offsetY||0)*t.pix;o&&(x-=(u*t.pix+5)/2),i.beginPath(),i.setFontSize(n*t.pix),i.setFillStyle(c),i.fillText(s,h,x),i.closePath(),i.stroke()}}function lt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0;t.forEach((function(t,c){if(null!==t){a.beginPath();var l=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(l),a.setFillStyle(e.textColor||n.fontColor);var d=s[c];"object"===(0,r.default)(s[c])&&null!==s[c]&&(d=s[c].constructor.toString().indexOf("Array")>-1?s[c][1]:s[c].value);var u=e.formatter?e.formatter(d,c,e,n):d;a.setTextAlign("center"),a.fillText(String(u),t.x,t.y-4+o*n.pix),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function dt(t,e,i,a,n){var s=e.data,o=e.textOffset?e.textOffset:0,c=n.extra.column.labelPosition;t.forEach((function(t,l){if(null!==t){a.beginPath();var d=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(d),a.setFillStyle(e.textColor||n.fontColor);var u=s[l];"object"===(0,r.default)(s[l])&&null!==s[l]&&(u=s[l].constructor.toString().indexOf("Array")>-1?s[l][1]:s[l].value);var f=e.formatter?e.formatter(u,l,e,n):u;a.setTextAlign("center");var p=t.y-4*n.pix+o*n.pix;t.y>e.zeroPoints&&(p=t.y+o*n.pix+d),"insideTop"==c&&(p=t.y+d+o*n.pix,t.y>e.zeroPoints&&(p=t.y-o*n.pix-4*n.pix)),"center"==c&&(p=t.y+o*n.pix+(n.height-n.area[2]-t.y+d)/2,e.zeroPointse.zeroPoints&&(p=t.y-o*n.pix-(t.y-e.zeroPoints-d)/2),"stack"==n.extra.column.type&&(p=t.y+o*n.pix+(t.y0-t.y+d)/2)),"bottom"==c&&(p=n.height-n.area[2]+o*n.pix-4*n.pix,e.zeroPointse.zeroPoints&&(p=e.zeroPoints-o*n.pix+d+2*n.pix),"stack"==n.extra.column.type&&(p=t.y0+o*n.pix-4*n.pix)),a.fillText(String(f),t.x,p),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ut(t,e,i,a,n,r){e.data;var s=e.textOffset?e.textOffset:0;n.extra.mount.labelPosition;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e[o].textSize?e[o].textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e[o].textColor||n.fontColor);var l=t.value,d=e[o].formatter?e[o].formatter(l,o,e,n):l;a.setTextAlign("center");var u=t.y-4*n.pix+s*n.pix;t.y>r&&(u=t.y+s*n.pix+c),a.fillText(String(d),t.x,u),a.closePath(),a.stroke(),a.setTextAlign("left")}}))}function ft(t,e,i,a,n){var s=e.data;e.textOffset&&e.textOffset;t.forEach((function(t,o){if(null!==t){a.beginPath();var c=e.textSize?e.textSize*n.pix:i.fontSize;a.setFontSize(c),a.setFillStyle(e.textColor||n.fontColor);var l=s[o];"object"===(0,r.default)(s[o])&&null!==s[o]&&(l=s[o].value);var d=e.formatter?e.formatter(l,o,e,n):l;a.setTextAlign("left"),a.fillText(String(d),t.x+4*n.pix,t.y+c/2-3),a.closePath(),a.stroke()}}))}function pt(t,e,i,a,n,r){var s;e-=t.width/2+t.labelOffset*a.pix,e=e<10?10:e,s=t.endAngle=2&&(d%=2),u+=l}}function gt(t,e,i,a,n,r){var s=a.extra.radar||{};t.forEach((function(t,o){if(!0===s.labelPointShow&&""!==a.categories[o]){var l={x:e*Math.cos(t),y:e*Math.sin(t)},d=g(l.x,l.y,i);r.setFillStyle(s.labelPointColor),r.beginPath(),r.arc(d.x,d.y,s.labelPointRadius*a.pix,0,2*Math.PI,!1),r.closePath(),r.fill()}if(!0===s.labelShow){var u={x:(e+n.radarLabelTextMargin*a.pix)*Math.cos(t),y:(e+n.radarLabelTextMargin*a.pix)*Math.sin(t)},f=g(u.x,u.y,i),p=f.x,v=f.y;c.approximatelyEqual(u.x,0)?p-=b(a.categories[o]||"",n.fontSize,r)/2:u.x<0&&(p-=b(a.categories[o]||"",n.fontSize,r)),r.beginPath(),r.setFontSize(n.fontSize),r.setFillStyle(s.labelColor||a.fontColor),r.fillText(a.categories[o]||"",p,v+n.fontSize/2),r.closePath(),r.stroke()}}))}function vt(t,e,i,a,n,r){for(var s=i.pieChartLinePadding,o=[],l=null,d=t.map((function(i,a){var n=i.formatter?i.formatter(i,a,t,e):c.toFixed(100*i._proportion_.toFixed(4))+"%";n=i.labelText?i.labelText:n;var r=2*Math.PI-(i._start_+2*Math.PI*i._proportion_/2);i._rose_proportion_&&(r=2*Math.PI-(i._start_+2*Math.PI*i._rose_proportion_/2));var s=i.color,o=i._radius_;return{arc:r,text:n,color:s,radius:o,textColor:i.textColor,textSize:i.textSize,labelShow:i.labelShow}})),u=0;u=0?p+i.pieChartTextPadding:p-i.pieChartTextPadding,m=h,$=b(f.text,f.textSize*e.pix||i.fontSize,a),y=m;l&&c.isSameXCoordinateArea(l.start,{x:w})&&(y=w>0?Math.min(m,l.start.y):p<0||m>0?Math.max(m,l.start.y):Math.min(m,l.start.y)),w<0&&(w-=$);var C={lineStart:{x:x,y:_},lineEnd:{x:p,y:h},start:{x:w,y:y},width:$,height:i.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};l=v(C,l),o.push(l)}for(var k=0;kn?n:r.activeWidth;var s=e.area[0],c=e.height-e.area[2];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(t-r.activeWidth/2,s,r.activeWidth,c-s),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function bt(t,e,i,a,n){var r=o({},{activeBgColor:"#000000",activeBgOpacity:.08},e.extra.bar),s=e.area[3],c=e.width-e.area[1];a.beginPath(),a.setFillStyle(l(r.activeBgColor,r.activeBgOpacity)),a.rect(s,t-n/2,c-s,n),a.closePath(),a.fill(),a.setFillStyle("#FFFFFF")}function wt(t,e,i,a,n,r,s){var c=o({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},i.extra.tooltip);1==c.showCategory&&i.categories&&t.unshift({text:i.categories[i.tooltip.index],color:null});var d=c.fontSize*i.pix,u=c.lineHeight*i.pix,f=c.boxPadding*i.pix,p=d,g=5*i.pix;0==c.legendShow&&(p=0,g=0);var v=c.showArrow?8*i.pix:0,h=!1;"line"!=i.type&&"mount"!=i.type&&"area"!=i.type&&"candle"!=i.type&&"mix"!=i.type||1==c.splitLine&&function(t,e,i,a){var n=e.extra.tooltip||{};n.gridType=void 0==n.gridType?"solid":n.gridType,n.dashLength=void 0==n.dashLength?4:n.dashLength;var r=e.area[0],s=e.height-e.area[2];if("dash"==n.gridType&&a.setLineDash([n.dashLength,n.dashLength]),a.setStrokeStyle(n.gridColor||"#cccccc"),a.setLineWidth(1*e.pix),a.beginPath(),a.moveTo(t,r),a.lineTo(t,s),a.stroke(),a.setLineDash([]),n.xAxisLabel){var o=e.categories[e.tooltip.index];a.setFontSize(i.fontSize);var c=b(o,i.fontSize,a),d=t-.5*c,u=s+2*e.pix;a.beginPath(),a.setFillStyle(l(n.labelBgColor||i.toolTipBackground,n.labelBgOpacity||i.toolTipOpacity)),a.setStrokeStyle(n.labelBgColor||i.toolTipBackground),a.setLineWidth(1*e.pix),a.rect(d-n.boxPadding*e.pix,u,c+2*n.boxPadding*e.pix,i.fontSize+2*n.boxPadding*e.pix),a.closePath(),a.stroke(),a.fill(),a.beginPath(),a.setFontSize(i.fontSize),a.setFillStyle(n.labelFontColor||e.fontColor),a.fillText(String(o),d,u+n.boxPadding*e.pix+i.fontSize),a.closePath(),a.stroke()}}(i.tooltip.offset.x,i,a,n),e=o({x:0,y:0},e),e.y-=8*i.pix;var x=t.map((function(t){return b(t.text,d,n)})),_=p+g+4*f+Math.max.apply(null,x),w=2*f+t.length*u;if(0!=c.showBox){e.x-Math.abs(i._scrollDistance_||0)+v+_>i.width&&(h=!0),w+e.y>i.height&&(e.y=i.height-w),n.beginPath(),n.setFillStyle(l(c.bgColor,c.bgOpacity)),n.setLineWidth(c.borderWidth*i.pix),n.setStrokeStyle(l(c.borderColor,c.borderOpacity));var m=c.borderRadius;h?(_+v>i.width&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),_>e.x&&(e.x=i.width+Math.abs(i._scrollDistance_||0)+v+(_-i.width)),c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x-v,e.y+10*i.pix+5*i.pix)),n.arc(e.x-v-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x-v-Math.round(_)+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),n.arc(e.x-v-Math.round(_)+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x-v-m,e.y+m,m,-Math.PI/2,0,!1),c.showArrow&&(n.lineTo(e.x-v,e.y+10*i.pix-5*i.pix),n.lineTo(e.x,e.y+10*i.pix))):(c.showArrow&&(n.moveTo(e.x,e.y+10*i.pix),n.lineTo(e.x+v,e.y+10*i.pix-5*i.pix)),n.arc(e.x+v+m,e.y+m,m,-Math.PI,-Math.PI/2,!1),n.arc(e.x+v+Math.round(_)-m,e.y+m,m,-Math.PI/2,0,!1),n.arc(e.x+v+Math.round(_)-m,e.y+w-m,m,0,Math.PI/2,!1),n.arc(e.x+v+m,e.y+w-m,m,Math.PI/2,Math.PI,!1),c.showArrow&&(n.lineTo(e.x+v,e.y+10*i.pix+5*i.pix),n.lineTo(e.x,e.y+10*i.pix))),n.closePath(),n.fill(),c.borderWidth>0&&n.stroke(),c.legendShow&&t.forEach((function(t,a){if(null!==t.color){n.beginPath(),n.setFillStyle(t.color);var r=e.x+v+2*f,s=e.y+(u-d)/2+u*a+f+1;switch(h&&(r=e.x-_-v+2*f),t.legendShape){case"line":n.moveTo(r,s+.5*p-2*i.pix),n.fillRect(r,s+.5*p-2*i.pix,p,4*i.pix);break;case"triangle":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"diamond":n.moveTo(r+7.5*i.pix,s+.5*p-5*i.pix),n.lineTo(r+2.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p+5*i.pix),n.lineTo(r+12.5*i.pix,s+.5*p),n.lineTo(r+7.5*i.pix,s+.5*p-5*i.pix);break;case"circle":n.moveTo(r+7.5*i.pix,s+.5*p),n.arc(r+7.5*i.pix,s+.5*p,5*i.pix,0,2*Math.PI);break;case"rect":n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix);break;case"square":n.moveTo(r+2*i.pix,s+.5*p-5*i.pix),n.fillRect(r+2*i.pix,s+.5*p-5*i.pix,10*i.pix,10*i.pix);break;default:n.moveTo(r,s+.5*p-5*i.pix),n.fillRect(r,s+.5*p-5*i.pix,15*i.pix,10*i.pix)}n.closePath(),n.fill()}})),t.forEach((function(t,i){var a=e.x+v+2*f+p+g;h&&(a=e.x-_-v+2*f+p+g);var r=e.y+u*i+(u-d)/2-1+f+d;n.beginPath(),n.setFontSize(d),n.setTextBaseline("normal"),n.setFillStyle(c.fontColor),n.fillText(t.text,a,r),n.closePath(),n.stroke()}))}}function mt(t,e,i,a,n,r){var s=t.extra.tooltip||{};s.horizentalLine&&t.tooltip&&1===a&&("line"==t.type||"area"==t.type||"column"==t.type||"mount"==t.type||"candle"==t.type||"mix"==t.type)&&xt(t,e,i),i.save(),t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&i.translate(t._scrollDistance_,0),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===a&&wt(t.tooltip.textList,t.tooltip.offset,t,e,i),i.restore()}function $t(t,e,i,a){var n=e.chartData.xAxisData,r=n.xAxisPoints,s=n.startX,o=n.endX,c=n.eachSpacing,l="center";"bar"!=e.type&&"line"!=e.type&&"area"!=e.type&&"scatter"!=e.type&&"bubble"!=e.type||(l=e.xAxis.boundaryGap);var d=e.height-e.area[2],u=e.area[0];if(e.enableScroll&&e.xAxis.scrollShow){var f=e.height-e.area[2]+i.xAxisHeight,p=o-s,g=c*(r.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),g+=(e.extra.mount.widthRatio-1)*c);var v=p*p/g,h=0;e._scrollDistance_&&(h=-e._scrollDistance_*p/g),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollBackgroundColor||"#EFEBEF"),a.moveTo(s,f),a.lineTo(o,f),a.stroke(),a.closePath(),a.beginPath(),a.setLineCap("round"),a.setLineWidth(6*e.pix),a.setStrokeStyle(e.xAxis.scrollColor||"#A6A6A6"),a.moveTo(s+h,f),a.lineTo(s+h+v,f),a.stroke(),a.closePath(),a.setLineCap("butt")}if(a.save(),e._scrollDistance_&&0!==e._scrollDistance_&&a.translate(e._scrollDistance_,0),!0===e.xAxis.calibration&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),r.forEach((function(t,i){i>0&&(a.beginPath(),a.moveTo(t-c/2,d),a.lineTo(t-c/2,d+3*e.pix),a.closePath(),a.stroke())}))),!0!==e.xAxis.disableGrid&&(a.setStrokeStyle(e.xAxis.gridColor||"#cccccc"),a.setLineCap("butt"),a.setLineWidth(1*e.pix),"dash"==e.xAxis.gridType&&a.setLineDash([e.xAxis.dashLength*e.pix,e.xAxis.dashLength*e.pix]),e.xAxis.gridEval=e.xAxis.gridEval||1,r.forEach((function(t,i){i%e.xAxis.gridEval==0&&(a.beginPath(),a.moveTo(t,d),a.lineTo(t,u),a.stroke())})),a.setLineDash([])),!0!==e.xAxis.disabled){var x=t.length;e.xAxis.labelCount&&(x=e.xAxis.itemCount?Math.ceil(t.length/e.xAxis.itemCount*e.xAxis.labelCount):e.xAxis.labelCount,x-=1);for(var _=Math.ceil(t.length/x),w=[],m=t.length,$=0;$=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1&&(a.beginPath(),a.setFontSize(y),a.setFillStyle(e.xAxis.fontColor||e.fontColor),a.fillText(String(n),r[i]+s,d+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.fontSize)*e.pix/2+e.xAxis.fontSize*e.pix),a.closePath(),a.stroke())})):w.forEach((function(t,n){var s=e.xAxis.formatter?e.xAxis.formatter(t):t,o=e._scrollDistance_||0,u="center"==l?r[n]+c/2:r[n];if(u-Math.abs(o)>=e.area[3]-1&&u-Math.abs(o)<=e.width-e.area[1]+1){a.save(),a.beginPath(),a.setFontSize(y),a.setFillStyle(e.xAxis.fontColor||e.fontColor);var f=b(String(s),y,a),p=r[n];"center"==l&&(p=r[n]+c/2);e.xAxis.scrollShow&&6*e.pix;var g=d+e.xAxis.marginTop*e.pix+y-y*Math.abs(Math.sin(i._xAxisTextAngle_));e.xAxis.rotateAngle<0?(p-=y/2,f=0):(p+=y/2,f=-f),a.translate(p,g),a.rotate(-1*i._xAxisTextAngle_),a.fillText(String(s),f,0),a.closePath(),a.stroke(),a.restore()}}))}a.restore(),e.xAxis.title&&(a.beginPath(),a.setFontSize(e.xAxis.titleFontSize*e.pix),a.setFillStyle(e.xAxis.titleFontColor),a.fillText(String(e.xAxis.title),e.width-e.area[1]+e.xAxis.titleOffsetX*e.pix,e.height-e.area[2]+e.xAxis.marginTop*e.pix+(e.xAxis.lineHeight-e.xAxis.titleFontSize)*e.pix/2+(e.xAxis.titleFontSize+e.xAxis.titleOffsetY)*e.pix),a.closePath(),a.stroke()),e.xAxis.axisLine&&(a.beginPath(),a.setStrokeStyle(e.xAxis.axisLineColor),a.setLineWidth(1*e.pix),a.moveTo(s,e.height-e.area[2]),a.lineTo(o,e.height-e.area[2]),a.stroke())}function yt(t,e,i,a){if(!0!==e.yAxis.disableGrid){var n=e.height-e.area[0]-e.area[2],r=n/e.yAxis.splitNumber,s=e.area[3],o=e.chartData.xAxisData.xAxisPoints,c=e.chartData.xAxisData.eachSpacing,l=c*(o.length-1);"mount"==e.type&&e.extra&&e.extra.mount&&e.extra.mount.widthRatio&&e.extra.mount.widthRatio>1&&(e.extra.mount.widthRatio>2&&(e.extra.mount.widthRatio=2),l+=(e.extra.mount.widthRatio-1)*c);var d=s+l,u=[],f=1;!1===e.xAxis.axisLine&&(f=0);for(var p=f;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==e.type?e.extra.pie:e.extra.ring),s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2};0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c,r.customRadius>0&&(c=r.customRadius*e.pix),t=V(t,c,n);var d=r.activeRadius*e.pix;if(r.customColor=x(r.linearType,r.customColor,t,i),t=t.map((function(t){return t._start_+=r.offsetAngle*Math.PI/180,t})),t.forEach((function(t,i){e.tooltip&&e.tooltip.index==i&&(a.beginPath(),a.setFillStyle(l(t.color,r.activeOpacity||.5)),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_+d,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill()),a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.lineJoin="round",a.setStrokeStyle(r.borderColor);var n,o=t.color;"custom"==r.linearType&&(n=a.createCircularGradient?a.createCircularGradient(s.x,s.y,t._radius_):a.createRadialGradient(s.x,s.y,0,s.x,s.y,t._radius_),n.addColorStop(0,l(r.customColor[t.linearIndex],1)),n.addColorStop(1,l(t.color,1)),o=n);a.setFillStyle(o),a.moveTo(s.x,s.y),a.arc(s.x,s.y,t._radius_,t._start_,t._start_+2*t._proportion_*Math.PI),a.closePath(),a.fill(),1==r.border&&a.stroke()})),"ring"===e.type){var u=.6*c;"number"===typeof r.ringWidth&&r.ringWidth>0&&(u=Math.max(0,c-r.ringWidth*e.pix)),a.beginPath(),a.setFillStyle(r.centerColor),a.moveTo(s.x,s.y),a.arc(s.x,s.y,u,0,2*Math.PI),a.closePath(),a.fill()}return!1!==e.dataLabel&&1===n&&vt(t,e,i,a,0,s),1===n&&"ring"===e.type&&ct(e,i,a,s),{center:s,radius:c,series:t}}function Mt(t,e){var i=Array(2),a=20037508.34*t/180,n=Math.log(Math.tan((90+e)*Math.PI/360))/(Math.PI/180);return n=20037508.34*n/180,i[0]=a,i[1]=n,i}function Et(t,e,i,a,n,r){return{x:(e-i.xMin)*a+n,y:(i.yMax-t)*a+r}}function At(t,e,i){if(e[1]==i[1])return!1;if(e[1]>t[1]&&i[1]>t[1])return!1;if(e[1]t[1])return!1;if(i[1]==t[1]&&e[1]>t[1])return!1;if(e[0]e[r].area[2]||t[1]>e[r].area[3]||t[2]i||t[3]>a){n=!0;break}n=!1}return n}function Ft(t,e,i){var a=t.series;switch(e){case"normal":for(var n=0;n.7},g=0;g0&&t[0].data.constructor.toString().indexOf("Array")>-1){e._pieSeries_=t;for(var n=t[0].data,r=0;re.width-e.area[1]-e.area[3]?(f.push(v),g.push(p-e.legend.itemGap*e.pix),p=w,v=[x]):(p+=w,v.push(x))}if(v.length){f.push(v),g.push(p-e.legend.itemGap*e.pix),r.widthArr=g;var m=Math.max.apply(null,g);switch(e.legend.float){case"left":r.area.start.x=e.area[3],r.area.end.x=e.area[3]+m+2*s;break;case"right":r.area.start.x=e.width-e.area[1]-m-2*s,r.area.end.x=e.width-e.area[1];break;default:r.area.start.x=(e.width-m)/2-s,r.area.end.x=(e.width+m)/2+s}r.area.width=m+2*s,r.area.wholeWidth=m+2*s,r.area.height=f.length*u+2*s,r.area.wholeHeight=f.length*u+2*s+2*o,r.points=f}}else{var $=t.length,y=e.height-e.area[0]-e.area[2]-2*o-2*s,C=Math.min(Math.floor(y/u),$);switch(r.area.height=C*u+2*s,r.area.wholeHeight=C*u+2*s,e.legend.float){case"top":r.area.start.y=e.area[0]+o,r.area.end.y=e.area[0]+o+r.area.height;break;case"bottom":r.area.start.y=e.height-e.area[2]-o-r.area.height,r.area.end.y=e.height-e.area[2]-o;break;default:r.area.start.y=(e.height-r.area.height)/2,r.area.end.y=(e.height+r.area.height)/2}for(var k=$%C===0?$/C:Math.floor($/C+1),z=[],M=0;MP&&(P=F)}r.widthArr.push(P),r.heightArr.push(S.length*u+2*s)}for(var L=0,O=0;O0?S[At].width+e.yAxis.padding*e.pix:S[At].width,wt+=1):"right"==S[At].position&&(e.area[1]+=xt>0?S[At].width+e.yAxis.padding*e.pix:S[At].width,xt+=1)}else i.yAxisWidth=S;if(e.chartData.yAxisData=E,e.categories&&e.categories.length&&"radar"!==e.type&&"gauge"!==e.type&&"bar"!==e.type){e.chartData.xAxisData=N(e.categories,e);var St=F(e.categories,e,0,e.chartData.xAxisData.eachSpacing,a),Pt=St.xAxisHeight,Tt=St.angle;i.xAxisHeight=Pt,i._xAxisTextAngle_=Tt,e.area[2]+=Pt,e.chartData.categoriesData=St}else if("line"===e.type||"area"===e.type||"scatter"===e.type||"bubble"===e.type||"bar"===e.type){e.chartData.xAxisData=L(d,e,i,a),u=e.chartData.xAxisData.rangesFormat;var Dt=F(u,e,0,e.chartData.xAxisData.eachSpacing,a),Bt=Dt.xAxisHeight,It=Dt.angle;i.xAxisHeight=Bt,i._xAxisTextAngle_=It,e.area[2]+=Bt,e.chartData.categoriesData=Dt}else e.chartData.xAxisData={xAxisPoints:[]};if(e.enableScroll&&"right"==e.xAxis.scrollAlign&&void 0===e._scrollDistance_){var Ht,Wt=e.chartData.xAxisData.xAxisPoints,Rt=e.chartData.xAxisData.startX,qt=e.chartData.xAxisData.endX,Gt=e.chartData.xAxisData.eachSpacing,Yt=Gt*(Wt.length-1),Ut=qt-Rt;Ht=Ut-Yt,s.scrollOption.currentOffset=Ht,s.scrollOption.startTouchX=Ht,s.scrollOption.distance=0,s.scrollOption.lastMoveTime=0,e._scrollDistance_=Ht}switch("pie"!==t&&"ring"!==t&&"rose"!==t||(i._pieTextMaxLength_=!1===e.dataLabel?0:function(t,e,i,a){t=V(t);for(var n=0,r=0;r4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"normal",autoColors:!0},e.extra.word);e.chartData.wordCloudData||(e.chartData.wordCloudData=Ft(e,r.type,a)),a.beginPath(),a.setFillStyle(e.background),a.rect(0,0,e.width,e.height),a.fill(),a.save();var s=e.chartData.wordCloudData;a.translate(e.width/2,e.height/2);for(var c=0;c0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].areav[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].areav[1]+5+d-e.height/2)*n)):s[c].area[0]>0&&(e.tooltip&&e.tooltip.index==c?a.strokeText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n):a.fillText(l,(s[c].area[0]+5-e.width/2)*n-u*(1-n)/2,(s[c].area[1]+5+d-e.height/2)*n)),a.stroke(),a.restore()}a.restore()}(d,e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"map":a.clearRect(0,0,e.width,e.height),function(t,e,i,a){var n,r,s=o({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},e.extra.map),c=t,d=function(t){for(var e,i={xMin:180,xMax:0,yMin:90,yMax:0},a=0;al.x?i.xMax:l.x,i.yMin=i.yMinl.y?i.yMax:l.y}}return i}(c);if(s.mercator){var u=Mt(d.xMax,d.yMax),f=Mt(d.xMin,d.yMin);d.xMax=u[0],d.yMax=u[1],d.xMin=f[0],d.yMin=f[1]}for(var p=e.width/Math.abs(d.xMax-d.xMin),g=e.height/Math.abs(d.yMax-d.yMin),v=p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},e.extra.funnel),s=(e.height-e.area[0]-e.area[2])/t.length,c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.height-e.area[2]},d=r.activeWidth*e.pix,u=Math.min((e.width-e.area[1]-e.area[3])/2-d,(e.height-e.area[0]-e.area[2])/2-d),f=D(t,u,r,s,n);if(a.save(),a.translate(c.x,c.y),r.customColor=x(r.linearType,r.customColor,t,i),"pyramid"==r.type)for(var p=0;p4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},e.extra.line);r.width*=e.pix;var s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();var f=0,g=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),f=-e._scrollDistance_-2*d+e.area[3],g=f+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,v,h;a.beginPath(),a.setStrokeStyle(t.color),a.moveTo(-1e4,-1e4),a.lineTo(-10001,-10001),a.stroke(),o=[].concat(e.chartData.yAxisData.ranges[t.index]),v=o.pop(),h=o.shift();var x=t.data,_=Q(x,v,h,c,d,e,i,r,n);u.push(_);var b=T(_,t);if("dash"==t.lineType){var w=t.dashLength?t.dashLength:8;w*=e.pix,a.setLineDash([w,w])}a.beginPath();var m=t.color;if("none"!==r.linearType&&t.linearColor&&t.linearColor.length>0){for(var $=a.createLinearGradient(e.chartData.xAxisData.startX,e.height/2,e.chartData.xAxisData.endX,e.height/2),y=0;y0?a.setShadow(t.setShadow[0],t.setShadow[1],t.setShadow[2],t.setShadow[3]):a.setShadow(0,0,0,"rgba(0,0,0,0)"),a.setLineWidth(r.width),b.forEach((function(t,e){if(1===t.length)a.moveTo(t[0].x,t[0].y);else{a.moveTo(t[0].x,t[0].y);var i=0;if("curve"===r.type)for(var n=0;nf&&(a.moveTo(s.x,s.y),i=1),n>0&&s.x>f&&s.xf&&(a.moveTo(l.x,l.y),i=1),c>0&&l.x>f&&l.xf&&(a.moveTo(u.x,u.y),i=1),d>0&&u.x>f&&u.x4&&void 0!==arguments[4]?arguments[4]:1,r=(o({},{type:"circle"},e.extra.scatter),e.chartData.xAxisData),s=r.xAxisPoints,c=r.eachSpacing,l=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*c+e.area[3],e.xAxis.itemCount),t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setFillStyle(t.color),a.setLineWidth(1*e.pix);var p=t.pointShape;if("diamond"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y),a.lineTo(t.x,t.y+4.5),a.lineTo(t.x+4.5,t.y),a.lineTo(t.x,t.y-4.5))}));else if("circle"===p)f.forEach((function(t,i){null!==t&&(a.moveTo(t.x+2.5*e.pix,t.y),a.arc(t.x,t.y,3*e.pix,0,2*Math.PI,!1))}));else if("square"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x-3.5,t.y-3.5),a.rect(t.x-3.5,t.y-3.5,7,7))}));else if("triangle"===p)f.forEach((function(t,e){null!==t&&(a.moveTo(t.x,t.y-4.5),a.lineTo(t.x-4.5,t.y+4.5),a.lineTo(t.x+4.5,t.y+4.5),a.lineTo(t.x,t.y-4.5))}));else if("triangle"===p)return;a.closePath(),a.fill(),a.stroke()})),!1!==e.dataLabel&&1===n&&t.forEach((function(t,r){var o,l,d;o=[].concat(e.chartData.yAxisData.ranges[t.index]),l=o.pop(),d=o.shift();var u=t.data,f=J(u,l,d,s,c,e,i,n);lt(f,t,i,a,e)})),a.restore(),{xAxisPoints:s,calPoints:l,eachSpacing:c}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(0,e,0,a),$t(u,e,i,a);var n=function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{opacity:1,border:2},e.extra.bubble),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=[];a.save();return e.width,e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),-e._scrollDistance_-2*d+e.area[3],e.xAxis.itemCount),t.forEach((function(t,s){var o,u,f;o=[].concat(e.chartData.yAxisData.ranges[t.index]),u=o.pop(),f=o.shift();var p=t.data,g=J(p,u,f,c,d,e,i,n);a.beginPath(),a.setStrokeStyle(t.color),a.setLineWidth(r.border*e.pix),a.setFillStyle(l(t.color,r.opacity)),g.forEach((function(t,i){a.moveTo(t.x+t.r,t.y),a.arc(t.x,t.y,t.r*e.pix,0,2*Math.PI,!1)})),a.closePath(),a.fill(),a.stroke(),!1!==e.dataLabel&&1===n&&g.forEach((function(n,r){a.beginPath();var s=t.textSize*e.pix||i.fontSize;a.setFontSize(s),a.setFillStyle(t.textColor||"#FFFFFF"),a.setTextAlign("center"),a.fillText(String(n.t),n.x,n.y+s/2),a.closePath(),a.stroke(),a.setTextAlign("left")}))})),a.restore(),{xAxisPoints:c,calPoints:u,eachSpacing:d}}(d,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(0,e,0,a),$t(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{width:d/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mix.column),f=o({},{opacity:.2,gradient:!1},e.extra.mix.area),g=o({},{width:2},e.extra.mix.line),v=e.height-e.area[2],h=[],_=0,b=0;t.forEach((function(t,e){"column"==t.type&&(b+=1)})),a.save();var w=-2,m=c.length+2,$=0,y=e.width+d;if(e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),w=Math.floor(-e._scrollDistance_/d)-2,m=w+e.xAxis.itemCount+4,$=-e._scrollDistance_-2*d+e.area[3],y=$+(e.xAxis.itemCount+4)*d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(t,s){var o,x,C;o=[].concat(e.chartData.yAxisData.ranges[t.index]),x=o.pop(),C=o.shift();var k=t.data,z=J(k,x,C,c,d,e,i,r);if(h.push(z),"column"==t.type){z=R(z,d,b,_,0,e);for(var M=0;Mw&&Mq?q:B,I=I>q?q:I,H=H>q?q:H,W=W>q?q:W,B=B<0?0:B,I=I<0?0:I,H=H<0?0:H,W=W<0?0:W,a.arc(L+B,O+B,B,-Math.PI,-Math.PI/2),a.arc(L+V-I,O+I,I,-Math.PI/2,0),a.arc(L+V-H,O+D-H,H,0,Math.PI/2),a.arc(L+W,O+D-W,W,Math.PI/2,Math.PI)}else a.moveTo(A,E.y),a.lineTo(A+E.width,E.y),a.lineTo(A+E.width,e.height-e.area[2]),a.lineTo(A,e.height-e.area[2]),a.lineTo(A,E.y),a.setLineWidth(1),a.setStrokeStyle(P);a.setFillStyle(S),a.closePath(),a.fill()}}_+=1}if("area"==t.type)for(var G=T(z,t),Y=0;Y1){var X=U[0],Q=U[U.length-1];a.moveTo(X.x,X.y);var Z=0;if("curve"===t.style)for(var K=0;K$&&(a.moveTo(tt.x,tt.y),Z=1),K>0&&tt.x>$&&tt.x$&&(a.moveTo(at.x,at.y),Z=1),it>0&&at.x>$&&at.x$&&(a.moveTo(c.x,c.y),s=1),o>0&&c.x>$&&c.x$&&(a.moveTo(u.x,u.y),s=1),d>0&&u.x>$&&u.x4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"group",width:d/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},e.extra.column),f=[];a.save();var p=-2,g=c.length+2;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),p=Math.floor(-e._scrollDistance_/d)-2,g=p+e.xAxis.itemCount+4),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===r&&_t(e.tooltip.offset.x,e,0,a,d),u.customColor=x(u.linearType,u.customColor,t,i),t.forEach((function(s,o){var v,h,x;v=[].concat(e.chartData.yAxisData.ranges[s.index]),h=v.pop(),x=v.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-h)/(x-h),w=e.height-Math.round(b)-e.area[2];s.zeroPoints=w;var m=s.data;switch(u.type){case"group":var $=Z(m,h,x,c,d,e,i,w,r),y=et(m,h,x,c,d,e,i,o,t,r);f.push(y),$=R($,d,t.length,o,0,e);for(var C=0;C<$.length;C++){var k=$[C];if(null!==k&&C>p&&Cw?w:k.y,F=k.width,L=Math.abs(w-k.y);u.barBorderCircle&&(u.barBorderRadius=[F/2,F/2,0,0]),k.y>w&&(u.barBorderRadius=[0,0,F/2,F/2]);var O=(0,n.default)(u.barBorderRadius,4),V=O[0],D=O[1],j=O[2],B=O[3],I=Math.min(F/2,L/2);V=V>I?I:V,D=D>I?I:D,j=j>I?I:j,B=B>I?I:B,V=V<0?0:V,D=D<0?0:D,j=j<0?0:j,B=B<0?0:B,a.arc(P+V,T+V,V,-Math.PI,-Math.PI/2),a.arc(P+F-D,T+D,D,-Math.PI/2,0),a.arc(P+F-j,T+L-j,j,0,Math.PI/2),a.arc(P+B,T+L-B,B,Math.PI/2,Math.PI)}else a.moveTo(z,k.y),a.lineTo(z+k.width,k.y),a.lineTo(z+k.width,w),a.lineTo(z,w),a.lineTo(z,k.y),a.setLineWidth(1),a.setStrokeStyle(A);a.setFillStyle(E),a.closePath(),a.fill()}}break;case"stack":$=et(m,h,x,c,d,e,i,o,t,r);f.push($),$=Y($,d,t.length,0,0,e);for(var H=0;H<$.length;H++){var W=$[H];if(null!==W&&H>p&&H0&&(M-=q),a.setFillStyle(E),a.moveTo(z,W.y),a.fillRect(z,W.y,W.width,M),a.closePath(),a.fill()}}break;case"meter":$=J(m,h,x,c,d,e,i,r);f.push($),$=G($,d,t.length,o,0,e,u.meterBorder);for(var U=0;U<$.length;U++){var N=$[U];if(null!==N&&U>p&&U0&&(a.setStrokeStyle(s.color),a.setLineWidth(u.meterBorder*e.pix)),0==o?a.setFillStyle(u.meterFillColor):a.setFillStyle(N.color||s.color);z=N.x-N.width/2,M=e.height-N.y-e.area[2];if(u.barBorderRadius&&4===u.barBorderRadius.length||!0===u.barBorderCircle){var X=z,Q=N.y,K=N.width,tt=w-N.y;u.barBorderCircle&&(u.barBorderRadius=[K/2,K/2,0,0]);var it=(0,n.default)(u.barBorderRadius,4),at=it[0],nt=it[1],rt=it[2],st=it[3],ot=Math.min(K/2,tt/2);at=at>ot?ot:at,nt=nt>ot?ot:nt,rt=rt>ot?ot:rt,st=st>ot?ot:st,at=at<0?0:at,nt=nt<0?0:nt,rt=rt<0?0:rt,st=st<0?0:st,a.arc(X+at,Q+at,at,-Math.PI,-Math.PI/2),a.arc(X+K-nt,Q+nt,nt,-Math.PI/2,0),a.arc(X+K-rt,Q+tt-rt,rt,0,Math.PI/2),a.arc(X+st,Q+tt-st,st,Math.PI/2,Math.PI),a.fill()}else a.moveTo(z,N.y),a.lineTo(z+N.width,N.y),a.lineTo(z+N.width,w),a.lineTo(z,w),a.lineTo(z,N.y),a.fill();0==o&&u.meterBorder>0&&(a.closePath(),a.stroke())}}break}})),!1!==e.dataLabel&&1===r&&t.forEach((function(n,s){var o,l,f;o=[].concat(e.chartData.yAxisData.ranges[n.index]),l=o.pop(),f=o.shift();var p=n.data;switch(u.type){case"group":var g=Z(p,l,f,c,d,e,i,r);g=R(g,d,t.length,s,0,e),dt(g,n,i,a,e);break;case"stack":g=et(p,l,f,c,d,e,i,s,t,r);dt(g,n,i,a,e);break;case"meter":g=J(p,l,f,c,d,e,i,r);dt(g,n,i,a,e);break}})),a.restore(),{xAxisPoints:c,calPoints:f,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),yt(0,e,0,a),$t(u,e,i,a);var r=function(t,e,i,a){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=o({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},e.extra.mount);u.widthRatio=u.widthRatio<=0?0:u.widthRatio,u.widthRatio=u.widthRatio>=2?2:u.widthRatio,a.save();var f,p,g,v=-2,h=c.length+2;e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),v=Math.floor(-e._scrollDistance_/d)-2,h=v+e.xAxis.itemCount+4),u.customColor=x(u.linearType,u.customColor,t,i),f=[].concat(e.chartData.yAxisData.ranges[0]),p=f.pop(),g=f.shift();var _=e.height-e.area[0]-e.area[2],b=_*(0-p)/(g-p),w=e.height-Math.round(b)-e.area[2],m=K(t,p,g,c,d,e,u,w,r);switch(u.type){case"bar":for(var $=0;$v&&$w?w:y.y,P=y.width,T=Math.abs(w-y.y);u.barBorderCircle&&(u.barBorderRadius=[P/2,P/2,0,0]),y.y>w&&(u.barBorderRadius=[0,0,P/2,P/2]);var F=(0,n.default)(u.barBorderRadius,4),L=F[0],O=F[1],V=F[2],D=F[3],j=Math.min(P/2,T/2);L=L>j?j:L,O=O>j?j:O,V=V>j?j:V,D=D>j?j:D,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,D=D<0?0:D,a.arc(A+L,S+L,L,-Math.PI,-Math.PI/2),a.arc(A+P-O,S+O,O,-Math.PI/2,0),a.arc(A+P-V,S+T-V,V,0,Math.PI/2),a.arc(A+D,S+T-D,D,Math.PI/2,Math.PI)}else a.moveTo(C,y.y),a.lineTo(C+y.width,y.y),a.lineTo(C+y.width,w),a.lineTo(C,w),a.lineTo(C,y.y);a.setStrokeStyle(M),a.setFillStyle(z),u.borderWidth>0&&(a.setLineWidth(u.borderWidth*e.pix),a.closePath(),a.stroke()),a.fill()}}break;case"triangle":for(var B=0;Bv&&B0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"mount":for(var H=0;Hv&&H0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break;case"sharp":for(var R=0;Rv&&R0&&(a.setLineWidth(u.borderWidth*e.pix),a.stroke()),a.fill()}}break}if(!1!==e.dataLabel&&1===r){var G,Y,U;G=[].concat(e.chartData.yAxisData.ranges[0]),Y=G.pop(),U=G.shift();m=K(t,Y,U,c,d,e,u,w,r);ut(m,t,i,a,e,w)}return a.restore(),{xAxisPoints:c,calPoints:m,eachSpacing:d}}(d,e,i,a,t),s=r.xAxisPoints,c=r.calPoints,f=r.eachSpacing;e.chartData.xAxisPoints=s,e.chartData.calPoints=c,e.chartData.eachSpacing=f,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new jt({timing:e.timing,duration:v,onProcess:function(t){a.clearRect(0,0,e.width,e.height),e.rotate&&rt(a,e),$t(u,e,i,a);var r=function(t,e,i,a){for(var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,s=[],c=(e.height-e.area[0]-e.area[2])/e.categories.length,d=0;dp&&mD?D:F,L=L>D?D:L,O=O>D?D:O,V=V>D?D:V,F=F<0?0:F,L=L<0?0:L,O=O<0?0:O,V=V<0?0:V,a.arc(E+V,S+V,V,-Math.PI,-Math.PI/2),a.arc($.x-F,S+F,F,-Math.PI/2,0),a.arc($.x-L,S+A-L,L,0,Math.PI/2),a.arc(E+O,S+A-O,O,Math.PI/2,Math.PI)}else a.moveTo(y,C),a.lineTo($.x,C),a.lineTo($.x,C+$.width),a.lineTo(y,C+$.width),a.lineTo(y,C),a.setLineWidth(1),a.setStrokeStyle(z);a.setFillStyle(k),a.closePath(),a.fill()}}break;case"stack":b=it(_,h,x,s,c,e,i,d,t,r);f.push(b),b=U(b,c,t.length,0,0,e);for(var j=0;jp&&j4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},e.extra.area),s=e.chartData.xAxisData,c=s.xAxisPoints,d=s.eachSpacing,u=e.height-e.area[2],f=[];a.save();var g=0,v=e.width+d;return e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&(a.translate(e._scrollDistance_,0),g=-e._scrollDistance_-2*d+e.area[3],v=g+(e.xAxis.itemCount+4)*d),t.forEach((function(t,s){var o,h,x;o=[].concat(e.chartData.yAxisData.ranges[t.index]),h=o.pop(),x=o.shift();var _=t.data,b=J(_,h,x,c,d,e,i,n);f.push(b);for(var w=T(b,t),m=0;m1){var C=$[0],k=$[$.length-1];a.moveTo(C.x,C.y);var z=0;if("curve"===r.type)for(var M=0;M<$.length;M++){var E=$[M];if(0==z&&E.x>g&&(a.moveTo(E.x,E.y),z=1),M>0&&E.x>g&&E.xg&&(a.moveTo(P.x,P.y),z=1),S>0&&P.x>g&&P.xg&&(a.moveTo(L.x,L.y),z=1),F>0&&L.x>g&&L.xg&&(a.moveTo(B.x,B.y),D=1),j>0&&B.x>g&&B.xg&&(a.moveTo(W.x,W.y),D=1),H>0&&W.x>g&&W.xg&&(a.moveTo(q.x,q.y),D=1),R>0&&q.x>g&&q.x4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},e.extra.rose);0==i.pieChartLinePadding&&(i.pieChartLinePadding=r.activeRadius*e.pix);var s={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},c=Math.min((e.width-e.area[1]-e.area[3])/2-i.pieChartLinePadding-i.pieChartTextPadding-i._pieTextMaxLength_,(e.height-e.area[0]-e.area[2])/2-i.pieChartLinePadding-i.pieChartTextPadding);c=c<10?10:c;var d=r.minRadius||.5*c;c4&&void 0!==arguments[4]?arguments[4]:1,r=o({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},e.extra.radar),s=k(e.categories.length),c={x:e.area[3]+(e.width-e.area[1]-e.area[3])/2,y:e.area[0]+(e.height-e.area[0]-e.area[2])/2},d=(e.width-e.area[1]-e.area[3])/2,u=(e.height-e.area[0]-e.area[2])/2,f=Math.min(d-(C(e.categories,i.fontSize,a)+i.radarLabelTextMargin),u-i.radarLabelTextMargin);f-=i.radarLabelTextMargin*e.pix,f=f<10?10:f,f=r.radius?r.radius:f,a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),s.forEach((function(t,e){var i=g(f*Math.cos(t),f*Math.sin(t),c);a.moveTo(c.x,c.y),e%r.gridEval==0&&a.lineTo(i.x,i.y)})),a.stroke(),a.closePath();for(var p=function(t){var i={};if(a.beginPath(),a.setLineWidth(1*e.pix),a.setStrokeStyle(r.gridColor),"radar"==r.gridType)s.forEach((function(e,n){var s=g(f/r.gridCount*t*Math.cos(e),f/r.gridCount*t*Math.sin(e),c);0===n?(i=s,a.moveTo(s.x,s.y)):a.lineTo(s.x,s.y)})),a.lineTo(i.x,i.y);else{var n=g(f/r.gridCount*t*Math.cos(1.5),f/r.gridCount*t*Math.sin(1.5),c);a.arc(c.x,c.y,c.y-n.y,0,2*Math.PI,!1)}a.stroke(),a.closePath()},v=1;v<=r.gridCount;v++)p(v);r.customColor=x(r.linearType,r.customColor,t,i);var h=O(s,c,f,t,e,n);if(h.forEach((function(i,n){a.beginPath(),a.setLineWidth(r.borderWidth*e.pix),a.setStrokeStyle(i.color);var s,o=l(i.color,r.opacity);"custom"==r.linearType&&(s=a.createCircularGradient?a.createCircularGradient(c.x,c.y,f):a.createRadialGradient(c.x,c.y,0,c.x,c.y,f),s.addColorStop(0,l(r.customColor[t[n].linearIndex],r.opacity)),s.addColorStop(1,l(i.color,r.opacity)),o=s);if(a.setFillStyle(o),i.data.forEach((function(t,e){0===e?a.moveTo(t.position.x,t.position.y):a.lineTo(t.position.x,t.position.y)})),a.closePath(),a.fill(),!0===r.border&&a.stroke(),a.closePath(),!1!==e.dataPointShape){var d=i.data.map((function(t){return t.position}));st(d,i.color,i.pointShape,a,e)}})),!0===r.axisLabel){var _=Math.max(r.max,Math.max.apply(null,w(t))),b=f/r.gridCount,m=e.fontSize*e.pix;a.setFontSize(m),a.setFillStyle(e.fontColor),a.setTextAlign("left");for(v=0;v4&&void 0!==arguments[4]?arguments[4]:1,c=o({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},e.extra.arcbar);t=B(t,c,s),n=c.centerX||c.centerY?{x:c.centerX?c.centerX:e.width/2,y:c.centerY?c.centerY:e.height/2}:{x:e.width/2,y:e.height/2},c.radius?r=c.radius:(r=Math.min(n.x,n.y),r-=5*e.pix,r-=c.width/2),r=r<10?10:r,c.customColor=x(c.linearType,c.customColor,t,i);for(var d=0;d5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},i.extra.gauge);void 0==s.oldAngle&&(s.oldAngle=s.startAngle),void 0==s.oldData&&(s.oldData=0),t=H(t,s.startAngle,s.endAngle);var c={x:i.width/2,y:i.height/2},d=Math.min(c.x,c.y);d-=5*i.pix,d-=s.width/2,d=d<10?10:d;var u=d-s.width,f=0;if("progress"==s.type){var p=d-3*s.width;n.beginPath();var g=n.createLinearGradient(c.x,c.y-p,c.x,c.y+p);g.addColorStop("0",l(e[0].color,.3)),g.addColorStop("1.0",l("#FFFFFF",.1)),n.setFillStyle(g),n.arc(c.x,c.y,p,0,2*Math.PI,!1),n.fill(),n.setLineWidth(s.width),n.setStrokeStyle(l(e[0].color,.3)),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,s.endAngle*Math.PI,!1),n.stroke(),f=s.endAnglew/_?n.setStrokeStyle(l(e[0].color,1)):n.setStrokeStyle(l(e[0].color,.3)),n.setLineWidth(3*i.pix),n.moveTo(h,0),n.lineTo(x,0),n.stroke(),n.rotate(v*Math.PI);n.restore(),e=I(e,s,r),n.setLineWidth(s.width),n.setStrokeStyle(e[0].color),n.setLineCap("round"),n.beginPath(),n.arc(c.x,c.y,u,s.startAngle*Math.PI,e[0]._proportion_*Math.PI,!1),n.stroke();var m=d-2.5*s.width;n.save(),n.translate(c.x,c.y),n.rotate((e[0]._proportion_-1)*Math.PI),n.beginPath(),n.setLineWidth(s.width/3);var $=n.createLinearGradient(0,.6*-m,0,.6*m);$.addColorStop("0",l("#FFFFFF",0)),$.addColorStop("0.5",l(e[0].color,1)),$.addColorStop("1.0",l("#FFFFFF",0)),n.setStrokeStyle($),n.arc(0,0,m,.85*Math.PI,1.15*Math.PI,!1),n.stroke(),n.beginPath(),n.setLineWidth(1),n.setStrokeStyle(e[0].color),n.setFillStyle(e[0].color),n.moveTo(-m-s.width/3/2,-4),n.lineTo(-m-s.width/3/2-4,0),n.lineTo(-m-s.width/3/2,4),n.lineTo(-m-s.width/3/2,-4),n.stroke(),n.fill(),n.restore()}else{n.setLineWidth(s.width),n.setLineCap("butt");for(var y=0;y5&&void 0!==arguments[5]?arguments[5]:1,s=o({},{color:{},average:{}},i.extra.candle);s.color=o({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},s.color),s.average=o({},{show:!1,name:[],day:[],color:a.color},s.average),i.extra.candle=s;var c=i.chartData.xAxisData,l=c.xAxisPoints,d=c.eachSpacing,u=[];n.save();var f=-2,g=l.length+2,v=0,h=i.width+d;return i._scrollDistance_&&0!==i._scrollDistance_&&!0===i.enableScroll&&(n.translate(i._scrollDistance_,0),f=Math.floor(-i._scrollDistance_/d)-2,g=f+i.xAxis.itemCount+4,v=-i._scrollDistance_-2*d+i.area[3],h=v+(i.xAxis.itemCount+4)*d),(s.average.show||e)&&e.forEach((function(t,e){var s,o,c;s=[].concat(i.chartData.yAxisData.ranges[t.index]),o=s.pop(),c=s.shift();for(var u=t.data,f=J(u,o,c,l,d,i,a,r),g=T(f,t),x=0;xv&&(n.moveTo(m.x,m.y),b=1),w>0&&m.x>v&&m.xf&&_0?(n.setStrokeStyle(s.color.upLine),n.setFillStyle(s.color.upFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.moveTo(b[3].x,b[3].y)):(n.setStrokeStyle(s.color.downLine),n.setFillStyle(s.color.downFill),n.setLineWidth(1*i.pix),n.moveTo(b[3].x,b[3].y),n.lineTo(b[0].x,b[0].y),n.lineTo(b[0].x-d/4,b[0].y),n.lineTo(b[1].x-d/4,b[1].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[2].x,b[2].y),n.lineTo(b[1].x,b[1].y),n.lineTo(b[1].x+d/4,b[1].y),n.lineTo(b[0].x+d/4,b[0].y),n.lineTo(b[0].x,b[0].y),n.moveTo(b[3].x,b[3].y)),n.closePath(),n.fill(),n.stroke()}})),n.restore(),{xAxisPoints:l,calPoints:u,eachSpacing:d}}(d,_,e,i,a,t),r=n.xAxisPoints,s=n.calPoints,c=n.eachSpacing;e.chartData.xAxisPoints=r,e.chartData.calPoints=s,e.chartData.eachSpacing=c,Ct(0,e,i,a),!1!==e.enableMarkLine&&1===t&&ht(e,0,a),kt(_?0:e.series,e,i,a,e.chartData),mt(e,i,a,t),Vt(0,a)},onAnimationFinish:function(){s.uevent.trigger("renderComplete")}});break}}function It(){this.events={}}jt.prototype.stop=function(){this.isStop=!0},It.prototype.addEventListener=function(t,e){this.events[t]=this.events[t]||[],this.events[t].push(e)},It.prototype.delEventListener=function(t){this.events[t]=[]},It.prototype.trigger=function(){for(var t=arguments.length,e=Array(t),i=0;i0&&void 0!==arguments[0]?arguments[0]:{};this.opts=o({},this.opts,t),this.opts.updateData=!0;var e=t.scrollPosition||"current";switch(e){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var i=nt(this.opts.series,this.opts,this.config,this.context),a=i.yAxisWidth;this.config.yAxisWidth=a;var n=0,r=N(this.opts.categories,this.opts,this.config),s=r.xAxisPoints,c=r.startX,l=r.endX,d=r.eachSpacing,u=d*(s.length-1),f=l-c;n=f-u,this.scrollOption={currentOffset:n,startTouchX:n,distance:0,lastMoveTime:0},this.opts._scrollDistance_=n;break}Bt.call(this,this.opts.type,this.opts,this.config,this.context)},Ht.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var i=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var a=nt(this.opts.series,this.opts,this.config,this.context),n=a.yAxisWidth;this.config.yAxisWidth=n;var r=0,s=N(this.opts.categories,this.opts,this.config),o=s.xAxisPoints,c=s.startX,l=s.endX,d=s.eachSpacing,f=d*i,p=l-c,g=p-d*(o.length-1);r=p/2-f,r>0&&(r=0),r=this.opts.categories.length?this.opts.categories.length:p,this.opts.animation=!1,this.opts.xAxis.itemCount=p;var g=0,v=N(this.opts.categories,this.opts,this.config),h=v.xAxisPoints,x=v.startX,_=v.endX,b=v.eachSpacing,w=b*this.scrollOption.moveCurrent1,m=_-x,y=m-b*(h.length-1);g=-w+Math.min(n[0].x,n[1].x)-this.opts.area[3]-b,g>0&&(g=0),g2*Math.PI&&(t-=2*Math.PI),t},s=Math.atan2(e.center.y-t.y,t.x-e.center.x);s*=-1,s<0&&(s+=2*Math.PI);var o=e.angleList.map((function(t){return t=r(-1*t),t}));o.forEach((function(t,e){var i=r(t-a/2),o=r(t+a/2);o=i&&s<=o||s+2*Math.PI>=i&&s+2*Math.PI<=o)&&(n=e)}))}return n}({x:i.x,y:i.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(t,e){for(var i=-1,a=0,n=e.series.length;ar.funnelArea[0]&&t.xr.funnelArea[1]&&t.yr.area[0]&&t.xr.area[1]&&t.y4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=i.chartData.yAxisPoints;return e&&e.length>0&&S(t,i,a)&&o.forEach((function(e,i){t.y+n+s>e&&(r.index=i)})),r}({x:i.x,y:i.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(t,e,i,a){var n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r={index:-1,group:[]},s=i.chartData.eachSpacing/2,o=[];if(e&&e.length>0){if(i.categories){for(var c=1;ce&&(r.index=i)}));else{for(var l=Array(e.length),d=0;de.start.x&&t.xe.start.y&&t.yd[0]-0&&t.xd[1]-0&&t.y1&&void 0!==arguments[1]?arguments[1]:{},i=null;if(i=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0],i){$(i,this.opts,t);var a=this.getLegendDataIndex(t);a>=0&&("candle"==this.opts.type?this.opts.seriesMA[a].show=!this.opts.seriesMA[a].show:this.opts.series[a].show=!this.opts.series[a].show,this.opts.animation=!!e.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Bt.call(this,this.opts.type,this.opts,this.config,this.context))}},Ht.prototype.showToolTip=function(e){var i=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;n=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],n||t("log","[uCharts] \u672a\u83b7\u53d6\u5230event\u5750\u6807\u4fe1\u606f"," at uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js:7411");var r=$(n,this.opts,e),s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){var u=y(this.opts.series,d,l.group);if(0!==u.length){var f=z(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d,group:l.group}}}Bt.call(this,c.type,c,this.config,this.context)}if("mount"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e).index:a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:c.chartData.calPoints[d].x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("bar"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1||d.length>0){u=y(this.opts.series,d,l.group);if(0!==u.length){f=z(u,this.opts,d,l.group,this.opts.categories,a),p=f.textList,g=f.offset;g.x=r.x,c.tooltip={textList:void 0!==a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("mix"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=y(this.opts.series,d);if(0!==u.length){var v=M(u,this.opts,d,this.opts.categories,a);p=v.textList,g=v.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("candle"===this.opts.type){l=this.getCurrentDataIndex(e),d=void 0==a.index?l.index:a.index;if(d>-1){s=this.scrollOption.currentOffset,c=o({},this.opts,{_scrollDistance_:s,animation:!1}),u=y(this.opts.series,d);if(0!==u.length){f=E(this.opts.series[0].data,u,this.opts,d,this.opts.categories,this.opts.extra.candle,a),p=f.textList,g=f.offset;g.y=r.y,c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},c._series_[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,c):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}Bt.call(this,c.type,c,this.config,this.context)}if("map"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]);u.name=u.properties.name;p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("word"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=o({},this.opts.series[d]),p=[{text:a.formatter?a.formatter(u,void 0,d,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}c.updateData=!1,Bt.call(this,c.type,c,this.config,this.context)}if("radar"===this.opts.type){d=void 0==a.index?this.getCurrentDataIndex(e):a.index;if(d>-1){c=o({},this.opts,{animation:!1}),u=y(this.opts.series,d);if(0!==u.length){p=u.map((function(t){return{text:a.formatter?a.formatter(t,i.opts.categories[d],d,i.opts):t.name+": "+t.data,color:t.color,legendShape:"auto"==i.opts.extra.tooltip.legendShape?t.legendShape:i.opts.extra.tooltip.legendShape}})),g={x:r.x,y:r.y};c.tooltip={textList:a.textList?a.textList:p,offset:void 0!==a.offset?a.offset:g,option:a,index:d}}}Bt.call(this,c.type,c,this.config,this.context)}},Ht.prototype.translate=function(t){this.scrollOption={currentOffset:t,startTouchX:t,distance:0,lastMoveTime:0};var e=o({},this.opts,{_scrollDistance_:t,animation:!1});Bt.call(this,this.opts.type,e,this.config,this.context)},Ht.prototype.scrollStart=function(t){var e=null;e=t.changedTouches?t.changedTouches[0]:t.mp.changedTouches[0];var i=$(e,this.opts,t);e&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=i.x)},Ht.prototype.scroll=function(t){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var e=this.opts.touchMoveLimit||60,i=Date.now(),a=i-this.scrollOption.lastMoveTime;if(!(a"+t[i].marker+t[i].seriesName+"\uff1a"+a+" \u4e07\u5143"}return e},legendFormat:function(t){return"\u81ea\u5b9a\u4e49\u56fe\u4f8b+"+t},yAxisFormatDemo:function(t,e){return t+"\u5143"},seriesFormatDemo:function(t){return t.name+"\u5e74"+t.value+"\u5143"}},demotype:{color:a},column:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"bar",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},line:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],barwidth:20,label:{show:!0,color:"#666666",position:"top"}}},area:{color:a,title:{text:""},tooltip:{trigger:"axis"},grid:{top:30,bottom:50,right:15,left:40},legend:{bottom:"left"},toolbox:{show:!1},xAxis:{type:"category",axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}},boundaryGap:!0,data:[]},yAxis:{type:"value",axisTick:{show:!1},axisLabel:{color:"#666666"},axisLine:{lineStyle:{color:"#CCCCCC"}}},seriesTemplate:{name:"",type:"line",data:[],areaStyle:{},label:{show:!0,color:"#666666",position:"top"}}},pie:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:"50%",label:{show:!0,color:"#666666",position:"top"}}},ring:{color:a,title:{text:""},tooltip:{trigger:"item"},grid:{top:40,bottom:30,right:15,left:15},legend:{bottom:"left"},seriesTemplate:{name:"",type:"pie",data:[],radius:["40%","70%"],avoidLabelOverlap:!1,label:{show:!0,color:"#666666",position:"top"},labelLine:{show:!0}}},rose:{color:a,title:{text:""},tooltip:{trigger:"item"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"pie",data:[],radius:"55%",center:["50%","50%"],roseType:"area"}},funnel:{color:a,title:{text:""},tooltip:{trigger:"item",formatter:"{b} : {c}%"},legend:{top:"bottom"},seriesTemplate:{name:"",type:"funnel",left:"10%",top:60,bottom:60,width:"80%",min:0,max:100,minSize:"0%",maxSize:"100%",sort:"descending",gap:2,label:{show:!0,position:"inside"},labelLine:{length:10,lineStyle:{width:1,type:"solid"}},itemStyle:{bordercolor:"#fff",borderwidth:1},emphasis:{label:{fontSize:20}},data:[]}},gauge:{color:a,tooltip:{formatter:"{a}
{b} : {c}%"},seriesTemplate:{name:"\u4e1a\u52a1\u6307\u6807",type:"gauge",detail:{formatter:"{value}%"},data:[{value:50,name:"\u5b8c\u6210\u7387"}]}},candle:{xAxis:{data:[]},yAxis:{},color:a,title:{text:""},dataZoom:[{type:"inside",xAxisIndex:[0,1],start:10,end:100},{show:!0,xAxisIndex:[0,1],type:"slider",bottom:10,start:10,end:100}],seriesTemplate:{name:"",type:"k",data:[]}}},r=n;e.default=r},ef64:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-8ee38fcc]{width:100%;height:100vh}.login[data-v-8ee38fcc]{width:calc(100% - 30px);height:auto;background:#fff;border-radius:10px;padding:15px;background-color:#fff;z-index:99}.login .title[data-v-8ee38fcc]{text-align:left;color:#333;font-size:40rpx;font-weight:700;margin-bottom:15px}.login .editem[data-v-8ee38fcc]{position:relative;display:flex;align-items:center;font-size:28rpx;justify-content:space-between;flex-wrap:wrap}.login .editem .item[data-v-8ee38fcc]{width:100%;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:15px}.login .editem .item .text[data-v-8ee38fcc]{width:100%;height:40px;line-height:40px;font-size:28rpx}.login .editem .item .input[data-v-8ee38fcc]{width:100%;height:35px;line-height:35px;display:flex;position:relative;border:#dfdfdf 1px solid;border-radius:5px;padding:0 10px;background-color:#f7f7f7}.login .editem .item uni-input[data-v-8ee38fcc]{height:40px;line-height:40px;position:absolute;left:10px;right:0;z-index:88;font-size:28rpx}.login .editem .item .yanzhengma uni-input[data-v-8ee38fcc]{right:120px}.login .editem .code[data-v-8ee38fcc]{width:110px;background:#dfdfdf;font-size:14px;margin:0;line-height:40px;border-radius:5px;text-align:center;position:absolute;right:0;top:0;bottom:0;z-index:99}.login .btnlogin[data-v-8ee38fcc]{width:100%;margin:15px 0;height:42px;line-height:42px;background:#fea606;font-weight:700;border-radius:15px;text-align:center;color:#fff!important}',""]),t.exports=e},f0c6:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("ea80").default,uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[t._$g(1,"i")?i("headerIndex",{attrs:{_i:1},on:{getAciveCity:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[t._v("\u672c\u6b21\u4f30\u5206\u6210\u7ee9\u4e3a")]),i("uni-view",{staticClass:t._$g(4,"sc"),attrs:{_i:4}},[i("qiun-data-charts",{attrs:{_i:5}}),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4f30\u5206\u5386\u53f2")]),t._$g(8,"i")?i("uni-view",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v("\u8be5\u5730\u533a\u4f53\u80b2\u603b\u6210\u7ee9\u4e3a:"+t._$g(8,"t0-0")+"\u5206")]):t._e(),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u4e0a\u6b21\u6570\u636e")])],1),t._$g(10,"i")?i("uni-view",{attrs:{_i:10}},[t._l(t._$g(11,"f"),(function(e,a,n,r){return i("uni-view",{key:e,attrs:{_i:"11-"+r}},[i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]),i("uni-view",{staticClass:t._$g("13-"+r,"sc"),attrs:{_i:"13-"+r}},t._l(t._$g("14-"+r,"f"),(function(e,a,n,s){return i("uni-view",{key:e,staticClass:t._$g("14-"+r+"-"+s,"sc"),attrs:{_i:"14-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("15-"+r+"-"+s,"sc"),attrs:{_i:"15-"+r+"-"+s}},[i("uni-view",{staticClass:t._$g("16-"+r+"-"+s,"sc"),attrs:{_i:"16-"+r+"-"+s}},[t._v(t._$g("16-"+r+"-"+s,"t0-0"))])],1),t._l(t._$g("17-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("17-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("17-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"17-"+r+"-"+s+"-"+o}},[t._$g("18-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"18-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e(),i("uni-view",{staticClass:t._$g("19-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"19-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"20-"+r+"-"+s+"-"+o}},[t._v(t._$g("20-"+r+"-"+s+"-"+o,"t0-0"))]),t._$g("21-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{attrs:{_i:"21-"+r+"-"+s+"-"+o}}):t._e()],1),i("uni-view",{staticClass:t._$g("22-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"22-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("23-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"23-"+r+"-"+s+"-"+o}},[t._$g("24-"+r+"-"+s+"-"+o,"i")?i("v-uni-input",{style:t._$g("24-"+r+"-"+s+"-"+o,"s"),attrs:{type:"number","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",_i:"24-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("24-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("25-"+r+"-"+s+"-"+o,"e")?i("v-uni-input",{style:t._$g("25-"+r+"-"+s+"-"+o,"s"),attrs:{type:"digit","confirm-type":"done",placeholder:"\u8bf7\u8f93\u5165",maxlength:"4",_i:"25-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}},model:{value:t._$g("25-"+r+"-"+s+"-"+o,"v-model"),callback:function(){},expression:"it.value"}}):t._$g("26-"+r+"-"+s+"-"+o,"e")?i("v-uni-picker",{style:t._$g("26-"+r+"-"+s+"-"+o,"s"),attrs:{mode:"multiSelector",range:t._$g("26-"+r+"-"+s+"-"+o,"a-range"),_i:"26-"+r+"-"+s+"-"+o},on:{change:function(e){return t.$handleViewEvent(e)},input:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:"27-"+r+"-"+s+"-"+o}},[t._v(t._$g("27-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-icons",{staticClass:t._$g("28-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"28-"+r+"-"+s+"-"+o}})],1):t._e(),t._$g("29-"+r+"-"+s+"-"+o,"i")?i("uni-icons",{staticClass:t._$g("29-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"29-"+r+"-"+s+"-"+o},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1),i("v-uni-text",{style:t._$g("30-"+r+"-"+s+"-"+o,"s"),attrs:{_i:"30-"+r+"-"+s+"-"+o},on:{input:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g("30-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()})),t._l(t._$g("31-"+r+"-"+s,"f"),(function(e,a,n,o){return t._$g("31-"+r+"-"+s+"-"+o,"i")?i("uni-view",{key:e,staticClass:t._$g("31-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"31-"+r+"-"+s+"-"+o}},[i("uni-view",{staticClass:t._$g("32-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"32-"+r+"-"+s+"-"+o}},[t._v(t._$g("32-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("33-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"33-"+r+"-"+s+"-"+o}},[i("uni-view",{staticStyle:{width:"40%"},attrs:{_i:"34-"+r+"-"+s+"-"+o}},[t._v(t._$g("34-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("35-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"35-"+r+"-"+s+"-"+o}},[t._v(t._$g("35-"+r+"-"+s+"-"+o,"t0-0"))]),i("uni-view",{staticClass:t._$g("36-"+r+"-"+s+"-"+o,"sc"),attrs:{_i:"36-"+r+"-"+s+"-"+o}},[t._v(t._$g("36-"+r+"-"+s+"-"+o,"t0-0"))])],1)],1):t._e()}))],2)})),1)],1)})),t._$g(37,"i")?i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u91cd\u65b0\u4f30\u5206")]):i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u5f00\u59cb\u4f30\u5206")])],2):i("uni-view",{staticClass:t._$g(39,"sc"),attrs:{_i:39}},[i("v-uni-image",{attrs:{src:t._$g(40,"a-src"),_i:40}}),i("v-uni-text",{attrs:{_i:41}},[t._v(t._$g(41,"t0-0"))])],1),i("uslider",{attrs:{_i:42}}),t._$g(43,"i")?i("uni-view",{staticClass:t._$g(43,"sc"),attrs:{_i:43}},[i("uni-view",{staticClass:t._$g(44,"sc"),attrs:{_i:44},on:{click:function(e){return t.$handleViewEvent(e)}}}),i("uni-view",{staticClass:t._$g(45,"sc"),attrs:{_i:45},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(46,"sc"),attrs:{_i:46}},[t._v("\u8bf7\u9009\u62e9"),i("v-uni-text",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[t._v("("+t._$g(47,"t0-0")+"\u9009"+t._$g(47,"t0-1")+")")])],1),t._l(t._$g(48,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("48-"+r,"sc"),attrs:{_i:"48-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._$g("49-"+r,"i")?i("uni-icons",{attrs:{_i:"49-"+r}}):t._e(),t._$g("50-"+r,"i")?i("uni-icons",{attrs:{_i:"50-"+r}}):t._e(),i("uni-view",{staticClass:t._$g("51-"+r,"sc"),attrs:{_i:"51-"+r}},[i("uni-view",{staticClass:t._$g("52-"+r,"sc"),attrs:{_i:"52-"+r}},[t._v(t._$g("52-"+r,"t0-0"))])],1)],1)})),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],2)],1):t._e()],1)},r=[]},f145:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"ren-calendar",props:["weekstart","markDays","headerBar","open","collapsible","disabledAfter"],data:function(){return{wxsProps:{}}},components:{}}},f18c:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-date[data-v-25b1ce86]{width:100%;flex:1}.uni-date-x[data-v-25b1ce86]{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:4px;background-color:inherit;color:#666;font-size:14px;flex:1}.uni-date-x .icon-calendar[data-v-25b1ce86]{padding-left:3px}.uni-date-x .range-separator[data-v-25b1ce86]{height:35px;padding:0 2px;line-height:35px}.uni-date-x--border[data-v-25b1ce86]{box-sizing:border-box;border-radius:4px;border:1px solid #e5e5e5}.uni-date-editor--x[data-v-25b1ce86]{display:flex;align-items:center;position:relative}.uni-date-editor--x .uni-date__icon-clear[data-v-25b1ce86]{padding-right:3px;display:flex;align-items:center}.uni-date__x-input[data-v-25b1ce86]{width:auto;height:35px;padding-left:5px;position:relative;flex:1;line-height:35px;font-size:14px;overflow:hidden}.text-center[data-v-25b1ce86]{text-align:center}.uni-date__input[data-v-25b1ce86]{height:40px;width:100%;line-height:40px;font-size:14px}.uni-date-range__input[data-v-25b1ce86]{text-align:center;max-width:142px}.uni-date-picker__container[data-v-25b1ce86]{position:relative}.uni-date-mask--pc[data-v-25b1ce86]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:transparent;transition-duration:.1s;z-index:996}.uni-date-single--x[data-v-25b1ce86]{background-color:#fff;position:absolute;top:0;z-index:999;border:1px solid #ebeef5;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px}.uni-date-range--x[data-v-25b1ce86]{background-color:#fff;position:absolute;top:0;z-index:999;border:1px solid #ebeef5;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px}.uni-date-editor--x__disabled[data-v-25b1ce86]{opacity:.4;cursor:default}.uni-date-editor--logo[data-v-25b1ce86]{width:16px;height:16px;vertical-align:middle}.popup-x-header[data-v-25b1ce86]{display:flex;flex-direction:row}.popup-x-header--datetime[data-v-25b1ce86]{display:flex;flex-direction:row;flex:1}.popup-x-body[data-v-25b1ce86]{display:flex}.popup-x-footer[data-v-25b1ce86]{padding:0 15px;border-top-color:#f1f1f1;border-top-style:solid;border-top-width:1px;line-height:40px;text-align:right;color:#666}.popup-x-footer uni-text[data-v-25b1ce86]:hover{color:#007aff;cursor:pointer;opacity:.8}.popup-x-footer .confirm-text[data-v-25b1ce86]{margin-left:20px;color:#007aff}.uni-date-changed[data-v-25b1ce86]{text-align:center;color:#333;border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:1px}.uni-date-changed--time uni-text[data-v-25b1ce86]{height:50px;line-height:50px}.uni-date-changed .uni-date-changed--time[data-v-25b1ce86]{flex:1}.uni-date-changed--time-date[data-v-25b1ce86]{color:#333;opacity:.6}.mr-50[data-v-25b1ce86]{margin-right:50px}.uni-popper__arrow[data-v-25b1ce86],\n.uni-popper__arrow[data-v-25b1ce86]::after{position:absolute;display:block;width:0;height:0;border:6px solid transparent;border-top-width:0}.uni-popper__arrow[data-v-25b1ce86]{-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));top:-6px;left:10%;margin-right:3px;border-bottom-color:#ebeef5}.uni-popper__arrow[data-v-25b1ce86]::after{content:" ";top:1px;margin-left:-6px;border-bottom-color:#fff}',""]),t.exports=e},f21f:function(t,e,i){var a=i("585d");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("bdee3dc6",a,!0,{sourceMap:!1,shadowMode:!1})},f240:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.common[data-v-d1f15d7a]{padding:15px;background-color:#f7f7f7;min-height:calc(100vh - 30px)}.add[data-v-d1f15d7a]{width:100%;height:40px;line-height:40px;font-size:32rpx;margin-bottom:10px;color:#fff;border-radius:15px;display:flex;justify-content:center;background:#fea606}.box[data-v-d1f15d7a]{width:100%;height:auto;margin:15px 0;padding-bottom:40px}.list[data-v-d1f15d7a]{width:100%;font-size:36rpx}.list .item[data-v-d1f15d7a]{background:#fff;padding:10px 15px;width:calc(100% - 30px);border-radius:10px;margin-top:15px;display:flex;align-items:center;justify-content:space-between}.list .left[data-v-d1f15d7a]{width:75%;display:flex;align-items:center}.list .left .image1[data-v-d1f15d7a]{width:120rpx;height:120rpx;border-radius:50%;margin-right:15px;display:block}.list .left .name[data-v-d1f15d7a]{width:calc(100% - 70px)}.list .left .name .title[data-v-d1f15d7a]{font-size:34rpx;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:5px}.list .left .name .title2[data-v-d1f15d7a]{font-size:32rpx;color:#999;margin-top:15px}.list .left .name .title2 uni-text[data-v-d1f15d7a]{margin-right:10px}.list .blueBtn[data-v-d1f15d7a]{width:auto;font-size:32rpx;text-align:center}',""]),t.exports=e},f281:function(t,e,i){"use strict";i.r(e);var a=i("c882"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},f2b0:function(t,e,i){"use strict";var a=i("327f"),n=i.n(a);n.a},f341:function(t,e,i){"use strict";i.r(e);var a=i("6774"),n=i("1aa2");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("dde5");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"430c4d7a",null,!1,a["a"],void 0);e["default"]=o.exports},f36a:function(t,e,i){"use strict";var a=i("ecd4"),n=i.n(a);n.a},f379:function(t,e,i){var a=i("ae4c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("2f5267ac",a,!0,{sourceMap:!1,shadowMode:!1})},f3b9:function(t,e,i){"use strict";function a(t){var e=Object.prototype.toString.call(t);return e.substring(8,e.length-1)}function n(){return"string"===typeof __channelId__&&__channelId__}function r(t,e){switch(a(e)){case"Function":return"function() { [native code] }";default:return e}}function s(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),a=1;a1){var l=o.pop();c=o.join("---COMMA---"),0===l.indexOf(" at ")?c+=l:c+="---COMMA---"+l}else c=o[0];console[s](c)}i.r(e),i.d(e,"log",(function(){return s})),i.d(e,"default",(function(){return o}))},f3d3:function(t,e,i){var a=i("054a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("5e39046c",a,!0,{sourceMap:!1,shadowMode:!1})},f403:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},f40c:function(t,e,i){"use strict";i.r(e);var a=i("6a91"),n=i("a487");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);var s=i("09e9");for(var r in s)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return s[t]}))}(r);i("5f0b");var o=i("828b"),c=i("6a14");n["default"].__module="renderswipe";var l=Object(o["a"])(s["default"],a["b"],a["c"],!1,null,"4fc4ab3c",null,!1,a["a"],n["default"]);"function"===typeof c["a"]&&Object(c["a"])(l),e["default"]=l.exports},f519:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.uni-calendar[data-v-3fc8fc13]{display:flex;flex-direction:column}.uni-calendar__mask[data-v-3fc8fc13]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,.4);transition-property:opacity;transition-duration:.3s;opacity:0;z-index:99}.uni-calendar--mask-show[data-v-3fc8fc13]{opacity:1}.uni-calendar--fixed[data-v-3fc8fc13]{position:fixed;bottom:calc(var(--window-bottom));left:0;right:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.3s;-webkit-transform:translateY(460px);transform:translateY(460px);z-index:99}.uni-calendar--ani-show[data-v-3fc8fc13]{-webkit-transform:translateY(0);transform:translateY(0)}.uni-calendar__content[data-v-3fc8fc13]{background-color:#fff}.uni-calendar__content-mobile[data-v-3fc8fc13]{border-top-left-radius:10px;border-top-right-radius:10px;box-shadow:0 0 5px 3px rgba(0,0,0,.1)}.uni-calendar__header[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px}.uni-calendar__header uni-picker[data-v-3fc8fc13]{text-align:center!important;width:calc(100% - 180px)!important}.uni-calendar__header-mobile[data-v-3fc8fc13]{padding:5px;padding-bottom:0}.uni-calendar--fixed-top[data-v-3fc8fc13]{display:flex;flex-direction:row;justify-content:space-between;border-top-color:rgba(0,0,0,.4);border-top-style:solid;border-top-width:1px}.uni-calendar--fixed-width[data-v-3fc8fc13]{width:50px}.uni-calendar__backtoday[data-v-3fc8fc13]{position:absolute;right:0;top:25rpx;padding:0 5px;padding-left:10px;height:25px;line-height:25px;font-size:12px;border-top-left-radius:25px;border-bottom-left-radius:25px;color:#fff;background-color:#f1f1f1}.uni-calendar__header-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:15px;color:#666}.uni-calendar__button-text[data-v-3fc8fc13]{text-align:center;width:100px;font-size:14px;color:#007aff;letter-spacing:3px}.uni-calendar__header-btn-box[data-v-3fc8fc13]{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50px;height:50px}.uni-calendar__header-btn[data-v-3fc8fc13]{width:9px;height:9px;border-left-color:grey;border-left-style:solid;border-left-width:1px;border-top-color:#555;border-top-style:solid;border-top-width:1px}.uni-calendar--left[data-v-3fc8fc13]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-calendar--right[data-v-3fc8fc13]{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.uni-calendar__weeks[data-v-3fc8fc13]{position:relative;display:flex;flex-direction:row}.uni-calendar__weeks-item[data-v-3fc8fc13]{flex:1}.uni-calendar__weeks-day[data-v-3fc8fc13]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40px;border-bottom-color:#f5f5f5;border-bottom-style:solid;border-bottom-width:1px}.uni-calendar__weeks-day-text[data-v-3fc8fc13]{font-size:12px;color:#b2b2b2}.uni-calendar__box[data-v-3fc8fc13]{position:relative;padding-bottom:7px}.uni-calendar__box-bg[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0}.uni-calendar__box-bg-text[data-v-3fc8fc13]{font-size:200px;font-weight:700;color:#999;opacity:.1;text-align:center;line-height:1}.uni-date-changed[data-v-3fc8fc13]{padding:0 10px;text-align:center;color:#333;border-top-color:#dcdcdc;border-top-style:solid;border-top-width:1px;flex:1}.uni-date-btn--ok[data-v-3fc8fc13]{padding:20px 15px}.uni-date-changed--time-start[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-end[data-v-3fc8fc13]{display:flex;align-items:center}.uni-date-changed--time-date[data-v-3fc8fc13]{color:#999;line-height:50px;margin-right:5px}.time-picker-style[data-v-3fc8fc13]{display:flex;justify-content:center;align-items:center}.mr-10[data-v-3fc8fc13]{margin-right:10px}.dialog-close[data-v-3fc8fc13]{position:absolute;top:0;right:50px;bottom:0;display:flex;flex-direction:row;align-items:center;width:50px;justify-content:center;margin-top:5px}.dialog-close-plus[data-v-3fc8fc13]{width:16px;height:2px;background-color:#737987;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.dialog-close-rotate[data-v-3fc8fc13]{position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.uni-datetime-picker--btn[data-v-3fc8fc13]{border-radius:100px;height:40px;line-height:40px;background-color:#007aff;color:#fff;font-size:16px;letter-spacing:2px}.uni-datetime-picker--btn[data-v-3fc8fc13]:active{opacity:.7}',""]),t.exports=e},f52d:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={qiunDataCharts:i("ea80").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-scroll-view",{staticClass:t._$g(2,"sc"),staticStyle:{"white-space":"nowrap"},attrs:{"scroll-x":"true",_i:2}},t._l(t._$g(3,"f"),(function(e,a,n,r){return i("uni-view",{key:e,class:t._$g("3-"+r,"c"),attrs:{_i:"3-"+r},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-text",{attrs:{_i:"4-"+r}},[t._v(t._$g("4-"+r,"t0-0"))])],1)})),1)],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-view",{staticClass:t._$g(8,"sc"),style:t._$g(8,"s"),attrs:{_i:8}},[i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}})],1),t._l(t._$g(10,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("10-"+r,"sc"),style:t._$g("10-"+r,"s"),attrs:{_i:"10-"+r}},[i("uni-view",{staticClass:t._$g("11-"+r,"sc"),attrs:{_i:"11-"+r}},[t._v(t._$g("11-"+r,"t0-0"))]),t._$g("12-"+r,"i")?i("uni-view",{staticClass:t._$g("12-"+r,"sc"),attrs:{_i:"12-"+r}},[t._v(t._$g("12-"+r,"t0-0"))]):t._e()],1)}))],2)],1)],1),t._l(t._$g(13,"f"),(function(e,a,n,r){return t._$g("13-"+r,"i")?i("uni-view",{key:e,attrs:{_i:"13-"+r}},[i("uni-view",{staticClass:t._$g("14-"+r,"sc"),attrs:{_i:"14-"+r}},[i("uni-view",{staticClass:t._$g("15-"+r,"sc"),attrs:{_i:"15-"+r}},[i("v-uni-text",{staticClass:t._$g("16-"+r,"sc"),attrs:{_i:"16-"+r}},[t._v(t._$g("16-"+r,"t0-0"))]),i("v-uni-text",{staticClass:t._$g("17-"+r,"sc"),attrs:{_i:"17-"+r}},[t._v("\u8bad\u7ec3\u6210\u7ee9\u4e3a")])],1),i("uni-view",{staticClass:t._$g("18-"+r,"sc"),attrs:{_i:"18-"+r}},[i("uni-view",{staticClass:t._$g("19-"+r,"sc"),attrs:{_i:"19-"+r}},[i("uni-view",{staticClass:t._$g("20-"+r,"sc"),attrs:{_i:"20-"+r}},[t._v(t._$g("20-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("21-"+r,"sc"),attrs:{_i:"21-"+r}},[i("v-uni-text",{staticClass:t._$g("22-"+r,"sc"),attrs:{_i:"22-"+r}}),t._v(t._$g("21-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("23-"+r,"sc"),attrs:{_i:"23-"+r}},[i("uni-view",{staticClass:t._$g("24-"+r,"sc"),attrs:{_i:"24-"+r}},[t._v(t._$g("24-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("25-"+r,"sc"),attrs:{_i:"25-"+r}},[i("v-uni-text",{staticClass:t._$g("26-"+r,"sc"),attrs:{_i:"26-"+r}}),t._v(t._$g("25-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[i("uni-view",{staticClass:t._$g("28-"+r,"sc"),attrs:{_i:"28-"+r}}),i("uni-view",{staticClass:t._$g("29-"+r,"sc"),attrs:{_i:"29-"+r}},[i("v-uni-text",{staticClass:t._$g("30-"+r,"sc"),attrs:{_i:"30-"+r}}),t._v(t._$g("29-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("31-"+r,"sc"),attrs:{_i:"31-"+r}},[i("uni-view",{staticClass:t._$g("32-"+r,"sc"),attrs:{_i:"32-"+r}},[t._v(t._$g("32-"+r,"t0-0")+":")]),i("uni-view",{staticClass:t._$g("33-"+r,"sc"),attrs:{_i:"33-"+r}},[i("v-uni-text",{staticClass:t._$g("34-"+r,"sc"),attrs:{_i:"34-"+r}}),t._v(t._$g("33-"+r,"t1-0"))],1)],1),i("uni-view",{staticClass:t._$g("35-"+r,"sc"),attrs:{_i:"35-"+r}},[i("uni-view",{staticClass:t._$g("36-"+r,"sc"),attrs:{_i:"36-"+r}}),i("uni-view",{staticClass:t._$g("37-"+r,"sc"),attrs:{_i:"37-"+r}},[i("v-uni-text",{staticClass:t._$g("38-"+r,"sc"),attrs:{_i:"38-"+r}}),t._v(t._$g("37-"+r,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g("39-"+r,"sc"),attrs:{_i:"39-"+r}},[i("uni-view",{staticClass:t._$g("40-"+r,"sc"),attrs:{_i:"40-"+r}},[i("qiun-data-charts",{attrs:{_i:"41-"+r}}),i("uni-view",{staticClass:t._$g("42-"+r,"sc"),attrs:{_i:"42-"+r}},[t._v(t._$g("42-"+r,"t0-0"))])],1),t._$g("43-"+r,"i")?i("uni-view",{staticClass:t._$g("43-"+r,"sc"),attrs:{_i:"43-"+r}},[i("v-uni-text",{style:t._$g("44-"+r,"s"),attrs:{_i:"44-"+r}},[t._v(t._$g("44-"+r,"t0-0"))])],1):t._e(),t._$g("45-"+r,"i")?i("uni-view",{staticClass:t._$g("45-"+r,"sc"),attrs:{_i:"45-"+r}},[t._v("\u603b\u6210\u7ee9\u4e3a"+t._$g("45-"+r,"t0-0")+"\u5206")]):t._e()],1)],1),t._$g("46-"+r,"i")?i("uni-view",{staticClass:t._$g("46-"+r,"sc"),attrs:{_i:"46-"+r}},[t._v(t._$g("46-"+r,"t0-0"))]):t._e()],1):t._e()})),i("uni-view",{staticClass:t._$g(47,"sc"),attrs:{_i:47}},[i("uni-view",{staticClass:t._$g(48,"sc"),attrs:{_i:48}},[i("uni-view",{staticClass:t._$g(49,"sc"),attrs:{_i:49},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(50,"sc"),attrs:{_i:50}},[i("v-uni-image",{attrs:{src:"/static/charts.png",_i:51}})],1),i("uni-view",{staticClass:t._$g(52,"sc"),attrs:{_i:52}},[t._v(t._$g(52,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(53,"sc"),attrs:{_i:53},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(54,"sc"),attrs:{_i:54}},[i("v-uni-image",{attrs:{src:"/static/add.png",_i:55}})],1),i("uni-view",{staticClass:t._$g(56,"sc"),attrs:{_i:56}},[t._v(t._$g(56,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(57,"sc"),attrs:{_i:57},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(58,"sc"),attrs:{_i:58}},[i("v-uni-image",{attrs:{src:"/static/pk.png",_i:59}})],1),i("uni-view",{staticClass:t._$g(60,"sc"),attrs:{_i:60}},[t._v(t._$g(60,"t0-0"))])],1),i("uni-view",{staticClass:t._$g(61,"sc"),attrs:{_i:61},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(62,"sc"),attrs:{_i:62}},[i("v-uni-image",{attrs:{src:"/static/history.png",_i:63}})],1),i("uni-view",{staticClass:t._$g(64,"sc"),attrs:{_i:64}},[t._v(t._$g(64,"t0-0")+t._$g(64,"t0-1"))])],1)],1)],1),i("publicAdd",{attrs:{_i:65}})],2)},r=[]},f535:function(t,e,i){"use strict";i.r(e);var a=i("464c"),n=i("7b0b");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("fa96");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"4b654b12",null,!1,a["a"],void 0);e["default"]=o.exports},f576:function(t,e,i){"use strict";var a=i("3c39"),n=i.n(a);n.a},f6fb:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-21337819]{padding:0 15px;min-height:100vh;background-color:#f7f7f7}.list[data-v-21337819]{margin-top:15px;background-color:#fff!important}.list uni-icon[data-v-21337819]{background-color:#f7f7f7;border:8px solid #f7f7f7;position:relative}.list uni-icon[data-v-21337819]::after{content:"";width:10px;height:10px;border-radius:50%;background-color:red;position:absolute;top:0;right:0}.list .time[data-v-21337819]{display:inline-block;font-weight:700;width:100%;display:flex;align-items:center;justify-content:space-between}.list .time .name[data-v-21337819]{color:#333;width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:0}.list .time .date[data-v-21337819]{font-weight:500;font-size:12px;width:auto;margin-top:0;float:right}',""]),t.exports=e},f8f6:function(t,e,i){"use strict";var a=i("c799"),n=i.n(a);n.a},f95d:function(t,e,i){var a=i("49fe");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("f5edc2f2",a,!0,{sourceMap:!1,shadowMode:!1})},f98a:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.btn[data-v-4948e7b0]{width:40%;float:right;margin-top:15px;background:#37cc92!important}.edit[data-v-4948e7b0]{top:20%}.close[data-v-4948e7b0]{background:#fff!important;float:left;color:#333}',""]),t.exports=e},f994:function(t,e,i){"use strict";i.r(e);var a=i("11cc"),n=i("53ab");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("7b00");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"09fa18c3",null,!1,a["a"],void 0);e["default"]=o.exports},f9aa:function(t,e,i){"use strict";i.r(e);var a=i("953f"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fa40:function(t,e,i){"use strict";i.r(e);var a=i("2b27"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fa96:function(t,e,i){"use strict";var a=i("f3d3"),n=i.n(a);n.a},faf6:function(t,e,i){"use strict";var a=i("47a9");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("ea80")),r={data:function(){return{wxsProps:{}}},components:{qiunDataCharts:n.default}};e.default=r},fb2b:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{staticClass:t._$g(0,"sc"),attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[i("v-uni-text",{attrs:{_i:2}},[t._v(t._$g(2,"t0-0"))]),t._v(t._$g(1,"t1-0"))],1),i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3}},[i("uni-view",{staticClass:t._$g(4,"sc"),class:t._$g(4,"c"),attrs:{_i:4}},[i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5}},[t._v(t._$g(5,"t0-0"))]),i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("uni-icons",{attrs:{_i:8},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(7,"t1-0"))],1),i("uni-view",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[i("uni-icons",{attrs:{_i:10},on:{click:function(e){return t.$handleViewEvent(e)}}}),t._v(t._$g(9,"t1-0"))],1)],1)],1),i("uni-view",{staticClass:t._$g(11,"sc"),class:t._$g(11,"c"),attrs:{_i:11}},[i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12}},[t._v(t._$g(12,"t0-0"))]),i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[i("v-uni-picker",{attrs:{mode:"date",end:t._$g(14,"a-end"),value:t._$g(14,"a-value"),fields:t._$g(14,"a-fields"),_i:14},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._v(t._$g(15,"t0-0")),i("v-uni-icon",{staticClass:t._$g(16,"sc"),attrs:{_i:16}})],1)],1)],1)],1),i("uni-view",{staticClass:t._$g(17,"sc"),class:t._$g(17,"c"),attrs:{_i:17}},[i("uni-view",{staticClass:t._$g(18,"sc"),attrs:{_i:18}},[t._v(t._$g(18,"t0-0"))]),i("uni-view",{staticClass:t._$g(19,"sc"),attrs:{_i:19}},[i("v-uni-input",{staticClass:t._$g(20,"sc"),attrs:{type:"digit",placeholder:t._$g(20,"a-placeholder"),_i:20},model:{value:t._$g(20,"v-model"),callback:function(e){t.$handleVModelEvent(20,e)},expression:"dadheight "}}),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(21,"sc"),class:t._$g(21,"c"),attrs:{_i:21}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[t._v(t._$g(22,"t0-0"))]),i("uni-view",{staticClass:t._$g(23,"sc"),attrs:{_i:23}},[i("v-uni-input",{staticClass:t._$g(24,"sc"),attrs:{type:"digit",placeholder:t._$g(24,"a-placeholder"),_i:24},model:{value:t._$g(24,"v-model"),callback:function(e){t.$handleVModelEvent(24,e)},expression:"momheight"}}),t._v("cm")],1)],1)],1),i("uni-view",{staticClass:t._$g(25,"sc"),attrs:{_i:25}},[i("uni-view",{staticClass:t._$g(26,"sc"),attrs:{_i:26}},[t._v(t._$g(26,"t0-0"))]),i("uni-view",{staticClass:t._$g(27,"sc"),attrs:{_i:27}},[t._v(t._$g(27,"t0-0"))]),i("uni-view",{staticClass:t._$g(28,"sc"),attrs:{_i:28}},[i("v-uni-text",{attrs:{_i:29}},[t._v(t._$g(29,"t0-0"))]),t._v("cm")],1),i("uni-view",{staticClass:t._$g(30,"sc"),attrs:{_i:30}},[i("v-uni-text",{attrs:{_i:31}},[t._v(t._$g(31,"t0-0"))]),t._$g(32,"i")?i("v-uni-text",{staticClass:t._$g(32,"sc"),attrs:{_i:32}},[t._v("\xb1"+t._$g(32,"t0-0"))]):t._e(),t._v("cm")],1)],1),i("uni-view",{staticClass:t._$g(33,"sc"),attrs:{_i:33},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v(t._$g(33,"t0-0"))]),i("uni-view",{staticClass:t._$g(34,"sc"),attrs:{_i:34}},[i("uni-view",{staticClass:t._$g(35,"sc"),attrs:{_i:35}},[t._v(t._$g(35,"t0-0"))]),i("uni-view",{staticClass:t._$g(36,"sc"),attrs:{_i:36}},[t._v(t._$g(36,"t0-0"))]),i("uni-view",{staticClass:t._$g(37,"sc"),attrs:{_i:37}},[t._v(t._$g(37,"t0-0"))]),i("uni-view",{staticClass:t._$g(38,"sc"),attrs:{_i:38}},[t._v(t._$g(38,"t0-0"))])],1)],1)},r=[]},fb74:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:function(){return{wxsProps:{}}},components:{}}},fbb2:function(t,e,i){var a=i("1437");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("233d45d2",a,!0,{sourceMap:!1,shadowMode:!1})},fc43:function(t,e,i){"use strict";i.r(e);var a=i("d72b"),n=i("0ecf");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("5425");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"613f1026",null,!1,a["a"],void 0);e["default"]=o.exports},fd21:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.text[data-v-5c0b8cc6]{position:absolute;top:0;width:100%;text-align:center;height:50px;line-height:50px;font-size:36rpx;color:#37cc92;font-weight:700}.tips[data-v-5c0b8cc6]{position:absolute;width:100%;bottom:15px;line-height:24px}.tips uni-view[data-v-5c0b8cc6]{font-size:32rpx;color:#37cc92;font-weight:700;margin-left:15px}.tips uni-text[data-v-5c0b8cc6]{font-size:32rpx;width:100%;display:block;margin-left:20px;color:#999}.list[data-v-5c0b8cc6]{position:absolute;width:100%;display:flex;align-items:center;flex-wrap:wrap}.list .item[data-v-5c0b8cc6]{width:30%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;left:55%;top:-10px}.list .item uni-image[data-v-5c0b8cc6]{width:45px;height:45px;border-radius:50%;background-color:#fff}.list .item uni-text[data-v-5c0b8cc6]{display:block;width:100%;font-size:32rpx;color:#666;margin-top:5px;text-align:center}.list .item[data-v-5c0b8cc6]:nth-of-type(2){left:calc(55% - 60px);top:50px}.list .item[data-v-5c0b8cc6]:nth-of-type(3){left:calc(50% - 140px);top:90px}.list .item[data-v-5c0b8cc6]:nth-of-type(4){left:calc(61% + 20px);top:70px}.list .item[data-v-5c0b8cc6]:nth-of-type(5){left:20%;top:-100px}.list .item[data-v-5c0b8cc6]:nth-of-type(6){left:calc(20% - 16px);top:-38px}.list .item[data-v-5c0b8cc6]:nth-of-type(7){left:0;top:15px}.list .item[data-v-5c0b8cc6]:nth-of-type(8){left:calc(20% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(9){left:calc(20% + 96px);top:-80px}.list .item[data-v-5c0b8cc6]:nth-of-type(10){left:37px;top:-170px}.list .item[data-v-5c0b8cc6]:nth-of-type(11){left:calc(20% + 75px);top:130px}.list .item[data-v-5c0b8cc6]:nth-of-type(12){left:-10px;top:-104px}.list .item[data-v-5c0b8cc6]:nth-of-type(13){left:calc(47% + 75px);top:-150px}.list .item[data-v-5c0b8cc6]:nth-of-type(14){left:calc(53% + 75px);top:-50px}.container[data-v-5c0b8cc6]{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.container[data-v-5c0b8cc6]::after{content:"";width:20px;height:20px;border-radius:50%;background-color:#fbb780;position:absolute;z-index:9}.point-area[data-v-5c0b8cc6]{text-align:center;position:relative;width:400rpx;height:400rpx;transition:opacity .5s ease-out}.point-10[data-v-5c0b8cc6],\n.point-40[data-v-5c0b8cc6],\n.point-80[data-v-5c0b8cc6],\n.point-100[data-v-5c0b8cc6],\n.point-120[data-v-5c0b8cc6]{width:100%;height:100%}.point-10[data-v-5c0b8cc6]:after,\n.point-40[data-v-5c0b8cc6]:after,\n.point-80[data-v-5c0b8cc6]:after,\n.point-100[data-v-5c0b8cc6]:after,\n.point-120[data-v-5c0b8cc6]:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:0;border:1px solid #f7cb6b;animation-play-state:paused;-webkit-animation-play-state:paused}.point-10[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite;animation:ripple-data-v-5c0b8cc6 3s linear 0ms infinite}.point-40[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite;animation:ripple-data-v-5c0b8cc6 3s linear .6s infinite}.point-80[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.2s infinite}.point-100[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 1.8s infinite}.point-120[data-v-5c0b8cc6]:after{content:"";-webkit-animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite;animation:ripple-data-v-5c0b8cc6 3s linear 2.4s infinite}@-webkit-keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}@keyframes ripple-data-v-5c0b8cc6{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(2.2);transform:scale(2.2)}}',""]),t.exports=e},fd9d:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"uniSwipeAction",data:function(){return{wxsProps:{}}},components:{}}},fda1:function(t,e,i){"use strict";i.r(e);var a=i("a104"),n=i.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);e["default"]=n.a},fdae:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("uni-view",{staticClass:this._$g(0,"sc"),attrs:{_i:0}},[this._t("default",null,{_i:1})],2)},n=[]},fef9:function(t,e,i){var a=i("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";.content[data-v-e7890af6]{width:100%;min-height:100vh;background-color:#f5f6fa}.skiptop[data-v-e7890af6]{margin-top:15px}.tabbar[data-v-e7890af6]{width:100%;margin-top:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-around}.tabbar uni-view[data-v-e7890af6]{position:relative}.tabbar .active[data-v-e7890af6]:after{content:"";height:3px;width:100%;position:absolute;bottom:-8px;left:0;border-radius:5px;background:#37cc92}.box1[data-v-e7890af6]{background-color:#fff;padding:10px!important;color:#999;margin:15px;border-radius:10px;width:calc(100%- 30px)}.box1 .time[data-v-e7890af6]{width:100%;font-size:32rpx;margin-bottom:20px}.box1 .item[data-v-e7890af6]{width:100%;color:#333;font-size:44rpx;text-align:center;margin-bottom:15px}.box1 .item uni-text[data-v-e7890af6]{display:block}.box1 .item .item-ite[data-v-e7890af6]{font-size:36rpx;margin-bottom:15px;width:100%}.box1 .item .item-set[data-v-e7890af6]{width:calc(100% - 30px);display:flex;align-items:center;height:55px;line-height:55px;font-size:60rpx;margin-bottom:5px;background-color:#f7f7f7;padding:0 15px;justify-content:space-between;margin:auto;position:relative}.box1 .item .item-set[data-v-e7890af6] uni-input{font-size:60rpx;height:55px;line-height:55px}.box1 .item .item-set0[data-v-e7890af6]{background-color:#fff;justify-content:center}.box1 .item .tips[data-v-e7890af6]{font-size:32rpx;color:#999;margin-top:10px}.box1 .start[data-v-e7890af6]{color:#fff;width:100px;height:100px;font-size:36rpx;font-weight:700;line-height:100px;text-align:center;border-radius:50%;background:#37cc92;margin:15px auto}.box1 .Nstart[data-v-e7890af6]{opacity:.5!important}.status[data-v-e7890af6]{background-color:#fff}.status uni-image[data-v-e7890af6]{width:18px;height:18px}.status .icon_link[data-v-e7890af6]{-webkit-animation:rotation-data-v-e7890af6 .6s infinite linear;animation:rotation-data-v-e7890af6 .6s infinite linear}@-webkit-keyframes rotation-data-v-e7890af6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation-data-v-e7890af6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}',""]),t.exports=e},ff04:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return a}));var a={uniIcons:i("61c5").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("uni-view",{attrs:{_i:0}},[i("uni-view",{staticClass:t._$g(1,"sc"),attrs:{_i:1}},[t._$g(2,"i")?i("uni-view",{staticClass:t._$g(2,"sc"),attrs:{_i:2}},[i("uni-view",{staticClass:t._$g(3,"sc"),attrs:{_i:3},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-image",{attrs:{src:t._$g(4,"a-src"),_i:4}})],1),i("uni-view",{staticClass:t._$g(5,"sc"),attrs:{_i:5},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(6,"sc"),attrs:{_i:6}},[t._v(t._$g(6,"t0-0"))]),i("uni-view",{staticClass:t._$g(7,"sc"),attrs:{_i:7}},[i("v-uni-text",{staticClass:t._$g(8,"sc"),attrs:{_i:8}},[t._v(t._$g(8,"t0-0")+"\uff1a"+t._$g(8,"t0-1"))]),i("v-uni-text",{staticClass:t._$g(9,"sc"),attrs:{_i:9}},[t._v(t._$g(9,"t0-0")+"\uff1a"+t._$g(9,"t0-1")+t._$g(9,"t0-2"))])],1),t._$g(10,"i")?i("uni-view",{staticClass:t._$g(10,"sc"),attrs:{_i:10}},[t._v(t._$g(10,"t0-0")+t._$g(10,"t0-1")+"\uff1a"+t._$g(10,"t0-2"))]):t._e()],1),t._$g(11,"i")?i("v-uni-text",{staticClass:t._$g(11,"sc"),attrs:{_i:11},on:{click:function(e){return t.$handleViewEvent(e)}}}):t._e()],1):i("uni-view",{staticClass:t._$g(12,"sc"),attrs:{_i:12},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(13,"sc"),attrs:{_i:13}},[t._v(t._$g(13,"t0-0"))]),i("uni-view",{staticClass:t._$g(14,"sc"),attrs:{_i:14}},[t._v("+")])],1)],1),i("uni-view",{staticClass:t._$g(15,"sc"),attrs:{_i:15}},[t._$g(16,"i")?i("uni-view",{staticClass:t._$g(16,"sc"),attrs:{_i:16},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{attrs:{_i:17}},[t._v("\u4e2d\u62db\u5730\u533a\u6807\u51c6\uff1a")]),i("uni-view",{attrs:{_i:18}},[t._v(t._$g(18,"t0-0")),i("uni-icons",{attrs:{_i:19}})],1)],1):t._e(),t._$g(20,"i")?i("uni-view",{staticClass:t._$g(20,"sc"),attrs:{_i:20},on:{click:function(e){return t.$handleViewEvent(e)}}},[i("uni-view",{staticClass:t._$g(21,"sc"),attrs:{_i:21},on:{click:function(e){return t.$handleViewEvent(e,{stop:!0})}}},[i("uni-view",{staticClass:t._$g(22,"sc"),attrs:{_i:22}},[i("uni-view",{attrs:{_i:23},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u53d6\u6d88")]),i("uni-view",{staticClass:t._$g(24,"sc"),attrs:{_i:24},on:{click:function(e){return t.$handleViewEvent(e)}}},[t._v("\u786e\u5b9a")])],1),i("v-uni-picker-view",{staticClass:t._$g(25,"sc"),attrs:{value:t._$g(25,"a-value"),"indicator-style":t._$g(25,"a-indicator-style"),_i:25},on:{change:function(e){return t.$handleViewEvent(e)}}},[i("v-uni-picker-view-column",{attrs:{_i:26}},t._l(t._$g(27,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("27-"+r,"sc"),attrs:{_i:"27-"+r}},[t._v(t._$g("27-"+r,"t0-0"))])})),1),i("v-uni-picker-view-column",{attrs:{_i:28}},t._l(t._$g(29,"f"),(function(e,a,n,r){return i("uni-view",{key:e,staticClass:t._$g("29-"+r,"sc"),attrs:{_i:"29-"+r}},[t._v(t._$g("29-"+r,"t0-0"))])})),1)],1)],1)],1):t._e()],1),i("drawer",{attrs:{_i:30}})],1)},r=[]},ff8e:function(t,e,i){var a=i("fd21");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("b49c").default;n("89848208",a,!0,{sourceMap:!1,shadowMode:!1})},ffe2:function(t,e,i){"use strict";i.r(e);var a=i("a3b5"),n=i("4468");for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);i("1554");var s=i("828b"),o=Object(s["a"])(n["default"],a["b"],a["c"],!1,null,"7cc2eab0",null,!1,a["a"],void 0);e["default"]=o.exports}}); \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/manifest.json b/unpackage/dist/build/app-plus/manifest.json index ab3024a5..35b54033 100644 --- a/unpackage/dist/build/app-plus/manifest.json +++ b/unpackage/dist/build/app-plus/manifest.json @@ -1 +1 @@ -{"@platforms":["android","iPhone","iPad"],"id":"__UNI__20604F1","name":"Reedaw","version":{"name":"1.3.4","code":134},"description":"面向儿童青少年的健康体质测量APP","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Bluetooth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#37cc92"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"template":"index.html","compattible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"common","android":{"hdpi":"static/logo.png","xhdpi":"static/logo.png","xxhdpi":"static/logo.png"},"useOriginalMsgbox":true},"google":{"permissions":["","","","","","","","","","","","","","",""],"abiFilters":["arm64-v8a","x86"]},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSBluetoothAlwaysUsageDescription":"需要蓝牙权限来连接设备","NSBluetoothPeripheralUsageDescription":"使用蓝牙与外设通信"}},"plugins":{"share":{},"ad":{},"geolocation":{"system":{"__platform__":["ios"]}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false,"version":"2"},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.24","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png","text":"记录"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png","text":"资讯"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png","text":"我的"}],"borderStyle":"rgba(0,0,0,0.4)","height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"},"locale":"zh-Hans"} \ No newline at end of file +{"@platforms":["android","iPhone","iPad"],"id":"__UNI__20604F1","name":"Reedaw","version":{"name":"1.3.4","code":134},"description":"面向儿童青少年的健康体质测量APP","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Bluetooth":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#37cc92"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"template":"index.html","compattible":{"ignoreVersion":true},"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"common","android":{"hdpi":"static/logo.png","xhdpi":"static/logo.png","xxhdpi":"static/logo.png"},"useOriginalMsgbox":true},"google":{"permissions":["","","","","","","","","","","","","","",""],"abiFilters":["arm64-v8a","x86"]},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSBluetoothAlwaysUsageDescription":"需要蓝牙权限来连接设备","NSBluetoothPeripheralUsageDescription":"使用蓝牙与外设通信"}},"plugins":{"share":{},"ad":{},"geolocation":{"system":{"__platform__":["ios"]}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false,"version":"2"},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.24","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#333","fontSize":"14px","selectedColor":"#37cc92","backgroundColor":"#fff","list":[{"pagePath":"pages/home/home","iconPath":"static/shou.png","selectedIconPath":"static/shou2.png"},{"pagePath":"pages/zixun/list","iconPath":"static/ping.png","selectedIconPath":"static/ping2.png"},{"pagePath":"pages/my/me","iconPath":"static/wo.png","selectedIconPath":"static/wo2.png"}],"borderStyle":"rgba(0,0,0,0.4)","height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"},"locale":"zh-Hans","fallbackLocale":"en"} \ No newline at end of file diff --git a/unpackage/dist/build/app-plus/static/dui1.png b/unpackage/dist/build/app-plus/static/dui1.png new file mode 100644 index 00000000..990eb9ab Binary files /dev/null and b/unpackage/dist/build/app-plus/static/dui1.png differ diff --git a/unpackage/dist/build/app-plus/static/en.png b/unpackage/dist/build/app-plus/static/en.png new file mode 100644 index 00000000..9838428f Binary files /dev/null and b/unpackage/dist/build/app-plus/static/en.png differ diff --git a/unpackage/dist/build/app-plus/static/phone.png b/unpackage/dist/build/app-plus/static/phone.png new file mode 100644 index 00000000..1774324a Binary files /dev/null and b/unpackage/dist/build/app-plus/static/phone.png differ diff --git a/unpackage/dist/build/app-plus/static/q11.png b/unpackage/dist/build/app-plus/static/q11.png new file mode 100644 index 00000000..4a55efab Binary files /dev/null and b/unpackage/dist/build/app-plus/static/q11.png differ diff --git a/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map b/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map index e38ddb94..0192fc41 100644 --- a/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map +++ b/unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map @@ -1 +1 @@ -{"version":3,"sources":["uni-app:///main.js",null,"webpack:///E:/qiaocongli/小程序/中招体测app/examTeamAppLanguage/App.vue?fcd1","uni-app:///App.vue","webpack:///E:/qiaocongli/小程序/中招体测app/examTeamAppLanguage/App.vue?9c7d","webpack:///E:/qiaocongli/小程序/中招体测app/examTeamAppLanguage/App.vue?3047"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","Vue","prototype","$store","store","$tools","tools","$Bluetooth","Bluetooth","$http","http","$model","model","i18nConfig","locale","uni","getStorageSync","messages","$video","video","use","VueI18n","i18n","config","productionTip","App","mpType","app","$mount","data","onLaunch","that","console","setTimeout","url","onShow","onHide","methods","handleoginversion","is_wechat","success","language","handleUserList","type","userid","aud_id","handleLabelList","handlePublicRecord","handleBannerList","handleCityList","handleCooperationUrl","updataWeiXin","updateManager","title","content","cancelText","confirmText","handleTabBarItem","index","text"],"mappings":";;;;;;;;;;;;;;AAAA;AAE2D;AAC3D;AAEA;AAGA;AAGA;AAGA;AAGA;AAUA;AAMA;AACA;AAA8B;AAAA;AAjC9B;AACAA,EAAE,CAACC,iCAAiC,GAAGC,mBAAmB;AAI1DC,YAAG,CAACC,SAAS,CAACC,MAAM,GAAGC,cAAK;AAC5B;;AAEAH,YAAG,CAACC,SAAS,CAACG,MAAM,GAAGC,cAAK;AAC5B;;AAEAL,YAAG,CAACC,SAAS,CAACK,UAAU,GAAGC,kBAAS;AACpC;;AAEAP,YAAG,CAACC,SAAS,CAACO,KAAK,GAAGC,cAAI;AAC1B;;AAEAT,YAAG,CAACC,SAAS,CAACS,MAAM,GAAGC,cAAK;AAC5B;;AAEA,IAAIC,UAAU,GAAG;EAChBC,MAAM,EAAEC,GAAG,CAACC,cAAc,CAAC,UAAU,CAAC,IAAI,SAAS;EACnDC,QAAQ,EAARA;AACD,CAAC;;AAED;;AAEAhB,YAAG,CAACC,SAAS,CAACgB,MAAM,GAAGC,cAAK;AAO5BlB,YAAG,CAACmB,GAAG,CAACC,gBAAO,CAAC;AAChB,IAAMC,IAAI,GAAG,IAAID,gBAAO,CAACR,UAAU,CAAC;AACpCZ,YAAG,CAACsB,MAAM,CAACC,aAAa,GAAG,KAAK;AAChCC,YAAG,CAACC,MAAM,GAAG,KAAK;AAClB,IAAMC,GAAG,GAAG,IAAI1B,YAAG;EAClBqB,IAAI,EAAJA;AAAI,GACDG,YAAG,EACL;AACF,UAAAE,GAAG,EAACC,MAAM,EAAE,C;;;;;;;;;;;;;AC3CZ;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACc;;;AAGhE;AACoM;AACpM,gBAAgB,wMAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAwvB,CAAgB,ovBAAG,EAAC,C;;;;;;;;;;;;;;;;;;ACC5wB;AACA;AAAA,eACA;EACAC;IACA;EACA;EACAC;IACA;IA6BAC;;IAEA;IACAhB;MACAiB;MACAD;MACAA;MACAA;MACAE;QACAlB;UACAmB;QACA;MACA;IACA;IACA;IACAnB;MACAA;MACAA;MACAkB;QACAlB;UACAmB;QACA;MACA;IACA;IACAH;IACAA;IACAA;EACA;EACAI;IACA;IACAJ;EACA;EACAK,2BAMA;EACAC;IACA;IACAC;MACA;MACAP;QACAQ;MACA;QACAR;QACA;UACAA;UACAhB;UACAgB;UACAhB;UACAiB;QACA;UACAjB;YACAyB;cACA,mEACA,6DACAC;cACAV;cACAhB;cACAgB;cACAhB;cACAiB;YACA;UACA;QACA;MAiCA;IACA;IACA;IACAU;MACA;MACAX;QACAY;MACA;QACA;UACAZ;UACA;QACA;QACAA;QACA;UACA;UACA;YACA;cAAA;YAAA;YACA;cACAa;YACA;cACAA;cACA7B;YACA;UACA;YACA6B;YACA7B;UACA;UACAgB;YACAc;UACA;UACAd;YACAc;UACA;UACAd;UACAA;QACA;MACA;IACA;IACA;IACAe;MACA;MACAf;QACAc;MACA;QACA;UACAd;QACA;MACA;IACA;IACA;IACAgB;MACA;MACAhB;QACAc;MACA;QACA;UACAd;QACA;MACA;IACA;IACA;IACAiB;MACA;MACAjB;QACA;UACAA;QACA;MACA;IACA;IACA;IACAkB;MACA;MACAlB;QACA;QACAA;QACAA;QACAA;MACA;IACA;IACA;IACAmB;MAAA;MACA;MACAnB;QACA;QACA;MACA;IACA;IACA;IACAoB;MACA;MACA;MACAC;QACArC;UACAsC;UACAC;UACAC;UACAC;UACAhB;YACA;cACAY;YACA;UACA;QACA;MACA;MACAA;QACArC;UACAsC;UACAC;QACA;MACA;IACA;IACAG;MACA;MACA1C;QACA2C;QACAC;MACA;MACA5C;QACA2C;QACAC;MACA;MACA5C;QACA2C;QACAC;MACA;IACA;EACA;AACA;AAAA,2B;;;;;;;;;;;;;ACvQA;AAAA;AAAA;AAAA;AAA+5C,CAAgB,+0CAAG,EAAC,C;;;;;;;;;;;ACAn7C;AACA,OAAO,KAAU,EAAE,kBAKd","file":"common/main.js","sourcesContent":["import 'uni-pages';\r\n// @ts-ignore\r\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;import App from './App'\r\nimport messages from '@/locale/index.js'\r\n// vuex\r\nimport store from './store'\r\nVue.prototype.$store = store;\r\n// 公共js\r\nimport tools from '@/toolJs/tools.js'\r\nVue.prototype.$tools = tools;\r\n// 蓝牙js\r\nimport Bluetooth from '@/toolJs/Bluetooth.js'\r\nVue.prototype.$Bluetooth = Bluetooth;\r\n//请求\r\nimport http from '@/toolJs/https.js'\r\nVue.prototype.$http = http;\r\n//接口\r\nimport model from '@/toolJs/model.js'\r\nVue.prototype.$model = model;\r\n// 语言\r\n\r\nlet i18nConfig = {\r\n\tlocale: uni.getStorageSync('language') || \"zh-Hans\",\r\n\tmessages\r\n}\r\n\r\n//模拟数据\r\nimport video from '@/video.json'\r\nVue.prototype.$video = video;\r\n\r\n\r\n\r\n\r\nimport Vue from 'vue'\r\nimport VueI18n from 'vue-i18n'\r\nVue.use(VueI18n)\r\nconst i18n = new VueI18n(i18nConfig)\r\nVue.config.productionTip = false\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\ti18n,\r\n\t...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"App.vue\"\nexport default component.exports","import mod from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--13-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--13-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\r\n\r\n","import mod from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--8-oneOf-1-0!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-2!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--8-oneOf-1-3!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\sass-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-4!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-5!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--8-oneOf-1-0!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-2!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--8-oneOf-1-3!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\sass-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-4!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-5!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1745997739293\n var cssReload = require(\"D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"/\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["uni-app:///main.js",null,"webpack:///E:/qiaocongli/小程序/中招体测app/examTeamAppLanguage/App.vue?fcd1","uni-app:///App.vue","webpack:///E:/qiaocongli/小程序/中招体测app/examTeamAppLanguage/App.vue?9c7d","webpack:///E:/qiaocongli/小程序/中招体测app/examTeamAppLanguage/App.vue?3047"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","Vue","prototype","$store","store","$tools","tools","$Bluetooth","Bluetooth","$http","http","$model","model","i18nConfig","locale","uni","getStorageSync","getLocale","messages","$video","video","use","VueI18n","i18n","config","productionTip","App","mpType","app","$mount","data","list","key","value","onLaunch","that","console","setTimeout","url","onShow","onHide","methods","handleoginversion","is_wechat","success","handleUserList","type","userid","aud_id","handleLabelList","handlePublicRecord","handleBannerList","handleCityList","handleCooperationUrl","updataWeiXin","updateManager","title","content","cancelText","confirmText","handleTabBarItem","index","text"],"mappings":";;;;;;;;;;;;;;AAAA;AAE2D;AAC3D;AAEA;AAGA;AAGA;AAGA;AAGA;AAUA;AAMA;AACA;AAA8B;AAAA;AAjC9B;AACAA,EAAE,CAACC,iCAAiC,GAAGC,mBAAmB;AAI1DC,YAAG,CAACC,SAAS,CAACC,MAAM,GAAGC,cAAK;AAC5B;;AAEAH,YAAG,CAACC,SAAS,CAACG,MAAM,GAAGC,cAAK;AAC5B;;AAEAL,YAAG,CAACC,SAAS,CAACK,UAAU,GAAGC,kBAAS;AACpC;;AAEAP,YAAG,CAACC,SAAS,CAACO,KAAK,GAAGC,cAAI;AAC1B;;AAEAT,YAAG,CAACC,SAAS,CAACS,MAAM,GAAGC,cAAK;AAC5B;;AAEA,IAAIC,UAAU,GAAG;EAChBC,MAAM,EAAEC,GAAG,CAACC,cAAc,CAAC,UAAU,CAAC,GAAGD,GAAG,CAACC,cAAc,CAAC,UAAU,CAAC,GAAGD,GAAG,CAACE,SAAS,EAAE;EACzFC,QAAQ,EAARA;AACD,CAAC;;AAED;;AAEAjB,YAAG,CAACC,SAAS,CAACiB,MAAM,GAAGC,cAAK;AAO5BnB,YAAG,CAACoB,GAAG,CAACC,gBAAO,CAAC;AAChB,IAAMC,IAAI,GAAG,IAAID,gBAAO,CAACT,UAAU,CAAC;AACpCZ,YAAG,CAACuB,MAAM,CAACC,aAAa,GAAG,KAAK;AAChCC,YAAG,CAACC,MAAM,GAAG,KAAK;AAClB,IAAMC,GAAG,GAAG,IAAI3B,YAAG;EAClBsB,IAAI,EAAJA;AAAI,GACDG,YAAG,EACL;AACF,UAAAE,GAAG,EAACC,MAAM,EAAE,C;;;;;;;;;;;;;AC3CZ;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACc;;;AAGhE;AACoM;AACpM,gBAAgB,wMAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAwvB,CAAgB,ovBAAG,EAAC,C;;;;;;;;;;;;;;;;;;ACC5wB;AACA;AAAA,eACA;EACAC;IACA;MACAC;QACAC;QACAC;MACA,GACA;QACAD;QACAC;MACA;IAEA;EACA;EACAC;IACA;IAkCAC;;IAEA;IACApB;MACAqB;MACAD;MACAA;MACAA;MACAE;QACAtB;UACAuB;QACA;MACA;IACA;IACA;IACAvB;MACAA;MACAA;MACAsB;QACAtB;UACAuB;QACA;MACA;IACA;IACAH;IACAA;IACAA;EACA;EACAI;IACA;IACAJ;EACA;EACAK,2BAMA;EACAC;IACA;IACAC;MACA;MACAP;QACAQ;MACA;QACAR;QACA;UACAA;UACApB;UACAoB;UACApB;UACAqB;QACA;UACArB;YACA6B;cACA;cACAT;gBACA;kBACArB;gBACA;cACA;cACA,mEACA;cACAqB;cACApB;cACAoB;cACApB;cACAqB;YACA;UACA;QAEA;MAiCA;IACA;IACA;IACAS;MACA;MACAV;QACAW;MACA;QACA;UACAX;UACA;QACA;QACAA;QACA;UACA;UACA;YACA;cAAA;YAAA;YACA;cACAY;YACA;cACAA;cACAhC;YACA;UACA;YACAgC;YACAhC;UACA;UACAoB;YACAa;UACA;UACAb;YACAa;UACA;UACAb;UACAA;QACA;MACA;IACA;IACA;IACAc;MACA;MACAd;QACAa;MACA;QACA;UACAb;QACA;MACA;IACA;IACA;IACAe;MACA;MACAf;QACAa;MACA;QACA;UACAb;QACA;MACA;IACA;IACA;IACAgB;MACA;MACAhB;QACA;UACAA;QACA;MACA;IACA;IACA;IACAiB;MACA;MACAjB;QACA;QACAA;QACAA;QACAA;MACA;IACA;IACA;IACAkB;MAAA;MACA;MACAlB;QACA;QACA;MACA;IACA;IACA;IACAmB;MACA;MACA;MACAC;QACAxC;UACAyC;UACAC;UACAC;UACAC;UACAf;YACA;cACAW;YACA;UACA;QACA;MACA;MACAA;QACAxC;UACAyC;UACAC;QACA;MACA;IACA;IACAG;MACA;MACA7C;QACA8C;QACAC;MACA;MACA/C;QACA8C;QACAC;MACA;MACA/C;QACA8C;QACAC;MACA;IACA;EACA;AACA;AAAA,2B;;;;;;;;;;;;;AC5RA;AAAA;AAAA;AAAA;AAA+5C,CAAgB,+0CAAG,EAAC,C;;;;;;;;;;;ACAn7C;AACA,OAAO,KAAU,EAAE,kBAKd","file":"common/main.js","sourcesContent":["import 'uni-pages';\r\n// @ts-ignore\r\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;import App from './App'\r\nimport messages from '@/locale/index.js'\r\n// vuex\r\nimport store from './store'\r\nVue.prototype.$store = store;\r\n// 公共js\r\nimport tools from '@/toolJs/tools.js'\r\nVue.prototype.$tools = tools;\r\n// 蓝牙js\r\nimport Bluetooth from '@/toolJs/Bluetooth.js'\r\nVue.prototype.$Bluetooth = Bluetooth;\r\n//请求\r\nimport http from '@/toolJs/https.js'\r\nVue.prototype.$http = http;\r\n//接口\r\nimport model from '@/toolJs/model.js'\r\nVue.prototype.$model = model;\r\n// 语言\r\n\r\nlet i18nConfig = {\r\n\tlocale: uni.getStorageSync('language') ? uni.getStorageSync('language') : uni.getLocale(),\r\n\tmessages\r\n}\r\n\r\n//模拟数据\r\nimport video from '@/video.json'\r\nVue.prototype.$video = video;\r\n\r\n\r\n\r\n\r\nimport Vue from 'vue'\r\nimport VueI18n from 'vue-i18n'\r\nVue.use(VueI18n)\r\nconst i18n = new VueI18n(i18nConfig)\r\nVue.config.productionTip = false\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\ti18n,\r\n\t...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"App.vue\"\nexport default component.exports","import mod from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--13-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--13-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\r\n\r\n","import mod from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--8-oneOf-1-0!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-2!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--8-oneOf-1-3!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\sass-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-4!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-5!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--8-oneOf-1-0!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-1!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-2!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--8-oneOf-1-3!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\sass-loader\\\\dist\\\\cjs.js??ref--8-oneOf-1-4!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--8-oneOf-1-5!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!D:\\\\软件包\\\\HBuilderX.3.6.4.20220922\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1746579722363\n var cssReload = require(\"D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"/\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} \ No newline at end of file diff --git a/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map b/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map index 7440c91f..56ad4aab 100644 --- a/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map +++ b/unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map @@ -1 +1 @@ -{"version":3,"sources":["uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/uni-mp-weixin/dist/wx.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/nonIterableRest.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/defineProperty.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/toPropertyKey.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/typeof.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/toPrimitive.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/construct.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/setPrototypeOf.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/toConsumableArray.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/uni-mp-weixin/dist/index.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/iterableToArray.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/nonIterableSpread.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/uni-i18n/dist/uni-i18n.es.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/classCallCheck.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/createClass.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/mp-vue/dist/mp.runtime.esm.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/webpack/buildin/global.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js","uni-app:///locale/index.js","uni-app:///store/index.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vuex3/dist/vuex.common.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/interopRequireDefault.js","uni-app:///store/actions.js","uni-app:///toolJs/model.js","uni-app:///toolJs/https.js","uni-app:///toolJs/tools.js","uni-app:///toolJs/Bluetooth.js","uni-app:///uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/vue-i18n/dist/vue-i18n.esm.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/uni-cloud/dist/index.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/@babel/runtime/regenerator/index.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/regeneratorRuntime.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/assertThisInitialized.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/asyncToGenerator.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/inherits.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/getPrototypeOf.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/wrapNativeSuper.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/isNativeFunction.js","uni-app:///pages.json","uni-app:///uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js","uni-app:///uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/slicedToArray.js","uni-app:///uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpwxs.js","uni-app:///uni_modules/uni-swipe-action/components/uni-swipe-action-item/bindingx.js","uni-app:///uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpother.js","uni-app:///uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js","uni-app:///uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/arrayWithHoles.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js","uni-app:///D:/软件包/HBuilderX.3.6.4.20220922/HBuilderX/plugins/uniapp-cli/node_modules/@babel/runtime/helpers/arrayLikeToArray.js"],"names":["objectKeys","singlePageDisableKey","target","globalThis","key","join","oldWx","launchOption","getLaunchOptionsSync","isWxKey","scene","includes","indexOf","initWx","newWx","_nonIterableRest","TypeError","module","exports","__esModule","toPropertyKey","require","_defineProperty","obj","value","Object","defineProperty","enumerable","configurable","writable","_typeof","toPrimitive","t","i","o","Symbol","iterator","constructor","prototype","r","e","call","String","Number","setPrototypeOf","isNativeReflectConstruct","_construct","Reflect","construct","apply","arguments","push","p","bind","_setPrototypeOf","__proto__","_isNativeReflectConstruct","Boolean","valueOf","arrayWithoutHoles","iterableToArray","unsupportedIterableToArray","nonIterableSpread","_toConsumableArray","arr","arrayLikeToArray","_arrayWithoutHoles","Array","isArray","realAtob","b64","b64re","atob","str","replace","test","Error","slice","length","bitmap","result","r1","r2","charAt","fromCharCode","b64DecodeUnicode","decodeURIComponent","split","map","c","charCodeAt","toString","getCurrentUserInfo","token","wx","getStorageSync","tokenArr","uid","role","permission","tokenExpired","userInfo","JSON","parse","error","message","exp","iat","uniIdMixin","Vue","uniIDHasRole","roleId","uniIDHasPermission","permissionId","uniIDTokenValid","Date","now","_toString","hasOwnProperty","isFn","fn","isStr","isObject","isPlainObject","hasOwn","noop","cached","cache","create","cachedFn","hit","camelizeRE","camelize","_","toUpperCase","sortObject","sortObj","keys","sort","forEach","HOOKS","globalInterceptors","scopedInterceptors","mergeHook","parentVal","childVal","res","concat","dedupeHooks","hooks","removeHook","hook","index","splice","mergeInterceptorHook","interceptor","option","removeInterceptorHook","addInterceptor","method","removeInterceptor","wrapperHook","params","data","isPromise","then","queue","promise","Promise","resolve","callback","wrapperOptions","options","name","oldCallback","callbackInterceptor","wrapperReturnValue","returnValue","returnValueHooks","getApiInterceptorHooks","scopedInterceptor","invokeApi","api","invoke","promiseInterceptor","reject","SYNC_API_RE","CONTEXT_API_RE","CONTEXT_API_RE_EXC","ASYNC_API","CALLBACK_API_RE","isContextApi","isSyncApi","isCallbackApi","handlePromise","catch","err","shouldPromise","finally","reason","promisify","promiseApi","success","fail","complete","assign","EPS","BASE_DEVICE_WIDTH","isIOS","deviceWidth","deviceDPR","checkDeviceWidth","getSystemInfoSync","platform","pixelRatio","windowWidth","upx2px","number","newDeviceWidth","Math","floor","LOCALE_ZH_HANS","LOCALE_ZH_HANT","LOCALE_EN","LOCALE_FR","LOCALE_ES","messages","locale","normalizeLocale","language","initI18nMessages","isEnableLocale","localeKeys","__uniConfig","locales","curMessages","userMessages","i18n","initVueI18n","i18nMixin","mixin","beforeCreate","unwatch","watchLocale","$forceUpdate","$once","methods","$$t","values","setLocale","getLocale","initAppLocale","appVm","state","observable","localeWatchers","$watchLocale","get","set","v","watch","include","parts","find","part","startsWith","trim","toLowerCase","lang","getLocale$1","getApp","app","allowDefault","$vm","$locale","setLocale$1","oldLocale","onLocaleChangeCallbacks","onLocaleChange","global","interceptors","baseApi","freeze","findExistsPageIndex","url","pages","getCurrentPages","len","page","$page","fullPath","redirectTo","fromArgs","exists","delta","args","existsPageIndex","previewImage","currentIndex","parseInt","current","isNaN","urls","filter","item","indicator","loop","UUID_KEY","deviceId","useDeviceId","random","setStorage","addSafeAreaInsets","safeArea","safeAreaInsets","top","left","right","bottom","screenHeight","populateParameters","brand","model","system","theme","version","fontSizeSetting","SDKVersion","deviceOrientation","extraParam","osName","osVersion","hostVersion","deviceType","getGetDeviceType","deviceBrand","getDeviceBrand","_hostName","getHostName","_deviceOrientation","_devicePixelRatio","_SDKVersion","hostLanguage","parameters","appId","process","appName","appVersion","appVersionCode","appLanguage","getAppLanguage","uniCompileVersion","uniRuntimeVersion","uniPlatform","deviceModel","devicePixelRatio","toLocaleLowerCase","hostTheme","hostName","hostSDKVersion","hostFontSizeSetting","windowTop","windowBottom","osLanguage","undefined","osTheme","ua","hostPackageName","browserName","browserVersion","deviceTypeMaps","ipad","windows","mac","deviceTypeMapsKeys","_model","_m","defaultLanguage","_platform","environment","host","env","getSystemInfo","showActionSheet","alertText","title","getAppBaseInfo","getDeviceInfo","getWindowInfo","getAppAuthorizeSetting","locationReducedAccuracy","locationAccuracy","compressImage","compressedHeight","compressHeight","compressedWidth","compressWidth","protocols","todos","canIUses","CALLBACKS","processCallback","methodName","processReturnValue","processArgs","argsOption","keepFromArgs","toArgs","keyOption","console","warn","keepReturnValue","wrapper","protocol","arg1","arg2","todoApis","TODOS","createTodoApi","todoApi","errMsg","providers","oauth","share","payment","getProvider","service","provider","extraApi","getEmitter","Emitter","getUniEmitter","ctx","$on","$off","$emit","eventApi","tryCatch","getApiCallbacks","apiCallbacks","param","cid","cidErrMsg","enabled","normalizePushMessage","invokePushCallback","type","invokeGetPushCidCallbacks","onPushMessageCallbacks","stopped","getPushCidCallbacks","getPushClientId","hasSuccess","hasFail","hasComplete","onPushMessage","offPushMessage","baseInfo","shareVideoMessage","miniapp","mocks","findVmByVueId","vm","vuePid","$children","childVm","$scope","_$vueId","parentVm","initBehavior","Behavior","isPage","route","initRelation","detail","triggerEvent","selectAllComponents","mpInstance","selector","$refs","components","component","ref","dataset","toSkip","vueGeneric","scopedComponent","syncRefs","refs","newRefs","oldKeys","Set","newKeys","oldValue","newValue","every","delete","initRefs","forComponents","handleLink","event","vueOptions","parent","markMPComponent","IS_MP","OB","SKIP","isExtensible","WORKLET_RE","initWorkletMethods","mpMethods","vueMethods","matches","match","workletName","MPPage","Page","MPComponent","Component","customizeRE","customize","initTriggerEvent","oldTriggerEvent","newTriggerEvent","comType","newEvent","_triggerEvent","initHook","isComponent","oldHook","__$wrappered","after","PAGE_EVENT_HOOKS","initMocks","$mp","mpType","mock","hasHook","default","extendOptions","super","mixins","initHooks","mpOptions","__call_hook","initUnknownHooks","excludes","findHooks","initHook$1","initVueComponent","VueComponent","extend","initSlots","vueSlots","$slots","slotName","$scopedSlots","initVueIds","vueIds","_$vuePid","initData","context","VUE_APP_DEBUG","stringify","__lifecycle_hooks__","PROP_TYPES","createObserver","observer","newVal","oldVal","initBehaviors","vueBehaviors","behaviors","vueExtends","extends","vueMixins","vueProps","props","behavior","properties","initProperties","vueMixin","parsePropType","defaultValue","file","isBehavior","vueId","virtualHost","virtualHostStyle","virtualHostClass","scopedSlotsCompiler","setData","opts","wrapper$1","mp","stopPropagation","preventDefault","markerId","getExtraValue","dataPathsArray","dataPathArray","dataPath","propPath","valuePath","vFor","isInteger","substr","__get_value","vForItem","vForKey","processEventExtra","extra","__args__","extraObj","getObjByArray","element","processEventArgs","isCustom","isCustomMPEvent","currentTarget","ret","arg","ONCE","CUSTOM","isMatchEventType","eventType","optType","getContextVm","$parent","$options","generic","handleEvent","eventOpts","eventOpt","eventsArray","isOnce","eventArray","handlerCtx","handler","path","is","once","eventChannels","getEventChannel","id","eventChannel","initEventChannel","getOpenerEventChannel","callHook","__id__","__eventChannel__","initScopedSlotsParams","center","parents","currentId","propsData","$hasSSP","slot","$getSSP","needAll","$setSSP","$initSSP","$callSSP","destroyed","parseBaseApp","store","$store","mpHost","$i18n","_i18n","appOptions","onLaunch","canIUse","globalData","_isMounted","parseApp","createApp","App","encodeReserveRE","encodeReserveReplacer","commaRE","encode","encodeURIComponent","stringifyQuery","encodeStr","val","val2","x","parseBaseComponent","vueComponentOptions","needVueOptions","multipleSlots","addGlobalClass","componentOptions","__file","lifetimes","attached","$mount","ready","detached","$destroy","pageLifetimes","show","hide","resize","size","__l","__e","externalClasses","wxsCallMethods","callMethod","parseComponent","hooks$1","parseBasePage","vuePageOptions","pageOptions","onLoad","query","copyQuery","parsePage","createPage","createComponent","createSubpackageApp","onShow","onAppShow","onHide","onAppHide","createPlugin","canIUseApi","apiName","uni","Proxy","uni$1","_iterableToArray","iter","from","_nonIterableSpread","defaultDelimiters","BaseFormatter","_caches","delimiters","tokens","compile","RE_TOKEN_LIST_VALUE","RE_TOKEN_NAMED_VALUE","format","startDelimiter","endDelimiter","position","text","char","sub","isClosed","compiled","mode","defaultFormatter","I18n","fallbackLocale","watcher","formater","watchers","override","interpolate","watchAppLocale","newLocale","$watch","getDefaultLocale","isWatchedAppLocale","f","add","isString","hasI18nJson","jsonObj","walkJsonObj","isI18nStr","parseI18nJson","compileStr","compileI18nJsonStr","jsonStr","localeValues","unshift","compileJsonObj","compileValue","valueLocales","localValue","walk","resolveLocale","resolveLocaleChain","chain","pop","_classCallCheck","instance","Constructor","_defineProperties","descriptor","_createClass","protoProps","staticProps","zh","en","ja","zhHant","use","Vuex","Store","user","head_pic","nickname","birthday","gender","sex","age","stage","height","weight","address","head_data","card_order","card_data_list","target_current","vitalcapacity_data","accountNumber","create_time","last_update_time","my_email","my_tel","MeasureSkip","MeasureResult","body_type_name","body_type_unit","body_type_value","bottom_list","cplist","moodlist","nutritionlist","sleeplist","sportlist","literature","record_time","score_name","score_unit","score_value","target_weight","initial_weight","cumulative_weight","cumulative_day","top_list","MeasureLung","PublicContent","familayList","historyList","PublicRecord","cardList","all","Trend","userDeviceList","isDrawe","isedit","isTarget","isFirst","isRecord","isSlider","isConnected","isPublicRecord","isBluetoothTyle","CooperationUrl","LungLevel","devicesList","labelList","phoneInfo","info","versionUrl","cityList","gradeList","identityList","bannerCon","notices","banner","isCoupon","languageList","mutations","changePhoneInfo","newData","changeAccountNumber","changeUser","changeCardList","changehistoryList","changeMeasureResult","changeMeasureSkip","changeMeasureLung","changePublicContent","changePublicRecord","changeEdit","changeTarget","changeFirst","changeRecord","changeSlider","changeDrawe","changeLungLevel","lungLevel","changeLocale","log","changeFamilay","setStorageSync","measure_model","changeTrend","changeBluetooth","changeConnected","changeUserDeviceList","changedevicesList","changeLabelList","changeBannerAll","notice","changeCityList","changeGradeList","changeIdentityList","changePublicAdd","changeCooperationUrl","changeLanguage","modules","actions","_interopRequireDefault","getAccountNumber","commit","code","tools","msg","getUserInfo","account","getFamilyList","getUserList","getCardList","getCardAllList","getResult","getSkipResult","getLungResult","list","getPublicContent","getpublicContent","GetBodyTrendList","getTrendList","gethistoryList","getHistoryList","items","getUserDeviceList","$t","getonlogin","http","post","getSendCode","getregister","getSetLanguage","getRegisterPhone","getdeleteAccount","getResetPassword","getloginOut","getloginversion","getAccountPassword","getAccountNickname","getAccountMsg","tips","btnDelete","style","backgroundColor","getDelUser","getEditUser","getAddUser","getGradeList","getCardAllOrder","getYearHeightInfo","reverse","a","heightlevel","level","statusHeight","colorHeight","color","yearstandlist","b","yearheightlevel","statusYear","colorYear","halfyearstandlist","halfyearheightlevel","statusHalfyear","colorHalfyear","getfirstweight","getinsertmeasure","getmeasurefunit","getskipmeasure","getskipResult","getSkipTrendList","getLungmeasure","getMeasureLung","getLungTrendList","getSportshistory","getSportshistorydetail","getSportsListAll","getSportsList","getSportsData","getCityList","getDeviceList","getBinding","getUnbinding","getdevdetail","gethistory","gethistorydetail","gethistorydelete","getresultdiff","Dlist","r_t","getresultcontrast","getPublicRecord","getpublicmeasure","getLabelList","getPublicTrendList","getPublicHistory","getPublicHistoryDel","getPublicResultdiff","GetPredictheight","calcbmi","getContentMsg","getContentLabel","getContentLike","getContentDetail","getBannerList","getCooperationUrl","baseUrl","httpRequest","httpDefaultOpts","header","request","hideLoading","statusCode","response","aan_id","toHex","gethms","str2hex","hex2str","ab2hex","inArray","getMonth","getDate","GetDateStr","PrefixZero","showModal","NewsPtype","compareVersions","validatePhoneEmail","checkPrivacyAgreement","getBluetoothAdapter","con","navigateToMiniProgram","appid","extraData","navigateTo","jump_url","msgTitle","content","showCancel","confirmText","btnConfirm","confirm","switchTab","version1","version2","arr1","arr2","max","num1","num2","num","n","padStart","input","phoneRegex","emailRegex","isPhone","isEmail","showToast","icon","duration","buffer","hexArr","Uint8Array","bit","decoder","TextDecoder","uint8","decode","encoder","TextEncoder","mindata","secondData","timeList","dates","months","d","substring","year","getFullYear","month","abs","date","day","AddDayCount","dd","setDate","y","m","isAgreed","textLink","Language","linkBluetooth","accreditTips","modalSuccess","openSetting","settingdata","authSetting","openBluetoothAdapter","openBluetoothSuccess","onPhoneBluetoothTips","openSettingFail","myTime","str2Num","handleDevicesMac","startBluetoothDeviceDiscovery","onBluetoothDeviceFound","handleDevice","onBLEConnectionStateChange","closeBLEConnection","closeBluetoothAdapter","stopBluetoothDevicesDiscovery","$Bluetooth","startBluetoothDevicesDiscovery","allowDuplicatesKey","interval","services","$tools","Nodevicefound","devices","device","localName","buff","macAddr","foundDevices","idx","connected","acd_id","fontData","window","self","s","lib","Base","mixIn","init","$super","clone","WordArray","words","sigBytes","clamp","ceil","enc","Hex","u","Latin1","h","Utf8","escape","unescape","l","BufferedBlockAlgorithm","reset","_data","_nDataBytes","_append","_process","blockSize","_minBufferSize","min","_doProcessBlock","Hasher","cfg","_doReset","update","finalize","_doFinalize","_createHelper","_createHmacHelper","HMAC","algo","sin","MD5","_hash","g","w","I","S","k","A","C","P","T","O","HmacMD5","_hasher","_oKey","_iKey","Base64","_map","_reverseMap","createPromise","retryRule","status","needRetry","E","L","_globalUniCloudObj","R","U","N","D","M","reduce","q","F","K","j","$","B","W","H","z","J","V","G","Y","Q","X","Z","setTimeout","ee","te","errCode","errSubject","subject","cause","requestId","toJson","ne","uploadFile","removeStorageSync","clearStorageSync","connectSocket","se","re","ie","oe","ae","ce","channel","ue","he","LOCALE","PLATFORM","OS","APPID","DEVICEID","le","sign","wrappedRequest","toBase64","de","config","endpoint","spaceId","requestUrl","envType","accessTokenKey","adapter","_getAccessTokenPromiseHub","requestAuth","setupRequest","accessToken","setAccessToken","requestWrapped","hasAccessToken","getAccessToken","rebuildRequest","clientSecret","timestamp","dataType","exec","functionTarget","functionArgs","formData","filePath","fileType","onUploadProgress","onProgressUpdate","loaded","totalBytesSent","total","totalBytesExpectedToSend","cloudPath","cloudPathAsRealPath","getOSSUploadOptionsFromPath","filename","fileId","cdnDomain","ossPath","securityToken","accessKeyId","signature","policy","ossCallbackUrl","OSSAccessKeyId","Signature","success_action_status","callbackUrl","callbackBody","callbackBodyType","fileName","uploadFileToOSS","fileID","reportOSSUpload","fileList","tempFileURL","pe","signInAnonymously","authorize","getLoginState","auth","customAuth","fe","location","ge","local","none","session","me","ye","sqrt","pow","SHA256","HmacSHA256","_e","we","ve","Ie","Se","be","ke","isMatch","genAdapter","runtime","WEB","WX_MP","Ae","Ce","Pe","root","tcbObject","Te","localStorage","sessionStorage","xe","_storage","_persistence","primaryStorage","persistence","accessTokenExpireKey","refreshTokenKey","anonymousUuidKey","loginTypeKey","userInfoKey","getItem","setItem","removeItem","Oe","Ee","Le","Re","Ue","Ne","_listeners","_listens","De","on","Me","fire","qe","off","Fe","Ke","je","$e","Be","We","ANONYMOUS","WECHAT","WECHAT_PUBLIC","WECHAT_OPEN","EMAIL","USERNAME","NULL","He","ze","Je","headers","append","Ve","seqId","Ge","_reqClass","reqClass","timeout","timeoutMsg","restrictedMethods","_cache","_localCache","upload","download","_refreshAccessTokenPromise","_refreshAccessToken","_shouldRefreshAccessTokenHook","removeStore","getStore","refresh_token","send","anonymous_uuid","setRefreshToken","access_token","setStore","access_token_expire","accessTokenExpire","refreshAccessToken","action","dataVersion","FormData","inQuery","search","Ye","Qe","Xe","_request","setLocalUserInfo","Ze","_envId","setUserInfo","ticket","signInWithRedirect","oldPassword","newPassword","newEmail","username","users","wxOpenId","wxPublicId","hasPrimaryUid","nickName","avatarUrl","province","country","city","et","credential","refreshToken","loginType","tt","updatePersistence","uuid","_setAnonymousUUID","refresh","_clearAnonymousUUID","nt","refreshUserInfo","st","email","password","rt","it","_onAnonymousConverted","_onLoginTypeChanged","hasLoginState","signIn","_anonymousAuthProvider","linkAndRetrieveDataWithTicket","isRegistered","ot","authorization","cosFileId","at","ct","fileid_list","delete_list","ut","fileid","max_age","maxAge","file_list","download_list","ht","download_url","encodeURI","lt","function_name","request_data","response_data","dt","pt","ft","authObj","requestClient","gt","mt","yt","_t","clear","wt","useAdapters","vt","It","St","bt","fileUrl","kt","At","Ct","Pt","functionName","signHeaderKeys","spaceAppId","signedHeaders","body","secretKey","secretId","accessKey","Authorization","Tt","trace_id","xt","Ot","Et","Lt","wsEndpoint","signatureNonce","Rt","_websocket","async","file_id","upload_url","form_data","expire","signedURL","Ut","Nt","clientInfo","uniIdToken","Dt","__dev__","initLocalNetwork","localAddress","localPort","aliyun","tencent","alipay","_callCloudFunction","Mt","rule","qt","Ft","RegExp","source","Kt","jt","Bt","Wt","Ht","secretType","uniCloudIns","clientType","scopedGlobalCache","_systemInfo","platformEncryptData","platformDecryptResult","prepare","platformGetSignOption","_uniCloudOptions","isClientKeyNotFound","forceUpdate","encryptData","decryptResult","zt","Jt","Vt","Gt","Yt","Qt","Xt","toBytes","fromBytes","Zt","tn","nn","sn","rn","an","cn","un","hn","ln","dn","pn","gn","mn","yn","_n","_prepare","_Ke","_Kd","wn","description","_aes","encrypt","decrypt","vn","_lastCipherblock","In","segmentSize","_shiftRegister","Sn","_lastPrecipher","_lastPrecipherIndex","bn","_counter","setValue","setBytes","MAX_SAFE_INTEGER","kn","_remainingCounter","_remainingCounterIndex","increment","An","AES","Counter","ModeOfOperation","ecb","cbc","cfb","ofb","ctr","utils","hex","utf8","padding","pkcs7","pad","strip","_arrayTest","coerceArray","createArray","copyArray","Cn","base64ToArrayBuffer","arrayBufferToBase64","Pn","Tn","xn","On","En","Ln","Rn","Un","Nn","userEncryptKey","mpWeixinCode","mpWeixinOpenid","isLogin","initPromise","expireTime","getUserCryptoManager","getLatestUserKey","getAccountInfoSync","miniProgram","getUserEncryptKey","encryptKey","iv","verifyClientSign","wxAppId","getWxAppId","simulator","encryptKeyId","Dn","Mn","appUtils","requireNativePlugin","systemInfo","hasClientKey","_hasClientKey","encryptGetClientKeyPayload","callFunction","clientKey","setClientKey","initStatus","getAppClientKey","ensureClientKey","qn","Fn","Kn","accessControl","enable","function","jn","logPvd","debugLog","$n","tcb","extraInfo","formatter","debugInfo","forceRemote","_callLocalFunction","wrapEncryptDataCallFunction","wrapVerifyClientCallFunction","UTSJSONObject","Bn","Wn","_internalType","inspect","__ob__","Hn","zn","Jn","Vn","$regexp","flags","$date","toISOString","Gn","$method","Yn","prevStage","udb","_database","$db","$param","toJSON","Qn","isAggregate","getNextStageFn","_send","isCommand","getAction","getCommand","command","Xn","$newDb","Zn","es","_isJQL","multiCommand","queryList","setResult","dataList","_callback","_uniClient","_callbackAuth","prop","_parseResult","uniClient","isJQL","_authCallBacks","_dbCallBacks","_isDefault","$env","Geo","serverDate","ts","ns","ss","TOKEN_INVALID_TOKEN_EXPIRED","TOKEN_INVALID_INVALID_CLIENTID","TOKEN_INVALID","TOKEN_INVALID_WRONG_TOKEN","TOKEN_INVALID_ANONYMOUS_USER","rs","os","needLogin","needLoginPage","notNeedLoginPage","as","cs","us","hs","some","pagePath","ls","uniIdRouter","subPackages","tabBar","loginPage","resToLogin","routerNeedLogin","loginPageInTabBar","ds","ps","fs","gs","ms","ys","_s","shift","ws","vs","redirect","Is","reLaunch","Ss","abortLoginPageJump","autoToLoginPage","uniIdRedirectUrl","bs","ks","onResponse","As","offResponse","onNeedLogin","offNeedLogin","needLoginInit","onRefreshToken","offRefreshToken","Cs","Ps","Ts","xs","Os","tempFiles","lastIndexOf","tempFilePaths","onChooseFile","tempFile","tempFilePath","initChooseAndUploadFile","count","sizeType","sourceType","extension","chooseImage","camera","compressed","maxDuration","chooseVideo","width","chooseFile","chooseMessageFile","Es","Ls","Rs","localdata","spaceInfo","collection","field","orderby","where","pageData","pageCurrent","pageSize","getcount","gettree","gettreepath","startwith","limitlevel","groupby","groupField","distinct","foreignKey","loadtime","manual","mixinDatacomLoading","mixinDatacomHasMore","mixinDatacomResData","mixinDatacomErrorMessage","mixinDatacomPage","mixinDatacomError","created","onMixinDatacomPropsChange","mixinDatacomEasyGet","getone","mixinDatacomGet","__uniX","databaseForJQL","database","groupBy","orderBy","getCount","limitLevel","startWith","getTree","getTreePath","skip","limit","Us","customUI","parseSystemError","loadingOptions","errorOptions","secretMethods","mask","retry","interceptorName","getCallbackArgs","showLoading","newToken","objectName","cancelText","cancel","Ns","Ds","openid","callLoginByWeixin","login","importObject","secureNetworkHandshakeByWeixin","Ms","qs","Fs","Ks","js","_uniPushMessageCallback","_receivePushMessage","_currentMessageId","_payloadQueue","_appId","_pushClientId","_seqId","emit","_initMessageListener","close","payload","_isUniCloudSSE","messageId","_consumMessage","_parseMessagePayload","_end","_appendMessage","pushClientId","_destroy","addListener","removeListener","$s","Bs","servePort","port","initialLaunchType","Ws","_initPromiseHub","Hs","private","zs","navigator","userAgent","_databaseForJQL","chooseAndUploadFile","mixinDatacom","SSEChannel","initSecureNetworkByWeixin","setCustomClientInfo","interceptObject","uniCloud","Js","_regeneratorRuntime","asyncIterator","toStringTag","define","wrap","Generator","Context","makeInvokeMethod","GeneratorFunction","GeneratorFunctionPrototype","getPrototypeOf","defineIteratorMethods","_invoke","AsyncIterator","__await","callInvokeWithMethodAndArg","done","delegate","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","resultName","next","nextLoc","pushTryEntry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","resetTryEntry","completion","displayName","isGeneratorFunction","mark","awrap","prev","stop","rval","handle","finish","_catch","delegateYield","_assertThisInitialized","ReferenceError","asyncGeneratorStep","gen","_next","_throw","_asyncToGenerator","_inherits","subClass","superClass","assertThisInitialized","_possibleConstructorReturn","_getPrototypeOf","isNativeFunction","_wrapNativeSuper","Class","Map","has","Wrapper","_isNativeFunction","Function","yAxisWidth","xAxisHeight","rotate","fontSize","fontColor","dataPointShape","linearColor","pieChartLinePadding","pieChartTextPadding","titleFontSize","subtitleFontSize","radarLabelTextMargin","varArgs","deepAssign","obj1","obj2","util","toFixed","isFloat","approximatelyEqual","isSameSign","isSameXCoordinateArea","p1","p2","isCollision","end","start","flag","getH5Offset","changedTouches","offsetX","offsetY","hexToRgb","hexValue","opc","rgx","rgb","findRange","multiple","calCandleMA","dayArr","nameArr","colorArr","kdata","seriesTemp","seriesItem","sum","calValidDistance","distance","chartData","dataChartAreaWidth","area","dataChartWidth","eachSpacing","xAxisData","xAxisPoints","mount","widthRatio","validDistance","uevent","trigger","scrollOption","xAxis","scrollPosition","isInAngleRange","angle","startAngle","endAngle","adjust","PI","createCurveControlPoints","points","isNotMiddlePoint","isNotMiddlePointX","pAx","pAy","pBx","pBy","last","ctrA","ctrB","convertCoordinateOrigin","avoidCollision","fixPieSeries","series","pieSeriesArr","_pieSeries_","oldseries","fillSeries","linearIndex","pointShape","legendShape","fillCustomColor","linearType","customColor","newcolor","chazhi","getDataRange","minData","maxData","range","minRange","maxRange","measureText","setFontSize","dataCombine","dataCombineStack","getTouches","touches","clientX","pix","pageY","offsetTop","getSeriesDataItem","group","newSeries","indexIsArr","tempSeries","filterSeries","tmpindex","disableLegend","getMaxTextListLength","lengthList","getRadarCoordinateSeries","eachAngle","CoordinateSeries","getToolTipData","seriesData","categories","calPoints","filterPoints","textList","titleText","tooltip","offset","round","getMixToolTipData","getCandleToolTipData","upColor","upFill","downColor","downFill","text1","text2","text3","text4","validCalPoints","findCurrentIndex","currentPoints","spacing","boundaryGap","isInExactChartArea","timePoints","pointValue","pointIndex","minValue","findBarChartCurrentIndex","yAxisPoints","findLegendIndex","legendData","gap","isInExactLegendArea","findRadarChartCurrentIndex","radarData","eachAngleArea","isInExactPieChartArea","radius","fixAngle","atan2","angleList","rangeStart","rangeEnd","findFunnelChartCurrentIndex","funnelData","funnelArea","findWordChartCurrentIndex","wordData","findMapChartCurrentIndex","cData","mapData","tmp","pointToCoordinate","bounds","scale","xoffset","yoffset","poi","geometry","coordinates","isPoiWithinPoly","mercator","findRoseChartCurrentIndex","pieData","getRoseDataPoints","_series_","rose","offsetAngle","_start_","_rose_proportion_","findPieChartCurrentIndex","getPieDataPoints","pie","ring","_proportion_","splitPoints","eachSeries","newPoints","connectNulls","calLegendData","wholeWidth","wholeHeight","widthArr","heightArr","legend","margin","shapeWidth","shapeRight","lineHeight","legendList","widthCount","widthCountArr","currentRow","legendText","itemWidth","itemGap","legendWidth","float","maxHeight","maxLength","lineNum","temp","maxWidth","calCategoriesData","marginTop","categoriesTextLenth","xitem","maxTextLength","rotateLabel","rotateAngle","tempHeight","enableScroll","scrollShow","disabled","getXAxisTextList","stack","sorted","subitem","rangeSpan","eachRange","splitNumber","calXAxisData","columnstyle","bar","ranges","rangesFormat","xAxisScaleValues","getXAxisPoints","textLength","getRadarDataPoints","radarOption","radar","each","listItem","proportion","cos","_radius_","getFunnelDataPoints","minRadius","dataArr","radiusLength","getArcbarDataPoints","arcbarOption","totalAngle","direction","getGaugeArcbarDataPoints","getGaugeAxisPoints","tempStartAngle","_startAngle_","_endAngle_","getGaugeDataPoints","gaugeOption","pointer","_oldAngle_","oldAngle","oldData","getPieTextMaxLength","textSize","fixColumeData","columnLen","seriesGap","categoryGap","mix","column","fixBarData","fixColumeMeterData","border","fixColumeStackData","indexn","fixBarStackData","spacingValid","dataCount","itemCount","startX","endX","getCandleDataPoints","validHeight","cPoints","indexs","point","getDataPoints","validWidth","xranges","xminRange","xmaxRange","getLineDataPoints","lineOption","animation","getColumnDataPoints","zeroPoints","getMountDataPoints","mountOption","mountWidth","getBarDataPoints","getStackDataPoints","seriesIndex","stackSeries","value0","height0","heightc","y0","getBarStackDataPoints","x0","getYAxisTextList","yData","dataRange","yAxis","calYAxisData","YLength","rangesArr","rangesFormatArr","yAxisWidthArr","unit","tofix","yAxisFontSizes","calibration","yAxisFontSize","calTooltipYAxisData","yAxisData","minAxis","maxVal","minVal","calMarkLineData","yAxisIndex","contextRotate","rotateLock","translate","_rotate_","drawPointShape","shape","beginPath","dataPointShapeType","setStrokeStyle","setFillStyle","background","setLineWidth","moveTo","lineTo","arc","rect","closePath","fill","stroke","drawActivePoint","activeType","drawRingTitle","titlefontSize","subtitlefontSize","subtitle","titleFontColor","subtitleFontColor","titleHeight","subtitleHeight","textWidth","startY","fillText","_textWidth","_startX","_startY","drawPointText","textOffset","textColor","formatVal","setTextAlign","drawColumePointText","Position","labelPosition","drawMountPointText","drawBarPointText","drawGaugeLabel","centerPosition","labelOffset","splitAngle","splitLine","totalNumber","endNumber","startNumber","nowAngle","nowNumber","pos","labelText","labelColor","drawRadarLabel","labelPointShow","posPoint","posPointAxis","labelPointColor","labelPointRadius","labelShow","posRelativeCanvas","drawPieText","lineRadius","textObjectCollection","lastTextObject","seriesConvert","orginX1","orginY1","orginX2","orginY2","orginX3","orginY3","textObject","lineStart","lineEnd","lineStartPoistion","lineEndPoistion","textPosition","curveStartX","textStartX","quadraticCurveTo","drawToolTipSplitLine","toolTipOption","gridType","dashLength","endY","setLineDash","gridColor","xAxisLabel","textX","textY","labelBgColor","toolTipBackground","labelBgOpacity","toolTipOpacity","boxPadding","labelFontColor","drawMarkLine","markLineOption","markLine","lineColor","showLabel","labelFontSize","labelPadding","labelAlign","labelOffsetX","labelOffsetY","bgWidth","bgStartX","bgStartY","drawToolTipHorizentalLine","yAxisLabel","tStartLeft","tStartRight","bgEndX","drawToolTipSplitArea","activeBgColor","activeBgOpacity","activeWidth","drawBarToolTipSplitArea","drawToolTip","showBox","showArrow","showCategory","bgColor","bgOpacity","borderColor","borderWidth","borderRadius","borderOpacity","legendShow","legendMarginRight","arrowWidth","isOverRightBorder","toolTipWidth","toolTipHeight","_scrollDistance_","fillRect","setTextBaseline","drawColumnDataPoints","columnOption","meterBorder","meterFillColor","barBorderCircle","barBorderRadius","linearOpacity","colorStop","save","leftNum","rightNum","zeroHeight","tooltipPoints","fillColor","strokeColor","grd","createLinearGradient","addColorStop","r0","r3","dataLabel","restore","drawMountDataPoints","bezierCurveTo","drawBarDataPoints","drawCandleDataPoints","seriesMA","candleOption","average","candle","upLine","downLine","leftSpace","rightSpace","splitPointList","startPoint","ctrlPoint","drawAreaDataPoints","areaOption","opacity","addLine","gradient","firstPoint","lastPoint","lineType","drawScatterDataPoints","scatterOption","scatter","drawBubbleDataPoints","bubbleOption","bubble","drawLineDataPoints","onShadow","line","setShadow","drawMixDataPoints","columnIndex","columnLength","addPoint","drawToolTipBridge","horizentalLine","drawXAxis","scrollY","scrollScreenWidth","scrollTotalWidth","scrollWidth","scrollLeft","setLineCap","scrollBackgroundColor","scrollColor","disableGrid","gridEval","maxXAxisListLength","labelCount","ratio","newCategories","cgLength","xAxisFontSize","_xAxisTextAngle_","scrollHeight","truePoints","titleOffsetX","titleOffsetY","axisLine","axisLineColor","drawYAxisGrid","xAxiseachSpacing","TotalWidth","drawYAxis","tStartCenter","textAlign","tmpstrat","gapwidth","showTitle","drawLegend","legendArea","itemList","listIndex","hiddenColor","fontTrans","drawPieDataPoints","pieOption","activeOpacity","activeRadius","labelWidth","ringWidth","customRadius","centerColor","_pieTextMaxLength_","lineJoin","fillcolor","createCircularGradient","createRadialGradient","innerPieWidth","drawRoseDataPoints","roseOption","drawArcbarDataPoints","lineCap","arcbar","centerX","centerY","drawGaugeDataPoints","fixRadius","childNumber","childWidth","gauge","innerRadius","pieRadius","childAngle","proc","pointerRadius","gradient3","eachCategories","childendX","drawRadarDataPoints","axisLabel","axisLabelTofix","gridCount","coordinateAngle","xr","yr","_loop","startPos","radarDataPoints","stepLength","label","lonlat2mercator","longitude","latitude","tan","mercator2lonlat","lonlat","atan","getBoundingBox","coords","xMin","xMax","yMin","yMax","coorda","coordinateToPoint","pointY","pointX","isRayIntersectsSegment","s_poi","e_poi","xseg","poly","sinsc","epoly","drawMapDataPoints","mapOption","active","fillOpacity","activeBorderColor","activeFillColor","activeFillOpacity","xScale","yScale","gaosi","centerPoint","centroid","activeTextColor","draw","normalInt","collisionNew","isIn","getWordCloudPoint","tHeight","tWidth","breaknum","Spin","isSpin","areav","drawWordCloudDataPoints","wordOption","autoColors","word","wordCloudData","strokeText","drawFunnelDataPoints","funnelOption","minSize","funnel","seriesNew","drawFunnelText","drawFunnelCenterText","centerText","centerTextSize","centerTextColor","drawCanvas","Timing","easeIn","easeOut","easeInOut","linear","Animation","isStop","timing","delay","createAnimationFrame","step","timeStamp","requestAnimationFrame","animationFrame","startTimeStamp","_step","onProcess","onAnimationFinish","timingFunction","drawCharts","_this","animationInstance","_calLegendData","legendHeight","_calYAxisData","maxTitleHeight","rightIndex","leftIndex","_calCategoriesData","categoriesData","scrollAlign","offsetLeft","totalWidth","screenWidth","currentOffset","startTouchX","lastMoveTime","clearRect","_drawLineDataPoints","enableMarkLine","_drawScatterDataPoints","_drawBubbleDataPoints","_drawMixDataPoints","_drawColumnDataPoints","_drawMountDataPoints","_drawBarDataPoints","_drawAreaDataPoints","arcbarData","gaugeData","_drawCandleDataPoints","uChartsEvent","events","addEventListener","listener","delEventListener","_len","_key","uCharts","gridSet","canvas2d","config$$1","tempWidth","strokeStyle","lineWidth","font","fillStyle","textBaseline","blur","shadowColor","shadowOffsetX","shadowOffsetY","shadowBlur","updateData","_getXAxisPoints0","zoom","centerLeft","MaxLeft","dobuleZoom","tcs","clientY","ntcs","xlength","moveCount","cts0","cts1","moveCurrent1","getCurrentDataIndex","moveCurrent2","currentEachSpacing","currentLeft","stopAnimation","_touches$","getLegendDataIndex","touchLegend","showToolTip","_getToolTipData","_getMixToolTipData","scrollStart","scroll","Limit","touchMoveLimit","currMoveTime","_distance","scrollEnd","_scrollOption","formatDateTime","returnType","setTime","getHours","minute","getMinutes","second","getSeconds","cfu","category","arrayWithHoles","iterableToArrayLimit","nonIterableRest","_slicedToArray","mpMixins","is_pc","is_show","swipeaction","getSwipeAction","children","mounted","closeSwipe","autoClose","closeOther","change","open","appTouchStart","getTime","appTouchEnd","diff","time","onClickForPC","bindIngXMixins","otherMixins","zhHans","Calendar","selected","startDate","endDate","getDateObj","cleanMultipleStatus","weeks","lastHover","selectDate","getWeeks","fullDate","multipleStatus","before","fixIosDateFormat","oldMonth","setMonth","newMonth","addZero","getDay","amount","dateObj","disable","currentDate","isToday","dateEqual","disableBefore","disableAfter","dateCompare","multiples","multiplesStatus","findIndex","checked","beforeMultiple","isLogicBefore","afterMultiple","isLogicAfter","userChecked","calendar","logicBefore","logicAfter","begin","ab","db","setFullYear","unixDb","unixDe","fulldate","geDateAll","dateData","preMonthDayAmount","preMonthDays","getPreMonthDays","currentMonthDayAmount","currentMonthDays","getCurrentMonthDays","nextMonthDayAmount","nextMonthDays","_getNextMonthDays","calendarDays","getDateTime","hideSecond","hour","getDefaultSecond","checkDate","dateReg","dateTimeReg","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","minLen","_arrayLikeToArray"],"mappings":"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CA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;AACA,sBAAsB,+BAA+B;AACrD,sBAAsB,iBAAiB;AACvC;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA,kDAAkD,iCAAiC,EAAE;AACrF,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,6BAA6B,cAAc;;AAE3C;;AAEA;AACA;AACA;AACA,6BAA6B,UAAU;;AAEvC;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC,kCAAkC;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,aAAoB;;AAErC;AACA;AACA;AACA,YAAY,aAAoB;;AAEhC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,qBAAqB;AACxC,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,GAAG;AACR;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,GAAG;AACH;;AAEA;;AAEA;AACA;AACA,oCAAoC;AACpC;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA,iCAAiC;AACjC,uCAAuC,wBAAwB,EAAE;AACjE,0BAA0B;;AAE1B;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,wBAAwB,YAAY;AACpC,kBAAkB,YAAY;AAC9B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA,wCAAwC,EAAE;AAC1C;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,+BAA+B,oBAAoB,EAAE;AACrD;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,0BAA0B,SAAS,qBAAqB;;AAExD;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C;AACA;AACA;AACA,GAAG;AACH,CAAC;;AAED;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iDAAiD,OAAO;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd;;AAEA;AACA;AACA;;AAEA,iBAAiB,iBAAiB;AAClC;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,uBAAuB;AACzD,iCAAiC,sBAAsB;AACvD;AACA,kBAAkB;AAClB,MAAM,IAAqC;AAC3C;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,aAAoB;AACtC;AACA;AACA,mBAAmB;AACnB;AACA;AACA,iBAAiB,uBAAuB;AACxC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB,OAAO,UAAU,IAAqC;AACtD;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,GAAG,UAAU,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,mBAAmB;AACtC,+BAA+B;AAC/B;AACA,GAAG;AACH;AACA;AACA;AACA,kBAAkB,YAAY;AAC9B,WAAW;AACX;AACA,GAAG,UAAU,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,OAAO;AACrD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;AAC3B;AACA,oCAAoC;AACpC;AACA,qCAAqC;AACrC;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,IAEQ;AACZ;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,6CAA6C,SAAS;AACtD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,6CAA6C,qCAAqC,EAAE;AACpF;;AAEA;AACA;AACA;;AAEA,oCAAoC,yCAAyC,EAAE;AAC/E;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,kBAAkB;AAC3C;AACA;AACA,4BAA4B;AAC5B,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,sDAAsD,EAAE;AACtF;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB,kBAAkB;AAClC;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;;AAEA;;AAEA;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,iCAAiC;AACnE,cAAc,6BAA6B;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,kCAAkC,iCAAiC;AACnE,cAAc,6BAA6B;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,yBAAyB;AAC1C,GAAG;AACH;AACA;AACA,iBAAiB,+BAA+B;AAChD;AACA;;AAEA;AACA;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,uBAAuB;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,uCAAuC;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;;AAEA;AACA;AACA;AACA,qBAAqB,mBAAmB;AACxC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,qBAAqB;AACtC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,qBAAqB;AAClC;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO,MAAM,EAEN;AACP,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,mBAAmB,iBAAiB;AACpC;AACA;AACA,6BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,UAAU,IAAqC;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC,OAAO;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,kEAAkE;AAClE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA,sBAAsB,mBAAmB;AACzC;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC,uCAAuC;AACvC;AACA,GAAG;AACH;AACA,eAAe,SAAS;AACxB,sCAAsC;AACtC;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,OAAO;AACzC;AACA,6CAA6C;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA,4CAA4C,eAAe;AAC3D,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,kDAAkD;AAClD,4CAA4C;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA,6CAA6C;AAC7C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL,4CAA4C;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;AACA,KAAK,UAAU,KAAqC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,qCAAqC,gEAAgE;AACrG;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,4BAA4B,+BAA+B;AAC3D,4BAA4B,+BAA+B;AAC3D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA,mBAAmB,mBAAmB;AACtC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C,kDAAkD;AAClD;AACA;AACA,mCAAmC;AACnC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sEAAsE;;AAEtE;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK,uFAAuF;AAC5F;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0CAA0C;AAC1C,iBAAiB,yBAAyB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG,+BAA+B;AAClC,mCAAmC;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,oBAAoB,oBAAoB;AACxC,sBAAsB,4BAA4B;AAClD;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,OAAO;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,mBAAmB;AACnB,yBAAyB;AACzB;AACA,qDAAqD;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,6CAA6C;AAC9E;AACA;AACA,6CAA6C,4CAA4C;;AAEzF;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL,GAAG,MAAM,EAGN;AACH;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,KAAK,2CAA2C,8BAA8B,EAAE;;AAEhF;AACA,wCAAwC,OAAO;AAC/C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB,KAAqC;AACrD;AACA,oBAAoB,SAAI;AACxB;AACA;AACA,WAAW;AACX;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,mBAAmB,qBAAqB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,uCAAuC,OAAO;AAC9C;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC,SAAS;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qCAAqC,OAAO;AAC5C;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;;AAE1B,kBAAkB;AAClB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB,qBAAqB;AACxC;AACA,0CAA0C;AAC1C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,MAAM,IAAqC;AAC3C;AACA;AACA;;AAEA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,OAAO;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B,0BAA0B;AACpD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,oBAAoB,EAAE;;AAEpD;AACA;AACA,iBAAiB,sBAAsB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,oBAAoB;AACpB;AACA,yBAAyB;AACzB;AACA;AACA;AACA;AACA,oBAAoB,KAAqC;AACzD;AACA,MAAM,SAAE;AACR;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C,qBAAqB,+BAA+B;AACpD;AACA;AACA,GAAG;AACH,yBAAyB;AACzB;AACA,sBAAsB,iCAAiC;AACvD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kGAAkG;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK,MAAM,EAEN;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK,UAAU,IAAqC;AACpD;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,qBAAqB,oBAAoB;AACzC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA,8BAA8B;AAC9B,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA,KAAK,MAAM,EAEN;AACL;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC;AACzC;AACA,sCAAsC;AACtC,8C;;AAEA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,eAAe;AACrC;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sEAAsE;AACtE;AACA;AACA;;AAEA;AACA,QAAQ,KAAqC;AAC7C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC;;AAEjC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,YAAY,KAAqC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;;;;AAIA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA,0CAA0C,2BAA2B,EAAE;AACvE,KAAK;AACL;AACA,0CAA0C,4BAA4B,EAAE;AACxE,KAAK;AACL,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,+BAA+B,eAAe;AAC9C,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,yBAAyB;AACzB;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,iBAAiB;AACjB;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA,SAAS;AACT;AACA;AACA,aAAa;AACb;AACA;AACA,iBAAiB;AACjB;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,YAAY,oIAAW;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,mBAAmB;AAC1C;AACA;AACA;AACA;;AAEA;AACA,0CAA0C,gCAAgC,EAAE;AAC5E;;AAEA;AACA;AACA;AACA;AACA,WAAW,oIAAW;AACtB;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,WAAW,oIAAW;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B,0CAA0C;;AAE1C;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA,sCAAsC;AACtC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA,KAAK;AACL;AACA;AACA,UAAU,oIAAW;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA,gBAAgB,YAAY;AAC5B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,gBAAgB,YAAY;AAC5B;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX,SAAS;;AAET;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,OAAO;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,qDAAqD,EAAE,SAAS;AACtH;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC,OAAO;AACxC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,0BAA0B,OAAO;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEe,kEAAG,EAAC;;;;;;;;;;;;;;;;;;;;;;;;AC97LnB;;AAEA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;AAEA;AACA;AACA,4CAA4C;;AAE5C;;;;;;;;;;;;;ACnBA;AAAA;AAAA;;AAEA;AACA;AACA;;AAEe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,yBAAyB;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,qBAAqB;AACrB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA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ACA,2CAA2C,0BAA0B,EAAE;AACvE;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,mBAAmB;AACnB;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,0BAA0B,cAAc,qBAAqB;;AAE7D;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,4BAA4B,oCAAoC,EAAE;AAClE;AACA;;AAEA;AACA,4BAA4B;AAC5B,uEAAuE,EAAE;AACzE;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,0BAA0B;;AAE1B;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,QAAQ;;AAER;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;AACA;AACA;;AAEA,gCAAgC;AAChC,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,qCAAqC,uBAAuB,EAAE;;AAE9D;AACA;AACA;AACA;AACA;;AAEA,4BAA4B,SAAS,qBAAqB;;AAE1D;AACA;AACA;;AAEA;AACA,OAAO,IAAqC;AAC5C;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,kBAAkB;AAClB;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;;AAEH;AACA;AACA,6BAA6B,oCAAoC,EAAE;;AAEnE;AACA,KAAK,KAAqC;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,gBAAgB;AAChB;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,8BAA8B,mBAAmB,EAAE;AACnD,+BAA+B,yCAAyC,EAAE;AAC1E,GAAG;AACH,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;;AAEA;AACA,gDAAgD,yBAAyB,EAAE;AAC3E;;AAEA;AACA;AACA;AACA;AACA,kCAAkC,kBAAkB,EAAE;AACtD,mCAAmC,wCAAwC,EAAE;AAC7E,OAAO;AACP,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,kBAAkB,EAAE;AACtD,mCAAmC,+CAA+C,EAAE;AACpF,OAAO;AACP,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA,yCAAyC,aAAa;AACtD;AACA;;AAEA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;AACA,6CAA6C,6CAA6C,EAAE;AAC5F;;AAEA;AACA;;AAEA;AACA;AACA,GAAG;AACH;;AAEA;AACA;;AAEA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;;AAEA,yEAAyE,iCAAiC;AAC1G;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB,EAAE;AACjD;AACA,KAAK;AACL,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,8BAA8B,yBAAyB,EAAE;AACzD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,kDAAkD,aAAoB;AACtE;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,IAAqC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa,KAAqC;AAClD;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa,KAAqC;AAClD;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,uBAAuB,sBAAsB;AAC7C,uBAAuB,2CAA2C;AAClE,KAAK;AACL;AACA,wBAAwB,0CAA0C;AAClE;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kDAAkD;;AAElD;AACA;;AAEA;AACA;AACA;AACA;AACA,0BAA0B,4BAA4B,EAAE;AACxD;AACA,OAAO;AACP,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,gCAAgC,4BAA4B;AAC5D,SAAS,IAAqC;AAC9C;AACA;AACA,GAAG,GAAG,yBAAyB;AAC/B;;AAEA;AACA,4CAA4C,mBAAmB,EAAE;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;;AAEA,UAAU;AACV;;AAEA;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,WAAW;AACX;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,KAAqC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,YAAY;AACZ;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA,CAAC,EAAE;;AAEH;AACA;AACA,iCAAiC,iBAAiB,GAAG,iBAAiB,GAAG,iBAAiB;AAC1F,iBAAiB,iBAAiB,QAAQ,mBAAmB,GAAG,mBAAmB,GAAG,mBAAmB;AACzG,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,UAAU,qBAAqB,EAAE,EAAE;AACjE,2CAA2C,UAAU,0BAA0B,EAAE,EAAE;AACnF;;AAEA;AACA;AACA,WAAW,EAAE;AACb,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,SAAS;AACpB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;A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;AACb,CAAC,EACD;EACE,YAAY,EAAE,aAAa;EAC3B,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,MAAM;EACpB,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,aAAa;EAC3B,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,IAAI;EAClB,SAAS,EAAE;AACb,CAAC,EACF;EACE,YAAY,EAAE,KAAK;EACnB,SAAS,EAAE;AACb,CAAC,EACA;EACE,YAAY,EAAE,QAAQ;EACtB,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,eAAe;EAC7B,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,UAAU;EACxB,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,iBAAiB;EAC/B,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,KAAK;EACnB,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,YAAY;EAC1B,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,QAAQ;EACtB,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,eAAe;EAC7B,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,OAAO;EACrB,SAAS,EAAE;AACb,CAAC,EACD;EACE,YAAY,EAAE,QAAQ;EACtB,SAAS,EAAE;AACb,CAAC,CACF;;AAED;AAAA,4B;;;;;;;;;;;;;;;;;;;;;;;ACxoBA;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,UAAU;AACV;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,4BAA4B,oBAAoB,EAAE;AAClD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,iBAAiB,sBAAsB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB,wBAAwB;AACxB,0BAA0B;AAC1B,0BAA0B;AAC1B;;AAEA;AACA;AACA;AACA;AACA,WAAW,IAAI;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B,KAAK;AACL;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,OAAO,mBAAmB;AAC1B,OAAO;AACP;AACA;AACA,mFAAmF;;AAEnF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA,eAAe;AACf,aAAa;AACb,kBAAkB,IAAqC;AACvD;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA,aAAa;AACb,kBAAkB,IAAqC;AACvD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,SAAS;AACT,cAAc,IAAqC;AACnD;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA,mFAAmF;;AAEnF;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,SAAS;AACT,cAAc,IAAqC;AACnD;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;;AAEL;;AAEA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA;AACA;;AAEA;AACA;;AAEA,kBAAkB;;AAElB;AACA;AACA;AACA,GAAG;;AAEH;AACA,MAAM,KAAqC;AAC3C;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA,wCAAwC;AACxC,sBAAsB;AACtB;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;;AAEA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,iCAAiC,iBAAiB;AAClD;AACA;AACA,OAAO;AACP;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA,mCAAmC;AACnC,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;;AAEA;AACA,2BAA2B;;AAE3B;AACA;;AAEA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA,0EAA0E;;AAE1E;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA,UAAU;AACV;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA,uCAAuC;;AAEvC;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;;AAEA;AACA;AACA,sBAAsB,6CAA6C;AACnE;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;AAIA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,mBAAmB;AACnB;AACA,qBAAqB,4BAA4B;AACjD;;AAEA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA,gCAAgC;;AAEhC;AACA;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C,KAAK;AACL;AACA,mCAAmC;AACnC;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA,uBAAuB,4BAA4B;;AAEnD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,cAAc,IAAqC;AACnD;AACA;AACA;AACA;AACA;AACA,YAAY,IAAqC;AACjD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,wCAAwC;;AAExC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,8CAA8C;;AAE9C;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,8BAA8B;AAC9B;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;;;;AAMA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,uBAAuB;;AAEvB;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;;;AAIA,sCAAsC;AACtC;AACA;AACA;AACA;AACA,2BAA2B,gCAAgC,EAAE;AAC7D,2BAA2B,gCAAgC,EAAE;AAC7D,gCAAgC,qEAAqE;AACrG;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,oBAAoB,OAAO;AAC3B,2BAA2B,OAAO;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;;AAGA;AACA,2BAA2B;AAC3B,2DAA2D;AAC3D;AACA,uBAAuB;AACvB;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA,0BAA0B,MAAM,qBAAqB,YAAY,qBAAqB,mBAAmB,qBAAqB,iBAAiB,qBAAqB,oBAAoB,qBAAqB,UAAU,qBAAqB,kBAAkB,qBAAqB,0BAA0B,qBAAqB,WAAW,qBAAqB,aAAa,qBAAqB,yBAAyB,qBAAqB,sBAAsB,qBAAqB,4BAA4B,qBAAqB,qBAAqB,qBAAqB,mBAAmB,qBAAqB,QAAQ,qBAAqB;;AAE7nB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,sBAAsB,yCAAyC;AAC/D;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,GAAG,GAAG,aAAa;AACnB;;AAEA;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA;AACA;AACA,KAAK,GAAG,kBAAkB;AAC1B,GAAG;AACH;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,GAAG,kBAAkB;AAC1B;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,yCAAyC;;AAEzC,+CAA+C;AAC/C,sDAAsD;AACtD,oDAAoD;AACpD,uDAAuD;;AAEvD,6CAA6C;AAC7C;AACA;AACA;;AAEA,qDAAqD;AACrD;AACA;AACA;AACA;;AAEA,6DAA6D;AAC7D,qEAAqE,yCAAyC;;AAE9G,8CAA8C;AAC9C,qDAAqD,yBAAyB;;AAE9E,gDAAgD;AAChD,yDAAyD,6BAA6B;;AAEtF,4DAA4D;AAC5D,kEAAkE,sCAAsC;;AAExG,yDAAyD;AACzD,+DAA+D,mCAAmC;;AAElG,+DAA+D;AAC/D,uEAAuE,2CAA2C;;AAElH,wDAAwD;AACxD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA,sDAAsD;AACtD,6DAA6D,iCAAiC;;AAE9F,2CAA2C;AAC3C,8CAA8C,kBAAkB;;AAEhE,2DAA2D;AAC3D,yEAAyE;AACzE,qEAAqE;;AAErE;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,mDAAmD;;AAEnD;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,KAAqC;AACjD;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,KAAK;AACL,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,+BAA+B,qBAAqB;AACpD,8BAA8B,oBAAoB;AAClD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,0DAA0D,4DAA4D;AACxJ;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA,iBAAiB,2CAA2C;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBAAqB;;AAErB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;AACA,6BAA6B,aAAoB;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA,sBAAsB;AACtB;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA,sBAAsB;AACtB;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,aAAa;;AAEb;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa;AACb;AACA;AACA;;AAEA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,uCAAuC;AACvC;;AAEA;AACA,yBAAyB;AACzB;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,mDAAmD;AACnD;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB,UAAU;AACV;AACA;AACA;;AAEA;AACA,0DAA0D;AAC1D;;AAEA;AACA;AACA;AACA;;AAEA;AACA,8FAA8F;AAC9F;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,aAAoB;AACjD;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,mEAAmE;AACnE,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA,sBAAsB;AACtB;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,+BAA+B,iBAAiB;AAChD;AACA;AACA,KAAK;;AAEL,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,wDAAwD;AACxD;;AAEA;AACA;AACA;AACA;;AAEA;AACA,0FAA0F;AAC1F;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,aAAoB;AACjD;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA,iEAAiE;AACjE,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA,sBAAsB;AACtB,qDAAqD,GAAG,2BAA2B;AACnF,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,iCAAiC,iBAAiB;AAClD;AACA;AACA,OAAO;AACP;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA,sBAAsB;AACtB;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA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GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,CAAC;EAACC,EAAE,GAAC,CAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,CAAC,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,CAAC;EAACC,EAAE,GAAC,CAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,CAAC,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,CAAC,EAAC,CAAC,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,CAAC,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,GAAG,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,GAAG,CAAC;EAACC,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,CAAC;EAAC1N,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,QAAQ,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,CAAC;EAAC2N,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,CAAC;EAACC,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,CAAC;EAACC,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,CAAC;EAACC,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,CAAC;EAACC,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,CAAC,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,CAAC;EAACC,EAAE,GAAC,CAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,CAAC,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,CAAC;EAACC,EAAE,GAAC,CAAC,CAAC,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,CAAC;EAACx9C,EAAE,GAAC,CAAC,CAAC,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,CAAC;EAACy9C,EAAE,GAAC,CAAC,CAAC,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,CAAC;EAACC,EAAE,GAAC,CAAC,CAAC,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,SAAS,EAAC,QAAQ,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,UAAU,EAAC,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","file":"common/vendor.js","sourcesContent":["const objectKeys = [\r\n 'qy',\r\n 'env',\r\n 'error',\r\n 'version',\r\n 'lanDebug',\r\n 'cloud',\r\n 'serviceMarket',\r\n 'router',\r\n 'worklet',\r\n '__webpack_require_UNI_MP_PLUGIN__'\r\n]\r\nconst singlePageDisableKey = [\r\n 'lanDebug',\r\n 'router',\r\n 'worklet'\r\n]\r\nconst target = typeof globalThis !== 'undefined' ? globalThis : (function () {\r\n return this\r\n})()\r\n\r\nconst key = ['w', 'x'].join('')\r\nconst oldWx = target[key]\r\nconst launchOption = oldWx.getLaunchOptionsSync ? oldWx.getLaunchOptionsSync() : null\r\n\r\nfunction isWxKey (key) {\r\n if (launchOption && launchOption.scene === 1154 && singlePageDisableKey.includes(key)) {\r\n return false\r\n }\r\n return objectKeys.indexOf(key) > -1 || typeof oldWx[key] === 'function'\r\n}\r\n\r\nfunction initWx () {\r\n const newWx = {}\r\n for (const key in oldWx) {\r\n if (isWxKey(key)) {\r\n // TODO wrapper function\r\n newWx[key] = oldWx[key]\r\n }\r\n }\r\n return newWx\r\n}\r\ntarget[key] = initWx()\r\nexport default target[key]\r\n","function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\nmodule.exports = _nonIterableRest, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}\nmodule.exports = _defineProperty, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nvar toPrimitive = require(\"./toPrimitive.js\");\nfunction toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : i + \"\";\n}\nmodule.exports = toPropertyKey, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return (module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports), _typeof(o);\n}\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nfunction toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}\nmodule.exports = toPrimitive, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var setPrototypeOf = require(\"./setPrototypeOf.js\");\nvar isNativeReflectConstruct = require(\"./isNativeReflectConstruct.js\");\nfunction _construct(t, e, r) {\n if (isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);\n var o = [null];\n o.push.apply(o, e);\n var p = new (t.bind.apply(t, o))();\n return r && setPrototypeOf(p, r.prototype), p;\n}\nmodule.exports = _construct, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _setPrototypeOf(o, p) {\n module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n return _setPrototypeOf(o, p);\n}\nmodule.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _isNativeReflectConstruct() {\n try {\n var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n } catch (t) {}\n return (module.exports = _isNativeReflectConstruct = function _isNativeReflectConstruct() {\n return !!t;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports)();\n}\nmodule.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var arrayWithoutHoles = require(\"./arrayWithoutHoles.js\");\nvar iterableToArray = require(\"./iterableToArray.js\");\nvar unsupportedIterableToArray = require(\"./unsupportedIterableToArray.js\");\nvar nonIterableSpread = require(\"./nonIterableSpread.js\");\nfunction _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();\n}\nmodule.exports = _toConsumableArray, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var arrayLikeToArray = require(\"./arrayLikeToArray.js\");\nfunction _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return arrayLikeToArray(arr);\n}\nmodule.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","import { initVueI18n } from '@dcloudio/uni-i18n';\r\nimport Vue from 'vue';\r\n\r\nlet realAtob;\r\n\r\nconst b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\r\nconst b64re = /^(?:[A-Za-z\\d+/]{4})*?(?:[A-Za-z\\d+/]{2}(?:==)?|[A-Za-z\\d+/]{3}=?)?$/;\r\n\r\nif (typeof atob !== 'function') {\r\n realAtob = function (str) {\r\n str = String(str).replace(/[\\t\\n\\f\\r ]+/g, '');\r\n if (!b64re.test(str)) { throw new Error(\"Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.\") }\r\n\r\n // Adding the padding if missing, for semplicity\r\n str += '=='.slice(2 - (str.length & 3));\r\n var bitmap; var result = ''; var r1; var r2; var i = 0;\r\n for (; i < str.length;) {\r\n bitmap = b64.indexOf(str.charAt(i++)) << 18 | b64.indexOf(str.charAt(i++)) << 12 |\r\n (r1 = b64.indexOf(str.charAt(i++))) << 6 | (r2 = b64.indexOf(str.charAt(i++)));\r\n\r\n result += r1 === 64 ? String.fromCharCode(bitmap >> 16 & 255)\r\n : r2 === 64 ? String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255)\r\n : String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255, bitmap & 255);\r\n }\r\n return result\r\n };\r\n} else {\r\n // 注意atob只能在全局对象上调用,例如:`const Base64 = {atob};Base64.atob('xxxx')`是错误的用法\r\n realAtob = atob;\r\n}\r\n\r\nfunction b64DecodeUnicode (str) {\r\n return decodeURIComponent(realAtob(str).split('').map(function (c) {\r\n return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)\r\n }).join(''))\r\n}\r\n\r\nfunction getCurrentUserInfo () {\r\n const token = ( wx).getStorageSync('uni_id_token') || '';\r\n const tokenArr = token.split('.');\r\n if (!token || tokenArr.length !== 3) {\r\n return {\r\n uid: null,\r\n role: [],\r\n permission: [],\r\n tokenExpired: 0\r\n }\r\n }\r\n let userInfo;\r\n try {\r\n userInfo = JSON.parse(b64DecodeUnicode(tokenArr[1]));\r\n } catch (error) {\r\n throw new Error('获取当前用户信息出错,详细错误信息为:' + error.message)\r\n }\r\n userInfo.tokenExpired = userInfo.exp * 1000;\r\n delete userInfo.exp;\r\n delete userInfo.iat;\r\n return userInfo\r\n}\r\n\r\nfunction uniIdMixin (Vue) {\r\n Vue.prototype.uniIDHasRole = function (roleId) {\r\n const {\r\n role\r\n } = getCurrentUserInfo();\r\n return role.indexOf(roleId) > -1\r\n };\r\n Vue.prototype.uniIDHasPermission = function (permissionId) {\r\n const {\r\n permission\r\n } = getCurrentUserInfo();\r\n return this.uniIDHasRole('admin') || permission.indexOf(permissionId) > -1\r\n };\r\n Vue.prototype.uniIDTokenValid = function () {\r\n const {\r\n tokenExpired\r\n } = getCurrentUserInfo();\r\n return tokenExpired > Date.now()\r\n };\r\n}\r\n\r\nconst _toString = Object.prototype.toString;\r\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\r\n\r\nfunction isFn (fn) {\r\n return typeof fn === 'function'\r\n}\r\n\r\nfunction isStr (str) {\r\n return typeof str === 'string'\r\n}\r\n\r\nfunction isObject (obj) {\r\n return obj !== null && typeof obj === 'object'\r\n}\r\n\r\nfunction isPlainObject (obj) {\r\n return _toString.call(obj) === '[object Object]'\r\n}\r\n\r\nfunction hasOwn (obj, key) {\r\n return hasOwnProperty.call(obj, key)\r\n}\r\n\r\nfunction noop () {}\r\n\r\n/**\r\n * Create a cached version of a pure function.\r\n */\r\nfunction cached (fn) {\r\n const cache = Object.create(null);\r\n return function cachedFn (str) {\r\n const hit = cache[str];\r\n return hit || (cache[str] = fn(str))\r\n }\r\n}\r\n\r\n/**\r\n * Camelize a hyphen-delimited string.\r\n */\r\nconst camelizeRE = /-(\\w)/g;\r\nconst camelize = cached((str) => {\r\n return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : '')\r\n});\r\n\r\nfunction sortObject (obj) {\r\n const sortObj = {};\r\n if (isPlainObject(obj)) {\r\n Object.keys(obj).sort().forEach(key => {\r\n sortObj[key] = obj[key];\r\n });\r\n }\r\n return !Object.keys(sortObj) ? obj : sortObj\r\n}\r\n\r\nconst HOOKS = [\r\n 'invoke',\r\n 'success',\r\n 'fail',\r\n 'complete',\r\n 'returnValue'\r\n];\r\n\r\nconst globalInterceptors = {};\r\nconst scopedInterceptors = {};\r\n\r\nfunction mergeHook (parentVal, childVal) {\r\n const res = childVal\r\n ? parentVal\r\n ? parentVal.concat(childVal)\r\n : Array.isArray(childVal)\r\n ? childVal : [childVal]\r\n : parentVal;\r\n return res\r\n ? dedupeHooks(res)\r\n : res\r\n}\r\n\r\nfunction dedupeHooks (hooks) {\r\n const res = [];\r\n for (let i = 0; i < hooks.length; i++) {\r\n if (res.indexOf(hooks[i]) === -1) {\r\n res.push(hooks[i]);\r\n }\r\n }\r\n return res\r\n}\r\n\r\nfunction removeHook (hooks, hook) {\r\n const index = hooks.indexOf(hook);\r\n if (index !== -1) {\r\n hooks.splice(index, 1);\r\n }\r\n}\r\n\r\nfunction mergeInterceptorHook (interceptor, option) {\r\n Object.keys(option).forEach(hook => {\r\n if (HOOKS.indexOf(hook) !== -1 && isFn(option[hook])) {\r\n interceptor[hook] = mergeHook(interceptor[hook], option[hook]);\r\n }\r\n });\r\n}\r\n\r\nfunction removeInterceptorHook (interceptor, option) {\r\n if (!interceptor || !option) {\r\n return\r\n }\r\n Object.keys(option).forEach(hook => {\r\n if (HOOKS.indexOf(hook) !== -1 && isFn(option[hook])) {\r\n removeHook(interceptor[hook], option[hook]);\r\n }\r\n });\r\n}\r\n\r\nfunction addInterceptor (method, option) {\r\n if (typeof method === 'string' && isPlainObject(option)) {\r\n mergeInterceptorHook(scopedInterceptors[method] || (scopedInterceptors[method] = {}), option);\r\n } else if (isPlainObject(method)) {\r\n mergeInterceptorHook(globalInterceptors, method);\r\n }\r\n}\r\n\r\nfunction removeInterceptor (method, option) {\r\n if (typeof method === 'string') {\r\n if (isPlainObject(option)) {\r\n removeInterceptorHook(scopedInterceptors[method], option);\r\n } else {\r\n delete scopedInterceptors[method];\r\n }\r\n } else if (isPlainObject(method)) {\r\n removeInterceptorHook(globalInterceptors, method);\r\n }\r\n}\r\n\r\nfunction wrapperHook (hook, params) {\r\n return function (data) {\r\n return hook(data, params) || data\r\n }\r\n}\r\n\r\nfunction isPromise (obj) {\r\n return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'\r\n}\r\n\r\nfunction queue (hooks, data, params) {\r\n let promise = false;\r\n for (let i = 0; i < hooks.length; i++) {\r\n const hook = hooks[i];\r\n if (promise) {\r\n promise = Promise.resolve(wrapperHook(hook, params));\r\n } else {\r\n const res = hook(data, params);\r\n if (isPromise(res)) {\r\n promise = Promise.resolve(res);\r\n }\r\n if (res === false) {\r\n return {\r\n then () { }\r\n }\r\n }\r\n }\r\n }\r\n return promise || {\r\n then (callback) {\r\n return callback(data)\r\n }\r\n }\r\n}\r\n\r\nfunction wrapperOptions (interceptor, options = {}) {\r\n ['success', 'fail', 'complete'].forEach(name => {\r\n if (Array.isArray(interceptor[name])) {\r\n const oldCallback = options[name];\r\n options[name] = function callbackInterceptor (res) {\r\n queue(interceptor[name], res, options).then((res) => {\r\n /* eslint-disable no-mixed-operators */\r\n return isFn(oldCallback) && oldCallback(res) || res\r\n });\r\n };\r\n }\r\n });\r\n return options\r\n}\r\n\r\nfunction wrapperReturnValue (method, returnValue) {\r\n const returnValueHooks = [];\r\n if (Array.isArray(globalInterceptors.returnValue)) {\r\n returnValueHooks.push(...globalInterceptors.returnValue);\r\n }\r\n const interceptor = scopedInterceptors[method];\r\n if (interceptor && Array.isArray(interceptor.returnValue)) {\r\n returnValueHooks.push(...interceptor.returnValue);\r\n }\r\n returnValueHooks.forEach(hook => {\r\n returnValue = hook(returnValue) || returnValue;\r\n });\r\n return returnValue\r\n}\r\n\r\nfunction getApiInterceptorHooks (method) {\r\n const interceptor = Object.create(null);\r\n Object.keys(globalInterceptors).forEach(hook => {\r\n if (hook !== 'returnValue') {\r\n interceptor[hook] = globalInterceptors[hook].slice();\r\n }\r\n });\r\n const scopedInterceptor = scopedInterceptors[method];\r\n if (scopedInterceptor) {\r\n Object.keys(scopedInterceptor).forEach(hook => {\r\n if (hook !== 'returnValue') {\r\n interceptor[hook] = (interceptor[hook] || []).concat(scopedInterceptor[hook]);\r\n }\r\n });\r\n }\r\n return interceptor\r\n}\r\n\r\nfunction invokeApi (method, api, options, ...params) {\r\n const interceptor = getApiInterceptorHooks(method);\r\n if (interceptor && Object.keys(interceptor).length) {\r\n if (Array.isArray(interceptor.invoke)) {\r\n const res = queue(interceptor.invoke, options);\r\n return res.then((options) => {\r\n // 重新访问 getApiInterceptorHooks, 允许 invoke 中再次调用 addInterceptor,removeInterceptor\r\n return api(\r\n wrapperOptions(getApiInterceptorHooks(method), options),\r\n ...params\r\n )\r\n })\r\n } else {\r\n return api(wrapperOptions(interceptor, options), ...params)\r\n }\r\n }\r\n return api(options, ...params)\r\n}\r\n\r\nconst promiseInterceptor = {\r\n returnValue (res) {\r\n if (!isPromise(res)) {\r\n return res\r\n }\r\n return new Promise((resolve, reject) => {\r\n res.then(res => {\r\n if (res[0]) {\r\n reject(res[0]);\r\n } else {\r\n resolve(res[1]);\r\n }\r\n });\r\n })\r\n }\r\n};\r\n\r\nconst SYNC_API_RE =\r\n /^\\$|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|requireGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale|invokePushCallback|getWindowInfo|getDeviceInfo|getAppBaseInfo|getSystemSetting|getAppAuthorizeSetting|initUTS|requireUTS|registerUTS/;\r\n\r\nconst CONTEXT_API_RE = /^create|Manager$/;\r\n\r\n// Context例外情况\r\nconst CONTEXT_API_RE_EXC = ['createBLEConnection'];\r\n\r\n// 同步例外情况\r\nconst ASYNC_API = ['createBLEConnection', 'createPushMessage'];\r\n\r\nconst CALLBACK_API_RE = /^on|^off/;\r\n\r\nfunction isContextApi (name) {\r\n return CONTEXT_API_RE.test(name) && CONTEXT_API_RE_EXC.indexOf(name) === -1\r\n}\r\nfunction isSyncApi (name) {\r\n return SYNC_API_RE.test(name) && ASYNC_API.indexOf(name) === -1\r\n}\r\n\r\nfunction isCallbackApi (name) {\r\n return CALLBACK_API_RE.test(name) && name !== 'onPush'\r\n}\r\n\r\nfunction handlePromise (promise) {\r\n return promise.then(data => {\r\n return [null, data]\r\n })\r\n .catch(err => [err])\r\n}\r\n\r\nfunction shouldPromise (name) {\r\n if (\r\n isContextApi(name) ||\r\n isSyncApi(name) ||\r\n isCallbackApi(name)\r\n ) {\r\n return false\r\n }\r\n return true\r\n}\r\n\r\n/* eslint-disable no-extend-native */\r\nif (!Promise.prototype.finally) {\r\n Promise.prototype.finally = function (callback) {\r\n const promise = this.constructor;\r\n return this.then(\r\n value => promise.resolve(callback()).then(() => value),\r\n reason => promise.resolve(callback()).then(() => {\r\n throw reason\r\n })\r\n )\r\n };\r\n}\r\n\r\nfunction promisify (name, api) {\r\n if (!shouldPromise(name) || !isFn(api)) {\r\n return api\r\n }\r\n return function promiseApi (options = {}, ...params) {\r\n if (isFn(options.success) || isFn(options.fail) || isFn(options.complete)) {\r\n return wrapperReturnValue(name, invokeApi(name, api, options, ...params))\r\n }\r\n return wrapperReturnValue(name, handlePromise(new Promise((resolve, reject) => {\r\n invokeApi(name, api, Object.assign({}, options, {\r\n success: resolve,\r\n fail: reject\r\n }), ...params);\r\n })))\r\n }\r\n}\r\n\r\nconst EPS = 1e-4;\r\nconst BASE_DEVICE_WIDTH = 750;\r\nlet isIOS = false;\r\nlet deviceWidth = 0;\r\nlet deviceDPR = 0;\r\n\r\nfunction checkDeviceWidth () {\r\n const {\r\n platform,\r\n pixelRatio,\r\n windowWidth\r\n } = wx.getSystemInfoSync(); // uni=>wx runtime 编译目标是 uni 对象,内部不允许直接使用 uni\r\n\r\n deviceWidth = windowWidth;\r\n deviceDPR = pixelRatio;\r\n isIOS = platform === 'ios';\r\n}\r\n\r\nfunction upx2px (number, newDeviceWidth) {\r\n if (deviceWidth === 0) {\r\n checkDeviceWidth();\r\n }\r\n\r\n number = Number(number);\r\n if (number === 0) {\r\n return 0\r\n }\r\n let result = (number / BASE_DEVICE_WIDTH) * (newDeviceWidth || deviceWidth);\r\n if (result < 0) {\r\n result = -result;\r\n }\r\n result = Math.floor(result + EPS);\r\n if (result === 0) {\r\n if (deviceDPR === 1 || !isIOS) {\r\n result = 1;\r\n } else {\r\n result = 0.5;\r\n }\r\n }\r\n return number < 0 ? -result : result\r\n}\r\n\r\nconst LOCALE_ZH_HANS = 'zh-Hans';\r\nconst LOCALE_ZH_HANT = 'zh-Hant';\r\nconst LOCALE_EN = 'en';\r\nconst LOCALE_FR = 'fr';\r\nconst LOCALE_ES = 'es';\r\n\r\nconst messages = {};\r\n\r\nlet locale;\r\n\r\n{\r\n locale = normalizeLocale(wx.getSystemInfoSync().language) || LOCALE_EN;\r\n}\r\n\r\nfunction initI18nMessages () {\r\n if (!isEnableLocale()) {\r\n return\r\n }\r\n const localeKeys = Object.keys(__uniConfig.locales);\r\n if (localeKeys.length) {\r\n localeKeys.forEach((locale) => {\r\n const curMessages = messages[locale];\r\n const userMessages = __uniConfig.locales[locale];\r\n if (curMessages) {\r\n Object.assign(curMessages, userMessages);\r\n } else {\r\n messages[locale] = userMessages;\r\n }\r\n });\r\n }\r\n}\r\n\r\ninitI18nMessages();\r\n\r\nconst i18n = initVueI18n(\r\n locale,\r\n {}\r\n);\r\nconst t = i18n.t;\r\nconst i18nMixin = (i18n.mixin = {\r\n beforeCreate () {\r\n const unwatch = i18n.i18n.watchLocale(() => {\r\n this.$forceUpdate();\r\n });\r\n this.$once('hook:beforeDestroy', function () {\r\n unwatch();\r\n });\r\n },\r\n methods: {\r\n $$t (key, values) {\r\n return t(key, values)\r\n }\r\n }\r\n});\r\nconst setLocale = i18n.setLocale;\r\nconst getLocale = i18n.getLocale;\r\n\r\nfunction initAppLocale (Vue, appVm, locale) {\r\n const state = Vue.observable({\r\n locale: locale || i18n.getLocale()\r\n });\r\n const localeWatchers = [];\r\n appVm.$watchLocale = fn => {\r\n localeWatchers.push(fn);\r\n };\r\n Object.defineProperty(appVm, '$locale', {\r\n get () {\r\n return state.locale\r\n },\r\n set (v) {\r\n state.locale = v;\r\n localeWatchers.forEach(watch => watch(v));\r\n }\r\n });\r\n}\r\n\r\nfunction isEnableLocale () {\r\n return typeof __uniConfig !== 'undefined' && __uniConfig.locales && !!Object.keys(__uniConfig.locales).length\r\n}\r\n\r\nfunction include (str, parts) {\r\n return !!parts.find((part) => str.indexOf(part) !== -1)\r\n}\r\n\r\nfunction startsWith (str, parts) {\r\n return parts.find((part) => str.indexOf(part) === 0)\r\n}\r\n\r\nfunction normalizeLocale (locale, messages) {\r\n if (!locale) {\r\n return\r\n }\r\n locale = locale.trim().replace(/_/g, '-');\r\n if (messages && messages[locale]) {\r\n return locale\r\n }\r\n locale = locale.toLowerCase();\r\n if (locale === 'chinese') {\r\n // 支付宝\r\n return LOCALE_ZH_HANS\r\n }\r\n if (locale.indexOf('zh') === 0) {\r\n if (locale.indexOf('-hans') > -1) {\r\n return LOCALE_ZH_HANS\r\n }\r\n if (locale.indexOf('-hant') > -1) {\r\n return LOCALE_ZH_HANT\r\n }\r\n if (include(locale, ['-tw', '-hk', '-mo', '-cht'])) {\r\n return LOCALE_ZH_HANT\r\n }\r\n return LOCALE_ZH_HANS\r\n }\r\n const lang = startsWith(locale, [LOCALE_EN, LOCALE_FR, LOCALE_ES]);\r\n if (lang) {\r\n return lang\r\n }\r\n}\r\n// export function initI18n() {\r\n// const localeKeys = Object.keys(__uniConfig.locales || {})\r\n// if (localeKeys.length) {\r\n// localeKeys.forEach((locale) =>\r\n// i18n.add(locale, __uniConfig.locales[locale])\r\n// )\r\n// }\r\n// }\r\n\r\nfunction getLocale$1 () {\r\n // 优先使用 $locale\r\n if (isFn(getApp)) {\r\n const app = getApp({\r\n allowDefault: true\r\n });\r\n if (app && app.$vm) {\r\n return app.$vm.$locale\r\n }\r\n }\r\n return normalizeLocale(wx.getSystemInfoSync().language) || LOCALE_EN\r\n}\r\n\r\nfunction setLocale$1 (locale) {\r\n const app = isFn(getApp) ? getApp() : false;\r\n if (!app) {\r\n return false\r\n }\r\n const oldLocale = app.$vm.$locale;\r\n if (oldLocale !== locale) {\r\n app.$vm.$locale = locale;\r\n onLocaleChangeCallbacks.forEach((fn) => fn({\r\n locale\r\n }));\r\n return true\r\n }\r\n return false\r\n}\r\n\r\nconst onLocaleChangeCallbacks = [];\r\nfunction onLocaleChange (fn) {\r\n if (onLocaleChangeCallbacks.indexOf(fn) === -1) {\r\n onLocaleChangeCallbacks.push(fn);\r\n }\r\n}\r\n\r\nif (typeof global !== 'undefined') {\r\n global.getLocale = getLocale$1;\r\n}\r\n\r\nconst interceptors = {\r\n promiseInterceptor\r\n};\r\n\r\nvar baseApi = /*#__PURE__*/Object.freeze({\r\n __proto__: null,\r\n upx2px: upx2px,\r\n getLocale: getLocale$1,\r\n setLocale: setLocale$1,\r\n onLocaleChange: onLocaleChange,\r\n addInterceptor: addInterceptor,\r\n removeInterceptor: removeInterceptor,\r\n interceptors: interceptors\r\n});\r\n\r\nfunction findExistsPageIndex (url) {\r\n const pages = getCurrentPages();\r\n let len = pages.length;\r\n while (len--) {\r\n const page = pages[len];\r\n if (page.$page && page.$page.fullPath === url) {\r\n return len\r\n }\r\n }\r\n return -1\r\n}\r\n\r\nvar redirectTo = {\r\n name (fromArgs) {\r\n if (fromArgs.exists === 'back' && fromArgs.delta) {\r\n return 'navigateBack'\r\n }\r\n return 'redirectTo'\r\n },\r\n args (fromArgs) {\r\n if (fromArgs.exists === 'back' && fromArgs.url) {\r\n const existsPageIndex = findExistsPageIndex(fromArgs.url);\r\n if (existsPageIndex !== -1) {\r\n const delta = getCurrentPages().length - 1 - existsPageIndex;\r\n if (delta > 0) {\r\n fromArgs.delta = delta;\r\n }\r\n }\r\n }\r\n }\r\n};\r\n\r\nvar previewImage = {\r\n args (fromArgs) {\r\n let currentIndex = parseInt(fromArgs.current);\r\n if (isNaN(currentIndex)) {\r\n return\r\n }\r\n const urls = fromArgs.urls;\r\n if (!Array.isArray(urls)) {\r\n return\r\n }\r\n const len = urls.length;\r\n if (!len) {\r\n return\r\n }\r\n if (currentIndex < 0) {\r\n currentIndex = 0;\r\n } else if (currentIndex >= len) {\r\n currentIndex = len - 1;\r\n }\r\n if (currentIndex > 0) {\r\n fromArgs.current = urls[currentIndex];\r\n fromArgs.urls = urls.filter(\r\n (item, index) => index < currentIndex ? item !== urls[currentIndex] : true\r\n );\r\n } else {\r\n fromArgs.current = urls[0];\r\n }\r\n return {\r\n indicator: false,\r\n loop: false\r\n }\r\n }\r\n};\r\n\r\nconst UUID_KEY = '__DC_STAT_UUID';\r\nlet deviceId;\r\nfunction useDeviceId (result) {\r\n deviceId = deviceId || wx.getStorageSync(UUID_KEY);\r\n if (!deviceId) {\r\n deviceId = Date.now() + '' + Math.floor(Math.random() * 1e7);\r\n wx.setStorage({\r\n key: UUID_KEY,\r\n data: deviceId\r\n });\r\n }\r\n result.deviceId = deviceId;\r\n}\r\n\r\nfunction addSafeAreaInsets (result) {\r\n if (result.safeArea) {\r\n const safeArea = result.safeArea;\r\n result.safeAreaInsets = {\r\n top: safeArea.top,\r\n left: safeArea.left,\r\n right: result.windowWidth - safeArea.right,\r\n bottom: result.screenHeight - safeArea.bottom\r\n };\r\n }\r\n}\r\n\r\nfunction populateParameters (result) {\r\n const {\r\n brand = '', model = '', system = '',\r\n language = '', theme, version,\r\n platform, fontSizeSetting,\r\n SDKVersion, pixelRatio, deviceOrientation\r\n } = result;\r\n // const isQuickApp = \"mp-weixin\".indexOf('quickapp-webview') !== -1\r\n\r\n const extraParam = {};\r\n\r\n // osName osVersion\r\n let osName = '';\r\n let osVersion = '';\r\n {\r\n osName = system.split(' ')[0] || '';\r\n osVersion = system.split(' ')[1] || '';\r\n }\r\n let hostVersion = version;\r\n\r\n // deviceType\r\n const deviceType = getGetDeviceType(result, model);\r\n\r\n // deviceModel\r\n const deviceBrand = getDeviceBrand(brand);\r\n\r\n // hostName\r\n const _hostName = getHostName(result);\r\n\r\n // deviceOrientation\r\n let _deviceOrientation = deviceOrientation; // 仅 微信 百度 支持\r\n\r\n // devicePixelRatio\r\n let _devicePixelRatio = pixelRatio;\r\n\r\n // SDKVersion\r\n let _SDKVersion = SDKVersion;\r\n\r\n // hostLanguage\r\n const hostLanguage = language.replace(/_/g, '-');\r\n\r\n // wx.getAccountInfoSync\r\n\r\n const parameters = {\r\n appId: process.env.UNI_APP_ID,\r\n appName: process.env.UNI_APP_NAME,\r\n appVersion: process.env.UNI_APP_VERSION_NAME,\r\n appVersionCode: process.env.UNI_APP_VERSION_CODE,\r\n appLanguage: getAppLanguage(hostLanguage),\r\n uniCompileVersion: process.env.UNI_COMPILER_VERSION,\r\n uniRuntimeVersion: process.env.UNI_COMPILER_VERSION,\r\n uniPlatform: process.env.UNI_SUB_PLATFORM || process.env.UNI_PLATFORM,\r\n deviceBrand,\r\n deviceModel: model,\r\n deviceType,\r\n devicePixelRatio: _devicePixelRatio,\r\n deviceOrientation: _deviceOrientation,\r\n osName: osName.toLocaleLowerCase(),\r\n osVersion,\r\n hostTheme: theme,\r\n hostVersion,\r\n hostLanguage,\r\n hostName: _hostName,\r\n hostSDKVersion: _SDKVersion,\r\n hostFontSizeSetting: fontSizeSetting,\r\n windowTop: 0,\r\n windowBottom: 0,\r\n // TODO\r\n osLanguage: undefined,\r\n osTheme: undefined,\r\n ua: undefined,\r\n hostPackageName: undefined,\r\n browserName: undefined,\r\n browserVersion: undefined\r\n };\r\n\r\n Object.assign(result, parameters, extraParam);\r\n}\r\n\r\nfunction getGetDeviceType (result, model) {\r\n let deviceType = result.deviceType || 'phone';\r\n {\r\n const deviceTypeMaps = {\r\n ipad: 'pad',\r\n windows: 'pc',\r\n mac: 'pc'\r\n };\r\n const deviceTypeMapsKeys = Object.keys(deviceTypeMaps);\r\n const _model = model.toLocaleLowerCase();\r\n for (let index = 0; index < deviceTypeMapsKeys.length; index++) {\r\n const _m = deviceTypeMapsKeys[index];\r\n if (_model.indexOf(_m) !== -1) {\r\n deviceType = deviceTypeMaps[_m];\r\n break\r\n }\r\n }\r\n }\r\n return deviceType\r\n}\r\n\r\nfunction getDeviceBrand (brand) {\r\n let deviceBrand = brand;\r\n if (deviceBrand) {\r\n deviceBrand = brand.toLocaleLowerCase();\r\n }\r\n return deviceBrand\r\n}\r\n\r\nfunction getAppLanguage (defaultLanguage) {\r\n return getLocale$1\r\n ? getLocale$1()\r\n : defaultLanguage\r\n}\r\n\r\nfunction getHostName (result) {\r\n const _platform = 'WeChat' ;\r\n let _hostName = result.hostName || _platform; // mp-jd\r\n {\r\n if (result.environment) {\r\n _hostName = result.environment;\r\n } else if (result.host && result.host.env) {\r\n _hostName = result.host.env;\r\n }\r\n }\r\n\r\n return _hostName\r\n}\r\n\r\nvar getSystemInfo = {\r\n returnValue: function (result) {\r\n useDeviceId(result);\r\n addSafeAreaInsets(result);\r\n populateParameters(result);\r\n }\r\n};\r\n\r\nvar showActionSheet = {\r\n args (fromArgs) {\r\n if (typeof fromArgs === 'object') {\r\n fromArgs.alertText = fromArgs.title;\r\n }\r\n }\r\n};\r\n\r\nvar getAppBaseInfo = {\r\n returnValue: function (result) {\r\n const { version, language, SDKVersion, theme } = result;\r\n\r\n const _hostName = getHostName(result);\r\n\r\n const hostLanguage = language.replace('_', '-');\r\n\r\n result = sortObject(Object.assign(result, {\r\n appId: process.env.UNI_APP_ID,\r\n appName: process.env.UNI_APP_NAME,\r\n appVersion: process.env.UNI_APP_VERSION_NAME,\r\n appVersionCode: process.env.UNI_APP_VERSION_CODE,\r\n appLanguage: getAppLanguage(hostLanguage),\r\n hostVersion: version,\r\n hostLanguage,\r\n hostName: _hostName,\r\n hostSDKVersion: SDKVersion,\r\n hostTheme: theme\r\n }));\r\n }\r\n};\r\n\r\nvar getDeviceInfo = {\r\n returnValue: function (result) {\r\n const { brand, model } = result;\r\n const deviceType = getGetDeviceType(result, model);\r\n const deviceBrand = getDeviceBrand(brand);\r\n useDeviceId(result);\r\n\r\n result = sortObject(Object.assign(result, {\r\n deviceType,\r\n deviceBrand,\r\n deviceModel: model\r\n }));\r\n }\r\n};\r\n\r\nvar getWindowInfo = {\r\n returnValue: function (result) {\r\n addSafeAreaInsets(result);\r\n\r\n result = sortObject(Object.assign(result, {\r\n windowTop: 0,\r\n windowBottom: 0\r\n }));\r\n }\r\n};\r\n\r\nvar getAppAuthorizeSetting = {\r\n returnValue: function (result) {\r\n const { locationReducedAccuracy } = result;\r\n\r\n result.locationAccuracy = 'unsupported';\r\n if (locationReducedAccuracy === true) {\r\n result.locationAccuracy = 'reduced';\r\n } else if (locationReducedAccuracy === false) {\r\n result.locationAccuracy = 'full';\r\n }\r\n }\r\n};\r\n\r\n// import navigateTo from 'uni-helpers/navigate-to'\r\n\r\nconst compressImage = {\r\n args (fromArgs) {\r\n // https://developers.weixin.qq.com/community/develop/doc/000c08940c865011298e0a43256800?highLine=compressHeight\r\n if (fromArgs.compressedHeight && !fromArgs.compressHeight) {\r\n fromArgs.compressHeight = fromArgs.compressedHeight;\r\n }\r\n if (fromArgs.compressedWidth && !fromArgs.compressWidth) {\r\n fromArgs.compressWidth = fromArgs.compressedWidth;\r\n }\r\n }\r\n};\r\n\r\nconst protocols = {\r\n redirectTo,\r\n // navigateTo, // 由于在微信开发者工具的页面参数,会显示__id__参数,因此暂时关闭mp-weixin对于navigateTo的AOP\r\n previewImage,\r\n getSystemInfo,\r\n getSystemInfoSync: getSystemInfo,\r\n showActionSheet,\r\n getAppBaseInfo,\r\n getDeviceInfo,\r\n getWindowInfo,\r\n getAppAuthorizeSetting,\r\n compressImage\r\n};\r\nconst todos = [\r\n 'vibrate',\r\n 'preloadPage',\r\n 'unPreloadPage',\r\n 'loadSubPackage'\r\n];\r\nconst canIUses = [];\r\n\r\nconst CALLBACKS = ['success', 'fail', 'cancel', 'complete'];\r\n\r\nfunction processCallback (methodName, method, returnValue) {\r\n return function (res) {\r\n return method(processReturnValue(methodName, res, returnValue))\r\n }\r\n}\r\n\r\nfunction processArgs (methodName, fromArgs, argsOption = {}, returnValue = {}, keepFromArgs = false) {\r\n if (isPlainObject(fromArgs)) { // 一般 api 的参数解析\r\n const toArgs = keepFromArgs === true ? fromArgs : {}; // returnValue 为 false 时,说明是格式化返回值,直接在返回值对象上修改赋值\r\n if (isFn(argsOption)) {\r\n argsOption = argsOption(fromArgs, toArgs) || {};\r\n }\r\n for (const key in fromArgs) {\r\n if (hasOwn(argsOption, key)) {\r\n let keyOption = argsOption[key];\r\n if (isFn(keyOption)) {\r\n keyOption = keyOption(fromArgs[key], fromArgs, toArgs);\r\n }\r\n if (!keyOption) { // 不支持的参数\r\n console.warn(`The '${methodName}' method of platform '微信小程序' does not support option '${key}'`);\r\n } else if (isStr(keyOption)) { // 重写参数 key\r\n toArgs[keyOption] = fromArgs[key];\r\n } else if (isPlainObject(keyOption)) { // {name:newName,value:value}可重新指定参数 key:value\r\n toArgs[keyOption.name ? keyOption.name : key] = keyOption.value;\r\n }\r\n } else if (CALLBACKS.indexOf(key) !== -1) {\r\n if (isFn(fromArgs[key])) {\r\n toArgs[key] = processCallback(methodName, fromArgs[key], returnValue);\r\n }\r\n } else {\r\n if (!keepFromArgs) {\r\n toArgs[key] = fromArgs[key];\r\n }\r\n }\r\n }\r\n return toArgs\r\n } else if (isFn(fromArgs)) {\r\n fromArgs = processCallback(methodName, fromArgs, returnValue);\r\n }\r\n return fromArgs\r\n}\r\n\r\nfunction processReturnValue (methodName, res, returnValue, keepReturnValue = false) {\r\n if (isFn(protocols.returnValue)) { // 处理通用 returnValue\r\n res = protocols.returnValue(methodName, res);\r\n }\r\n return processArgs(methodName, res, returnValue, {}, keepReturnValue)\r\n}\r\n\r\nfunction wrapper (methodName, method) {\r\n if (hasOwn(protocols, methodName)) {\r\n const protocol = protocols[methodName];\r\n if (!protocol) { // 暂不支持的 api\r\n return function () {\r\n console.error(`Platform '微信小程序' does not support '${methodName}'.`);\r\n }\r\n }\r\n return function (arg1, arg2) { // 目前 api 最多两个参数\r\n let options = protocol;\r\n if (isFn(protocol)) {\r\n options = protocol(arg1);\r\n }\r\n\r\n arg1 = processArgs(methodName, arg1, options.args, options.returnValue);\r\n\r\n const args = [arg1];\r\n if (typeof arg2 !== 'undefined') {\r\n args.push(arg2);\r\n }\r\n if (isFn(options.name)) {\r\n methodName = options.name(arg1);\r\n } else if (isStr(options.name)) {\r\n methodName = options.name;\r\n }\r\n const returnValue = wx[methodName].apply(wx, args);\r\n if (isSyncApi(methodName)) { // 同步 api\r\n return processReturnValue(methodName, returnValue, options.returnValue, isContextApi(methodName))\r\n }\r\n return returnValue\r\n }\r\n }\r\n return method\r\n}\r\n\r\nconst todoApis = Object.create(null);\r\n\r\nconst TODOS = [\r\n 'onTabBarMidButtonTap',\r\n 'subscribePush',\r\n 'unsubscribePush',\r\n 'onPush',\r\n 'offPush',\r\n 'share'\r\n];\r\n\r\nfunction createTodoApi (name) {\r\n return function todoApi ({\r\n fail,\r\n complete\r\n }) {\r\n const res = {\r\n errMsg: `${name}:fail method '${name}' not supported`\r\n };\r\n isFn(fail) && fail(res);\r\n isFn(complete) && complete(res);\r\n }\r\n}\r\n\r\nTODOS.forEach(function (name) {\r\n todoApis[name] = createTodoApi(name);\r\n});\r\n\r\nvar providers = {\r\n oauth: ['weixin'],\r\n share: ['weixin'],\r\n payment: ['wxpay'],\r\n push: ['weixin']\r\n};\r\n\r\nfunction getProvider ({\r\n service,\r\n success,\r\n fail,\r\n complete\r\n}) {\r\n let res = false;\r\n if (providers[service]) {\r\n res = {\r\n errMsg: 'getProvider:ok',\r\n service,\r\n provider: providers[service]\r\n };\r\n isFn(success) && success(res);\r\n } else {\r\n res = {\r\n errMsg: 'getProvider:fail service not found'\r\n };\r\n isFn(fail) && fail(res);\r\n }\r\n isFn(complete) && complete(res);\r\n}\r\n\r\nvar extraApi = /*#__PURE__*/Object.freeze({\r\n __proto__: null,\r\n getProvider: getProvider\r\n});\r\n\r\nconst getEmitter = (function () {\r\n let Emitter;\r\n return function getUniEmitter () {\r\n if (!Emitter) {\r\n Emitter = new Vue();\r\n }\r\n return Emitter\r\n }\r\n})();\r\n\r\nfunction apply (ctx, method, args) {\r\n return ctx[method].apply(ctx, args)\r\n}\r\n\r\nfunction $on () {\r\n return apply(getEmitter(), '$on', [...arguments])\r\n}\r\nfunction $off () {\r\n return apply(getEmitter(), '$off', [...arguments])\r\n}\r\nfunction $once () {\r\n return apply(getEmitter(), '$once', [...arguments])\r\n}\r\nfunction $emit () {\r\n return apply(getEmitter(), '$emit', [...arguments])\r\n}\r\n\r\nvar eventApi = /*#__PURE__*/Object.freeze({\r\n __proto__: null,\r\n $on: $on,\r\n $off: $off,\r\n $once: $once,\r\n $emit: $emit\r\n});\r\n\r\n/**\r\n * 框架内 try-catch\r\n */\r\n/**\r\n * 开发者 try-catch\r\n */\r\nfunction tryCatch (fn) {\r\n return function () {\r\n try {\r\n return fn.apply(fn, arguments)\r\n } catch (e) {\r\n // TODO\r\n console.error(e);\r\n }\r\n }\r\n}\r\n\r\nfunction getApiCallbacks (params) {\r\n const apiCallbacks = {};\r\n for (const name in params) {\r\n const param = params[name];\r\n if (isFn(param)) {\r\n apiCallbacks[name] = tryCatch(param);\r\n delete params[name];\r\n }\r\n }\r\n return apiCallbacks\r\n}\r\n\r\nlet cid;\r\nlet cidErrMsg;\r\nlet enabled;\r\n\r\nfunction normalizePushMessage (message) {\r\n try {\r\n return JSON.parse(message)\r\n } catch (e) {}\r\n return message\r\n}\r\n\r\nfunction invokePushCallback (\r\n args\r\n) {\r\n if (args.type === 'enabled') {\r\n enabled = true;\r\n } else if (args.type === 'clientId') {\r\n cid = args.cid;\r\n cidErrMsg = args.errMsg;\r\n invokeGetPushCidCallbacks(cid, args.errMsg);\r\n } else if (args.type === 'pushMsg') {\r\n const message = {\r\n type: 'receive',\r\n data: normalizePushMessage(args.message)\r\n };\r\n for (let i = 0; i < onPushMessageCallbacks.length; i++) {\r\n const callback = onPushMessageCallbacks[i];\r\n callback(message);\r\n // 该消息已被阻止\r\n if (message.stopped) {\r\n break\r\n }\r\n }\r\n } else if (args.type === 'click') {\r\n onPushMessageCallbacks.forEach((callback) => {\r\n callback({\r\n type: 'click',\r\n data: normalizePushMessage(args.message)\r\n });\r\n });\r\n }\r\n}\r\n\r\nconst getPushCidCallbacks = [];\r\n\r\nfunction invokeGetPushCidCallbacks (cid, errMsg) {\r\n getPushCidCallbacks.forEach((callback) => {\r\n callback(cid, errMsg);\r\n });\r\n getPushCidCallbacks.length = 0;\r\n}\r\n\r\nfunction getPushClientId (args) {\r\n if (!isPlainObject(args)) {\r\n args = {};\r\n }\r\n const {\r\n success,\r\n fail,\r\n complete\r\n } = getApiCallbacks(args);\r\n const hasSuccess = isFn(success);\r\n const hasFail = isFn(fail);\r\n const hasComplete = isFn(complete);\r\n\r\n Promise.resolve().then(() => {\r\n if (typeof enabled === 'undefined') {\r\n enabled = false;\r\n cid = '';\r\n cidErrMsg = 'uniPush is not enabled';\r\n }\r\n getPushCidCallbacks.push((cid, errMsg) => {\r\n let res;\r\n if (cid) {\r\n res = {\r\n errMsg: 'getPushClientId:ok',\r\n cid\r\n };\r\n hasSuccess && success(res);\r\n } else {\r\n res = {\r\n errMsg: 'getPushClientId:fail' + (errMsg ? ' ' + errMsg : '')\r\n };\r\n hasFail && fail(res);\r\n }\r\n hasComplete && complete(res);\r\n });\r\n if (typeof cid !== 'undefined') {\r\n invokeGetPushCidCallbacks(cid, cidErrMsg);\r\n }\r\n });\r\n}\r\n\r\nconst onPushMessageCallbacks = [];\r\n// 不使用 defineOnApi 实现,是因为 defineOnApi 依赖 UniServiceJSBridge ,该对象目前在小程序上未提供,故简单实现\r\nconst onPushMessage = (fn) => {\r\n if (onPushMessageCallbacks.indexOf(fn) === -1) {\r\n onPushMessageCallbacks.push(fn);\r\n }\r\n};\r\n\r\nconst offPushMessage = (fn) => {\r\n if (!fn) {\r\n onPushMessageCallbacks.length = 0;\r\n } else {\r\n const index = onPushMessageCallbacks.indexOf(fn);\r\n if (index > -1) {\r\n onPushMessageCallbacks.splice(index, 1);\r\n }\r\n }\r\n};\r\n\r\nlet baseInfo = wx.getAppBaseInfo && wx.getAppBaseInfo();\r\nif (!baseInfo) {\r\n baseInfo = wx.getSystemInfoSync();\r\n}\r\nconst host = baseInfo ? baseInfo.host : null;\r\nconst shareVideoMessage =\r\n host && host.env === 'SAAASDK' ? wx.miniapp.shareVideoMessage : wx.shareVideoMessage;\r\n\r\nvar api = /*#__PURE__*/Object.freeze({\r\n __proto__: null,\r\n shareVideoMessage: shareVideoMessage,\r\n getPushClientId: getPushClientId,\r\n onPushMessage: onPushMessage,\r\n offPushMessage: offPushMessage,\r\n invokePushCallback: invokePushCallback\r\n});\r\n\r\nconst mocks = ['__route__', '__wxExparserNodeId__', '__wxWebviewId__'];\r\n\r\nfunction findVmByVueId (vm, vuePid) {\r\n const $children = vm.$children;\r\n // 优先查找直属(反向查找:https://github.com/dcloudio/uni-app/issues/1200)\r\n for (let i = $children.length - 1; i >= 0; i--) {\r\n const childVm = $children[i];\r\n if (childVm.$scope._$vueId === vuePid) {\r\n return childVm\r\n }\r\n }\r\n // 反向递归查找\r\n let parentVm;\r\n for (let i = $children.length - 1; i >= 0; i--) {\r\n parentVm = findVmByVueId($children[i], vuePid);\r\n if (parentVm) {\r\n return parentVm\r\n }\r\n }\r\n}\r\n\r\nfunction initBehavior (options) {\r\n return Behavior(options)\r\n}\r\n\r\nfunction isPage () {\r\n return !!this.route\r\n}\r\n\r\nfunction initRelation (detail) {\r\n this.triggerEvent('__l', detail);\r\n}\r\n\r\nfunction selectAllComponents (mpInstance, selector, $refs) {\r\n const components = mpInstance.selectAllComponents(selector) || [];\r\n components.forEach(component => {\r\n const ref = component.dataset.ref;\r\n $refs[ref] = component.$vm || toSkip(component);\r\n {\r\n if (component.dataset.vueGeneric === 'scoped') {\r\n component.selectAllComponents('.scoped-ref').forEach(scopedComponent => {\r\n selectAllComponents(scopedComponent, selector, $refs);\r\n });\r\n }\r\n }\r\n });\r\n}\r\n\r\nfunction syncRefs (refs, newRefs) {\r\n const oldKeys = new Set(...Object.keys(refs));\r\n const newKeys = Object.keys(newRefs);\r\n newKeys.forEach(key => {\r\n const oldValue = refs[key];\r\n const newValue = newRefs[key];\r\n if (Array.isArray(oldValue) && Array.isArray(newValue) && oldValue.length === newValue.length && newValue.every(value => oldValue.includes(value))) {\r\n return\r\n }\r\n refs[key] = newValue;\r\n oldKeys.delete(key);\r\n });\r\n oldKeys.forEach(key => {\r\n delete refs[key];\r\n });\r\n return refs\r\n}\r\n\r\nfunction initRefs (vm) {\r\n const mpInstance = vm.$scope;\r\n const refs = {};\r\n Object.defineProperty(vm, '$refs', {\r\n get () {\r\n const $refs = {};\r\n selectAllComponents(mpInstance, '.vue-ref', $refs);\r\n // TODO 暂不考虑 for 中的 scoped\r\n const forComponents = mpInstance.selectAllComponents('.vue-ref-in-for') || [];\r\n forComponents.forEach(component => {\r\n const ref = component.dataset.ref;\r\n if (!$refs[ref]) {\r\n $refs[ref] = [];\r\n }\r\n $refs[ref].push(component.$vm || toSkip(component));\r\n });\r\n return syncRefs(refs, $refs)\r\n }\r\n });\r\n}\r\n\r\nfunction handleLink (event) {\r\n const {\r\n vuePid,\r\n vueOptions\r\n } = event.detail || event.value; // detail 是微信,value 是百度(dipatch)\r\n\r\n let parentVm;\r\n\r\n if (vuePid) {\r\n parentVm = findVmByVueId(this.$vm, vuePid);\r\n }\r\n\r\n if (!parentVm) {\r\n parentVm = this.$vm;\r\n }\r\n\r\n vueOptions.parent = parentVm;\r\n}\r\n\r\nfunction markMPComponent (component) {\r\n // 在 Vue 中标记为小程序组件\r\n const IS_MP = '__v_isMPComponent';\r\n Object.defineProperty(component, IS_MP, {\r\n configurable: true,\r\n enumerable: false,\r\n value: true\r\n });\r\n return component\r\n}\r\n\r\nfunction toSkip (obj) {\r\n const OB = '__ob__';\r\n const SKIP = '__v_skip';\r\n if (isObject(obj) && Object.isExtensible(obj)) {\r\n // 避免被 @vue/composition-api 观测\r\n Object.defineProperty(obj, OB, {\r\n configurable: true,\r\n enumerable: false,\r\n value: {\r\n [SKIP]: true\r\n }\r\n });\r\n }\r\n return obj\r\n}\r\n\r\nconst WORKLET_RE = /_(.*)_worklet_factory_/;\r\nfunction initWorkletMethods (mpMethods, vueMethods) {\r\n if (vueMethods) {\r\n Object.keys(vueMethods).forEach((name) => {\r\n const matches = name.match(WORKLET_RE);\r\n if (matches) {\r\n const workletName = matches[1];\r\n mpMethods[name] = vueMethods[name];\r\n mpMethods[workletName] = vueMethods[workletName];\r\n }\r\n });\r\n }\r\n}\r\n\r\nconst MPPage = Page;\r\nconst MPComponent = Component;\r\n\r\nconst customizeRE = /:/g;\r\n\r\nconst customize = cached((str) => {\r\n return camelize(str.replace(customizeRE, '-'))\r\n});\r\n\r\nfunction initTriggerEvent (mpInstance) {\r\n const oldTriggerEvent = mpInstance.triggerEvent;\r\n const newTriggerEvent = function (event, ...args) {\r\n // 事件名统一转驼峰格式,仅处理:当前组件为 vue 组件、当前组件为 vue 组件子组件\r\n if (this.$vm || (this.dataset && this.dataset.comType)) {\r\n event = customize(event);\r\n } else {\r\n // 针对微信/QQ小程序单独补充驼峰格式事件,以兼容历史项目\r\n const newEvent = customize(event);\r\n if (newEvent !== event) {\r\n oldTriggerEvent.apply(this, [newEvent, ...args]);\r\n }\r\n }\r\n return oldTriggerEvent.apply(this, [event, ...args])\r\n };\r\n try {\r\n // 京东小程序 triggerEvent 为只读\r\n mpInstance.triggerEvent = newTriggerEvent;\r\n } catch (error) {\r\n mpInstance._triggerEvent = newTriggerEvent;\r\n }\r\n}\r\n\r\nfunction initHook (name, options, isComponent) {\r\n const oldHook = options[name];\r\n options[name] = function (...args) {\r\n markMPComponent(this);\r\n initTriggerEvent(this);\r\n if (oldHook) {\r\n return oldHook.apply(this, args)\r\n }\r\n };\r\n}\r\nif (!MPPage.__$wrappered) {\r\n MPPage.__$wrappered = true;\r\n Page = function (options = {}) {\r\n initHook('onLoad', options);\r\n return MPPage(options)\r\n };\r\n Page.after = MPPage.after;\r\n\r\n Component = function (options = {}) {\r\n initHook('created', options);\r\n return MPComponent(options)\r\n };\r\n}\r\n\r\nconst PAGE_EVENT_HOOKS = [\r\n 'onPullDownRefresh',\r\n 'onReachBottom',\r\n 'onAddToFavorites',\r\n 'onShareTimeline',\r\n 'onShareAppMessage',\r\n 'onPageScroll',\r\n 'onResize',\r\n 'onTabItemTap'\r\n];\r\n\r\nfunction initMocks (vm, mocks) {\r\n const mpInstance = vm.$mp[vm.mpType];\r\n mocks.forEach(mock => {\r\n if (hasOwn(mpInstance, mock)) {\r\n vm[mock] = mpInstance[mock];\r\n }\r\n });\r\n}\r\n\r\nfunction hasHook (hook, vueOptions) {\r\n if (!vueOptions) {\r\n return true\r\n }\r\n\r\n if (Vue.options && Array.isArray(Vue.options[hook])) {\r\n return true\r\n }\r\n\r\n vueOptions = vueOptions.default || vueOptions;\r\n\r\n if (isFn(vueOptions)) {\r\n if (isFn(vueOptions.extendOptions[hook])) {\r\n return true\r\n }\r\n if (vueOptions.super &&\r\n vueOptions.super.options &&\r\n Array.isArray(vueOptions.super.options[hook])) {\r\n return true\r\n }\r\n return false\r\n }\r\n\r\n if (isFn(vueOptions[hook]) || Array.isArray(vueOptions[hook])) {\r\n return true\r\n }\r\n const mixins = vueOptions.mixins;\r\n if (Array.isArray(mixins)) {\r\n return !!mixins.find(mixin => hasHook(hook, mixin))\r\n }\r\n}\r\n\r\nfunction initHooks (mpOptions, hooks, vueOptions) {\r\n hooks.forEach(hook => {\r\n if (hasHook(hook, vueOptions)) {\r\n mpOptions[hook] = function (args) {\r\n return this.$vm && this.$vm.__call_hook(hook, args)\r\n };\r\n }\r\n });\r\n}\r\n\r\nfunction initUnknownHooks (mpOptions, vueOptions, excludes = []) {\r\n findHooks(vueOptions).forEach((hook) => initHook$1(mpOptions, hook, excludes));\r\n}\r\n\r\nfunction findHooks (vueOptions, hooks = []) {\r\n if (vueOptions) {\r\n Object.keys(vueOptions).forEach((name) => {\r\n if (name.indexOf('on') === 0 && isFn(vueOptions[name])) {\r\n hooks.push(name);\r\n }\r\n });\r\n }\r\n return hooks\r\n}\r\n\r\nfunction initHook$1 (mpOptions, hook, excludes) {\r\n if (excludes.indexOf(hook) === -1 && !hasOwn(mpOptions, hook)) {\r\n mpOptions[hook] = function (args) {\r\n return this.$vm && this.$vm.__call_hook(hook, args)\r\n };\r\n }\r\n}\r\n\r\nfunction initVueComponent (Vue, vueOptions) {\r\n vueOptions = vueOptions.default || vueOptions;\r\n let VueComponent;\r\n if (isFn(vueOptions)) {\r\n VueComponent = vueOptions;\r\n } else {\r\n VueComponent = Vue.extend(vueOptions);\r\n }\r\n vueOptions = VueComponent.options;\r\n return [VueComponent, vueOptions]\r\n}\r\n\r\nfunction initSlots (vm, vueSlots) {\r\n if (Array.isArray(vueSlots) && vueSlots.length) {\r\n const $slots = Object.create(null);\r\n vueSlots.forEach(slotName => {\r\n $slots[slotName] = true;\r\n });\r\n vm.$scopedSlots = vm.$slots = $slots;\r\n }\r\n}\r\n\r\nfunction initVueIds (vueIds, mpInstance) {\r\n vueIds = (vueIds || '').split(',');\r\n const len = vueIds.length;\r\n\r\n if (len === 1) {\r\n mpInstance._$vueId = vueIds[0];\r\n } else if (len === 2) {\r\n mpInstance._$vueId = vueIds[0];\r\n mpInstance._$vuePid = vueIds[1];\r\n }\r\n}\r\n\r\nfunction initData (vueOptions, context) {\r\n let data = vueOptions.data || {};\r\n const methods = vueOptions.methods || {};\r\n\r\n if (typeof data === 'function') {\r\n try {\r\n data = data.call(context); // 支持 Vue.prototype 上挂的数据\r\n } catch (e) {\r\n if (process.env.VUE_APP_DEBUG) {\r\n console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);\r\n }\r\n }\r\n } else {\r\n try {\r\n // 对 data 格式化\r\n data = JSON.parse(JSON.stringify(data));\r\n } catch (e) { }\r\n }\r\n\r\n if (!isPlainObject(data)) {\r\n data = {};\r\n }\r\n\r\n Object.keys(methods).forEach(methodName => {\r\n if (context.__lifecycle_hooks__.indexOf(methodName) === -1 && !hasOwn(data, methodName)) {\r\n data[methodName] = methods[methodName];\r\n }\r\n });\r\n\r\n return data\r\n}\r\n\r\nconst PROP_TYPES = [String, Number, Boolean, Object, Array, null];\r\n\r\nfunction createObserver (name) {\r\n return function observer (newVal, oldVal) {\r\n if (this.$vm) {\r\n this.$vm[name] = newVal; // 为了触发其他非 render watcher\r\n }\r\n }\r\n}\r\n\r\nfunction initBehaviors (vueOptions, initBehavior) {\r\n const vueBehaviors = vueOptions.behaviors;\r\n const vueExtends = vueOptions.extends;\r\n const vueMixins = vueOptions.mixins;\r\n\r\n let vueProps = vueOptions.props;\r\n\r\n if (!vueProps) {\r\n vueOptions.props = vueProps = [];\r\n }\r\n\r\n const behaviors = [];\r\n if (Array.isArray(vueBehaviors)) {\r\n vueBehaviors.forEach(behavior => {\r\n behaviors.push(behavior.replace('uni://', `${\"wx\"}://`));\r\n if (behavior === 'uni://form-field') {\r\n if (Array.isArray(vueProps)) {\r\n vueProps.push('name');\r\n vueProps.push('value');\r\n } else {\r\n vueProps.name = {\r\n type: String,\r\n default: ''\r\n };\r\n vueProps.value = {\r\n type: [String, Number, Boolean, Array, Object, Date],\r\n default: ''\r\n };\r\n }\r\n }\r\n });\r\n }\r\n if (isPlainObject(vueExtends) && vueExtends.props) {\r\n behaviors.push(\r\n initBehavior({\r\n properties: initProperties(vueExtends.props, true)\r\n })\r\n );\r\n }\r\n if (Array.isArray(vueMixins)) {\r\n vueMixins.forEach(vueMixin => {\r\n if (isPlainObject(vueMixin) && vueMixin.props) {\r\n behaviors.push(\r\n initBehavior({\r\n properties: initProperties(vueMixin.props, true)\r\n })\r\n );\r\n }\r\n });\r\n }\r\n return behaviors\r\n}\r\n\r\nfunction parsePropType (key, type, defaultValue, file) {\r\n // [String]=>String\r\n if (Array.isArray(type) && type.length === 1) {\r\n return type[0]\r\n }\r\n return type\r\n}\r\n\r\nfunction initProperties (props, isBehavior = false, file = '', options) {\r\n const properties = {};\r\n if (!isBehavior) {\r\n properties.vueId = {\r\n type: String,\r\n value: ''\r\n };\r\n {\r\n if ( options.virtualHost) {\r\n properties.virtualHostStyle = {\r\n type: null,\r\n value: ''\r\n };\r\n properties.virtualHostClass = {\r\n type: null,\r\n value: ''\r\n };\r\n }\r\n }\r\n // scopedSlotsCompiler auto\r\n properties.scopedSlotsCompiler = {\r\n type: String,\r\n value: ''\r\n };\r\n properties.vueSlots = { // 小程序不能直接定义 $slots 的 props,所以通过 vueSlots 转换到 $slots\r\n type: null,\r\n value: [],\r\n observer: function (newVal, oldVal) {\r\n const $slots = Object.create(null);\r\n newVal.forEach(slotName => {\r\n $slots[slotName] = true;\r\n });\r\n this.setData({\r\n $slots\r\n });\r\n }\r\n };\r\n }\r\n if (Array.isArray(props)) { // ['title']\r\n props.forEach(key => {\r\n properties[key] = {\r\n type: null,\r\n observer: createObserver(key)\r\n };\r\n });\r\n } else if (isPlainObject(props)) { // {title:{type:String,default:''},content:String}\r\n Object.keys(props).forEach(key => {\r\n const opts = props[key];\r\n if (isPlainObject(opts)) { // title:{type:String,default:''}\r\n let value = opts.default;\r\n if (isFn(value)) {\r\n value = value();\r\n }\r\n\r\n opts.type = parsePropType(key, opts.type);\r\n\r\n properties[key] = {\r\n type: PROP_TYPES.indexOf(opts.type) !== -1 ? opts.type : null,\r\n value,\r\n observer: createObserver(key)\r\n };\r\n } else { // content:String\r\n const type = parsePropType(key, opts);\r\n properties[key] = {\r\n type: PROP_TYPES.indexOf(type) !== -1 ? type : null,\r\n observer: createObserver(key)\r\n };\r\n }\r\n });\r\n }\r\n return properties\r\n}\r\n\r\nfunction wrapper$1 (event) {\r\n // TODO 又得兼容 mpvue 的 mp 对象\r\n try {\r\n event.mp = JSON.parse(JSON.stringify(event));\r\n } catch (e) { }\r\n\r\n event.stopPropagation = noop;\r\n event.preventDefault = noop;\r\n\r\n event.target = event.target || {};\r\n\r\n if (!hasOwn(event, 'detail')) {\r\n event.detail = {};\r\n }\r\n\r\n if (hasOwn(event, 'markerId')) {\r\n event.detail = typeof event.detail === 'object' ? event.detail : {};\r\n event.detail.markerId = event.markerId;\r\n }\r\n\r\n if (isPlainObject(event.detail)) {\r\n event.target = Object.assign({}, event.target, event.detail);\r\n }\r\n\r\n return event\r\n}\r\n\r\nfunction getExtraValue (vm, dataPathsArray) {\r\n let context = vm;\r\n dataPathsArray.forEach(dataPathArray => {\r\n const dataPath = dataPathArray[0];\r\n const value = dataPathArray[2];\r\n if (dataPath || typeof value !== 'undefined') { // ['','',index,'disable']\r\n const propPath = dataPathArray[1];\r\n const valuePath = dataPathArray[3];\r\n\r\n let vFor;\r\n if (Number.isInteger(dataPath)) {\r\n vFor = dataPath;\r\n } else if (!dataPath) {\r\n vFor = context;\r\n } else if (typeof dataPath === 'string' && dataPath) {\r\n if (dataPath.indexOf('#s#') === 0) {\r\n vFor = dataPath.substr(3);\r\n } else {\r\n vFor = vm.__get_value(dataPath, context);\r\n }\r\n }\r\n\r\n if (Number.isInteger(vFor)) {\r\n context = value;\r\n } else if (!propPath) {\r\n context = vFor[value];\r\n } else {\r\n if (Array.isArray(vFor)) {\r\n context = vFor.find(vForItem => {\r\n return vm.__get_value(propPath, vForItem) === value\r\n });\r\n } else if (isPlainObject(vFor)) {\r\n context = Object.keys(vFor).find(vForKey => {\r\n return vm.__get_value(propPath, vFor[vForKey]) === value\r\n });\r\n } else {\r\n console.error('v-for 暂不支持循环数据:', vFor);\r\n }\r\n }\r\n\r\n if (valuePath) {\r\n context = vm.__get_value(valuePath, context);\r\n }\r\n }\r\n });\r\n return context\r\n}\r\n\r\nfunction processEventExtra (vm, extra, event, __args__) {\r\n const extraObj = {};\r\n\r\n if (Array.isArray(extra) && extra.length) {\r\n /**\r\n *[\r\n * ['data.items', 'data.id', item.data.id],\r\n * ['metas', 'id', meta.id]\r\n *],\r\n *[\r\n * ['data.items', 'data.id', item.data.id],\r\n * ['metas', 'id', meta.id]\r\n *],\r\n *'test'\r\n */\r\n extra.forEach((dataPath, index) => {\r\n if (typeof dataPath === 'string') {\r\n if (!dataPath) { // model,prop.sync\r\n extraObj['$' + index] = vm;\r\n } else {\r\n if (dataPath === '$event') { // $event\r\n extraObj['$' + index] = event;\r\n } else if (dataPath === 'arguments') {\r\n extraObj['$' + index] = event.detail ? event.detail.__args__ || __args__ : __args__;\r\n } else if (dataPath.indexOf('$event.') === 0) { // $event.target.value\r\n extraObj['$' + index] = vm.__get_value(dataPath.replace('$event.', ''), event);\r\n } else {\r\n extraObj['$' + index] = vm.__get_value(dataPath);\r\n }\r\n }\r\n } else {\r\n extraObj['$' + index] = getExtraValue(vm, dataPath);\r\n }\r\n });\r\n }\r\n\r\n return extraObj\r\n}\r\n\r\nfunction getObjByArray (arr) {\r\n const obj = {};\r\n for (let i = 1; i < arr.length; i++) {\r\n const element = arr[i];\r\n obj[element[0]] = element[1];\r\n }\r\n return obj\r\n}\r\n\r\nfunction processEventArgs (vm, event, args = [], extra = [], isCustom, methodName) {\r\n let isCustomMPEvent = false; // wxcomponent 组件,传递原始 event 对象\r\n\r\n // fixed 用户直接触发 mpInstance.triggerEvent\r\n const __args__ = isPlainObject(event.detail)\r\n ? event.detail.__args__ || [event.detail]\r\n : [event.detail];\r\n\r\n if (isCustom) { // 自定义事件\r\n isCustomMPEvent = event.currentTarget &&\r\n event.currentTarget.dataset &&\r\n event.currentTarget.dataset.comType === 'wx';\r\n if (!args.length) { // 无参数,直接传入 event 或 detail 数组\r\n if (isCustomMPEvent) {\r\n return [event]\r\n }\r\n return __args__\r\n }\r\n }\r\n\r\n const extraObj = processEventExtra(vm, extra, event, __args__);\r\n\r\n const ret = [];\r\n args.forEach(arg => {\r\n if (arg === '$event') {\r\n if (methodName === '__set_model' && !isCustom) { // input v-model value\r\n ret.push(event.target.value);\r\n } else {\r\n if (isCustom && !isCustomMPEvent) {\r\n ret.push(__args__[0]);\r\n } else { // wxcomponent 组件或内置组件\r\n ret.push(event);\r\n }\r\n }\r\n } else {\r\n if (Array.isArray(arg) && arg[0] === 'o') {\r\n ret.push(getObjByArray(arg));\r\n } else if (typeof arg === 'string' && hasOwn(extraObj, arg)) {\r\n ret.push(extraObj[arg]);\r\n } else {\r\n ret.push(arg);\r\n }\r\n }\r\n });\r\n\r\n return ret\r\n}\r\n\r\nconst ONCE = '~';\r\nconst CUSTOM = '^';\r\n\r\nfunction isMatchEventType (eventType, optType) {\r\n return (eventType === optType) ||\r\n (\r\n optType === 'regionchange' &&\r\n (\r\n eventType === 'begin' ||\r\n eventType === 'end'\r\n )\r\n )\r\n}\r\n\r\nfunction getContextVm (vm) {\r\n let $parent = vm.$parent;\r\n // 父组件是 scoped slots 或者其他自定义组件时继续查找\r\n while ($parent && $parent.$parent && ($parent.$options.generic || $parent.$parent.$options.generic || $parent.$scope._$vuePid)) {\r\n $parent = $parent.$parent;\r\n }\r\n return $parent && $parent.$parent\r\n}\r\n\r\nfunction handleEvent (event) {\r\n event = wrapper$1(event);\r\n\r\n // [['tap',[['handle',[1,2,a]],['handle1',[1,2,a]]]]]\r\n const dataset = (event.currentTarget || event.target).dataset;\r\n if (!dataset) {\r\n return console.warn('事件信息不存在')\r\n }\r\n const eventOpts = dataset.eventOpts || dataset['event-opts']; // 支付宝 web-view 组件 dataset 非驼峰\r\n if (!eventOpts) {\r\n return console.warn('事件信息不存在')\r\n }\r\n\r\n // [['handle',[1,2,a]],['handle1',[1,2,a]]]\r\n const eventType = event.type;\r\n\r\n const ret = [];\r\n\r\n eventOpts.forEach(eventOpt => {\r\n let type = eventOpt[0];\r\n const eventsArray = eventOpt[1];\r\n\r\n const isCustom = type.charAt(0) === CUSTOM;\r\n type = isCustom ? type.slice(1) : type;\r\n const isOnce = type.charAt(0) === ONCE;\r\n type = isOnce ? type.slice(1) : type;\r\n\r\n if (eventsArray && isMatchEventType(eventType, type)) {\r\n eventsArray.forEach(eventArray => {\r\n const methodName = eventArray[0];\r\n if (methodName) {\r\n let handlerCtx = this.$vm;\r\n if (handlerCtx.$options.generic) { // mp-weixin,mp-toutiao 抽象节点模拟 scoped slots\r\n handlerCtx = getContextVm(handlerCtx) || handlerCtx;\r\n }\r\n if (methodName === '$emit') {\r\n handlerCtx.$emit.apply(handlerCtx,\r\n processEventArgs(\r\n this.$vm,\r\n event,\r\n eventArray[1],\r\n eventArray[2],\r\n isCustom,\r\n methodName\r\n ));\r\n return\r\n }\r\n const handler = handlerCtx[methodName];\r\n if (!isFn(handler)) {\r\n const type = this.$vm.mpType === 'page' ? 'Page' : 'Component';\r\n const path = this.route || this.is;\r\n throw new Error(`${type} \"${path}\" does not have a method \"${methodName}\"`)\r\n }\r\n if (isOnce) {\r\n if (handler.once) {\r\n return\r\n }\r\n handler.once = true;\r\n }\r\n let params = processEventArgs(\r\n this.$vm,\r\n event,\r\n eventArray[1],\r\n eventArray[2],\r\n isCustom,\r\n methodName\r\n );\r\n params = Array.isArray(params) ? params : [];\r\n // 参数尾部增加原始事件对象用于复杂表达式内获取额外数据\r\n if (/=\\s*\\S+\\.eventParams\\s*\\|\\|\\s*\\S+\\[['\"]event-params['\"]\\]/.test(handler.toString())) {\r\n // eslint-disable-next-line no-sparse-arrays\r\n params = params.concat([, , , , , , , , , , event]);\r\n }\r\n ret.push(handler.apply(handlerCtx, params));\r\n }\r\n });\r\n }\r\n });\r\n\r\n if (\r\n eventType === 'input' &&\r\n ret.length === 1 &&\r\n typeof ret[0] !== 'undefined'\r\n ) {\r\n return ret[0]\r\n }\r\n}\r\n\r\nconst eventChannels = {};\r\n\r\nfunction getEventChannel (id) {\r\n const eventChannel = eventChannels[id];\r\n delete eventChannels[id];\r\n return eventChannel\r\n}\r\n\r\nconst hooks = [\r\n 'onShow',\r\n 'onHide',\r\n 'onError',\r\n 'onPageNotFound',\r\n 'onThemeChange',\r\n 'onUnhandledRejection'\r\n];\r\n\r\nfunction initEventChannel () {\r\n Vue.prototype.getOpenerEventChannel = function () {\r\n // 微信小程序使用自身getOpenerEventChannel\r\n {\r\n return this.$scope.getOpenerEventChannel()\r\n }\r\n };\r\n const callHook = Vue.prototype.__call_hook;\r\n Vue.prototype.__call_hook = function (hook, args) {\r\n if (hook === 'onLoad' && args && args.__id__) {\r\n this.__eventChannel__ = getEventChannel(args.__id__);\r\n delete args.__id__;\r\n }\r\n return callHook.call(this, hook, args)\r\n };\r\n}\r\n\r\nfunction initScopedSlotsParams () {\r\n const center = {};\r\n const parents = {};\r\n\r\n function currentId (fn) {\r\n const vueIds = this.$options.propsData.vueId;\r\n if (vueIds) {\r\n const vueId = vueIds.split(',')[0];\r\n fn(vueId);\r\n }\r\n }\r\n\r\n Vue.prototype.$hasSSP = function (vueId) {\r\n const slot = center[vueId];\r\n if (!slot) {\r\n parents[vueId] = this;\r\n this.$on('hook:destroyed', () => {\r\n delete parents[vueId];\r\n });\r\n }\r\n return slot\r\n };\r\n\r\n Vue.prototype.$getSSP = function (vueId, name, needAll) {\r\n const slot = center[vueId];\r\n if (slot) {\r\n const params = slot[name] || [];\r\n if (needAll) {\r\n return params\r\n }\r\n return params[0]\r\n }\r\n };\r\n\r\n Vue.prototype.$setSSP = function (name, value) {\r\n let index = 0;\r\n currentId.call(this, vueId => {\r\n const slot = center[vueId];\r\n const params = slot[name] = slot[name] || [];\r\n params.push(value);\r\n index = params.length - 1;\r\n });\r\n return index\r\n };\r\n\r\n Vue.prototype.$initSSP = function () {\r\n currentId.call(this, vueId => {\r\n center[vueId] = {};\r\n });\r\n };\r\n\r\n Vue.prototype.$callSSP = function () {\r\n currentId.call(this, vueId => {\r\n if (parents[vueId]) {\r\n parents[vueId].$forceUpdate();\r\n }\r\n });\r\n };\r\n\r\n Vue.mixin({\r\n destroyed () {\r\n const propsData = this.$options.propsData;\r\n const vueId = propsData && propsData.vueId;\r\n if (vueId) {\r\n delete center[vueId];\r\n delete parents[vueId];\r\n }\r\n }\r\n });\r\n}\r\n\r\nfunction parseBaseApp (vm, {\r\n mocks,\r\n initRefs\r\n}) {\r\n initEventChannel();\r\n {\r\n initScopedSlotsParams();\r\n }\r\n if (vm.$options.store) {\r\n Vue.prototype.$store = vm.$options.store;\r\n }\r\n uniIdMixin(Vue);\r\n\r\n Vue.prototype.mpHost = \"mp-weixin\";\r\n\r\n Vue.mixin({\r\n beforeCreate () {\r\n if (!this.$options.mpType) {\r\n return\r\n }\r\n\r\n this.mpType = this.$options.mpType;\r\n\r\n this.$mp = {\r\n data: {},\r\n [this.mpType]: this.$options.mpInstance\r\n };\r\n\r\n this.$scope = this.$options.mpInstance;\r\n\r\n delete this.$options.mpType;\r\n delete this.$options.mpInstance;\r\n if (\r\n ( this.mpType === 'page') &&\r\n typeof getApp === 'function'\r\n ) { // hack vue-i18n\r\n const app = getApp();\r\n if (app.$vm && app.$vm.$i18n) {\r\n this._i18n = app.$vm.$i18n;\r\n }\r\n }\r\n if (this.mpType !== 'app') {\r\n initRefs(this);\r\n initMocks(this, mocks);\r\n }\r\n }\r\n });\r\n\r\n const appOptions = {\r\n onLaunch (args) {\r\n if (this.$vm) { // 已经初始化过了,主要是为了百度,百度 onShow 在 onLaunch 之前\r\n return\r\n }\r\n {\r\n if (wx.canIUse && !wx.canIUse('nextTick')) { // 事实 上2.2.3 即可,简单使用 2.3.0 的 nextTick 判断\r\n console.error('当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上');\r\n }\r\n }\r\n\r\n this.$vm = vm;\r\n\r\n this.$vm.$mp = {\r\n app: this\r\n };\r\n\r\n this.$vm.$scope = this;\r\n // vm 上也挂载 globalData\r\n this.$vm.globalData = this.globalData;\r\n\r\n this.$vm._isMounted = true;\r\n this.$vm.__call_hook('mounted', args);\r\n\r\n this.$vm.__call_hook('onLaunch', args);\r\n }\r\n };\r\n\r\n // 兼容旧版本 globalData\r\n appOptions.globalData = vm.$options.globalData || {};\r\n // 将 methods 中的方法挂在 getApp() 中\r\n const methods = vm.$options.methods;\r\n if (methods) {\r\n Object.keys(methods).forEach(name => {\r\n appOptions[name] = methods[name];\r\n });\r\n }\r\n\r\n initAppLocale(Vue, vm, normalizeLocale(wx.getSystemInfoSync().language) || LOCALE_EN);\r\n\r\n initHooks(appOptions, hooks);\r\n initUnknownHooks(appOptions, vm.$options);\r\n\r\n return appOptions\r\n}\r\n\r\nfunction parseApp (vm) {\r\n return parseBaseApp(vm, {\r\n mocks,\r\n initRefs\r\n })\r\n}\r\n\r\nfunction createApp (vm) {\r\n App(parseApp(vm));\r\n return vm\r\n}\r\n\r\nconst encodeReserveRE = /[!'()*]/g;\r\nconst encodeReserveReplacer = c => '%' + c.charCodeAt(0).toString(16);\r\nconst commaRE = /%2C/g;\r\n\r\n// fixed encodeURIComponent which is more conformant to RFC3986:\r\n// - escapes [!'()*]\r\n// - preserve commas\r\nconst encode = str => encodeURIComponent(str)\r\n .replace(encodeReserveRE, encodeReserveReplacer)\r\n .replace(commaRE, ',');\r\n\r\nfunction stringifyQuery (obj, encodeStr = encode) {\r\n const res = obj ? Object.keys(obj).map(key => {\r\n const val = obj[key];\r\n\r\n if (val === undefined) {\r\n return ''\r\n }\r\n\r\n if (val === null) {\r\n return encodeStr(key)\r\n }\r\n\r\n if (Array.isArray(val)) {\r\n const result = [];\r\n val.forEach(val2 => {\r\n if (val2 === undefined) {\r\n return\r\n }\r\n if (val2 === null) {\r\n result.push(encodeStr(key));\r\n } else {\r\n result.push(encodeStr(key) + '=' + encodeStr(val2));\r\n }\r\n });\r\n return result.join('&')\r\n }\r\n\r\n return encodeStr(key) + '=' + encodeStr(val)\r\n }).filter(x => x.length > 0).join('&') : null;\r\n return res ? `?${res}` : ''\r\n}\r\n\r\nfunction parseBaseComponent (vueComponentOptions, {\r\n isPage,\r\n initRelation\r\n} = {}, needVueOptions) {\r\n const [VueComponent, vueOptions] = initVueComponent(Vue, vueComponentOptions);\r\n\r\n const options = {\r\n multipleSlots: true,\r\n // styleIsolation: 'apply-shared',\r\n addGlobalClass: true,\r\n ...(vueOptions.options || {})\r\n };\r\n\r\n {\r\n // 微信 multipleSlots 部分情况有 bug,导致内容顺序错乱 如 u-list,提供覆盖选项\r\n if (vueOptions['mp-weixin'] && vueOptions['mp-weixin'].options) {\r\n Object.assign(options, vueOptions['mp-weixin'].options);\r\n }\r\n }\r\n\r\n const componentOptions = {\r\n options,\r\n data: initData(vueOptions, Vue.prototype),\r\n behaviors: initBehaviors(vueOptions, initBehavior),\r\n properties: initProperties(vueOptions.props, false, vueOptions.__file, options),\r\n lifetimes: {\r\n attached () {\r\n const properties = this.properties;\r\n\r\n const options = {\r\n mpType: isPage.call(this) ? 'page' : 'component',\r\n mpInstance: this,\r\n propsData: properties\r\n };\r\n\r\n initVueIds(properties.vueId, this);\r\n\r\n // 处理父子关系\r\n initRelation.call(this, {\r\n vuePid: this._$vuePid,\r\n vueOptions: options\r\n });\r\n\r\n // 初始化 vue 实例\r\n this.$vm = new VueComponent(options);\r\n\r\n // 处理$slots,$scopedSlots(暂不支持动态变化$slots)\r\n initSlots(this.$vm, properties.vueSlots);\r\n\r\n // 触发首次 setData\r\n this.$vm.$mount();\r\n },\r\n ready () {\r\n // 当组件 props 默认值为 true,初始化时传入 false 会导致 created,ready 触发, 但 attached 不触发\r\n // https://developers.weixin.qq.com/community/develop/doc/00066ae2844cc0f8eb883e2a557800\r\n if (this.$vm) {\r\n this.$vm._isMounted = true;\r\n this.$vm.__call_hook('mounted');\r\n this.$vm.__call_hook('onReady');\r\n }\r\n },\r\n detached () {\r\n this.$vm && this.$vm.$destroy();\r\n }\r\n },\r\n pageLifetimes: {\r\n show (args) {\r\n this.$vm && this.$vm.__call_hook('onPageShow', args);\r\n },\r\n hide () {\r\n this.$vm && this.$vm.__call_hook('onPageHide');\r\n },\r\n resize (size) {\r\n this.$vm && this.$vm.__call_hook('onPageResize', size);\r\n }\r\n },\r\n methods: {\r\n __l: handleLink,\r\n __e: handleEvent\r\n }\r\n };\r\n // externalClasses\r\n if (vueOptions.externalClasses) {\r\n componentOptions.externalClasses = vueOptions.externalClasses;\r\n }\r\n\r\n if (Array.isArray(vueOptions.wxsCallMethods)) {\r\n vueOptions.wxsCallMethods.forEach(callMethod => {\r\n componentOptions.methods[callMethod] = function (args) {\r\n return this.$vm[callMethod](args)\r\n };\r\n });\r\n }\r\n\r\n if (needVueOptions) {\r\n return [componentOptions, vueOptions, VueComponent]\r\n }\r\n if (isPage) {\r\n return componentOptions\r\n }\r\n return [componentOptions, VueComponent]\r\n}\r\n\r\nfunction parseComponent (vueComponentOptions, needVueOptions) {\r\n return parseBaseComponent(vueComponentOptions, {\r\n isPage,\r\n initRelation\r\n }, needVueOptions)\r\n}\r\n\r\nconst hooks$1 = [\r\n 'onShow',\r\n 'onHide',\r\n 'onUnload'\r\n];\r\n\r\nhooks$1.push(...PAGE_EVENT_HOOKS);\r\n\r\nfunction parseBasePage (vuePageOptions) {\r\n const [pageOptions, vueOptions] = parseComponent(vuePageOptions, true);\r\n\r\n initHooks(pageOptions.methods, hooks$1, vueOptions);\r\n\r\n pageOptions.methods.onLoad = function (query) {\r\n this.options = query;\r\n const copyQuery = Object.assign({}, query);\r\n delete copyQuery.__id__;\r\n this.$page = {\r\n fullPath: '/' + (this.route || this.is) + stringifyQuery(copyQuery)\r\n };\r\n this.$vm.$mp.query = query; // 兼容 mpvue\r\n this.$vm.__call_hook('onLoad', query);\r\n };\r\n {\r\n initUnknownHooks(pageOptions.methods, vuePageOptions, ['onReady']);\r\n }\r\n {\r\n initWorkletMethods(pageOptions.methods, vueOptions.methods);\r\n }\r\n\r\n return pageOptions\r\n}\r\n\r\nfunction parsePage (vuePageOptions) {\r\n return parseBasePage(vuePageOptions)\r\n}\r\n\r\nfunction createPage (vuePageOptions) {\r\n {\r\n return Component(parsePage(vuePageOptions))\r\n }\r\n}\r\n\r\nfunction createComponent (vueOptions) {\r\n {\r\n return Component(parseComponent(vueOptions))\r\n }\r\n}\r\n\r\nfunction createSubpackageApp (vm) {\r\n const appOptions = parseApp(vm);\r\n const app = getApp({\r\n allowDefault: true\r\n });\r\n vm.$scope = app;\r\n const globalData = app.globalData;\r\n if (globalData) {\r\n Object.keys(appOptions.globalData).forEach(name => {\r\n if (!hasOwn(globalData, name)) {\r\n globalData[name] = appOptions.globalData[name];\r\n }\r\n });\r\n }\r\n Object.keys(appOptions).forEach(name => {\r\n if (!hasOwn(app, name)) {\r\n app[name] = appOptions[name];\r\n }\r\n });\r\n if (isFn(appOptions.onShow) && wx.onAppShow) {\r\n wx.onAppShow((...args) => {\r\n vm.__call_hook('onShow', args);\r\n });\r\n }\r\n if (isFn(appOptions.onHide) && wx.onAppHide) {\r\n wx.onAppHide((...args) => {\r\n vm.__call_hook('onHide', args);\r\n });\r\n }\r\n if (isFn(appOptions.onLaunch)) {\r\n const args = wx.getLaunchOptionsSync && wx.getLaunchOptionsSync();\r\n vm.__call_hook('onLaunch', args);\r\n }\r\n return vm\r\n}\r\n\r\nfunction createPlugin (vm) {\r\n const appOptions = parseApp(vm);\r\n if (isFn(appOptions.onShow) && wx.onAppShow) {\r\n wx.onAppShow((...args) => {\r\n vm.__call_hook('onShow', args);\r\n });\r\n }\r\n if (isFn(appOptions.onHide) && wx.onAppHide) {\r\n wx.onAppHide((...args) => {\r\n vm.__call_hook('onHide', args);\r\n });\r\n }\r\n if (isFn(appOptions.onLaunch)) {\r\n const args = wx.getLaunchOptionsSync && wx.getLaunchOptionsSync();\r\n vm.__call_hook('onLaunch', args);\r\n }\r\n return vm\r\n}\r\n\r\ntodos.forEach(todoApi => {\r\n protocols[todoApi] = false;\r\n});\r\n\r\ncanIUses.forEach(canIUseApi => {\r\n const apiName = protocols[canIUseApi] && protocols[canIUseApi].name ? protocols[canIUseApi].name\r\n : canIUseApi;\r\n if (!wx.canIUse(apiName)) {\r\n protocols[canIUseApi] = false;\r\n }\r\n});\r\n\r\nlet uni = {};\r\n\r\nif (typeof Proxy !== 'undefined' && \"mp-weixin\" !== 'app-plus') {\r\n uni = new Proxy({}, {\r\n get (target, name) {\r\n if (hasOwn(target, name)) {\r\n return target[name]\r\n }\r\n if (baseApi[name]) {\r\n return baseApi[name]\r\n }\r\n if (api[name]) {\r\n return promisify(name, api[name])\r\n }\r\n {\r\n if (extraApi[name]) {\r\n return promisify(name, extraApi[name])\r\n }\r\n if (todoApis[name]) {\r\n return promisify(name, todoApis[name])\r\n }\r\n }\r\n if (eventApi[name]) {\r\n return eventApi[name]\r\n }\r\n return promisify(name, wrapper(name, wx[name]))\r\n },\r\n set (target, name, value) {\r\n target[name] = value;\r\n return true\r\n }\r\n });\r\n} else {\r\n Object.keys(baseApi).forEach(name => {\r\n uni[name] = baseApi[name];\r\n });\r\n\r\n {\r\n Object.keys(todoApis).forEach(name => {\r\n uni[name] = promisify(name, todoApis[name]);\r\n });\r\n Object.keys(extraApi).forEach(name => {\r\n uni[name] = promisify(name, extraApi[name]);\r\n });\r\n }\r\n\r\n Object.keys(eventApi).forEach(name => {\r\n uni[name] = eventApi[name];\r\n });\r\n\r\n Object.keys(api).forEach(name => {\r\n uni[name] = promisify(name, api[name]);\r\n });\r\n\r\n Object.keys(wx).forEach(name => {\r\n if (hasOwn(wx, name) || hasOwn(protocols, name)) {\r\n uni[name] = promisify(name, wrapper(name, wx[name]));\r\n }\r\n });\r\n}\r\n\r\nwx.createApp = createApp;\r\nwx.createPage = createPage;\r\nwx.createComponent = createComponent;\r\nwx.createSubpackageApp = createSubpackageApp;\r\nwx.createPlugin = createPlugin;\r\n\r\nvar uni$1 = uni;\r\n\r\nexport default uni$1;\r\nexport { createApp, createComponent, createPage, createPlugin, createSubpackageApp };\r\n","function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n}\nmodule.exports = _iterableToArray, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\nmodule.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","const isObject = (val) => val !== null && typeof val === 'object';\nconst defaultDelimiters = ['{', '}'];\nclass BaseFormatter {\n constructor() {\n this._caches = Object.create(null);\n }\n interpolate(message, values, delimiters = defaultDelimiters) {\n if (!values) {\n return [message];\n }\n let tokens = this._caches[message];\n if (!tokens) {\n tokens = parse(message, delimiters);\n this._caches[message] = tokens;\n }\n return compile(tokens, values);\n }\n}\nconst RE_TOKEN_LIST_VALUE = /^(?:\\d)+/;\nconst RE_TOKEN_NAMED_VALUE = /^(?:\\w)+/;\nfunction parse(format, [startDelimiter, endDelimiter]) {\n const tokens = [];\n let position = 0;\n let text = '';\n while (position < format.length) {\n let char = format[position++];\n if (char === startDelimiter) {\n if (text) {\n tokens.push({ type: 'text', value: text });\n }\n text = '';\n let sub = '';\n char = format[position++];\n while (char !== undefined && char !== endDelimiter) {\n sub += char;\n char = format[position++];\n }\n const isClosed = char === endDelimiter;\n const type = RE_TOKEN_LIST_VALUE.test(sub)\n ? 'list'\n : isClosed && RE_TOKEN_NAMED_VALUE.test(sub)\n ? 'named'\n : 'unknown';\n tokens.push({ value: sub, type });\n }\n // else if (char === '%') {\n // // when found rails i18n syntax, skip text capture\n // if (format[position] !== '{') {\n // text += char\n // }\n // }\n else {\n text += char;\n }\n }\n text && tokens.push({ type: 'text', value: text });\n return tokens;\n}\nfunction compile(tokens, values) {\n const compiled = [];\n let index = 0;\n const mode = Array.isArray(values)\n ? 'list'\n : isObject(values)\n ? 'named'\n : 'unknown';\n if (mode === 'unknown') {\n return compiled;\n }\n while (index < tokens.length) {\n const token = tokens[index];\n switch (token.type) {\n case 'text':\n compiled.push(token.value);\n break;\n case 'list':\n compiled.push(values[parseInt(token.value, 10)]);\n break;\n case 'named':\n if (mode === 'named') {\n compiled.push(values[token.value]);\n }\n else {\n if (process.env.NODE_ENV !== 'production') {\n console.warn(`Type of token '${token.type}' and format of value '${mode}' don't match!`);\n }\n }\n break;\n case 'unknown':\n if (process.env.NODE_ENV !== 'production') {\n console.warn(`Detect 'unknown' type of token!`);\n }\n break;\n }\n index++;\n }\n return compiled;\n}\n\nconst LOCALE_ZH_HANS = 'zh-Hans';\nconst LOCALE_ZH_HANT = 'zh-Hant';\nconst LOCALE_EN = 'en';\nconst LOCALE_FR = 'fr';\nconst LOCALE_ES = 'es';\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\nconst hasOwn = (val, key) => hasOwnProperty.call(val, key);\nconst defaultFormatter = new BaseFormatter();\nfunction include(str, parts) {\n return !!parts.find((part) => str.indexOf(part) !== -1);\n}\nfunction startsWith(str, parts) {\n return parts.find((part) => str.indexOf(part) === 0);\n}\nfunction normalizeLocale(locale, messages) {\n if (!locale) {\n return;\n }\n locale = locale.trim().replace(/_/g, '-');\n if (messages && messages[locale]) {\n return locale;\n }\n locale = locale.toLowerCase();\n if (locale === 'chinese') {\n // 支付宝\n return LOCALE_ZH_HANS;\n }\n if (locale.indexOf('zh') === 0) {\n if (locale.indexOf('-hans') > -1) {\n return LOCALE_ZH_HANS;\n }\n if (locale.indexOf('-hant') > -1) {\n return LOCALE_ZH_HANT;\n }\n if (include(locale, ['-tw', '-hk', '-mo', '-cht'])) {\n return LOCALE_ZH_HANT;\n }\n return LOCALE_ZH_HANS;\n }\n let locales = [LOCALE_EN, LOCALE_FR, LOCALE_ES];\n if (messages && Object.keys(messages).length > 0) {\n locales = Object.keys(messages);\n }\n const lang = startsWith(locale, locales);\n if (lang) {\n return lang;\n }\n}\nclass I18n {\n constructor({ locale, fallbackLocale, messages, watcher, formater, }) {\n this.locale = LOCALE_EN;\n this.fallbackLocale = LOCALE_EN;\n this.message = {};\n this.messages = {};\n this.watchers = [];\n if (fallbackLocale) {\n this.fallbackLocale = fallbackLocale;\n }\n this.formater = formater || defaultFormatter;\n this.messages = messages || {};\n this.setLocale(locale || LOCALE_EN);\n if (watcher) {\n this.watchLocale(watcher);\n }\n }\n setLocale(locale) {\n const oldLocale = this.locale;\n this.locale = normalizeLocale(locale, this.messages) || this.fallbackLocale;\n if (!this.messages[this.locale]) {\n // 可能初始化时不存在\n this.messages[this.locale] = {};\n }\n this.message = this.messages[this.locale];\n // 仅发生变化时,通知\n if (oldLocale !== this.locale) {\n this.watchers.forEach((watcher) => {\n watcher(this.locale, oldLocale);\n });\n }\n }\n getLocale() {\n return this.locale;\n }\n watchLocale(fn) {\n const index = this.watchers.push(fn) - 1;\n return () => {\n this.watchers.splice(index, 1);\n };\n }\n add(locale, message, override = true) {\n const curMessages = this.messages[locale];\n if (curMessages) {\n if (override) {\n Object.assign(curMessages, message);\n }\n else {\n Object.keys(message).forEach((key) => {\n if (!hasOwn(curMessages, key)) {\n curMessages[key] = message[key];\n }\n });\n }\n }\n else {\n this.messages[locale] = message;\n }\n }\n f(message, values, delimiters) {\n return this.formater.interpolate(message, values, delimiters).join('');\n }\n t(key, locale, values) {\n let message = this.message;\n if (typeof locale === 'string') {\n locale = normalizeLocale(locale, this.messages);\n locale && (message = this.messages[locale]);\n }\n else {\n values = locale;\n }\n if (!hasOwn(message, key)) {\n console.warn(`Cannot translate the value of keypath ${key}. Use the value of keypath as default.`);\n return key;\n }\n return this.formater.interpolate(message[key], values).join('');\n }\n}\n\nfunction watchAppLocale(appVm, i18n) {\n // 需要保证 watch 的触发在组件渲染之前\n if (appVm.$watchLocale) {\n // vue2\n appVm.$watchLocale((newLocale) => {\n i18n.setLocale(newLocale);\n });\n }\n else {\n appVm.$watch(() => appVm.$locale, (newLocale) => {\n i18n.setLocale(newLocale);\n });\n }\n}\nfunction getDefaultLocale() {\n if (typeof uni !== 'undefined' && uni.getLocale) {\n return uni.getLocale();\n }\n // 小程序平台,uni 和 uni-i18n 互相引用,导致访问不到 uni,故在 global 上挂了 getLocale\n if (typeof global !== 'undefined' && global.getLocale) {\n return global.getLocale();\n }\n return LOCALE_EN;\n}\nfunction initVueI18n(locale, messages = {}, fallbackLocale, watcher) {\n // 兼容旧版本入参\n if (typeof locale !== 'string') {\n [locale, messages] = [\n messages,\n locale,\n ];\n }\n if (typeof locale !== 'string') {\n // 因为小程序平台,uni-i18n 和 uni 互相引用,导致此时访问 uni 时,为 undefined\n locale = getDefaultLocale();\n }\n if (typeof fallbackLocale !== 'string') {\n fallbackLocale =\n (typeof __uniConfig !== 'undefined' && __uniConfig.fallbackLocale) ||\n LOCALE_EN;\n }\n const i18n = new I18n({\n locale,\n fallbackLocale,\n messages,\n watcher,\n });\n let t = (key, values) => {\n if (typeof getApp !== 'function') {\n // app view\n /* eslint-disable no-func-assign */\n t = function (key, values) {\n return i18n.t(key, values);\n };\n }\n else {\n let isWatchedAppLocale = false;\n t = function (key, values) {\n const appVm = getApp().$vm;\n // 可能$vm还不存在,比如在支付宝小程序中,组件定义较早,在props的default里使用了t()函数(如uni-goods-nav),此时app还未初始化\n // options: {\n // \ttype: Array,\n // \tdefault () {\n // \t\treturn [{\n // \t\t\ticon: 'shop',\n // \t\t\ttext: t(\"uni-goods-nav.options.shop\"),\n // \t\t}, {\n // \t\t\ticon: 'cart',\n // \t\t\ttext: t(\"uni-goods-nav.options.cart\")\n // \t\t}]\n // \t}\n // },\n if (appVm) {\n // 触发响应式\n appVm.$locale;\n if (!isWatchedAppLocale) {\n isWatchedAppLocale = true;\n watchAppLocale(appVm, i18n);\n }\n }\n return i18n.t(key, values);\n };\n }\n return t(key, values);\n };\n return {\n i18n,\n f(message, values, delimiters) {\n return i18n.f(message, values, delimiters);\n },\n t(key, values) {\n return t(key, values);\n },\n add(locale, message, override = true) {\n return i18n.add(locale, message, override);\n },\n watch(fn) {\n return i18n.watchLocale(fn);\n },\n getLocale() {\n return i18n.getLocale();\n },\n setLocale(newLocale) {\n return i18n.setLocale(newLocale);\n },\n };\n}\n\nconst isString = (val) => typeof val === 'string';\nlet formater;\nfunction hasI18nJson(jsonObj, delimiters) {\n if (!formater) {\n formater = new BaseFormatter();\n }\n return walkJsonObj(jsonObj, (jsonObj, key) => {\n const value = jsonObj[key];\n if (isString(value)) {\n if (isI18nStr(value, delimiters)) {\n return true;\n }\n }\n else {\n return hasI18nJson(value, delimiters);\n }\n });\n}\nfunction parseI18nJson(jsonObj, values, delimiters) {\n if (!formater) {\n formater = new BaseFormatter();\n }\n walkJsonObj(jsonObj, (jsonObj, key) => {\n const value = jsonObj[key];\n if (isString(value)) {\n if (isI18nStr(value, delimiters)) {\n jsonObj[key] = compileStr(value, values, delimiters);\n }\n }\n else {\n parseI18nJson(value, values, delimiters);\n }\n });\n return jsonObj;\n}\nfunction compileI18nJsonStr(jsonStr, { locale, locales, delimiters, }) {\n if (!isI18nStr(jsonStr, delimiters)) {\n return jsonStr;\n }\n if (!formater) {\n formater = new BaseFormatter();\n }\n const localeValues = [];\n Object.keys(locales).forEach((name) => {\n if (name !== locale) {\n localeValues.push({\n locale: name,\n values: locales[name],\n });\n }\n });\n localeValues.unshift({ locale, values: locales[locale] });\n try {\n return JSON.stringify(compileJsonObj(JSON.parse(jsonStr), localeValues, delimiters), null, 2);\n }\n catch (e) { }\n return jsonStr;\n}\nfunction isI18nStr(value, delimiters) {\n return value.indexOf(delimiters[0]) > -1;\n}\nfunction compileStr(value, values, delimiters) {\n return formater.interpolate(value, values, delimiters).join('');\n}\nfunction compileValue(jsonObj, key, localeValues, delimiters) {\n const value = jsonObj[key];\n if (isString(value)) {\n // 存在国际化\n if (isI18nStr(value, delimiters)) {\n jsonObj[key] = compileStr(value, localeValues[0].values, delimiters);\n if (localeValues.length > 1) {\n // 格式化国际化语言\n const valueLocales = (jsonObj[key + 'Locales'] = {});\n localeValues.forEach((localValue) => {\n valueLocales[localValue.locale] = compileStr(value, localValue.values, delimiters);\n });\n }\n }\n }\n else {\n compileJsonObj(value, localeValues, delimiters);\n }\n}\nfunction compileJsonObj(jsonObj, localeValues, delimiters) {\n walkJsonObj(jsonObj, (jsonObj, key) => {\n compileValue(jsonObj, key, localeValues, delimiters);\n });\n return jsonObj;\n}\nfunction walkJsonObj(jsonObj, walk) {\n if (Array.isArray(jsonObj)) {\n for (let i = 0; i < jsonObj.length; i++) {\n if (walk(jsonObj, i)) {\n return true;\n }\n }\n }\n else if (isObject(jsonObj)) {\n for (const key in jsonObj) {\n if (walk(jsonObj, key)) {\n return true;\n }\n }\n }\n return false;\n}\n\nfunction resolveLocale(locales) {\n return (locale) => {\n if (!locale) {\n return locale;\n }\n locale = normalizeLocale(locale) || locale;\n return resolveLocaleChain(locale).find((locale) => locales.indexOf(locale) > -1);\n };\n}\nfunction resolveLocaleChain(locale) {\n const chain = [];\n const tokens = locale.split('-');\n while (tokens.length) {\n chain.push(tokens.join('-'));\n tokens.pop();\n }\n return chain;\n}\n\nexport { BaseFormatter as Formatter, I18n, LOCALE_EN, LOCALE_ES, LOCALE_FR, LOCALE_ZH_HANS, LOCALE_ZH_HANT, compileI18nJsonStr, hasI18nJson, initVueI18n, isI18nStr, isString, normalizeLocale, parseI18nJson, resolveLocale };\n","function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}\nmodule.exports = _classCallCheck, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);\n }\n}\nfunction _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}\nmodule.exports = _createClass, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","/*!\n * Vue.js v2.6.11\n * (c) 2014-2023 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n if (vm.$options && vm.$options.__file) { // fixed by xxxxxx\n return ('') + vm.$options.__file\n }\n return ''\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm && vm.$options.name !== 'PageBody') {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n !vm.$options.isReserved && tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.SharedObject.target) {\n Dep.SharedObject.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\n// fixed by xxxxxx (nvue shared vuex)\n/* eslint-disable no-undef */\nDep.SharedObject = {};\nDep.SharedObject.target = null;\nDep.SharedObject.targetStack = [];\n\nfunction pushTarget (target) {\n Dep.SharedObject.targetStack.push(target);\n Dep.SharedObject.target = target;\n Dep.target = target;\n}\n\nfunction popTarget () {\n Dep.SharedObject.targetStack.pop();\n Dep.SharedObject.target = Dep.SharedObject.targetStack[Dep.SharedObject.targetStack.length - 1];\n Dep.target = Dep.SharedObject.target;\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n {// fixed by xxxxxx 微信小程序使用 plugins 之后,数组方法被直接挂载到了数组对象上,需要执行 copyAugment 逻辑\n if(value.push !== value.__proto__.push){\n copyAugment(value, arrayMethods, arrayKeys);\n } else {\n protoAugment(value, arrayMethods);\n }\n }\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue &&\n !value.__v_isMPComponent\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.SharedObject.target) { // fixed by xxxxxx\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\n/* */\n\n// fixed by xxxxxx (mp properties)\r\nfunction extractPropertiesFromVNodeData(data, Ctor, res, context) {\r\n var propOptions = Ctor.options.mpOptions && Ctor.options.mpOptions.properties;\r\n if (isUndef(propOptions)) {\r\n return res\r\n }\n var externalClasses = Ctor.options.mpOptions.externalClasses || [];\r\n var attrs = data.attrs;\n var props = data.props;\r\n if (isDef(attrs) || isDef(props)) {\r\n for (var key in propOptions) {\r\n var altKey = hyphenate(key);\n var result = checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n // externalClass\n if (\n result &&\n res[key] &&\n externalClasses.indexOf(altKey) !== -1 &&\n context[camelize(res[key])]\n ) {\n // 赋值 externalClass 真正的值(模板里 externalClass 的值可能是字符串)\n res[key] = context[camelize(res[key])];\n }\r\n }\r\n }\r\n return res\r\n}\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag,\n context// fixed by xxxxxx\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n // fixed by xxxxxx\n return extractPropertiesFromVNodeData(data, Ctor, {}, context)\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n // fixed by xxxxxx\n return extractPropertiesFromVNodeData(data, Ctor, res, context)\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g.