diff --git a/.env.development b/.env.development
index b6fc12c..ba1835b 100644
--- a/.env.development
+++ b/.env.development
@@ -1,3 +1,4 @@
# 开发环境
# 请求接口地址
VITE_REQUEST_BASE_URL = https://36.112.48.190
+#VITE_REQUEST_BASE_URL = http://10.75.166.6:8080
diff --git a/.env.production b/.env.production
index f2ecc62..09673a0 100644
--- a/.env.production
+++ b/.env.production
@@ -1,3 +1,4 @@
# 生产环境
# 请求接口地址
-VITE_REQUEST_BASE_URL = https://36.112.48.190
\ No newline at end of file
+VITE_REQUEST_BASE_URL = https://36.112.48.190
+#VITE_REQUEST_BASE_URL = http://10.75.166.6:8080
diff --git a/App.vue b/App.vue
index 5ddd792..8771dea 100644
--- a/App.vue
+++ b/App.vue
@@ -34,6 +34,7 @@
cxcJurisdictionApi({
id: "1827997127165677570"
}).then((res) => {
+ console.log(res)
// 1为灰化
if (res.success) {
const store = useStore()
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
new file mode 100644
index 0000000..ebf6326
--- /dev/null
+++ b/node_modules/.package-lock.json
@@ -0,0 +1,23 @@
+{
+ "name": "cxc-szcx-uniapp",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "node_modules/@dcloudio/uni-ui": {
+ "version": "1.5.6",
+ "resolved": "https://registry.npmjs.org/@dcloudio/uni-ui/-/uni-ui-1.5.6.tgz",
+ "integrity": "sha512-jmb98PasFvZkrIDXGh94GbdWg2/jyhgs1HUG+bU8eyL7Ltias/5XBz4q8w9RXyWUfqepJRqapPA2IIQpLCuTIg==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/base-64": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/base-64/-/base-64-1.0.0.tgz",
+ "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="
+ },
+ "node_modules/dayjs": {
+ "version": "1.11.13",
+ "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
+ }
+ }
+}
diff --git a/node_modules/.package_versions.json b/node_modules/.package_versions.json
index b96c8cc..78f095c 100644
--- a/node_modules/.package_versions.json
+++ b/node_modules/.package_versions.json
@@ -1,11 +1,5 @@
{
- "base-64": [
- "1.0.0"
- ],
"@dcloudio/uni-ui": [
- "1.5.6"
- ],
- "dayjs": [
- "1.11.13"
+ "1.5.7"
]
}
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/LICENSE b/node_modules/@dcloudio/uni-ui/LICENSE
new file mode 100644
index 0000000..7a4a3ea
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/LICENSE
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/README.md b/node_modules/@dcloudio/uni-ui/README.md
new file mode 100644
index 0000000..6928c7b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/README.md
@@ -0,0 +1,245 @@
+### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-transition)
+#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839
+
+## uni-ui产品特点
+
+### 1. 高性能
+
+目前为止,在小程序和混合app领域,暂时还没有比 `uni-ui` 更高性能的框架。
+- 自动差量更新数据
+
+虽然uni-app支持小程序自定义组件,所有小程序的ui库都可以用。但小程序自定义组件的ui库都需要使用setData手动更新数据,在大数据量时、或高频更新数据时,很容易产生性能问题。
+
+而 `uni-ui` 属于vue组件,uni-app引擎底层自动diff更新数据。当然其实插件市场里众多vue组件都具备这个特点。
+- 优化逻辑层和视图层通讯折损
+
+非H5,不管是小程序还是App,不管是app的webview渲染还是原生渲染,全都是逻辑层和视图层分离的。这里就有一个逻辑层和视图层通讯的折损问题。
+比如在视图层拖动一个可跟手的组件,由于通讯的损耗,用js监听很难做到实时跟手。
+
+这时就需要使用css动画以及平台底层提供的wxs、bindingx等技术。不过这些技术都比较复杂,所以 `uni-ui` 里做了封装,在需要跟手式操作的ui组件,比如swiperaction列表项左滑菜单,就在底层使用了这些技术,实现了高性能的交互体验
+- 背景停止
+
+很多ui组件是会一直动的,比如轮播图、跑马灯。即便这个窗体被新窗体挡住,它在背景层仍然在消耗着硬件资源。在Android的webview版本为chrome66以上,背景操作ui会引发很严重的性能问题,造成前台界面明显卡顿。
+
+而 `uni-ui` 的组件,会自动判断自己的显示状态,在组件不再可见时,不会再消耗硬件资源。
+
+### 2. 全端
+
+ `uni-ui` 的组件都是多端自适应的,底层会抹平很多小程序平台的差异或bug。
+
+比如导航栏navbar组件,会自动处理不同端的状态栏。
+比如swiperaction组件,在app和微信小程序上会使用交互体验更好的wxs技术,但在不支持wxs的其他小程序端会使用js模拟类似效果。
+
+ `uni-ui` 还支持nvue原生渲染,[详见](https://github.com/dcloudio/uni-ui/tree/nvue-uni-ui)
+
+未来 `uni-ui` 还会支持pc等大屏设备。
+
+### 3. 与uni统计自动集成实现免打点
+
+uni统计是优秀的多端统计平台,见[tongji.dcloud.net.cn](https://tongji.dcloud.net.cn)。
+
+除了一张报表看全端,它的另一个重要特点是免打点。
+比如使用 `uni-ui` 的navbar标题栏、收藏、购物车等组件,均可实现自动打点,统计页面标题等各种行为数据。
+当然你也可以关闭uni统计,这不是强制的。
+
+### 4. 主题扩展
+
+ `uni-ui` 支持[uni.scss](https://uniapp.dcloud.io/collocation/uni-scss),可以方便的切换App的风格。
+
+ui是一种需求非常发散的产品,DCloud官方也无意用 `uni-ui` 压制第三方ui插件的空间,但官方有义务在性能和多端方面提供一个开源的标杆给大家。
+
+我们欢迎更多优秀的ui组件出现,也欢迎更多人贡献 `uni-ui` 的主题风格,满足更多用户的需求。
+
+
+# 快速开始
+
+## 方式一:使用 uni_modules 安装(推荐)
+
+使用 `uni_modules` 方式安装组件库,可以直接通过插件市场导入,通过右键菜单快速更新组件,不需要引用、注册,直接在页面中使用 `uni-ui` 组件。[点击安装 uni-ui 组件库](https://ext.dcloud.net.cn/plugin?id=55)
+
+**注意:下载最新的组件目前仅支持 uni_modules ,非 uni_modules 版本最高支持到组件的1.2.10版本**
+
+如不能升级到 `uni_modules` 版本,可以使用 `uni_modules` 安装好对应组件,将组件拷贝到对应目录。
+
+例如需更新 `uni-list`和`uni-badge` ,将 `uni_modules>uni-list>components`和`uni_modules>uni-badege>components`下所有目录拷贝到如下目录即可:
+
+**目录示例**
+```json {2,3,4,5,6,7}
+┌─components 组件目录
+│ ├─uni-list list 列表目录
+│ │ └─uni-list.vue list 组件文件
+│ ├─uni-list-item list-item 列表目录
+│ │ └─uni-list-item.vue list 组件文件
+│ ├─uni-badge badge 角标目录
+│ │ └─uni-badge.vue badge 组件文件
+│ └─ //.... 更多组件文件
+├─pages 业务页面文件存放的目录
+│ ├─index
+│ │ └─index.vue index示例页面
+├─main.js Vue初始化入口文件
+├─App.vue 应用配置,用来配置App全局样式以及监听 应用生命周期
+├─manifest.json 配置应用名称、appid、logo、版本等打包信息,详见
+└─pages.json 配置页
+
+```
+
+
+## 方式二:使用 npm 安装
+
+在 `vue-cli` 项目中可以使用 `npm` 安装 `uni-ui` 库 ,或者直接在 `HBuilderX` 项目中使用 `npm` 。(不推荐后一种方式)
+
+> **注意**
+> cli 项目默认是不编译 `node_modules` 下的组件的,导致条件编译等功能失效 ,导致组件异常
+> 需要在根目录创建 `vue.config.js` 文件 ,增加 `@dcloudio/uni-ui` 包的编译即可正常
+> ```javascript
+> // vue.config.js
+> module.exports = {
+> transpileDependencies:['@dcloudio/uni-ui']
+> }
+> ```
+
+
+
+**准备 sass**
+
+`vue-cli` 项目请先安装 sass 及 sass-loader,如在 HBuliderX 中使用,可跳过此步。
+
+- 安装 sass
+```
+ npm i sass -D 或 yarn add sass -D
+```
+
+- 安装 sass-loader
+```
+npm i sass-loader@10.1.1 -D 或 yarn add sass-loader@10.1.1 -D
+```
+
+> sass-loader 请使用低于 @11.0.0 的版本,[sass-loader@11.0.0 不支持 vue@2.6.12 ](https://stackoverflow.com/questions/66082397/typeerror-this-getoptions-is-not-a-function)
+
+
+**安装 uni-ui**
+
+```
+npm i @dcloudio/uni-ui 或 yarn add @dcloudio/uni-ui
+```
+
+
+
+在 ``script`` 中引用组件:
+
+```javascript
+import {uniBadge} from '@dcloudio/uni-ui'
+//import uniBadge from '@dcloudio/uni-ui/lib/uni-badge/uni-badge.vue' //也可使用此方式引入组件
+export default {
+ components: {uniBadge}
+}
+```
+
+
+在 ``template`` 中使用组件:
+
+```html
+
+
+
+```
+> **注意**
+> - `CLI` 引用方式, `H5` 端不支持在 `main.js` 中全局注册组件,如有需求请使用([easyCom](https://uniapp.dcloud.io/collocation/pages?id=easycom)) 的方式引用组件
+> - 使用 npm 安装的组件,默认情况下 babel-loader 会忽略所有 node_modules 中的文件 ,导致条件编译失效,需要通过配置 `vue.config.js` 解决:
+> ```javascript
+> // 在根目录创建 vue.config.js 文件,并配置如下
+> module.exports = {
+> transpileDependencies: ['@dcloudio/uni-ui']
+> }
+> ```
+
+
+## 使用 npm + easycom
+
+使用 `npm` 安装好 `uni-ui` 之后,需要配置 `easycom` 规则,让 `npm` 安装的组件支持 `easycom`
+
+打开项目根目录下的 `pages.json` 并添加 `easycom` 节点:
+
+```javascript {8}
+// pages.json
+
+{
+ "easycom": {
+ "autoscan": true,
+ "custom": {
+ // uni-ui 规则如下配置
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
+ }
+ },
+
+ // 其他内容
+ pages:[
+ // ...
+ ]
+}
+
+```
+
+### uni-ui 已支持的组件列表
+|组件名|组件说明|
+|---|---|
+|uni-badge|[数字角标](https://ext.dcloud.net.cn/plugin?name=uni-badge)|
+|uni-breadcrumb|[面包屑](https://ext.dcloud.net.cn/plugin?name=uni-breadcrumb)|
+|uni-calendar|[日历](https://ext.dcloud.net.cn/plugin?name=uni-calendar)|
+|uni-card|[卡片](https://ext.dcloud.net.cn/plugin?name=uni-card)|
+|uni-collapse|[折叠面板](https://ext.dcloud.net.cn/plugin?name=uni-collapse)|
+|uni-combox|[组合框](https://ext.dcloud.net.cn/plugin?name=uni-combox)|
+|uni-countdown|[倒计时](https://ext.dcloud.net.cn/plugin?name=uni-countdown)|
+|uni-data-checkbox|[数据选择器](https://ext.dcloud.net.cn/plugin?name=uni-data-checkbox)|
+|uni-data-picker|[数据驱动的picker选择器](https://ext.dcloud.net.cn/plugin?name=uni-data-picker)|
+|uni-data-select|[下拉框选择器](https://ext.dcloud.net.cn/plugin?name=uni-data-select)|
+|uni-dateformat|[日期格式化](https://ext.dcloud.net.cn/plugin?name=uni-dateformat)|
+|uni-datetime-picker|[日期选择器](https://ext.dcloud.net.cn/plugin?name=uni-datetime-picker)|
+|uni-drawer|[抽屉](https://ext.dcloud.net.cn/plugin?name=uni-drawer)|
+|uni-easyinput|[增强输入框](https://ext.dcloud.net.cn/plugin?name=uni-easyinput)|
+|uni-fab|[悬浮按钮](https://ext.dcloud.net.cn/plugin?name=uni-fab)|
+|uni-fav|[收藏按钮](https://ext.dcloud.net.cn/plugin?name=uni-fav)|
+|uni-file-picker|[文件选择上传](https://ext.dcloud.net.cn/plugin?name=uni-file-picker)|
+|uni-forms|[表单](https://ext.dcloud.net.cn/plugin?name=uni-forms)|
+|uni-goods-nav|[商品导航](https://ext.dcloud.net.cn/plugin?name=uni-goods-nav)|
+|uni-grid|[宫格](https://ext.dcloud.net.cn/plugin?name=uni-grid)|
+|uni-group|[分组](https://ext.dcloud.net.cn/plugin?name=uni-group)|
+|uni-icons|[图标](https://ext.dcloud.net.cn/plugin?name=uni-icons)|
+|uni-indexed-list|[索引列表](https://ext.dcloud.net.cn/plugin?name=uni-indexed-list)|
+|uni-link|[超链接](https://ext.dcloud.net.cn/plugin?name=uni-link)|
+|uni-list|[列表](https://ext.dcloud.net.cn/plugin?name=uni-list)|
+|uni-load-more|[加载更多](https://ext.dcloud.net.cn/plugin?name=uni-load-more)|
+|uni-nav-bar|[自定义导航栏](https://ext.dcloud.net.cn/plugin?name=uni-nav-bar)|
+|uni-notice-bar|[通告栏](https://ext.dcloud.net.cn/plugin?name=uni-notice-bar)|
+|uni-number-box|[数字输入框](https://ext.dcloud.net.cn/plugin?name=uni-number-box)|
+|uni-pagination|[分页器](https://ext.dcloud.net.cn/plugin?name=uni-pagination)|
+|uni-popup|[弹出层](https://ext.dcloud.net.cn/plugin?name=uni-popup)|
+|uni-rate|[评分](https://ext.dcloud.net.cn/plugin?name=uni-rate)|
+|uni-row|[布局-行](https://ext.dcloud.net.cn/plugin?name=uni-row)|
+|uni-scss|[辅助样式](https://ext.dcloud.net.cn/plugin?name=uni-scss)|
+|uni-search-bar|[搜索栏](https://ext.dcloud.net.cn/plugin?name=uni-search-bar)|
+|uni-section|[标题栏](https://ext.dcloud.net.cn/plugin?name=uni-section)|
+|uni-segmented-control|[分段器](https://ext.dcloud.net.cn/plugin?name=uni-segmented-control)|
+|uni-steps|[步骤条](https://ext.dcloud.net.cn/plugin?name=uni-steps)|
+|uni-swipe-action|[滑动操作](https://ext.dcloud.net.cn/plugin?name=uni-swipe-action)|
+|uni-swiper-dot|[轮播图指示点](https://ext.dcloud.net.cn/plugin?name=uni-swiper-dot)|
+|uni-table|[表格](https://ext.dcloud.net.cn/plugin?name=uni-table)|
+|uni-tag|[标签](https://ext.dcloud.net.cn/plugin?name=uni-tag)|
+|uni-title|[章节标题](https://ext.dcloud.net.cn/plugin?name=uni-title)|
+|uni-tooltip|[提示文字](https://ext.dcloud.net.cn/plugin?name=uni-tooltip)|
+|uni-transition|[过渡动画](https://ext.dcloud.net.cn/plugin?name=uni-transition)|
+
+
+### 其他
+
+- uni-ui 是全端兼容的基于flex布局的、无dom的ui库
+- uni-ui 是uni-app内置组件的扩展。注意与web开发不同,uni-ui不包括基础组件,它是基础组件的补充。web开发中有的开发者习惯用一个ui库完成所有开发,但在uni-app体系中,推荐开发者首先使用性能更高的基础组件,然后按需引入必要的扩展组件。
+
+
+> **注意**
+> - `uni-ui` 不支持使用 `Vue.use()` 的方式安装
+
+
+
+### 贡献代码
+在使用 `uni-ui` 中,如遇到无法解决的问题,请提 [Issues](https://github.com/dcloudio/uni-ui/issues) 给我们,假如您有更好的点子或更好的实现方式,也欢迎给我们提交 [PR](https://github.com/dcloudio/uni-ui/pulls)
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-badge/uni-badge.vue b/node_modules/@dcloudio/uni-ui/lib/uni-badge/uni-badge.vue
new file mode 100644
index 0000000..956354b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-badge/uni-badge.vue
@@ -0,0 +1,268 @@
+
+
+
+ {{displayValue}}
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue
new file mode 100644
index 0000000..420aaf5
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+ {{ separator }}
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue b/node_modules/@dcloudio/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue
new file mode 100644
index 0000000..81fb63e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/calendar.js b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/calendar.js
new file mode 100644
index 0000000..b8d7d6f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/calendar.js
@@ -0,0 +1,546 @@
+/**
+* @1900-2100区间内的公历、农历互转
+* @charset UTF-8
+* @github https://github.com/jjonline/calendar.js
+* @Author Jea杨(JJonline@JJonline.Cn)
+* @Time 2014-7-21
+* @Time 2016-8-13 Fixed 2033hex、Attribution Annals
+* @Time 2016-9-25 Fixed lunar LeapMonth Param Bug
+* @Time 2017-7-24 Fixed use getTerm Func Param Error.use solar year,NOT lunar year
+* @Version 1.0.3
+* @公历转农历:calendar.solar2lunar(1987,11,01); //[you can ignore params of prefix 0]
+* @农历转公历:calendar.lunar2solar(1987,09,10); //[you can ignore params of prefix 0]
+*/
+/* eslint-disable */
+var calendar = {
+
+ /**
+ * 农历1900-2100的润大小信息表
+ * @Array Of Property
+ * @return Hex
+ */
+ lunarInfo: [0x04bd8, 0x04ae0, 0x0a570, 0x054d5, 0x0d260, 0x0d950, 0x16554, 0x056a0, 0x09ad0, 0x055d2, // 1900-1909
+ 0x04ae0, 0x0a5b6, 0x0a4d0, 0x0d250, 0x1d255, 0x0b540, 0x0d6a0, 0x0ada2, 0x095b0, 0x14977, // 1910-1919
+ 0x04970, 0x0a4b0, 0x0b4b5, 0x06a50, 0x06d40, 0x1ab54, 0x02b60, 0x09570, 0x052f2, 0x04970, // 1920-1929
+ 0x06566, 0x0d4a0, 0x0ea50, 0x06e95, 0x05ad0, 0x02b60, 0x186e3, 0x092e0, 0x1c8d7, 0x0c950, // 1930-1939
+ 0x0d4a0, 0x1d8a6, 0x0b550, 0x056a0, 0x1a5b4, 0x025d0, 0x092d0, 0x0d2b2, 0x0a950, 0x0b557, // 1940-1949
+ 0x06ca0, 0x0b550, 0x15355, 0x04da0, 0x0a5b0, 0x14573, 0x052b0, 0x0a9a8, 0x0e950, 0x06aa0, // 1950-1959
+ 0x0aea6, 0x0ab50, 0x04b60, 0x0aae4, 0x0a570, 0x05260, 0x0f263, 0x0d950, 0x05b57, 0x056a0, // 1960-1969
+ 0x096d0, 0x04dd5, 0x04ad0, 0x0a4d0, 0x0d4d4, 0x0d250, 0x0d558, 0x0b540, 0x0b6a0, 0x195a6, // 1970-1979
+ 0x095b0, 0x049b0, 0x0a974, 0x0a4b0, 0x0b27a, 0x06a50, 0x06d40, 0x0af46, 0x0ab60, 0x09570, // 1980-1989
+ 0x04af5, 0x04970, 0x064b0, 0x074a3, 0x0ea50, 0x06b58, 0x05ac0, 0x0ab60, 0x096d5, 0x092e0, // 1990-1999
+ 0x0c960, 0x0d954, 0x0d4a0, 0x0da50, 0x07552, 0x056a0, 0x0abb7, 0x025d0, 0x092d0, 0x0cab5, // 2000-2009
+ 0x0a950, 0x0b4a0, 0x0baa4, 0x0ad50, 0x055d9, 0x04ba0, 0x0a5b0, 0x15176, 0x052b0, 0x0a930, // 2010-2019
+ 0x07954, 0x06aa0, 0x0ad50, 0x05b52, 0x04b60, 0x0a6e6, 0x0a4e0, 0x0d260, 0x0ea65, 0x0d530, // 2020-2029
+ 0x05aa0, 0x076a3, 0x096d0, 0x04afb, 0x04ad0, 0x0a4d0, 0x1d0b6, 0x0d250, 0x0d520, 0x0dd45, // 2030-2039
+ 0x0b5a0, 0x056d0, 0x055b2, 0x049b0, 0x0a577, 0x0a4b0, 0x0aa50, 0x1b255, 0x06d20, 0x0ada0, // 2040-2049
+ /** Add By JJonline@JJonline.Cn**/
+ 0x14b63, 0x09370, 0x049f8, 0x04970, 0x064b0, 0x168a6, 0x0ea50, 0x06b20, 0x1a6c4, 0x0aae0, // 2050-2059
+ 0x0a2e0, 0x0d2e3, 0x0c960, 0x0d557, 0x0d4a0, 0x0da50, 0x05d55, 0x056a0, 0x0a6d0, 0x055d4, // 2060-2069
+ 0x052d0, 0x0a9b8, 0x0a950, 0x0b4a0, 0x0b6a6, 0x0ad50, 0x055a0, 0x0aba4, 0x0a5b0, 0x052b0, // 2070-2079
+ 0x0b273, 0x06930, 0x07337, 0x06aa0, 0x0ad50, 0x14b55, 0x04b60, 0x0a570, 0x054e4, 0x0d160, // 2080-2089
+ 0x0e968, 0x0d520, 0x0daa0, 0x16aa6, 0x056d0, 0x04ae0, 0x0a9d4, 0x0a2d0, 0x0d150, 0x0f252, // 2090-2099
+ 0x0d520], // 2100
+
+ /**
+ * 公历每个月份的天数普通表
+ * @Array Of Property
+ * @return Number
+ */
+ solarMonth: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31],
+
+ /**
+ * 天干地支之天干速查表
+ * @Array Of Property trans["甲","乙","丙","丁","戊","己","庚","辛","壬","癸"]
+ * @return Cn string
+ */
+ Gan: ['\u7532', '\u4e59', '\u4e19', '\u4e01', '\u620a', '\u5df1', '\u5e9a', '\u8f9b', '\u58ec', '\u7678'],
+
+ /**
+ * 天干地支之地支速查表
+ * @Array Of Property
+ * @trans["子","丑","寅","卯","辰","巳","午","未","申","酉","戌","亥"]
+ * @return Cn string
+ */
+ Zhi: ['\u5b50', '\u4e11', '\u5bc5', '\u536f', '\u8fb0', '\u5df3', '\u5348', '\u672a', '\u7533', '\u9149', '\u620c', '\u4ea5'],
+
+ /**
+ * 天干地支之地支速查表<=>生肖
+ * @Array Of Property
+ * @trans["鼠","牛","虎","兔","龙","蛇","马","羊","猴","鸡","狗","猪"]
+ * @return Cn string
+ */
+ Animals: ['\u9f20', '\u725b', '\u864e', '\u5154', '\u9f99', '\u86c7', '\u9a6c', '\u7f8a', '\u7334', '\u9e21', '\u72d7', '\u732a'],
+
+ /**
+ * 24节气速查表
+ * @Array Of Property
+ * @trans["小寒","大寒","立春","雨水","惊蛰","春分","清明","谷雨","立夏","小满","芒种","夏至","小暑","大暑","立秋","处暑","白露","秋分","寒露","霜降","立冬","小雪","大雪","冬至"]
+ * @return Cn string
+ */
+ solarTerm: ['\u5c0f\u5bd2', '\u5927\u5bd2', '\u7acb\u6625', '\u96e8\u6c34', '\u60ca\u86f0', '\u6625\u5206', '\u6e05\u660e', '\u8c37\u96e8', '\u7acb\u590f', '\u5c0f\u6ee1', '\u8292\u79cd', '\u590f\u81f3', '\u5c0f\u6691', '\u5927\u6691', '\u7acb\u79cb', '\u5904\u6691', '\u767d\u9732', '\u79cb\u5206', '\u5bd2\u9732', '\u971c\u964d', '\u7acb\u51ac', '\u5c0f\u96ea', '\u5927\u96ea', '\u51ac\u81f3'],
+
+ /**
+ * 1900-2100各年的24节气日期速查表
+ * @Array Of Property
+ * @return 0x string For splice
+ */
+ sTermInfo: ['9778397bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e', '97bcf97c3598082c95f8c965cc920f',
+ '97bd0b06bdb0722c965ce1cfcc920f', 'b027097bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e',
+ '97bcf97c359801ec95f8c965cc920f', '97bd0b06bdb0722c965ce1cfcc920f', 'b027097bd097c36b0b6fc9274c91aa',
+ '97b6b97bd19801ec9210c965cc920e', '97bcf97c359801ec95f8c965cc920f', '97bd0b06bdb0722c965ce1cfcc920f',
+ 'b027097bd097c36b0b6fc9274c91aa', '9778397bd19801ec9210c965cc920e', '97b6b97bd19801ec95f8c965cc920f',
+ '97bd09801d98082c95f8e1cfcc920f', '97bd097bd097c36b0b6fc9210c8dc2', '9778397bd197c36c9210c9274c91aa',
+ '97b6b97bd19801ec95f8c965cc920e', '97bd09801d98082c95f8e1cfcc920f', '97bd097bd097c36b0b6fc9210c8dc2',
+ '9778397bd097c36c9210c9274c91aa', '97b6b97bd19801ec95f8c965cc920e', '97bcf97c3598082c95f8e1cfcc920f',
+ '97bd097bd097c36b0b6fc9210c8dc2', '9778397bd097c36c9210c9274c91aa', '97b6b97bd19801ec9210c965cc920e',
+ '97bcf97c3598082c95f8c965cc920f', '97bd097bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa',
+ '97b6b97bd19801ec9210c965cc920e', '97bcf97c3598082c95f8c965cc920f', '97bd097bd097c35b0b6fc920fb0722',
+ '9778397bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e', '97bcf97c359801ec95f8c965cc920f',
+ '97bd097bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e',
+ '97bcf97c359801ec95f8c965cc920f', '97bd097bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa',
+ '97b6b97bd19801ec9210c965cc920e', '97bcf97c359801ec95f8c965cc920f', '97bd097bd07f595b0b6fc920fb0722',
+ '9778397bd097c36b0b6fc9210c8dc2', '9778397bd19801ec9210c9274c920e', '97b6b97bd19801ec95f8c965cc920f',
+ '97bd07f5307f595b0b0bc920fb0722', '7f0e397bd097c36b0b6fc9210c8dc2', '9778397bd097c36c9210c9274c920e',
+ '97b6b97bd19801ec95f8c965cc920f', '97bd07f5307f595b0b0bc920fb0722', '7f0e397bd097c36b0b6fc9210c8dc2',
+ '9778397bd097c36c9210c9274c91aa', '97b6b97bd19801ec9210c965cc920e', '97bd07f1487f595b0b0bc920fb0722',
+ '7f0e397bd097c36b0b6fc9210c8dc2', '9778397bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e',
+ '97bcf7f1487f595b0b0bb0b6fb0722', '7f0e397bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa',
+ '97b6b97bd19801ec9210c965cc920e', '97bcf7f1487f595b0b0bb0b6fb0722', '7f0e397bd097c35b0b6fc920fb0722',
+ '9778397bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e', '97bcf7f1487f531b0b0bb0b6fb0722',
+ '7f0e397bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa', '97b6b97bd19801ec9210c965cc920e',
+ '97bcf7f1487f531b0b0bb0b6fb0722', '7f0e397bd07f595b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa',
+ '97b6b97bd19801ec9210c9274c920e', '97bcf7f0e47f531b0b0bb0b6fb0722', '7f0e397bd07f595b0b0bc920fb0722',
+ '9778397bd097c36b0b6fc9210c91aa', '97b6b97bd197c36c9210c9274c920e', '97bcf7f0e47f531b0b0bb0b6fb0722',
+ '7f0e397bd07f595b0b0bc920fb0722', '9778397bd097c36b0b6fc9210c8dc2', '9778397bd097c36c9210c9274c920e',
+ '97b6b7f0e47f531b0723b0b6fb0722', '7f0e37f5307f595b0b0bc920fb0722', '7f0e397bd097c36b0b6fc9210c8dc2',
+ '9778397bd097c36b0b70c9274c91aa', '97b6b7f0e47f531b0723b0b6fb0721', '7f0e37f1487f595b0b0bb0b6fb0722',
+ '7f0e397bd097c35b0b6fc9210c8dc2', '9778397bd097c36b0b6fc9274c91aa', '97b6b7f0e47f531b0723b0b6fb0721',
+ '7f0e27f1487f595b0b0bb0b6fb0722', '7f0e397bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa',
+ '97b6b7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e397bd097c35b0b6fc920fb0722',
+ '9778397bd097c36b0b6fc9274c91aa', '97b6b7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722',
+ '7f0e397bd097c35b0b6fc920fb0722', '9778397bd097c36b0b6fc9274c91aa', '97b6b7f0e47f531b0723b0b6fb0721',
+ '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e397bd07f595b0b0bc920fb0722', '9778397bd097c36b0b6fc9274c91aa',
+ '97b6b7f0e47f531b0723b0787b0721', '7f0e27f0e47f531b0b0bb0b6fb0722', '7f0e397bd07f595b0b0bc920fb0722',
+ '9778397bd097c36b0b6fc9210c91aa', '97b6b7f0e47f149b0723b0787b0721', '7f0e27f0e47f531b0723b0b6fb0722',
+ '7f0e397bd07f595b0b0bc920fb0722', '9778397bd097c36b0b6fc9210c8dc2', '977837f0e37f149b0723b0787b0721',
+ '7f07e7f0e47f531b0723b0b6fb0722', '7f0e37f5307f595b0b0bc920fb0722', '7f0e397bd097c35b0b6fc9210c8dc2',
+ '977837f0e37f14998082b0787b0721', '7f07e7f0e47f531b0723b0b6fb0721', '7f0e37f1487f595b0b0bb0b6fb0722',
+ '7f0e397bd097c35b0b6fc9210c8dc2', '977837f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721',
+ '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e397bd097c35b0b6fc920fb0722', '977837f0e37f14998082b0787b06bd',
+ '7f07e7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e397bd097c35b0b6fc920fb0722',
+ '977837f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722',
+ '7f0e397bd07f595b0b0bc920fb0722', '977837f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721',
+ '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e397bd07f595b0b0bc920fb0722', '977837f0e37f14998082b0787b06bd',
+ '7f07e7f0e47f149b0723b0787b0721', '7f0e27f0e47f531b0b0bb0b6fb0722', '7f0e397bd07f595b0b0bc920fb0722',
+ '977837f0e37f14998082b0723b06bd', '7f07e7f0e37f149b0723b0787b0721', '7f0e27f0e47f531b0723b0b6fb0722',
+ '7f0e397bd07f595b0b0bc920fb0722', '977837f0e37f14898082b0723b02d5', '7ec967f0e37f14998082b0787b0721',
+ '7f07e7f0e47f531b0723b0b6fb0722', '7f0e37f1487f595b0b0bb0b6fb0722', '7f0e37f0e37f14898082b0723b02d5',
+ '7ec967f0e37f14998082b0787b0721', '7f07e7f0e47f531b0723b0b6fb0722', '7f0e37f1487f531b0b0bb0b6fb0722',
+ '7f0e37f0e37f14898082b0723b02d5', '7ec967f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721',
+ '7f0e37f1487f531b0b0bb0b6fb0722', '7f0e37f0e37f14898082b072297c35', '7ec967f0e37f14998082b0787b06bd',
+ '7f07e7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e37f0e37f14898082b072297c35',
+ '7ec967f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722',
+ '7f0e37f0e366aa89801eb072297c35', '7ec967f0e37f14998082b0787b06bd', '7f07e7f0e47f149b0723b0787b0721',
+ '7f0e27f1487f531b0b0bb0b6fb0722', '7f0e37f0e366aa89801eb072297c35', '7ec967f0e37f14998082b0723b06bd',
+ '7f07e7f0e47f149b0723b0787b0721', '7f0e27f0e47f531b0723b0b6fb0722', '7f0e37f0e366aa89801eb072297c35',
+ '7ec967f0e37f14998082b0723b06bd', '7f07e7f0e37f14998083b0787b0721', '7f0e27f0e47f531b0723b0b6fb0722',
+ '7f0e37f0e366aa89801eb072297c35', '7ec967f0e37f14898082b0723b02d5', '7f07e7f0e37f14998082b0787b0721',
+ '7f07e7f0e47f531b0723b0b6fb0722', '7f0e36665b66aa89801e9808297c35', '665f67f0e37f14898082b0723b02d5',
+ '7ec967f0e37f14998082b0787b0721', '7f07e7f0e47f531b0723b0b6fb0722', '7f0e36665b66a449801e9808297c35',
+ '665f67f0e37f14898082b0723b02d5', '7ec967f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721',
+ '7f0e36665b66a449801e9808297c35', '665f67f0e37f14898082b072297c35', '7ec967f0e37f14998082b0787b06bd',
+ '7f07e7f0e47f531b0723b0b6fb0721', '7f0e26665b66a449801e9808297c35', '665f67f0e37f1489801eb072297c35',
+ '7ec967f0e37f14998082b0787b06bd', '7f07e7f0e47f531b0723b0b6fb0721', '7f0e27f1487f531b0b0bb0b6fb0722'],
+
+ /**
+ * 数字转中文速查表
+ * @Array Of Property
+ * @trans ['日','一','二','三','四','五','六','七','八','九','十']
+ * @return Cn string
+ */
+ nStr1: ['\u65e5', '\u4e00', '\u4e8c', '\u4e09', '\u56db', '\u4e94', '\u516d', '\u4e03', '\u516b', '\u4e5d', '\u5341'],
+
+ /**
+ * 日期转农历称呼速查表
+ * @Array Of Property
+ * @trans ['初','十','廿','卅']
+ * @return Cn string
+ */
+ nStr2: ['\u521d', '\u5341', '\u5eff', '\u5345'],
+
+ /**
+ * 月份转农历称呼速查表
+ * @Array Of Property
+ * @trans ['正','一','二','三','四','五','六','七','八','九','十','冬','腊']
+ * @return Cn string
+ */
+ nStr3: ['\u6b63', '\u4e8c', '\u4e09', '\u56db', '\u4e94', '\u516d', '\u4e03', '\u516b', '\u4e5d', '\u5341', '\u51ac', '\u814a'],
+
+ /**
+ * 返回农历y年一整年的总天数
+ * @param lunar Year
+ * @return Number
+ * @eg:var count = calendar.lYearDays(1987) ;//count=387
+ */
+ lYearDays: function (y) {
+ var i; var sum = 348
+ for (i = 0x8000; i > 0x8; i >>= 1) { sum += (this.lunarInfo[y - 1900] & i) ? 1 : 0 }
+ return (sum + this.leapDays(y))
+ },
+
+ /**
+ * 返回农历y年闰月是哪个月;若y年没有闰月 则返回0
+ * @param lunar Year
+ * @return Number (0-12)
+ * @eg:var leapMonth = calendar.leapMonth(1987) ;//leapMonth=6
+ */
+ leapMonth: function (y) { // 闰字编码 \u95f0
+ return (this.lunarInfo[y - 1900] & 0xf)
+ },
+
+ /**
+ * 返回农历y年闰月的天数 若该年没有闰月则返回0
+ * @param lunar Year
+ * @return Number (0、29、30)
+ * @eg:var leapMonthDay = calendar.leapDays(1987) ;//leapMonthDay=29
+ */
+ leapDays: function (y) {
+ if (this.leapMonth(y)) {
+ return ((this.lunarInfo[y - 1900] & 0x10000) ? 30 : 29)
+ }
+ return (0)
+ },
+
+ /**
+ * 返回农历y年m月(非闰月)的总天数,计算m为闰月时的天数请使用leapDays方法
+ * @param lunar Year
+ * @return Number (-1、29、30)
+ * @eg:var MonthDay = calendar.monthDays(1987,9) ;//MonthDay=29
+ */
+ monthDays: function (y, m) {
+ if (m > 12 || m < 1) { return -1 }// 月份参数从1至12,参数错误返回-1
+ return ((this.lunarInfo[y - 1900] & (0x10000 >> m)) ? 30 : 29)
+ },
+
+ /**
+ * 返回公历(!)y年m月的天数
+ * @param solar Year
+ * @return Number (-1、28、29、30、31)
+ * @eg:var solarMonthDay = calendar.leapDays(1987) ;//solarMonthDay=30
+ */
+ solarDays: function (y, m) {
+ if (m > 12 || m < 1) { return -1 } // 若参数错误 返回-1
+ var ms = m - 1
+ if (ms == 1) { // 2月份的闰平规律测算后确认返回28或29
+ return (((y % 4 == 0) && (y % 100 != 0) || (y % 400 == 0)) ? 29 : 28)
+ } else {
+ return (this.solarMonth[ms])
+ }
+ },
+
+ /**
+ * 农历年份转换为干支纪年
+ * @param lYear 农历年的年份数
+ * @return Cn string
+ */
+ toGanZhiYear: function (lYear) {
+ var ganKey = (lYear - 3) % 10
+ var zhiKey = (lYear - 3) % 12
+ if (ganKey == 0) ganKey = 10// 如果余数为0则为最后一个天干
+ if (zhiKey == 0) zhiKey = 12// 如果余数为0则为最后一个地支
+ return this.Gan[ganKey - 1] + this.Zhi[zhiKey - 1]
+ },
+
+ /**
+ * 公历月、日判断所属星座
+ * @param cMonth [description]
+ * @param cDay [description]
+ * @return Cn string
+ */
+ toAstro: function (cMonth, cDay) {
+ var s = '\u9b54\u7faf\u6c34\u74f6\u53cc\u9c7c\u767d\u7f8a\u91d1\u725b\u53cc\u5b50\u5de8\u87f9\u72ee\u5b50\u5904\u5973\u5929\u79e4\u5929\u874e\u5c04\u624b\u9b54\u7faf'
+ var arr = [20, 19, 21, 21, 21, 22, 23, 23, 23, 23, 22, 22]
+ return s.substr(cMonth * 2 - (cDay < arr[cMonth - 1] ? 2 : 0), 2) + '\u5ea7'// 座
+ },
+
+ /**
+ * 传入offset偏移量返回干支
+ * @param offset 相对甲子的偏移量
+ * @return Cn string
+ */
+ toGanZhi: function (offset) {
+ return this.Gan[offset % 10] + this.Zhi[offset % 12]
+ },
+
+ /**
+ * 传入公历(!)y年获得该年第n个节气的公历日期
+ * @param y公历年(1900-2100);n二十四节气中的第几个节气(1~24);从n=1(小寒)算起
+ * @return day Number
+ * @eg:var _24 = calendar.getTerm(1987,3) ;//_24=4;意即1987年2月4日立春
+ */
+ getTerm: function (y, n) {
+ if (y < 1900 || y > 2100) { return -1 }
+ if (n < 1 || n > 24) { return -1 }
+ var _table = this.sTermInfo[y - 1900]
+ var _info = [
+ parseInt('0x' + _table.substr(0, 5)).toString(),
+ parseInt('0x' + _table.substr(5, 5)).toString(),
+ parseInt('0x' + _table.substr(10, 5)).toString(),
+ parseInt('0x' + _table.substr(15, 5)).toString(),
+ parseInt('0x' + _table.substr(20, 5)).toString(),
+ parseInt('0x' + _table.substr(25, 5)).toString()
+ ]
+ var _calday = [
+ _info[0].substr(0, 1),
+ _info[0].substr(1, 2),
+ _info[0].substr(3, 1),
+ _info[0].substr(4, 2),
+
+ _info[1].substr(0, 1),
+ _info[1].substr(1, 2),
+ _info[1].substr(3, 1),
+ _info[1].substr(4, 2),
+
+ _info[2].substr(0, 1),
+ _info[2].substr(1, 2),
+ _info[2].substr(3, 1),
+ _info[2].substr(4, 2),
+
+ _info[3].substr(0, 1),
+ _info[3].substr(1, 2),
+ _info[3].substr(3, 1),
+ _info[3].substr(4, 2),
+
+ _info[4].substr(0, 1),
+ _info[4].substr(1, 2),
+ _info[4].substr(3, 1),
+ _info[4].substr(4, 2),
+
+ _info[5].substr(0, 1),
+ _info[5].substr(1, 2),
+ _info[5].substr(3, 1),
+ _info[5].substr(4, 2)
+ ]
+ return parseInt(_calday[n - 1])
+ },
+
+ /**
+ * 传入农历数字月份返回汉语通俗表示法
+ * @param lunar month
+ * @return Cn string
+ * @eg:var cnMonth = calendar.toChinaMonth(12) ;//cnMonth='腊月'
+ */
+ toChinaMonth: function (m) { // 月 => \u6708
+ if (m > 12 || m < 1) { return -1 } // 若参数错误 返回-1
+ var s = this.nStr3[m - 1]
+ s += '\u6708'// 加上月字
+ return s
+ },
+
+ /**
+ * 传入农历日期数字返回汉字表示法
+ * @param lunar day
+ * @return Cn string
+ * @eg:var cnDay = calendar.toChinaDay(21) ;//cnMonth='廿一'
+ */
+ toChinaDay: function (d) { // 日 => \u65e5
+ var s
+ switch (d) {
+ case 10:
+ s = '\u521d\u5341'; break
+ case 20:
+ s = '\u4e8c\u5341'; break
+ break
+ case 30:
+ s = '\u4e09\u5341'; break
+ break
+ default :
+ s = this.nStr2[Math.floor(d / 10)]
+ s += this.nStr1[d % 10]
+ }
+ return (s)
+ },
+
+ /**
+ * 年份转生肖[!仅能大致转换] => 精确划分生肖分界线是“立春”
+ * @param y year
+ * @return Cn string
+ * @eg:var animal = calendar.getAnimal(1987) ;//animal='兔'
+ */
+ getAnimal: function (y) {
+ return this.Animals[(y - 4) % 12]
+ },
+
+ /**
+ * 传入阳历年月日获得详细的公历、农历object信息 <=>JSON
+ * @param y solar year
+ * @param m solar month
+ * @param d solar day
+ * @return JSON object
+ * @eg:console.log(calendar.solar2lunar(1987,11,01));
+ */
+ solar2lunar: function (y, m, d) { // 参数区间1900.1.31~2100.12.31
+ // 年份限定、上限
+ if (y < 1900 || y > 2100) {
+ return -1// undefined转换为数字变为NaN
+ }
+ // 公历传参最下限
+ if (y == 1900 && m == 1 && d < 31) {
+ return -1
+ }
+ // 未传参 获得当天
+ if (!y) {
+ var objDate = new Date()
+ } else {
+ var objDate = new Date(y, parseInt(m) - 1, d)
+ }
+ var i; var leap = 0; var temp = 0
+ // 修正ymd参数
+ var y = objDate.getFullYear()
+ var m = objDate.getMonth() + 1
+ var d = objDate.getDate()
+ var offset = (Date.UTC(objDate.getFullYear(), objDate.getMonth(), objDate.getDate()) - Date.UTC(1900, 0, 31)) / 86400000
+ for (i = 1900; i < 2101 && offset > 0; i++) {
+ temp = this.lYearDays(i)
+ offset -= temp
+ }
+ if (offset < 0) {
+ offset += temp; i--
+ }
+
+ // 是否今天
+ var isTodayObj = new Date()
+ var isToday = false
+ if (isTodayObj.getFullYear() == y && isTodayObj.getMonth() + 1 == m && isTodayObj.getDate() == d) {
+ isToday = true
+ }
+ // 星期几
+ var nWeek = objDate.getDay()
+ var cWeek = this.nStr1[nWeek]
+ // 数字表示周几顺应天朝周一开始的惯例
+ if (nWeek == 0) {
+ nWeek = 7
+ }
+ // 农历年
+ var year = i
+ var leap = this.leapMonth(i) // 闰哪个月
+ var isLeap = false
+
+ // 效验闰月
+ for (i = 1; i < 13 && offset > 0; i++) {
+ // 闰月
+ if (leap > 0 && i == (leap + 1) && isLeap == false) {
+ --i
+ isLeap = true; temp = this.leapDays(year) // 计算农历闰月天数
+ } else {
+ temp = this.monthDays(year, i)// 计算农历普通月天数
+ }
+ // 解除闰月
+ if (isLeap == true && i == (leap + 1)) { isLeap = false }
+ offset -= temp
+ }
+ // 闰月导致数组下标重叠取反
+ if (offset == 0 && leap > 0 && i == leap + 1) {
+ if (isLeap) {
+ isLeap = false
+ } else {
+ isLeap = true; --i
+ }
+ }
+ if (offset < 0) {
+ offset += temp; --i
+ }
+ // 农历月
+ var month = i
+ // 农历日
+ var day = offset + 1
+ // 天干地支处理
+ var sm = m - 1
+ var gzY = this.toGanZhiYear(year)
+
+ // 当月的两个节气
+ // bugfix-2017-7-24 11:03:38 use lunar Year Param `y` Not `year`
+ var firstNode = this.getTerm(y, (m * 2 - 1))// 返回当月「节」为几日开始
+ var secondNode = this.getTerm(y, (m * 2))// 返回当月「节」为几日开始
+
+ // 依据12节气修正干支月
+ var gzM = this.toGanZhi((y - 1900) * 12 + m + 11)
+ if (d >= firstNode) {
+ gzM = this.toGanZhi((y - 1900) * 12 + m + 12)
+ }
+
+ // 传入的日期的节气与否
+ var isTerm = false
+ var Term = null
+ if (firstNode == d) {
+ isTerm = true
+ Term = this.solarTerm[m * 2 - 2]
+ }
+ if (secondNode == d) {
+ isTerm = true
+ Term = this.solarTerm[m * 2 - 1]
+ }
+ // 日柱 当月一日与 1900/1/1 相差天数
+ var dayCyclical = Date.UTC(y, sm, 1, 0, 0, 0, 0) / 86400000 + 25567 + 10
+ var gzD = this.toGanZhi(dayCyclical + d - 1)
+ // 该日期所属的星座
+ var astro = this.toAstro(m, d)
+
+ return { 'lYear': year, 'lMonth': month, 'lDay': day, 'Animal': this.getAnimal(year), 'IMonthCn': (isLeap ? '\u95f0' : '') + this.toChinaMonth(month), 'IDayCn': this.toChinaDay(day), 'cYear': y, 'cMonth': m, 'cDay': d, 'gzYear': gzY, 'gzMonth': gzM, 'gzDay': gzD, 'isToday': isToday, 'isLeap': isLeap, 'nWeek': nWeek, 'ncWeek': '\u661f\u671f' + cWeek, 'isTerm': isTerm, 'Term': Term, 'astro': astro }
+ },
+
+ /**
+ * 传入农历年月日以及传入的月份是否闰月获得详细的公历、农历object信息 <=>JSON
+ * @param y lunar year
+ * @param m lunar month
+ * @param d lunar day
+ * @param isLeapMonth lunar month is leap or not.[如果是农历闰月第四个参数赋值true即可]
+ * @return JSON object
+ * @eg:console.log(calendar.lunar2solar(1987,9,10));
+ */
+ lunar2solar: function (y, m, d, isLeapMonth) { // 参数区间1900.1.31~2100.12.1
+ var isLeapMonth = !!isLeapMonth
+ var leapOffset = 0
+ var leapMonth = this.leapMonth(y)
+ var leapDay = this.leapDays(y)
+ if (isLeapMonth && (leapMonth != m)) { return -1 }// 传参要求计算该闰月公历 但该年得出的闰月与传参的月份并不同
+ if (y == 2100 && m == 12 && d > 1 || y == 1900 && m == 1 && d < 31) { return -1 }// 超出了最大极限值
+ var day = this.monthDays(y, m)
+ var _day = day
+ // bugFix 2016-9-25
+ // if month is leap, _day use leapDays method
+ if (isLeapMonth) {
+ _day = this.leapDays(y, m)
+ }
+ if (y < 1900 || y > 2100 || d > _day) { return -1 }// 参数合法性效验
+
+ // 计算农历的时间差
+ var offset = 0
+ for (var i = 1900; i < y; i++) {
+ offset += this.lYearDays(i)
+ }
+ var leap = 0; var isAdd = false
+ for (var i = 1; i < m; i++) {
+ leap = this.leapMonth(y)
+ if (!isAdd) { // 处理闰月
+ if (leap <= i && leap > 0) {
+ offset += this.leapDays(y); isAdd = true
+ }
+ }
+ offset += this.monthDays(y, i)
+ }
+ // 转换闰月农历 需补充该年闰月的前一个月的时差
+ if (isLeapMonth) { offset += day }
+ // 1900年农历正月一日的公历时间为1900年1月30日0时0分0秒(该时间也是本农历的最开始起始点)
+ var stmap = Date.UTC(1900, 1, 30, 0, 0, 0)
+ var calObj = new Date((offset + d - 31) * 86400000 + stmap)
+ var cY = calObj.getUTCFullYear()
+ var cM = calObj.getUTCMonth() + 1
+ var cD = calObj.getUTCDate()
+
+ return this.solar2lunar(cY, cM, cD)
+ }
+}
+
+export default calendar
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/en.json
new file mode 100644
index 0000000..fcbd13c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/en.json
@@ -0,0 +1,12 @@
+{
+ "uni-calender.ok": "ok",
+ "uni-calender.cancel": "cancel",
+ "uni-calender.today": "today",
+ "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"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/zh-Hans.json
new file mode 100644
index 0000000..1ca43de
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/zh-Hans.json
@@ -0,0 +1,12 @@
+{
+ "uni-calender.ok": "确定",
+ "uni-calender.cancel": "取消",
+ "uni-calender.today": "今日",
+ "uni-calender.SUN": "日",
+ "uni-calender.MON": "一",
+ "uni-calender.TUE": "二",
+ "uni-calender.WED": "三",
+ "uni-calender.THU": "四",
+ "uni-calender.FRI": "五",
+ "uni-calender.SAT": "六"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/zh-Hant.json
new file mode 100644
index 0000000..e0fe33b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/i18n/zh-Hant.json
@@ -0,0 +1,12 @@
+{
+ "uni-calender.ok": "確定",
+ "uni-calender.cancel": "取消",
+ "uni-calender.today": "今日",
+ "uni-calender.SUN": "日",
+ "uni-calender.MON": "一",
+ "uni-calender.TUE": "二",
+ "uni-calender.WED": "三",
+ "uni-calender.THU": "四",
+ "uni-calender.FRI": "五",
+ "uni-calender.SAT": "六"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.vue
new file mode 100644
index 0000000..a54135e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.vue
@@ -0,0 +1,187 @@
+
+
+
+
+ {{weeks.date}}
+ {{todayText}}
+ {{weeks.isDay ? todayText : (weeks.lunar.IDayCn === '初一'?weeks.lunar.IMonthCn:weeks.lunar.IDayCn)}}
+ {{weeks.extraInfo.info}}
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.vue b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.vue
new file mode 100644
index 0000000..0beebfb
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.vue
@@ -0,0 +1,567 @@
+
+
+
+
+
+
+
+
+ {{nowDate.month}}
+
+
+
+ {{SUNText}}
+
+
+ {{monText}}
+
+
+ {{TUEText}}
+
+
+ {{WEDText}}
+
+
+ {{THUText}}
+
+
+ {{FRIText}}
+
+
+ {{SATText}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-calendar/util.js b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/util.js
new file mode 100644
index 0000000..5ec8a92
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-calendar/util.js
@@ -0,0 +1,360 @@
+import CALENDAR from './calendar.js'
+
+class Calendar {
+ constructor({
+ date,
+ selected,
+ startDate,
+ endDate,
+ range
+ } = {}) {
+ // 当前日期
+ this.date = this.getDate(new Date()) // 当前初入日期
+ // 打点信息
+ this.selected = selected || [];
+ // 范围开始
+ this.startDate = startDate
+ // 范围结束
+ this.endDate = endDate
+ this.range = range
+ // 多选状态
+ this.cleanMultipleStatus()
+ // 每周日期
+ this.weeks = {}
+ // this._getWeek(this.date.fullDate)
+ }
+ /**
+ * 设置日期
+ * @param {Object} date
+ */
+ setDate(date) {
+ this.selectDate = this.getDate(date)
+ this._getWeek(this.selectDate.fullDate)
+ }
+
+ /**
+ * 清理多选状态
+ */
+ cleanMultipleStatus() {
+ this.multipleStatus = {
+ before: '',
+ after: '',
+ data: []
+ }
+ }
+
+ /**
+ * 重置开始日期
+ */
+ resetSatrtDate(startDate) {
+ // 范围开始
+ this.startDate = startDate
+
+ }
+
+ /**
+ * 重置结束日期
+ */
+ resetEndDate(endDate) {
+ // 范围结束
+ this.endDate = endDate
+ }
+
+ /**
+ * 获取任意时间
+ */
+ getDate(date, AddDayCount = 0, str = 'day') {
+ if (!date) {
+ date = new Date()
+ }
+ if (typeof date !== 'object') {
+ date = date.replace(/-/g, '/')
+ }
+ const dd = new Date(date)
+ switch (str) {
+ case 'day':
+ dd.setDate(dd.getDate() + AddDayCount) // 获取AddDayCount天后的日期
+ break
+ case 'month':
+ if (dd.getDate() === 31 && AddDayCount>0) {
+ dd.setDate(dd.getDate() + AddDayCount)
+ } else {
+ const preMonth = dd.getMonth()
+ dd.setMonth(preMonth + AddDayCount) // 获取AddDayCount天后的日期
+ const nextMonth = dd.getMonth()
+ // 处理 pre 切换月份目标月份为2月没有当前日(30 31) 切换错误问题
+ if(AddDayCount<0 && preMonth!==0 && nextMonth-preMonth>AddDayCount){
+ dd.setMonth(nextMonth+(nextMonth-preMonth+AddDayCount))
+ }
+ // 处理 next 切换月份目标月份为2月没有当前日(30 31) 切换错误问题
+ if(AddDayCount>0 && nextMonth-preMonth>AddDayCount){
+ dd.setMonth(nextMonth-(nextMonth-preMonth-AddDayCount))
+ }
+ }
+ break
+ case 'year':
+ dd.setFullYear(dd.getFullYear() + AddDayCount) // 获取AddDayCount天后的日期
+ break
+ }
+ const y = dd.getFullYear()
+ const m = dd.getMonth() + 1 < 10 ? '0' + (dd.getMonth() + 1) : dd.getMonth() + 1 // 获取当前月份的日期,不足10补0
+ const d = dd.getDate() < 10 ? '0' + dd.getDate() : dd.getDate() // 获取当前几号,不足10补0
+ return {
+ fullDate: y + '-' + m + '-' + d,
+ year: y,
+ month: m,
+ date: d,
+ day: dd.getDay()
+ }
+ }
+
+
+ /**
+ * 获取上月剩余天数
+ */
+ _getLastMonthDays(firstDay, full) {
+ let dateArr = []
+ for (let i = firstDay; i > 0; i--) {
+ const beforeDate = new Date(full.year, full.month - 1, -i + 1).getDate()
+ dateArr.push({
+ date: beforeDate,
+ month: full.month - 1,
+ lunar: this.getlunar(full.year, full.month - 1, beforeDate),
+ disable: true
+ })
+ }
+ return dateArr
+ }
+ /**
+ * 获取本月天数
+ */
+ _currentMonthDys(dateData, full) {
+ let dateArr = []
+ let fullDate = this.date.fullDate
+ for (let i = 1; i <= dateData; i++) {
+ let nowDate = full.year + '-' + (full.month < 10 ?
+ full.month : full.month) + '-' + (i < 10 ?
+ '0' + i : i)
+ // 是否今天
+ let isDay = fullDate === nowDate
+ // 获取打点信息
+ let info = this.selected && this.selected.find((item) => {
+ if (this.dateEqual(nowDate, item.date)) {
+ return item
+ }
+ })
+
+ // 日期禁用
+ let disableBefore = true
+ let disableAfter = true
+ if (this.startDate) {
+ // let dateCompBefore = this.dateCompare(this.startDate, fullDate)
+ // disableBefore = this.dateCompare(dateCompBefore ? this.startDate : fullDate, nowDate)
+ disableBefore = this.dateCompare(this.startDate, nowDate)
+ }
+
+ if (this.endDate) {
+ // let dateCompAfter = this.dateCompare(fullDate, this.endDate)
+ // disableAfter = this.dateCompare(nowDate, dateCompAfter ? this.endDate : fullDate)
+ disableAfter = this.dateCompare(nowDate, this.endDate)
+ }
+ let multiples = this.multipleStatus.data
+ let checked = false
+ let multiplesStatus = -1
+ if (this.range) {
+ if (multiples) {
+ multiplesStatus = multiples.findIndex((item) => {
+ return this.dateEqual(item, nowDate)
+ })
+ }
+ if (multiplesStatus !== -1) {
+ checked = true
+ }
+ }
+ let data = {
+ fullDate: nowDate,
+ year: full.year,
+ date: i,
+ multiple: this.range ? checked : false,
+ beforeMultiple: this.dateEqual(this.multipleStatus.before, nowDate),
+ afterMultiple: this.dateEqual(this.multipleStatus.after, nowDate),
+ month: full.month,
+ lunar: this.getlunar(full.year, full.month, i),
+ disable: !(disableBefore && disableAfter),
+ isDay
+ }
+ if (info) {
+ data.extraInfo = info
+ }
+
+ dateArr.push(data)
+ }
+ return dateArr
+ }
+ /**
+ * 获取下月天数
+ */
+ _getNextMonthDays(surplus, full) {
+ let dateArr = []
+ for (let i = 1; i < surplus + 1; i++) {
+ dateArr.push({
+ date: i,
+ month: Number(full.month) + 1,
+ lunar: this.getlunar(full.year, Number(full.month) + 1, i),
+ disable: true
+ })
+ }
+ return dateArr
+ }
+
+ /**
+ * 获取当前日期详情
+ * @param {Object} date
+ */
+ getInfo(date) {
+ if (!date) {
+ date = new Date()
+ }
+ const dateInfo = this.canlender.find(item => item.fullDate === this.getDate(date).fullDate)
+ return dateInfo
+ }
+
+ /**
+ * 比较时间大小
+ */
+ dateCompare(startDate, endDate) {
+ // 计算截止时间
+ startDate = new Date(startDate.replace('-', '/').replace('-', '/'))
+ // 计算详细项的截止时间
+ endDate = new Date(endDate.replace('-', '/').replace('-', '/'))
+ if (startDate <= endDate) {
+ return true
+ } else {
+ return false
+ }
+ }
+
+ /**
+ * 比较时间是否相等
+ */
+ dateEqual(before, after) {
+ // 计算截止时间
+ before = new Date(before.replace('-', '/').replace('-', '/'))
+ // 计算详细项的截止时间
+ after = new Date(after.replace('-', '/').replace('-', '/'))
+ if (before.getTime() - after.getTime() === 0) {
+ return true
+ } else {
+ return false
+ }
+ }
+
+
+ /**
+ * 获取日期范围内所有日期
+ * @param {Object} begin
+ * @param {Object} end
+ */
+ geDateAll(begin, end) {
+ var arr = []
+ var ab = begin.split('-')
+ var ae = end.split('-')
+ var db = new Date()
+ db.setFullYear(ab[0], ab[1] - 1, ab[2])
+ var de = new Date()
+ de.setFullYear(ae[0], ae[1] - 1, ae[2])
+ var unixDb = db.getTime() - 24 * 60 * 60 * 1000
+ var unixDe = de.getTime() - 24 * 60 * 60 * 1000
+ for (var k = unixDb; k <= unixDe;) {
+ k = k + 24 * 60 * 60 * 1000
+ arr.push(this.getDate(new Date(parseInt(k))).fullDate)
+ }
+ return arr
+ }
+ /**
+ * 计算阴历日期显示
+ */
+ getlunar(year, month, date) {
+ return CALENDAR.solar2lunar(year, month, date)
+ }
+ /**
+ * 设置打点
+ */
+ setSelectInfo(data, value) {
+ this.selected = value
+ this._getWeek(data)
+ }
+
+ /**
+ * 获取多选状态
+ */
+ setMultiple(fullDate) {
+ let {
+ before,
+ after
+ } = this.multipleStatus
+
+ if (!this.range) return
+ if (before && after) {
+ this.multipleStatus.before = ''
+ this.multipleStatus.after = ''
+ this.multipleStatus.data = []
+ } else {
+ if (!before) {
+ this.multipleStatus.before = fullDate
+ } else {
+ this.multipleStatus.after = fullDate
+ if (this.dateCompare(this.multipleStatus.before, this.multipleStatus.after)) {
+ this.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus.after);
+ } else {
+ this.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus.before);
+ }
+ }
+ }
+ this._getWeek(fullDate)
+ }
+
+ /**
+ * 获取每周数据
+ * @param {Object} dateData
+ */
+ _getWeek(dateData) {
+ const {
+ year,
+ month
+ } = this.getDate(dateData)
+ let firstDay = new Date(year, month - 1, 1).getDay()
+ let currentDay = new Date(year, month, 0).getDate()
+ let dates = {
+ lastMonthDays: this._getLastMonthDays(firstDay, this.getDate(dateData)), // 上个月末尾几天
+ currentMonthDys: this._currentMonthDys(currentDay, this.getDate(dateData)), // 本月天数
+ nextMonthDays: [], // 下个月开始几天
+ weeks: []
+ }
+ let canlender = []
+ const surplus = 42 - (dates.lastMonthDays.length + dates.currentMonthDys.length)
+ dates.nextMonthDays = this._getNextMonthDays(surplus, this.getDate(dateData))
+ canlender = canlender.concat(dates.lastMonthDays, dates.currentMonthDys, dates.nextMonthDays)
+ let weeks = {}
+ // 拼接数组 上个月开始几天 + 本月天数+ 下个月开始几天
+ for (let i = 0; i < canlender.length; i++) {
+ if (i % 7 === 0) {
+ weeks[parseInt(i / 7)] = new Array(7)
+ }
+ weeks[parseInt(i / 7)][i % 7] = canlender[i]
+ }
+ this.canlender = canlender
+ this.weeks = weeks
+ }
+
+ //静态方法
+ // static init(date) {
+ // if (!this.instance) {
+ // this.instance = new Calendar(date);
+ // }
+ // return this.instance;
+ // }
+}
+
+
+export default Calendar
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-card/uni-card.vue b/node_modules/@dcloudio/uni-ui/lib/uni-card/uni-card.vue
new file mode 100644
index 0000000..38cf594
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-card/uni-card.vue
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-col/uni-col.vue b/node_modules/@dcloudio/uni-ui/lib/uni-col/uni-col.vue
new file mode 100644
index 0000000..84e2deb
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-col/uni-col.vue
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue
new file mode 100644
index 0000000..2f0862e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue
@@ -0,0 +1,402 @@
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-collapse/uni-collapse.vue b/node_modules/@dcloudio/uni-ui/lib/uni-collapse/uni-collapse.vue
new file mode 100644
index 0000000..384c39a
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-collapse/uni-collapse.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-combox/uni-combox.vue b/node_modules/@dcloudio/uni-ui/lib/uni-combox/uni-combox.vue
new file mode 100644
index 0000000..d4cb79d
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-combox/uni-combox.vue
@@ -0,0 +1,275 @@
+
+
+
+ {{label}}
+
+
+
+
+
+
+
+
+
+
+ {{emptyTips}}
+
+
+ {{item}}
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/en.json
new file mode 100644
index 0000000..06309cb
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/en.json
@@ -0,0 +1,6 @@
+{
+ "uni-countdown.day": "day",
+ "uni-countdown.h": "h",
+ "uni-countdown.m": "m",
+ "uni-countdown.s": "s"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/zh-Hans.json
new file mode 100644
index 0000000..358cdd1
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/zh-Hans.json
@@ -0,0 +1,6 @@
+{
+ "uni-countdown.day": "天",
+ "uni-countdown.h": "时",
+ "uni-countdown.m": "分",
+ "uni-countdown.s": "秒"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/zh-Hant.json
new file mode 100644
index 0000000..e5a63de
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/i18n/zh-Hant.json
@@ -0,0 +1,6 @@
+{
+ "uni-countdown.day": "天",
+ "uni-countdown.h": "時",
+ "uni-countdown.m": "分",
+ "uni-countdown.s": "秒"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-countdown/uni-countdown.vue b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/uni-countdown.vue
new file mode 100644
index 0000000..1e28dda
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-countdown/uni-countdown.vue
@@ -0,0 +1,281 @@
+
+
+ {{ d }}
+ {{dayText}}
+ {{ h }}
+ {{ showColon ? ':' : hourText }}
+ {{ i }}
+ {{ showColon ? ':' : minuteText }}
+ {{ s }}
+ {{secondText}}
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue b/node_modules/@dcloudio/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue
new file mode 100644
index 0000000..81d3f07
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue
@@ -0,0 +1,849 @@
+
+
+
+
+
+ {{mixinDatacomErrorMessage}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/keypress.js b/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/keypress.js
new file mode 100644
index 0000000..6ef26a2
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/keypress.js
@@ -0,0 +1,45 @@
+// #ifdef H5
+export default {
+ name: 'Keypress',
+ props: {
+ disable: {
+ type: Boolean,
+ default: false
+ }
+ },
+ mounted () {
+ const keyNames = {
+ esc: ['Esc', 'Escape'],
+ tab: 'Tab',
+ enter: 'Enter',
+ space: [' ', 'Spacebar'],
+ up: ['Up', 'ArrowUp'],
+ left: ['Left', 'ArrowLeft'],
+ right: ['Right', 'ArrowRight'],
+ down: ['Down', 'ArrowDown'],
+ delete: ['Backspace', 'Delete', 'Del']
+ }
+ const listener = ($event) => {
+ if (this.disable) {
+ return
+ }
+ const keyName = Object.keys(keyNames).find(key => {
+ const keyName = $event.key
+ const value = keyNames[key]
+ return value === keyName || (Array.isArray(value) && value.includes(keyName))
+ })
+ if (keyName) {
+ // 避免和其他按键事件冲突
+ setTimeout(() => {
+ this.$emit(keyName, {})
+ }, 0)
+ }
+ }
+ document.addEventListener('keyup', listener)
+ this.$once('hook:beforeDestroy', () => {
+ document.removeEventListener('keyup', listener)
+ })
+ },
+ render: () => {}
+}
+// #endif
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/uni-data-picker.uvue b/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/uni-data-picker.uvue
new file mode 100644
index 0000000..82031e1
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/uni-data-picker.uvue
@@ -0,0 +1,380 @@
+
+
+
+
+
+ {{error!.errMsg}}
+
+
+
+ {{item[mappingTextName]}}
+ {{split}}
+
+
+
+ {{placeholder}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{popupTitle}}
+
+
+
+
+
+
+
+
+ {{error!.errMsg}}
+
+
+
+
+
+ {{item[mappingTextName]}}
+
+
+
+
+
+
+ {{item[mappingTextName]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/uni-data-picker.vue b/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/uni-data-picker.vue
new file mode 100644
index 0000000..179a4e0
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-picker/uni-data-picker.vue
@@ -0,0 +1,551 @@
+
+
+
+
+
+ {{errorMessage}}
+
+
+
+
+
+
+ {{item.text}}{{split}}
+
+
+
+ {{placeholder}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{popupTitle}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/loading.uts b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/loading.uts
new file mode 100644
index 0000000..baa0dff
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/loading.uts
@@ -0,0 +1 @@
+export const imgbase : string = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzlBMzU3OTlEOUM0MTFFOUI0NTZDNERBQURBQzI4RkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzlBMzU3OUFEOUM0MTFFOUI0NTZDNERBQURBQzI4RkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOUEzNTc5N0Q5QzQxMUU5QjQ1NkM0REFBREFDMjhGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOUEzNTc5OEQ5QzQxMUU5QjQ1NkM0REFBREFDMjhGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+ALSwAAA6CSURBVHja1FsLkFZVHb98LM+F5bHL8khA1iSeiyQBCRM+YGqKUnnJTDLGI0BGZlKDIU2MMglUiDApEZvSsZnQtBRJtKwQNKQMFYeRDR10WOLd8ljYXdh+v8v5fR3Od+797t1dnOnO/Ofce77z+J//+b/P+ZqtXbs2sJ9MJhNUV1cHJ06cCJo3bx7EPc2aNcvpy7pWrVoF+/fvDyoqKoI2bdoE9fX1F7TjN8a+EXBn/fkfvw942Tf+wYMHg9mzZwfjxo0LDhw4EPa1x2MbFw/fOGfPng1qa2tzcCkILsLDydq2bRsunpOTMM7TD/W/tZDZhPdeKD+yGxHhdu3aBV27dg3OnDlzMVANMheLAO3btw8KCwuDmpoaX5OxbgUIMEq7K8IcPnw4KCsrC/r37x8cP378/4cAXAB3vqSkJMuiDhTkw+XcuXNhOWbMmKBly5YhUT8xArhyFvP0BfwRsAuwxJZJsm/nzp2DTp06he/OU+cZ64K6o0ePBkOHDg2GDx8e6gEbJ5Q/NHNuAJQ1hgBeHUDlR7nVTkY8rQAvAi4z34vR/mPs1FoRsaCgIJThI0eOBC1atEiFGGV+5MiRoS45efJkqFjJFXV1dQuA012m2WcwTw98fy6CqBdsaiIO4CScrGPHjvk4odhavPquRtFWXEC25VgkREKOCh/qDSq+vn37htzD/mZTOmOc5U7zKzBPEedygWshcDyWvs30igAbU+6oyMgJBCFhwQE0fccxN60Ay9iebbjoDh06hMowjQxT4fXq1SskArmHZpkArvixp/kWzHdMeArExSJEaiXIjjRjRJ4DaAGWpibLzXN3Fm1vA5teBgh3j1Rv3bp1YgKwPdmf2p9zcyNYYgPKMfY0T5f5nNYdw158nJ8QawW4CLKwiOBSEgO/hok2eBydR+3dYH+PLxA5J8Vv0KBBwenTp0P2JWAx6+yFEBfs8lMY+y0SWMBNI9E4ThKi58VKTg3FQZS1RQF1cz27eC0QHMu+3E0SkUowjhVt5VdaWhp07949ZHv2Qd1EjDXM2cla1M0nl3GxAs3J9yREzyTdFVKVFOaE9qRA8GM0WebRuo9JGZKA7Mv2SeS/Z8+eoQ9BArMfFrLGo6jvxbhHbJZnKX2Rzz1O7QhJJ9Cs2ZMaWIyq/zhdeqPNfIoHd58clIQD+JSXl4dKlyIAuBdVXZwFVWKspSSoxE++h8x4k3uCnEhE4I5KwRiFWGOU0QWKiCYLbdoRMRKAu2kQ9vkfLU6dOhX06NEjlH+yMRZSinnuyWnYosVcji8CEA/6Cg2JF+IIUBqnGKUTCNwtwBN4f89RiK1R96DEgO2o0NDmtEdvVFdVVYV+P3UAPUEs6GFwV3PHmXkD4vh74iDFJysVI/MlaQhwKeBNTLYX5VuA8T4/gZxA4MRGFxDB6R7OmYPfyykGRJbyie+XnGYnQIC/coH9+vULiYrxrkL9ZA9+0ykaHIfEpM7ge8TiJ2CsHYwyMfafAF1yCGBHYIbCVDjDjKt7BeB51D+LgQa6OkG7IDYEEtvQ7lnXLKLtLdLuJBpE4gPUXcW2+PkZwOex+4cGDhwYDBkyRL7/HFcEwUGPo/8uWRUpYnfxGHco8HkewLHLyYmAawAPuIFZxhOpDfJQ8gbUv41yORAptMWBNr6oqMhWird5+u+iHmBb2nhjDV7HWBNQTgK8y11l5NetWzc5ULscAtSj7nbNI0skhWeUZCc0W4nyH/jO4Vz0u1IeYhbk4AiwM6tjxIWByHsoZ9qcIBPJd/y+DwPfBESOmCa/QF3WiZHucLlEDpNxcNhmheEOPgdQNx6/VZFQzFZ5TN08AHXQt2Ii3EdyFuUsPtTcGPhW5iMiCNELvz+Gdn9huG4HUJaW/w3g0wxV0XaG7arG2WeKiUWYM4Y7GO5ezshTARbbWGw/DvXkpp/ivVvE0JVoMxN4rpGzJMhE5Pl+xlATsDIqikP9F9D2z3h9nOksEUFhK+qO4rcPkoalMQ/HqJLIyb3F3JdjrCcw1yZ8joyJLR5gCo54etlag7qIoeNh1N1BRYj3DTFJ0elotxPlVzkGuYAmL0VSJVGAJA41c4Z6A3BzTLfn0HYwYKEI6CUAMzZEWvLsIcQOo1AmmyyM72nHJCfYsogflGV6jEk9vyQZXSuq6w4c16NsGcGZbwOPr+H1RkOk2LEzjNepxQkihHSCQ4ynAYNRx2zMKV92CQMWqj8J0BRE8EShxRFN6YrfCRhC0x3r/Zm4IbQCcmJoV0kMamllccR6FjHqUC5F2R/wS2dcymOlfAKOS4KmzQb5cpNC2MC7JhVn5wjXoJ44rYhLh8n0eXOCorJxa7POjbSlCGVczr34/RsAmrcvo9s+wGp3tzVhntxiXiJ4nvEYb4FJkf0O8HocAePmLvCxnL0AORraVekJk6TYjDabRVXfRE2lCN1h6ZQRN1+InUbsCpKwoBZHh0dODN9JBCUffItXxEavTQkUtnfTVAplCWL3JISz29h4NjotnuSsQKJCk8dF+kJR6RARjrqFVmfPnj3ZbK8cIJ0msd6jgHPGtfVTQ8VLmlvh4mct9sobRmPic0DyDQQnx/NlfYUgyz59+oScsH379pAwXABD32nTpoUHIToESeI5mnbE/UqDdyLcafEBf2MCqgC7NwxIbMREJQ0g4D4sfJwnD+AmRrII05cfMWJE+L1169bQr+fip06dGp4oJ83lmYd5wj/EmMa4TaHivo4EeCguYZBnkB5g2aWA69OIEnUHOaGysjIYMGBAMGnSpODYsWPZwCpFmm4lNq+4gSLQA7jcX8DwtjEyRC8wjabnXEx9kfWnTJkSJkAo90xpJVV+FmcVNeYAF5zWngS4C4O91MBxmAv8blLEpbjI5sz9MTdAhcgkCT1RO8mZkAjfiYpTEvStAS53Uw1vAiUGgZ3GpuQEYvoiBqlIan7kSDHnTwJQFNiPu0+5VxCVYhcZIjNrdXUDdp+Eq5AZ3Gkg8QAyVZRZIk4Tl4QAbF9cXJxNYZMAtAokgs4BrNxEpCtteXg7DDTMDKYNSuQdKsnJBek7HxewvxaosWxLYXtw+cJp18217wql4aKCfBNoEu0O5VU+PhctJ0YeXD4C6JQpyrlpSLTojpGGGN5YwNziChdIZLk4lvLcFJ9jMX3QdiImY9bmGQU+TRUL5CHITTRlgF8D9ouD1MfmLoEPl5xokIumZ2cfgMpHt47IW9N64Hsh7wQYYjyIugWuF5fCqYncXRd5vPMWyizzvhi/32+nvG0dZc9vR6fZOu0md5e+uC408FvKSIOZwXlGvxPv95izA2Vtvg1xKFWARI+vMX66HUhpQQb643uW1bSjuTWyw2SBvDrBvjFic1eGGlz5esq3ko9uSIlBRqPuFcCv8F4WIcN12nVaBd0SaYwI6PDDImR11JkqgHcPmQssjxIn6bUshygDFJUTxPMpHk+jfjPgupgdnYV2R/g7xSjtpah8RJBewhwf0gGK6XI92u4wXFEU40afJ4DN4h5LcAd+40HI3JgJecuT0c062W0i2hQJUTcxan3/CMW1PF2K6bbA+Daz4xRs1D3Br1Cm0OihKCqizW78/nXAF/G5TXrEcVzaNMH6CyMswqsAHqDyDLEyou8lwOXnKF8DjI6KjV3KzMBiXkDH8ij/H214J5A596ekrZ3F0zXlWeL7+P5eUrNo3/QwC15uxthuzidy7DzKRwEDaAViiDgKbTbz7CJnzo0bN7pIfIiid8SuPwn25o3QCmpnyjlZkyxPP8EomCJzrGb7GJMx7tNsq4MT2xMUYaiErZOluTzKsnz3gwCeCZyVRZJfYplNEokEjwrPtxlxjeYAk+F1F74VAzPxQRNYYdtpOUvWs8J1sGhBJMNsb7igN8plJs1eSmLIhLKE4rvaCX27gOhLpLOsIzJ7qn/i+wZzcvSOZ23/du8TZjwV8zHIXoP4R3ifBxiFz1dcVpa3aPntPE+c6TmIWE9EtcMmAcPdWAhYhAXxcLOQi9L1WhD1Sc8p1d2oL7XGiRKp8F4A2i8K/nfI+y/gsTDJ/YC/8+AD5Uh04KHiGl+cIFPnBDDrPMjwRGkLXyxO4VGbfQWnDH2v0bVWE3C9QOXlepbgjEfIJQI6XDG3z5ahD9cw2pS78ipB85wyScNTvsVzlzzhL8/jRrnmVjfFJK/m3m4nj9vbgQTguT8XZTjsm672R5uJKEaQmBI/c58gyus8ZDagLpEVSJBIyHp4jn++xqPV71OgQgJYEWOtZ/haxRtKmWOBu8xdBLftWltsY84zE6WIEy/eIOWL+BaayMx+KHtL7EAkqdNDLiEXmEMUHniedtJqg9HmZtfvt26vNi0BdG3Ft3g8ZOf7PAu59TxtzivLNIekyi+wD1i8CuUiD9FXAa8C+/xS3JPmZnomyc7H+fb4/Se0bk41Fel621r4cgVxbq91V4jVqwB7HTe2M7jgB+QWHavZkDRPmZcASoZEmBx6i75bGjPcMdL4/VKGFAGWZkGzPG0XAbdL9A81G5LOmUnC9hHKJeO7dcUMjblSl12867ElFTtaGl20xvvLGPdVz/8TVuU7y0x1PG7vtNg24oz9Uo/Z412++VFWI7Fcog9tu9Lm6gvRmIPv9x1xmQAu6RDkXtbOtlGEmpgD5Nvnyc0dcv0EE6cfdi1HmhMf9wDF3k3gtRvEedhxjpgfqPb9PU9iEJHnyOUA7bQUXh6kq/D7l2iTjWv7XOD530BDr8jIrus+srXjt4MzumJMHuTsBa63YKE1+RR5lBjEikCCnWKWiHdzOgKO+nRIBAF88za/IFmJ3eMZov4CYxGBabcpGL8EYx+SeMXJeRwHNsV/h+vdxeuhEpN3ZyNY78Gm2fknJxVGhyjixPiQvVkNzT1elD9Py/aTAL64Hb9vcYmC9zfdXdT/C1LeGbg4rnBaAihDFJH12W5ulfNCNe/xTsP3bp8ikzJs5BF+5PNfAQYAPaseTdsEcaYAAAAASUVORK5CYII='
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-picker.js b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-picker.js
new file mode 100644
index 0000000..cfae22a
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-picker.js
@@ -0,0 +1,622 @@
+export default {
+ props: {
+ localdata: {
+ type: [Array, Object],
+ default () {
+ return []
+ }
+ },
+ spaceInfo: {
+ type: Object,
+ default () {
+ return {}
+ }
+ },
+ collection: {
+ type: String,
+ 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: 500
+ },
+ getcount: {
+ type: [Boolean, String],
+ default: false
+ },
+ getone: {
+ type: [Boolean, String],
+ default: false
+ },
+ gettree: {
+ type: [Boolean, String],
+ default: false
+ },
+ manual: {
+ type: Boolean,
+ default: false
+ },
+ value: {
+ type: [Array, String, Number],
+ default () {
+ return []
+ }
+ },
+ modelValue: {
+ type: [Array, String, Number],
+ default () {
+ return []
+ }
+ },
+ preload: {
+ type: Boolean,
+ default: false
+ },
+ stepSearh: {
+ type: Boolean,
+ default: true
+ },
+ selfField: {
+ type: String,
+ default: ''
+ },
+ parentField: {
+ type: String,
+ default: ''
+ },
+ multiple: {
+ type: Boolean,
+ default: false
+ },
+ map: {
+ type: Object,
+ default () {
+ return {
+ text: "text",
+ value: "value"
+ }
+ }
+ }
+ },
+ data() {
+ return {
+ loading: false,
+ errorMessage: '',
+ loadMore: {
+ contentdown: '',
+ contentrefresh: '',
+ contentnomore: ''
+ },
+ dataList: [],
+ selected: [],
+ selectedIndex: 0,
+ page: {
+ current: this.pageCurrent,
+ size: this.pageSize,
+ count: 0
+ }
+ }
+ },
+ computed: {
+ isLocalData() {
+ return !this.collection.length;
+ },
+ isCloudData() {
+ return this.collection.length > 0;
+ },
+ isCloudDataList() {
+ return (this.isCloudData && (!this.parentField && !this.selfField));
+ },
+ isCloudDataTree() {
+ return (this.isCloudData && this.parentField && this.selfField);
+ },
+ dataValue() {
+ let isModelValue = Array.isArray(this.modelValue) ? (this.modelValue.length > 0) : (this.modelValue !== null ||
+ this.modelValue !== undefined);
+ return isModelValue ? this.modelValue : this.value;
+ },
+ hasValue() {
+ if (typeof this.dataValue === 'number') {
+ return true
+ }
+ return (this.dataValue != null) && (this.dataValue.length > 0)
+ }
+ },
+ created() {
+ this.$watch(() => {
+ var al = [];
+ ['pageCurrent',
+ 'pageSize',
+ 'spaceInfo',
+ 'value',
+ 'modelValue',
+ 'localdata',
+ 'collection',
+ 'action',
+ 'field',
+ 'orderby',
+ 'where',
+ 'getont',
+ 'getcount',
+ 'gettree'
+ ].forEach(key => {
+ al.push(this[key])
+ });
+ return al
+ }, (newValue, oldValue) => {
+ let needReset = false
+ for (let i = 2; i < newValue.length; i++) {
+ if (newValue[i] != oldValue[i]) {
+ needReset = true
+ break
+ }
+ }
+ if (newValue[0] != oldValue[0]) {
+ this.page.current = this.pageCurrent
+ }
+ this.page.size = this.pageSize
+
+ this.onPropsChange()
+ })
+ this._treeData = []
+ },
+ methods: {
+ onPropsChange() {
+ this._treeData = [];
+ },
+
+ // 填充 pickview 数据
+ async loadData() {
+ if (this.isLocalData) {
+ this.loadLocalData();
+ } else if (this.isCloudDataList) {
+ this.loadCloudDataList();
+ } else if (this.isCloudDataTree) {
+ this.loadCloudDataTree();
+ }
+ },
+
+ // 加载本地数据
+ async loadLocalData() {
+ this._treeData = [];
+ this._extractTree(this.localdata, this._treeData);
+
+ let inputValue = this.dataValue;
+ if (inputValue === undefined) {
+ return;
+ }
+
+ if (Array.isArray(inputValue)) {
+ inputValue = inputValue[inputValue.length - 1];
+ if (typeof inputValue === 'object' && inputValue[this.map.value]) {
+ inputValue = inputValue[this.map.value];
+ }
+ }
+
+ this.selected = this._findNodePath(inputValue, this.localdata);
+ },
+
+ // 加载 Cloud 数据 (单列)
+ async loadCloudDataList() {
+ if (this.loading) {
+ return;
+ }
+ this.loading = true;
+
+ try {
+ let response = await this.getCommand();
+ let responseData = response.result.data;
+
+ this._treeData = responseData;
+
+ this._updateBindData();
+ this._updateSelected();
+
+ this.onDataChange();
+ } catch (e) {
+ this.errorMessage = e;
+ } finally {
+ this.loading = false;
+ }
+ },
+
+ // 加载 Cloud 数据 (树形)
+ async loadCloudDataTree() {
+ if (this.loading) {
+ return;
+ }
+ this.loading = true;
+
+ try {
+ let commandOptions = {
+ field: this._cloudDataPostField(),
+ where: this._cloudDataTreeWhere()
+ };
+ if (this.gettree) {
+ commandOptions.startwith = `${this.selfField}=='${this.dataValue}'`;
+ }
+
+ let response = await this.getCommand(commandOptions);
+ let responseData = response.result.data;
+
+ this._treeData = responseData;
+ this._updateBindData();
+ this._updateSelected();
+
+ this.onDataChange();
+ } catch (e) {
+ this.errorMessage = e;
+ } finally {
+ this.loading = false;
+ }
+ },
+
+ // 加载 Cloud 数据 (节点)
+ async loadCloudDataNode(callback) {
+ if (this.loading) {
+ return;
+ }
+ this.loading = true;
+
+ try {
+ let commandOptions = {
+ field: this._cloudDataPostField(),
+ where: this._cloudDataNodeWhere()
+ };
+
+ let response = await this.getCommand(commandOptions);
+ let responseData = response.result.data;
+
+ callback(responseData);
+ } catch (e) {
+ this.errorMessage = e;
+ } finally {
+ this.loading = false;
+ }
+ },
+
+ // 回显 Cloud 数据
+ getCloudDataValue() {
+ if (this.isCloudDataList) {
+ return this.getCloudDataListValue();
+ }
+
+ if (this.isCloudDataTree) {
+ return this.getCloudDataTreeValue();
+ }
+ },
+
+ // 回显 Cloud 数据 (单列)
+ getCloudDataListValue() {
+ // 根据 field's as value标识匹配 where 条件
+ let where = [];
+ let whereField = this._getForeignKeyByField();
+ if (whereField) {
+ where.push(`${whereField} == '${this.dataValue}'`)
+ }
+
+ where = where.join(' || ');
+
+ if (this.where) {
+ where = `(${this.where}) && (${where})`
+ }
+
+ return this.getCommand({
+ field: this._cloudDataPostField(),
+ where
+ }).then((res) => {
+ this.selected = res.result.data;
+ return res.result.data;
+ });
+ },
+
+ // 回显 Cloud 数据 (树形)
+ getCloudDataTreeValue() {
+ return this.getCommand({
+ field: this._cloudDataPostField(),
+ getTreePath: {
+ startWith: `${this.selfField}=='${this.dataValue}'`
+ }
+ }).then((res) => {
+ let treePath = [];
+ this._extractTreePath(res.result.data, treePath);
+ this.selected = treePath;
+ return treePath;
+ });
+ },
+
+ getCommand(options = {}) {
+ /* eslint-disable no-undef */
+ let db = uniCloud.database(this.spaceInfo)
+
+ const action = options.action || this.action
+ if (action) {
+ db = db.action(action)
+ }
+
+ const collection = options.collection || this.collection
+ db = db.collection(collection)
+
+ const where = options.where || this.where
+ if (!(!where || !Object.keys(where).length)) {
+ db = db.where(where)
+ }
+
+ const field = options.field || this.field
+ if (field) {
+ db = db.field(field)
+ }
+
+ const orderby = options.orderby || this.orderby
+ if (orderby) {
+ db = db.orderBy(orderby)
+ }
+
+ const current = options.pageCurrent !== undefined ? options.pageCurrent : this.page.current
+ const size = options.pageSize !== undefined ? options.pageSize : this.page.size
+ const getCount = options.getcount !== undefined ? options.getcount : this.getcount
+ const getTree = options.gettree !== undefined ? options.gettree : this.gettree
+
+ const getOptions = {
+ getCount,
+ getTree
+ }
+ if (options.getTreePath) {
+ getOptions.getTreePath = options.getTreePath
+ }
+
+ db = db.skip(size * (current - 1)).limit(size).get(getOptions)
+
+ return db
+ },
+
+ _cloudDataPostField() {
+ let fields = [this.field];
+ if (this.parentField) {
+ fields.push(`${this.parentField} as parent_value`);
+ }
+ return fields.join(',');
+ },
+
+ _cloudDataTreeWhere() {
+ let result = []
+ let selected = this.selected
+ let parentField = this.parentField
+ if (parentField) {
+ result.push(`${parentField} == null || ${parentField} == ""`)
+ }
+ if (selected.length) {
+ for (var i = 0; i < selected.length - 1; i++) {
+ result.push(`${parentField} == '${selected[i].value}'`)
+ }
+ }
+
+ let where = []
+ if (this.where) {
+ where.push(`(${this.where})`)
+ }
+
+ if (result.length) {
+ where.push(`(${result.join(' || ')})`)
+ }
+
+ return where.join(' && ')
+ },
+
+ _cloudDataNodeWhere() {
+ let where = []
+ let selected = this.selected;
+ if (selected.length) {
+ where.push(`${this.parentField} == '${selected[selected.length - 1].value}'`);
+ }
+
+ where = where.join(' || ');
+
+ if (this.where) {
+ return `(${this.where}) && (${where})`
+ }
+
+ return where
+ },
+
+ _getWhereByForeignKey() {
+ let result = []
+ let whereField = this._getForeignKeyByField();
+ if (whereField) {
+ result.push(`${whereField} == '${this.dataValue}'`)
+ }
+
+ if (this.where) {
+ return `(${this.where}) && (${result.join(' || ')})`
+ }
+
+ return result.join(' || ')
+ },
+
+ _getForeignKeyByField() {
+ let fields = this.field.split(',');
+ let whereField = null;
+ for (let i = 0; i < fields.length; i++) {
+ const items = fields[i].split('as');
+ if (items.length < 2) {
+ continue;
+ }
+ if (items[1].trim() === 'value') {
+ whereField = items[0].trim();
+ break;
+ }
+ }
+ return whereField;
+ },
+
+ _updateBindData(node) {
+ const {
+ dataList,
+ hasNodes
+ } = this._filterData(this._treeData, this.selected)
+
+ let isleaf = this._stepSearh === false && !hasNodes
+
+ if (node) {
+ node.isleaf = isleaf
+ }
+
+ this.dataList = dataList
+ this.selectedIndex = dataList.length - 1
+
+ if (!isleaf && this.selected.length < dataList.length) {
+ this.selected.push({
+ value: null,
+ text: "请选择"
+ })
+ }
+
+ return {
+ isleaf,
+ hasNodes
+ }
+ },
+
+ _updateSelected() {
+ let dl = this.dataList
+ let sl = this.selected
+ let textField = this.map.text
+ let valueField = this.map.value
+ for (let i = 0; i < sl.length; i++) {
+ let value = sl[i].value
+ let dl2 = dl[i]
+ for (let j = 0; j < dl2.length; j++) {
+ let item2 = dl2[j]
+ if (item2[valueField] === value) {
+ sl[i].text = item2[textField]
+ break
+ }
+ }
+ }
+ },
+
+ _filterData(data, paths) {
+ let dataList = []
+ let hasNodes = true
+
+ dataList.push(data.filter((item) => {
+ return (item.parent_value === null || item.parent_value === undefined || item.parent_value === '')
+ }))
+ for (let i = 0; i < paths.length; i++) {
+ let value = paths[i].value
+ let nodes = data.filter((item) => {
+ return item.parent_value === value
+ })
+
+ if (nodes.length) {
+ dataList.push(nodes)
+ } else {
+ hasNodes = false
+ }
+ }
+
+ return {
+ dataList,
+ hasNodes
+ }
+ },
+
+ _extractTree(nodes, result, parent_value) {
+ let list = result || []
+ let valueField = this.map.value
+ for (let i = 0; i < nodes.length; i++) {
+ let node = nodes[i]
+
+ let child = {}
+ for (let key in node) {
+ if (key !== 'children') {
+ child[key] = node[key]
+ }
+ }
+ if (parent_value !== null && parent_value !== undefined && parent_value !== '') {
+ child.parent_value = parent_value
+ }
+ result.push(child)
+
+ let children = node.children
+ if (children) {
+ this._extractTree(children, result, node[valueField])
+ }
+ }
+ },
+
+ _extractTreePath(nodes, result) {
+ let list = result || []
+ for (let i = 0; i < nodes.length; i++) {
+ let node = nodes[i]
+
+ let child = {}
+ for (let key in node) {
+ if (key !== 'children') {
+ child[key] = node[key]
+ }
+ }
+ result.push(child)
+
+ let children = node.children
+ if (children) {
+ this._extractTreePath(children, result)
+ }
+ }
+ },
+
+ _findNodePath(key, nodes, path = []) {
+ let textField = this.map.text
+ let valueField = this.map.value
+ for (let i = 0; i < nodes.length; i++) {
+ let node = nodes[i]
+ let children = node.children
+ let text = node[textField]
+ let value = node[valueField]
+
+ path.push({
+ value,
+ text
+ })
+
+ if (value === key) {
+ return path
+ }
+
+ if (children) {
+ const p = this._findNodePath(key, children, path)
+ if (p.length) {
+ return p
+ }
+ }
+
+ path.pop()
+ }
+ return []
+ }
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts
new file mode 100644
index 0000000..372795d
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts
@@ -0,0 +1,693 @@
+export type PaginationType = {
+ current : number,
+ size : number,
+ count : number
+}
+
+export type LoadMoreType = {
+ contentdown : string,
+ contentrefresh : string,
+ contentnomore : string
+}
+
+export type SelectedItemType = {
+ name : string,
+ value : string,
+}
+
+export type GetCommandOptions = {
+ collection ?: UTSJSONObject,
+ field ?: string,
+ orderby ?: string,
+ where ?: any,
+ pageData ?: string,
+ pageCurrent ?: number,
+ pageSize ?: number,
+ getCount ?: boolean,
+ getTree ?: any,
+ getTreePath ?: UTSJSONObject,
+ startwith ?: string,
+ limitlevel ?: number,
+ groupby ?: string,
+ groupField ?: string,
+ distinct ?: boolean,
+ pageIndistinct ?: boolean,
+ foreignKey ?: string,
+ loadtime ?: string,
+ manual ?: boolean
+}
+
+const DefaultSelectedNode = {
+ text: '请选择',
+ value: ''
+}
+
+export const dataPicker = defineMixin({
+ props: {
+ localdata: {
+ type: Array as PropType>,
+ default: [] as Array
+ },
+ collection: {
+ type: Object,
+ default: ''
+ },
+ field: {
+ type: String,
+ default: ''
+ },
+ orderby: {
+ type: String,
+ default: ''
+ },
+ where: {
+ type: Object,
+ default: ''
+ },
+ pageData: {
+ type: String,
+ default: 'add'
+ },
+ pageCurrent: {
+ type: Number,
+ default: 1
+ },
+ pageSize: {
+ type: Number,
+ default: 20
+ },
+ getcount: {
+ type: Boolean,
+ default: false
+ },
+ gettree: {
+ type: Object,
+ default: ''
+ },
+ gettreepath: {
+ type: Object,
+ default: ''
+ },
+ startwith: {
+ type: String,
+ default: ''
+ },
+ limitlevel: {
+ type: Number,
+ default: 10
+ },
+ groupby: {
+ type: String,
+ default: ''
+ },
+ groupField: {
+ type: String,
+ default: ''
+ },
+ distinct: {
+ type: Boolean,
+ default: false
+ },
+ pageIndistinct: {
+ type: Boolean,
+ default: false
+ },
+ foreignKey: {
+ type: String,
+ default: ''
+ },
+ loadtime: {
+ type: String,
+ default: 'auto'
+ },
+ manual: {
+ type: Boolean,
+ default: false
+ },
+ preload: {
+ type: Boolean,
+ default: false
+ },
+ stepSearh: {
+ type: Boolean,
+ default: true
+ },
+ selfField: {
+ type: String,
+ default: ''
+ },
+ parentField: {
+ type: String,
+ default: ''
+ },
+ multiple: {
+ type: Boolean,
+ default: false
+ },
+ value: {
+ type: Object,
+ default: ''
+ },
+ modelValue: {
+ type: Object,
+ default: ''
+ },
+ defaultProps: {
+ type: Object as PropType,
+ }
+ },
+ data() {
+ return {
+ loading: false,
+ error: null as UniCloudError | null,
+ treeData: [] as Array,
+ selectedIndex: 0,
+ selectedNodes: [] as Array,
+ selectedPages: [] as Array[],
+ selectedValue: '',
+ selectedPaths: [] as Array,
+ pagination: {
+ current: 1,
+ size: 20,
+ count: 0
+ } as PaginationType
+ }
+ },
+ computed: {
+ mappingTextName() : string {
+ // TODO
+ return (this.defaultProps != null) ? this.defaultProps!.getString('text', 'text') : 'text'
+ },
+ mappingValueName() : string {
+ // TODO
+ return (this.defaultProps != null) ? this.defaultProps!.getString('value', 'value') : 'value'
+ },
+ currentDataList() : Array {
+ if (this.selectedIndex > this.selectedPages.length - 1) {
+ return [] as Array
+ }
+ return this.selectedPages[this.selectedIndex]
+ },
+ isLocalData() : boolean {
+ return this.localdata.length > 0
+ },
+ isCloudData() : boolean {
+ return this._checkIsNotNull(this.collection)
+ },
+ isCloudDataList() : boolean {
+ return (this.isCloudData && (this.parentField.length == 0 && this.selfField.length == 0))
+ },
+ isCloudDataTree() : boolean {
+ return (this.isCloudData && this.parentField.length > 0 && this.selfField.length > 0)
+ },
+ dataValue() : any {
+ return this.hasModelValue ? this.modelValue : this.value
+ },
+ hasCloudTreeData() : boolean {
+ return this.treeData.length > 0
+ },
+ hasModelValue() : boolean {
+ if (typeof this.modelValue == 'string') {
+ const valueString = this.modelValue as string
+ return (valueString.length > 0)
+ } else if (Array.isArray(this.modelValue)) {
+ const valueArray = this.modelValue as Array
+ return (valueArray.length > 0)
+ }
+ return false
+ },
+ hasCloudDataValue() : boolean {
+ if (typeof this.dataValue == 'string') {
+ const valueString = this.dataValue as string
+ return (valueString.length > 0)
+ }
+ return false
+ }
+ },
+ created() {
+ this.pagination.current = this.pageCurrent
+ this.pagination.size = this.pageSize
+
+ this.$watch(
+ () : any => [
+ this.pageCurrent,
+ this.pageSize,
+ this.localdata,
+ this.value,
+ this.collection,
+ this.field,
+ this.getcount,
+ this.orderby,
+ this.where,
+ this.groupby,
+ this.groupField,
+ this.distinct
+ ],
+ (newValue : Array, oldValue : Array) => {
+ this.pagination.size = this.pageSize
+ if (newValue[0] !== oldValue[0]) {
+ this.pagination.current = this.pageCurrent
+ }
+
+ this.onPropsChange()
+ }
+ )
+ },
+ methods: {
+ onPropsChange() {
+ this.selectedIndex = 0
+ this.treeData.length = 0
+ this.selectedNodes.length = 0
+ this.selectedPages.length = 0
+ this.selectedPaths.length = 0
+
+ // 加载数据
+ this.$nextTick(() => {
+ this.loadData()
+ })
+ },
+
+ onTabSelect(index : number) {
+ this.selectedIndex = index
+ },
+
+ onNodeClick(nodeData : UTSJSONObject) {
+ if (nodeData.getBoolean('disable', false)) {
+ return
+ }
+
+ const isLeaf = this._checkIsLeafNode(nodeData)
+
+ this._trimSelectedNodes(nodeData)
+
+ this.$emit('nodeclick', nodeData)
+
+ if (this.isLocalData) {
+ if (isLeaf || !this._checkHasChildren(nodeData)) {
+ this.onFinish()
+ }
+ } else if (this.isCloudDataList) {
+ this.onFinish()
+ } else if (this.isCloudDataTree) {
+ if (isLeaf) {
+ this.onFinish()
+ } else if (!this._checkHasChildren(nodeData)) {
+ // 尝试请求一次,如果没有返回数据标记为叶子节点
+ this.loadCloudDataNode(nodeData)
+ }
+ }
+ },
+
+ getChangeNodes(): Array {
+ const nodes: Array = []
+ this.selectedNodes.forEach((node : UTSJSONObject) => {
+ const newNode: UTSJSONObject = {}
+ newNode[this.mappingTextName] = node.getString(this.mappingTextName)
+ newNode[this.mappingValueName] = node.getString(this.mappingValueName)
+ nodes.push(newNode)
+ })
+ return nodes
+ },
+
+ onFinish() { },
+
+ // 加载数据(自动判定环境)
+ loadData() {
+ if (this.isLocalData) {
+ this.loadLocalData()
+ } else if (this.isCloudDataList) {
+ this.loadCloudDataList()
+ } else if (this.isCloudDataTree) {
+ this.loadCloudDataTree()
+ }
+ },
+
+ // 加载本地数据
+ loadLocalData() {
+ this.treeData = this.localdata
+ if (Array.isArray(this.dataValue)) {
+ const value = this.dataValue as Array
+ this.selectedPaths = value.slice(0)
+ this._pushSelectedTreeNodes(value, this.localdata)
+ } else {
+ this._pushSelectedNodes(this.localdata)
+ }
+ },
+
+ // 加载 Cloud 数据 (单列)
+ loadCloudDataList() {
+ this._loadCloudData(null, (data : Array) => {
+ this.treeData = data
+ this._pushSelectedNodes(data)
+ })
+ },
+
+ // 加载 Cloud 数据 (树形)
+ loadCloudDataTree() {
+ let commandOptions = {
+ field: this._cloudDataPostField(),
+ where: this._cloudDataTreeWhere(),
+ getTree: true
+ } as GetCommandOptions
+ if (this._checkIsNotNull(this.gettree)) {
+ commandOptions.startwith = `${this.selfField}=='${this.dataValue as string}'`
+ }
+ this._loadCloudData(commandOptions, (data : Array) => {
+ this.treeData = data
+ if (this.selectedPaths.length > 0) {
+ this._pushSelectedTreeNodes(this.selectedPaths, data)
+ } else {
+ this._pushSelectedNodes(data)
+ }
+ })
+ },
+
+ // 加载 Cloud 数据 (节点)
+ loadCloudDataNode(nodeData : UTSJSONObject) {
+ const commandOptions = {
+ field: this._cloudDataPostField(),
+ where: this._cloudDataNodeWhere()
+ } as GetCommandOptions
+ this._loadCloudData(commandOptions, (data : Array) => {
+ nodeData['children'] = data
+ if (data.length == 0) {
+ nodeData['isleaf'] = true
+ this.onFinish()
+ } else {
+ this._pushSelectedNodes(data)
+ }
+ })
+ },
+
+ // 回显 Cloud Tree Path
+ loadCloudDataPath() {
+ if (!this.hasCloudDataValue) {
+ return
+ }
+
+ const command : GetCommandOptions = {}
+
+ // 单列
+ if (this.isCloudDataList) {
+ // 根据 field's as value标识匹配 where 条件
+ let where : Array = [];
+ let whereField = this._getForeignKeyByField();
+ if (whereField.length > 0) {
+ where.push(`${whereField} == '${this.dataValue as string}'`)
+ }
+
+ let whereString = where.join(' || ')
+ if (this._checkIsNotNull(this.where)) {
+ whereString = `(${this.where}) && (${whereString})`
+ }
+
+ command.field = this._cloudDataPostField()
+ command.where = whereString
+ }
+
+ // 树形
+ if (this.isCloudDataTree) {
+ command.field = this._cloudDataPostField()
+ command.getTreePath = {
+ startWith: `${this.selfField}=='${this.dataValue as string}'`
+ }
+ }
+
+ this._loadCloudData(command, (data : Array) => {
+ this._extractTreePath(data, this.selectedPaths)
+ })
+ },
+
+ _loadCloudData(options ?: GetCommandOptions, callback ?: ((data : Array) => void)) {
+ if (this.loading) {
+ return
+ }
+ this.loading = true
+
+ this.error = null
+
+ this._getCommand(options).then((response : UniCloudDBGetResult) => {
+ callback?.(response.data)
+ }).catch((err : any | null) => {
+ this.error = err as UniCloudError
+ }).finally(() => {
+ this.loading = false
+ })
+ },
+
+ _cloudDataPostField() : string {
+ let fields = [this.field];
+ if (this.parentField.length > 0) {
+ fields.push(`${this.parentField} as parent_value`)
+ }
+ return fields.join(',')
+ },
+
+ _cloudDataTreeWhere() : string {
+ let result : Array = []
+ let selectedNodes = this.selectedNodes.length > 0 ? this.selectedNodes : this.selectedPaths
+ let parentField = this.parentField
+ if (parentField.length > 0) {
+ result.push(`${parentField} == null || ${parentField} == ""`)
+ }
+ if (selectedNodes.length > 0) {
+ for (var i = 0; i < selectedNodes.length - 1; i++) {
+ const parentFieldValue = selectedNodes[i].getString('value', '')
+ result.push(`${parentField} == '${parentFieldValue}'`)
+ }
+ }
+
+ let where : Array = []
+ if (this._checkIsNotNull(this.where)) {
+ where.push(`(${this.where as string})`)
+ }
+
+ if (result.length > 0) {
+ where.push(`(${result.join(' || ')})`)
+ }
+
+ return where.join(' && ')
+ },
+
+ _cloudDataNodeWhere() : string {
+ const where : Array = []
+ if (this.selectedNodes.length > 0) {
+ const value = this.selectedNodes[this.selectedNodes.length - 1].getString('value', '')
+ where.push(`${this.parentField} == '${value}'`)
+ }
+
+ let whereString = where.join(' || ')
+ if (this._checkIsNotNull(this.where)) {
+ return `(${this.where as string}) && (${whereString})`
+ }
+
+ return whereString
+ },
+
+ _getWhereByForeignKey() : string {
+ let result : Array = []
+ let whereField = this._getForeignKeyByField();
+ if (whereField.length > 0) {
+ result.push(`${whereField} == '${this.dataValue as string}'`)
+ }
+
+ if (this._checkIsNotNull(this.where)) {
+ return `(${this.where}) && (${result.join(' || ')})`
+ }
+
+ return result.join(' || ')
+ },
+
+ _getForeignKeyByField() : string {
+ const fields = this.field.split(',')
+ let whereField = ''
+ for (let i = 0; i < fields.length; i++) {
+ const items = fields[i].split('as')
+ if (items.length < 2) {
+ continue
+ }
+ if (items[1].trim() === 'value') {
+ whereField = items[0].trim()
+ break
+ }
+ }
+ return whereField
+ },
+
+ _getCommand(options ?: GetCommandOptions) : Promise {
+ let db = uniCloud.databaseForJQL()
+
+ let collection = Array.isArray(this.collection) ? db.collection(...(this.collection as Array)) : db.collection(this.collection)
+
+ let filter : UniCloudDBFilter | null = null
+ if (this.foreignKey.length > 0) {
+ filter = collection.foreignKey(this.foreignKey)
+ }
+
+ const where : any = options?.where ?? this.where
+ if (typeof where == 'string') {
+ const whereString = where as string
+ if (whereString.length > 0) {
+ filter = (filter != null) ? filter.where(where) : collection.where(where)
+ }
+ } else {
+ filter = (filter != null) ? filter.where(where) : collection.where(where)
+ }
+
+ let query : UniCloudDBQuery | null = null
+ if (this.field.length > 0) {
+ query = (filter != null) ? filter.field(this.field) : collection.field(this.field)
+ }
+ if (this.groupby.length > 0) {
+ if (query != null) {
+ query = query.groupBy(this.groupby)
+ } else if (filter != null) {
+ query = filter.groupBy(this.groupby)
+ }
+ }
+ if (this.groupField.length > 0) {
+ if (query != null) {
+ query = query.groupField(this.groupField)
+ } else if (filter != null) {
+ query = filter.groupField(this.groupField)
+ }
+ }
+ if (this.distinct == true) {
+ if (query != null) {
+ query = query.distinct(this.field)
+ } else if (filter != null) {
+ query = filter.distinct(this.field)
+ }
+ }
+ if (this.orderby.length > 0) {
+ if (query != null) {
+ query = query.orderBy(this.orderby)
+ } else if (filter != null) {
+ query = filter.orderBy(this.orderby)
+ }
+ }
+
+ const size = this.pagination.size
+ const current = this.pagination.current
+ if (query != null) {
+ query = query.skip(size * (current - 1)).limit(size)
+ } else if (filter != null) {
+ query = filter.skip(size * (current - 1)).limit(size)
+ } else {
+ query = collection.skip(size * (current - 1)).limit(size)
+ }
+
+ const getOptions = {}
+ const treeOptions = {
+ limitLevel: this.limitlevel,
+ startWith: this.startwith
+ }
+ if (this.getcount == true) {
+ getOptions['getCount'] = this.getcount
+ }
+
+ const getTree : any = options?.getTree ?? this.gettree
+ if (typeof getTree == 'string') {
+ const getTreeString = getTree as string
+ if (getTreeString.length > 0) {
+ getOptions['getTree'] = treeOptions
+ }
+ } else if (typeof getTree == 'object') {
+ getOptions['getTree'] = treeOptions
+ } else {
+ getOptions['getTree'] = getTree
+ }
+
+ const getTreePath = options?.getTreePath ?? this.gettreepath
+ if (typeof getTreePath == 'string') {
+ const getTreePathString = getTreePath as string
+ if (getTreePathString.length > 0) {
+ getOptions['getTreePath'] = getTreePath
+ }
+ } else {
+ getOptions['getTreePath'] = getTreePath
+ }
+
+ return query.get(getOptions)
+ },
+
+ _checkIsNotNull(value : any) : boolean {
+ if (typeof value == 'string') {
+ const valueString = value as string
+ return (valueString.length > 0)
+ } else if (value instanceof UTSJSONObject) {
+ return true
+ }
+ return false
+ },
+
+ _checkIsLeafNode(nodeData : UTSJSONObject) : boolean {
+ if (this.selectedIndex >= this.limitlevel) {
+ return true
+ }
+
+ if (nodeData.getBoolean('isleaf', false)) {
+ return true
+ }
+
+ return false
+ },
+
+ _checkHasChildren(nodeData : UTSJSONObject) : boolean {
+ const children = nodeData.getArray('children') ?? ([] as Array)
+ return children.length > 0
+ },
+
+ _pushSelectedNodes(nodes : Array) {
+ this.selectedNodes.push(DefaultSelectedNode)
+ this.selectedPages.push(nodes)
+ this.selectedIndex = this.selectedPages.length - 1
+ },
+
+ _trimSelectedNodes(nodeData : UTSJSONObject) {
+ this.selectedNodes.splice(this.selectedIndex)
+ this.selectedNodes.push(nodeData)
+
+ if (this.selectedPages.length > 0) {
+ this.selectedPages.splice(this.selectedIndex + 1)
+ }
+
+ const children = nodeData.getArray('children') ?? ([] as Array)
+ if (children.length > 0) {
+ this.selectedNodes.push(DefaultSelectedNode)
+ this.selectedPages.push(children)
+ }
+
+ this.selectedIndex = this.selectedPages.length - 1
+ },
+
+ _pushSelectedTreeNodes(paths : Array, nodes : Array) {
+ let children : Array = nodes
+ paths.forEach((node : UTSJSONObject) => {
+ const findNode = children.find((item : UTSJSONObject) : boolean => {
+ return (item.getString(this.mappingValueName) == node.getString(this.mappingValueName))
+ })
+ if (findNode != null) {
+ this.selectedPages.push(children)
+ this.selectedNodes.push(node)
+ children = findNode.getArray('children') ?? ([] as Array)
+ }
+ })
+ this.selectedIndex = this.selectedPages.length - 1
+ },
+
+ _extractTreePath(nodes : Array, result : Array) {
+ if (nodes.length == 0) {
+ return
+ }
+
+ const node = nodes[0]
+ result.push(node)
+
+ const children = node.getArray('children')
+ if (Array.isArray(children) && children!.length > 0) {
+ this._extractTreePath(children, result)
+ }
+ }
+ }
+})
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css
new file mode 100644
index 0000000..39fe1c3
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css
@@ -0,0 +1,76 @@
+.uni-data-pickerview {
+ position: relative;
+ flex-direction: column;
+ overflow: hidden;
+}
+
+.loading-cover {
+ position: absolute;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ align-items: center;
+ justify-content: center;
+ background-color: rgba(150, 150, 150, .1);
+}
+
+.error {
+ background-color: #fff;
+ padding: 15px;
+}
+
+.error-text {
+ color: #DD524D;
+}
+
+.selected-node-list {
+ flex-direction: row;
+ flex-wrap: nowrap;
+}
+
+.selected-node-item {
+ margin-left: 10px;
+ margin-right: 10px;
+ padding: 8px 10px 8px 10px;
+ border-bottom: 2px solid transparent;
+}
+
+.selected-node-item-active {
+ color: #007aff;
+ border-bottom-color: #007aff;
+}
+
+.list-view {
+ flex: 1;
+}
+
+.list-item {
+ flex-direction: row;
+ justify-content: space-between;
+ padding: 12px 15px;
+ border-bottom: 1px solid #f0f0f0;
+}
+
+.item-text {
+ color: #333333;
+}
+
+.item-text-disabled {
+ opacity: .5;
+}
+
+.item-text-overflow {
+ overflow: hidden;
+}
+
+.check {
+ margin-right: 5px;
+ border: 2px solid #007aff;
+ border-left: 0;
+ border-top: 0;
+ height: 12px;
+ width: 6px;
+ transform-origin: center;
+ transform: rotate(45deg);
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue
new file mode 100644
index 0000000..f4780f3
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue
@@ -0,0 +1,69 @@
+
+
+
+ {{error!.errMsg}}
+
+
+
+
+
+ {{item[mappingTextName]}}
+
+
+
+
+
+
+ {{item[mappingTextName]}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue
new file mode 100644
index 0000000..6ebced9
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue
@@ -0,0 +1,323 @@
+
+
+
+
+
+ {{item.text || ''}}
+
+
+
+
+
+
+ {{item[map.text]}}
+
+
+
+
+
+
+
+
+ {{errorMessage}}
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-data-select/uni-data-select.vue b/node_modules/@dcloudio/uni-ui/lib/uni-data-select/uni-data-select.vue
new file mode 100644
index 0000000..edab65a
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-data-select/uni-data-select.vue
@@ -0,0 +1,562 @@
+
+
+ {{label + ':'}}
+
+
+
+ {{textShow}}
+ {{typePlaceholder}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{emptyTips}}
+
+
+ {{formatItemName(item)}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-dateformat/date-format.js b/node_modules/@dcloudio/uni-ui/lib/uni-dateformat/date-format.js
new file mode 100644
index 0000000..e00d559
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-dateformat/date-format.js
@@ -0,0 +1,200 @@
+// yyyy-MM-dd hh:mm:ss.SSS 所有支持的类型
+function pad(str, length = 2) {
+ str += ''
+ while (str.length < length) {
+ str = '0' + str
+ }
+ return str.slice(-length)
+}
+
+const parser = {
+ yyyy: (dateObj) => {
+ return pad(dateObj.year, 4)
+ },
+ yy: (dateObj) => {
+ return pad(dateObj.year)
+ },
+ MM: (dateObj) => {
+ return pad(dateObj.month)
+ },
+ M: (dateObj) => {
+ return dateObj.month
+ },
+ dd: (dateObj) => {
+ return pad(dateObj.day)
+ },
+ d: (dateObj) => {
+ return dateObj.day
+ },
+ hh: (dateObj) => {
+ return pad(dateObj.hour)
+ },
+ h: (dateObj) => {
+ return dateObj.hour
+ },
+ mm: (dateObj) => {
+ return pad(dateObj.minute)
+ },
+ m: (dateObj) => {
+ return dateObj.minute
+ },
+ ss: (dateObj) => {
+ return pad(dateObj.second)
+ },
+ s: (dateObj) => {
+ return dateObj.second
+ },
+ SSS: (dateObj) => {
+ return pad(dateObj.millisecond, 3)
+ },
+ S: (dateObj) => {
+ return dateObj.millisecond
+ },
+}
+
+// 这都n年了iOS依然不认识2020-12-12,需要转换为2020/12/12
+function getDate(time) {
+ if (time instanceof Date) {
+ return time
+ }
+ switch (typeof time) {
+ case 'string':
+ {
+ // 2020-12-12T12:12:12.000Z、2020-12-12T12:12:12.000
+ if (time.indexOf('T') > -1) {
+ return new Date(time)
+ }
+ return new Date(time.replace(/-/g, '/'))
+ }
+ default:
+ return new Date(time)
+ }
+}
+
+export function formatDate(date, format = 'yyyy/MM/dd hh:mm:ss') {
+ if (!date && date !== 0) {
+ return ''
+ }
+ date = getDate(date)
+ const dateObj = {
+ year: date.getFullYear(),
+ month: date.getMonth() + 1,
+ day: date.getDate(),
+ hour: date.getHours(),
+ minute: date.getMinutes(),
+ second: date.getSeconds(),
+ millisecond: date.getMilliseconds()
+ }
+ const tokenRegExp = /yyyy|yy|MM|M|dd|d|hh|h|mm|m|ss|s|SSS|SS|S/
+ let flag = true
+ let result = format
+ while (flag) {
+ flag = false
+ result = result.replace(tokenRegExp, function(matched) {
+ flag = true
+ return parser[matched](dateObj)
+ })
+ }
+ return result
+}
+
+export function friendlyDate(time, {
+ locale = 'zh',
+ threshold = [60000, 3600000],
+ format = 'yyyy/MM/dd hh:mm:ss'
+}) {
+ if (time === '-') {
+ return time
+ }
+ if (!time && time !== 0) {
+ return ''
+ }
+ const localeText = {
+ zh: {
+ year: '年',
+ month: '月',
+ day: '天',
+ hour: '小时',
+ minute: '分钟',
+ second: '秒',
+ ago: '前',
+ later: '后',
+ justNow: '刚刚',
+ soon: '马上',
+ template: '{num}{unit}{suffix}'
+ },
+ en: {
+ year: 'year',
+ month: 'month',
+ day: 'day',
+ hour: 'hour',
+ minute: 'minute',
+ second: 'second',
+ ago: 'ago',
+ later: 'later',
+ justNow: 'just now',
+ soon: 'soon',
+ template: '{num} {unit} {suffix}'
+ }
+ }
+ const text = localeText[locale] || localeText.zh
+ let date = getDate(time)
+ let ms = date.getTime() - Date.now()
+ let absMs = Math.abs(ms)
+ if (absMs < threshold[0]) {
+ return ms < 0 ? text.justNow : text.soon
+ }
+ if (absMs >= threshold[1]) {
+ return formatDate(date, format)
+ }
+ let num
+ let unit
+ let suffix = text.later
+ if (ms < 0) {
+ suffix = text.ago
+ ms = -ms
+ }
+ const seconds = Math.floor((ms) / 1000)
+ const minutes = Math.floor(seconds / 60)
+ const hours = Math.floor(minutes / 60)
+ const days = Math.floor(hours / 24)
+ const months = Math.floor(days / 30)
+ const years = Math.floor(months / 12)
+ switch (true) {
+ case years > 0:
+ num = years
+ unit = text.year
+ break
+ case months > 0:
+ num = months
+ unit = text.month
+ break
+ case days > 0:
+ num = days
+ unit = text.day
+ break
+ case hours > 0:
+ num = hours
+ unit = text.hour
+ break
+ case minutes > 0:
+ num = minutes
+ unit = text.minute
+ break
+ default:
+ num = seconds
+ unit = text.second
+ break
+ }
+
+ if (locale === 'en') {
+ if (num === 1) {
+ num = 'a'
+ } else {
+ unit += 's'
+ }
+ }
+
+ return text.template.replace(/{\s*num\s*}/g, num + '').replace(/{\s*unit\s*}/g, unit).replace(/{\s*suffix\s*}/g,
+ suffix)
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-dateformat/uni-dateformat.vue b/node_modules/@dcloudio/uni-ui/lib/uni-dateformat/uni-dateformat.vue
new file mode 100644
index 0000000..c5ed030
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-dateformat/uni-dateformat.vue
@@ -0,0 +1,88 @@
+
+ {{dateShow}}
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/calendar-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/calendar-item.vue
new file mode 100644
index 0000000..dba9887
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/calendar-item.vue
@@ -0,0 +1,177 @@
+
+
+
+
+ {{weeks.date}}
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/calendar.vue b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/calendar.vue
new file mode 100644
index 0000000..0f9e121
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/calendar.vue
@@ -0,0 +1,947 @@
+
+
+
+
+
+
+
+
+
+
+ {{nowDate.month}}
+
+
+
+
+ {{SUNText}}
+
+
+ {{MONText}}
+
+
+ {{TUEText}}
+
+
+ {{WEDText}}
+
+
+ {{THUText}}
+
+
+ {{FRIText}}
+
+
+ {{SATText}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{tempSingleDate ? tempSingleDate : selectDateText}}
+
+
+
+
+
+
+ {{tempRange.before ? tempRange.before : startDateText}}
+
+
+
+
+
+
+
+
+ {{tempRange.after ? tempRange.after : endDateText}}
+
+
+
+
+
+
+ {{confirmText}}
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/en.json
new file mode 100644
index 0000000..024f22f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/en.json
@@ -0,0 +1,22 @@
+{
+ "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"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/zh-Hans.json
new file mode 100644
index 0000000..d2df5e7
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/zh-Hans.json
@@ -0,0 +1,22 @@
+{
+ "uni-datetime-picker.selectDate": "选择日期",
+ "uni-datetime-picker.selectTime": "选择时间",
+ "uni-datetime-picker.selectDateTime": "选择日期时间",
+ "uni-datetime-picker.startDate": "开始日期",
+ "uni-datetime-picker.endDate": "结束日期",
+ "uni-datetime-picker.startTime": "开始时间",
+ "uni-datetime-picker.endTime": "结束时间",
+ "uni-datetime-picker.ok": "确定",
+ "uni-datetime-picker.clear": "清除",
+ "uni-datetime-picker.cancel": "取消",
+ "uni-datetime-picker.year": "年",
+ "uni-datetime-picker.month": "月",
+ "uni-calender.SUN": "日",
+ "uni-calender.MON": "一",
+ "uni-calender.TUE": "二",
+ "uni-calender.WED": "三",
+ "uni-calender.THU": "四",
+ "uni-calender.FRI": "五",
+ "uni-calender.SAT": "六",
+ "uni-calender.confirm": "确认"
+}
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/zh-Hant.json
new file mode 100644
index 0000000..d23fa3c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/i18n/zh-Hant.json
@@ -0,0 +1,22 @@
+{
+ "uni-datetime-picker.selectDate": "選擇日期",
+ "uni-datetime-picker.selectTime": "選擇時間",
+ "uni-datetime-picker.selectDateTime": "選擇日期時間",
+ "uni-datetime-picker.startDate": "開始日期",
+ "uni-datetime-picker.endDate": "結束日期",
+ "uni-datetime-picker.startTime": "開始时间",
+ "uni-datetime-picker.endTime": "結束时间",
+ "uni-datetime-picker.ok": "確定",
+ "uni-datetime-picker.clear": "清除",
+ "uni-datetime-picker.cancel": "取消",
+ "uni-datetime-picker.year": "年",
+ "uni-datetime-picker.month": "月",
+ "uni-calender.SUN": "日",
+ "uni-calender.MON": "一",
+ "uni-calender.TUE": "二",
+ "uni-calender.WED": "三",
+ "uni-calender.THU": "四",
+ "uni-calender.FRI": "五",
+ "uni-calender.SAT": "六",
+ "uni-calender.confirm": "確認"
+}
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/time-picker.vue b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/time-picker.vue
new file mode 100644
index 0000000..1817692
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/time-picker.vue
@@ -0,0 +1,940 @@
+
+
+
+
+
+ {{time}}
+
+ {{selectTimeText}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue
new file mode 100644
index 0000000..11fc45a
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue
@@ -0,0 +1,1057 @@
+
+
+
+
+
+
+
+ {{ displayValue || singlePlaceholderText }}
+
+
+
+
+ {{ displayRangeValue.startDate || startPlaceholderText }}
+
+ {{rangeSeparator}}
+
+ {{ displayRangeValue.endDate || endPlaceholderText }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/util.js b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/util.js
new file mode 100644
index 0000000..01802fa
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/util.js
@@ -0,0 +1,421 @@
+class Calendar {
+ constructor({
+ selected,
+ startDate,
+ endDate,
+ range,
+ } = {}) {
+ // 当前日期
+ this.date = this.getDateObj(new Date()) // 当前初入日期
+ // 打点信息
+ this.selected = selected || [];
+ // 起始时间
+ this.startDate = startDate
+ // 终止时间
+ this.endDate = endDate
+ // 是否范围选择
+ this.range = range
+ // 多选状态
+ this.cleanMultipleStatus()
+ // 每周日期
+ this.weeks = {}
+ this.lastHover = false
+ }
+ /**
+ * 设置日期
+ * @param {Object} date
+ */
+ setDate(date) {
+ const selectDate = this.getDateObj(date)
+ this.getWeeks(selectDate.fullDate)
+ }
+
+ /**
+ * 清理多选状态
+ */
+ cleanMultipleStatus() {
+ this.multipleStatus = {
+ before: '',
+ after: '',
+ data: []
+ }
+ }
+
+ setStartDate(startDate) {
+ this.startDate = startDate
+ }
+
+ setEndDate(endDate) {
+ this.endDate = endDate
+ }
+
+ getPreMonthObj(date) {
+ date = fixIosDateFormat(date)
+ date = new Date(date)
+
+ const oldMonth = date.getMonth()
+ date.setMonth(oldMonth - 1)
+ const newMonth = date.getMonth()
+ if (oldMonth !== 0 && newMonth - oldMonth === 0) {
+ date.setMonth(newMonth - 1)
+ }
+ return this.getDateObj(date)
+ }
+ getNextMonthObj(date) {
+ date = fixIosDateFormat(date)
+ date = new Date(date)
+
+ const oldMonth = date.getMonth()
+ date.setMonth(oldMonth + 1)
+ const newMonth = date.getMonth()
+ if (newMonth - oldMonth > 1) {
+ date.setMonth(newMonth - 1)
+ }
+ return this.getDateObj(date)
+ }
+
+ /**
+ * 获取指定格式Date对象
+ */
+ getDateObj(date) {
+ date = fixIosDateFormat(date)
+ date = new Date(date)
+
+ return {
+ fullDate: getDate(date),
+ year: date.getFullYear(),
+ month: addZero(date.getMonth() + 1),
+ date: addZero(date.getDate()),
+ day: date.getDay()
+ }
+ }
+
+ /**
+ * 获取上一个月日期集合
+ */
+ getPreMonthDays(amount, dateObj) {
+ const result = []
+ for (let i = amount - 1; i >= 0; i--) {
+ const month = dateObj.month - 1
+ result.push({
+ date: new Date(dateObj.year, month, -i).getDate(),
+ month,
+ disable: true
+ })
+ }
+ return result
+ }
+ /**
+ * 获取本月日期集合
+ */
+ getCurrentMonthDays(amount, dateObj) {
+ const result = []
+ const fullDate = this.date.fullDate
+ for (let i = 1; i <= amount; i++) {
+ const currentDate = `${dateObj.year}-${dateObj.month}-${addZero(i)}`
+ const isToday = fullDate === currentDate
+ // 获取打点信息
+ const info = this.selected && this.selected.find((item) => {
+ if (this.dateEqual(currentDate, item.date)) {
+ return item
+ }
+ })
+
+ // 日期禁用
+ let disableBefore = true
+ let disableAfter = true
+ if (this.startDate) {
+ disableBefore = dateCompare(this.startDate, currentDate)
+ }
+
+ if (this.endDate) {
+ disableAfter = dateCompare(currentDate, this.endDate)
+ }
+
+ let multiples = this.multipleStatus.data
+ let multiplesStatus = -1
+ if (this.range && multiples) {
+ multiplesStatus = multiples.findIndex((item) => {
+ return this.dateEqual(item, currentDate)
+ })
+ }
+ const checked = multiplesStatus !== -1
+
+ result.push({
+ fullDate: currentDate,
+ year: dateObj.year,
+ date: i,
+ multiple: this.range ? checked : false,
+ beforeMultiple: this.isLogicBefore(currentDate, this.multipleStatus.before, this.multipleStatus.after),
+ afterMultiple: this.isLogicAfter(currentDate, this.multipleStatus.before, this.multipleStatus.after),
+ month: dateObj.month,
+ disable: (this.startDate && !dateCompare(this.startDate, currentDate)) || (this.endDate && !dateCompare(
+ currentDate, this.endDate)),
+ isToday,
+ userChecked: false,
+ extraInfo: info
+ })
+ }
+ return result
+ }
+ /**
+ * 获取下一个月日期集合
+ */
+ _getNextMonthDays(amount, dateObj) {
+ const result = []
+ const month = dateObj.month + 1
+ for (let i = 1; i <= amount; i++) {
+ result.push({
+ date: i,
+ month,
+ disable: true
+ })
+ }
+ return result
+ }
+
+ /**
+ * 获取当前日期详情
+ * @param {Object} date
+ */
+ getInfo(date) {
+ if (!date) {
+ date = new Date()
+ }
+
+ return this.calendar.find(item => item.fullDate === this.getDateObj(date).fullDate)
+ }
+
+ /**
+ * 比较时间是否相等
+ */
+ dateEqual(before, after) {
+ before = new Date(fixIosDateFormat(before))
+ after = new Date(fixIosDateFormat(after))
+ return before.valueOf() === after.valueOf()
+ }
+
+ /**
+ * 比较真实起始日期
+ */
+
+ isLogicBefore(currentDate, before, after) {
+ let logicBefore = before
+ if (before && after) {
+ logicBefore = dateCompare(before, after) ? before : after
+ }
+ return this.dateEqual(logicBefore, currentDate)
+ }
+
+ isLogicAfter(currentDate, before, after) {
+ let logicAfter = after
+ if (before && after) {
+ logicAfter = dateCompare(before, after) ? after : before
+ }
+ return this.dateEqual(logicAfter, currentDate)
+ }
+
+ /**
+ * 获取日期范围内所有日期
+ * @param {Object} begin
+ * @param {Object} end
+ */
+ geDateAll(begin, end) {
+ var arr = []
+ var ab = begin.split('-')
+ var ae = end.split('-')
+ var db = new Date()
+ db.setFullYear(ab[0], ab[1] - 1, ab[2])
+ var de = new Date()
+ de.setFullYear(ae[0], ae[1] - 1, ae[2])
+ var unixDb = db.getTime() - 24 * 60 * 60 * 1000
+ var unixDe = de.getTime() - 24 * 60 * 60 * 1000
+ for (var k = unixDb; k <= unixDe;) {
+ k = k + 24 * 60 * 60 * 1000
+ arr.push(this.getDateObj(new Date(parseInt(k))).fullDate)
+ }
+ return arr
+ }
+
+ /**
+ * 获取多选状态
+ */
+ setMultiple(fullDate) {
+ if (!this.range) return
+
+ let {
+ before,
+ after
+ } = this.multipleStatus
+ if (before && after) {
+ if (!this.lastHover) {
+ this.lastHover = true
+ return
+ }
+ this.multipleStatus.before = fullDate
+ this.multipleStatus.after = ''
+ this.multipleStatus.data = []
+ this.multipleStatus.fulldate = ''
+ this.lastHover = false
+ } else {
+ if (!before) {
+ this.multipleStatus.before = fullDate
+ this.multipleStatus.after = undefined;
+ this.lastHover = false
+ } else {
+ this.multipleStatus.after = fullDate
+ if (dateCompare(this.multipleStatus.before, this.multipleStatus.after)) {
+ this.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus
+ .after);
+ } else {
+ this.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus
+ .before);
+ }
+ this.lastHover = true
+ }
+ }
+ this.getWeeks(fullDate)
+ }
+
+ /**
+ * 鼠标 hover 更新多选状态
+ */
+ setHoverMultiple(fullDate) {
+ //抖音小程序点击会触发hover事件,需要避免一下
+ // #ifndef MP-TOUTIAO
+ if (!this.range || this.lastHover) return
+ const {
+ before
+ } = this.multipleStatus
+
+ if (!before) {
+ this.multipleStatus.before = fullDate
+ } else {
+ this.multipleStatus.after = fullDate
+ if (dateCompare(this.multipleStatus.before, this.multipleStatus.after)) {
+ this.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus.after);
+ } else {
+ this.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus.before);
+ }
+ }
+ this.getWeeks(fullDate)
+ // #endif
+
+ }
+
+ /**
+ * 更新默认值多选状态
+ */
+ setDefaultMultiple(before, after) {
+ this.multipleStatus.before = before
+ this.multipleStatus.after = after
+ if (before && after) {
+ if (dateCompare(before, after)) {
+ this.multipleStatus.data = this.geDateAll(before, after);
+ this.getWeeks(after)
+ } else {
+ this.multipleStatus.data = this.geDateAll(after, before);
+ this.getWeeks(before)
+ }
+ }
+ }
+
+ /**
+ * 获取每周数据
+ * @param {Object} dateData
+ */
+ getWeeks(dateData) {
+ const {
+ year,
+ month,
+ } = this.getDateObj(dateData)
+
+ const preMonthDayAmount = new Date(year, month - 1, 1).getDay()
+ const preMonthDays = this.getPreMonthDays(preMonthDayAmount, this.getDateObj(dateData))
+
+ const currentMonthDayAmount = new Date(year, month, 0).getDate()
+ const currentMonthDays = this.getCurrentMonthDays(currentMonthDayAmount, this.getDateObj(dateData))
+
+ const nextMonthDayAmount = 42 - preMonthDayAmount - currentMonthDayAmount
+ const nextMonthDays = this._getNextMonthDays(nextMonthDayAmount, this.getDateObj(dateData))
+
+ const calendarDays = [...preMonthDays, ...currentMonthDays, ...nextMonthDays]
+
+ const weeks = new Array(6)
+ for (let i = 0; i < calendarDays.length; i++) {
+ const index = Math.floor(i / 7)
+ if (!weeks[index]) {
+ weeks[index] = new Array(7)
+ }
+ weeks[index][i % 7] = calendarDays[i]
+ }
+
+ this.calendar = calendarDays
+ this.weeks = weeks
+ }
+}
+
+function getDateTime(date, hideSecond) {
+ return `${getDate(date)} ${getTime(date, hideSecond)}`
+}
+
+function getDate(date) {
+ date = fixIosDateFormat(date)
+ date = new Date(date)
+ const year = date.getFullYear()
+ const month = date.getMonth() + 1
+ const day = date.getDate()
+ return `${year}-${addZero(month)}-${addZero(day)}`
+}
+
+function getTime(date, hideSecond) {
+ date = fixIosDateFormat(date)
+ date = new Date(date)
+ const hour = date.getHours()
+ const minute = date.getMinutes()
+ const second = date.getSeconds()
+ return hideSecond ? `${addZero(hour)}:${addZero(minute)}` : `${addZero(hour)}:${addZero(minute)}:${addZero(second)}`
+}
+
+function addZero(num) {
+ if (num < 10) {
+ num = `0${num}`
+ }
+ return num
+}
+
+function getDefaultSecond(hideSecond) {
+ return hideSecond ? '00:00' : '00:00:00'
+}
+
+function dateCompare(startDate, endDate) {
+ startDate = new Date(fixIosDateFormat(startDate))
+ endDate = new Date(fixIosDateFormat(endDate))
+ return startDate <= endDate
+}
+
+function checkDate(date) {
+ const dateReg = /((19|20)\d{2})(-|\/)\d{1,2}(-|\/)\d{1,2}/g
+ return date.match(dateReg)
+}
+//ios低版本15及以下,无法匹配 没有 ’秒‘ 时的情况,所以需要在末尾 秒 加上 问号
+const dateTimeReg = /^\d{4}-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])( [0-5]?[0-9]:[0-5]?[0-9](:[0-5]?[0-9])?)?$/;
+
+function fixIosDateFormat(value) {
+ if (typeof value === 'string' && dateTimeReg.test(value)) {
+ value = value.replace(/-/g, '/')
+ }
+ return value
+}
+
+export {
+ Calendar,
+ getDateTime,
+ getDate,
+ getTime,
+ addZero,
+ getDefaultSecond,
+ dateCompare,
+ checkDate,
+ fixIosDateFormat
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-drawer/keypress.js b/node_modules/@dcloudio/uni-ui/lib/uni-drawer/keypress.js
new file mode 100644
index 0000000..62dda46
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-drawer/keypress.js
@@ -0,0 +1,45 @@
+// #ifdef H5
+export default {
+ name: 'Keypress',
+ props: {
+ disable: {
+ type: Boolean,
+ default: false
+ }
+ },
+ mounted () {
+ const keyNames = {
+ esc: ['Esc', 'Escape'],
+ tab: 'Tab',
+ enter: 'Enter',
+ space: [' ', 'Spacebar'],
+ up: ['Up', 'ArrowUp'],
+ left: ['Left', 'ArrowLeft'],
+ right: ['Right', 'ArrowRight'],
+ down: ['Down', 'ArrowDown'],
+ delete: ['Backspace', 'Delete', 'Del']
+ }
+ const listener = ($event) => {
+ if (this.disable) {
+ return
+ }
+ const keyName = Object.keys(keyNames).find(key => {
+ const keyName = $event.key
+ const value = keyNames[key]
+ return value === keyName || (Array.isArray(value) && value.includes(keyName))
+ })
+ if (keyName) {
+ // 避免和其他按键事件冲突
+ setTimeout(() => {
+ this.$emit(keyName, {})
+ }, 0)
+ }
+ }
+ document.addEventListener('keyup', listener)
+ // this.$once('hook:beforeDestroy', () => {
+ // document.removeEventListener('keyup', listener)
+ // })
+ },
+ render: () => {}
+}
+// #endif
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-drawer/uni-drawer.vue b/node_modules/@dcloudio/uni-ui/lib/uni-drawer/uni-drawer.vue
new file mode 100644
index 0000000..2471521
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-drawer/uni-drawer.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-easyinput/common.js b/node_modules/@dcloudio/uni-ui/lib/uni-easyinput/common.js
new file mode 100644
index 0000000..fde8d3c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-easyinput/common.js
@@ -0,0 +1,54 @@
+/**
+ * @desc 函数防抖
+ * @param func 目标函数
+ * @param wait 延迟执行毫秒数
+ * @param immediate true - 立即执行, false - 延迟执行
+ */
+export const debounce = function(func, wait = 1000, immediate = true) {
+ let timer;
+ return function() {
+ let context = this,
+ args = arguments;
+ if (timer) clearTimeout(timer);
+ if (immediate) {
+ let callNow = !timer;
+ timer = setTimeout(() => {
+ timer = null;
+ }, wait);
+ if (callNow) func.apply(context, args);
+ } else {
+ timer = setTimeout(() => {
+ func.apply(context, args);
+ }, wait)
+ }
+ }
+}
+/**
+ * @desc 函数节流
+ * @param func 函数
+ * @param wait 延迟执行毫秒数
+ * @param type 1 使用表时间戳,在时间段开始的时候触发 2 使用表定时器,在时间段结束的时候触发
+ */
+export const throttle = (func, wait = 1000, type = 1) => {
+ let previous = 0;
+ let timeout;
+ return function() {
+ let context = this;
+ let args = arguments;
+ if (type === 1) {
+ let now = Date.now();
+
+ if (now - previous > wait) {
+ func.apply(context, args);
+ previous = now;
+ }
+ } else if (type === 2) {
+ if (!timeout) {
+ timeout = setTimeout(() => {
+ timeout = null;
+ func.apply(context, args)
+ }, wait)
+ }
+ }
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-easyinput/uni-easyinput.vue b/node_modules/@dcloudio/uni-ui/lib/uni-easyinput/uni-easyinput.vue
new file mode 100644
index 0000000..d41411b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-easyinput/uni-easyinput.vue
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-fab/uni-fab.vue b/node_modules/@dcloudio/uni-ui/lib/uni-fab/uni-fab.vue
new file mode 100644
index 0000000..dfa65c1
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-fab/uni-fab.vue
@@ -0,0 +1,491 @@
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/en.json
new file mode 100644
index 0000000..9a0759e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/en.json
@@ -0,0 +1,4 @@
+{
+ "uni-fav.collect": "collect",
+ "uni-fav.collected": "collected"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/zh-Hans.json
new file mode 100644
index 0000000..67c89bf
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/zh-Hans.json
@@ -0,0 +1,4 @@
+{
+ "uni-fav.collect": "收藏",
+ "uni-fav.collected": "已收藏"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/zh-Hant.json
new file mode 100644
index 0000000..67c89bf
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-fav/i18n/zh-Hant.json
@@ -0,0 +1,4 @@
+{
+ "uni-fav.collect": "收藏",
+ "uni-fav.collected": "已收藏"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-fav/uni-fav.vue b/node_modules/@dcloudio/uni-ui/lib/uni-fav/uni-fav.vue
new file mode 100644
index 0000000..d2c58df
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-fav/uni-fav.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+
+
+ {{ checked ? contentFav : contentDefault }}
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/choose-and-upload-file.js b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/choose-and-upload-file.js
new file mode 100644
index 0000000..9c6bcdf
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/choose-and-upload-file.js
@@ -0,0 +1,287 @@
+'use strict';
+
+const ERR_MSG_OK = 'chooseAndUploadFile:ok';
+const ERR_MSG_FAIL = 'chooseAndUploadFile:fail';
+
+function chooseImage(opts) {
+ const {
+ count,
+ sizeType = ['original', 'compressed'],
+ sourceType,
+ extension
+ } = opts
+ return new Promise((resolve, reject) => {
+ // 微信由于旧接口不再维护,针对微信小程序平台改用chooseMedia接口
+ // #ifdef MP-WEIXIN
+ uni.chooseMedia({
+ count,
+ sizeType,
+ sourceType,
+ mediaType: ['image'],
+ extension,
+ success(res) {
+ res.tempFiles.forEach(item => {
+ item.path = item.tempFilePath;
+ })
+ resolve(normalizeChooseAndUploadFileRes(res, 'image'));
+ },
+ fail(res) {
+ reject({
+ errMsg: res.errMsg.replace('chooseImage:fail', ERR_MSG_FAIL),
+ });
+ },
+ })
+ // #endif
+ // #ifndef MP-WEIXIN
+ uni.chooseImage({
+ count,
+ sizeType,
+ sourceType,
+ extension,
+ success(res) {
+ resolve(normalizeChooseAndUploadFileRes(res, 'image'));
+ },
+ fail(res) {
+ reject({
+ errMsg: res.errMsg.replace('chooseImage:fail', ERR_MSG_FAIL),
+ });
+ },
+ });
+ // #endif
+
+ });
+}
+
+function chooseVideo(opts) {
+ const {
+ count,
+ camera,
+ compressed,
+ maxDuration,
+ sourceType,
+ extension
+ } = opts;
+ return new Promise((resolve, reject) => {
+ // 微信由于旧接口不再维护,针对微信小程序平台改用chooseMedia接口
+ // #ifdef MP-WEIXIN
+ uni.chooseMedia({
+ count,
+ compressed,
+ maxDuration,
+ sourceType,
+ extension,
+ mediaType: ['video'],
+ success(res) {
+ const {
+ tempFiles,
+ } = res;
+ resolve(normalizeChooseAndUploadFileRes({
+ errMsg: 'chooseVideo:ok',
+ tempFiles: tempFiles.map(item => {
+ return {
+ name: item.name || '',
+ path: item.tempFilePath,
+ thumbTempFilePath: item.thumbTempFilePath,
+ size:item.size,
+ type: (res.tempFile && res.tempFile.type) || '',
+ width:item.width,
+ height:item.height,
+ duration:item.duration,
+ fileType: 'video',
+ cloudPath: '',
+ }
+ }),
+ }, 'video'));
+ },
+ fail(res) {
+ reject({
+ errMsg: res.errMsg.replace('chooseVideo:fail', ERR_MSG_FAIL),
+ });
+ },
+ })
+ // #endif
+ // #ifndef MP-WEIXIN
+ uni.chooseVideo({
+ camera,
+ compressed,
+ maxDuration,
+ sourceType,
+ extension,
+ success(res) {
+ const {
+ tempFilePath,
+ duration,
+ size,
+ height,
+ width
+ } = res;
+ resolve(normalizeChooseAndUploadFileRes({
+ errMsg: 'chooseVideo:ok',
+ tempFilePaths: [tempFilePath],
+ tempFiles: [{
+ name: (res.tempFile && res.tempFile.name) || '',
+ path: tempFilePath,
+ size,
+ type: (res.tempFile && res.tempFile.type) || '',
+ width,
+ height,
+ duration,
+ fileType: 'video',
+ cloudPath: '',
+ }, ],
+ }, 'video'));
+ },
+ fail(res) {
+ reject({
+ errMsg: res.errMsg.replace('chooseVideo:fail', ERR_MSG_FAIL),
+ });
+ },
+ });
+ // #endif
+ });
+}
+
+function chooseAll(opts) {
+ const {
+ count,
+ extension
+ } = opts;
+ return new Promise((resolve, reject) => {
+ let chooseFile = uni.chooseFile;
+ if (typeof wx !== 'undefined' &&
+ typeof wx.chooseMessageFile === 'function') {
+ chooseFile = wx.chooseMessageFile;
+ }
+ if (typeof chooseFile !== 'function') {
+ return reject({
+ errMsg: ERR_MSG_FAIL + ' 请指定 type 类型,该平台仅支持选择 image 或 video。',
+ });
+ }
+ chooseFile({
+ type: 'all',
+ count,
+ extension,
+ success(res) {
+ resolve(normalizeChooseAndUploadFileRes(res));
+ },
+ fail(res) {
+ reject({
+ errMsg: res.errMsg.replace('chooseFile:fail', ERR_MSG_FAIL),
+ });
+ },
+ });
+ });
+}
+
+function normalizeChooseAndUploadFileRes(res, fileType) {
+ res.tempFiles.forEach((item, index) => {
+ if (!item.name) {
+ item.name = item.path.substring(item.path.lastIndexOf('/') + 1);
+ }
+ if (fileType) {
+ item.fileType = fileType;
+ }
+ item.cloudPath =
+ Date.now() + '_' + index + item.name.substring(item.name.lastIndexOf('.'));
+ });
+ if (!res.tempFilePaths) {
+ res.tempFilePaths = res.tempFiles.map((file) => file.path);
+ }
+ return res;
+}
+
+function uploadCloudFiles(files, max = 5, onUploadProgress) {
+ files = JSON.parse(JSON.stringify(files))
+ const len = files.length
+ let count = 0
+ let self = this
+ return new Promise(resolve => {
+ while (count < max) {
+ next()
+ }
+
+ function next() {
+ let cur = count++
+ if (cur >= len) {
+ !files.find(item => !item.url && !item.errMsg) && resolve(files)
+ return
+ }
+ const fileItem = files[cur]
+ const index = self.files.findIndex(v => v.uuid === fileItem.uuid)
+ fileItem.url = ''
+ delete fileItem.errMsg
+
+ uniCloud
+ .uploadFile({
+ filePath: fileItem.path,
+ cloudPath: fileItem.cloudPath,
+ fileType: fileItem.fileType,
+ onUploadProgress: res => {
+ res.index = index
+ onUploadProgress && onUploadProgress(res)
+ }
+ })
+ .then(res => {
+ fileItem.url = res.fileID
+ fileItem.index = index
+ if (cur < len) {
+ next()
+ }
+ })
+ .catch(res => {
+ fileItem.errMsg = res.errMsg || res.message
+ fileItem.index = index
+ if (cur < len) {
+ next()
+ }
+ })
+ }
+ })
+}
+
+
+
+
+
+function uploadFiles(choosePromise, {
+ onChooseFile,
+ onUploadProgress
+}) {
+ return choosePromise
+ .then((res) => {
+ if (onChooseFile) {
+ const customChooseRes = onChooseFile(res);
+ if (typeof customChooseRes !== 'undefined') {
+ return Promise.resolve(customChooseRes).then((chooseRes) => typeof chooseRes === 'undefined' ?
+ res : chooseRes);
+ }
+ }
+ return res;
+ })
+ .then((res) => {
+ if (res === false) {
+ return {
+ errMsg: ERR_MSG_OK,
+ tempFilePaths: [],
+ tempFiles: [],
+ };
+ }
+ return res
+ })
+}
+
+function chooseAndUploadFile(opts = {
+ type: 'all'
+}) {
+ if (opts.type === 'image') {
+ return uploadFiles(chooseImage(opts), opts);
+ } else if (opts.type === 'video') {
+ return uploadFiles(chooseVideo(opts), opts);
+ }
+ return uploadFiles(chooseAll(opts), opts);
+}
+
+export {
+ chooseAndUploadFile,
+ uploadCloudFiles
+};
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/uni-file-picker.vue b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/uni-file-picker.vue
new file mode 100644
index 0000000..fb83f63
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/uni-file-picker.vue
@@ -0,0 +1,678 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/upload-file.vue b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/upload-file.vue
new file mode 100644
index 0000000..625d92e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/upload-file.vue
@@ -0,0 +1,325 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+ 点击重试
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/upload-image.vue b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/upload-image.vue
new file mode 100644
index 0000000..2a29bc2
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/upload-image.vue
@@ -0,0 +1,292 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击重试
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/utils.js b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/utils.js
new file mode 100644
index 0000000..1bc9259
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-file-picker/utils.js
@@ -0,0 +1,110 @@
+/**
+ * 获取文件名和后缀
+ * @param {String} name
+ */
+export const get_file_ext = (name) => {
+ const last_len = name.lastIndexOf('.')
+ const len = name.length
+ return {
+ name: name.substring(0, last_len),
+ ext: name.substring(last_len + 1, len)
+ }
+}
+
+/**
+ * 获取扩展名
+ * @param {Array} fileExtname
+ */
+export const get_extname = (fileExtname) => {
+ if (!Array.isArray(fileExtname)) {
+ let extname = fileExtname.replace(/(\[|\])/g, '')
+ return extname.split(',')
+ } else {
+ return fileExtname
+ }
+ return []
+}
+
+/**
+ * 获取文件和检测是否可选
+ */
+export const get_files_and_is_max = (res, _extname) => {
+ let filePaths = []
+ let files = []
+ if(!_extname || _extname.length === 0){
+ return {
+ filePaths,
+ files
+ }
+ }
+ res.tempFiles.forEach(v => {
+ let fileFullName = get_file_ext(v.name)
+ const extname = fileFullName.ext.toLowerCase()
+ if (_extname.indexOf(extname) !== -1) {
+ files.push(v)
+ filePaths.push(v.path)
+ }
+ })
+ if (files.length !== res.tempFiles.length) {
+ uni.showToast({
+ title: `当前选择了${res.tempFiles.length}个文件 ,${res.tempFiles.length - files.length} 个文件格式不正确`,
+ icon: 'none',
+ duration: 5000
+ })
+ }
+
+ return {
+ filePaths,
+ files
+ }
+}
+
+
+/**
+ * 获取图片信息
+ * @param {Object} filepath
+ */
+export const get_file_info = (filepath) => {
+ return new Promise((resolve, reject) => {
+ uni.getImageInfo({
+ src: filepath,
+ success(res) {
+ resolve(res)
+ },
+ fail(err) {
+ reject(err)
+ }
+ })
+ })
+}
+/**
+ * 获取封装数据
+ */
+export const get_file_data = async (files, type = 'image') => {
+ // 最终需要上传数据库的数据
+ let fileFullName = get_file_ext(files.name)
+ const extname = fileFullName.ext.toLowerCase()
+ let filedata = {
+ name: files.name,
+ uuid: files.uuid,
+ extname: extname || '',
+ cloudPath: files.cloudPath,
+ fileType: files.fileType,
+ thumbTempFilePath: files.thumbTempFilePath,
+ url: files.path || files.path,
+ size: files.size, //单位是字节
+ image: {},
+ path: files.path,
+ video: {}
+ }
+ if (type === 'image') {
+ const imageinfo = await get_file_info(files.path)
+ delete filedata.video
+ filedata.image.width = imageinfo.width
+ filedata.image.height = imageinfo.height
+ filedata.image.location = imageinfo.path
+ } else {
+ delete filedata.image
+ }
+ return filedata
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-forms-item/uni-forms-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-forms-item/uni-forms-item.vue
new file mode 100644
index 0000000..0aef9cc
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-forms-item/uni-forms-item.vue
@@ -0,0 +1,627 @@
+
+
+
+
+ *
+ {{label}}
+
+
+
+
+
+
+ {{msg}}
+
+
+
+
+
+
+
+
+
+ {{msg}}
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-forms/uni-forms.vue b/node_modules/@dcloudio/uni-ui/lib/uni-forms/uni-forms.vue
new file mode 100644
index 0000000..9bb9ae7
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-forms/uni-forms.vue
@@ -0,0 +1,397 @@
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-forms/utils.js b/node_modules/@dcloudio/uni-ui/lib/uni-forms/utils.js
new file mode 100644
index 0000000..6da2421
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-forms/utils.js
@@ -0,0 +1,293 @@
+/**
+ * 简单处理对象拷贝
+ * @param {Obejct} 被拷贝对象
+ * @@return {Object} 拷贝对象
+ */
+export const deepCopy = (val) => {
+ return JSON.parse(JSON.stringify(val))
+}
+/**
+ * 过滤数字类型
+ * @param {String} format 数字类型
+ * @@return {Boolean} 返回是否为数字类型
+ */
+export const typeFilter = (format) => {
+ return format === 'int' || format === 'double' || format === 'number' || format === 'timestamp';
+}
+
+/**
+ * 把 value 转换成指定的类型,用于处理初始值,原因是初始值需要入库不能为 undefined
+ * @param {String} key 字段名
+ * @param {any} value 字段值
+ * @param {Object} rules 表单校验规则
+ */
+export const getValue = (key, value, rules) => {
+ const isRuleNumType = rules.find(val => val.format && typeFilter(val.format));
+ const isRuleBoolType = rules.find(val => (val.format && val.format === 'boolean') || val.format === 'bool');
+ // 输入类型为 number
+ if (!!isRuleNumType) {
+ if (!value && value !== 0) {
+ value = null
+ } else {
+ value = isNumber(Number(value)) ? Number(value) : value
+ }
+ }
+
+ // 输入类型为 boolean
+ if (!!isRuleBoolType) {
+ value = isBoolean(value) ? value : false
+ }
+
+ return value;
+}
+
+/**
+ * 获取表单数据
+ * @param {String|Array} name 真实名称,需要使用 realName 获取
+ * @param {Object} data 原始数据
+ * @param {any} value 需要设置的值
+ */
+export const setDataValue = (field, formdata, value) => {
+ formdata[field] = value
+ return value || ''
+}
+
+/**
+ * 获取表单数据
+ * @param {String|Array} field 真实名称,需要使用 realName 获取
+ * @param {Object} data 原始数据
+ */
+export const getDataValue = (field, data) => {
+ return objGet(data, field)
+}
+
+/**
+ * 获取表单类型
+ * @param {String|Array} field 真实名称,需要使用 realName 获取
+ */
+export const getDataValueType = (field, data) => {
+ const value = getDataValue(field, data)
+ return {
+ type: type(value),
+ value
+ }
+}
+
+/**
+ * 获取表单可用的真实name
+ * @param {String|Array} name 表单name
+ * @@return {String} 表单可用的真实name
+ */
+export const realName = (name, data = {}) => {
+ const base_name = _basePath(name)
+ if (typeof base_name === 'object' && Array.isArray(base_name) && base_name.length > 1) {
+ const realname = base_name.reduce((a, b) => a += `#${b}`, '_formdata_')
+ return realname
+ }
+ return base_name[0] || name
+}
+
+/**
+ * 判断是否表单可用的真实name
+ * @param {String|Array} name 表单name
+ * @@return {String} 表单可用的真实name
+ */
+export const isRealName = (name) => {
+ const reg = /^_formdata_#*/
+ return reg.test(name)
+}
+
+/**
+ * 获取表单数据的原始格式
+ * @@return {Object|Array} object 需要解析的数据
+ */
+export const rawData = (object = {}, name) => {
+ let newData = JSON.parse(JSON.stringify(object))
+ let formData = {}
+ for(let i in newData){
+ let path = name2arr(i)
+ objSet(formData,path,newData[i])
+ }
+ return formData
+}
+
+/**
+ * 真实name还原为 array
+ * @param {*} name
+ */
+export const name2arr = (name) => {
+ let field = name.replace('_formdata_#', '')
+ field = field.split('#').map(v => (isNumber(v) ? Number(v) : v))
+ return field
+}
+
+/**
+ * 对象中设置值
+ * @param {Object|Array} object 源数据
+ * @param {String| Array} path 'a.b.c' 或 ['a',0,'b','c']
+ * @param {String} value 需要设置的值
+ */
+export const objSet = (object, path, value) => {
+ if (typeof object !== 'object') return object;
+ _basePath(path).reduce((o, k, i, _) => {
+ if (i === _.length - 1) {
+ // 若遍历结束直接赋值
+ o[k] = value
+ return null
+ } else if (k in o) {
+ // 若存在对应路径,则返回找到的对象,进行下一次遍历
+ return o[k]
+ } else {
+ // 若不存在对应路径,则创建对应对象,若下一路径是数字,新对象赋值为空数组,否则赋值为空对象
+ o[k] = /^[0-9]{1,}$/.test(_[i + 1]) ? [] : {}
+ return o[k]
+ }
+ }, object)
+ // 返回object
+ return object;
+}
+
+// 处理 path, path有三种形式:'a[0].b.c'、'a.0.b.c' 和 ['a','0','b','c'],需要统一处理成数组,便于后续使用
+function _basePath(path) {
+ // 若是数组,则直接返回
+ if (Array.isArray(path)) return path
+ // 若有 '[',']',则替换成将 '[' 替换成 '.',去掉 ']'
+ return path.replace(/\[/g, '.').replace(/\]/g, '').split('.')
+}
+
+/**
+ * 从对象中获取值
+ * @param {Object|Array} object 源数据
+ * @param {String| Array} path 'a.b.c' 或 ['a',0,'b','c']
+ * @param {String} defaultVal 如果无法从调用链中获取值的默认值
+ */
+export const objGet = (object, path, defaultVal = 'undefined') => {
+ // 先将path处理成统一格式
+ let newPath = _basePath(path)
+ // 递归处理,返回最后结果
+ let val = newPath.reduce((o, k) => {
+ return (o || {})[k]
+ }, object);
+ return !val || val !== undefined ? val : defaultVal
+}
+
+
+/**
+ * 是否为 number 类型
+ * @param {any} num 需要判断的值
+ * @return {Boolean} 是否为 number
+ */
+export const isNumber = (num) => {
+ return !isNaN(Number(num))
+}
+
+/**
+ * 是否为 boolean 类型
+ * @param {any} bool 需要判断的值
+ * @return {Boolean} 是否为 boolean
+ */
+export const isBoolean = (bool) => {
+ return (typeof bool === 'boolean')
+}
+/**
+ * 是否有必填字段
+ * @param {Object} rules 规则
+ * @return {Boolean} 是否有必填字段
+ */
+export const isRequiredField = (rules) => {
+ let isNoField = false;
+ for (let i = 0; i < rules.length; i++) {
+ const ruleData = rules[i];
+ if (ruleData.required) {
+ isNoField = true;
+ break;
+ }
+ }
+ return isNoField;
+}
+
+
+/**
+ * 获取数据类型
+ * @param {Any} obj 需要获取数据类型的值
+ */
+export const type = (obj) => {
+ var class2type = {};
+
+ // 生成class2type映射
+ "Boolean Number String Function Array Date RegExp Object Error".split(" ").map(function(item, index) {
+ class2type["[object " + item + "]"] = item.toLowerCase();
+ })
+ if (obj == null) {
+ return obj + "";
+ }
+ return typeof obj === "object" || typeof obj === "function" ?
+ class2type[Object.prototype.toString.call(obj)] || "object" :
+ typeof obj;
+}
+
+/**
+ * 判断两个值是否相等
+ * @param {any} a 值
+ * @param {any} b 值
+ * @return {Boolean} 是否相等
+ */
+export const isEqual = (a, b) => {
+ //如果a和b本来就全等
+ if (a === b) {
+ //判断是否为0和-0
+ return a !== 0 || 1 / a === 1 / b;
+ }
+ //判断是否为null和undefined
+ if (a == null || b == null) {
+ return a === b;
+ }
+ //接下来判断a和b的数据类型
+ var classNameA = toString.call(a),
+ classNameB = toString.call(b);
+ //如果数据类型不相等,则返回false
+ if (classNameA !== classNameB) {
+ return false;
+ }
+ //如果数据类型相等,再根据不同数据类型分别判断
+ switch (classNameA) {
+ case '[object RegExp]':
+ case '[object String]':
+ //进行字符串转换比较
+ return '' + a === '' + b;
+ case '[object Number]':
+ //进行数字转换比较,判断是否为NaN
+ if (+a !== +a) {
+ return +b !== +b;
+ }
+ //判断是否为0或-0
+ return +a === 0 ? 1 / +a === 1 / b : +a === +b;
+ case '[object Date]':
+ case '[object Boolean]':
+ return +a === +b;
+ }
+ //如果是对象类型
+ if (classNameA == '[object Object]') {
+ //获取a和b的属性长度
+ var propsA = Object.getOwnPropertyNames(a),
+ propsB = Object.getOwnPropertyNames(b);
+ if (propsA.length != propsB.length) {
+ return false;
+ }
+ for (var i = 0; i < propsA.length; i++) {
+ var propName = propsA[i];
+ //如果对应属性对应值不相等,则返回false
+ if (a[propName] !== b[propName]) {
+ return false;
+ }
+ }
+ return true;
+ }
+ //如果是数组类型
+ if (classNameA == '[object Array]') {
+ if (a.toString() == b.toString()) {
+ return true;
+ }
+ return false;
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-forms/validate.js b/node_modules/@dcloudio/uni-ui/lib/uni-forms/validate.js
new file mode 100644
index 0000000..1834c6c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-forms/validate.js
@@ -0,0 +1,486 @@
+var pattern = {
+ email: /^\S+?@\S+?\.\S+?$/,
+ idcard: /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
+ url: new RegExp(
+ "^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$",
+ 'i')
+};
+
+const FORMAT_MAPPING = {
+ "int": 'integer',
+ "bool": 'boolean',
+ "double": 'number',
+ "long": 'number',
+ "password": 'string'
+ // "fileurls": 'array'
+}
+
+function formatMessage(args, resources = '') {
+ var defaultMessage = ['label']
+ defaultMessage.forEach((item) => {
+ if (args[item] === undefined) {
+ args[item] = ''
+ }
+ })
+
+ let str = resources
+ for (let key in args) {
+ let reg = new RegExp('{' + key + '}')
+ str = str.replace(reg, args[key])
+ }
+ return str
+}
+
+function isEmptyValue(value, type) {
+ if (value === undefined || value === null) {
+ return true;
+ }
+
+ if (typeof value === 'string' && !value) {
+ return true;
+ }
+
+ if (Array.isArray(value) && !value.length) {
+ return true;
+ }
+
+ if (type === 'object' && !Object.keys(value).length) {
+ return true;
+ }
+
+ return false;
+}
+
+const types = {
+ integer(value) {
+ return types.number(value) && parseInt(value, 10) === value;
+ },
+ string(value) {
+ return typeof value === 'string';
+ },
+ number(value) {
+ if (isNaN(value)) {
+ return false;
+ }
+ return typeof value === 'number';
+ },
+ "boolean": function(value) {
+ return typeof value === 'boolean';
+ },
+ "float": function(value) {
+ return types.number(value) && !types.integer(value);
+ },
+ array(value) {
+ return Array.isArray(value);
+ },
+ object(value) {
+ return typeof value === 'object' && !types.array(value);
+ },
+ date(value) {
+ return value instanceof Date;
+ },
+ timestamp(value) {
+ if (!this.integer(value) || Math.abs(value).toString().length > 16) {
+ return false
+ }
+ return true;
+ },
+ file(value) {
+ return typeof value.url === 'string';
+ },
+ email(value) {
+ return typeof value === 'string' && !!value.match(pattern.email) && value.length < 255;
+ },
+ url(value) {
+ return typeof value === 'string' && !!value.match(pattern.url);
+ },
+ pattern(reg, value) {
+ try {
+ return new RegExp(reg).test(value);
+ } catch (e) {
+ return false;
+ }
+ },
+ method(value) {
+ return typeof value === 'function';
+ },
+ idcard(value) {
+ return typeof value === 'string' && !!value.match(pattern.idcard);
+ },
+ 'url-https'(value) {
+ return this.url(value) && value.startsWith('https://');
+ },
+ 'url-scheme'(value) {
+ return value.startsWith('://');
+ },
+ 'url-web'(value) {
+ return false;
+ }
+}
+
+class RuleValidator {
+
+ constructor(message) {
+ this._message = message
+ }
+
+ async validateRule(fieldKey, fieldValue, value, data, allData) {
+ var result = null
+
+ let rules = fieldValue.rules
+
+ let hasRequired = rules.findIndex((item) => {
+ return item.required
+ })
+ if (hasRequired < 0) {
+ if (value === null || value === undefined) {
+ return result
+ }
+ if (typeof value === 'string' && !value.length) {
+ return result
+ }
+ }
+
+ var message = this._message
+
+ if (rules === undefined) {
+ return message['default']
+ }
+
+ for (var i = 0; i < rules.length; i++) {
+ let rule = rules[i]
+ let vt = this._getValidateType(rule)
+
+ Object.assign(rule, {
+ label: fieldValue.label || `["${fieldKey}"]`
+ })
+
+ if (RuleValidatorHelper[vt]) {
+ result = RuleValidatorHelper[vt](rule, value, message)
+ if (result != null) {
+ break
+ }
+ }
+
+ if (rule.validateExpr) {
+ let now = Date.now()
+ let resultExpr = rule.validateExpr(value, allData, now)
+ if (resultExpr === false) {
+ result = this._getMessage(rule, rule.errorMessage || this._message['default'])
+ break
+ }
+ }
+
+ if (rule.validateFunction) {
+ result = await this.validateFunction(rule, value, data, allData, vt)
+ if (result !== null) {
+ break
+ }
+ }
+ }
+
+ if (result !== null) {
+ result = message.TAG + result
+ }
+
+ return result
+ }
+
+ async validateFunction(rule, value, data, allData, vt) {
+ let result = null
+ try {
+ let callbackMessage = null
+ const res = await rule.validateFunction(rule, value, allData || data, (message) => {
+ callbackMessage = message
+ })
+ if (callbackMessage || (typeof res === 'string' && res) || res === false) {
+ result = this._getMessage(rule, callbackMessage || res, vt)
+ }
+ } catch (e) {
+ result = this._getMessage(rule, e.message, vt)
+ }
+ return result
+ }
+
+ _getMessage(rule, message, vt) {
+ return formatMessage(rule, message || rule.errorMessage || this._message[vt] || message['default'])
+ }
+
+ _getValidateType(rule) {
+ var result = ''
+ if (rule.required) {
+ result = 'required'
+ } else if (rule.format) {
+ result = 'format'
+ } else if (rule.arrayType) {
+ result = 'arrayTypeFormat'
+ } else if (rule.range) {
+ result = 'range'
+ } else if (rule.maximum !== undefined || rule.minimum !== undefined) {
+ result = 'rangeNumber'
+ } else if (rule.maxLength !== undefined || rule.minLength !== undefined) {
+ result = 'rangeLength'
+ } else if (rule.pattern) {
+ result = 'pattern'
+ } else if (rule.validateFunction) {
+ result = 'validateFunction'
+ }
+ return result
+ }
+}
+
+const RuleValidatorHelper = {
+ required(rule, value, message) {
+ if (rule.required && isEmptyValue(value, rule.format || typeof value)) {
+ return formatMessage(rule, rule.errorMessage || message.required);
+ }
+
+ return null
+ },
+
+ range(rule, value, message) {
+ const {
+ range,
+ errorMessage
+ } = rule;
+
+ let list = new Array(range.length);
+ for (let i = 0; i < range.length; i++) {
+ const item = range[i];
+ if (types.object(item) && item.value !== undefined) {
+ list[i] = item.value;
+ } else {
+ list[i] = item;
+ }
+ }
+
+ let result = false
+ if (Array.isArray(value)) {
+ result = (new Set(value.concat(list)).size === list.length);
+ } else {
+ if (list.indexOf(value) > -1) {
+ result = true;
+ }
+ }
+
+ if (!result) {
+ return formatMessage(rule, errorMessage || message['enum']);
+ }
+
+ return null
+ },
+
+ rangeNumber(rule, value, message) {
+ if (!types.number(value)) {
+ return formatMessage(rule, rule.errorMessage || message.pattern.mismatch);
+ }
+
+ let {
+ minimum,
+ maximum,
+ exclusiveMinimum,
+ exclusiveMaximum
+ } = rule;
+ let min = exclusiveMinimum ? value <= minimum : value < minimum;
+ let max = exclusiveMaximum ? value >= maximum : value > maximum;
+
+ if (minimum !== undefined && min) {
+ return formatMessage(rule, rule.errorMessage || message['number'][exclusiveMinimum ?
+ 'exclusiveMinimum' : 'minimum'
+ ])
+ } else if (maximum !== undefined && max) {
+ return formatMessage(rule, rule.errorMessage || message['number'][exclusiveMaximum ?
+ 'exclusiveMaximum' : 'maximum'
+ ])
+ } else if (minimum !== undefined && maximum !== undefined && (min || max)) {
+ return formatMessage(rule, rule.errorMessage || message['number'].range)
+ }
+
+ return null
+ },
+
+ rangeLength(rule, value, message) {
+ if (!types.string(value) && !types.array(value)) {
+ return formatMessage(rule, rule.errorMessage || message.pattern.mismatch);
+ }
+
+ let min = rule.minLength;
+ let max = rule.maxLength;
+ let val = value.length;
+
+ if (min !== undefined && val < min) {
+ return formatMessage(rule, rule.errorMessage || message['length'].minLength)
+ } else if (max !== undefined && val > max) {
+ return formatMessage(rule, rule.errorMessage || message['length'].maxLength)
+ } else if (min !== undefined && max !== undefined && (val < min || val > max)) {
+ return formatMessage(rule, rule.errorMessage || message['length'].range)
+ }
+
+ return null
+ },
+
+ pattern(rule, value, message) {
+ if (!types['pattern'](rule.pattern, value)) {
+ return formatMessage(rule, rule.errorMessage || message.pattern.mismatch);
+ }
+
+ return null
+ },
+
+ format(rule, value, message) {
+ var customTypes = Object.keys(types);
+ var format = FORMAT_MAPPING[rule.format] ? FORMAT_MAPPING[rule.format] : (rule.format || rule.arrayType);
+
+ if (customTypes.indexOf(format) > -1) {
+ if (!types[format](value)) {
+ return formatMessage(rule, rule.errorMessage || message.typeError);
+ }
+ }
+
+ return null
+ },
+
+ arrayTypeFormat(rule, value, message) {
+ if (!Array.isArray(value)) {
+ return formatMessage(rule, rule.errorMessage || message.typeError);
+ }
+
+ for (let i = 0; i < value.length; i++) {
+ const element = value[i];
+ let formatResult = this.format(rule, element, message)
+ if (formatResult !== null) {
+ return formatResult
+ }
+ }
+
+ return null
+ }
+}
+
+class SchemaValidator extends RuleValidator {
+
+ constructor(schema, options) {
+ super(SchemaValidator.message);
+
+ this._schema = schema
+ this._options = options || null
+ }
+
+ updateSchema(schema) {
+ this._schema = schema
+ }
+
+ async validate(data, allData) {
+ let result = this._checkFieldInSchema(data)
+ if (!result) {
+ result = await this.invokeValidate(data, false, allData)
+ }
+ return result.length ? result[0] : null
+ }
+
+ async validateAll(data, allData) {
+ let result = this._checkFieldInSchema(data)
+ if (!result) {
+ result = await this.invokeValidate(data, true, allData)
+ }
+ return result
+ }
+
+ async validateUpdate(data, allData) {
+ let result = this._checkFieldInSchema(data)
+ if (!result) {
+ result = await this.invokeValidateUpdate(data, false, allData)
+ }
+ return result.length ? result[0] : null
+ }
+
+ async invokeValidate(data, all, allData) {
+ let result = []
+ let schema = this._schema
+ for (let key in schema) {
+ let value = schema[key]
+ let errorMessage = await this.validateRule(key, value, data[key], data, allData)
+ if (errorMessage != null) {
+ result.push({
+ key,
+ errorMessage
+ })
+ if (!all) break
+ }
+ }
+ return result
+ }
+
+ async invokeValidateUpdate(data, all, allData) {
+ let result = []
+ for (let key in data) {
+ let errorMessage = await this.validateRule(key, this._schema[key], data[key], data, allData)
+ if (errorMessage != null) {
+ result.push({
+ key,
+ errorMessage
+ })
+ if (!all) break
+ }
+ }
+ return result
+ }
+
+ _checkFieldInSchema(data) {
+ var keys = Object.keys(data)
+ var keys2 = Object.keys(this._schema)
+ if (new Set(keys.concat(keys2)).size === keys2.length) {
+ return ''
+ }
+
+ var noExistFields = keys.filter((key) => {
+ return keys2.indexOf(key) < 0;
+ })
+ var errorMessage = formatMessage({
+ field: JSON.stringify(noExistFields)
+ }, SchemaValidator.message.TAG + SchemaValidator.message['defaultInvalid'])
+ return [{
+ key: 'invalid',
+ errorMessage
+ }]
+ }
+}
+
+function Message() {
+ return {
+ TAG: "",
+ default: '验证错误',
+ defaultInvalid: '提交的字段{field}在数据库中并不存在',
+ validateFunction: '验证无效',
+ required: '{label}必填',
+ 'enum': '{label}超出范围',
+ timestamp: '{label}格式无效',
+ whitespace: '{label}不能为空',
+ typeError: '{label}类型无效',
+ date: {
+ format: '{label}日期{value}格式无效',
+ parse: '{label}日期无法解析,{value}无效',
+ invalid: '{label}日期{value}无效'
+ },
+ length: {
+ minLength: '{label}长度不能少于{minLength}',
+ maxLength: '{label}长度不能超过{maxLength}',
+ range: '{label}必须介于{minLength}和{maxLength}之间'
+ },
+ number: {
+ minimum: '{label}不能小于{minimum}',
+ maximum: '{label}不能大于{maximum}',
+ exclusiveMinimum: '{label}不能小于等于{minimum}',
+ exclusiveMaximum: '{label}不能大于等于{maximum}',
+ range: '{label}必须介于{minimum}and{maximum}之间'
+ },
+ pattern: {
+ mismatch: '{label}格式不匹配'
+ }
+ };
+}
+
+
+SchemaValidator.message = new Message();
+
+export default SchemaValidator
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/en.json
new file mode 100644
index 0000000..dcdba41
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/en.json
@@ -0,0 +1,6 @@
+{
+ "uni-goods-nav.options.shop": "shop",
+ "uni-goods-nav.options.cart": "cart",
+ "uni-goods-nav.buttonGroup.addToCart": "add to cart",
+ "uni-goods-nav.buttonGroup.buyNow": "buy now"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/zh-Hans.json
new file mode 100644
index 0000000..48ee344
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/zh-Hans.json
@@ -0,0 +1,6 @@
+{
+ "uni-goods-nav.options.shop": "店铺",
+ "uni-goods-nav.options.cart": "购物车",
+ "uni-goods-nav.buttonGroup.addToCart": "加入购物车",
+ "uni-goods-nav.buttonGroup.buyNow": "立即购买"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/zh-Hant.json
new file mode 100644
index 0000000..d0a0255
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/i18n/zh-Hant.json
@@ -0,0 +1,6 @@
+{
+ "uni-goods-nav.options.shop": "店鋪",
+ "uni-goods-nav.options.cart": "購物車",
+ "uni-goods-nav.buttonGroup.addToCart": "加入購物車",
+ "uni-goods-nav.buttonGroup.buyNow": "立即購買"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue
new file mode 100644
index 0000000..e79a0fa
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+ {{ item.info }}
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-grid-item/uni-grid-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-grid-item/uni-grid-item.vue
new file mode 100644
index 0000000..19c08d7
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-grid-item/uni-grid-item.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-grid/uni-grid.vue b/node_modules/@dcloudio/uni-ui/lib/uni-grid/uni-grid.vue
new file mode 100644
index 0000000..0edc7ff
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-grid/uni-grid.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-group/uni-group.vue b/node_modules/@dcloudio/uni-ui/lib/uni-group/uni-group.vue
new file mode 100644
index 0000000..3425ecd
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-group/uni-group.vue
@@ -0,0 +1,134 @@
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-icons/uni-icons.uvue b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uni-icons.uvue
new file mode 100644
index 0000000..398678e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uni-icons.uvue
@@ -0,0 +1,91 @@
+
+
+ {{unicode}}
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-icons/uni-icons.vue b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uni-icons.vue
new file mode 100644
index 0000000..7da5356
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uni-icons.vue
@@ -0,0 +1,110 @@
+
+
+ {{unicode}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons.css b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons.css
new file mode 100644
index 0000000..0a6b6fe
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons.css
@@ -0,0 +1,664 @@
+
+.uniui-cart-filled:before {
+ content: "\e6d0";
+}
+
+.uniui-gift-filled:before {
+ content: "\e6c4";
+}
+
+.uniui-color:before {
+ content: "\e6cf";
+}
+
+.uniui-wallet:before {
+ content: "\e6b1";
+}
+
+.uniui-settings-filled:before {
+ content: "\e6ce";
+}
+
+.uniui-auth-filled:before {
+ content: "\e6cc";
+}
+
+.uniui-shop-filled:before {
+ content: "\e6cd";
+}
+
+.uniui-staff-filled:before {
+ content: "\e6cb";
+}
+
+.uniui-vip-filled:before {
+ content: "\e6c6";
+}
+
+.uniui-plus-filled:before {
+ content: "\e6c7";
+}
+
+.uniui-folder-add-filled:before {
+ content: "\e6c8";
+}
+
+.uniui-color-filled:before {
+ content: "\e6c9";
+}
+
+.uniui-tune-filled:before {
+ content: "\e6ca";
+}
+
+.uniui-calendar-filled:before {
+ content: "\e6c0";
+}
+
+.uniui-notification-filled:before {
+ content: "\e6c1";
+}
+
+.uniui-wallet-filled:before {
+ content: "\e6c2";
+}
+
+.uniui-medal-filled:before {
+ content: "\e6c3";
+}
+
+.uniui-fire-filled:before {
+ content: "\e6c5";
+}
+
+.uniui-refreshempty:before {
+ content: "\e6bf";
+}
+
+.uniui-location-filled:before {
+ content: "\e6af";
+}
+
+.uniui-person-filled:before {
+ content: "\e69d";
+}
+
+.uniui-personadd-filled:before {
+ content: "\e698";
+}
+
+.uniui-arrowthinleft:before {
+ content: "\e6d2";
+}
+
+.uniui-arrowthinup:before {
+ content: "\e6d3";
+}
+
+.uniui-arrowthindown:before {
+ content: "\e6d4";
+}
+
+.uniui-back:before {
+ content: "\e6b9";
+}
+
+.uniui-forward:before {
+ content: "\e6ba";
+}
+
+.uniui-arrow-right:before {
+ content: "\e6bb";
+}
+
+.uniui-arrow-left:before {
+ content: "\e6bc";
+}
+
+.uniui-arrow-up:before {
+ content: "\e6bd";
+}
+
+.uniui-arrow-down:before {
+ content: "\e6be";
+}
+
+.uniui-arrowthinright:before {
+ content: "\e6d1";
+}
+
+.uniui-down:before {
+ content: "\e6b8";
+}
+
+.uniui-bottom:before {
+ content: "\e6b8";
+}
+
+.uniui-arrowright:before {
+ content: "\e6d5";
+}
+
+.uniui-right:before {
+ content: "\e6b5";
+}
+
+.uniui-up:before {
+ content: "\e6b6";
+}
+
+.uniui-top:before {
+ content: "\e6b6";
+}
+
+.uniui-left:before {
+ content: "\e6b7";
+}
+
+.uniui-arrowup:before {
+ content: "\e6d6";
+}
+
+.uniui-eye:before {
+ content: "\e651";
+}
+
+.uniui-eye-filled:before {
+ content: "\e66a";
+}
+
+.uniui-eye-slash:before {
+ content: "\e6b3";
+}
+
+.uniui-eye-slash-filled:before {
+ content: "\e6b4";
+}
+
+.uniui-info-filled:before {
+ content: "\e649";
+}
+
+.uniui-reload:before {
+ content: "\e6b2";
+}
+
+.uniui-micoff-filled:before {
+ content: "\e6b0";
+}
+
+.uniui-map-pin-ellipse:before {
+ content: "\e6ac";
+}
+
+.uniui-map-pin:before {
+ content: "\e6ad";
+}
+
+.uniui-location:before {
+ content: "\e6ae";
+}
+
+.uniui-starhalf:before {
+ content: "\e683";
+}
+
+.uniui-star:before {
+ content: "\e688";
+}
+
+.uniui-star-filled:before {
+ content: "\e68f";
+}
+
+.uniui-calendar:before {
+ content: "\e6a0";
+}
+
+.uniui-fire:before {
+ content: "\e6a1";
+}
+
+.uniui-medal:before {
+ content: "\e6a2";
+}
+
+.uniui-font:before {
+ content: "\e6a3";
+}
+
+.uniui-gift:before {
+ content: "\e6a4";
+}
+
+.uniui-link:before {
+ content: "\e6a5";
+}
+
+.uniui-notification:before {
+ content: "\e6a6";
+}
+
+.uniui-staff:before {
+ content: "\e6a7";
+}
+
+.uniui-vip:before {
+ content: "\e6a8";
+}
+
+.uniui-folder-add:before {
+ content: "\e6a9";
+}
+
+.uniui-tune:before {
+ content: "\e6aa";
+}
+
+.uniui-auth:before {
+ content: "\e6ab";
+}
+
+.uniui-person:before {
+ content: "\e699";
+}
+
+.uniui-email-filled:before {
+ content: "\e69a";
+}
+
+.uniui-phone-filled:before {
+ content: "\e69b";
+}
+
+.uniui-phone:before {
+ content: "\e69c";
+}
+
+.uniui-email:before {
+ content: "\e69e";
+}
+
+.uniui-personadd:before {
+ content: "\e69f";
+}
+
+.uniui-chatboxes-filled:before {
+ content: "\e692";
+}
+
+.uniui-contact:before {
+ content: "\e693";
+}
+
+.uniui-chatbubble-filled:before {
+ content: "\e694";
+}
+
+.uniui-contact-filled:before {
+ content: "\e695";
+}
+
+.uniui-chatboxes:before {
+ content: "\e696";
+}
+
+.uniui-chatbubble:before {
+ content: "\e697";
+}
+
+.uniui-upload-filled:before {
+ content: "\e68e";
+}
+
+.uniui-upload:before {
+ content: "\e690";
+}
+
+.uniui-weixin:before {
+ content: "\e691";
+}
+
+.uniui-compose:before {
+ content: "\e67f";
+}
+
+.uniui-qq:before {
+ content: "\e680";
+}
+
+.uniui-download-filled:before {
+ content: "\e681";
+}
+
+.uniui-pyq:before {
+ content: "\e682";
+}
+
+.uniui-sound:before {
+ content: "\e684";
+}
+
+.uniui-trash-filled:before {
+ content: "\e685";
+}
+
+.uniui-sound-filled:before {
+ content: "\e686";
+}
+
+.uniui-trash:before {
+ content: "\e687";
+}
+
+.uniui-videocam-filled:before {
+ content: "\e689";
+}
+
+.uniui-spinner-cycle:before {
+ content: "\e68a";
+}
+
+.uniui-weibo:before {
+ content: "\e68b";
+}
+
+.uniui-videocam:before {
+ content: "\e68c";
+}
+
+.uniui-download:before {
+ content: "\e68d";
+}
+
+.uniui-help:before {
+ content: "\e679";
+}
+
+.uniui-navigate-filled:before {
+ content: "\e67a";
+}
+
+.uniui-plusempty:before {
+ content: "\e67b";
+}
+
+.uniui-smallcircle:before {
+ content: "\e67c";
+}
+
+.uniui-minus-filled:before {
+ content: "\e67d";
+}
+
+.uniui-micoff:before {
+ content: "\e67e";
+}
+
+.uniui-closeempty:before {
+ content: "\e66c";
+}
+
+.uniui-clear:before {
+ content: "\e66d";
+}
+
+.uniui-navigate:before {
+ content: "\e66e";
+}
+
+.uniui-minus:before {
+ content: "\e66f";
+}
+
+.uniui-image:before {
+ content: "\e670";
+}
+
+.uniui-mic:before {
+ content: "\e671";
+}
+
+.uniui-paperplane:before {
+ content: "\e672";
+}
+
+.uniui-close:before {
+ content: "\e673";
+}
+
+.uniui-help-filled:before {
+ content: "\e674";
+}
+
+.uniui-paperplane-filled:before {
+ content: "\e675";
+}
+
+.uniui-plus:before {
+ content: "\e676";
+}
+
+.uniui-mic-filled:before {
+ content: "\e677";
+}
+
+.uniui-image-filled:before {
+ content: "\e678";
+}
+
+.uniui-locked-filled:before {
+ content: "\e668";
+}
+
+.uniui-info:before {
+ content: "\e669";
+}
+
+.uniui-locked:before {
+ content: "\e66b";
+}
+
+.uniui-camera-filled:before {
+ content: "\e658";
+}
+
+.uniui-chat-filled:before {
+ content: "\e659";
+}
+
+.uniui-camera:before {
+ content: "\e65a";
+}
+
+.uniui-circle:before {
+ content: "\e65b";
+}
+
+.uniui-checkmarkempty:before {
+ content: "\e65c";
+}
+
+.uniui-chat:before {
+ content: "\e65d";
+}
+
+.uniui-circle-filled:before {
+ content: "\e65e";
+}
+
+.uniui-flag:before {
+ content: "\e65f";
+}
+
+.uniui-flag-filled:before {
+ content: "\e660";
+}
+
+.uniui-gear-filled:before {
+ content: "\e661";
+}
+
+.uniui-home:before {
+ content: "\e662";
+}
+
+.uniui-home-filled:before {
+ content: "\e663";
+}
+
+.uniui-gear:before {
+ content: "\e664";
+}
+
+.uniui-smallcircle-filled:before {
+ content: "\e665";
+}
+
+.uniui-map-filled:before {
+ content: "\e666";
+}
+
+.uniui-map:before {
+ content: "\e667";
+}
+
+.uniui-refresh-filled:before {
+ content: "\e656";
+}
+
+.uniui-refresh:before {
+ content: "\e657";
+}
+
+.uniui-cloud-upload:before {
+ content: "\e645";
+}
+
+.uniui-cloud-download-filled:before {
+ content: "\e646";
+}
+
+.uniui-cloud-download:before {
+ content: "\e647";
+}
+
+.uniui-cloud-upload-filled:before {
+ content: "\e648";
+}
+
+.uniui-redo:before {
+ content: "\e64a";
+}
+
+.uniui-images-filled:before {
+ content: "\e64b";
+}
+
+.uniui-undo-filled:before {
+ content: "\e64c";
+}
+
+.uniui-more:before {
+ content: "\e64d";
+}
+
+.uniui-more-filled:before {
+ content: "\e64e";
+}
+
+.uniui-undo:before {
+ content: "\e64f";
+}
+
+.uniui-images:before {
+ content: "\e650";
+}
+
+.uniui-paperclip:before {
+ content: "\e652";
+}
+
+.uniui-settings:before {
+ content: "\e653";
+}
+
+.uniui-search:before {
+ content: "\e654";
+}
+
+.uniui-redo-filled:before {
+ content: "\e655";
+}
+
+.uniui-list:before {
+ content: "\e644";
+}
+
+.uniui-mail-open-filled:before {
+ content: "\e63a";
+}
+
+.uniui-hand-down-filled:before {
+ content: "\e63c";
+}
+
+.uniui-hand-down:before {
+ content: "\e63d";
+}
+
+.uniui-hand-up-filled:before {
+ content: "\e63e";
+}
+
+.uniui-hand-up:before {
+ content: "\e63f";
+}
+
+.uniui-heart-filled:before {
+ content: "\e641";
+}
+
+.uniui-mail-open:before {
+ content: "\e643";
+}
+
+.uniui-heart:before {
+ content: "\e639";
+}
+
+.uniui-loop:before {
+ content: "\e633";
+}
+
+.uniui-pulldown:before {
+ content: "\e632";
+}
+
+.uniui-scan:before {
+ content: "\e62a";
+}
+
+.uniui-bars:before {
+ content: "\e627";
+}
+
+.uniui-checkbox:before {
+ content: "\e62b";
+}
+
+.uniui-checkbox-filled:before {
+ content: "\e62c";
+}
+
+.uniui-shop:before {
+ content: "\e62f";
+}
+
+.uniui-headphones:before {
+ content: "\e630";
+}
+
+.uniui-cart:before {
+ content: "\e631";
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons.ttf b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons.ttf
new file mode 100644
index 0000000..14696d0
Binary files /dev/null and b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons.ttf differ
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons_file.ts b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons_file.ts
new file mode 100644
index 0000000..98e93aa
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons_file.ts
@@ -0,0 +1,664 @@
+
+export type IconsData = {
+ id : string
+ name : string
+ font_family : string
+ css_prefix_text : string
+ description : string
+ glyphs : Array
+}
+
+export type IconsDataItem = {
+ font_class : string
+ unicode : string
+}
+
+
+export const 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"
+ }
+] as IconsDataItem[]
+
+// export const fontData = JSON.parse(fontDataJson)
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons_file_vue.js b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons_file_vue.js
new file mode 100644
index 0000000..1cd11e1
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-icons/uniicons_file_vue.js
@@ -0,0 +1,649 @@
+
+export const 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"
+ }
+]
+
+// export const fontData = JSON.parse(fontDataJson)
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue
new file mode 100644
index 0000000..19284bd
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue
@@ -0,0 +1,144 @@
+
+
+
+ {{ list.key }}
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue b/node_modules/@dcloudio/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue
new file mode 100644
index 0000000..ee3a7ec
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue
@@ -0,0 +1,367 @@
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ {{ lists[touchmoveIndex].key }}
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-link/uni-link.vue b/node_modules/@dcloudio/uni-ui/lib/uni-link/uni-link.vue
new file mode 100644
index 0000000..27c5468
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-link/uni-link.vue
@@ -0,0 +1,128 @@
+
+
+ {{text}}
+
+
+
+ {{text}}
+
+
+
+
+ {{text}}
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list-ad/uni-list-ad.vue b/node_modules/@dcloudio/uni-ui/lib/uni-list-ad/uni-list-ad.vue
new file mode 100644
index 0000000..b9349c2
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list-ad/uni-list-ad.vue
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.scss b/node_modules/@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.scss
new file mode 100644
index 0000000..311f8d9
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.scss
@@ -0,0 +1,58 @@
+/**
+ * 这里是 uni-list 组件内置的常用样式变量
+ * 如果需要覆盖样式,这里提供了基本的组件样式变量,您可以尝试修改这里的变量,去完成样式替换,而不用去修改源码
+ *
+ */
+
+// 背景色
+$background-color : #fff;
+// 分割线颜色
+$divide-line-color : #e5e5e5;
+
+// 默认头像大小,如需要修改此值,注意同步修改 js 中的值 const avatarWidth = xx ,目前只支持方形头像
+// nvue 页面不支持修改头像大小
+$avatar-width : 45px ;
+
+// 头像边框
+$avatar-border-radius: 5px;
+$avatar-border-color: #eee;
+$avatar-border-width: 1px;
+
+// 标题文字样式
+$title-size : 16px;
+$title-color : #3b4144;
+$title-weight : normal;
+
+// 描述文字样式
+$note-size : 12px;
+$note-color : #999;
+$note-weight : normal;
+
+// 右侧额外内容默认样式
+$right-text-size : 12px;
+$right-text-color : #999;
+$right-text-weight : normal;
+
+// 角标样式
+// nvue 页面不支持修改圆点位置以及大小
+// 角标在左侧时,角标的位置,默认为 0 ,负数左/下移动,正数右/上移动
+$badge-left: 0px;
+$badge-top: 0px;
+
+// 显示圆点时,圆点大小
+$dot-width: 10px;
+$dot-height: 10px;
+
+// 显示角标时,角标大小和字体大小
+$badge-size : 18px;
+$badge-font : 12px;
+// 显示角标时,角标前景色
+$badge-color : #fff;
+// 显示角标时,角标背景色
+$badge-background-color : #ff5a5f;
+// 显示角标时,角标左右间距
+$badge-space : 6px;
+
+// 状态样式
+// 选中颜色
+$hover : #f5f5f5;
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.vue b/node_modules/@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.vue
new file mode 100644
index 0000000..d49fd7c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list-chat/uni-list-chat.vue
@@ -0,0 +1,593 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ badgeText === 'dot' ? '' : badgeText }}
+
+
+
+ {{ title }}
+
+ [草稿]
+ {{isDraft?note.slice(14):note}}
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.vue
new file mode 100644
index 0000000..6402508
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.vue
@@ -0,0 +1,534 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+ {{ note }}
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-list.vue b/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-list.vue
new file mode 100644
index 0000000..6ef5972
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-list.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-refresh.vue b/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-refresh.vue
new file mode 100644
index 0000000..3b4c5a2
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-refresh.vue
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-refresh.wxs b/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-refresh.wxs
new file mode 100644
index 0000000..818a6b7
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-list/uni-refresh.wxs
@@ -0,0 +1,87 @@
+var pullDown = {
+ threshold: 95,
+ maxHeight: 200,
+ callRefresh: 'onrefresh',
+ callPullingDown: 'onpullingdown',
+ refreshSelector: '.uni-refresh'
+};
+
+function ready(newValue, oldValue, ownerInstance, instance) {
+ var state = instance.getState()
+ state.canPullDown = newValue;
+ // console.log(newValue);
+}
+
+function touchStart(e, instance) {
+ var state = instance.getState();
+ state.refreshInstance = instance.selectComponent(pullDown.refreshSelector);
+ state.canPullDown = (state.refreshInstance != null && state.refreshInstance != undefined);
+ if (!state.canPullDown) {
+ return
+ }
+
+ // console.log("touchStart");
+
+ state.height = 0;
+ state.touchStartY = e.touches[0].pageY || e.changedTouches[0].pageY;
+ state.refreshInstance.setStyle({
+ 'height': 0
+ });
+ state.refreshInstance.callMethod("onchange", true);
+}
+
+function touchMove(e, ownerInstance) {
+ var instance = e.instance;
+ var state = instance.getState();
+ if (!state.canPullDown) {
+ return
+ }
+
+ var oldHeight = state.height;
+ var endY = e.touches[0].pageY || e.changedTouches[0].pageY;
+ var height = endY - state.touchStartY;
+ if (height > pullDown.maxHeight) {
+ return;
+ }
+
+ var refreshInstance = state.refreshInstance;
+ refreshInstance.setStyle({
+ 'height': height + 'px'
+ });
+
+ height = height < pullDown.maxHeight ? height : pullDown.maxHeight;
+ state.height = height;
+ refreshInstance.callMethod(pullDown.callPullingDown, {
+ height: height
+ });
+}
+
+function touchEnd(e, ownerInstance) {
+ var state = e.instance.getState();
+ if (!state.canPullDown) {
+ return
+ }
+
+ state.refreshInstance.callMethod("onchange", false);
+
+ var refreshInstance = state.refreshInstance;
+ if (state.height > pullDown.threshold) {
+ refreshInstance.callMethod(pullDown.callRefresh);
+ return;
+ }
+
+ refreshInstance.setStyle({
+ 'height': 0
+ });
+}
+
+function propObserver(newValue, oldValue, instance) {
+ pullDown = newValue;
+}
+
+module.exports = {
+ touchmove: touchMove,
+ touchstart: touchStart,
+ touchend: touchEnd,
+ propObserver: propObserver
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/en.json
new file mode 100644
index 0000000..a4f14a5
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/en.json
@@ -0,0 +1,5 @@
+{
+ "uni-load-more.contentdown": "Pull up to show more",
+ "uni-load-more.contentrefresh": "loading...",
+ "uni-load-more.contentnomore": "No more data"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/zh-Hans.json
new file mode 100644
index 0000000..f15d510
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/zh-Hans.json
@@ -0,0 +1,5 @@
+{
+ "uni-load-more.contentdown": "上拉显示更多",
+ "uni-load-more.contentrefresh": "正在加载...",
+ "uni-load-more.contentnomore": "没有更多数据了"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/zh-Hant.json
new file mode 100644
index 0000000..a255c6d
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/i18n/zh-Hant.json
@@ -0,0 +1,5 @@
+{
+ "uni-load-more.contentdown": "上拉顯示更多",
+ "uni-load-more.contentrefresh": "正在加載...",
+ "uni-load-more.contentnomore": "沒有更多數據了"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue
new file mode 100644
index 0000000..e5eff4d
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue
@@ -0,0 +1,399 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ status === 'more' ? contentdownText : status === 'loading' ? contentrefreshText : contentnomoreText }}
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue b/node_modules/@dcloudio/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue
new file mode 100644
index 0000000..46806c1
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-nav-bar/uni-status-bar.vue b/node_modules/@dcloudio/uni-ui/lib/uni-nav-bar/uni-status-bar.vue
new file mode 100644
index 0000000..4ac73ae
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-nav-bar/uni-status-bar.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue b/node_modules/@dcloudio/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue
new file mode 100644
index 0000000..47fb9b3
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue
@@ -0,0 +1,431 @@
+
+
+
+
+
+ {{text}}
+
+
+
+ {{ moreText }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-number-box/uni-number-box.vue b/node_modules/@dcloudio/uni-ui/lib/uni-number-box/uni-number-box.vue
new file mode 100644
index 0000000..4e203cc
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-number-box/uni-number-box.vue
@@ -0,0 +1,232 @@
+
+
+
+ -
+
+
+
+ +
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/en.json
new file mode 100644
index 0000000..d6e2897
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/en.json
@@ -0,0 +1,5 @@
+{
+ "uni-pagination.prevText": "prev",
+ "uni-pagination.nextText": "next",
+ "uni-pagination.piecePerPage": "piece/page"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/es.json b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/es.json
new file mode 100644
index 0000000..604a113
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/es.json
@@ -0,0 +1,5 @@
+{
+ "uni-pagination.prevText": "anterior",
+ "uni-pagination.nextText": "prxima",
+ "uni-pagination.piecePerPage": "Artculo/Pgina"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/fr.json b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/fr.json
new file mode 100644
index 0000000..a7a0c77
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/fr.json
@@ -0,0 +1,5 @@
+{
+ "uni-pagination.prevText": "précédente",
+ "uni-pagination.nextText": "suivante",
+ "uni-pagination.piecePerPage": "Articles/Pages"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/index.js
new file mode 100644
index 0000000..2469dd0
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/index.js
@@ -0,0 +1,12 @@
+import en from './en.json'
+import es from './es.json'
+import fr from './fr.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ es,
+ fr,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/zh-Hans.json
new file mode 100644
index 0000000..782bbe4
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/zh-Hans.json
@@ -0,0 +1,5 @@
+{
+ "uni-pagination.prevText": "上一页",
+ "uni-pagination.nextText": "下一页",
+ "uni-pagination.piecePerPage": "条/页"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/zh-Hant.json
new file mode 100644
index 0000000..180fddb
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/i18n/zh-Hant.json
@@ -0,0 +1,5 @@
+{
+ "uni-pagination.prevText": "上一頁",
+ "uni-pagination.nextText": "下一頁",
+ "uni-pagination.piecePerPage": "條/頁"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-pagination/uni-pagination.vue b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/uni-pagination.vue
new file mode 100644
index 0000000..5305b5f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-pagination/uni-pagination.vue
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup-dialog/keypress.js b/node_modules/@dcloudio/uni-ui/lib/uni-popup-dialog/keypress.js
new file mode 100644
index 0000000..6ef26a2
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup-dialog/keypress.js
@@ -0,0 +1,45 @@
+// #ifdef H5
+export default {
+ name: 'Keypress',
+ props: {
+ disable: {
+ type: Boolean,
+ default: false
+ }
+ },
+ mounted () {
+ const keyNames = {
+ esc: ['Esc', 'Escape'],
+ tab: 'Tab',
+ enter: 'Enter',
+ space: [' ', 'Spacebar'],
+ up: ['Up', 'ArrowUp'],
+ left: ['Left', 'ArrowLeft'],
+ right: ['Right', 'ArrowRight'],
+ down: ['Down', 'ArrowDown'],
+ delete: ['Backspace', 'Delete', 'Del']
+ }
+ const listener = ($event) => {
+ if (this.disable) {
+ return
+ }
+ const keyName = Object.keys(keyNames).find(key => {
+ const keyName = $event.key
+ const value = keyNames[key]
+ return value === keyName || (Array.isArray(value) && value.includes(keyName))
+ })
+ if (keyName) {
+ // 避免和其他按键事件冲突
+ setTimeout(() => {
+ this.$emit(keyName, {})
+ }, 0)
+ }
+ }
+ document.addEventListener('keyup', listener)
+ this.$once('hook:beforeDestroy', () => {
+ document.removeEventListener('keyup', listener)
+ })
+ },
+ render: () => {}
+}
+// #endif
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue b/node_modules/@dcloudio/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue
new file mode 100644
index 0000000..08707d4
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup-message/uni-popup-message.vue b/node_modules/@dcloudio/uni-ui/lib/uni-popup-message/uni-popup-message.vue
new file mode 100644
index 0000000..91370a8
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup-message/uni-popup-message.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup-share/uni-popup-share.vue b/node_modules/@dcloudio/uni-ui/lib/uni-popup-share/uni-popup-share.vue
new file mode 100644
index 0000000..f7e667c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup-share/uni-popup-share.vue
@@ -0,0 +1,187 @@
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/en.json
new file mode 100644
index 0000000..7f1bd06
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/en.json
@@ -0,0 +1,7 @@
+{
+ "uni-popup.cancel": "cancel",
+ "uni-popup.ok": "ok",
+ "uni-popup.placeholder": "pleace enter",
+ "uni-popup.title": "Hint",
+ "uni-popup.shareTitle": "Share to"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/zh-Hans.json
new file mode 100644
index 0000000..5e3003c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/zh-Hans.json
@@ -0,0 +1,7 @@
+{
+ "uni-popup.cancel": "取消",
+ "uni-popup.ok": "确定",
+ "uni-popup.placeholder": "请输入",
+ "uni-popup.title": "提示",
+ "uni-popup.shareTitle": "分享到"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/zh-Hant.json
new file mode 100644
index 0000000..13e39eb
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/i18n/zh-Hant.json
@@ -0,0 +1,7 @@
+{
+ "uni-popup.cancel": "取消",
+ "uni-popup.ok": "確定",
+ "uni-popup.placeholder": "請輸入",
+ "uni-popup.title": "提示",
+ "uni-popup.shareTitle": "分享到"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/keypress.js b/node_modules/@dcloudio/uni-ui/lib/uni-popup/keypress.js
new file mode 100644
index 0000000..62dda46
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/keypress.js
@@ -0,0 +1,45 @@
+// #ifdef H5
+export default {
+ name: 'Keypress',
+ props: {
+ disable: {
+ type: Boolean,
+ default: false
+ }
+ },
+ mounted () {
+ const keyNames = {
+ esc: ['Esc', 'Escape'],
+ tab: 'Tab',
+ enter: 'Enter',
+ space: [' ', 'Spacebar'],
+ up: ['Up', 'ArrowUp'],
+ left: ['Left', 'ArrowLeft'],
+ right: ['Right', 'ArrowRight'],
+ down: ['Down', 'ArrowDown'],
+ delete: ['Backspace', 'Delete', 'Del']
+ }
+ const listener = ($event) => {
+ if (this.disable) {
+ return
+ }
+ const keyName = Object.keys(keyNames).find(key => {
+ const keyName = $event.key
+ const value = keyNames[key]
+ return value === keyName || (Array.isArray(value) && value.includes(keyName))
+ })
+ if (keyName) {
+ // 避免和其他按键事件冲突
+ setTimeout(() => {
+ this.$emit(keyName, {})
+ }, 0)
+ }
+ }
+ document.addEventListener('keyup', listener)
+ // this.$once('hook:beforeDestroy', () => {
+ // document.removeEventListener('keyup', listener)
+ // })
+ },
+ render: () => {}
+}
+// #endif
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/popup.js b/node_modules/@dcloudio/uni-ui/lib/uni-popup/popup.js
new file mode 100644
index 0000000..c4e5781
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/popup.js
@@ -0,0 +1,26 @@
+
+export default {
+ data() {
+ return {
+
+ }
+ },
+ created(){
+ this.popup = this.getParent()
+ },
+ methods:{
+ /**
+ * 获取父元素实例
+ */
+ getParent(name = 'uniPopup') {
+ let parent = this.$parent;
+ let parentName = parent.$options.name;
+ while (parentName !== name) {
+ parent = parent.$parent;
+ if (!parent) return false
+ parentName = parent.$options.name;
+ }
+ return parent;
+ },
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.uvue b/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.uvue
new file mode 100644
index 0000000..5eb8d5b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.uvue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.vue b/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.vue
new file mode 100644
index 0000000..8349e99
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.vue
@@ -0,0 +1,503 @@
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-rate/uni-rate.vue b/node_modules/@dcloudio/uni-ui/lib/uni-rate/uni-rate.vue
new file mode 100644
index 0000000..857f5f9
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-rate/uni-rate.vue
@@ -0,0 +1,361 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-row/uni-row.vue b/node_modules/@dcloudio/uni-ui/lib/uni-row/uni-row.vue
new file mode 100644
index 0000000..f8e8542
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-row/uni-row.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/changelog.md b/node_modules/@dcloudio/uni-ui/lib/uni-scss/changelog.md
new file mode 100644
index 0000000..b863bb0
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/changelog.md
@@ -0,0 +1,8 @@
+## 1.0.3(2022-01-21)
+- 优化 组件示例
+## 1.0.2(2021-11-22)
+- 修复 / 符号在 vue 不同版本兼容问题引起的报错问题
+## 1.0.1(2021-11-22)
+- 修复 vue3中scss语法兼容问题
+## 1.0.0(2021-11-18)
+- init
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/index.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/index.scss
new file mode 100644
index 0000000..1744a5f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/index.scss
@@ -0,0 +1 @@
+@import './styles/index.scss';
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/package.json b/node_modules/@dcloudio/uni-ui/lib/uni-scss/package.json
new file mode 100644
index 0000000..7cc0ccb
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/package.json
@@ -0,0 +1,82 @@
+{
+ "id": "uni-scss",
+ "displayName": "uni-scss 辅助样式",
+ "version": "1.0.3",
+ "description": "uni-sass是uni-ui提供的一套全局样式 ,通过一些简单的类名和sass变量,实现简单的页面布局操作,比如颜色、边距、圆角等。",
+ "keywords": [
+ "uni-scss",
+ "uni-ui",
+ "辅助样式"
+],
+ "repository": "https://github.com/dcloudio/uni-ui",
+ "engines": {
+ "HBuilderX": "^3.1.0"
+ },
+ "dcloudext": {
+ "category": [
+ "JS SDK",
+ "通用 SDK"
+ ],
+ "sale": {
+ "regular": {
+ "price": "0.00"
+ },
+ "sourcecode": {
+ "price": "0.00"
+ }
+ },
+ "contact": {
+ "qq": ""
+ },
+ "declaration": {
+ "ads": "无",
+ "data": "无",
+ "permissions": "无"
+ },
+ "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
+ },
+ "uni_modules": {
+ "dependencies": [],
+ "encrypt": [],
+ "platforms": {
+ "cloud": {
+ "tcb": "y",
+ "aliyun": "y"
+ },
+ "client": {
+ "App": {
+ "app-vue": "y",
+ "app-nvue": "u"
+ },
+ "H5-mobile": {
+ "Safari": "y",
+ "Android Browser": "y",
+ "微信浏览器(Android)": "y",
+ "QQ浏览器(Android)": "y"
+ },
+ "H5-pc": {
+ "Chrome": "y",
+ "IE": "y",
+ "Edge": "y",
+ "Firefox": "y",
+ "Safari": "y"
+ },
+ "小程序": {
+ "微信": "y",
+ "阿里": "y",
+ "百度": "y",
+ "字节跳动": "y",
+ "QQ": "y"
+ },
+ "快应用": {
+ "华为": "n",
+ "联盟": "n"
+ },
+ "Vue": {
+ "vue2": "y",
+ "vue3": "y"
+ }
+ }
+ }
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/readme.md b/node_modules/@dcloudio/uni-ui/lib/uni-scss/readme.md
new file mode 100644
index 0000000..b7d1c25
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/readme.md
@@ -0,0 +1,4 @@
+`uni-sass` 是 `uni-ui`提供的一套全局样式 ,通过一些简单的类名和`sass`变量,实现简单的页面布局操作,比如颜色、边距、圆角等。
+
+### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-sass)
+#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/index.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/index.scss
new file mode 100644
index 0000000..ffac4fe
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/index.scss
@@ -0,0 +1,7 @@
+@import './setting/_variables.scss';
+@import './setting/_border.scss';
+@import './setting/_color.scss';
+@import './setting/_space.scss';
+@import './setting/_radius.scss';
+@import './setting/_text.scss';
+@import './setting/_styles.scss';
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_border.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_border.scss
new file mode 100644
index 0000000..12a11c3
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_border.scss
@@ -0,0 +1,3 @@
+.uni-border {
+ border: 1px $uni-border-1 solid;
+}
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_color.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_color.scss
new file mode 100644
index 0000000..1ededd9
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_color.scss
@@ -0,0 +1,66 @@
+
+// TODO 暂时不需要 class ,需要用户使用变量实现 ,如果使用类名其实并不推荐
+// @mixin get-styles($k,$c) {
+// @if $k == size or $k == weight{
+// font-#{$k}:#{$c}
+// }@else{
+// #{$k}:#{$c}
+// }
+// }
+$uni-ui-color:(
+ // 主色
+ primary: $uni-primary,
+ primary-disable: $uni-primary-disable,
+ primary-light: $uni-primary-light,
+ // 辅助色
+ success: $uni-success,
+ success-disable: $uni-success-disable,
+ success-light: $uni-success-light,
+ warning: $uni-warning,
+ warning-disable: $uni-warning-disable,
+ warning-light: $uni-warning-light,
+ error: $uni-error,
+ error-disable: $uni-error-disable,
+ error-light: $uni-error-light,
+ info: $uni-info,
+ info-disable: $uni-info-disable,
+ info-light: $uni-info-light,
+ // 中性色
+ main-color: $uni-main-color,
+ base-color: $uni-base-color,
+ secondary-color: $uni-secondary-color,
+ extra-color: $uni-extra-color,
+ // 背景色
+ bg-color: $uni-bg-color,
+ // 边框颜色
+ border-1: $uni-border-1,
+ border-2: $uni-border-2,
+ border-3: $uni-border-3,
+ border-4: $uni-border-4,
+ // 黑色
+ black:$uni-black,
+ // 白色
+ white:$uni-white,
+ // 透明
+ transparent:$uni-transparent
+) !default;
+@each $key, $child in $uni-ui-color {
+ .uni-#{"" + $key} {
+ color: $child;
+ }
+ .uni-#{"" + $key}-bg {
+ background-color: $child;
+ }
+}
+.uni-shadow-sm {
+ box-shadow: $uni-shadow-sm;
+}
+.uni-shadow-base {
+ box-shadow: $uni-shadow-base;
+}
+.uni-shadow-lg {
+ box-shadow: $uni-shadow-lg;
+}
+.uni-mask {
+ background-color:$uni-mask;
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_radius.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_radius.scss
new file mode 100644
index 0000000..9a0428b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_radius.scss
@@ -0,0 +1,55 @@
+@mixin radius($r,$d:null ,$important: false){
+ $radius-value:map-get($uni-radius, $r) if($important, !important, null);
+ // Key exists within the $uni-radius variable
+ @if (map-has-key($uni-radius, $r) and $d){
+ @if $d == t {
+ border-top-left-radius:$radius-value;
+ border-top-right-radius:$radius-value;
+ }@else if $d == r {
+ border-top-right-radius:$radius-value;
+ border-bottom-right-radius:$radius-value;
+ }@else if $d == b {
+ border-bottom-left-radius:$radius-value;
+ border-bottom-right-radius:$radius-value;
+ }@else if $d == l {
+ border-top-left-radius:$radius-value;
+ border-bottom-left-radius:$radius-value;
+ }@else if $d == tl {
+ border-top-left-radius:$radius-value;
+ }@else if $d == tr {
+ border-top-right-radius:$radius-value;
+ }@else if $d == br {
+ border-bottom-right-radius:$radius-value;
+ }@else if $d == bl {
+ border-bottom-left-radius:$radius-value;
+ }
+ }@else{
+ border-radius:$radius-value;
+ }
+}
+
+@each $key, $child in $uni-radius {
+ @if($key){
+ .uni-radius-#{"" + $key} {
+ @include radius($key)
+ }
+ }@else{
+ .uni-radius {
+ @include radius($key)
+ }
+ }
+}
+
+@each $direction in t, r, b, l,tl, tr, br, bl {
+ @each $key, $child in $uni-radius {
+ @if($key){
+ .uni-radius-#{"" + $direction}-#{"" + $key} {
+ @include radius($key,$direction,false)
+ }
+ }@else{
+ .uni-radius-#{$direction} {
+ @include radius($key,$direction,false)
+ }
+ }
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_space.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_space.scss
new file mode 100644
index 0000000..3c89528
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_space.scss
@@ -0,0 +1,56 @@
+
+@mixin fn($space,$direction,$size,$n) {
+ @if $n {
+ #{$space}-#{$direction}: #{$size*$uni-space-root}px
+ } @else {
+ #{$space}-#{$direction}: #{-$size*$uni-space-root}px
+ }
+}
+@mixin get-styles($direction,$i,$space,$n){
+ @if $direction == t {
+ @include fn($space, top,$i,$n);
+ }
+ @if $direction == r {
+ @include fn($space, right,$i,$n);
+ }
+ @if $direction == b {
+ @include fn($space, bottom,$i,$n);
+ }
+ @if $direction == l {
+ @include fn($space, left,$i,$n);
+ }
+ @if $direction == x {
+ @include fn($space, left,$i,$n);
+ @include fn($space, right,$i,$n);
+ }
+ @if $direction == y {
+ @include fn($space, top,$i,$n);
+ @include fn($space, bottom,$i,$n);
+ }
+ @if $direction == a {
+ @if $n {
+ #{$space}:#{$i*$uni-space-root}px;
+ } @else {
+ #{$space}:#{-$i*$uni-space-root}px;
+ }
+ }
+}
+
+@each $orientation in m,p {
+ $space: margin;
+ @if $orientation == m {
+ $space: margin;
+ } @else {
+ $space: padding;
+ }
+ @for $i from 0 through 16 {
+ @each $direction in t, r, b, l, x, y, a {
+ .uni-#{$orientation}#{$direction}-#{$i} {
+ @include get-styles($direction,$i,$space,true);
+ }
+ .uni-#{$orientation}#{$direction}-n#{$i} {
+ @include get-styles($direction,$i,$space,false);
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_styles.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_styles.scss
new file mode 100644
index 0000000..689afec
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_styles.scss
@@ -0,0 +1,167 @@
+/* #ifndef APP-NVUE */
+
+$-color-white:#fff;
+$-color-black:#000;
+@mixin base-style($color) {
+ color: #fff;
+ background-color: $color;
+ border-color: mix($-color-black, $color, 8%);
+ &:not([hover-class]):active {
+ background: mix($-color-black, $color, 10%);
+ border-color: mix($-color-black, $color, 20%);
+ color: $-color-white;
+ outline: none;
+ }
+}
+@mixin is-color($color) {
+ @include base-style($color);
+ &[loading] {
+ @include base-style($color);
+ &::before {
+ margin-right:5px;
+ }
+ }
+ &[disabled] {
+ &,
+ &[loading],
+ &:not([hover-class]):active {
+ color: $-color-white;
+ border-color: mix(darken($color,10%), $-color-white);
+ background-color: mix($color, $-color-white);
+ }
+ }
+
+}
+@mixin base-plain-style($color) {
+ color:$color;
+ background-color: mix($-color-white, $color, 90%);
+ border-color: mix($-color-white, $color, 70%);
+ &:not([hover-class]):active {
+ background: mix($-color-white, $color, 80%);
+ color: $color;
+ outline: none;
+ border-color: mix($-color-white, $color, 50%);
+ }
+}
+@mixin is-plain($color){
+ &[plain] {
+ @include base-plain-style($color);
+ &[loading] {
+ @include base-plain-style($color);
+ &::before {
+ margin-right:5px;
+ }
+ }
+ &[disabled] {
+ &,
+ &:active {
+ color: mix($-color-white, $color, 40%);
+ background-color: mix($-color-white, $color, 90%);
+ border-color: mix($-color-white, $color, 80%);
+ }
+ }
+ }
+}
+
+
+.uni-btn {
+ margin: 5px;
+ color: #393939;
+ border:1px solid #ccc;
+ font-size: 16px;
+ font-weight: 200;
+ background-color: #F9F9F9;
+ // TODO 暂时处理边框隐藏一边的问题
+ overflow: visible;
+ &::after{
+ border: none;
+ }
+
+ &:not([type]),&[type=default] {
+ color: #999;
+ &[loading] {
+ background: none;
+ &::before {
+ margin-right:5px;
+ }
+ }
+
+
+
+ &[disabled]{
+ color: mix($-color-white, #999, 60%);
+ &,
+ &[loading],
+ &:active {
+ color: mix($-color-white, #999, 60%);
+ background-color: mix($-color-white,$-color-black , 98%);
+ border-color: mix($-color-white, #999, 85%);
+ }
+ }
+
+ &[plain] {
+ color: #999;
+ background: none;
+ border-color: $uni-border-1;
+ &:not([hover-class]):active {
+ background: none;
+ color: mix($-color-white, $-color-black, 80%);
+ border-color: mix($-color-white, $-color-black, 90%);
+ outline: none;
+ }
+ &[disabled]{
+ &,
+ &[loading],
+ &:active {
+ background: none;
+ color: mix($-color-white, #999, 60%);
+ border-color: mix($-color-white, #999, 85%);
+ }
+ }
+ }
+ }
+
+ &:not([hover-class]):active {
+ color: mix($-color-white, $-color-black, 50%);
+ }
+
+ &[size=mini] {
+ font-size: 16px;
+ font-weight: 200;
+ border-radius: 8px;
+ }
+
+
+
+ &.uni-btn-small {
+ font-size: 14px;
+ }
+ &.uni-btn-mini {
+ font-size: 12px;
+ }
+
+ &.uni-btn-radius {
+ border-radius: 999px;
+ }
+ &[type=primary] {
+ @include is-color($uni-primary);
+ @include is-plain($uni-primary)
+ }
+ &[type=success] {
+ @include is-color($uni-success);
+ @include is-plain($uni-success)
+ }
+ &[type=error] {
+ @include is-color($uni-error);
+ @include is-plain($uni-error)
+ }
+ &[type=warning] {
+ @include is-color($uni-warning);
+ @include is-plain($uni-warning)
+ }
+ &[type=info] {
+ @include is-color($uni-info);
+ @include is-plain($uni-info)
+ }
+}
+/* #endif */
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_text.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_text.scss
new file mode 100644
index 0000000..a34d08f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_text.scss
@@ -0,0 +1,24 @@
+@mixin get-styles($k,$c) {
+ @if $k == size or $k == weight{
+ font-#{$k}:#{$c}
+ }@else{
+ #{$k}:#{$c}
+ }
+}
+
+@each $key, $child in $uni-headings {
+ /* #ifndef APP-NVUE */
+ .uni-#{$key} {
+ @each $k, $c in $child {
+ @include get-styles($k,$c)
+ }
+ }
+ /* #endif */
+ /* #ifdef APP-NVUE */
+ .container .uni-#{$key} {
+ @each $k, $c in $child {
+ @include get-styles($k,$c)
+ }
+ }
+ /* #endif */
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_variables.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_variables.scss
new file mode 100644
index 0000000..557d3d7
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/setting/_variables.scss
@@ -0,0 +1,146 @@
+// @use "sass:math";
+@import '../tools/functions.scss';
+// 间距基础倍数
+$uni-space-root: 2 !default;
+// 边框半径默认值
+$uni-radius-root:5px !default;
+$uni-radius: () !default;
+// 边框半径断点
+$uni-radius: map-deep-merge(
+ (
+ 0: 0,
+ // TODO 当前版本暂时不支持 sm 属性
+ // 'sm': math.div($uni-radius-root, 2),
+ null: $uni-radius-root,
+ 'lg': $uni-radius-root * 2,
+ 'xl': $uni-radius-root * 6,
+ 'pill': 9999px,
+ 'circle': 50%
+ ),
+ $uni-radius
+);
+// 字体家族
+$body-font-family: 'Roboto', sans-serif !default;
+// 文本
+$heading-font-family: $body-font-family !default;
+$uni-headings: () !default;
+$letterSpacing: -0.01562em;
+$uni-headings: map-deep-merge(
+ (
+ 'h1': (
+ size: 32px,
+ weight: 300,
+ line-height: 50px,
+ // letter-spacing:-0.01562em
+ ),
+ 'h2': (
+ size: 28px,
+ weight: 300,
+ line-height: 40px,
+ // letter-spacing: -0.00833em
+ ),
+ 'h3': (
+ size: 24px,
+ weight: 400,
+ line-height: 32px,
+ // letter-spacing: normal
+ ),
+ 'h4': (
+ size: 20px,
+ weight: 400,
+ line-height: 30px,
+ // letter-spacing: 0.00735em
+ ),
+ 'h5': (
+ size: 16px,
+ weight: 400,
+ line-height: 24px,
+ // letter-spacing: normal
+ ),
+ 'h6': (
+ size: 14px,
+ weight: 500,
+ line-height: 18px,
+ // letter-spacing: 0.0125em
+ ),
+ 'subtitle': (
+ size: 12px,
+ weight: 400,
+ line-height: 20px,
+ // letter-spacing: 0.00937em
+ ),
+ 'body': (
+ font-size: 14px,
+ font-weight: 400,
+ line-height: 22px,
+ // letter-spacing: 0.03125em
+ ),
+ 'caption': (
+ 'size': 12px,
+ 'weight': 400,
+ 'line-height': 20px,
+ // 'letter-spacing': 0.03333em,
+ // 'text-transform': false
+ )
+ ),
+ $uni-headings
+);
+
+
+
+// 主色
+$uni-primary: #2979ff !default;
+$uni-primary-disable:lighten($uni-primary,20%) !default;
+$uni-primary-light: lighten($uni-primary,25%) !default;
+
+// 辅助色
+// 除了主色外的场景色,需要在不同的场景中使用(例如危险色表示危险的操作)。
+$uni-success: #18bc37 !default;
+$uni-success-disable:lighten($uni-success,20%) !default;
+$uni-success-light: lighten($uni-success,25%) !default;
+
+$uni-warning: #f3a73f !default;
+$uni-warning-disable:lighten($uni-warning,20%) !default;
+$uni-warning-light: lighten($uni-warning,25%) !default;
+
+$uni-error: #e43d33 !default;
+$uni-error-disable:lighten($uni-error,20%) !default;
+$uni-error-light: lighten($uni-error,25%) !default;
+
+$uni-info: #8f939c !default;
+$uni-info-disable:lighten($uni-info,20%) !default;
+$uni-info-light: lighten($uni-info,25%) !default;
+
+// 中性色
+// 中性色用于文本、背景和边框颜色。通过运用不同的中性色,来表现层次结构。
+$uni-main-color: #3a3a3a !default; // 主要文字
+$uni-base-color: #6a6a6a !default; // 常规文字
+$uni-secondary-color: #909399 !default; // 次要文字
+$uni-extra-color: #c7c7c7 !default; // 辅助说明
+
+// 边框颜色
+$uni-border-1: #F0F0F0 !default;
+$uni-border-2: #EDEDED !default;
+$uni-border-3: #DCDCDC !default;
+$uni-border-4: #B9B9B9 !default;
+
+// 常规色
+$uni-black: #000000 !default;
+$uni-white: #ffffff !default;
+$uni-transparent: rgba($color: #000000, $alpha: 0) !default;
+
+// 背景色
+$uni-bg-color: #f7f7f7 !default;
+
+/* 水平间距 */
+$uni-spacing-sm: 8px !default;
+$uni-spacing-base: 15px !default;
+$uni-spacing-lg: 30px !default;
+
+// 阴影
+$uni-shadow-sm:0 0 5px rgba($color: #d8d8d8, $alpha: 0.5) !default;
+$uni-shadow-base:0 1px 8px 1px rgba($color: #a5a5a5, $alpha: 0.2) !default;
+$uni-shadow-lg:0px 1px 10px 2px rgba($color: #a5a4a4, $alpha: 0.5) !default;
+
+// 蒙版
+$uni-mask: rgba($color: #000000, $alpha: 0.4) !default;
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/tools/functions.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/tools/functions.scss
new file mode 100644
index 0000000..ac6f63e
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/styles/tools/functions.scss
@@ -0,0 +1,19 @@
+// 合并 map
+@function map-deep-merge($parent-map, $child-map){
+ $result: $parent-map;
+ @each $key, $child in $child-map {
+ $parent-has-key: map-has-key($result, $key);
+ $parent-value: map-get($result, $key);
+ $parent-type: type-of($parent-value);
+ $child-type: type-of($child);
+ $parent-is-map: $parent-type == map;
+ $child-is-map: $child-type == map;
+
+ @if (not $parent-has-key) or ($parent-type != $child-type) or (not ($parent-is-map and $child-is-map)){
+ $result: map-merge($result, ( $key: $child ));
+ }@else {
+ $result: map-merge($result, ( $key: map-deep-merge($parent-value, $child) ));
+ }
+ }
+ @return $result;
+};
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/theme.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/theme.scss
new file mode 100644
index 0000000..80ee62f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/theme.scss
@@ -0,0 +1,31 @@
+// 间距基础倍数
+$uni-space-root: 2;
+// 边框半径默认值
+$uni-radius-root:5px;
+// 主色
+$uni-primary: #2979ff;
+// 辅助色
+$uni-success: #4cd964;
+// 警告色
+$uni-warning: #f0ad4e;
+// 错误色
+$uni-error: #dd524d;
+// 描述色
+$uni-info: #909399;
+// 中性色
+$uni-main-color: #303133;
+$uni-base-color: #606266;
+$uni-secondary-color: #909399;
+$uni-extra-color: #C0C4CC;
+// 背景色
+$uni-bg-color: #f5f5f5;
+// 边框颜色
+$uni-border-1: #DCDFE6;
+$uni-border-2: #E4E7ED;
+$uni-border-3: #EBEEF5;
+$uni-border-4: #F2F6FC;
+
+// 常规色
+$uni-black: #000000;
+$uni-white: #ffffff;
+$uni-transparent: rgba($color: #000000, $alpha: 0);
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-scss/variables.scss b/node_modules/@dcloudio/uni-ui/lib/uni-scss/variables.scss
new file mode 100644
index 0000000..1c062d4
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-scss/variables.scss
@@ -0,0 +1,62 @@
+@import './styles/setting/_variables.scss';
+// 间距基础倍数
+$uni-space-root: 2;
+// 边框半径默认值
+$uni-radius-root:5px;
+
+// 主色
+$uni-primary: #2979ff;
+$uni-primary-disable:mix(#fff,$uni-primary,50%);
+$uni-primary-light: mix(#fff,$uni-primary,80%);
+
+// 辅助色
+// 除了主色外的场景色,需要在不同的场景中使用(例如危险色表示危险的操作)。
+$uni-success: #18bc37;
+$uni-success-disable:mix(#fff,$uni-success,50%);
+$uni-success-light: mix(#fff,$uni-success,80%);
+
+$uni-warning: #f3a73f;
+$uni-warning-disable:mix(#fff,$uni-warning,50%);
+$uni-warning-light: mix(#fff,$uni-warning,80%);
+
+$uni-error: #e43d33;
+$uni-error-disable:mix(#fff,$uni-error,50%);
+$uni-error-light: mix(#fff,$uni-error,80%);
+
+$uni-info: #8f939c;
+$uni-info-disable:mix(#fff,$uni-info,50%);
+$uni-info-light: mix(#fff,$uni-info,80%);
+
+// 中性色
+// 中性色用于文本、背景和边框颜色。通过运用不同的中性色,来表现层次结构。
+$uni-main-color: #3a3a3a; // 主要文字
+$uni-base-color: #6a6a6a; // 常规文字
+$uni-secondary-color: #909399; // 次要文字
+$uni-extra-color: #c7c7c7; // 辅助说明
+
+// 边框颜色
+$uni-border-1: #F0F0F0;
+$uni-border-2: #EDEDED;
+$uni-border-3: #DCDCDC;
+$uni-border-4: #B9B9B9;
+
+// 常规色
+$uni-black: #000000;
+$uni-white: #ffffff;
+$uni-transparent: rgba($color: #000000, $alpha: 0);
+
+// 背景色
+$uni-bg-color: #f7f7f7;
+
+/* 水平间距 */
+$uni-spacing-sm: 8px;
+$uni-spacing-base: 15px;
+$uni-spacing-lg: 30px;
+
+// 阴影
+$uni-shadow-sm:0 0 5px rgba($color: #d8d8d8, $alpha: 0.5);
+$uni-shadow-base:0 1px 8px 1px rgba($color: #a5a5a5, $alpha: 0.2);
+$uni-shadow-lg:0px 1px 10px 2px rgba($color: #a5a4a4, $alpha: 0.5);
+
+// 蒙版
+$uni-mask: rgba($color: #000000, $alpha: 0.4);
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/en.json b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/en.json
new file mode 100644
index 0000000..dd083a5
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/en.json
@@ -0,0 +1,4 @@
+{
+ "uni-search-bar.cancel": "cancel",
+ "uni-search-bar.placeholder": "Search enter content"
+}
\ No newline at end of file
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/index.js b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/index.js
new file mode 100644
index 0000000..de7509c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/index.js
@@ -0,0 +1,8 @@
+import en from './en.json'
+import zhHans from './zh-Hans.json'
+import zhHant from './zh-Hant.json'
+export default {
+ en,
+ 'zh-Hans': zhHans,
+ 'zh-Hant': zhHant
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hans.json b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hans.json
new file mode 100644
index 0000000..d2a1ced
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hans.json
@@ -0,0 +1,4 @@
+{
+ "uni-search-bar.cancel": "取消",
+ "uni-search-bar.placeholder": "请输入搜索内容"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hant.json b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hant.json
new file mode 100644
index 0000000..f1c96bc
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/i18n/zh-Hant.json
@@ -0,0 +1,4 @@
+{
+ "uni-search-bar.cancel": "取消",
+ "uni-search-bar.placeholder": "請輸入搜索內容"
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/uni-search-bar.vue b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/uni-search-bar.vue
new file mode 100644
index 0000000..6b9b9c1
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-search-bar/uni-search-bar.vue
@@ -0,0 +1,309 @@
+
+
+
+
+
+
+
+
+
+ {{ placeholder }}
+
+
+
+
+
+
+ {{cancelTextI18n}}
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-section/uni-section.vue b/node_modules/@dcloudio/uni-ui/lib/uni-section/uni-section.vue
new file mode 100644
index 0000000..9a52e0b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-section/uni-section.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue b/node_modules/@dcloudio/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue
new file mode 100644
index 0000000..a69366a
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue
@@ -0,0 +1,146 @@
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-steps/uni-steps.vue b/node_modules/@dcloudio/uni-ui/lib/uni-steps/uni-steps.vue
new file mode 100644
index 0000000..81017fc
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-steps/uni-steps.vue
@@ -0,0 +1,280 @@
+
+
+
+
+
+ {{item.title}}
+ {{item.desc}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/bindingx.js b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/bindingx.js
new file mode 100644
index 0000000..707e432
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/bindingx.js
@@ -0,0 +1,302 @@
+let bindIngXMixins = {}
+
+// #ifdef APP-NVUE
+const BindingX = uni.requireNativePlugin('bindingx');
+const dom = uni.requireNativePlugin('dom');
+const animation = uni.requireNativePlugin('animation');
+
+bindIngXMixins = {
+ data() {
+ return {}
+ },
+
+ watch: {
+ show(newVal) {
+ if (this.autoClose) return
+ if (this.stop) return
+ this.stop = true
+ if (newVal) {
+ this.open(newVal)
+ } else {
+ this.close()
+ }
+ },
+ leftOptions() {
+ this.getSelectorQuery()
+ this.init()
+ },
+ rightOptions(newVal) {
+ this.init()
+ }
+ },
+ created() {
+ this.swipeaction = this.getSwipeAction()
+ if (this.swipeaction && Array.isArray(this.swipeaction.children)) {
+ this.swipeaction.children.push(this)
+ }
+ },
+ mounted() {
+ this.box = this.getEl(this.$refs['selector-box--hock'])
+ this.selector = this.getEl(this.$refs['selector-content--hock']);
+ this.leftButton = this.getEl(this.$refs['selector-left-button--hock']);
+ this.rightButton = this.getEl(this.$refs['selector-right-button--hock']);
+ this.init()
+ },
+ // beforeDestroy() {
+ // this.swipeaction.children.forEach((item, index) => {
+ // if (item === this) {
+ // this.swipeaction.children.splice(index, 1)
+ // }
+ // })
+ // },
+ methods: {
+ init() {
+ this.$nextTick(() => {
+ this.x = 0
+ this.button = {
+ show: false
+ }
+ setTimeout(() => {
+ this.getSelectorQuery()
+ }, 200)
+ })
+ },
+ onClick(index, item, position) {
+ this.$emit('click', {
+ content: item,
+ index,
+ position
+ })
+ },
+ touchstart(e) {
+ // fix by mehaotian 禁止滑动
+ if (this.disabled) return
+ // 每次只触发一次,避免多次监听造成闪烁
+ if (this.stop) return
+ this.stop = true
+ if (this.autoClose && this.swipeaction) {
+ this.swipeaction.closeOther(this)
+ }
+
+ const leftWidth = this.button.left.width
+ const rightWidth = this.button.right.width
+ let expression = this.range(this.x, -rightWidth, leftWidth)
+ let leftExpression = this.range(this.x - leftWidth, -leftWidth, 0)
+ let rightExpression = this.range(this.x + rightWidth, 0, rightWidth)
+
+ this.eventpan = BindingX.bind({
+ anchor: this.box,
+ eventType: 'pan',
+ props: [{
+ element: this.selector,
+ property: 'transform.translateX',
+ expression
+ }, {
+ element: this.leftButton,
+ property: 'transform.translateX',
+ expression: leftExpression
+ }, {
+ element: this.rightButton,
+ property: 'transform.translateX',
+ expression: rightExpression
+ }, ]
+ }, (e) => {
+ // nope
+ if (e.state === 'end') {
+ this.x = e.deltaX + this.x;
+ this.isclick = true
+ this.bindTiming(e.deltaX)
+ }
+ });
+ },
+ touchend(e) {
+ if (this.isopen !== 'none' && !this.isclick) {
+ this.open('none')
+ }
+ },
+ bindTiming(x) {
+ const left = this.x
+ const leftWidth = this.button.left.width
+ const rightWidth = this.button.right.width
+ const threshold = this.threshold
+ if (!this.isopen || this.isopen === 'none') {
+ if (left > threshold) {
+ this.open('left')
+ } else if (left < -threshold) {
+ this.open('right')
+ } else {
+ this.open('none')
+ }
+ } else {
+ if ((x > -leftWidth && x < 0) || x > rightWidth) {
+ if ((x > -threshold && x < 0) || (x - rightWidth > threshold)) {
+ this.open('left')
+ } else {
+ this.open('none')
+ }
+ } else {
+ if ((x < threshold && x > 0) || (x + leftWidth < -threshold)) {
+ this.open('right')
+ } else {
+ this.open('none')
+ }
+ }
+ }
+ },
+
+ /**
+ * 移动范围
+ * @param {Object} num
+ * @param {Object} mix
+ * @param {Object} max
+ */
+ range(num, mix, max) {
+ return `min(max(x+${num}, ${mix}), ${max})`
+ },
+
+ /**
+ * 开启swipe
+ */
+ open(type) {
+ this.animation(type)
+ },
+
+ /**
+ * 关闭swipe
+ */
+ close() {
+ this.animation('none')
+ },
+
+ /**
+ * 开启关闭动画
+ * @param {Object} type
+ */
+ animation(type) {
+ const time = 300
+ const leftWidth = this.button.left.width
+ const rightWidth = this.button.right.width
+ if (this.eventpan && this.eventpan.token) {
+ BindingX.unbind({
+ token: this.eventpan.token,
+ eventType: 'pan'
+ })
+ }
+
+ switch (type) {
+ case 'left':
+ Promise.all([
+ this.move(this.selector, leftWidth),
+ this.move(this.leftButton, 0),
+ this.move(this.rightButton, rightWidth * 2)
+ ]).then(() => {
+ this.setEmit(leftWidth, type)
+ })
+ break
+ case 'right':
+ Promise.all([
+ this.move(this.selector, -rightWidth),
+ this.move(this.leftButton, -leftWidth * 2),
+ this.move(this.rightButton, 0)
+ ]).then(() => {
+ this.setEmit(-rightWidth, type)
+ })
+ break
+ default:
+ Promise.all([
+ this.move(this.selector, 0),
+ this.move(this.leftButton, -leftWidth),
+ this.move(this.rightButton, rightWidth)
+ ]).then(() => {
+ this.setEmit(0, type)
+ })
+
+ }
+ },
+ setEmit(x, type) {
+ const leftWidth = this.button.left.width
+ const rightWidth = this.button.right.width
+ this.isopen = this.isopen || 'none'
+ this.stop = false
+ this.isclick = false
+ // 只有状态不一致才会返回结果
+ if (this.isopen !== type && this.x !== x) {
+ if (type === 'left' && leftWidth > 0) {
+ this.$emit('change', 'left')
+ }
+ if (type === 'right' && rightWidth > 0) {
+ this.$emit('change', 'right')
+ }
+ if (type === 'none') {
+ this.$emit('change', 'none')
+ }
+ }
+ this.x = x
+ this.isopen = type
+ },
+ move(ref, value) {
+ return new Promise((resolve, reject) => {
+ animation.transition(ref, {
+ styles: {
+ transform: `translateX(${value})`,
+ },
+ duration: 150, //ms
+ timingFunction: 'linear',
+ needLayout: false,
+ delay: 0 //ms
+ }, function(res) {
+ resolve(res)
+ })
+ })
+
+ },
+
+ /**
+ * 获取ref
+ * @param {Object} el
+ */
+ getEl(el) {
+ return el.ref
+ },
+ /**
+ * 获取节点信息
+ */
+ getSelectorQuery() {
+ Promise.all([
+ this.getDom('left'),
+ this.getDom('right'),
+ ]).then((data) => {
+ let show = 'none'
+ if (this.autoClose) {
+ show = 'none'
+ } else {
+ show = this.show
+ }
+
+ if (show === 'none') {
+ // this.close()
+ } else {
+ this.open(show)
+ }
+
+ })
+
+ },
+ getDom(str) {
+ return new Promise((resolve, reject) => {
+ dom.getComponentRect(this.$refs[`selector-${str}-button--hock`], (data) => {
+ if (data) {
+ this.button[str] = data.size
+ resolve(data)
+ } else {
+ reject()
+ }
+ })
+ })
+ }
+ }
+}
+
+// #endif
+
+export default bindIngXMixins
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/isPC.js b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/isPC.js
new file mode 100644
index 0000000..917cb48
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/isPC.js
@@ -0,0 +1,12 @@
+export function isPC() {
+ var userAgentInfo = navigator.userAgent;
+ var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"];
+ var flag = true;
+ for (let v = 0; v < Agents.length - 1; v++) {
+ if (userAgentInfo.indexOf(Agents[v]) > 0) {
+ flag = false;
+ break;
+ }
+ }
+ return flag;
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpalipay.js b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpalipay.js
new file mode 100644
index 0000000..35c796b
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpalipay.js
@@ -0,0 +1,195 @@
+export default {
+ data() {
+ return {
+ x: 0,
+ transition: false,
+ width: 0,
+ viewWidth: 0,
+ swipeShow: 0
+ }
+ },
+ watch: {
+ show(newVal) {
+ if (this.autoClose) return
+ if (newVal && newVal !== 'none') {
+ this.transition = true
+ this.open(newVal)
+ } else {
+ this.close()
+ }
+ }
+ },
+ created() {
+ this.swipeaction = this.getSwipeAction()
+ if (this.swipeaction && Array.isArray(this.swipeaction.children)) {
+ this.swipeaction.children.push(this)
+ }
+ },
+ mounted() {
+ this.isopen = false
+ setTimeout(() => {
+ this.getQuerySelect()
+ }, 50)
+ },
+ methods: {
+ appTouchStart(e) {
+ const {
+ clientX
+ } = e.changedTouches[0]
+ this.clientX = clientX
+ this.timestamp = new Date().getTime()
+ },
+ appTouchEnd(e, index, item, position) {
+ const {
+ clientX
+ } = e.changedTouches[0]
+ // fixed by xxxx 模拟点击事件,解决 ios 13 点击区域错位的问题
+ let diff = Math.abs(this.clientX - clientX)
+ let time = (new Date().getTime()) - this.timestamp
+ if (diff < 40 && time < 300) {
+ this.$emit('click', {
+ content: item,
+ index,
+ position
+ })
+ }
+ },
+ /**
+ * 移动触发
+ * @param {Object} e
+ */
+ onChange(e) {
+ this.moveX = e.detail.x
+ this.isclose = false
+ },
+ touchstart(e) {
+ this.transition = false
+ this.isclose = true
+ if (this.autoClose && this.swipeaction) {
+ this.swipeaction.closeOther(this)
+ }
+ },
+ touchmove(e) {},
+ touchend(e) {
+ // 0的位置什么都不执行
+ if (this.isclose && this.isopen === 'none') return
+ if (this.isclose && this.isopen !== 'none') {
+ this.transition = true
+ this.close()
+ } else {
+ this.move(this.moveX + this.leftWidth)
+ }
+ },
+
+ /**
+ * 移动
+ * @param {Object} moveX
+ */
+ move(moveX) {
+ // 打开关闭的处理逻辑不太一样
+ this.transition = true
+ // 未打开状态
+ if (!this.isopen || this.isopen === 'none') {
+ if (moveX > this.threshold) {
+ this.open('left')
+ } else if (moveX < -this.threshold) {
+ this.open('right')
+ } else {
+ this.close()
+ }
+ } else {
+ if (moveX < 0 && moveX < this.rightWidth) {
+ const rightX = this.rightWidth + moveX
+ if (rightX < this.threshold) {
+ this.open('right')
+ } else {
+ this.close()
+ }
+ } else if (moveX > 0 && moveX < this.leftWidth) {
+ const leftX = this.leftWidth - moveX
+ if (leftX < this.threshold) {
+ this.open('left')
+ } else {
+ this.close()
+ }
+ }
+
+ }
+
+ },
+
+ /**
+ * 打开
+ */
+ open(type) {
+ this.x = this.moveX
+ this.animation(type)
+ },
+
+ /**
+ * 关闭
+ */
+ close() {
+ this.x = this.moveX
+ // TODO 解决 x 值不更新的问题,所以会多触发一次 nextTick ,待优化
+ this.$nextTick(() => {
+ this.x = -this.leftWidth
+ if (this.isopen !== 'none') {
+ this.$emit('change', 'none')
+ }
+ this.isopen = 'none'
+ })
+ },
+
+ /**
+ * 执行结束动画
+ * @param {Object} type
+ */
+ animation(type) {
+ this.$nextTick(() => {
+ if (type === 'left') {
+ this.x = 0
+ } else {
+ this.x = -this.rightWidth - this.leftWidth
+ }
+
+ if (this.isopen !== type) {
+ this.$emit('change', type)
+ }
+ this.isopen = type
+ })
+
+ },
+ getSlide(x) {},
+ getQuerySelect() {
+ const query = uni.createSelectorQuery().in(this);
+ query.selectAll('.movable-view--hock').boundingClientRect(data => {
+ this.leftWidth = data[1].width
+ this.rightWidth = data[2].width
+ this.width = data[0].width
+ this.viewWidth = this.width + this.rightWidth + this.leftWidth
+ if (this.leftWidth === 0) {
+ // TODO 疑似bug ,初始化的时候如果x 是0,会导致移动位置错误,所以让元素超出一点
+ this.x = -0.1
+ } else {
+ this.x = -this.leftWidth
+ }
+ this.moveX = this.x
+ this.$nextTick(() => {
+ this.swipeShow = 1
+ })
+
+ if (!this.buttonWidth) {
+ this.disabledView = true
+ }
+
+ if (this.autoClose) return
+ if (this.show !== 'none') {
+ this.transition = true
+ this.open(this.shows)
+ }
+ }).exec();
+
+ }
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpother.js b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpother.js
new file mode 100644
index 0000000..d389bce
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpother.js
@@ -0,0 +1,260 @@
+let otherMixins = {}
+
+// #ifndef APP-PLUS|| MP-WEIXIN || H5
+const MIN_DISTANCE = 10;
+otherMixins = {
+ data() {
+ // TODO 随机生生元素ID,解决百度小程序获取同一个元素位置信息的bug
+ const elClass = `Uni_${Math.ceil(Math.random() * 10e5).toString(36)}`
+ return {
+ uniShow: false,
+ left: 0,
+ buttonShow: 'none',
+ ani: false,
+ moveLeft: '',
+ elClass
+ }
+ },
+ watch: {
+ show(newVal) {
+ if (this.autoClose) return
+ this.openState(newVal)
+ },
+ left() {
+ this.moveLeft = `translateX(${this.left}px)`
+ },
+ buttonShow(newVal) {
+ if (this.autoClose) return
+ this.openState(newVal)
+ },
+ leftOptions() {
+ this.init()
+ },
+ rightOptions() {
+ this.init()
+ }
+ },
+ mounted() {
+ this.swipeaction = this.getSwipeAction()
+ if (this.swipeaction && Array.isArray(this.swipeaction.children)) {
+ this.swipeaction.children.push(this)
+ }
+ this.init()
+ },
+ methods: {
+ init() {
+ clearTimeout(this.timer)
+ this.timer = setTimeout(() => {
+ this.getSelectorQuery()
+ }, 100)
+ // 移动距离
+ this.left = 0
+ this.x = 0
+ },
+
+ closeSwipe(e) {
+ if (this.autoClose && this.swipeaction) {
+ this.swipeaction.closeOther(this)
+ }
+ },
+ appTouchStart(e) {
+ const {
+ clientX
+ } = e.changedTouches[0]
+ this.clientX = clientX
+ this.timestamp = new Date().getTime()
+ },
+ appTouchEnd(e, index, item, position) {
+ const {
+ clientX
+ } = e.changedTouches[0]
+ // fixed by xxxx 模拟点击事件,解决 ios 13 点击区域错位的问题
+ let diff = Math.abs(this.clientX - clientX)
+ let time = (new Date().getTime()) - this.timestamp
+ if (diff < 40 && time < 300) {
+ this.$emit('click', {
+ content: item,
+ index,
+ position
+ })
+ }
+ },
+ touchstart(e) {
+ if (this.disabled) return
+ this.ani = false
+ this.x = this.left || 0
+ this.stopTouchStart(e)
+ this.autoClose && this.closeSwipe()
+ },
+ touchmove(e) {
+ if (this.disabled) return
+ // 是否可以滑动页面
+ this.stopTouchMove(e);
+ if (this.direction !== 'horizontal') {
+ return;
+ }
+ this.move(this.x + this.deltaX)
+ return false
+ },
+ touchend() {
+ if (this.disabled) return
+ this.moveDirection(this.left)
+ },
+ /**
+ * 设置移动距离
+ * @param {Object} value
+ */
+ move(value) {
+ value = value || 0
+ const leftWidth = this.leftWidth
+ const rightWidth = this.rightWidth
+ // 获取可滑动范围
+ this.left = this.range(value, -rightWidth, leftWidth);
+ },
+
+ /**
+ * 获取范围
+ * @param {Object} num
+ * @param {Object} min
+ * @param {Object} max
+ */
+ range(num, min, max) {
+ return Math.min(Math.max(num, min), max);
+ },
+ /**
+ * 移动方向判断
+ * @param {Object} left
+ * @param {Object} value
+ */
+ moveDirection(left) {
+ const threshold = this.threshold
+ const isopen = this.isopen || 'none'
+ const leftWidth = this.leftWidth
+ const rightWidth = this.rightWidth
+ if (this.deltaX === 0) {
+ this.openState('none')
+ return
+ }
+ if ((isopen === 'none' && rightWidth > 0 && -left > threshold) || (isopen !== 'none' && rightWidth >
+ 0 && rightWidth +
+ left < threshold)) {
+ // right
+ this.openState('right')
+ } else if ((isopen === 'none' && leftWidth > 0 && left > threshold) || (isopen !== 'none' && leftWidth >
+ 0 &&
+ leftWidth - left < threshold)) {
+ // left
+ this.openState('left')
+ } else {
+ // default
+ this.openState('none')
+ }
+ },
+
+ /**
+ * 开启状态
+ * @param {Boolean} type
+ */
+ openState(type) {
+ const leftWidth = this.leftWidth
+ const rightWidth = this.rightWidth
+ let left = ''
+ this.isopen = this.isopen ? this.isopen : 'none'
+ switch (type) {
+ case "left":
+ left = leftWidth
+ break
+ case "right":
+ left = -rightWidth
+ break
+ default:
+ left = 0
+ }
+
+
+ if (this.isopen !== type) {
+ this.throttle = true
+ this.$emit('change', type)
+ }
+
+ this.isopen = type
+ // 添加动画类
+ this.ani = true
+ this.$nextTick(() => {
+ this.move(left)
+ })
+ // 设置最终移动位置,理论上只要进入到这个函数,肯定是要打开的
+ },
+ close() {
+ this.openState('none')
+ },
+ getDirection(x, y) {
+ if (x > y && x > MIN_DISTANCE) {
+ return 'horizontal';
+ }
+ if (y > x && y > MIN_DISTANCE) {
+ return 'vertical';
+ }
+ return '';
+ },
+
+ /**
+ * 重置滑动状态
+ * @param {Object} event
+ */
+ resetTouchStatus() {
+ this.direction = '';
+ this.deltaX = 0;
+ this.deltaY = 0;
+ this.offsetX = 0;
+ this.offsetY = 0;
+ },
+
+ /**
+ * 设置滑动开始位置
+ * @param {Object} event
+ */
+ stopTouchStart(event) {
+ this.resetTouchStatus();
+ const touch = event.touches[0];
+ this.startX = touch.clientX;
+ this.startY = touch.clientY;
+ },
+
+ /**
+ * 滑动中,是否禁止打开
+ * @param {Object} event
+ */
+ stopTouchMove(event) {
+ const touch = event.touches[0];
+ this.deltaX = touch.clientX - this.startX;
+ this.deltaY = touch.clientY - this.startY;
+ this.offsetX = Math.abs(this.deltaX);
+ this.offsetY = Math.abs(this.deltaY);
+ this.direction = this.direction || this.getDirection(this.offsetX, this.offsetY);
+ },
+
+ getSelectorQuery() {
+ const views = uni.createSelectorQuery().in(this)
+ views
+ .selectAll('.' + this.elClass)
+ .boundingClientRect(data => {
+ if (data.length === 0) return
+ let show = 'none'
+ if (this.autoClose) {
+ show = 'none'
+ } else {
+ show = this.show
+ }
+ this.leftWidth = data[0].width || 0
+ this.rightWidth = data[1].width || 0
+ this.buttonShow = show
+ })
+ .exec()
+ }
+ }
+}
+
+// #endif
+
+export default otherMixins
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpwxs.js b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpwxs.js
new file mode 100644
index 0000000..08de1c9
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/mpwxs.js
@@ -0,0 +1,84 @@
+let mpMixins = {}
+let is_pc = null
+// #ifdef H5
+import {
+ isPC
+} from "./isPC"
+is_pc = isPC()
+// #endif
+// #ifdef APP-VUE|| MP-WEIXIN || H5
+
+mpMixins = {
+ data() {
+ return {
+ is_show: 'none'
+ }
+ },
+ watch: {
+ show(newVal) {
+ this.is_show = this.show
+ }
+ },
+ created() {
+ this.swipeaction = this.getSwipeAction()
+ if (this.swipeaction && Array.isArray(this.swipeaction.children)) {
+ this.swipeaction.children.push(this)
+ }
+ },
+ mounted() {
+ this.is_show = this.show
+ },
+ methods: {
+ // wxs 中调用
+ closeSwipe(e) {
+ if (this.autoClose && this.swipeaction) {
+ this.swipeaction.closeOther(this)
+ }
+ },
+
+ change(e) {
+ this.$emit('change', e.open)
+ if (this.is_show !== e.open) {
+ this.is_show = e.open
+ }
+ },
+
+ appTouchStart(e) {
+ if (is_pc) return
+ const {
+ clientX
+ } = e.changedTouches[0]
+ this.clientX = clientX
+ this.timestamp = new Date().getTime()
+ },
+ appTouchEnd(e, index, item, position) {
+ if (is_pc) return
+ const {
+ clientX
+ } = e.changedTouches[0]
+ // fixed by xxxx 模拟点击事件,解决 ios 13 点击区域错位的问题
+ let diff = Math.abs(this.clientX - clientX)
+ let time = (new Date().getTime()) - this.timestamp
+ if (diff < 40 && time < 300) {
+ this.$emit('click', {
+ content: item,
+ index,
+ position
+ })
+ }
+ },
+ onClickForPC(index, item, position) {
+ if (!is_pc) return
+ // #ifdef H5
+ this.$emit('click', {
+ content: item,
+ index,
+ position
+ })
+ // #endif
+ }
+ }
+}
+
+// #endif
+export default mpMixins
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/render.js b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/render.js
new file mode 100644
index 0000000..78f0ec6
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/render.js
@@ -0,0 +1,270 @@
+const MIN_DISTANCE = 10;
+export default {
+ showWatch(newVal, oldVal, ownerInstance, instance, self) {
+ var state = self.state
+ var $el = ownerInstance.$el || ownerInstance.$vm && ownerInstance.$vm.$el
+ if (!$el) return
+ this.getDom(instance, ownerInstance, self)
+ if (newVal && newVal !== 'none') {
+ this.openState(newVal, instance, ownerInstance, self)
+ return
+ }
+
+ if (state.left) {
+ this.openState('none', instance, ownerInstance, self)
+ }
+ this.resetTouchStatus(instance, self)
+ },
+
+ /**
+ * 开始触摸操作
+ * @param {Object} e
+ * @param {Object} ins
+ */
+ touchstart(e, ownerInstance, self) {
+ let instance = e.instance;
+ let disabled = instance.getDataset().disabled
+ let state = self.state;
+ this.getDom(instance, ownerInstance, self)
+ // fix by mehaotian, TODO 兼容 app-vue 获取dataset为字符串 , h5 获取 为 undefined 的问题,待框架修复
+ disabled = this.getDisabledType(disabled)
+ if (disabled) return
+ // 开始触摸时移除动画类
+ instance.requestAnimationFrame(function() {
+ instance.removeClass('ani');
+ ownerInstance.callMethod('closeSwipe');
+ })
+
+ // 记录上次的位置
+ state.x = state.left || 0
+ // 计算滑动开始位置
+ this.stopTouchStart(e, ownerInstance, self)
+ },
+
+ /**
+ * 开始滑动操作
+ * @param {Object} e
+ * @param {Object} ownerInstance
+ */
+ touchmove(e, ownerInstance, self) {
+ let instance = e.instance;
+ // 删除之后已经那不到实例了
+ if (!instance) return;
+ let disabled = instance.getDataset().disabled
+ let state = self.state
+ // fix by mehaotian, TODO 兼容 app-vue 获取dataset为字符串 , h5 获取 为 undefined 的问题,待框架修复
+ disabled = this.getDisabledType(disabled)
+ if (disabled) return
+ // 是否可以滑动页面
+ this.stopTouchMove(e, self);
+ if (state.direction !== 'horizontal') {
+ return;
+ }
+ if (e.preventDefault) {
+ // 阻止页面滚动
+ e.preventDefault()
+ }
+ let x = state.x + state.deltaX
+ this.move(x, instance, ownerInstance, self)
+ },
+
+ /**
+ * 结束触摸操作
+ * @param {Object} e
+ * @param {Object} ownerInstance
+ */
+ touchend(e, ownerInstance, self) {
+ let instance = e.instance;
+ let disabled = instance.getDataset().disabled
+ let state = self.state
+ // fix by mehaotian, TODO 兼容 app-vue 获取dataset为字符串 , h5 获取 为 undefined 的问题,待框架修复
+ disabled = this.getDisabledType(disabled)
+
+ if (disabled) return
+ // 滑动过程中触摸结束,通过阙值判断是开启还是关闭
+ // fixed by mehaotian 定时器解决点击按钮,touchend 触发比 click 事件时机早的问题 ,主要是 ios13
+ this.moveDirection(state.left, instance, ownerInstance, self)
+
+ },
+
+ /**
+ * 设置移动距离
+ * @param {Object} value
+ * @param {Object} instance
+ * @param {Object} ownerInstance
+ */
+ move(value, instance, ownerInstance, self) {
+ value = value || 0
+ let state = self.state
+ let leftWidth = state.leftWidth
+ let rightWidth = state.rightWidth
+ // 获取可滑动范围
+ state.left = this.range(value, -rightWidth, leftWidth);
+ instance.requestAnimationFrame(function() {
+ instance.setStyle({
+ transform: 'translateX(' + state.left + 'px)',
+ '-webkit-transform': 'translateX(' + state.left + 'px)'
+ })
+ })
+
+ },
+
+ /**
+ * 获取元素信息
+ * @param {Object} instance
+ * @param {Object} ownerInstance
+ */
+ getDom(instance, ownerInstance, self) {
+ var state = self.state
+ var $el = ownerInstance.$el || ownerInstance.$vm && ownerInstance.$vm.$el
+ var leftDom = $el.querySelector('.button-group--left')
+ var rightDom = $el.querySelector('.button-group--right')
+
+ state.leftWidth = leftDom.offsetWidth || 0
+ state.rightWidth = rightDom.offsetWidth || 0
+ state.threshold = instance.getDataset().threshold
+ },
+
+ getDisabledType(value) {
+ return (typeof(value) === 'string' ? JSON.parse(value) : value) || false;
+ },
+
+ /**
+ * 获取范围
+ * @param {Object} num
+ * @param {Object} min
+ * @param {Object} max
+ */
+ range(num, min, max) {
+ return Math.min(Math.max(num, min), max);
+ },
+
+
+ /**
+ * 移动方向判断
+ * @param {Object} left
+ * @param {Object} value
+ * @param {Object} ownerInstance
+ * @param {Object} ins
+ */
+ moveDirection(left, ins, ownerInstance, self) {
+ var state = self.state
+ var threshold = state.threshold
+ var position = state.position
+ var isopen = state.isopen || 'none'
+ var leftWidth = state.leftWidth
+ var rightWidth = state.rightWidth
+ if (state.deltaX === 0) {
+ this.openState('none', ins, ownerInstance, self)
+ return
+ }
+ if ((isopen === 'none' && rightWidth > 0 && -left > threshold) || (isopen !== 'none' && rightWidth > 0 &&
+ rightWidth +
+ left < threshold)) {
+ // right
+ this.openState('right', ins, ownerInstance, self)
+ } else if ((isopen === 'none' && leftWidth > 0 && left > threshold) || (isopen !== 'none' && leftWidth > 0 &&
+ leftWidth - left < threshold)) {
+ // left
+ this.openState('left', ins, ownerInstance, self)
+ } else {
+ // default
+ this.openState('none', ins, ownerInstance, self)
+ }
+ },
+
+
+ /**
+ * 开启状态
+ * @param {Boolean} type
+ * @param {Object} ins
+ * @param {Object} ownerInstance
+ */
+ openState(type, ins, ownerInstance, self) {
+ let state = self.state
+ let leftWidth = state.leftWidth
+ let rightWidth = state.rightWidth
+ let left = ''
+ state.isopen = state.isopen ? state.isopen : 'none'
+ switch (type) {
+ case "left":
+ left = leftWidth
+ break
+ case "right":
+ left = -rightWidth
+ break
+ default:
+ left = 0
+ }
+
+ // && !state.throttle
+
+ if (state.isopen !== type) {
+ state.throttle = true
+ ownerInstance.callMethod('change', {
+ open: type
+ })
+
+ }
+
+ state.isopen = type
+ // 添加动画类
+ ins.requestAnimationFrame(() => {
+ ins.addClass('ani');
+ this.move(left, ins, ownerInstance, self)
+ })
+ },
+
+
+ getDirection(x, y) {
+ if (x > y && x > MIN_DISTANCE) {
+ return 'horizontal';
+ }
+ if (y > x && y > MIN_DISTANCE) {
+ return 'vertical';
+ }
+ return '';
+ },
+
+ /**
+ * 重置滑动状态
+ * @param {Object} event
+ */
+ resetTouchStatus(instance, self) {
+ let state = self.state;
+ state.direction = '';
+ state.deltaX = 0;
+ state.deltaY = 0;
+ state.offsetX = 0;
+ state.offsetY = 0;
+ },
+
+ /**
+ * 设置滑动开始位置
+ * @param {Object} event
+ */
+ stopTouchStart(event, ownerInstance, self) {
+ let instance = event.instance;
+ let state = self.state
+ this.resetTouchStatus(instance, self);
+ var touch = event.touches[0];
+ state.startX = touch.clientX;
+ state.startY = touch.clientY;
+ },
+
+ /**
+ * 滑动中,是否禁止打开
+ * @param {Object} event
+ */
+ stopTouchMove(event, self) {
+ let instance = event.instance;
+ let state = self.state;
+ let touch = event.touches[0];
+
+ state.deltaX = touch.clientX - state.startX;
+ state.deltaY = touch.clientY - state.startY;
+ state.offsetY = Math.abs(state.deltaY);
+ state.offsetX = Math.abs(state.deltaX);
+ state.direction = state.direction || this.getDirection(state.offsetX, state.offsetY);
+ }
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue
new file mode 100644
index 0000000..7538671
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/wx.wxs b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/wx.wxs
new file mode 100644
index 0000000..b394244
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action-item/wx.wxs
@@ -0,0 +1,341 @@
+var MIN_DISTANCE = 10;
+
+/**
+ * 判断当前是否为H5、app-vue
+ */
+var IS_HTML5 = false
+if (typeof window === 'object') IS_HTML5 = true
+
+/**
+ * 监听页面内值的变化,主要用于动态开关swipe-action
+ * @param {Object} newValue
+ * @param {Object} oldValue
+ * @param {Object} ownerInstance
+ * @param {Object} instance
+ */
+function showWatch(newVal, oldVal, ownerInstance, instance) {
+ var state = instance.getState()
+ getDom(instance, ownerInstance)
+ if (newVal && newVal !== 'none') {
+ openState(newVal, instance, ownerInstance)
+ return
+ }
+
+ if (state.left) {
+ openState('none', instance, ownerInstance)
+ }
+ resetTouchStatus(instance)
+}
+
+/**
+ * 开始触摸操作
+ * @param {Object} e
+ * @param {Object} ins
+ */
+function touchstart(e, ownerInstance) {
+ var instance = e.instance;
+ var disabled = instance.getDataset().disabled
+ var state = instance.getState();
+ getDom(instance, ownerInstance)
+ // fix by mehaotian, TODO 兼容 app-vue 获取dataset为字符串 , h5 获取 为 undefined 的问题,待框架修复
+ disabled = (typeof(disabled) === 'string' ? JSON.parse(disabled) : disabled) || false;
+ if (disabled) return
+ // 开始触摸时移除动画类
+ instance.requestAnimationFrame(function() {
+ instance.removeClass('ani');
+ ownerInstance.callMethod('closeSwipe');
+ })
+
+ // 记录上次的位置
+ state.x = state.left || 0
+ // 计算滑动开始位置
+ stopTouchStart(e, ownerInstance)
+}
+
+/**
+ * 开始滑动操作
+ * @param {Object} e
+ * @param {Object} ownerInstance
+ */
+function touchmove(e, ownerInstance) {
+ var instance = e.instance;
+ var disabled = instance.getDataset().disabled
+ var state = instance.getState()
+ // fix by mehaotian, TODO 兼容 app-vue 获取dataset为字符串 , h5 获取 为 undefined 的问题,待框架修复
+ disabled = (typeof(disabled) === 'string' ? JSON.parse(disabled) : disabled) || false;
+ if (disabled) return
+ // 是否可以滑动页面
+ stopTouchMove(e);
+ if (state.direction !== 'horizontal') {
+ return;
+ }
+
+ if (e.preventDefault) {
+ // 阻止页面滚动
+ e.preventDefault()
+ }
+
+ move(state.x + state.deltaX, instance, ownerInstance)
+}
+
+/**
+ * 结束触摸操作
+ * @param {Object} e
+ * @param {Object} ownerInstance
+ */
+function touchend(e, ownerInstance) {
+ var instance = e.instance;
+ var disabled = instance.getDataset().disabled
+ var state = instance.getState()
+ // fix by mehaotian, TODO 兼容 app-vue 获取dataset为字符串 , h5 获取 为 undefined 的问题,待框架修复
+ disabled = (typeof(disabled) === 'string' ? JSON.parse(disabled) : disabled) || false;
+
+ if (disabled) return
+ // 滑动过程中触摸结束,通过阙值判断是开启还是关闭
+ // fixed by mehaotian 定时器解决点击按钮,touchend 触发比 click 事件时机早的问题 ,主要是 ios13
+ moveDirection(state.left, instance, ownerInstance)
+
+}
+
+/**
+ * 设置移动距离
+ * @param {Object} value
+ * @param {Object} instance
+ * @param {Object} ownerInstance
+ */
+function move(value, instance, ownerInstance) {
+ value = value || 0
+ var state = instance.getState()
+ var leftWidth = state.leftWidth
+ var rightWidth = state.rightWidth
+ // 获取可滑动范围
+ state.left = range(value, -rightWidth, leftWidth);
+ instance.requestAnimationFrame(function() {
+ instance.setStyle({
+ transform: 'translateX(' + state.left + 'px)',
+ '-webkit-transform': 'translateX(' + state.left + 'px)'
+ })
+ })
+
+}
+
+/**
+ * 获取元素信息
+ * @param {Object} instance
+ * @param {Object} ownerInstance
+ */
+function getDom(instance, ownerInstance) {
+ var state = instance.getState()
+ var leftDom = ownerInstance.selectComponent('.button-group--left')
+ var rightDom = ownerInstance.selectComponent('.button-group--right')
+ var leftStyles = {
+ width: 0
+ }
+ var rightStyles = {
+ width: 0
+ }
+ leftStyles = leftDom.getBoundingClientRect()
+ rightStyles = rightDom.getBoundingClientRect()
+
+ state.leftWidth = leftStyles.width || 0
+ state.rightWidth = rightStyles.width || 0
+ state.threshold = instance.getDataset().threshold
+}
+
+/**
+ * 获取范围
+ * @param {Object} num
+ * @param {Object} min
+ * @param {Object} max
+ */
+function range(num, min, max) {
+ return Math.min(Math.max(num, min), max);
+}
+
+
+/**
+ * 移动方向判断
+ * @param {Object} left
+ * @param {Object} value
+ * @param {Object} ownerInstance
+ * @param {Object} ins
+ */
+function moveDirection(left, ins, ownerInstance) {
+ var state = ins.getState()
+ var threshold = state.threshold
+ var position = state.position
+ var isopen = state.isopen || 'none'
+ var leftWidth = state.leftWidth
+ var rightWidth = state.rightWidth
+ if (state.deltaX === 0) {
+ openState('none', ins, ownerInstance)
+ return
+ }
+ if ((isopen === 'none' && rightWidth > 0 && -left > threshold) || (isopen !== 'none' && rightWidth > 0 &&
+ rightWidth +
+ left < threshold)) {
+ // right
+ openState('right', ins, ownerInstance)
+ } else if ((isopen === 'none' && leftWidth > 0 && left > threshold) || (isopen !== 'none' && leftWidth > 0 &&
+ leftWidth - left < threshold)) {
+ // left
+ openState('left', ins, ownerInstance)
+ } else {
+ // default
+ openState('none', ins, ownerInstance)
+ }
+}
+
+
+/**
+ * 开启状态
+ * @param {Boolean} type
+ * @param {Object} ins
+ * @param {Object} ownerInstance
+ */
+function openState(type, ins, ownerInstance) {
+ var state = ins.getState()
+ var leftWidth = state.leftWidth
+ var rightWidth = state.rightWidth
+ var left = ''
+ state.isopen = state.isopen ? state.isopen : 'none'
+ switch (type) {
+ case "left":
+ left = leftWidth
+ break
+ case "right":
+ left = -rightWidth
+ break
+ default:
+ left = 0
+ }
+
+ // && !state.throttle
+
+ if (state.isopen !== type) {
+ state.throttle = true
+ ownerInstance.callMethod('change', {
+ open: type
+ })
+
+ }
+
+ state.isopen = type
+ // 添加动画类
+ ins.requestAnimationFrame(function() {
+ ins.addClass('ani');
+ move(left, ins, ownerInstance)
+ })
+ // 设置最终移动位置,理论上只要进入到这个函数,肯定是要打开的
+}
+
+
+function getDirection(x, y) {
+ if (x > y && x > MIN_DISTANCE) {
+ return 'horizontal';
+ }
+ if (y > x && y > MIN_DISTANCE) {
+ return 'vertical';
+ }
+ return '';
+}
+
+/**
+ * 重置滑动状态
+ * @param {Object} event
+ */
+function resetTouchStatus(instance) {
+ var state = instance.getState();
+ state.direction = '';
+ state.deltaX = 0;
+ state.deltaY = 0;
+ state.offsetX = 0;
+ state.offsetY = 0;
+}
+
+/**
+ * 设置滑动开始位置
+ * @param {Object} event
+ */
+function stopTouchStart(event) {
+ var instance = event.instance;
+ var state = instance.getState();
+ resetTouchStatus(instance);
+ var touch = event.touches[0];
+ if (IS_HTML5 && isPC()) {
+ touch = event;
+ }
+ state.startX = touch.clientX;
+ state.startY = touch.clientY;
+}
+
+/**
+ * 滑动中,是否禁止打开
+ * @param {Object} event
+ */
+function stopTouchMove(event) {
+ var instance = event.instance;
+ var state = instance.getState();
+ var touch = event.touches[0];
+ if (IS_HTML5 && isPC()) {
+ touch = event;
+ }
+ state.deltaX = touch.clientX - state.startX;
+ state.deltaY = touch.clientY - state.startY;
+ state.offsetY = Math.abs(state.deltaY);
+ state.offsetX = Math.abs(state.deltaX);
+ state.direction = state.direction || getDirection(state.offsetX, state.offsetY);
+}
+
+function isPC() {
+ var userAgentInfo = navigator.userAgent;
+ var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"];
+ var flag = true;
+ for (var v = 0; v < Agents.length - 1; v++) {
+ if (userAgentInfo.indexOf(Agents[v]) > 0) {
+ flag = false;
+ break;
+ }
+ }
+ return flag;
+}
+
+var movable = false
+
+function mousedown(e, ins) {
+ if (!IS_HTML5) return
+ if (!isPC()) return
+ touchstart(e, ins)
+ movable = true
+}
+
+function mousemove(e, ins) {
+ if (!IS_HTML5) return
+ if (!isPC()) return
+ if (!movable) return
+ touchmove(e, ins)
+}
+
+function mouseup(e, ins) {
+ if (!IS_HTML5) return
+ if (!isPC()) return
+ touchend(e, ins)
+ movable = false
+}
+
+function mouseleave(e, ins) {
+ if (!IS_HTML5) return
+ if (!isPC()) return
+ movable = false
+}
+
+module.exports = {
+ showWatch: showWatch,
+ touchstart: touchstart,
+ touchmove: touchmove,
+ touchend: touchend,
+ mousedown: mousedown,
+ mousemove: mousemove,
+ mouseup: mouseup,
+ mouseleave: mouseleave
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue
new file mode 100644
index 0000000..4971782
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue b/node_modules/@dcloudio/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue
new file mode 100644
index 0000000..e66b6c7
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (current+1)+"/"+info.length +' ' +info[current][field] }}
+
+
+ {{ index+1 }}
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-table/uni-table.vue b/node_modules/@dcloudio/uni-ui/lib/uni-table/uni-table.vue
new file mode 100644
index 0000000..21d9527
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-table/uni-table.vue
@@ -0,0 +1,455 @@
+
+
+
+
+
+
+ | {{ emptyText }} |
+
+
+
+
+
+
+
+
+ {{ emptyText }}
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-tag/uni-tag.vue b/node_modules/@dcloudio/uni-ui/lib/uni-tag/uni-tag.vue
new file mode 100644
index 0000000..7274436
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-tag/uni-tag.vue
@@ -0,0 +1,252 @@
+
+ {{text}}
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-tbody/uni-tbody.vue b/node_modules/@dcloudio/uni-ui/lib/uni-tbody/uni-tbody.vue
new file mode 100644
index 0000000..fbe1bdc
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-tbody/uni-tbody.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-td/uni-td.vue b/node_modules/@dcloudio/uni-ui/lib/uni-td/uni-td.vue
new file mode 100644
index 0000000..9ce93e9
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-td/uni-td.vue
@@ -0,0 +1,90 @@
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-th/filter-dropdown.vue b/node_modules/@dcloudio/uni-ui/lib/uni-th/filter-dropdown.vue
new file mode 100644
index 0000000..df22a71
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-th/filter-dropdown.vue
@@ -0,0 +1,511 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-th/uni-th.vue b/node_modules/@dcloudio/uni-ui/lib/uni-th/uni-th.vue
new file mode 100644
index 0000000..14889dd
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-th/uni-th.vue
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-thead/uni-thead.vue b/node_modules/@dcloudio/uni-ui/lib/uni-thead/uni-thead.vue
new file mode 100644
index 0000000..53b5c4c
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-thead/uni-thead.vue
@@ -0,0 +1,137 @@
+
+
+
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-title/uni-title.vue b/node_modules/@dcloudio/uni-ui/lib/uni-title/uni-title.vue
new file mode 100644
index 0000000..bf4f926
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-title/uni-title.vue
@@ -0,0 +1,171 @@
+
+
+ {{title}}
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-tooltip/uni-tooltip.vue b/node_modules/@dcloudio/uni-ui/lib/uni-tooltip/uni-tooltip.vue
new file mode 100644
index 0000000..cda3754
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-tooltip/uni-tooltip.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-tr/table-checkbox.vue b/node_modules/@dcloudio/uni-ui/lib/uni-tr/table-checkbox.vue
new file mode 100644
index 0000000..1089187
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-tr/table-checkbox.vue
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-tr/uni-tr.vue b/node_modules/@dcloudio/uni-ui/lib/uni-tr/uni-tr.vue
new file mode 100644
index 0000000..3fb76f4
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-tr/uni-tr.vue
@@ -0,0 +1,184 @@
+
+
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-transition/createAnimation.js b/node_modules/@dcloudio/uni-ui/lib/uni-transition/createAnimation.js
new file mode 100644
index 0000000..8f89b18
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-transition/createAnimation.js
@@ -0,0 +1,131 @@
+// const defaultOption = {
+// duration: 300,
+// timingFunction: 'linear',
+// delay: 0,
+// transformOrigin: '50% 50% 0'
+// }
+// #ifdef APP-NVUE
+const nvueAnimation = uni.requireNativePlugin('animation')
+// #endif
+class MPAnimation {
+ constructor(options, _this) {
+ this.options = options
+ // 在iOS10+QQ小程序平台下,传给原生的对象一定是个普通对象而不是Proxy对象,否则会报parameter should be Object instead of ProxyObject的错误
+ this.animation = uni.createAnimation({
+ ...options
+ })
+ this.currentStepAnimates = {}
+ this.next = 0
+ this.$ = _this
+
+ }
+
+ _nvuePushAnimates(type, args) {
+ let aniObj = this.currentStepAnimates[this.next]
+ let styles = {}
+ if (!aniObj) {
+ styles = {
+ styles: {},
+ config: {}
+ }
+ } else {
+ styles = aniObj
+ }
+ if (animateTypes1.includes(type)) {
+ if (!styles.styles.transform) {
+ styles.styles.transform = ''
+ }
+ let unit = ''
+ if(type === 'rotate'){
+ unit = 'deg'
+ }
+ styles.styles.transform += `${type}(${args+unit}) `
+ } else {
+ styles.styles[type] = `${args}`
+ }
+ this.currentStepAnimates[this.next] = styles
+ }
+ _animateRun(styles = {}, config = {}) {
+ let ref = this.$.$refs['ani'].ref
+ if (!ref) return
+ return new Promise((resolve, reject) => {
+ nvueAnimation.transition(ref, {
+ styles,
+ ...config
+ }, res => {
+ resolve()
+ })
+ })
+ }
+
+ _nvueNextAnimate(animates, step = 0, fn) {
+ let obj = animates[step]
+ if (obj) {
+ let {
+ styles,
+ config
+ } = obj
+ this._animateRun(styles, config).then(() => {
+ step += 1
+ this._nvueNextAnimate(animates, step, fn)
+ })
+ } else {
+ this.currentStepAnimates = {}
+ typeof fn === 'function' && fn()
+ this.isEnd = true
+ }
+ }
+
+ step(config = {}) {
+ // #ifndef APP-NVUE
+ this.animation.step(config)
+ // #endif
+ // #ifdef APP-NVUE
+ this.currentStepAnimates[this.next].config = Object.assign({}, this.options, config)
+ this.currentStepAnimates[this.next].styles.transformOrigin = this.currentStepAnimates[this.next].config.transformOrigin
+ this.next++
+ // #endif
+ return this
+ }
+
+ run(fn) {
+ // #ifndef APP-NVUE
+ this.$.animationData = this.animation.export()
+ this.$.timer = setTimeout(() => {
+ typeof fn === 'function' && fn()
+ }, this.$.durationTime)
+ // #endif
+ // #ifdef APP-NVUE
+ this.isEnd = false
+ let ref = this.$.$refs['ani'] && this.$.$refs['ani'].ref
+ if(!ref) return
+ this._nvueNextAnimate(this.currentStepAnimates, 0, fn)
+ this.next = 0
+ // #endif
+ }
+}
+
+
+const animateTypes1 = ['matrix', 'matrix3d', 'rotate', 'rotate3d', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scale3d',
+ 'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'translate', 'translate3d', 'translateX', 'translateY',
+ 'translateZ'
+]
+const animateTypes2 = ['opacity', 'backgroundColor']
+const animateTypes3 = ['width', 'height', 'left', 'right', 'top', 'bottom']
+animateTypes1.concat(animateTypes2, animateTypes3).forEach(type => {
+ MPAnimation.prototype[type] = function(...args) {
+ // #ifndef APP-NVUE
+ this.animation[type](...args)
+ // #endif
+ // #ifdef APP-NVUE
+ this._nvuePushAnimates(type, args)
+ // #endif
+ return this
+ }
+})
+
+export function createAnimation(option, _this) {
+ if(!_this) return
+ clearTimeout(_this.timer)
+ return new MPAnimation(option, _this)
+}
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-transition/uni-transition.vue b/node_modules/@dcloudio/uni-ui/lib/uni-transition/uni-transition.vue
new file mode 100644
index 0000000..f3ddd1f
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-transition/uni-transition.vue
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/node_modules/@dcloudio/uni-ui/package.json b/node_modules/@dcloudio/uni-ui/package.json
new file mode 100644
index 0000000..41bf8b8
--- /dev/null
+++ b/node_modules/@dcloudio/uni-ui/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "@dcloudio/uni-ui",
+ "version": "1.5.6",
+ "description": "",
+ "author": "",
+ "license": "Apache-2.0",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/dcloudio/uni-ui"
+ },
+ "dependencies": {},
+ "devDependencies": {},
+ "browserslist": [
+ "Android >= 4",
+ "ios >= 8"
+ ]
+}
\ No newline at end of file
diff --git a/node_modules/dayjs/package.json b/node_modules/dayjs/package.json
index b053046..d3e7c31 100644
--- a/node_modules/dayjs/package.json
+++ b/node_modules/dayjs/package.json
@@ -80,8 +80,5 @@
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^0.18.0",
"typescript": "^2.8.3"
- },
- "__npminstall_done": true,
- "_from": "dayjs@1.11.13",
- "_resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz"
+ }
}
diff --git a/package-lock.json b/package-lock.json
index 17d8781..19e8cd5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7,7 +7,7 @@
"dependencies": {
"@dcloudio/uni-ui": "^1.5.6",
"base-64": "^1.0.0",
- "dayjs": "^1.11.12"
+ "dayjs": "^1.11.13"
}
},
"node_modules/@dcloudio/uni-ui": {
@@ -22,9 +22,9 @@
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="
},
"node_modules/dayjs": {
- "version": "1.11.12",
- "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.12.tgz",
- "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg=="
+ "version": "1.11.13",
+ "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
}
},
"dependencies": {
@@ -39,9 +39,9 @@
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="
},
"dayjs": {
- "version": "1.11.12",
- "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.12.tgz",
- "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg=="
+ "version": "1.11.13",
+ "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
}
}
}
diff --git a/pages.json b/pages.json
index 2d22149..8e8bbfb 100644
--- a/pages.json
+++ b/pages.json
@@ -89,6 +89,13 @@
"navigationBarTextStyle": "white"
}
},
+ {
+ "path": "pages/document/onlinePreview",
+ "style": {
+ "navigationBarTitleText": "在线预览",
+ "navigationBarTextStyle": "white"
+ }
+ },
{
"path": "pages/meeting/index",
"style": {
diff --git a/pages/document/detail.vue b/pages/document/detail.vue
index e17af09..95eac60 100644
--- a/pages/document/detail.vue
+++ b/pages/document/detail.vue
@@ -13,11 +13,22 @@
附件:
-
- {{item}}
-
+
+
+
+ {{item}}
+
+
+
+
+ {{item}}
+
+
+
+
@@ -37,7 +48,17 @@
useStore
} from '@/store';
const store = useStore();
+
const detail = ref({})
+ //判断是否h5 by 闵
+ var ifH5 = false;
+
+ const onlinePreview = (url)=>{ //在线预览文件 by 闵
+ uni.navigateTo({
+ url
+ })
+ }
+
onLoad((options) => {
detail.value = JSON.parse(options.data)
if (options.id == 0) {
@@ -52,6 +73,9 @@
} else if (options.id == 3) {
detail.value.pdf = detail.value.mingcheng
}
+ //#ifdef H5 || MP-WEIXIN
+ ifH5 = true;
+ //#endif
})
diff --git a/pages/document/onlinePreview.vue b/pages/document/onlinePreview.vue
new file mode 100644
index 0000000..c6fad58
--- /dev/null
+++ b/pages/document/onlinePreview.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/login/login.vue b/pages/login/login.vue
index f59f087..0f982c2 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -201,6 +201,7 @@
}
}
}
+ console.log(deviceIp)
return deviceIp;
// #endif
}
diff --git a/pages/tab/my.vue b/pages/tab/my.vue
index 383238d..a29690b 100644
--- a/pages/tab/my.vue
+++ b/pages/tab/my.vue
@@ -82,6 +82,9 @@
import {
ref
} from 'vue';
+ import {
+ useStore
+ } from '@/store';
import {
queryRoleApi
} from '@/api/login.js';
@@ -98,12 +101,12 @@
import {
imgUrl
} from '@/utils/index.js';
- import {
- useStore
- } from '@/store';
- const store = useStore();
+ const store = useStore();
+ // h5没法访问plus 这里进行处理 by 闵
+ // #ifdef APP_PLUS
const currentVersion = ref(plus.runtime.version)
+ // #endif
const arr = ref([
// {
// img: '../../static/my/biao.png',
diff --git a/unpackage/dist/build/web/assets/_commonjsHelpers.lGe4XDVY.js b/unpackage/dist/build/web/assets/_commonjsHelpers.lGe4XDVY.js
new file mode 100644
index 0000000..d6f8d42
--- /dev/null
+++ b/unpackage/dist/build/web/assets/_commonjsHelpers.lGe4XDVY.js
@@ -0,0 +1 @@
+var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}export{e as c,o as g};
diff --git a/unpackage/dist/build/web/assets/add_address-D8b0bPU3.css b/unpackage/dist/build/web/assets/add_address-D8b0bPU3.css
new file mode 100644
index 0000000..a340d7f
--- /dev/null
+++ b/unpackage/dist/build/web/assets/add_address-D8b0bPU3.css
@@ -0,0 +1 @@
+uni-page-body[data-v-f4f48d1e]{background-color:#fff}body[data-v-f4f48d1e]{background-color:#fff}.content[data-v-f4f48d1e]{padding:.9375rem .9375rem 3.75rem}.area[data-v-f4f48d1e]:not(:first-child){margin-top:1.25rem}.area uni-image[data-v-f4f48d1e]{width:1.1875rem;height:1.1875rem}.area .topic[data-v-f4f48d1e]{margin-top:.875rem}.area .title[data-v-f4f48d1e]{font-size:1rem;color:#333}.area uni-input[data-v-f4f48d1e]{width:14.75rem;height:3rem;background:#f6f6f6;border-radius:.5rem;padding:0 .9375rem}.area uni-textarea[data-v-f4f48d1e]{width:14.75rem;height:3.25rem;background:#f6f6f6;border-radius:.5rem;padding:.875rem .9375rem}.btn[data-v-f4f48d1e]{position:fixed;bottom:0;width:23.4375rem;height:3.75rem;background:#fff;justify-content:center;left:0}.btn uni-view[data-v-f4f48d1e]{width:21.5625rem;height:2.75rem;background:#01508b;border-radius:.25rem;font-size:1rem;color:#fff;text-align:center;line-height:2.75rem}
diff --git a/unpackage/dist/build/web/assets/address-2tVeKAb3.css b/unpackage/dist/build/web/assets/address-2tVeKAb3.css
new file mode 100644
index 0000000..2d2cfcc
--- /dev/null
+++ b/unpackage/dist/build/web/assets/address-2tVeKAb3.css
@@ -0,0 +1 @@
+uni-page-body[data-v-6472d206]{background-color:#f8f8f8}body[data-v-6472d206]{background-color:#f8f8f8}.content[data-v-6472d206]{padding-bottom:3.75rem}.list[data-v-6472d206]{padding:.9375rem}.list .item[data-v-6472d206]:not(:first-child){margin-top:.9375rem}.list .item[data-v-6472d206]{padding:.9375rem;background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem}.list .item .province[data-v-6472d206]{font-size:.875rem;color:#333;margin-bottom:.3125rem}.list .item .province uni-image[data-v-6472d206]{width:1.75rem;height:1.125rem;margin-left:.5rem}.list .item .address[data-v-6472d206]{font-size:.75rem;color:#666;padding-bottom:.9375rem;border-bottom:1px solid #EFEFEF}.list .item .address uni-view[data-v-6472d206]{flex:1}.list .item .address uni-image[data-v-6472d206]{width:.875rem;height:.9375rem;margin-left:.625rem}.list .item .set[data-v-6472d206]{margin-top:.9375rem;font-size:.75rem;color:#666}.list .item .set uni-image[data-v-6472d206]{width:1.1875rem;height:1.1875rem;margin-right:.375rem}.btn[data-v-6472d206]{position:fixed;bottom:0;width:23.4375rem;height:3.75rem;background:#fff;justify-content:center}.btn uni-view[data-v-6472d206]{width:21.5625rem;height:2.75rem;background:#01508b;border-radius:.25rem;font-size:1rem;color:#fff;text-align:center;line-height:2.75rem}
diff --git a/unpackage/dist/build/web/assets/addressbook-DPAuWPYU.css b/unpackage/dist/build/web/assets/addressbook-DPAuWPYU.css
new file mode 100644
index 0000000..d53700d
--- /dev/null
+++ b/unpackage/dist/build/web/assets/addressbook-DPAuWPYU.css
@@ -0,0 +1 @@
+.list[data-v-e9ce91fd]{padding:0 .9375rem}.list .item[data-v-e9ce91fd]{padding:.9375rem 0;border-bottom:1px solid #EFEFEF}.list .item uni-image[data-v-e9ce91fd]{width:3.125rem;height:3.125rem;border-radius:1.5625rem;background-color:#efefef;margin-right:.9375rem}.list .item .name[data-v-e9ce91fd]{font-size:1rem;color:#333}.list .item .job[data-v-e9ce91fd]{font-size:.75rem;color:#999;margin-top:.25rem}.list .item .btn[data-v-e9ce91fd]{width:4.125rem;height:1.875rem;background:#01508b;border-radius:.25rem;text-align:center;line-height:1.875rem;font-size:.75rem;color:#fff}
diff --git a/unpackage/dist/build/web/assets/application-CS1Y9j-U.css b/unpackage/dist/build/web/assets/application-CS1Y9j-U.css
new file mode 100644
index 0000000..df7fb21
--- /dev/null
+++ b/unpackage/dist/build/web/assets/application-CS1Y9j-U.css
@@ -0,0 +1 @@
+.uni-easyinput[data-v-b9d910bc]{width:100%;flex:1;position:relative;text-align:left;color:#333;font-size:14px}.uni-easyinput__content[data-v-b9d910bc]{flex:1;width:100%;display:flex;box-sizing:border-box;flex-direction:row;align-items:center;border-color:#fff;transition-property:border-color;transition-duration:.3s}.uni-easyinput__content-input[data-v-b9d910bc]{width:auto;position:relative;overflow:hidden;flex:1;line-height:1;font-size:14px;height:35px}.uni-easyinput__content-input[data-v-b9d910bc] ::-ms-reveal{display:none}.uni-easyinput__content-input[data-v-b9d910bc] ::-ms-clear{display:none}.uni-easyinput__content-input[data-v-b9d910bc] ::-o-clear{display:none}.uni-easyinput__placeholder-class[data-v-b9d910bc]{color:#999;font-size:12px}.is-textarea[data-v-b9d910bc]{align-items:flex-start}.is-textarea-icon[data-v-b9d910bc]{margin-top:5px}.uni-easyinput__content-textarea[data-v-b9d910bc]{position:relative;overflow:hidden;flex:1;line-height:1.5;font-size:14px;margin:6px 6px 6px 0;height:80px;min-height:80px;width:auto}.input-padding[data-v-b9d910bc]{padding-left:10px}.content-clear-icon[data-v-b9d910bc]{padding:0 5px}.label-icon[data-v-b9d910bc]{margin-right:5px;margin-top:-1px}.is-input-border[data-v-b9d910bc]{display:flex;box-sizing:border-box;flex-direction:row;align-items:center;border:1px solid #dcdfe6;border-radius:4px}.uni-error-message[data-v-b9d910bc]{position:absolute;bottom:-17px;left:0;line-height:12px;color:#e43d33;font-size:12px;text-align:left}.uni-error-msg--boeder[data-v-b9d910bc]{position:relative;bottom:0;line-height:22px}.is-input-error-border[data-v-b9d910bc]{border-color:#e43d33}.is-input-error-border .uni-easyinput__placeholder-class[data-v-b9d910bc]{color:#f29e99}.uni-easyinput--border[data-v-b9d910bc]{margin-bottom:0;padding:10px 15px;border-top:1px #eee solid}.uni-easyinput-error[data-v-b9d910bc]{padding-bottom:0}.is-first-border[data-v-b9d910bc]{border:none}.is-disabled[data-v-b9d910bc]{background-color:#f7f6f6;color:#d5d5d5}.is-disabled .uni-easyinput__placeholder-class[data-v-b9d910bc]{color:#d5d5d5;font-size:12px}.customthree-tree-select-content.border[data-v-50ed94e6]{border-left:1px solid #c8c7cc}.customthree-tree-select-content[data-v-50ed94e6] .uni-checkbox-input{margin:0!important}.customthree-tree-select-content .item-content[data-v-50ed94e6]{margin:0 0 12px;display:flex;justify-content:space-between;align-items:center;position:relative}.customthree-tree-select-content .item-content[data-v-50ed94e6]:after{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background-color:#fff;transform:translate(-2px);z-index:1}.customthree-tree-select-content .item-content .left[data-v-50ed94e6]{flex:1;display:flex;align-items:center}.customthree-tree-select-content .item-content .left .right-icon[data-v-50ed94e6]{transition:.15s ease}.customthree-tree-select-content .item-content .left .right-icon.active[data-v-50ed94e6]{transform:rotate(90deg)}.customthree-tree-select-content .item-content .left .smallcircle-filled[data-v-50ed94e6]{width:14px;height:13.6px;display:flex;align-items:center}.customthree-tree-select-content .item-content .left .smallcircle-filled .smallcircle-filled-icon[data-v-50ed94e6]{transform-origin:center;transform:scale(.55)}.customthree-tree-select-content .item-content .left .loading-icon-box[data-v-50ed94e6]{margin-right:5px;width:14px;height:100%;display:flex;justify-content:center;align-items:center}.customthree-tree-select-content .item-content .left .loading-icon-box .loading-icon[data-v-50ed94e6]{transform-origin:center;animation:rotating-50ed94e6 infinite .2s ease}.customthree-tree-select-content .item-content .left .name[data-v-50ed94e6]{flex:1}.customthree-tree-select-content .check-box[data-v-50ed94e6]{margin:0;padding:0;box-sizing:border-box;width:23.6px;height:23.6px;border:1px solid #c8c7cc;display:flex;justify-content:center;align-items:center}.customthree-tree-select-content .check-box.disabled[data-v-50ed94e6]{background-color:#e1e1e1}.customthree-tree-select-content .check-box .part-checked[data-v-50ed94e6]{width:60%;height:2px;background-color:#007aff}@keyframes rotating-50ed94e6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.select-list[data-v-0768d7c7]{padding-left:10px;min-height:35px;display:flex;justify-content:space-between;align-items:center}.select-list.active[data-v-0768d7c7]{padding:2px 0 2px 10px}.select-list .left[data-v-0768d7c7]{flex:1}.select-list .left .select-items[data-v-0768d7c7]{display:flex;flex-wrap:wrap}.select-list .left .select-item[data-v-0768d7c7]{max-width:auto;height:auto;display:flex;align-items:center}.select-list .left .select-item .name[data-v-0768d7c7]{flex:1;font-size:14px}.select-list .left .select-item .close[data-v-0768d7c7]{width:18px;height:18px;display:flex;justify-content:center;align-items:center;overflow:hidden}.select-list.disabled[data-v-0768d7c7]{background-color:#f5f7fa}.select-list.disabled .left .select-item .name[data-v-0768d7c7]{padding:0}.popup-content[data-v-0768d7c7]{flex:1;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;display:flex;flex-direction:column}.popup-content .title[data-v-0768d7c7]{padding:8px 3rem;border-bottom:1px solid #c8c7cc;font-size:14px;display:flex;justify-content:space-between;position:relative}.popup-content .title .left[data-v-0768d7c7]{position:absolute;left:10px}.popup-content .title .center[data-v-0768d7c7]{flex:1;text-align:center}.popup-content .title .right[data-v-0768d7c7]{position:absolute;right:10px}.popup-content .search-box[data-v-0768d7c7]{margin:8px 10px 0;background-color:#fff;display:flex;align-items:center}.popup-content .search-box .search-btn[data-v-0768d7c7]{margin-left:10px;height:35px;line-height:35px}.popup-content .select-content[data-v-0768d7c7]{margin:8px 10px;flex:1;overflow:hidden;position:relative}.popup-content .scroll-view-box[data-v-0768d7c7]{touch-action:none;flex:1;position:absolute;top:0;right:0;bottom:0;left:0}.popup-content .sentry[data-v-0768d7c7]{height:48px}.no-data[data-v-0768d7c7]{font-size:.875rem;color:#999}uni-page-body[data-v-78f7d964]{background-color:#fff}body[data-v-78f7d964]{background-color:#fff}.btn[data-v-78f7d964]{border-top:1px solid #EFEFEF;height:3.75rem;justify-content:center;position:fixed;bottom:0;width:100vw}.btn uni-view[data-v-78f7d964]{width:21.5625rem;height:2.75rem;background:#01508b;border-radius:.5rem;font-size:.875rem;color:#fff;text-align:center;line-height:2.75rem}.input_box[data-v-78f7d964]{height:3.125rem}.input_box .title[data-v-78f7d964]{font-size:.875rem;color:#333}.input_box uni-input[data-v-78f7d964]{flex:1;height:100%;text-align:right;font-size:.875rem;color:#333}.form[data-v-78f7d964]{padding:0 .9375rem;background-color:#fff}.form .title[data-v-78f7d964]{font-size:.875rem;color:#333}.form .box[data-v-78f7d964]{height:3.125rem}.form .box[data-v-78f7d964]:not(:last-child){border-bottom:1px solid #EFEFEF}.form .choose[data-v-78f7d964]{font-size:.875rem;color:#999}.form .choosed[data-v-78f7d964]{font-size:.875rem;color:#333}
diff --git a/unpackage/dist/build/web/assets/base64.DbTIYEg2.js b/unpackage/dist/build/web/assets/base64.DbTIYEg2.js
new file mode 100644
index 0000000..fb18805
--- /dev/null
+++ b/unpackage/dist/build/web/assets/base64.DbTIYEg2.js
@@ -0,0 +1,2 @@
+import{c as r,g as e}from"./_commonjsHelpers.lGe4XDVY.js";var t,o,a={exports:{}};
+/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */t=a,o=a.exports,function(e){var a=o,n=t&&t.exports==a&&t,c="object"==typeof r&&r;c.global!==c&&c.window!==c||(e=c);var h=function(r){this.message=r};(h.prototype=new Error).name="InvalidCharacterError";var s=function(r){throw new h(r)},i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=/[\t\n\f\r ]/g,A={encode:function(r){r=String(r),/[^\0-\xFF]/.test(r)&&s("The string to be encoded contains characters outside of the Latin1 range.");for(var e,t,o,a,n=r.length%3,c="",h=-1,d=r.length-n;++h>18&63)+i.charAt(a>>12&63)+i.charAt(a>>6&63)+i.charAt(63&a);return 2==n?(e=r.charCodeAt(h)<<8,t=r.charCodeAt(++h),c+=i.charAt((a=e+t)>>10)+i.charAt(a>>4&63)+i.charAt(a<<2&63)+"="):1==n&&(a=r.charCodeAt(h),c+=i.charAt(a>>2)+i.charAt(a<<4&63)+"=="),c},decode:function(r){var e=(r=String(r).replace(d,"")).length;e%4==0&&(e=(r=r.replace(/==?$/,"")).length),(e%4==1||/[^+a-zA-Z0-9/]/.test(r))&&s("Invalid character: the string to be decoded is not correctly encoded.");for(var t,o,a=0,n="",c=-1;++c>(-2*a&6)));return n},version:"1.0.0"};if(a&&!a.nodeType)if(n)n.exports=A;else for(var f in A)A.hasOwnProperty(f)&&(a[f]=A[f]);else e.base64=A}(r);const n=e(a.exports);export{n as B};
diff --git a/unpackage/dist/build/web/assets/bg1-Ckmm4dKp.png b/unpackage/dist/build/web/assets/bg1-Ckmm4dKp.png
new file mode 100644
index 0000000..ed123b7
Binary files /dev/null and b/unpackage/dist/build/web/assets/bg1-Ckmm4dKp.png differ
diff --git a/unpackage/dist/build/web/assets/checked.cu3s1pHH.js b/unpackage/dist/build/web/assets/checked.cu3s1pHH.js
new file mode 100644
index 0000000..02129ce
--- /dev/null
+++ b/unpackage/dist/build/web/assets/checked.cu3s1pHH.js
@@ -0,0 +1 @@
+const A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAAXNSR0IArs4c6QAABfRJREFUeF7tm01oXFUUx//nTSZiPlRETBZiqyJWUawLYxdK68dGTeajOFawpi6sLlxobSaodDGLaum8MdRFF1ZBKamNCTSTRLuzVASxutGNlJZ+qIhfIJZ8lHaSd+S9NxMyk/d977z3InO3795zz/m9c8/9OpfQKnUEqMWjnkALSINHtIC0gDgHieg8JFfsxRW+BUA30NZtqJnQ5kA0C+afMZn/K4r4Fg6Q1P5uJGizwvQogx4G+C4A17sYfAnAaSJ8rRFOItHxFSZenWs2pOYByY0nsHjxSWJlEOAUgGsEjblMoGmNtFHcv3AchYImKM+yuXwguUI7Fjt3EPObAN3eDKUBnGWmItrnDmOicFVmH3KBZNU0Md4HsE6mkg6yLjDjNUzlZ2T1JwfIQOkmSuBjgPtlKeZTzgwnEy9i4o1/fLZbVV0cSFa9lxjTAG4TVUaw/TlmSmFq6CcROWJAUu+lSNGOAOgSUUJi21lmPC8yhIIDyahvEfAOgOAyJJJYIUpjYA/K+X1BxAczxoTxbpAOw2rDwNtBoPgHYg6Tcgw9o5G1xoyM3+HjD0h65D6ipW9iFDPcHG6WmTb5CbTegRhTK38Xg9nEDULj93OcTPR5nZI9A6FMaSbCdYbbFvU3MHoAtNlUnOFyXt8+uBZvQMwVqB43Ylj4PHNiC2ipj0BjdlCYkfIST9yB5ArtVOk8E+Jy3Af0Koyp3b8ajbLFHDF9agPlAifnN7jtfdyBZNWdxDjkQ8uQqjbAqPWaLm4jIn2xmGhUhJl2YmroIycFnYHkxhNUuXimibvWgPBsYCxDKe0i4hEL4Wd54/wGp6MDZyDZYj8xSdtJBrS+oZkLjMy+9YS2k3ZDnIkHMDn8uZ0ujkAoUxoHOCfHEBlSxGDoGhDoM6089Jx/IKn93aQof0s46ZJBAoA4jKoilznZcbPdcaS9h8RquEiDYTBhBf04lv/C6k/ZAlGyxRFm2iXp9wqIkQvDGDaEkjaZz/sCQpnSKYD7BCyR0FQ+jKpSp7ic3+QTiKpfA1wnwaqAIpoGQ9fnEpfzN3gHkiv2UoV+92oJEQ5rGh8nolGH/YRXcTIDqG2frCV7Mf36n40VrGPI1tKDpBk7W9dCwKi2cX6HsdhJl54h4qNiUJrqGcv2sEJ9ODb0vTcgWfUxYnzpRoOYj2gPLAzWrfyEoIQDw5hpCI9jMn/CGxDzVGzKCQiBj2rJ9S9g4tmlVfUCQQkPRhVIBpP5VTZaDxkvQBhjWvu67ZZA9B59QQkXhgFEU9KY3q1fn9QVayCeh4wMKOHD8D9k/ARVIU+JBoYBxFdQTR3oIaXyh1tQrX2nQFCig1H1kB6rHBTbpTtl1H895HAsM3OFUneaFS0M/wszfb2fUb8F8JBXL9HreYSyl1l5ArVjv8YOXM4z/OjjUNf/0l3Jqiozhvwq4Arl5Q+SOPRKxVJuODCCbe6wVX2aNNieLDmuUdxiilXjkGCYATXA9h+5g11UWdAT36716yWehs9KoSHCABDwgAiAkimNMXhbECCeoYQLQ+AIUbdIwqmZY0wJGYY53QocMqNQUOiHztMA7gzqJbaeEgEMI1lP6BrC3JO8RMQfigBZBSUaGBC/qNItMa8ydS8RziEzhg/xHgLpRwthZSpW/yWf5+TC3eJXmYaXqANERmKdjHIliqsNeZfdVQSUUXUgAzKIhC6DeJonh9Ne+nW/7K5JyY3cSJUl/VjxDi+CY1SnOQkzhoHp0j1ErO9xzNcL8S9NTKmqGW/GEz15Rok5jxCS7moEWmmZFr5gQtkbQ0+JIHG3fvjo2TpxiSkRpnYvQzECrT4lRz37xCD5v35K/iTCdUqMnoesDC/mDKQ/IBJe5nucwWL6gGil9voTs6tdg0Q8LLpLdoCyRp6YrbSgUFDwY8dTCivb2XyEGOjkbYXINfoI0eq35g52YWlhs8LYwoxHAGzwcMXxP3um6hYEUgd60LZ4K5j1Kbs2bc8aD5kX236xyt1wEynju/fNnYze1oCMFpCGn9QC0gLiPG5bHtLA5z+yo+ljpNOzUgAAAABJRU5ErkJggg==";export{A as _};
diff --git a/unpackage/dist/build/web/assets/circle1-vEcdVOLz.png b/unpackage/dist/build/web/assets/circle1-vEcdVOLz.png
new file mode 100644
index 0000000..dc453c6
Binary files /dev/null and b/unpackage/dist/build/web/assets/circle1-vEcdVOLz.png differ
diff --git a/unpackage/dist/build/web/assets/circle2-PIuZBVHU.png b/unpackage/dist/build/web/assets/circle2-PIuZBVHU.png
new file mode 100644
index 0000000..3c0c545
Binary files /dev/null and b/unpackage/dist/build/web/assets/circle2-PIuZBVHU.png differ
diff --git a/unpackage/dist/build/web/assets/circle3-xdPhIODC.png b/unpackage/dist/build/web/assets/circle3-xdPhIODC.png
new file mode 100644
index 0000000..0bcf628
Binary files /dev/null and b/unpackage/dist/build/web/assets/circle3-xdPhIODC.png differ
diff --git a/unpackage/dist/build/web/assets/circle4-DgzAdzl1.png b/unpackage/dist/build/web/assets/circle4-DgzAdzl1.png
new file mode 100644
index 0000000..217260d
Binary files /dev/null and b/unpackage/dist/build/web/assets/circle4-DgzAdzl1.png differ
diff --git a/unpackage/dist/build/web/assets/conversation-Ck9QAie6.css b/unpackage/dist/build/web/assets/conversation-Ck9QAie6.css
new file mode 100644
index 0000000..2ee42d0
--- /dev/null
+++ b/unpackage/dist/build/web/assets/conversation-Ck9QAie6.css
@@ -0,0 +1 @@
+uni-page-body[data-v-fdf4307e]{background-color:#f8f8f8}body[data-v-fdf4307e]{background-color:#f8f8f8}.content[data-v-fdf4307e]{padding-bottom:3.75rem}.input_box[data-v-fdf4307e]{position:fixed;width:23.4375rem;height:3.75rem;background:#fff;bottom:0;left:0}.input_box uni-input[data-v-fdf4307e]{width:14.59375rem;height:2.5rem;background:#f8f8f8;border-radius:.25rem;padding:0 .9375rem}.input_box .send[data-v-fdf4307e]{width:4.15625rem;height:2.5rem;background:#01508b;border-radius:.25rem;text-align:center;line-height:2.5rem;font-size:.875rem;color:#fff}.list[data-v-fdf4307e]{padding:1.25rem .9375rem}.list .item[data-v-fdf4307e]:not(:first-child){margin-top:1.875rem}.list .item uni-image[data-v-fdf4307e]{width:2.6875rem;height:2.6875rem;border-radius:50%;background-color:maroon}.list .item .left .content[data-v-fdf4307e]{padding:.75rem .9375rem;background:#fff;border-radius:0 .5rem .5rem;margin-left:.75rem;font-size:.875rem;color:#333}.list .item .right[data-v-fdf4307e]{justify-content:flex-end}.list .item .right .content[data-v-fdf4307e]{margin-right:.75rem;padding:.75rem .9375rem;background:#01508b;border-radius:.5rem 0 .5rem .5rem;font-size:.875rem;color:#fff}
diff --git a/unpackage/dist/build/web/assets/customNav-DAV3r2OS.css b/unpackage/dist/build/web/assets/customNav-DAV3r2OS.css
new file mode 100644
index 0000000..776a882
--- /dev/null
+++ b/unpackage/dist/build/web/assets/customNav-DAV3r2OS.css
@@ -0,0 +1 @@
+.nav[data-v-566e182b]{width:calc(100% - 1.875rem);padding:0 .9375rem;height:var(--bc08538a);background:linear-gradient(270deg,#256fbc,#044d87);font-size:.75rem;color:#fff;position:fixed;top:0;left:0;z-index:99}.place[data-v-566e182b]{height:var(--bc08538a)}
diff --git a/unpackage/dist/build/web/assets/customNav.ByZDnwTS.js b/unpackage/dist/build/web/assets/customNav.ByZDnwTS.js
new file mode 100644
index 0000000..5bc01f1
--- /dev/null
+++ b/unpackage/dist/build/web/assets/customNav.ByZDnwTS.js
@@ -0,0 +1 @@
+import{_ as s,R as a,M as t,a as e,c as _,w as c,d as o,A as u,i as d}from"./index-CJjp0rBm.js";/* empty css */const l=s({__name:"customNav",setup(s){a((s=>({bc08538a:l})));const l=t().statusBarHeight+44+"px";return(s,a)=>{const t=d;return e(),_(t,{class:""},{default:c((()=>[o(t,{class:"nav"},{default:c((()=>[u(s.$slots,"default",{},void 0,!0)])),_:3}),o(t,{class:"place"})])),_:3})}}},[["__scopeId","data-v-566e182b"]]);export{l as c};
diff --git a/unpackage/dist/build/web/assets/default-DUssBO1n.png b/unpackage/dist/build/web/assets/default-DUssBO1n.png
new file mode 100644
index 0000000..bd645e8
Binary files /dev/null and b/unpackage/dist/build/web/assets/default-DUssBO1n.png differ
diff --git a/unpackage/dist/build/web/assets/detail-BAq0pKfC.css b/unpackage/dist/build/web/assets/detail-BAq0pKfC.css
new file mode 100644
index 0000000..3564a7c
--- /dev/null
+++ b/unpackage/dist/build/web/assets/detail-BAq0pKfC.css
@@ -0,0 +1 @@
+.content[data-v-66fe160c]{padding:0 .9375rem}.title_box .title[data-v-66fe160c]{font-size:1rem;color:#333;padding:.9375rem 0 .625rem}.title_box .time[data-v-66fe160c]{font-size:.75rem;color:#888;padding-bottom:.9375rem}.document uni-text[data-v-66fe160c]{font-size:.875rem;color:#333;white-space:nowrap}.document uni-view[data-v-66fe160c]{font-size:.875rem;color:#5a79f8;text-decoration:underline}
diff --git a/unpackage/dist/build/web/assets/detail-CUmEXOhJ.css b/unpackage/dist/build/web/assets/detail-CUmEXOhJ.css
new file mode 100644
index 0000000..7386885
--- /dev/null
+++ b/unpackage/dist/build/web/assets/detail-CUmEXOhJ.css
@@ -0,0 +1 @@
+.content[data-v-07bd1452]{padding-bottom:3.75rem}.btn[data-v-07bd1452]{position:fixed;bottom:0;width:21.5625rem;height:3.75rem;background:#fff;padding:0 .9375rem;border-top:1px solid #EFEFEF}.btn uni-view[data-v-07bd1452]{width:10.3125rem;height:2.75rem;font-size:.875rem;border-radius:.5rem;text-align:center;line-height:2.75rem}.btn .refuse[data-v-07bd1452]{box-sizing:border-box;background:#fff;border:.0625rem solid #01508B;color:#01508b}.btn .agree[data-v-07bd1452]{background:#01508b;color:#fff}.list_box .list[data-v-07bd1452]{padding:.9375rem;margin-bottom:.9375rem}.list_box .list .title[data-v-07bd1452]{border-bottom:1px solid #efefef;padding-bottom:.75rem;margin-bottom:.25rem}.list_box .list .title uni-view[data-v-07bd1452]{font-size:.875rem;color:#333}.list_box .list .title uni-text[data-v-07bd1452]{font-size:.875rem;color:#999}.list_box .list .info[data-v-07bd1452]{font-size:.875rem;color:#666}.list_box .list .info uni-view[data-v-07bd1452]{padding-top:.5rem;font-size:.875rem;color:#666}.list_box .list .info uni-text[data-v-07bd1452]{font-size:.875rem;color:#333}.list_box .list .info .person[data-v-07bd1452]{flex-wrap:wrap}.list_box .list .info .person .item[data-v-07bd1452]{width:16.66%}.list_box .list .info .person uni-image[data-v-07bd1452]{width:2.4375rem;height:2.4375rem;border-radius:1.1875rem;background-color:#01508b}.list_box .list .btn[data-v-07bd1452]{margin-top:.9375rem}.list_box .list .btn uni-view[data-v-07bd1452]{width:9.375rem;height:2rem;border-radius:.25rem;font-size:.875rem;text-align:center;line-height:2rem}.list_box .list .btn .entrust[data-v-07bd1452]{background:#fff;border:.0625rem solid #01508B;box-sizing:border-box;color:#01508b}.list_box .list .btn .handle[data-v-07bd1452]{background:#01508b;color:#fff}
diff --git a/unpackage/dist/build/web/assets/detail-CdDv_Zlj.css b/unpackage/dist/build/web/assets/detail-CdDv_Zlj.css
new file mode 100644
index 0000000..e3bc5bb
--- /dev/null
+++ b/unpackage/dist/build/web/assets/detail-CdDv_Zlj.css
@@ -0,0 +1 @@
+uni-page-body[data-v-a4702978]{background-color:#f8f8f8}body[data-v-a4702978]{background-color:#f8f8f8}.content .title[data-v-a4702978]{background-color:#fff;font-size:1rem;color:#333;line-height:1.40625rem;padding:.9375rem}.content uni-video[data-v-a4702978]{width:23.4375rem;height:15.625rem}.listcom[data-v-a4702978]{padding:0 .9375rem .9375rem;margin-top:.625rem;background-color:#fff}
diff --git a/unpackage/dist/build/web/assets/handle-DYXkkReO.css b/unpackage/dist/build/web/assets/handle-DYXkkReO.css
new file mode 100644
index 0000000..33cd6ec
--- /dev/null
+++ b/unpackage/dist/build/web/assets/handle-DYXkkReO.css
@@ -0,0 +1 @@
+uni-page-body[data-v-ffcd3c46]{background-color:#f8f8f8}body[data-v-ffcd3c46]{background-color:#f8f8f8}.popup[data-v-ffcd3c46]{width:21.5625rem;background:#fff;border-radius:.25rem}.popup .node[data-v-ffcd3c46]{margin:.75rem;font-size:.875rem;color:#333;padding:0 .625rem}.popup .agree_operate[data-v-ffcd3c46]{padding:.75rem;font-size:.875rem;color:#333}.popup .agree_operate uni-image[data-v-ffcd3c46]{width:1.25rem;height:1.25rem;margin-right:.3125rem}.popup .title[data-v-ffcd3c46]{font-size:1rem;color:#000;text-align:center;padding:1.25rem 0}.popup .input[data-v-ffcd3c46]{width:18.1875rem;height:7.0625rem;background:#f8f8f8;border-radius:.25rem;padding:.75rem}.popup .input uni-textarea[data-v-ffcd3c46]{flex:1;width:100%}.popup .input uni-view[data-v-ffcd3c46]{text-align:right;font-size:.875rem;color:#999}.popup .popbtn[data-v-ffcd3c46]{font-size:1rem;border-top:1px solid #E5E5E5;margin-top:1.25rem;position:relative}.popup .popbtn[data-v-ffcd3c46]:after{position:absolute;content:" ";height:3.125rem;width:1px;background-color:#e5e5e5;left:50%;transform:translate(-50%)}.popup .popbtn uni-view[data-v-ffcd3c46]{flex:1;text-align:center;height:3.125rem;line-height:3.125rem}.popup .popbtn .cancel[data-v-ffcd3c46]{color:#000}.popup .popbtn .confirm[data-v-ffcd3c46]{color:#007fff}.content[data-v-ffcd3c46]{padding-bottom:3.75rem}.btn[data-v-ffcd3c46]{position:fixed;bottom:0;width:21.5625rem;height:3.75rem;background:#fff;padding:0 .9375rem}.btn uni-view[data-v-ffcd3c46]{width:10.3125rem;height:2.75rem;font-size:.875rem;border-radius:.5rem;text-align:center;line-height:2.75rem}.btn .refuse[data-v-ffcd3c46]{box-sizing:border-box;background:#fff;border:.0625rem solid #01508B;color:#01508b}.btn .agree[data-v-ffcd3c46]{background:#01508b;color:#fff}.box[data-v-ffcd3c46]{position:absolute;bottom:.375rem;left:0}.back[data-v-ffcd3c46]{padding-left:.9375rem}uni-image[data-v-ffcd3c46]{width:2rem;height:2rem;border-radius:1rem;background-color:#fff;margin-right:.5rem;margin-left:1.5625rem}.name[data-v-ffcd3c46]{font-size:.875rem;color:#fff}.status[data-v-ffcd3c46]{padding:.125rem .25rem;display:inline-block;background-color:#fe4600;color:#fff;font-size:.625rem;margin-left:.25rem;border-radius:.25rem}
diff --git a/unpackage/dist/build/web/assets/index-BGtm4gsy.css b/unpackage/dist/build/web/assets/index-BGtm4gsy.css
new file mode 100644
index 0000000..776a8f1
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-BGtm4gsy.css
@@ -0,0 +1 @@
+.uni-load-more[data-v-d82f3750]{display:flex;flex-direction:row;height:40px;align-items:center;justify-content:center}.uni-load-more__text[data-v-d82f3750]{font-size:14px;margin-left:8px}.uni-load-more__img[data-v-d82f3750]{width:24px;height:24px}.uni-load-more__img--nvue[data-v-d82f3750]{color:#666}.uni-load-more__img--android[data-v-d82f3750],.uni-load-more__img--ios[data-v-d82f3750]{width:24px;height:24px;transform:rotate(0)}.uni-load-more__img--android[data-v-d82f3750]{animation:loading-ios 1s 0s linear infinite}@keyframes loading-android-d82f3750{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uni-load-more__img--ios-H5[data-v-d82f3750]{position:relative;animation:loading-ios-H5-d82f3750 1s 0s step-end infinite}.uni-load-more__img--ios-H5 uni-image[data-v-d82f3750]{position:absolute;width:100%;height:100%;left:0;top:0}@keyframes loading-ios-H5-d82f3750{0%{transform:rotate(0)}8%{transform:rotate(30deg)}16%{transform:rotate(60deg)}24%{transform:rotate(90deg)}32%{transform:rotate(120deg)}40%{transform:rotate(150deg)}48%{transform:rotate(180deg)}56%{transform:rotate(210deg)}64%{transform:rotate(240deg)}73%{transform:rotate(270deg)}82%{transform:rotate(300deg)}91%{transform:rotate(330deg)}to{transform:rotate(360deg)}}.uni-load-more__img--android-H5[data-v-d82f3750]{animation:loading-android-H5-rotate-d82f3750 2s linear infinite;transform-origin:center center}.uni-load-more__img--android-H5 circle[data-v-d82f3750]{display:inline-block;animation:loading-android-H5-dash-d82f3750 1.5s ease-in-out infinite;stroke:currentColor;stroke-linecap:round}@keyframes loading-android-H5-rotate-d82f3750{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-android-H5-dash-d82f3750{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.uni-data-pickerview[data-v-c0c521c5]{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%}.error-text[data-v-c0c521c5]{color:#dd524d}.loading-cover[data-v-c0c521c5]{position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.5);display:flex;flex-direction:column;align-items:center;z-index:1001}.load-more[data-v-c0c521c5]{margin:auto}.error-message[data-v-c0c521c5]{background-color:#fff;position:absolute;left:0;top:0;right:0;bottom:0;padding:15px;opacity:.9;z-index:102}.selected-list[data-v-c0c521c5]{display:flex;flex-wrap:nowrap;flex-direction:row;padding:0 5px;border-bottom:1px solid #f8f8f8}.selected-item[data-v-c0c521c5]{margin-left:10px;margin-right:10px;padding:12px 0;text-align:center;white-space:nowrap}.selected-item-text-overflow[data-v-c0c521c5]{width:168px;overflow:hidden;width:6em;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.selected-item-active[data-v-c0c521c5]{border-bottom:2px solid #007aff}.selected-item-text[data-v-c0c521c5]{color:#007aff}.tab-c[data-v-c0c521c5]{position:relative;flex:1;display:flex;flex-direction:row;overflow:hidden}.list[data-v-c0c521c5]{flex:1}.item[data-v-c0c521c5]{padding:12px 15px;display:flex;flex-direction:row;justify-content:space-between}.is-disabled[data-v-c0c521c5]{opacity:.5}.item-text[data-v-c0c521c5]{color:#333}.item-text-overflow[data-v-c0c521c5]{width:280px;overflow:hidden;width:20em;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.check[data-v-c0c521c5]{margin-right:5px;border:2px solid #007aff;border-left:0;border-top:0;height:12px;width:6px;transform-origin:center;transition:all .3s;transform:rotate(45deg)}.uni-data-tree[data-v-08674076]{flex:1;position:relative;font-size:14px}.error-text[data-v-08674076]{color:#dd524d}.input-value[data-v-08674076]{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;font-size:14px;padding:0 5px 0 10px;overflow:hidden;box-sizing:border-box;padding:.625rem 10px}.input-value-border[data-v-08674076]{border:1px solid #e5e5e5;border-radius:5px}.selected-area[data-v-08674076]{flex:1;overflow:hidden;display:flex;flex-direction:row}.load-more[data-v-08674076]{margin-right:auto}.selected-list[data-v-08674076]{display:flex;flex-direction:row;flex-wrap:nowrap}.selected-item[data-v-08674076]{flex-direction:row;white-space:nowrap}.text-color[data-v-08674076]{color:#333}.placeholder[data-v-08674076]{color:gray;font-size:.875rem}.input-split-line[data-v-08674076]{opacity:.5}.arrow-area[data-v-08674076]{position:relative;width:20px;margin-bottom:5px;margin-left:auto;display:flex;justify-content:center;transform:rotate(-45deg);transform-origin:center}.input-arrow[data-v-08674076]{width:7px;height:7px;border-left:1px solid #999;border-bottom:1px solid #999}.uni-data-tree-cover[data-v-08674076]{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);display:flex;flex-direction:column;z-index:100}.uni-data-tree-dialog[data-v-08674076]{position:fixed;left:0;top:20%;right:0;bottom:0;background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-direction:column;z-index:102;overflow:hidden}.dialog-caption[data-v-08674076]{position:relative;display:flex;flex-direction:row}.title-area[data-v-08674076]{display:flex;align-items:center;margin:auto;padding:0 10px}.dialog-title[data-v-08674076]{line-height:44px}.dialog-close[data-v-08674076]{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;padding:0 15px}.dialog-close-plus[data-v-08674076]{width:16px;height:2px;background-color:#666;border-radius:2px;transform:rotate(45deg)}.dialog-close-rotate[data-v-08674076]{position:absolute;transform:rotate(-45deg)}.picker-view[data-v-08674076]{flex:1;overflow:hidden}.icon-clear[data-v-08674076]{display:flex;align-items:center}@media all and (min-width: 768px){.uni-data-tree-cover[data-v-08674076]{background-color:transparent}.uni-data-tree-dialog[data-v-08674076]{position:absolute;top:55px;height:auto;min-height:400px;max-height:50vh;background-color:#fff;border:1px solid #EBEEF5;box-shadow:0 2px 12px rgba(0,0,0,.1);border-radius:4px;overflow:unset}.dialog-caption[data-v-08674076]{display:none}}.uni-popper__arrow[data-v-08674076],.uni-popper__arrow[data-v-08674076]:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px}.uni-popper__arrow[data-v-08674076]{filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));top:-6px;left:10%;margin-right:3px;border-top-width:0;border-bottom-color:#ebeef5}.uni-popper__arrow[data-v-08674076]:after{content:" ";top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.content[data-v-8b5695c9]{padding-bottom:4.0625rem}.confirm[data-v-8b5695c9]{position:fixed;bottom:0;left:50%;transform:translate(-50%);background-color:#fff;border-top:1px solid #efefef;width:100%;padding:.625rem 0}.confirm uni-view[data-v-8b5695c9]{width:19.6875rem;height:2.75rem;background:#01508b;border-radius:1.375rem;font-size:1rem;color:#fff;text-align:center;line-height:2.75rem}.search_box[data-v-8b5695c9]{font-size:.875rem}.search_box .username[data-v-8b5695c9]{padding:0 .625rem;border-bottom:1px solid #e5e5e5;height:3.125rem}.search_box .username uni-input[data-v-8b5695c9]{flex:1;height:100%}.search_box .btn[data-v-8b5695c9]{color:#fff;padding:.625rem 0}.search_box .btn uni-view[data-v-8b5695c9]{width:5.5625rem;height:2.5rem;background-color:#01508b;border-radius:1.25rem;justify-content:center}.list[data-v-8b5695c9]{word-break:break-all;font-size:.875rem;color:#333}.list .box uni-view[data-v-8b5695c9]:first-child{flex:.3}.list .box uni-view[data-v-8b5695c9]:nth-child(2){flex:.3}.list .box uni-view[data-v-8b5695c9]:nth-child(3){flex:1}.list .box uni-view[data-v-8b5695c9]:nth-child(4){flex:1}.list .title[data-v-8b5695c9]{text-align:center;border-bottom:1px solid #e5e5e5;background-color:#f8f8f8;height:3.125rem}.list .item[data-v-8b5695c9]{text-align:center;border-bottom:1px solid #e5e5e5}.list .item .order[data-v-8b5695c9]{border-right:1px solid #e5e5e5;height:3.125rem;line-height:3.125rem}.list .item .username[data-v-8b5695c9]{border-right:1px solid #e5e5e5;height:3.125rem;justify-content:center;overflow-y:auto}.list .item .realname[data-v-8b5695c9]{height:3.125rem;line-height:3.125rem;overflow-y:auto;justify-content:center}.list .item .img[data-v-8b5695c9]{border-right:1px solid #e5e5e5;height:3.125rem;justify-content:center}.list .item uni-image[data-v-8b5695c9]{width:1.25rem;height:1.25rem}
diff --git a/unpackage/dist/build/web/assets/index-C6DHPs0m.css b/unpackage/dist/build/web/assets/index-C6DHPs0m.css
new file mode 100644
index 0000000..ccf7dd1
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-C6DHPs0m.css
@@ -0,0 +1 @@
+uni-page-body[data-v-40acdf41]{background-color:#f8f8f8}body[data-v-40acdf41]{background-color:#f8f8f8}.data_wrapper[data-v-40acdf41]{height:9rem;transition:all .3s;overflow:hidden}.close[data-v-40acdf41]{height:var(--09ebbe2f)}.info .item_box .item[data-v-40acdf41]{width:21.5625rem;background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.9375rem 0;margin-top:.75rem}.info .item_box .item .title_box[data-v-40acdf41]{padding:0 .9375rem;margin-bottom:-.625rem}.info .item_box .item .title[data-v-40acdf41]{font-size:.875rem;color:#333;background-image:url(../../static/index/line.png);background-size:1.375rem .40625rem;background-repeat:no-repeat;background-position:left bottom}.info .item_box .item .more[data-v-40acdf41]{font-size:.75rem;color:#999}.info .item_box .item .more uni-text[data-v-40acdf41]{margin-right:.1875rem}.info .item_box .item .data_box[data-v-40acdf41]{flex-wrap:wrap}.info .item_box .item .data_box .data[data-v-40acdf41]{width:33.33%;margin-top:1.875rem;height:2.5rem}.info .item_box .item .data_box .data uni-view[data-v-40acdf41]{font-size:1rem;color:#333;margin-bottom:.25rem}.info .item_box .item .data_box .data uni-text[data-v-40acdf41]{font-size:.75rem;color:#333}
diff --git a/unpackage/dist/build/web/assets/index-CEId8xCV.css b/unpackage/dist/build/web/assets/index-CEId8xCV.css
new file mode 100644
index 0000000..258ac34
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-CEId8xCV.css
@@ -0,0 +1 @@
+*{margin:0;-webkit-tap-highlight-color:transparent}html,body{-webkit-user-select:none;user-select:none;width:100%;height:100%}body{overflow-x:hidden;font-size:16px}uni-app,uni-page,uni-page-wrapper,uni-page-body{display:block;box-sizing:border-box;width:100%}uni-page-wrapper{position:relative}#app,uni-app,uni-page,uni-page-wrapper{height:100%}.uni-mask{position:fixed;z-index:999;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.5)}.uni-fade-enter-active,.uni-fade-leave-active{transition-duration:.25s;transition-property:opacity;transition-timing-function:ease}.uni-fade-enter-from,.uni-fade-leave-active{opacity:0}.uni-loading,uni-button[loading]:before{background-color:transparent;background-image:url(data:image/svg+xml;base64,\ PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=);background-repeat:no-repeat}.uni-loading{width:20px;height:20px;display:inline-block;vertical-align:middle;animation:uni-loading 1s steps(12,end) infinite;background-size:100%}@keyframes uni-loading{0%{transform:rotate3d(0,0,1,0)}to{transform:rotate3d(0,0,1,360deg)}}html{--primary-color: #007aff;--UI-BG: #fff;--UI-BG-1: #f7f7f7;--UI-BG-2: #fff;--UI-BG-3: #f7f7f7;--UI-BG-4: #4c4c4c;--UI-BG-5: #fff;--UI-FG: #000;--UI-FG-0: rgba(0, 0, 0, .9);--UI-FG-HALF: rgba(0, 0, 0, .9);--UI-FG-1: rgba(0, 0, 0, .5);--UI-FG-2: rgba(0, 0, 0, .3);--UI-FG-3: rgba(0, 0, 0, .1)}body:after{position:fixed;content:"";left:-1000px;top:-1000px;animation:shadow-preload .1s;animation-delay:3s}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}to{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}.uni-async-error{position:absolute;left:0;right:0;top:0;bottom:0;color:#999;padding:100px 10px;text-align:center}.uni-async-loading{box-sizing:border-box;width:100%;padding:50px;text-align:center}.uni-async-loading .uni-loading{width:30px;height:30px}uni-page-head{display:block;box-sizing:border-box}.uni-page-head{position:fixed;left:var(--window-left);right:var(--window-right);height:44px;height:calc(44px + constant(safe-area-inset-top));height:calc(44px + env(safe-area-inset-top));padding:7px 3px;padding-top:calc(7px + constant(safe-area-inset-top));padding-top:calc(7px + env(safe-area-inset-top));display:flex;overflow:hidden;justify-content:space-between;box-sizing:border-box;z-index:998;color:#fff;background-color:#000;transition-property:all}.uni-page-head *{box-sizing:border-box}.uni-page-head .uni-btn-icon{overflow:hidden;min-width:1em;font-style:normal}.uni-page-head-titlePenetrate,.uni-page-head-titlePenetrate .uni-page-head-bd,.uni-page-head-titlePenetrate .uni-page-head-bd *{pointer-events:none}.uni-page-head-titlePenetrate *{pointer-events:auto}.uni-page-head.uni-page-head-transparent .uni-page-head-ft>div{justify-content:center}.uni-page-head~.uni-placeholder{width:100%;height:44px;height:calc(44px + constant(safe-area-inset-top));height:calc(44px + env(safe-area-inset-top))}.uni-placeholder-titlePenetrate{pointer-events:none}.uni-page-head-hd{display:flex;align-items:center;font-size:16px}.uni-page-head-bd{position:absolute;left:70px;right:70px;min-width:0;-webkit-user-select:auto;user-select:auto}.uni-page-head-btn{position:relative;width:auto;margin:0 2px;word-break:keep-all;white-space:pre;cursor:pointer;font-size:0px}.uni-page-head-transparent .uni-page-head-btn{display:flex;align-items:center;width:32px;height:32px;border-radius:50%;background-color:rgba(0,0,0,.5)}.uni-page-head-btn-red-dot:after{content:attr(badge-text);position:absolute;right:0;top:0;background-color:red;color:#fff;width:18px;height:18px;line-height:18px;border-radius:18px;overflow:hidden;transform:scale(.5) translate(40%,-40%);transform-origin:100% 0}.uni-page-head-btn-red-dot[badge-text]:after{font-size:12px;width:auto;min-width:18px;max-width:42px;text-align:center;padding:0 3px;transform:scale(.7) translate(40%,-40%)}.uni-page-head-btn-select svg{vertical-align:middle;margin-left:2px;transform:rotate(270deg) scale(.8)}.uni-page-head-search{position:relative;display:flex;flex:1;margin:0 2px;line-height:30px;font-size:15px}.uni-page-head-search-input{width:100%;height:100%;padding-left:34px;text-align:left}.uni-page-head-search-input .uni-input-input:disabled{pointer-events:none}.uni-page-head-search-placeholder{position:absolute;max-width:100%;height:100%;padding-left:34px;overflow:hidden;word-break:keep-all;white-space:pre}.uni-page-head-search-placeholder-right{right:0}.uni-page-head-search-placeholder-center{left:50%;transform:translate(-50%)}.uni-page-head-search-icon{position:absolute;top:0;left:2px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.uni-page-head-ft{display:flex;align-items:center;flex-direction:row-reverse;font-size:13px}.uni-page-head__title{font-weight:700;font-size:16px;line-height:30px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uni-page-head__title .uni-loading{width:16px;height:16px;margin-top:-3px}.uni-page-head__title .uni-page-head__title_image{width:auto;height:26px;vertical-align:middle}.uni-page-head-shadow{overflow:visible}.uni-page-head-shadow:after{content:"";position:absolute;left:0;right:0;top:100%;height:5px;background-size:100% 100%}.uni-page-head-shadow-grey:after{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}.uni-page-head-shadow-blue:after{background-image:url(https://cdn.dcloud.net.cn/img/shadow-blue.png)}.uni-page-head-shadow-green:after{background-image:url(https://cdn.dcloud.net.cn/img/shadow-green.png)}.uni-page-head-shadow-orange:after{background-image:url(https://cdn.dcloud.net.cn/img/shadow-orange.png)}.uni-page-head-shadow-red:after{background-image:url(https://cdn.dcloud.net.cn/img/shadow-red.png)}.uni-page-head-shadow-yellow:after{background-image:url(https://cdn.dcloud.net.cn/img/shadow-yellow.png)}uni-page-head[uni-page-head-type=default]~uni-page-wrapper{height:calc(100% - 44px);height:calc(100% - 44px - constant(safe-area-inset-top));height:calc(100% - 44px - env(safe-area-inset-top))}uni-tabbar{display:block;box-sizing:border-box;width:100%;z-index:998}.uni-tabbar{display:flex;z-index:998;box-sizing:border-box}.uni-tabbar-top,.uni-tabbar-bottom,.uni-tabbar-top .uni-tabbar,.uni-tabbar-bottom .uni-tabbar{position:fixed;left:var(--window-left);right:var(--window-right)}.uni-app--showlayout+.uni-tabbar-top,.uni-app--showlayout+.uni-tabbar-bottom,.uni-app--showlayout+.uni-tabbar-top .uni-tabbar,.uni-app--showlayout+.uni-tabbar-bottom .uni-tabbar{left:var(--window-margin);right:var(--window-margin)}.uni-tabbar-bottom .uni-tabbar{bottom:0;padding-bottom:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.uni-tabbar~.uni-placeholder{width:100%;margin-bottom:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.uni-tabbar *{box-sizing:border-box}.uni-tabbar__item{display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1;font-size:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.uni-tabbar__bd{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.uni-tabbar__icon{position:relative;display:inline-block;margin-top:5px}.uni-tabbar__icon.uni-tabbar__icon__diff{margin-top:0;width:34px;height:34px}.uni-tabbar__icon img{width:100%;height:100%}.uni-tabbar__iconfont{font-family:UniTabbarIconFont}.uni-tabbar__label{position:relative;text-align:center;font-size:10px}.uni-tabbar-border{position:absolute;left:0;top:0;width:100%;height:1px;transform:scaleY(.5)}.uni-tabbar__reddot{position:absolute;top:2px;right:0;width:12px;height:12px;border-radius:50%;background-color:#f43530;color:#fff;transform:translate(40%)}.uni-tabbar__badge{width:auto;height:16px;line-height:16px;border-radius:16px;min-width:16px;padding:0 2px;font-size:12px;text-align:center;white-space:nowrap}.uni-tabbar__mid{display:flex;justify-content:center;position:absolute;bottom:0;background-size:100% 100%}.uni-app--showtabbar uni-page-wrapper{display:block;height:calc(100% - var(--tab-bar-height));height:calc(100% - var(--tab-bar-height) - constant(safe-area-inset-bottom));height:calc(100% - var(--tab-bar-height) - env(safe-area-inset-bottom))}.uni-app--showtabbar uni-page-wrapper:after{content:"";display:block;width:100%;height:var(--tab-bar-height);height:calc(var(--tab-bar-height) + constant(safe-area-inset-bottom));height:calc(var(--tab-bar-height) + env(safe-area-inset-bottom))}.uni-app--showtabbar uni-page-head[uni-page-head-type=default]~uni-page-wrapper{height:calc(100% - 44px - var(--tab-bar-height));height:calc(100% - 44px - constant(safe-area-inset-top) - var(--tab-bar-height) - constant(safe-area-inset-bottom));height:calc(100% - 44px - env(safe-area-inset-top) - var(--tab-bar-height) - env(safe-area-inset-bottom))}uni-page-refresh{position:absolute;top:0;width:100%;height:40px;display:block;box-sizing:border-box}.uni-page-refresh{position:absolute;top:-45px;left:50%;transform:translate3d(-50%,0,0);width:40px;height:40px;justify-content:center;align-items:center;background:#fff;border-radius:50%;box-shadow:0 1px 6px rgba(0,0,0,.118),0 1px 4px rgba(0,0,0,.118);display:none;z-index:997}.uni-page-refresh-inner{display:flex;align-items:center;justify-content:center;line-height:0;width:40px;height:40px;border-radius:50%}.uni-page-refresh--pulling .uni-page-refresh,.uni-page-refresh--aborting .uni-page-refresh,.uni-page-refresh--reached .uni-page-refresh,.uni-page-refresh--refreshing .uni-page-refresh,.uni-page-refresh--restoring .uni-page-refresh{display:flex}.uni-page-refresh--pulling .uni-page-refresh__spinner,.uni-page-refresh--aborting .uni-page-refresh__spinner,.uni-page-refresh--reached .uni-page-refresh__spinner,.uni-page-refresh--refreshing .uni-page-refresh__icon,.uni-page-refresh--restoring .uni-page-refresh__icon{display:none}.uni-page-refresh--refreshing .uni-page-refresh__spinner{transform-origin:center center;animation:uni-page-refresh-rotate 2s linear infinite}.uni-page-refresh--refreshing .uni-page-refresh__path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:uni-page-refresh-dash 1.5s ease-in-out infinite,uni-page-refresh-colorful 6s ease-in-out infinite}@keyframes uni-page-refresh-rotate{to{transform:rotate(360deg)}}@keyframes uni-page-refresh-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.gray{filter:grayscale(1)}.f-row{display:flex;flex-direction:row}.f-col{display:flex;flex-direction:column}.jca{justify-content:space-around}.jce{justify-content:space-evenly}.jcb{justify-content:space-between}.aic{align-items:center}.uni-file-picker__container[data-v-86b162f5]{display:flex;box-sizing:border-box;flex-wrap:wrap;margin:-5px}.file-picker__box[data-v-86b162f5]{position:relative;width:33.3%;height:0;padding-top:33.33%;box-sizing:border-box}.file-picker__box-content[data-v-86b162f5]{position:absolute;top:0;right:0;bottom:0;left:0;margin:5px;border:1px #eee solid;border-radius:5px;overflow:hidden}.file-picker__progress[data-v-86b162f5]{position:absolute;bottom:0;left:0;right:0;z-index:2}.file-picker__progress-item[data-v-86b162f5]{width:100%}.file-picker__mask[data-v-86b162f5]{display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:0;bottom:0;left:0;color:#fff;font-size:12px;background-color:rgba(0,0,0,.4)}.file-image[data-v-86b162f5]{width:100%;height:100%}.is-add[data-v-86b162f5]{display:flex;align-items:center;justify-content:center}.icon-add[data-v-86b162f5]{width:50px;height:5px;background-color:#f1f1f1;border-radius:2px}.rotate[data-v-86b162f5]{position:absolute;transform:rotate(90deg)}.icon-del-box[data-v-86b162f5]{display:flex;align-items:center;justify-content:center;position:absolute;top:3px;right:3px;height:26px;width:26px;border-radius:50%;background-color:rgba(0,0,0,.5);z-index:2;transform:rotate(-45deg)}.icon-del[data-v-86b162f5]{width:15px;height:2px;background-color:#fff;border-radius:2px}.uni-file-picker__files[data-v-5d376bd5]{display:flex;flex-direction:column;justify-content:flex-start}.uni-file-picker__lists[data-v-5d376bd5]{position:relative;margin-top:5px;overflow:hidden}.file-picker__mask[data-v-5d376bd5]{display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:0;bottom:0;left:0;color:#fff;font-size:14px;background-color:rgba(0,0,0,.4)}.uni-file-picker__lists-box[data-v-5d376bd5]{position:relative}.uni-file-picker__item[data-v-5d376bd5]{display:flex;align-items:center;padding:8px 5px 8px 10px}.files-border[data-v-5d376bd5]{border-top:1px #eee solid}.files__name[data-v-5d376bd5]{flex:1;font-size:14px;color:#666;margin-right:25px;word-break:break-all;word-wrap:break-word}.icon-files[data-v-5d376bd5]{position:static;background-color:initial}.is-list-card[data-v-5d376bd5]{border:1px #eee solid;margin-bottom:5px;border-radius:5px;box-shadow:0 0 2px rgba(0,0,0,.1);padding:5px}.files__image[data-v-5d376bd5]{width:40px;height:40px;margin-right:10px}.header-image[data-v-5d376bd5]{width:100%;height:100%}.is-text-box[data-v-5d376bd5]{border:1px #eee solid;border-radius:5px}.is-text-image[data-v-5d376bd5]{width:25px;height:25px;margin-left:5px}.rotate[data-v-5d376bd5]{position:absolute;transform:rotate(90deg)}.icon-del-box[data-v-5d376bd5]{display:flex;margin:auto 0;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;right:5px;height:26px;width:26px;z-index:2;transform:rotate(-45deg)}.icon-del[data-v-5d376bd5]{width:15px;height:1px;background-color:#333}@media all and (min-width: 768px){.uni-file-picker__files[data-v-5d376bd5]{max-width:375px}}.uni-file-picker[data-v-5e9fcb2e]{box-sizing:border-box;overflow:hidden;width:100%;flex:1}.uni-file-picker__header[data-v-5e9fcb2e]{padding-top:5px;padding-bottom:10px;display:flex;justify-content:space-between}.file-title[data-v-5e9fcb2e]{font-size:14px;color:#333}.file-count[data-v-5e9fcb2e]{font-size:14px;color:#999}.is-add[data-v-5e9fcb2e]{display:flex;align-items:center;justify-content:center}.icon-add[data-v-5e9fcb2e]{width:50px;height:5px;background-color:#f1f1f1;border-radius:2px}.rotate[data-v-5e9fcb2e]{position:absolute;transform:rotate(90deg)}.info_box[data-v-4dc4d50b]{padding:1.25rem .9375rem .5rem;width:19.6875rem;background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;margin-top:.9375rem}.info_box .title[data-v-4dc4d50b]{font-size:.875rem;color:#333;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAYCAYAAAB+zTpYAAAAAXNSR0IArs4c6QAAA8pJREFUaEPtmW9rHFUUxn9nNpukZoVqk4qaSpJtoiXQFCJSqlVjE+wfCglCrfStVPwE+kYJIthPIPhaKViRgGLQdJPt1hZarPjCiIbdzR8NWttEU7rb4CRzjzujG9do6G42Y2dqLwx3dueec5/zY2f23meEO60qAp9ldGtE2Cmw3cAPm5Y4+8Qjcr2YVIoniYz2AK9g8SiKBXyJ8Omyxcn9LfJTVSpus+CRrLaL0i8WAyi7gRWOwFLh0+C5Vk4MihjvQiKrrxf6wVUDi1gMMCrCu9YiQz2dkrvNeJVVzlhGux0YEKEf6LxZkMDJfXE5JiNT+pRlSK4Bd3WeG8AQynu/xDl9RMS52URhvZ5Mao3ZxpNY9Kt6ULdVXItyQBJZ/ajwODhccTD8DHwiwhmjpPri8v06cgQm5PMZvcdeYjcWe1TZAzwGxKoUmHAB/wjcX2UiN3waISVKSh1SvR0yuQE5fUmhqpKcosMF6cEUD+iOMu/iSjRdcQFrJREVjJ1FOI8yIULGCOkam0zPwzJXQY6qhp77Tu++UUdcDHFR4lh/9CrsQtlSVfIyg/0EvJaEa0AGSLvg1TCrwnUMebXIiUXeOORqI+QWl8lvric324z9wAR35eqJWQ4xLBrEEBP1zmMYGrxe2QrEUeKFP+W4QlOZHHwbdisA+1ZMABMvuYAvA/cFUFz4JSnfuoDPFta5e8NfTSArGJLEpL6B8log5YVclMJzMpzWplqLGWBTyOsJmvyv97XR5W2VT2f1VYG3gqYwxHoW1PBMX7t89ZfZM6nvoBwPcVFBkb6gFgf6WuWCK2gFsLu7Gc1yHOEEsDkoakOkw1Z4W2ze7N0h80XdpTab953rb9YILyu8CDSHqMBbIdV1GlMo70ccPvy3Xeo/ABdVnlKNNE5xyFFeEtgPnkd8p4EL9bwIpxQ+6G0T1/Ras60JuDQimdZmJ8LzBV/hBaD7f0jZfUMxgvKxrQwfbJer5TIoC3BpskRWO4CjwACwq9yJQjbONcDGgTERhucXOXOkU+z11FAx4NJJRif0QRPloMAhlF6gYT0iAhKTRkhiGHMg+ex2ubIRuqoCXCrg0iWN/rqFbhz2inhb78eBezdCpA85FoAvEC6ocrFmmYt+2agbBng1BG/ZN0m7CF3G0CWuBws7/1yZ+DbvKh151xYFvlEYFxiPWIw/3cKMiPjlg/9Nwn9V6MqkySmtt6ElamgzQivKQ0CjKo1i0YTSiHr+bh1KLVAHRL23tfCbdyg2Qh5lHvGOOQxzYnFZYdoo09Flpv36VVZyR/0Ou7hONbFYM6MAAAAASUVORK5CYII=);background-size:1.375rem .375rem;background-repeat:no-repeat;background-position:left bottom;margin-bottom:.9375rem}.info_box .info[data-v-4dc4d50b]{font-size:.875rem;margin-bottom:.75rem}.info_box .info uni-view[data-v-4dc4d50b]{color:#666}.info_box .info uni-text[data-v-4dc4d50b]{color:#333}.progress[data-v-4dc4d50b]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;width:19.6875rem;padding:1.25rem .9375rem .5rem;margin-top:.9375rem;margin-bottom:.9375rem}.progress .status[data-v-4dc4d50b]{padding:.125rem .25rem;display:inline-block;color:#fff;font-size:.625rem;margin-left:.25rem;border-radius:.25rem}.progress .complete[data-v-4dc4d50b]{background-color:#7ac756}.progress .refuse[data-v-4dc4d50b]{background-color:#fe4600}.progress .title[data-v-4dc4d50b]{font-size:.875rem;color:#333;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAYCAYAAAB+zTpYAAAAAXNSR0IArs4c6QAAA8pJREFUaEPtmW9rHFUUxn9nNpukZoVqk4qaSpJtoiXQFCJSqlVjE+wfCglCrfStVPwE+kYJIthPIPhaKViRgGLQdJPt1hZarPjCiIbdzR8NWttEU7rb4CRzjzujG9do6G42Y2dqLwx3dueec5/zY2f23meEO60qAp9ldGtE2Cmw3cAPm5Y4+8Qjcr2YVIoniYz2AK9g8SiKBXyJ8Omyxcn9LfJTVSpus+CRrLaL0i8WAyi7gRWOwFLh0+C5Vk4MihjvQiKrrxf6wVUDi1gMMCrCu9YiQz2dkrvNeJVVzlhGux0YEKEf6LxZkMDJfXE5JiNT+pRlSK4Bd3WeG8AQynu/xDl9RMS52URhvZ5Mao3ZxpNY9Kt6ULdVXItyQBJZ/ajwODhccTD8DHwiwhmjpPri8v06cgQm5PMZvcdeYjcWe1TZAzwGxKoUmHAB/wjcX2UiN3waISVKSh1SvR0yuQE5fUmhqpKcosMF6cEUD+iOMu/iSjRdcQFrJREVjJ1FOI8yIULGCOkam0zPwzJXQY6qhp77Tu++UUdcDHFR4lh/9CrsQtlSVfIyg/0EvJaEa0AGSLvg1TCrwnUMebXIiUXeOORqI+QWl8lvric324z9wAR35eqJWQ4xLBrEEBP1zmMYGrxe2QrEUeKFP+W4QlOZHHwbdisA+1ZMABMvuYAvA/cFUFz4JSnfuoDPFta5e8NfTSArGJLEpL6B8log5YVclMJzMpzWplqLGWBTyOsJmvyv97XR5W2VT2f1VYG3gqYwxHoW1PBMX7t89ZfZM6nvoBwPcVFBkb6gFgf6WuWCK2gFsLu7Gc1yHOEEsDkoakOkw1Z4W2ze7N0h80XdpTab953rb9YILyu8CDSHqMBbIdV1GlMo70ccPvy3Xeo/ABdVnlKNNE5xyFFeEtgPnkd8p4EL9bwIpxQ+6G0T1/Ras60JuDQimdZmJ8LzBV/hBaD7f0jZfUMxgvKxrQwfbJer5TIoC3BpskRWO4CjwACwq9yJQjbONcDGgTERhucXOXOkU+z11FAx4NJJRif0QRPloMAhlF6gYT0iAhKTRkhiGHMg+ex2ubIRuqoCXCrg0iWN/rqFbhz2inhb78eBezdCpA85FoAvEC6ocrFmmYt+2agbBng1BG/ZN0m7CF3G0CWuBws7/1yZ+DbvKh151xYFvlEYFxiPWIw/3cKMiPjlg/9Nwn9V6MqkySmtt6ElamgzQivKQ0CjKo1i0YTSiHr+bh1KLVAHRL23tfCbdyg2Qh5lHvGOOQxzYnFZYdoo09Flpv36VVZyR/0Ou7hONbFYM6MAAAAASUVORK5CYII=);background-size:1.375rem .375rem;background-repeat:no-repeat;background-position:left bottom;margin-bottom:1.25rem}.progress .box[data-v-4dc4d50b]:not(:last-child){position:relative;padding-bottom:1.875rem}.progress .box[data-v-4dc4d50b]:not(:last-child):before{position:absolute;content:" ";width:1px;height:100%;background:#efefef;left:-1.3125rem;top:.3125rem}.progress .box[data-v-4dc4d50b]{margin-left:1.5625rem}.progress .box .topic[data-v-4dc4d50b]{position:relative;font-size:.875rem;color:#333}.progress .box .topic[data-v-4dc4d50b]:before{position:absolute;content:" ";width:.5625rem;height:.5625rem;background:#01508b;border-radius:.4375rem;left:-1.5625rem;top:50%;transform:translateY(-50%)}.progress .box .name_time[data-v-4dc4d50b]{font-size:.75rem;color:#888;margin-top:.375rem}.info_box[data-v-8f3f5a9f]{padding:1.25rem .9375rem .5rem;width:19.6875rem;background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;margin-top:.9375rem}.info_box .title[data-v-8f3f5a9f]{font-size:.875rem;color:#333;background-image:url(../../static/index/line.png);background-size:1.375rem .375rem;background-repeat:no-repeat;background-position:left bottom;margin-bottom:.9375rem}.info_box .info[data-v-8f3f5a9f]{font-size:.875rem;margin-bottom:.75rem}.info_box .info uni-view[data-v-8f3f5a9f]{color:#666}.info_box .info uni-text[data-v-8f3f5a9f]{color:#333}.tab[data-v-b8ec89d4]{background-color:#fff;overflow-x:auto}.tab uni-view[data-v-b8ec89d4]{padding:.625rem .9375rem;white-space:nowrap}.tab .active[data-v-b8ec89d4]{position:relative;color:#1890ff}.tab .active[data-v-b8ec89d4]:after{content:" ";position:absolute;width:3.125rem;height:.1875rem;border-radius:.09375rem;background-color:#1890ff;bottom:0;left:50%;transform:translate(-50%)}.progress[data-v-b8ec89d4]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;width:19.6875rem;padding:1.25rem .9375rem .5rem;margin-top:.9375rem;margin-bottom:.9375rem}.progress .status[data-v-b8ec89d4]{padding:.125rem .25rem;display:inline-block;color:#fff;font-size:.625rem;margin-left:.25rem;border-radius:.25rem}.progress .complete[data-v-b8ec89d4]{background-color:#7ac756}.progress .refuse[data-v-b8ec89d4]{background-color:#fe4600}.progress .title[data-v-b8ec89d4]{font-size:.875rem;color:#333;background-image:url(../../static/index/line.png);background-size:1.375rem .375rem;background-repeat:no-repeat;background-position:left bottom;margin-bottom:1.25rem}.progress .box[data-v-b8ec89d4]:not(:last-child){position:relative;padding-bottom:1.875rem}.progress .box[data-v-b8ec89d4]:not(:last-child):before{position:absolute;content:" ";width:1px;height:100%;background:#efefef;left:-1.3125rem;top:.3125rem}.progress .box[data-v-b8ec89d4]{margin-left:1.5625rem}.progress .box .topic[data-v-b8ec89d4]{position:relative;font-size:.875rem;color:#333}.progress .box .topic[data-v-b8ec89d4]:before{position:absolute;content:" ";width:.5625rem;height:.5625rem;background:#01508b;border-radius:.4375rem;left:-1.5625rem;top:50%;transform:translateY(-50%)}.progress .box .name_time[data-v-b8ec89d4]{font-size:.75rem;color:#888;margin-top:.375rem}
diff --git a/unpackage/dist/build/web/assets/index-CJjp0rBm.js b/unpackage/dist/build/web/assets/index-CJjp0rBm.js
new file mode 100644
index 0000000..e385579
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-CJjp0rBm.js
@@ -0,0 +1,31 @@
+function __vite__mapDeps(indexes) {
+ if (!__vite__mapDeps.viteFileDeps) {
+ __vite__mapDeps.viteFileDeps = ["assets/pages-login-login.BNhTzXgq.js","assets/nocheck.KbQOA3WK.js","assets/checked.cu3s1pHH.js","assets/base64.DbTIYEg2.js","assets/_commonjsHelpers.lGe4XDVY.js","assets/login-D6Pmdc9j.css","assets/pages-tab-index.DER3nP2q.js","assets/uni-icons.C1BHJOhS.js","assets/uni-icons-pnNqpnb9.css","assets/index-Da9LT34f.css","assets/customNav-DAV3r2OS.css","assets/pages-task-todotask.CIthLexT.js","assets/todotask-D87YuC5h.css","assets/pages-tab-office.D9QLcaJb.js","assets/office-CL2F7U0O.css","assets/pages-tab-my.k79wZG1d.js","assets/my-CSPoiL7o.css","assets/pages-task-index.DSY475P0.js","assets/tasklistCom.D51xlks4.js","assets/tasklistCom-Bs01sPUp.css","assets/index-DjmcDVff.css","assets/pages-task-handle.DRrXjoUu.js","assets/uni-popup.DERhYTfl.js","assets/uni-popup-D2ifNXOl.css","assets/customNav.ByZDnwTS.js","assets/handle-DYXkkReO.css","assets/pages-talk-message_list.6372c515.js","assets/system.CW-um8Go.js","assets/message_list-BA8cHr_0.css","assets/pages-talk-conversation.D7byETr5.js","assets/conversation-Ck9QAie6.css","assets/pages-talk-system.B_tX-kaZ.js","assets/system-CuiNgsW2.css","assets/pages-document-index.BrkzKRzt.js","assets/search.CZFzeEJF.js","assets/index-DHZB_9cW.css","assets/pages-document-detail.C4cITdx4.js","assets/detail-BAq0pKfC.css","assets/pages-document-onlinePreview.BK6fgFt2.js","assets/pages-meeting-index.0wqQuLEo.js","assets/index-Ddj58FqJ.css","assets/pages-meeting-detail.DGz5jZIy.js","assets/detail-CUmEXOhJ.css","assets/pages-leave-application.C9H4Fv9s.js","assets/application-CS1Y9j-U.css","assets/pages-checkin-index.CeZ1Xtbt.js","assets/index-D6qSyn8S.css","assets/pages-useredit-useredit.qCxKV7Zu.js","assets/useredit-CTqsB1CA.css","assets/pages-useredit-address.BVvsxXls.js","assets/address-2tVeKAb3.css","assets/pages-useredit-add_address.CJr6IdFt.js","assets/add_address-D8b0bPU3.css","assets/pages-useredit-addressbook.D0ON0YPy.js","assets/addressbook-DPAuWPYU.css","assets/pages-safe-manage.BYoMAgLM.js","assets/safeCom.B7Xuh5b-.js","assets/safeCom-DXKLxCeo.css","assets/manage-DTNL5uOO.css","assets/pages-product-index.DCow2AxC.js","assets/index-C6DHPs0m.css","assets/pages-userlist-index.D43mOlR8.js","assets/index-BGtm4gsy.css","assets/pages-safe-detail.GFg-POZa.js","assets/detail-CdDv_Zlj.css","assets/pages-zhiban-index.B6INNCuV.js","assets/index-Cb4xbdNh.css","assets/pages-task-self.D_tFmaNB.js"]
+ }
+ return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
+}
+!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))t(e);new MutationObserver((e=>{for(const n of e)if("childList"===n.type)for(const e of n.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&t(e)})).observe(document,{childList:!0,subtree:!0})}function t(e){if(e.ep)return;e.ep=!0;const t=function(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?t.credentials="include":"anonymous"===e.crossOrigin?t.credentials="omit":t.credentials="same-origin",t}(e);fetch(e.href,t)}}();const e={},t=function(t,n,o){let r=Promise.resolve();if(n&&n.length>0){const t=document.getElementsByTagName("link"),i=document.querySelector("meta[property=csp-nonce]"),s=(null==i?void 0:i.nonce)||(null==i?void 0:i.getAttribute("nonce"));r=Promise.all(n.map((n=>{if((n=function(e){return"/"+e}(n))in e)return;e[n]=!0;const r=n.endsWith(".css"),i=r?'[rel="stylesheet"]':"";if(!!o)for(let e=t.length-1;e>=0;e--){const o=t[e];if(o.href===n&&(!r||"stylesheet"===o.rel))return}else if(document.querySelector(`link[href="${n}"]${i}`))return;const a=document.createElement("link");return a.rel=r?"stylesheet":"modulepreload",r||(a.as="script",a.crossOrigin=""),a.href=n,s&&a.setAttribute("nonce",s),document.head.appendChild(a),r?new Promise(((e,t)=>{a.addEventListener("load",e),a.addEventListener("error",(()=>t(new Error(`Unable to preload CSS for ${n}`))))})):void 0})))}return r.then((()=>t())).catch((e=>{const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}))};
+/**
+* @vue/shared v3.4.21
+* (c) 2018-present Yuxi (Evan) You and Vue contributors
+* @license MIT
+**/
+function n(e,t){const n=new Set(e.split(","));return t?e=>n.has(e.toLowerCase()):e=>n.has(e)}const o={},r=[],i=()=>{},s=()=>!1,a=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),l=e=>e.startsWith("onUpdate:"),c=Object.assign,u=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},d=Object.prototype.hasOwnProperty,h=(e,t)=>d.call(e,t),f=Array.isArray,p=e=>"[object Map]"===T(e),g=e=>"[object Set]"===T(e),m=e=>"[object Date]"===T(e),y=e=>"function"==typeof e,v=e=>"string"==typeof e,_=e=>"symbol"==typeof e,b=e=>null!==e&&"object"==typeof e,w=e=>(b(e)||y(e))&&y(e.then)&&y(e.catch),x=Object.prototype.toString,T=e=>x.call(e),S=e=>"[object Object]"===T(e),k=e=>v(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,C=n(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),E=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},P=/-(\w)/g,A=E((e=>e.replace(P,((e,t)=>t?t.toUpperCase():"")))),I=/\B([A-Z])/g,O=E((e=>e.replace(I,"-$1").toLowerCase())),L=E((e=>e.charAt(0).toUpperCase()+e.slice(1))),M=E((e=>e?`on${L(e)}`:"")),$=(e,t)=>!Object.is(e,t),R=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},B=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let N;const F=()=>N||(N="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function j(e){if(f(e)){const t={};for(let n=0;n{if(e){const n=e.split(U);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function H(e){let t="";if(v(e))t=e;else if(f(e))for(let n=0;nX(e,t)))}const J=e=>v(e)?e:null==e?"":f(e)||b(e)&&(e.toString===x||!y(e.toString))?JSON.stringify(e,G,2):String(e),G=(e,t)=>t&&t.__v_isRef?G(e,t.value):p(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n],o)=>(e[Q(t,o)+" =>"]=n,e)),{})}:g(t)?{[`Set(${t.size})`]:[...t.values()].map((e=>Q(e)))}:_(t)?Q(t):!b(t)||f(t)||S(t)?t:String(t),Q=(e,t="")=>{var n;return _(e)?`Symbol(${null!=(n=e.description)?n:t})`:e},Z=["ad","ad-content-page","ad-draw","audio","button","camera","canvas","checkbox","checkbox-group","cover-image","cover-view","editor","form","functional-page-navigator","icon","image","input","label","live-player","live-pusher","map","movable-area","movable-view","navigator","official-account","open-data","picker","picker-view","picker-view-column","progress","radio","radio-group","rich-text","scroll-view","slider","swiper","swiper-item","switch","text","textarea","video","view","web-view"].map((e=>"uni-"+e)),ee=["list-view","list-item","sticky-section","sticky-header","cloud-db-element"].map((e=>"uni-"+e)),te=["list-item"].map((e=>"uni-"+e));function ne(e){if(-1!==te.indexOf(e))return!1;const t="uni-"+e.replace("v-uni-","");return-1!==Z.indexOf(t)||-1!==ee.indexOf(t)}const oe=["%","%"],re=/^([a-z-]+:)?\/\//i,ie=/^data:.*,.*/;function se(e){return e&&(e.appContext?e.proxy:e)}function ae(e){if(!e)return;let t=e.type.name;for(;t&&ne(O(t));)t=(e=e.parent).type.name;return e.proxy}function le(e){return 1===e.nodeType}function ce(e){if(e instanceof Map){const t={};return e.forEach(((e,n)=>{t[n]=e})),j(t)}if(v(e))return z(e);if(f(e)){const t={};for(let n=0;n{e&&(t+=n+" ")}));else if(f(e))for(let n=0;n(e&&(n=e.apply(t,o),e=null),n)}const ge=e=>e>9?e:"0"+e;function me({date:e=new Date,mode:t="date"}){return"time"===t?ge(e.getHours())+":"+ge(e.getMinutes()):e.getFullYear()+"-"+ge(e.getMonth()+1)+"-"+ge(e.getDate())}function ye(e){return A(e.substring(5))}const ve=pe((()=>{const e=HTMLElement.prototype,t=e.setAttribute;e.setAttribute=function(e,n){if(e.startsWith("data-")&&this.tagName.startsWith("UNI-")){(this.__uniDataset||(this.__uniDataset={}))[ye(e)]=n}t.call(this,e,n)};const n=e.removeAttribute;e.removeAttribute=function(e){this.__uniDataset&&e.startsWith("data-")&&this.tagName.startsWith("UNI-")&&delete this.__uniDataset[ye(e)],n.call(this,e)}}));function _e(e){return c({},e.dataset,e.__uniDataset)}const be=new RegExp("\"[^\"]+\"|'[^']+'|url\\([^)]+\\)|(\\d*\\.?\\d+)[r|u]px","g");function we(e){return{passive:e}}function xe(e){const{id:t,offsetTop:n,offsetLeft:o}=e;return{id:t,dataset:_e(e),offsetTop:n,offsetLeft:o}}function Te(e){try{return decodeURIComponent(""+e)}catch(t){}return""+e}function Se(e={}){const t={};return Object.keys(e).forEach((n=>{try{t[n]=Te(e[n])}catch(bx){t[n]=e[n]}})),t}const ke=/\+/g;function Ce(e){const t={};if(""===e||"?"===e)return t;const n=("?"===e[0]?e.slice(1):e).split("&");for(let o=0;oe.apply(this,arguments);r=o(i,t)};return i.cancel=function(){n(r)},i}class Pe{constructor(e,t){this.id=e,this.listener={},this.emitCache=[],t&&Object.keys(t).forEach((e=>{this.on(e,t[e])}))}emit(e,...t){const n=this.listener[e];if(!n)return this.emitCache.push({eventName:e,args:t});n.forEach((e=>{e.fn.apply(e.fn,t)})),this.listener[e]=n.filter((e=>"once"!==e.type))}on(e,t){this._addListener(e,"on",t),this._clearCache(e)}once(e,t){this._addListener(e,"once",t),this._clearCache(e)}off(e,t){const n=this.listener[e];if(n)if(t)for(let o=0;o{if(y(e._component.onError))return t(e)})),Me=function(){};Me.prototype={on:function(e,t,n){var o=this.e||(this.e={});return(o[e]||(o[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var o=this;function r(){o.off(e,r),t.apply(n,arguments)}return r._=t,this.on(e,r,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),o=0,r=n.length;o=0;i--)if(o[i].fn===t||o[i].fn._===t){o.splice(i,1);break}r=o}return r.length?n[e]=r:delete n[e],this}};var $e=Me;const Re={black:"rgba(0,0,0,0.4)",white:"rgba(255,255,255,0.4)"};function De(e,t={},n="light"){const o=t[n],r={};return o?(Object.keys(e).forEach((i=>{let s=e[i];r[i]=(()=>{if(S(s))return De(s,t,n);if(f(s))return s.map((e=>S(e)?De(e,t,n):e));if(v(s)&&s.startsWith("@")){const t=s.replace("@","");let n=o[t]||s;switch(i){case"titleColor":n="black"===n?"#000000":"#ffffff";break;case"borderStyle":n=(e=n)&&e in Re?Re[e]:e}return n}var e;return s})()})),r):e}
+/**
+* @dcloudio/uni-h5-vue v3.4.21
+* (c) 2018-present Yuxi (Evan) You and Vue contributors
+* @license MIT
+**/let Be,Ne;class Fe{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Be,!e&&Be&&(this.index=(Be.scopes||(Be.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=Be;try{return Be=this,e()}finally{Be=t}}}on(){Be=this}off(){Be=this.parent}stop(e){if(this._active){let t,n;for(t=0,n=this.effects.length;t=4))break}1===this._dirtyLevel&&(this._dirtyLevel=0),Je()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=We,t=Ne;try{return We=!0,Ne=this,this._runnings++,Ve(this),this.fn()}finally{ze(this),this._runnings--,Ne=t,We=e}}stop(){var e;this.active&&(Ve(this),ze(this),null==(e=this.onStop)||e.call(this),this.active=!1)}}function Ve(e){e._trackId++,e._depsLength=0}function ze(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const n=new Map;return n.cleanup=e,n.computed=t,n},ot=new WeakMap,rt=Symbol(""),it=Symbol("");function st(e,t,n){if(We&&Ne){let t=ot.get(e);t||ot.set(e,t=new Map);let o=t.get(n);o||t.set(n,o=nt((()=>t.delete(n)))),Ze(Ne,o)}}function at(e,t,n,o,r,i){const s=ot.get(e);if(!s)return;let a=[];if("clear"===t)a=[...s.values()];else if("length"===n&&f(e)){const e=Number(o);s.forEach(((t,n)=>{("length"===n||!_(n)&&n>=e)&&a.push(t)}))}else switch(void 0!==n&&a.push(s.get(n)),t){case"add":f(e)?k(n)&&a.push(s.get("length")):(a.push(s.get(rt)),p(e)&&a.push(s.get(it)));break;case"delete":f(e)||(a.push(s.get(rt)),p(e)&&a.push(s.get(it)));break;case"set":p(e)&&a.push(s.get(rt))}Ge();for(const l of a)l&&tt(l,4);Qe()}const lt=n("__proto__,__v_isRef,__isVue"),ct=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(_)),ut=dt();function dt(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const n=Zt(this);for(let t=0,r=this.length;t{e[t]=function(...e){Ke(),Ge();const n=Zt(this)[t].apply(this,e);return Qe(),Je(),n}})),e}function ht(e){const t=Zt(this);return st(t,0,e),t.hasOwnProperty(e)}class ft{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,n){const o=this._isReadonly,r=this._isShallow;if("__v_isReactive"===t)return!o;if("__v_isReadonly"===t)return o;if("__v_isShallow"===t)return r;if("__v_raw"===t)return n===(o?r?Vt:Ut:r?qt:jt).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;const i=f(e);if(!o){if(i&&h(ut,t))return Reflect.get(ut,t,n);if("hasOwnProperty"===t)return ht}const s=Reflect.get(e,t,n);return(_(t)?ct.has(t):lt(t))?s:(o||st(e,0,t),r?s:an(s)?i&&k(t)?s:s.value:b(s)?o?Yt(s):Ht(s):s)}}class pt extends ft{constructor(e=!1){super(!1,e)}set(e,t,n,o){let r=e[t];if(!this._isShallow){const t=Jt(r);if(Gt(n)||Jt(n)||(r=Zt(r),n=Zt(n)),!f(e)&&an(r)&&!an(n))return!t&&(r.value=n,!0)}const i=f(e)&&k(t)?Number(t)e,bt=e=>Reflect.getPrototypeOf(e);function wt(e,t,n=!1,o=!1){const r=Zt(e=e.__v_raw),i=Zt(t);n||($(t,i)&&st(r,0,t),st(r,0,i));const{has:s}=bt(r),a=o?_t:n?nn:tn;return s.call(r,t)?a(e.get(t)):s.call(r,i)?a(e.get(i)):void(e!==r&&e.get(t))}function xt(e,t=!1){const n=this.__v_raw,o=Zt(n),r=Zt(e);return t||($(e,r)&&st(o,0,e),st(o,0,r)),e===r?n.has(e):n.has(e)||n.has(r)}function Tt(e,t=!1){return e=e.__v_raw,!t&&st(Zt(e),0,rt),Reflect.get(e,"size",e)}function St(e){e=Zt(e);const t=Zt(this);return bt(t).has.call(t,e)||(t.add(e),at(t,"add",e,e)),this}function kt(e,t){t=Zt(t);const n=Zt(this),{has:o,get:r}=bt(n);let i=o.call(n,e);i||(e=Zt(e),i=o.call(n,e));const s=r.call(n,e);return n.set(e,t),i?$(t,s)&&at(n,"set",e,t):at(n,"add",e,t),this}function Ct(e){const t=Zt(this),{has:n,get:o}=bt(t);let r=n.call(t,e);r||(e=Zt(e),r=n.call(t,e)),o&&o.call(t,e);const i=t.delete(e);return r&&at(t,"delete",e,void 0),i}function Et(){const e=Zt(this),t=0!==e.size,n=e.clear();return t&&at(e,"clear",void 0,void 0),n}function Pt(e,t){return function(n,o){const r=this,i=r.__v_raw,s=Zt(i),a=t?_t:e?nn:tn;return!e&&st(s,0,rt),i.forEach(((e,t)=>n.call(o,a(e),a(t),r)))}}function At(e,t,n){return function(...o){const r=this.__v_raw,i=Zt(r),s=p(i),a="entries"===e||e===Symbol.iterator&&s,l="keys"===e&&s,c=r[e](...o),u=n?_t:t?nn:tn;return!t&&st(i,0,l?it:rt),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:a?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}function It(e){return function(...t){return"delete"!==e&&("clear"===e?void 0:this)}}function Ot(){const e={get(e){return wt(this,e)},get size(){return Tt(this)},has:xt,add:St,set:kt,delete:Ct,clear:Et,forEach:Pt(!1,!1)},t={get(e){return wt(this,e,!1,!0)},get size(){return Tt(this)},has:xt,add:St,set:kt,delete:Ct,clear:Et,forEach:Pt(!1,!0)},n={get(e){return wt(this,e,!0)},get size(){return Tt(this,!0)},has(e){return xt.call(this,e,!0)},add:It("add"),set:It("set"),delete:It("delete"),clear:It("clear"),forEach:Pt(!0,!1)},o={get(e){return wt(this,e,!0,!0)},get size(){return Tt(this,!0)},has(e){return xt.call(this,e,!0)},add:It("add"),set:It("set"),delete:It("delete"),clear:It("clear"),forEach:Pt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((r=>{e[r]=At(r,!1,!1),n[r]=At(r,!0,!1),t[r]=At(r,!1,!0),o[r]=At(r,!0,!0)})),[e,n,t,o]}const[Lt,Mt,$t,Rt]=Ot();function Dt(e,t){const n=t?e?Rt:$t:e?Mt:Lt;return(t,o,r)=>"__v_isReactive"===o?!e:"__v_isReadonly"===o?e:"__v_raw"===o?t:Reflect.get(h(n,o)&&o in t?n:t,o,r)}const Bt={get:Dt(!1,!1)},Nt={get:Dt(!1,!0)},Ft={get:Dt(!0,!1)},jt=new WeakMap,qt=new WeakMap,Ut=new WeakMap,Vt=new WeakMap;function zt(e){return e.__v_skip||!Object.isExtensible(e)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}((e=>T(e).slice(8,-1))(e))}function Ht(e){return Jt(e)?e:Xt(e,!1,mt,Bt,jt)}function Wt(e){return Xt(e,!1,vt,Nt,qt)}function Yt(e){return Xt(e,!0,yt,Ft,Ut)}function Xt(e,t,n,o,r){if(!b(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const s=zt(e);if(0===s)return e;const a=new Proxy(e,2===s?o:n);return r.set(e,a),a}function Kt(e){return Jt(e)?Kt(e.__v_raw):!(!e||!e.__v_isReactive)}function Jt(e){return!(!e||!e.__v_isReadonly)}function Gt(e){return!(!e||!e.__v_isShallow)}function Qt(e){return Kt(e)||Jt(e)}function Zt(e){const t=e&&e.__v_raw;return t?Zt(t):e}function en(e){return Object.isExtensible(e)&&D(e,"__v_skip",!0),e}const tn=e=>b(e)?Ht(e):e,nn=e=>b(e)?Yt(e):e;class on{constructor(e,t,n,o){this.getter=e,this._setter=t,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new Ue((()=>e(this._value)),(()=>sn(this,2===this.effect._dirtyLevel?2:3))),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=n}get value(){const e=Zt(this);return e._cacheable&&!e.effect.dirty||!$(e._value,e._value=e.effect.run())||sn(e,4),rn(e),e.effect._dirtyLevel>=2&&sn(e,2),e._value}set value(e){this._setter(e)}get _dirty(){return this.effect.dirty}set _dirty(e){this.effect.dirty=e}}function rn(e){var t;We&&Ne&&(e=Zt(e),Ze(Ne,null!=(t=e.dep)?t:e.dep=nt((()=>e.dep=void 0),e instanceof on?e:void 0)))}function sn(e,t=4,n){const o=(e=Zt(e)).dep;o&&tt(o,t)}function an(e){return!(!e||!0!==e.__v_isRef)}function ln(e){return un(e,!1)}function cn(e){return un(e,!0)}function un(e,t){return an(e)?e:new dn(e,t)}class dn{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:Zt(e),this._value=t?e:tn(e)}get value(){return rn(this),this._value}set value(e){const t=this.__v_isShallow||Gt(e)||Jt(e);e=t?e:Zt(e),$(e,this._rawValue)&&(this._rawValue=e,this._value=t?e:tn(e),sn(this,4))}}function hn(e){return an(e)?e.value:e}const fn={get:(e,t,n)=>hn(Reflect.get(e,t,n)),set:(e,t,n,o)=>{const r=e[t];return an(r)&&!an(n)?(r.value=n,!0):Reflect.set(e,t,n,o)}};function pn(e){return Kt(e)?e:new Proxy(e,fn)}function gn(e){const t=f(e)?new Array(e.length):{};for(const n in e)t[n]=yn(e,n);return t}class mn{constructor(e,t,n){this._object=e,this._key=t,this._defaultValue=n,this.__v_isRef=!0}get value(){const e=this._object[this._key];return void 0===e?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return e=Zt(this._object),t=this._key,null==(n=ot.get(e))?void 0:n.get(t);var e,t,n}}function yn(e,t,n){const o=e[t];return an(o)?o:new mn(e,t,n)}function vn(e,t,n,o){try{return o?e(...o):e()}catch(r){bn(r,t,n)}}function _n(e,t,n,o){if(y(e)){const r=vn(e,t,n,o);return r&&w(r)&&r.catch((e=>{bn(e,t,n)})),r}const r=[];for(let i=0;i>>1,r=Tn[o],i=Rn(r);iRn(e)-Rn(t)));if(kn.length=0,Cn)return void Cn.push(...e);for(Cn=e,En=0;Ennull==e.id?1/0:e.id,Dn=(e,t)=>{const n=Rn(e)-Rn(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Bn(e){xn=!1,wn=!0,Tn.sort(Dn);try{for(Sn=0;Snv(e)?e.trim():e))),t&&(i=n.map(B))}let l,c=r[l=M(t)]||r[l=M(A(t))];!c&&s&&(c=r[l=M(O(t))]),c&&_n(c,e,6,Fn(e,c,i));const u=r[l+"Once"];if(u){if(e.emitted){if(e.emitted[l])return}else e.emitted={};e.emitted[l]=!0,_n(u,e,6,Fn(e,u,i))}}function Fn(e,t,n){if(1!==n.length)return n;if(y(t)){if(t.length<2)return n}else if(!t.find((e=>e.length>=2)))return n;const o=n[0];if(o&&h(o,"type")&&h(o,"timeStamp")&&h(o,"target")&&h(o,"currentTarget")&&h(o,"detail")){const t=e.proxy,o=t.$gcd(t,!0);o&&n.push(o)}return n}function jn(e,t,n=!1){const o=t.emitsCache,r=o.get(e);if(void 0!==r)return r;const i=e.emits;let s={},a=!1;if(!y(e)){const o=e=>{const n=jn(e,t,!0);n&&(a=!0,c(s,n))};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return i||a?(f(i)?i.forEach((e=>s[e]=null)):c(s,i),b(e)&&o.set(e,s),s):(b(e)&&o.set(e,null),null)}function qn(e,t){return!(!e||!a(t))&&(t=t.slice(2).replace(/Once$/,""),h(e,t[0].toLowerCase()+t.slice(1))||h(e,O(t))||h(e,t))}let Un=null,Vn=null;function zn(e){const t=Un;return Un=e,Vn=e&&e.type.__scopeId||null,t}function Hn(e,t=Un,n){if(!t)return e;if(e._n)return e;const o=(...n)=>{o._d&&Qr(-1);const r=zn(t);let i;try{i=e(...n)}finally{zn(r),o._d&&Qr(1)}return i};return o._n=!0,o._c=!0,o._d=!0,o}function Wn(e){const{type:t,vnode:n,proxy:o,withProxy:r,props:i,propsOptions:[s],slots:a,attrs:c,emit:u,render:d,renderCache:h,data:f,setupState:p,ctx:g,inheritAttrs:m}=e;let y,v;const _=zn(e);try{if(4&n.shapeFlag){const e=r||o,t=e;y=hi(d.call(t,e,h,i,p,f,g)),v=c}else{const e=t;0,y=hi(e.length>1?e(i,{attrs:c,slots:a,emit:u}):e(i,null)),v=t.props?c:Yn(c)}}catch(w){Xr.length=0,bn(w,e,1),y=li(Wr)}let b=y;if(v&&!1!==m){const e=Object.keys(v),{shapeFlag:t}=b;e.length&&7&t&&(s&&e.some(l)&&(v=Xn(v,s)),b=ci(b,v))}return n.dirs&&(b=ci(b),b.dirs=b.dirs?b.dirs.concat(n.dirs):n.dirs),n.transition&&(b.transition=n.transition),y=b,zn(_),y}const Yn=e=>{let t;for(const n in e)("class"===n||"style"===n||a(n))&&((t||(t={}))[n]=e[n]);return t},Xn=(e,t)=>{const n={};for(const o in e)l(o)&&o.slice(9)in t||(n[o]=e[o]);return n};function Kn(e,t,n){const o=Object.keys(t);if(o.length!==Object.keys(e).length)return!0;for(let r=0;re.__isSuspense;const no=Symbol.for("v-scx");function oo(e,t){return so(e,null,t)}const ro={};function io(e,t,n){return so(e,t,n)}function so(e,t,{immediate:n,deep:r,flush:s,once:a,onTrack:l,onTrigger:c}=o){if(t&&a){const e=t;t=(...t)=>{e(...t),C()}}const d=_i,h=e=>!0===r?e:co(e,!1===r?1:void 0);let p,g,m=!1,v=!1;if(an(e)?(p=()=>e.value,m=Gt(e)):Kt(e)?(p=()=>h(e),m=!0):f(e)?(v=!0,m=e.some((e=>Kt(e)||Gt(e))),p=()=>e.map((e=>an(e)?e.value:Kt(e)?h(e):y(e)?vn(e,d,2):void 0))):p=y(e)?t?()=>vn(e,d,2):()=>(g&&g(),_n(e,d,3,[b])):i,t&&r){const e=p;p=()=>co(e())}let _,b=e=>{g=S.onStop=()=>{vn(e,d,4),g=S.onStop=void 0}};if(Ci){if(b=i,t?n&&_n(t,d,3,[p(),v?[]:void 0,b]):p(),"sync"!==s)return i;{const e=Sr(no);_=e.__watcherHandles||(e.__watcherHandles=[])}}let w=v?new Array(e.length).fill(ro):ro;const x=()=>{if(S.active&&S.dirty)if(t){const e=S.run();(r||m||(v?e.some(((e,t)=>$(e,w[t]))):$(e,w)))&&(g&&g(),_n(t,d,3,[e,w===ro?void 0:v&&w[0]===ro?[]:w,b]),w=e)}else S.run()};let T;x.allowRecurse=!!t,"sync"===s?T=x:"post"===s?T=()=>Nr(x,d&&d.suspense):(x.pre=!0,d&&(x.id=d.uid),T=()=>On(x));const S=new Ue(p,i,T),k=qe(),C=()=>{S.stop(),k&&u(k.effects,S)};return t?n?x():w=S.run():"post"===s?Nr(S.run.bind(S),d&&d.suspense):S.run(),_&&_.push(C),C}function ao(e,t,n){const o=this.proxy,r=v(e)?e.includes(".")?lo(o,e):()=>o[e]:e.bind(o,o);let i;y(t)?i=t:(i=t.handler,n=t);const s=Ti(this),a=so(r,i.bind(o),n);return s(),a}function lo(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e0){if(n>=t)return e;n++}if((o=o||new Set).has(e))return e;if(o.add(e),an(e))co(e.value,t,n,o);else if(f(e))for(let r=0;r{co(e,t,n,o)}));else if(S(e))for(const r in e)co(e[r],t,n,o);return e}function uo(e,t){if(null===Un)return e;const n=Ai(Un)||Un.proxy,r=e.dirs||(e.dirs=[]);for(let i=0;i{e.isMounted=!0})),Yo((()=>{e.isUnmounting=!0})),e}();return()=>{const r=t.default&&To(t.default(),!0);if(!r||!r.length)return;let i=r[0];if(r.length>1)for(const e of r)if(e.type!==Wr){i=e;break}const s=Zt(e),{mode:a}=s;if(o.isLeaving)return bo(i);const l=wo(i);if(!l)return bo(i);const c=_o(l,s,o,n);xo(l,c);const u=n.subTree,d=u&&wo(u);if(d&&d.type!==Wr&&!oi(l,d)){const e=_o(d,s,o,n);if(xo(d,e),"out-in"===a)return o.isLeaving=!0,e.afterLeave=()=>{o.isLeaving=!1,!1!==n.update.active&&(n.effect.dirty=!0,n.update())},bo(i);"in-out"===a&&l.type!==Wr&&(e.delayLeave=(e,t,n)=>{vo(o,d)[String(d.key)]=d,e[fo]=()=>{t(),e[fo]=void 0,delete c.delayedLeave},c.delayedLeave=n})}return i}}};function vo(e,t){const{leavingVNodes:n}=e;let o=n.get(t.type);return o||(o=Object.create(null),n.set(t.type,o)),o}function _o(e,t,n,o){const{appear:r,mode:i,persisted:s=!1,onBeforeEnter:a,onEnter:l,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:d,onLeave:h,onAfterLeave:p,onLeaveCancelled:g,onBeforeAppear:m,onAppear:y,onAfterAppear:v,onAppearCancelled:_}=t,b=String(e.key),w=vo(n,e),x=(e,t)=>{e&&_n(e,o,9,t)},T=(e,t)=>{const n=t[1];x(e,t),f(e)?e.every((e=>e.length<=1))&&n():e.length<=1&&n()},S={mode:i,persisted:s,beforeEnter(t){let o=a;if(!n.isMounted){if(!r)return;o=m||a}t[fo]&&t[fo](!0);const i=w[b];i&&oi(e,i)&&i.el[fo]&&i.el[fo](),x(o,[t])},enter(e){let t=l,o=c,i=u;if(!n.isMounted){if(!r)return;t=y||l,o=v||c,i=_||u}let s=!1;const a=e[po]=t=>{s||(s=!0,x(t?i:o,[e]),S.delayedLeave&&S.delayedLeave(),e[po]=void 0)};t?T(t,[e,a]):a()},leave(t,o){const r=String(e.key);if(t[po]&&t[po](!0),n.isUnmounting)return o();x(d,[t]);let i=!1;const s=t[fo]=n=>{i||(i=!0,o(),x(n?g:p,[t]),t[fo]=void 0,w[r]===e&&delete w[r])};w[r]=e,h?T(h,[t,s]):s()},clone:e=>_o(e,t,n,o)};return S}function bo(e){if(Po(e))return(e=ci(e)).children=null,e}function wo(e){return Po(e)?e.children?e.children[0]:void 0:e}function xo(e,t){6&e.shapeFlag&&e.component?xo(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function To(e,t=!1,n){let o=[],r=0;for(let i=0;i1)for(let i=0;ic({name:e.name},t,{setup:e}))():e}const ko=e=>!!e.type.__asyncLoader
+/*! #__NO_SIDE_EFFECTS__ */;function Co(e){y(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:o,delay:r=200,timeout:i,suspensible:s=!0,onError:a}=e;let l,c=null,u=0;const d=()=>{let e;return c||(e=c=t().catch((e=>{if(e=e instanceof Error?e:new Error(String(e)),a)return new Promise(((t,n)=>{a(e,(()=>t((u++,c=null,d()))),(()=>n(e)),u+1)}));throw e})).then((t=>e!==c&&c?c:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),l=t,t))))};return So({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return l},setup(){const e=_i;if(l)return()=>Eo(l,e);const t=t=>{c=null,bn(t,e,13,!o)};if(s&&e.suspense||Ci)return d().then((t=>()=>Eo(t,e))).catch((e=>(t(e),()=>o?li(o,{error:e}):null)));const a=ln(!1),u=ln(),h=ln(!!r);return r&&setTimeout((()=>{h.value=!1}),r),null!=i&&setTimeout((()=>{if(!a.value&&!u.value){const e=new Error(`Async component timed out after ${i}ms.`);t(e),u.value=e}}),i),d().then((()=>{a.value=!0,e.parent&&Po(e.parent.vnode)&&(e.parent.effect.dirty=!0,On(e.parent.update))})).catch((e=>{t(e),u.value=e})),()=>a.value&&l?Eo(l,e):u.value&&o?li(o,{error:u.value}):n&&!h.value?li(n):void 0}})}function Eo(e,t){const{ref:n,props:o,children:r,ce:i}=t.vnode,s=li(e,o,r);return s.ref=n,s.ce=i,delete t.vnode.ce,s}const Po=e=>e.type.__isKeepAlive;class Ao{constructor(e){this.max=e,this._cache=new Map,this._keys=new Set,this._max=parseInt(e,10)}get(e){const{_cache:t,_keys:n,_max:o}=this,r=t.get(e);if(r)n.delete(e),n.add(e);else if(n.add(e),o&&n.size>o){const e=n.values().next().value;this.pruneCacheEntry(t.get(e)),this.delete(e)}return r}set(e,t){this._cache.set(e,t)}delete(e){this._cache.delete(e),this._keys.delete(e)}forEach(e,t){this._cache.forEach(e.bind(t))}}const Io={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number],matchBy:{type:String,default:"name"},cache:Object},setup(e,{slots:t}){const n=bi(),o=n.ctx;if(!o.renderer)return()=>{const e=t.default&&t.default();return e&&1===e.length?e[0]:e};const r=e.cache||new Ao(e.max);r.pruneCacheEntry=s;let i=null;function s(t){var o;!i||!oi(t,i)||"key"===e.matchBy&&t.key!==i.key?(Bo(o=t),u(o,n,a,!0)):i&&Bo(i)}const a=n.suspense,{renderer:{p:l,m:c,um:u,o:{createElement:d}}}=o,h=d("div");function f(t){r.forEach(((n,o)=>{const i=Fo(n,e.matchBy);!i||t&&t(i)||(r.delete(o),s(n))}))}o.activate=(e,t,n,o,r)=>{const i=e.component;if(i.ba){const e=i.isDeactivated;i.isDeactivated=!1,R(i.ba),i.isDeactivated=e}c(e,t,n,0,a),l(i.vnode,e,t,n,i,a,o,e.slotScopeIds,r),Nr((()=>{i.isDeactivated=!1,i.a&&R(i.a);const t=e.props&&e.props.onVnodeMounted;t&&mi(t,i.parent,e)}),a)},o.deactivate=e=>{const t=e.component;t.bda&&jo(t.bda),c(e,h,null,1,a),Nr((()=>{t.bda&&t.bda.forEach((e=>e.__called=!1)),t.da&&R(t.da);const n=e.props&&e.props.onVnodeUnmounted;n&&mi(n,t.parent,e),t.isDeactivated=!0}),a)},io((()=>[e.include,e.exclude,e.matchBy]),(([e,t])=>{e&&f((t=>Lo(e,t))),t&&f((e=>!Lo(t,e)))}),{flush:"post",deep:!0});let p=null;const g=()=>{null!=p&&r.set(p,No(n.subTree))};return zo(g),Wo(g),Yo((()=>{r.forEach(((t,o)=>{r.delete(o),s(t);const{subTree:i,suspense:a}=n,l=No(i);if(t.type!==l.type||"key"===e.matchBy&&t.key!==l.key);else{l.component.bda&&R(l.component.bda),Bo(l);const e=l.component.da;e&&Nr(e,a)}}))})),()=>{if(p=null,!t.default)return null;const n=t.default(),o=n[0];if(n.length>1)return i=null,n;if(!ni(o)||!(4&o.shapeFlag)&&!to(o.type))return i=null,o;let s=No(o);const a=s.type,l=Fo(s,e.matchBy),{include:c,exclude:u}=e;if(c&&(!l||!Lo(c,l))||u&&l&&Lo(u,l))return i=s,o;const d=null==s.key?a:s.key,h=r.get(d);return s.el&&(s=ci(s),to(o.type)&&(o.ssContent=s)),p=d,h&&(s.el=h.el,s.component=h.component,s.transition&&xo(s,s.transition),s.shapeFlag|=512),s.shapeFlag|=256,i=s,to(o.type)?o:s}}},Oo=Io;function Lo(e,t){return f(e)?e.some((e=>Lo(e,t))):v(e)?e.split(",").includes(t):"[object RegExp]"===T(e)&&e.test(t)}function Mo(e,t){Ro(e,"a",t)}function $o(e,t){Ro(e,"da",t)}function Ro(e,t,n=_i){const o=e.__wdc||(e.__wdc=()=>{let t=n;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(o.__called=!1,qo(t,o,n),n){let e=n.parent;for(;e&&e.parent;)Po(e.parent.vnode)&&Do(o,t,n,e),e=e.parent}}function Do(e,t,n,o){const r=qo(t,e,o,!0);Xo((()=>{u(o[t],r)}),n)}function Bo(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function No(e){return to(e.type)?e.ssContent:e}function Fo(e,t){if("name"===t){const t=e.type;return Ii(ko(e)?t.__asyncResolved||{}:t)}return String(e.key)}function jo(e){for(let t=0;t-1&&n.$pageInstance){if(n.type.__reserved)return;if(n!==n.$pageInstance&&(n=n.$pageInstance,function(e){return["onLoad","onShow"].indexOf(e)>-1}(e))){const o=n.proxy;_n(t.bind(o),n,e,"onLoad"===e?[o.$page.options]:[])}}const i=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...o)=>{if(n.isUnmounted)return;Ke();const r=Ti(n),i=_n(t,n,e,o);return r(),Je(),i});return o?i.unshift(s):i.push(s),s}var r}const Uo=e=>(t,n=_i)=>(!Ci||"sp"===e)&&qo(e,((...e)=>t(...e)),n),Vo=Uo("bm"),zo=Uo("m"),Ho=Uo("bu"),Wo=Uo("u"),Yo=Uo("bum"),Xo=Uo("um"),Ko=Uo("sp"),Jo=Uo("rtg"),Go=Uo("rtc");function Qo(e,t=_i){qo("ec",e,t)}function Zo(e,t,n,o){let r;const i=n&&n[o];if(f(e)||v(e)){r=new Array(e.length);for(let n=0,o=e.length;nt(e,n,void 0,i&&i[n])));else{const n=Object.keys(e);r=new Array(n.length);for(let o=0,s=n.length;o!ni(e)||e.type!==Wr&&!(e.type===zr&&!tr(e.children))))?e:null}const nr=e=>{if(!e)return null;if(ki(e)){return Ai(e)||e.proxy}return nr(e.parent)},or=c(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>nr(e.parent),$root:e=>nr(e.root),$emit:e=>e.emit,$options:e=>dr(e),$forceUpdate:e=>e.f||(e.f=(e=>function(){e.effect.dirty=!0,On(e.update)})(e)),$nextTick:e=>e.n||(e.n=In.bind(e.proxy)),$watch:e=>ao.bind(e)}),rr=(e,t)=>e!==o&&!e.__isScriptSetup&&h(e,t),ir={get({_:e},t){const{ctx:n,setupState:r,data:i,props:s,accessCache:a,type:l,appContext:c}=e;let u;if("$"!==t[0]){const l=a[t];if(void 0!==l)switch(l){case 1:return r[t];case 2:return i[t];case 4:return n[t];case 3:return s[t]}else{if(rr(r,t))return a[t]=1,r[t];if(i!==o&&h(i,t))return a[t]=2,i[t];if((u=e.propsOptions[0])&&h(u,t))return a[t]=3,s[t];if(n!==o&&h(n,t))return a[t]=4,n[t];ar&&(a[t]=0)}}const d=or[t];let f,p;return d?("$attrs"===t&&st(e,0,t),d(e)):(f=l.__cssModules)&&(f=f[t])?f:n!==o&&h(n,t)?(a[t]=4,n[t]):(p=c.config.globalProperties,h(p,t)?p[t]:void 0)},set({_:e},t,n){const{data:r,setupState:i,ctx:s}=e;return rr(i,t)?(i[t]=n,!0):r!==o&&h(r,t)?(r[t]=n,!0):!h(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(s[t]=n,!0))},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:i,propsOptions:s}},a){let l;return!!n[a]||e!==o&&h(e,a)||rr(t,a)||(l=s[0])&&h(l,a)||h(r,a)||h(or,a)||h(i.config.globalProperties,a)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:h(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function sr(e){return f(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}let ar=!0;function lr(e){const t=dr(e),n=e.proxy,o=e.ctx;ar=!1,t.beforeCreate&&cr(t.beforeCreate,e,"bc");const{data:r,computed:s,methods:a,watch:l,provide:c,inject:u,created:d,beforeMount:h,mounted:p,beforeUpdate:g,updated:m,activated:v,deactivated:_,beforeDestroy:w,beforeUnmount:x,destroyed:T,unmounted:S,render:k,renderTracked:C,renderTriggered:E,errorCaptured:P,serverPrefetch:A,expose:I,inheritAttrs:O,components:L,directives:M,filters:$}=t;if(u&&function(e,t,n=i){f(e)&&(e=gr(e));for(const o in e){const n=e[o];let r;r=b(n)?"default"in n?Sr(n.from||o,n.default,!0):Sr(n.from||o):Sr(n),an(r)?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>r.value,set:e=>r.value=e}):t[o]=r}}(u,o,null),a)for(const i in a){const e=a[i];y(e)&&(o[i]=e.bind(n))}if(r){const t=r.call(n,n);b(t)&&(e.data=Ht(t))}if(ar=!0,s)for(const f in s){const e=s[f],t=y(e)?e.bind(n,n):y(e.get)?e.get.bind(n,n):i,r=!y(e)&&y(e.set)?e.set.bind(n):i,a=Oi({get:t,set:r});Object.defineProperty(o,f,{enumerable:!0,configurable:!0,get:()=>a.value,set:e=>a.value=e})}if(l)for(const i in l)ur(l[i],o,n,i);if(c){const e=y(c)?c.call(n):c;Reflect.ownKeys(e).forEach((t=>{Tr(t,e[t])}))}function R(e,t){f(t)?t.forEach((t=>e(t.bind(n)))):t&&e(t.bind(n))}if(d&&cr(d,e,"c"),R(Vo,h),R(zo,p),R(Ho,g),R(Wo,m),R(Mo,v),R($o,_),R(Qo,P),R(Go,C),R(Jo,E),R(Yo,x),R(Xo,S),R(Ko,A),f(I))if(I.length){const t=e.exposed||(e.exposed={});I.forEach((e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t})}))}else e.exposed||(e.exposed={});k&&e.render===i&&(e.render=k),null!=O&&(e.inheritAttrs=O),L&&(e.components=L),M&&(e.directives=M);const D=e.appContext.config.globalProperties.$applyOptions;D&&D(t,e,n)}function cr(e,t,n){_n(f(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,n)}function ur(e,t,n,o){const r=o.includes(".")?lo(n,o):()=>n[o];if(v(e)){const n=t[e];y(n)&&io(r,n)}else if(y(e))io(r,e.bind(n));else if(b(e))if(f(e))e.forEach((e=>ur(e,t,n,o)));else{const o=y(e.handler)?e.handler.bind(n):t[e.handler];y(o)&&io(r,o,e)}}function dr(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,a=i.get(t);let l;return a?l=a:r.length||n||o?(l={},r.length&&r.forEach((e=>hr(l,e,s,!0))),hr(l,t,s)):l=t,b(t)&&i.set(t,l),l}function hr(e,t,n,o=!1){const{mixins:r,extends:i}=t;i&&hr(e,i,n,!0),r&&r.forEach((t=>hr(e,t,n,!0)));for(const s in t)if(o&&"expose"===s);else{const o=fr[s]||n&&n[s];e[s]=o?o(e[s],t[s]):t[s]}return e}const fr={data:pr,props:vr,emits:vr,methods:yr,computed:yr,beforeCreate:mr,created:mr,beforeMount:mr,mounted:mr,beforeUpdate:mr,updated:mr,beforeDestroy:mr,beforeUnmount:mr,destroyed:mr,unmounted:mr,activated:mr,deactivated:mr,errorCaptured:mr,serverPrefetch:mr,components:yr,directives:yr,watch:function(e,t){if(!e)return t;if(!t)return e;const n=c(Object.create(null),e);for(const o in t)n[o]=mr(e[o],t[o]);return n},provide:pr,inject:function(e,t){return yr(gr(e),gr(t))}};function pr(e,t){return t?e?function(){return c(y(e)?e.call(this,this):e,y(t)?t.call(this,this):t)}:t:e}function gr(e){if(f(e)){const t={};for(let n=0;n(i.has(e)||(e&&y(e.install)?(i.add(e),e.install(a,...t)):y(e)&&(i.add(e),e(a,...t))),a),mixin:e=>(r.mixins.includes(e)||r.mixins.push(e),a),component:(e,t)=>t?(r.components[e]=t,a):r.components[e],directive:(e,t)=>t?(r.directives[e]=t,a):r.directives[e],mount(i,l,c){if(!s){const u=li(n,o);return u.appContext=r,!0===c?c="svg":!1===c&&(c=void 0),l&&t?t(u,i):e(u,i,c),s=!0,a._container=i,i.__vue_app__=a,a._instance=u.component,Ai(u.component)||u.component.proxy}},unmount(){s&&(e(null,a._container),delete a._container.__vue_app__)},provide:(e,t)=>(r.provides[e]=t,a),runWithContext(e){const t=xr;xr=a;try{return e()}finally{xr=t}}};return a}}let xr=null;function Tr(e,t){if(_i){let n=_i.provides;const o=_i.parent&&_i.parent.provides;o===n&&(n=_i.provides=Object.create(o)),n[e]=t,"app"===_i.type.mpType&&_i.appContext.app.provide(e,t)}else;}function Sr(e,t,n=!1){const o=_i||Un;if(o||xr){const r=o?null==o.parent?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:xr._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&y(t)?t.call(o&&o.proxy):t}}function kr(e,t,n,r){const[i,s]=e.propsOptions;let a,l=!1;if(t)for(let o in t){if(C(o))continue;const c=t[o];let u;i&&h(i,u=A(o))?s&&s.includes(u)?(a||(a={}))[u]=c:n[u]=c:qn(e.emitsOptions,o)||o in r&&c===r[o]||(r[o]=c,l=!0)}if(s){const t=Zt(n),r=a||o;for(let o=0;o{d=!0;const[n,o]=Er(e,t,!0);c(l,n),o&&u.push(...o)};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}if(!a&&!d)return b(e)&&i.set(e,r),r;if(f(a))for(let r=0;r-1,n[1]=o<0||t-1||h(n,"default"))&&u.push(e)}}}const p=[l,u];return b(e)&&i.set(e,p),p}function Pr(e){return"$"!==e[0]&&!C(e)}function Ar(e){if(null===e)return"null";if("function"==typeof e)return e.name||"";if("object"==typeof e){return e.constructor&&e.constructor.name||""}return""}function Ir(e,t){return Ar(e)===Ar(t)}function Or(e,t){return f(t)?t.findIndex((t=>Ir(t,e))):y(t)&&Ir(t,e)?0:-1}const Lr=e=>"_"===e[0]||"$stable"===e,Mr=e=>f(e)?e.map(hi):[hi(e)],$r=(e,t,n)=>{if(t._n)return t;const o=Hn(((...e)=>Mr(t(...e))),n);return o._c=!1,o},Rr=(e,t,n)=>{const o=e._ctx;for(const r in e){if(Lr(r))continue;const n=e[r];if(y(n))t[r]=$r(0,n,o);else if(null!=n){const e=Mr(n);t[r]=()=>e}}},Dr=(e,t)=>{const n=Mr(t);e.slots.default=()=>n};function Br(e,t,n,r,i=!1){if(f(e))return void e.forEach(((e,o)=>Br(e,t&&(f(t)?t[o]:t),n,r,i)));if(ko(r)&&!i)return;const s=4&r.shapeFlag?Ai(r.component)||r.component.proxy:r.el,a=i?null:s,{i:l,r:c}=e,d=t&&t.r,p=l.refs===o?l.refs={}:l.refs,g=l.setupState;if(null!=d&&d!==c&&(v(d)?(p[d]=null,h(g,d)&&(g[d]=null)):an(d)&&(d.value=null)),y(c))vn(c,l,12,[a,p]);else{const t=v(c),o=an(c);if(t||o){const r=()=>{if(e.f){const n=t?h(g,c)?g[c]:p[c]:c.value;i?f(n)&&u(n,s):f(n)?n.includes(s)||n.push(s):t?(p[c]=[s],h(g,c)&&(g[c]=p[c])):(c.value=[s],e.k&&(p[e.k]=c.value))}else t?(p[c]=a,h(g,c)&&(g[c]=a)):o&&(c.value=a,e.k&&(p[e.k]=a))};a?(r.id=-1,Nr(r,n)):r()}}}const Nr=function(e,t){var n;t&&t.pendingBranch?f(e)?t.effects.push(...e):t.effects.push(e):(f(n=e)?kn.push(...n):Cn&&Cn.includes(n,n.allowRecurse?En+1:En)||kn.push(n),Ln())};function Fr(e){return function(e,t){F().__VUE__=!0;const{insert:n,remove:s,patchProp:a,forcePatchProp:l,createElement:u,createText:d,createComment:f,setText:p,setElementText:g,parentNode:m,nextSibling:y,setScopeId:v=i,insertStaticContent:_}=e,b=(e,t,n,o=null,r=null,i=null,s,a=null,l=!!t.dynamicChildren)=>{if(e===t)return;e&&!oi(e,t)&&(o=te(e),J(e,r,i,!0),e=null),-2===t.patchFlag&&(l=!1,t.dynamicChildren=null);const{type:c,ref:u,shapeFlag:d}=t;switch(c){case Hr:x(e,t,n,o);break;case Wr:T(e,t,n,o);break;case Yr:null==e&&S(t,n,o,s);break;case zr:j(e,t,n,o,r,i,s,a,l);break;default:1&d?P(e,t,n,o,r,i,s,a,l):6&d?q(e,t,n,o,r,i,s,a,l):(64&d||128&d)&&c.process(e,t,n,o,r,i,s,a,l,re)}null!=u&&r&&Br(u,e&&e.ref,i,t||e,!t)},x=(e,t,o,r)=>{if(null==e)n(t.el=d(t.children),o,r);else{const n=t.el=e.el;t.children!==e.children&&p(n,t.children)}},T=(e,t,o,r)=>{null==e?n(t.el=f(t.children||""),o,r):t.el=e.el},S=(e,t,n,o)=>{[e.el,e.anchor]=_(e.children,t,n,o,e.el,e.anchor)},k=({el:e,anchor:t},o,r)=>{let i;for(;e&&e!==t;)i=y(e),n(e,o,r),e=i;n(t,o,r)},E=({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=y(e),s(e),e=n;s(t)},P=(e,t,n,o,r,i,s,a,l)=>{"svg"===t.type?s="svg":"math"===t.type&&(s="mathml"),null==e?I(t,n,o,r,i,s,a,l):$(e,t,r,i,s,a,l)},I=(e,t,o,r,i,s,l,c)=>{let d,h;const{props:f,shapeFlag:p,transition:m,dirs:y}=e;if(d=e.el=u(e.type,s,f&&f.is,f),8&p?g(d,e.children):16&p&&M(e.children,d,null,r,i,jr(e,s),l,c),y&&ho(e,null,r,"created"),L(d,e,e.scopeId,l,r),f){for(const t in f)"value"===t||C(t)||a(d,t,null,f[t],s,e.children,r,i,ee);"value"in f&&a(d,"value",null,f.value,s),(h=f.onVnodeBeforeMount)&&mi(h,r,e)}Object.defineProperty(d,"__vueParentComponent",{value:r,enumerable:!1}),y&&ho(e,null,r,"beforeMount");const v=function(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}(i,m);v&&m.beforeEnter(d),n(d,t,o),((h=f&&f.onVnodeMounted)||v||y)&&Nr((()=>{h&&mi(h,r,e),v&&m.enter(d),y&&ho(e,null,r,"mounted")}),i)},L=(e,t,n,o,r)=>{if(n&&v(e,n),o)for(let i=0;i{for(let c=l;c{const u=t.el=e.el;let{patchFlag:d,dynamicChildren:h,dirs:f}=t;d|=16&e.patchFlag;const p=e.props||o,m=t.props||o;let y;if(n&&qr(n,!1),(y=m.onVnodeBeforeUpdate)&&mi(y,n,t,e),f&&ho(t,e,n,"beforeUpdate"),n&&qr(n,!0),h?B(e.dynamicChildren,h,u,n,r,jr(t,i),s):c||W(e,t,u,null,n,r,jr(t,i),s,!1),d>0){if(16&d)N(u,t,p,m,n,r,i);else if(2&d&&p.class!==m.class&&a(u,"class",null,m.class,i),4&d&&a(u,"style",p.style,m.style,i),8&d){const o=t.dynamicProps;for(let t=0;t{y&&mi(y,n,t,e),f&&ho(t,e,n,"updated")}),r)},B=(e,t,n,o,r,i,s)=>{for(let a=0;a{if(n!==r){if(n!==o)for(const o in n)C(o)||o in r||a(e,o,n[o],null,c,t.children,i,s,ee);for(const o in r){if(C(o))continue;const u=r[o],d=n[o];(u!==d&&"value"!==o||l&&l(e,o))&&a(e,o,d,u,c,t.children,i,s,ee)}"value"in r&&a(e,"value",n.value,r.value,c)}},j=(e,t,o,r,i,s,a,l,c)=>{const u=t.el=e?e.el:d(""),h=t.anchor=e?e.anchor:d("");let{patchFlag:f,dynamicChildren:p,slotScopeIds:g}=t;g&&(l=l?l.concat(g):g),null==e?(n(u,o,r),n(h,o,r),M(t.children||[],o,h,i,s,a,l,c)):f>0&&64&f&&p&&e.dynamicChildren?(B(e.dynamicChildren,p,o,i,s,a,l),(null!=t.key||i&&t===i.subTree)&&Ur(e,t,!0)):W(e,t,o,h,i,s,a,l,c)},q=(e,t,n,o,r,i,s,a,l)=>{t.slotScopeIds=a,null==e?512&t.shapeFlag?r.ctx.activate(t,n,o,s,l):U(t,n,o,r,i,s,l):V(e,t,l)},U=(e,t,n,r,i,s,a)=>{const l=e.component=function(e,t,n){const r=e.type,i=(t?t.appContext:e.appContext)||yi,s={uid:vi++,vnode:e,type:r,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,scope:new Fe(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Er(r,i),emitsOptions:jn(r,i),emit:null,emitted:null,propsDefaults:o,inheritAttrs:r.inheritAttrs,ctx:o,data:o,props:o,attrs:o,slots:o,refs:o,setupState:o,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,bda:null,da:null,ba:null,a:null,rtg:null,rtc:null,ec:null,sp:null};s.ctx={_:s},s.root=t?t.root:s,s.emit=Nn.bind(null,s),s.$pageInstance=t&&t.$pageInstance,e.ce&&e.ce(s);return s}(e,r,i);if(Po(e)&&(l.ctx.renderer=re),function(e,t=!1){t&&xi(t);const{props:n,children:o}=e.vnode,r=ki(e);(function(e,t,n,o=!1){const r={},i={};D(i,ri,1),e.propsDefaults=Object.create(null),kr(e,t,r,i);for(const s in e.propsOptions[0])s in r||(r[s]=void 0);n?e.props=o?r:Wt(r):e.type.props?e.props=r:e.props=i,e.attrs=i})(e,n,r,t),((e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=Zt(t),D(t,"_",n)):Rr(t,e.slots={})}else e.slots={},t&&Dr(e,t);D(e.slots,ri,1)})(e,o);const i=r?function(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=en(new Proxy(e.ctx,ir));const{setup:o}=n;if(o){const n=e.setupContext=o.length>1?function(e){const t=t=>{e.exposed=t||{}};return{get attrs(){return function(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get:(t,n)=>(st(e,0,"$attrs"),t[n])}))}(e)},slots:e.slots,emit:e.emit,expose:t}}(e):null,r=Ti(e);Ke();const i=vn(o,e,0,[e.props,n]);if(Je(),r(),w(i)){if(i.then(Si,Si),t)return i.then((n=>{Ei(e,n,t)})).catch((t=>{bn(t,e,0)}));e.asyncDep=i}else Ei(e,i,t)}else Pi(e,t)}(e,t):void 0;t&&xi(!1)}(l),l.asyncDep){if(i&&i.registerDep(l,z),!e.el){const e=l.subTree=li(Wr);T(null,e,t,n)}}else z(l,e,t,n,i,s,a)},V=(e,t,n)=>{const o=t.component=e.component;if(function(e,t,n){const{props:o,children:r,component:i}=e,{props:s,children:a,patchFlag:l}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&l>=0))return!(!r&&!a||a&&a.$stable)||o!==s&&(o?!s||Kn(o,s,c):!!s);if(1024&l)return!0;if(16&l)return o?Kn(o,s,c):!!s;if(8&l){const e=t.dynamicProps;for(let t=0;tSn&&Tn.splice(t,1)}(o.update),o.effect.dirty=!0,o.update()}else t.el=e.el,o.vnode=t},z=(e,t,n,o,r,s,a)=>{const l=()=>{if(e.isMounted){let{next:t,bu:n,u:o,parent:i,vnode:c}=e;{const n=Vr(e);if(n)return t&&(t.el=c.el,H(e,t,a)),void n.asyncDep.then((()=>{e.isUnmounted||l()}))}let u,d=t;qr(e,!1),t?(t.el=c.el,H(e,t,a)):t=c,n&&R(n),(u=t.props&&t.props.onVnodeBeforeUpdate)&&mi(u,i,t,c),qr(e,!0);const h=Wn(e),f=e.subTree;e.subTree=h,b(f,h,m(f.el),te(f),e,r,s),t.el=h.el,null===d&&function({vnode:e,parent:t},n){for(;t;){const o=t.subTree;if(o.suspense&&o.suspense.activeBranch===e&&(o.el=e.el),o!==e)break;(e=t.vnode).el=n,t=t.parent}}(e,h.el),o&&Nr(o,r),(u=t.props&&t.props.onVnodeUpdated)&&Nr((()=>mi(u,i,t,c)),r)}else{let i;const{el:a,props:l}=t,{bm:c,m:u,parent:d}=e,h=ko(t);if(qr(e,!1),c&&R(c),!h&&(i=l&&l.onVnodeBeforeMount)&&mi(i,d,t),qr(e,!0),a&&se){const n=()=>{e.subTree=Wn(e),se(a,e.subTree,e,r,null)};h?t.type.__asyncLoader().then((()=>!e.isUnmounted&&n())):n()}else{const i=e.subTree=Wn(e);b(null,i,n,o,e,r,s),t.el=i.el}if(u&&Nr(u,r),!h&&(i=l&&l.onVnodeMounted)){const e=t;Nr((()=>mi(i,d,e)),r)}(256&t.shapeFlag||d&&ko(d.vnode)&&256&d.vnode.shapeFlag)&&(e.ba&&jo(e.ba),e.a&&Nr(e.a,r)),e.isMounted=!0,t=n=o=null}},c=e.effect=new Ue(l,i,(()=>On(u)),e.scope),u=e.update=()=>{c.dirty&&c.run()};u.id=e.uid,qr(e,!0),u()},H=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,o){const{props:r,attrs:i,vnode:{patchFlag:s}}=e,a=Zt(r),[l]=e.propsOptions;let c=!1;if(!(o||s>0)||16&s){let o;kr(e,t,r,i)&&(c=!0);for(const i in a)t&&(h(t,i)||(o=O(i))!==i&&h(t,o))||(l?!n||void 0===n[i]&&void 0===n[o]||(r[i]=Cr(l,a,i,void 0,e,!0)):delete r[i]);if(i!==a)for(const e in i)t&&h(t,e)||(delete i[e],c=!0)}else if(8&s){const n=e.vnode.dynamicProps;for(let o=0;o{const{vnode:r,slots:i}=e;let s=!0,a=o;if(32&r.shapeFlag){const e=t._;e?n&&1===e?s=!1:(c(i,t),n||1!==e||delete i._):(s=!t.$stable,Rr(t,i)),a=t}else t&&(Dr(e,t),a={default:1});if(s)for(const o in i)Lr(o)||null!=a[o]||delete i[o]})(e,t.children,n),Ke(),Mn(e),Je()},W=(e,t,n,o,r,i,s,a,l=!1)=>{const c=e&&e.children,u=e?e.shapeFlag:0,d=t.children,{patchFlag:h,shapeFlag:f}=t;if(h>0){if(128&h)return void X(c,d,n,o,r,i,s,a,l);if(256&h)return void Y(c,d,n,o,r,i,s,a,l)}8&f?(16&u&&ee(c,r,i),d!==c&&g(n,d)):16&u?16&f?X(c,d,n,o,r,i,s,a,l):ee(c,r,i,!0):(8&u&&g(n,""),16&f&&M(d,n,o,r,i,s,a,l))},Y=(e,t,n,o,i,s,a,l,c)=>{t=t||r;const u=(e=e||r).length,d=t.length,h=Math.min(u,d);let f;for(f=0;fd?ee(e,i,s,!0,!1,h):M(t,n,o,i,s,a,l,c,h)},X=(e,t,n,o,i,s,a,l,c)=>{let u=0;const d=t.length;let h=e.length-1,f=d-1;for(;u<=h&&u<=f;){const o=e[u],r=t[u]=c?fi(t[u]):hi(t[u]);if(!oi(o,r))break;b(o,r,n,null,i,s,a,l,c),u++}for(;u<=h&&u<=f;){const o=e[h],r=t[f]=c?fi(t[f]):hi(t[f]);if(!oi(o,r))break;b(o,r,n,null,i,s,a,l,c),h--,f--}if(u>h){if(u<=f){const e=f+1,r=ef)for(;u<=h;)J(e[u],i,s,!0),u++;else{const p=u,g=u,m=new Map;for(u=g;u<=f;u++){const e=t[u]=c?fi(t[u]):hi(t[u]);null!=e.key&&m.set(e.key,u)}let y,v=0;const _=f-g+1;let w=!1,x=0;const T=new Array(_);for(u=0;u<_;u++)T[u]=0;for(u=p;u<=h;u++){const o=e[u];if(v>=_){J(o,i,s,!0);continue}let r;if(null!=o.key)r=m.get(o.key);else for(y=g;y<=f;y++)if(0===T[y-g]&&oi(o,t[y])){r=y;break}void 0===r?J(o,i,s,!0):(T[r-g]=u+1,r>=x?x=r:w=!0,b(o,t[r],n,null,i,s,a,l,c),v++)}const S=w?function(e){const t=e.slice(),n=[0];let o,r,i,s,a;const l=e.length;for(o=0;o>1,e[n[a]]0&&(t[o]=n[i-1]),n[i]=o)}}i=n.length,s=n[i-1];for(;i-- >0;)n[i]=s,s=t[s];return n}(T):r;for(y=S.length-1,u=_-1;u>=0;u--){const e=g+u,r=t[e],h=e+1{const{el:s,type:a,transition:l,children:c,shapeFlag:u}=e;if(6&u)return void K(e.component.subTree,t,o,r);if(128&u)return void e.suspense.move(t,o,r);if(64&u)return void a.move(e,t,o,re);if(a===zr){n(s,t,o);for(let e=0;el.enter(s)),i);else{const{leave:e,delayLeave:r,afterLeave:i}=l,a=()=>n(s,t,o),c=()=>{e(s,(()=>{a(),i&&i()}))};r?r(s,a,c):c()}else n(s,t,o)},J=(e,t,n,o=!1,r=!1)=>{const{type:i,props:s,ref:a,children:l,dynamicChildren:c,shapeFlag:u,patchFlag:d,dirs:h}=e;if(null!=a&&Br(a,null,n,e,!0),256&u)return void t.ctx.deactivate(e);const f=1&u&&h,p=!ko(e);let g;if(p&&(g=s&&s.onVnodeBeforeUnmount)&&mi(g,t,e),6&u)Z(e.component,n,o);else{if(128&u)return void e.suspense.unmount(n,o);f&&ho(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,r,re,o):c&&(i!==zr||d>0&&64&d)?ee(c,t,n,!1,!0):(i===zr&&384&d||!r&&16&u)&&ee(l,t,n),o&&G(e)}(p&&(g=s&&s.onVnodeUnmounted)||f)&&Nr((()=>{g&&mi(g,t,e),f&&ho(e,null,t,"unmounted")}),n)},G=e=>{const{type:t,el:n,anchor:o,transition:r}=e;if(t===zr)return void Q(n,o);if(t===Yr)return void E(e);const i=()=>{s(n),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&e.shapeFlag&&r&&!r.persisted){const{leave:t,delayLeave:o}=r,s=()=>t(n,i);o?o(e.el,i,s):s()}else i()},Q=(e,t)=>{let n;for(;e!==t;)n=y(e),s(e),e=n;s(t)},Z=(e,t,n)=>{const{bum:o,scope:r,update:i,subTree:s,um:a}=e;o&&R(o),r.stop(),i&&(i.active=!1,J(s,e,t,n)),a&&Nr(a,t),Nr((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},ee=(e,t,n,o=!1,r=!1,i=0)=>{for(let s=i;s6&e.shapeFlag?te(e.component.subTree):128&e.shapeFlag?e.suspense.next():y(e.anchor||e.el);let ne=!1;const oe=(e,t,n)=>{null==e?t._vnode&&J(t._vnode,null,null,!0):b(t._vnode||null,e,t,null,null,null,n),ne||(ne=!0,Mn(),$n(),ne=!1),t._vnode=e},re={p:b,um:J,m:K,r:G,mt:U,mc:M,pc:W,pbc:B,n:te,o:e};let ie,se;t&&([ie,se]=t(re));return{render:oe,hydrate:ie,createApp:wr(oe,ie)}}(e)}function jr({type:e,props:t},n){return"svg"===n&&"foreignObject"===e||"mathml"===n&&"annotation-xml"===e&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function qr({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ur(e,t,n=!1){const o=e.children,r=t.children;if(f(o)&&f(r))for(let i=0;i0?Kr||r:null,Xr.pop(),Kr=Xr[Xr.length-1]||null,Gr>0&&Kr&&Kr.push(e),e}function ei(e,t,n,o,r,i){return Zr(ai(e,t,n,o,r,i,!0))}function ti(e,t,n,o,r){return Zr(li(e,t,n,o,r,!0))}function ni(e){return!!e&&!0===e.__v_isVNode}function oi(e,t){return e.type===t.type&&e.key===t.key}const ri="__vInternal",ii=({key:e})=>null!=e?e:null,si=({ref:e,ref_key:t,ref_for:n})=>("number"==typeof e&&(e=""+e),null!=e?v(e)||an(e)||y(e)?{i:Un,r:e,k:t,f:!!n}:e:null);function ai(e,t=null,n=null,o=0,r=null,i=(e===zr?0:1),s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ii(t),ref:t&&si(t),scopeId:Vn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:o,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Un};return a?(pi(l,n),128&i&&e.normalize(l)):n&&(l.shapeFlag|=v(n)?8:16),Gr>0&&!s&&Kr&&(l.patchFlag>0||6&i)&&32!==l.patchFlag&&Kr.push(l),l}const li=function(e,t=null,n=null,o=0,r=null,i=!1){e&&e!==Gn||(e=Wr);if(ni(e)){const o=ci(e,t,!0);return n&&pi(o,n),Gr>0&&!i&&Kr&&(6&o.shapeFlag?Kr[Kr.indexOf(e)]=o:Kr.push(o)),o.patchFlag|=-2,o}s=e,y(s)&&"__vccOpts"in s&&(e=e.__vccOpts);var s;if(t){t=function(e){return e?Qt(e)||ri in e?c({},e):e:null}(t);let{class:e,style:n}=t;e&&!v(e)&&(t.class=ue(e)),b(n)&&(Qt(n)&&!f(n)&&(n=c({},n)),t.style=ce(n))}const a=v(e)?1:to(e)?128:(e=>e.__isTeleport)(e)?64:b(e)?4:y(e)?2:0;return ai(e,t,n,o,r,a,i,!0)};function ci(e,t,n=!1){const{props:o,ref:r,patchFlag:i,children:s}=e,a=t?gi(o||{},t):o;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:a,key:a&&ii(a),ref:t&&t.ref?n&&r?f(r)?r.concat(si(t)):[r,si(t)]:si(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==zr?-1===i?16:16|i:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ci(e.ssContent),ssFallback:e.ssFallback&&ci(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function ui(e=" ",t=0){return li(Hr,null,e,t)}function di(e="",t=!1){return t?(Jr(),ti(Wr,null,e)):li(Wr,null,e)}function hi(e){return null==e||"boolean"==typeof e?li(Wr):f(e)?li(zr,null,e.slice()):"object"==typeof e?fi(e):li(Hr,null,String(e))}function fi(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:ci(e)}function pi(e,t){let n=0;const{shapeFlag:o}=e;if(null==t)t=null;else if(f(t))n=16;else if("object"==typeof t){if(65&o){const n=t.default;return void(n&&(n._c&&(n._d=!1),pi(e,n()),n._c&&(n._d=!0)))}{n=32;const o=t._;o||ri in t?3===o&&Un&&(1===Un.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=Un}}else y(t)?(t={default:t,_ctx:Un},n=32):(t=String(t),64&o?(n=16,t=[ui(t)]):n=8);e.children=t,e.shapeFlag|=n}function gi(...e){const t={};for(let n=0;n_i||Un;let wi,xi;{const e=F(),t=(t,n)=>{let o;return(o=e[t])||(o=e[t]=[]),o.push(n),e=>{o.length>1?o.forEach((t=>t(e))):o[0](e)}};wi=t("__VUE_INSTANCE_SETTERS__",(e=>_i=e)),xi=t("__VUE_SSR_SETTERS__",(e=>Ci=e))}const Ti=e=>{const t=_i;return wi(e),e.scope.on(),()=>{e.scope.off(),wi(t)}},Si=()=>{_i&&_i.scope.off(),wi(null)};function ki(e){return 4&e.vnode.shapeFlag}let Ci=!1;function Ei(e,t,n){y(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:b(t)&&(e.setupState=pn(t)),Pi(e,n)}function Pi(e,t,n){const o=e.type;e.render||(e.render=o.render||i);{const t=Ti(e);Ke();try{lr(e)}finally{Je(),t()}}}function Ai(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(pn(en(e.exposed)),{get:(t,n)=>n in t?t[n]:n in or?or[n](e):void 0,has:(e,t)=>t in e||t in or}))}function Ii(e,t=!0){return y(e)?e.displayName||e.name:e.name||t&&e.__name}const Oi=(e,t)=>{const n=function(e,t,n=!1){let o,r;const s=y(e);return s?(o=e,r=i):(o=e.get,r=e.set),new on(o,r,s||!r,n)}(e,0,Ci);return n};function Li(e,t,n){const o=arguments.length;return 2===o?b(t)&&!f(t)?ni(t)?li(e,null,[t]):li(e,t):li(e,null,t):(o>3?n=Array.prototype.slice.call(arguments,2):3===o&&ni(n)&&(n=[n]),li(e,t,n))}const Mi="3.4.21",$i="undefined"!=typeof document?document:null,Ri=$i&&$i.createElement("template"),Di={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const r="svg"===t?$i.createElementNS("http://www.w3.org/2000/svg",e):"mathml"===t?$i.createElementNS("http://www.w3.org/1998/Math/MathML",e):n?$i.createElement(e,{is:n}):$i.createElement(e);return"select"===e&&o&&null!=o.multiple&&r.setAttribute("multiple",o.multiple),r},createText:e=>$i.createTextNode(e),createComment:e=>$i.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>$i.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,r,i){const s=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),r!==i&&(r=r.nextSibling););else{Ri.innerHTML="svg"===o?``:"mathml"===o?``:e;const r=Ri.content;if("svg"===o||"mathml"===o){const e=r.firstChild;for(;e.firstChild;)r.appendChild(e.firstChild);r.removeChild(e)}t.insertBefore(r,n)}return[s?s.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Bi="transition",Ni=Symbol("_vtc"),Fi=(e,{slots:t})=>Li(yo,function(e){const t={};for(const c in e)c in ji||(t[c]=e[c]);if(!1===e.css)return t;const{name:n="v",type:o,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:s=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=i,appearActiveClass:u=s,appearToClass:d=a,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:f=`${n}-leave-active`,leaveToClass:p=`${n}-leave-to`}=e,g=function(e){if(null==e)return null;if(b(e))return[Vi(e.enter),Vi(e.leave)];{const t=Vi(e);return[t,t]}}(r),m=g&&g[0],y=g&&g[1],{onBeforeEnter:v,onEnter:_,onEnterCancelled:w,onLeave:x,onLeaveCancelled:T,onBeforeAppear:S=v,onAppear:k=_,onAppearCancelled:C=w}=t,E=(e,t,n)=>{Hi(e,t?d:a),Hi(e,t?u:s),n&&n()},P=(e,t)=>{e._isLeaving=!1,Hi(e,h),Hi(e,p),Hi(e,f),t&&t()},A=e=>(t,n)=>{const r=e?k:_,s=()=>E(t,e,n);qi(r,[t,s]),Wi((()=>{Hi(t,e?l:i),zi(t,e?d:a),Ui(r)||Xi(t,o,m,s)}))};return c(t,{onBeforeEnter(e){qi(v,[e]),zi(e,i),zi(e,s)},onBeforeAppear(e){qi(S,[e]),zi(e,l),zi(e,u)},onEnter:A(!1),onAppear:A(!0),onLeave(e,t){e._isLeaving=!0;const n=()=>P(e,t);zi(e,h),document.body.offsetHeight,zi(e,f),Wi((()=>{e._isLeaving&&(Hi(e,h),zi(e,p),Ui(x)||Xi(e,o,y,n))})),qi(x,[e,n])},onEnterCancelled(e){E(e,!1),qi(w,[e])},onAppearCancelled(e){E(e,!0),qi(C,[e])},onLeaveCancelled(e){P(e),qi(T,[e])}})}(e),t);Fi.displayName="Transition";const ji={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};Fi.props=c({},mo,ji);const qi=(e,t=[])=>{f(e)?e.forEach((e=>e(...t))):e&&e(...t)},Ui=e=>!!e&&(f(e)?e.some((e=>e.length>1)):e.length>1);function Vi(e){const t=(e=>{const t=v(e)?Number(e):NaN;return isNaN(t)?e:t})(e);return t}function zi(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.add(t))),(e[Ni]||(e[Ni]=new Set)).add(t)}function Hi(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.remove(t)));const n=e[Ni];n&&(n.delete(t),n.size||(e[Ni]=void 0))}function Wi(e){requestAnimationFrame((()=>{requestAnimationFrame(e)}))}let Yi=0;function Xi(e,t,n,o){const r=e._endId=++Yi,i=()=>{r===e._endId&&o()};if(n)return setTimeout(i,n);const{type:s,timeout:a,propCount:l}=function(e,t){const n=window.getComputedStyle(e),o=e=>(n[e]||"").split(", "),r=o("transitionDelay"),i=o("transitionDuration"),s=Ki(r,i),a=o("animationDelay"),l=o("animationDuration"),c=Ki(a,l);let u=null,d=0,h=0;t===Bi?s>0&&(u=Bi,d=s,h=i.length):"animation"===t?c>0&&(u="animation",d=c,h=l.length):(d=Math.max(s,c),u=d>0?s>c?Bi:"animation":null,h=u?u===Bi?i.length:l.length:0);const f=u===Bi&&/\b(transform|all)(,|$)/.test(o("transitionProperty").toString());return{type:u,timeout:d,propCount:h,hasTransform:f}}(e,t);if(!s)return o();const c=s+"end";let u=0;const d=()=>{e.removeEventListener(c,h),i()},h=t=>{t.target===e&&++u>=l&&d()};setTimeout((()=>{uJi(t)+Ji(e[n]))))}function Ji(e){return"auto"===e?0:1e3*Number(e.slice(0,-1).replace(",","."))}const Gi=Symbol("_vod"),Qi=Symbol("_vsh"),Zi={beforeMount(e,{value:t},{transition:n}){e[Gi]="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):es(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:o}){!t!=!n&&(o?t?(o.beforeEnter(e),es(e,!0),o.enter(e)):o.leave(e,(()=>{es(e,!1)})):es(e,t))},beforeUnmount(e,{value:t}){es(e,t)}};function es(e,t){e.style.display=t?e[Gi]:"none",e[Qi]=!t}const ts=Symbol("");function ns(e){const t=bi();if(!t)return;const n=t.ut=(n=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach((e=>rs(e,n)))},o=()=>{const o=e(t.proxy);os(t.subTree,o),n(o)};so(o,null,{flush:"post"}),zo((()=>{const e=new MutationObserver(o);e.observe(t.subTree.el.parentNode,{childList:!0}),Xo((()=>e.disconnect()))}))}function os(e,t){if(128&e.shapeFlag){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push((()=>{os(n.activeBranch,t)}))}for(;e.component;)e=e.component.subTree;if(1&e.shapeFlag&&e.el)rs(e.el,t);else if(e.type===zr)e.children.forEach((e=>os(e,t)));else if(e.type===Yr){let{el:n,anchor:o}=e;for(;n&&(rs(n,t),n!==o);)n=n.nextSibling}}function rs(e,t){if(1===e.nodeType){const n=e.style;let o="";for(const e in t){const r=ys(t[e]);n.setProperty(`--${e}`,r),o+=`--${e}: ${r};`}n[ts]=o}}const is=/(^|;)\s*display\s*:/;const ss=/\s*!important$/;function as(e,t,n){if(f(n))n.forEach((n=>as(e,t,n)));else if(null==n&&(n=""),n=ys(n),t.startsWith("--"))e.setProperty(t,n);else{const o=function(e,t){const n=cs[t];if(n)return n;let o=A(t);if("filter"!==o&&o in e)return cs[t]=o;o=L(o);for(let r=0;re.replace(be,((e,t)=>{if(!t)return e;if(1===gs)return`${t}${ps}`;const n=function(e,t){const n=Math.pow(10,t+1),o=Math.floor(e*n);return 10*Math.round(o/10)/n}(parseFloat(t)*gs,ms);return 0===n?"0":`${n}${ps}`})));var ps,gs,ms;const ys=e=>v(e)?fs(e):e,vs="http://www.w3.org/1999/xlink";function _s(e,t,n,o){e.addEventListener(t,n,o)}const bs=Symbol("_vei");function ws(e,t,n,o,r=null){const i=e[bs]||(e[bs]={}),s=i[t];if(o&&s)s.value=o;else{const[n,a]=function(e){let t;if(xs.test(e)){let n;for(t={};n=e.match(xs);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[":"===e[2]?e.slice(3):O(e.slice(2)),t]}(t);if(o){const s=i[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();const o=t&&t.proxy,r=o&&o.$nne,{value:i}=n;if(r&&f(i)){const n=ks(e,i);for(let o=0;oTs||(Ss.then((()=>Ts=0)),Ts=Date.now()))(),n}(o,r);_s(e,n,s,a)}else s&&(!function(e,t,n,o){e.removeEventListener(t,n,o)}(e,n,s,a),i[t]=void 0)}}const xs=/(?:Once|Passive|Capture)$/;let Ts=0;const Ss=Promise.resolve();function ks(e,t){if(f(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>{const t=t=>!t._stopped&&e&&e(t);return t.__wwe=e.__wwe,t}))}return t}const Cs=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123;const Es=e=>{const t=e.props["onUpdate:modelValue"]||!1;return f(t)?e=>R(t,e):t};function Ps(e){e.target.composing=!0}function As(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Is=Symbol("_assign"),Os={created(e,{modifiers:{lazy:t,trim:n,number:o}},r){e[Is]=Es(r);const i=o||r.props&&"number"===r.props.type;_s(e,t?"change":"input",(t=>{if(t.target.composing)return;let o=e.value;n&&(o=o.trim()),i&&(o=B(o)),e[Is](o)})),n&&_s(e,"change",(()=>{e.value=e.value.trim()})),t||(_s(e,"compositionstart",Ps),_s(e,"compositionend",As),_s(e,"change",As))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:o,number:r}},i){if(e[Is]=Es(i),e.composing)return;const s=null==t?"":t;if((r||"number"===e.type?B(e.value):e.value)!==s){if(document.activeElement===e&&"range"!==e.type){if(n)return;if(o&&e.value.trim()===s)return}e.value=s}}},Ls={deep:!0,created(e,t,n){e[Is]=Es(n),_s(e,"change",(()=>{const t=e._modelValue,n=Bs(e),o=e.checked,r=e[Is];if(f(t)){const e=K(t,n),i=-1!==e;if(o&&!i)r(t.concat(n));else if(!o&&i){const n=[...t];n.splice(e,1),r(n)}}else if(g(t)){const e=new Set(t);o?e.add(n):e.delete(n),r(e)}else r(Ns(e,o))}))},mounted:Ms,beforeUpdate(e,t,n){e[Is]=Es(n),Ms(e,t,n)}};function Ms(e,{value:t,oldValue:n},o){e._modelValue=t,f(t)?e.checked=K(t,o.props.value)>-1:g(t)?e.checked=t.has(o.props.value):t!==n&&(e.checked=X(t,Ns(e,!0)))}const $s={created(e,{value:t},n){e.checked=X(t,n.props.value),e[Is]=Es(n),_s(e,"change",(()=>{e[Is](Bs(e))}))},beforeUpdate(e,{value:t,oldValue:n},o){e[Is]=Es(o),t!==n&&(e.checked=X(t,o.props.value))}},Rs={deep:!0,created(e,{value:t,modifiers:{number:n}},o){const r=g(t);_s(e,"change",(()=>{const t=Array.prototype.filter.call(e.options,(e=>e.selected)).map((e=>n?B(Bs(e)):Bs(e)));e[Is](e.multiple?r?new Set(t):t:t[0]),e._assigning=!0,In((()=>{e._assigning=!1}))})),e[Is]=Es(o)},mounted(e,{value:t,modifiers:{number:n}}){Ds(e,t,n)},beforeUpdate(e,t,n){e[Is]=Es(n)},updated(e,{value:t,modifiers:{number:n}}){e._assigning||Ds(e,t,n)}};function Ds(e,t,n){const o=e.multiple,r=f(t);if(!o||r||g(t)){for(let i=0,s=e.options.length;i-1}else s.selected=t.has(a);else if(X(Bs(s),t))return void(e.selectedIndex!==i&&(e.selectedIndex=i))}o||-1===e.selectedIndex||(e.selectedIndex=-1)}}function Bs(e){return"_value"in e?e._value:e.value}function Ns(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Fs={created(e,t,n){js(e,t,n,null,"created")},mounted(e,t,n){js(e,t,n,null,"mounted")},beforeUpdate(e,t,n,o){js(e,t,n,o,"beforeUpdate")},updated(e,t,n,o){js(e,t,n,o,"updated")}};function js(e,t,n,o,r){const i=function(e,t){switch(e){case"SELECT":return Rs;case"TEXTAREA":return Os;default:switch(t){case"checkbox":return Ls;case"radio":return $s;default:return Os}}}(e.tagName,n.props&&n.props.type)[r];i&&i(e,t,n,o)}const qs=["ctrl","shift","alt","meta"],Us={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>qs.some((n=>e[`${n}Key`]&&!t.includes(n)))},Vs=(e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=(n,...o)=>{for(let e=0;e{if(0===t.indexOf("change:"))return function(e,t,n,o=null){if(!n||!o)return;const r=t.replace("change:",""),{attrs:i}=o,s=i[r],a=(e.__wxsProps||(e.__wxsProps={}))[r];if(a===s)return;e.__wxsProps[r]=s;const l=o.proxy;In((()=>{n(s,a,l.$gcd(l,!0),l.$gcd(l,!1))}))}(e,t,o,s);const d="svg"===r;"class"===t?function(e,t,n){const{__wxsAddClass:o,__wxsRemoveClass:r}=e;r&&r.length&&(t=(t||"").split(/\s+/).filter((e=>-1===r.indexOf(e))).join(" "),r.length=0),o&&o.length&&(t=(t||"")+" "+o.join(" "));const i=e[Ni];i&&(t=(t?[t,...i]:[...i]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,o,d):"style"===t?function(e,t,n){const o=e.style,r=v(n);let i=!1;if(n&&!r){if(t)if(v(t))for(const e of t.split(";")){const t=e.slice(0,e.indexOf(":")).trim();null==n[t]&&as(o,t,"")}else for(const e in t)null==n[e]&&as(o,e,"");for(const e in n)"display"===e&&(i=!0),as(o,e,n[e])}else if(r){if(t!==n){const e=o[ts];e&&(n+=";"+e),o.cssText=n,i=is.test(n)}}else t&&e.removeAttribute("style");Gi in e&&(e[Gi]=i?o.display:"",e[Qi]&&(o.display="none"));const{__wxsStyle:s}=e;if(s)for(const a in s)as(o,a,s[a])}(e,n,o):a(t)?l(t)||ws(e,t,0,o,s):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,o){if(o)return"innerHTML"===t||"textContent"===t||!!(t in e&&Cs(t)&&y(n));if("spellcheck"===t||"draggable"===t||"translate"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if("width"===t||"height"===t){const t=e.tagName;if("IMG"===t||"VIDEO"===t||"CANVAS"===t||"SOURCE"===t)return!1}if(Cs(t)&&v(n))return!1;return t in e}(e,t,o,d))?function(e,t,n,o,r,i,s){if("innerHTML"===t||"textContent"===t)return o&&s(o,r,i),void(e[t]=null==n?"":n);const a=e.tagName;if("value"===t&&"PROGRESS"!==a&&!a.includes("-")){const o=null==n?"":n;return("OPTION"===a?e.getAttribute("value")||"":e.value)===o&&"_value"in e||(e.value=o),null==n&&e.removeAttribute(t),void(e._value=n)}let l=!1;if(""===n||null==n){const o=typeof e[t];"boolean"===o?n=Y(n):null==n&&"string"===o?(n="",l=!0):"number"===o&&(n=0,l=!0)}try{e[t]=n}catch(bx){}l&&e.removeAttribute(t)}(e,t,o,i,s,c,u):("true-value"===t?e._trueValue=o:"false-value"===t&&(e._falseValue=o),function(e,t,n,o,r){if(o&&t.startsWith("xlink:"))null==n?e.removeAttributeNS(vs,t.slice(6,t.length)):e.setAttributeNS(vs,t,n);else{const o=W(t);null==n||o&&!Y(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}(e,t,o,d))},forcePatchProp:(e,t)=>0===t.indexOf("change:")||("class"===t&&e.__wxsClassChanged?(e.__wxsClassChanged=!1,!0):!("style"!==t||!e.__wxsStyleChanged)&&(e.__wxsStyleChanged=!1,!0))},Di);let Hs;const Ws=(...e)=>{const t=(Hs||(Hs=Fr(zs))).createApp(...e),{mount:n}=t;return t.mount=e=>{const o=function(e){if(v(e)){return document.querySelector(e)}return e}(e);if(!o)return;const r=t._component;y(r)||r.render||r.template||(r.template=o.innerHTML),o.innerHTML="";const i=n(o,!1,function(e){if(e instanceof SVGElement)return"svg";if("function"==typeof MathMLElement&&e instanceof MathMLElement)return"mathml"}(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),i},t};const Ys=["{","}"];const Xs=/^(?:\d)+/,Ks=/^(?:\w)+/;const Js=Object.prototype.hasOwnProperty,Gs=(e,t)=>Js.call(e,t),Qs=new class{constructor(){this._caches=Object.create(null)}interpolate(e,t,n=Ys){if(!t)return[e];let o=this._caches[e];return o||(o=function(e,[t,n]){const o=[];let r=0,i="";for(;r-1?"zh-Hans":e.indexOf("-hant")>-1?"zh-Hant":(n=e,["-tw","-hk","-mo","-cht"].find((e=>-1!==n.indexOf(e)))?"zh-Hant":"zh-Hans");var n;let o=["en","fr","es"];t&&Object.keys(t).length>0&&(o=Object.keys(t));const r=function(e,t){return t.find((t=>0===e.indexOf(t)))}(e,o);return r||void 0}class ea{constructor({locale:e,fallbackLocale:t,messages:n,watcher:o,formater:r}){this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],t&&(this.fallbackLocale=t),this.formater=r||Qs,this.messages=n||{},this.setLocale(e||"en"),o&&this.watchLocale(o)}setLocale(e){const t=this.locale;this.locale=Zs(e,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],t!==this.locale&&this.watchers.forEach((e=>{e(this.locale,t)}))}getLocale(){return this.locale}watchLocale(e){const t=this.watchers.push(e)-1;return()=>{this.watchers.splice(t,1)}}add(e,t,n=!0){const o=this.messages[e];o?n?Object.assign(o,t):Object.keys(t).forEach((e=>{Gs(o,e)||(o[e]=t[e])})):this.messages[e]=t}f(e,t,n){return this.formater.interpolate(e,t,n).join("")}t(e,t,n){let o=this.message;return"string"==typeof t?(t=Zs(t,this.messages))&&(o=this.messages[t]):n=t,Gs(o,e)?this.formater.interpolate(o[e],n).join(""):(console.warn(`Cannot translate the value of keypath ${e}. Use the value of keypath as default.`),e)}}function ta(e,t={},n,o){"string"!=typeof e&&([e,t]=[t,e]),"string"!=typeof e&&(e="undefined"!=typeof uni&&sh?sh():"undefined"!=typeof global&&global.getLocale?global.getLocale():"en"),"string"!=typeof n&&(n="undefined"!=typeof __uniConfig&&__uniConfig.fallbackLocale||"en");const r=new ea({locale:e,fallbackLocale:n,messages:t,watcher:o});let i=(e,t)=>{{let e=!1;i=function(t,n){const o=Hg().$vm;return o&&(o.$locale,e||(e=!0,function(e,t){e.$watchLocale?e.$watchLocale((e=>{t.setLocale(e)})):e.$watch((()=>e.$locale),(e=>{t.setLocale(e)}))}(o,r))),r.t(t,n)}}return i(e,t)};return{i18n:r,f:(e,t,n)=>r.f(e,t,n),t:(e,t)=>i(e,t),add:(e,t,n=!0)=>r.add(e,t,n),watch:e=>r.watchLocale(e),getLocale:()=>r.getLocale(),setLocale:e=>r.setLocale(e)}}function na(e,t){return e.indexOf(t[0])>-1}
+/*!
+ * vue-router v4.3.0
+ * (c) 2024 Eduardo San Martin Morote
+ * @license MIT
+ */const oa="undefined"!=typeof document;const ra=Object.assign;function ia(e,t){const n={};for(const o in t){const r=t[o];n[o]=aa(r)?r.map(e):e(r)}return n}const sa=()=>{},aa=Array.isArray,la=/#/g,ca=/&/g,ua=/\//g,da=/=/g,ha=/\?/g,fa=/\+/g,pa=/%5B/g,ga=/%5D/g,ma=/%5E/g,ya=/%60/g,va=/%7B/g,_a=/%7C/g,ba=/%7D/g,wa=/%20/g;function xa(e){return encodeURI(""+e).replace(_a,"|").replace(pa,"[").replace(ga,"]")}function Ta(e){return xa(e).replace(fa,"%2B").replace(wa,"+").replace(la,"%23").replace(ca,"%26").replace(ya,"`").replace(va,"{").replace(ba,"}").replace(ma,"^")}function Sa(e){return null==e?"":function(e){return xa(e).replace(la,"%23").replace(ha,"%3F")}(e).replace(ua,"%2F")}function ka(e){try{return decodeURIComponent(""+e)}catch(t){}return""+e}const Ca=/\/$/;function Ea(e,t,n="/"){let o,r={},i="",s="";const a=t.indexOf("#");let l=t.indexOf("?");return a=0&&(l=-1),l>-1&&(o=t.slice(0,l),i=t.slice(l+1,a>-1?a:t.length),r=e(i)),a>-1&&(o=o||t.slice(0,a),s=t.slice(a,t.length)),o=function(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),o=e.split("/"),r=o[o.length-1];".."!==r&&"."!==r||o.push("");let i,s,a=n.length-1;for(i=0;i1&&a--}return n.slice(0,a).join("/")+"/"+o.slice(i).join("/")}(null!=o?o:t,n),{fullPath:o+(i&&"?")+i+s,path:o,query:r,hash:ka(s)}}function Pa(e,t){return t&&e.toLowerCase().startsWith(t.toLowerCase())?e.slice(t.length)||"/":e}function Aa(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ia(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Oa(e[n],t[n]))return!1;return!0}function Oa(e,t){return aa(e)?La(e,t):aa(t)?La(t,e):e===t}function La(e,t){return aa(t)?e.length===t.length&&e.every(((e,n)=>e===t[n])):1===e.length&&e[0]===t}var Ma,$a,Ra,Da;function Ba(e){if(!e)if(oa){const t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),e.replace(Ca,"")}($a=Ma||(Ma={})).pop="pop",$a.push="push",(Da=Ra||(Ra={})).back="back",Da.forward="forward",Da.unknown="";const Na=/^[^#]+#/;function Fa(e,t){return e.replace(Na,"#")+t}const ja=()=>({left:window.scrollX,top:window.scrollY});function qa(e){let t;if("el"in e){const n=e.el,o="string"==typeof n&&n.startsWith("#"),r="string"==typeof n?o?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=function(e,t){const n=document.documentElement.getBoundingClientRect(),o=e.getBoundingClientRect();return{behavior:t.behavior,left:o.left-n.left-(t.left||0),top:o.top-n.top-(t.top||0)}}(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(null!=t.left?t.left:window.scrollX,null!=t.top?t.top:window.scrollY)}function Ua(e,t){return(history.state?history.state.position-t:-1)+e}const Va=new Map;function za(e,t){const{pathname:n,search:o,hash:r}=t,i=e.indexOf("#");if(i>-1){let t=r.includes(e.slice(i))?e.slice(i).length:1,n=r.slice(t);return"/"!==n[0]&&(n="/"+n),Pa(n,"")}return Pa(n,e)+o+r}function Ha(e,t,n,o=!1,r=!1){return{back:e,current:t,forward:n,replaced:o,position:window.history.length,scroll:r?ja():null}}function Wa(e){const{history:t,location:n}=window,o={value:za(e,n)},r={value:t.state};function i(o,i,s){const a=e.indexOf("#"),l=a>-1?(n.host&&document.querySelector("base")?e:e.slice(a))+o:location.protocol+"//"+location.host+e+o;try{t[s?"replaceState":"pushState"](i,"",l),r.value=i}catch(c){console.error(c),n[s?"replace":"assign"](l)}}return r.value||i(o.value,{back:null,current:o.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0),{location:o,state:r,push:function(e,n){const s=ra({},r.value,t.state,{forward:e,scroll:ja()});i(s.current,s,!0),i(e,ra({},Ha(o.value,e,null),{position:s.position+1},n),!1),o.value=e},replace:function(e,n){i(e,ra({},t.state,Ha(r.value.back,e,r.value.forward,!0),n,{position:r.value.position}),!0),o.value=e}}}function Ya(e){const t=Wa(e=Ba(e)),n=function(e,t,n,o){let r=[],i=[],s=null;const a=({state:i})=>{const a=za(e,location),l=n.value,c=t.value;let u=0;if(i){if(n.value=a,t.value=i,s&&s===l)return void(s=null);u=c?i.position-c.position:0}else o(a);r.forEach((e=>{e(n.value,l,{delta:u,type:Ma.pop,direction:u?u>0?Ra.forward:Ra.back:Ra.unknown})}))};function l(){const{history:e}=window;e.state&&e.replaceState(ra({},e.state,{scroll:ja()}),"")}return window.addEventListener("popstate",a),window.addEventListener("beforeunload",l,{passive:!0}),{pauseListeners:function(){s=n.value},listen:function(e){r.push(e);const t=()=>{const t=r.indexOf(e);t>-1&&r.splice(t,1)};return i.push(t),t},destroy:function(){for(const e of i)e();i=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",l)}}}(e,t.state,t.location,t.replace);const o=ra({location:"",base:e,go:function(e,t=!0){t||n.pauseListeners(),history.go(e)},createHref:Fa.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Xa(e){return"string"==typeof e||"symbol"==typeof e}const Ka={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ja=Symbol("");var Ga,Qa;function Za(e,t){return ra(new Error,{type:e,[Ja]:!0},t)}function el(e,t){return e instanceof Error&&Ja in e&&(null==t||!!(e.type&t))}(Qa=Ga||(Ga={}))[Qa.aborted=4]="aborted",Qa[Qa.cancelled=8]="cancelled",Qa[Qa.duplicated=16]="duplicated";const tl={sensitive:!1,strict:!1,start:!0,end:!0},nl=/[.+*?^${}()[\]/\\]/g;function ol(e,t){let n=0;for(;nt.length?1===t.length&&80===t[0]?1:-1:0}function rl(e,t){let n=0;const o=e.score,r=t.score;for(;n0&&t[t.length-1]<0}const sl={type:0,value:""},al=/[a-zA-Z0-9_]/;function ll(e,t,n){const o=function(e,t){const n=ra({},tl,t),o=[];let r=n.start?"^":"";const i=[];for(const l of e){const e=l.length?[]:[90];n.strict&&!l.length&&(r+="/");for(let t=0;t1&&("*"===a||"+"===a)&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:c,regexp:u,repeatable:"*"===a||"+"===a,optional:"*"===a||"?"===a})):t("Invalid state to consume buffer"),c="")}function h(){c+=a}for(;l{i(h)}:sa}function i(e){if(Xa(e)){const t=o.get(e);t&&(o.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(i),t.alias.forEach(i))}else{const t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&o.delete(e.record.name),e.children.forEach(i),e.alias.forEach(i))}}function s(e){let t=0;for(;t=0&&(e.record.path!==n[t].record.path||!gl(e,n[t]));)t++;n.splice(t,0,e),e.record.name&&!hl(e)&&o.set(e.record.name,e)}return t=pl({strict:!1,end:!0,sensitive:!1},t),e.forEach((e=>r(e))),{addRoute:r,resolve:function(e,t){let r,i,s,a={};if("name"in e&&e.name){if(r=o.get(e.name),!r)throw Za(1,{location:e});s=r.record.name,a=ra(ul(t.params,r.keys.filter((e=>!e.optional)).concat(r.parent?r.parent.keys.filter((e=>e.optional)):[]).map((e=>e.name))),e.params&&ul(e.params,r.keys.map((e=>e.name)))),i=r.stringify(a)}else if(null!=e.path)i=e.path,r=n.find((e=>e.re.test(i))),r&&(a=r.parse(i),s=r.record.name);else{if(r=t.name?o.get(t.name):n.find((e=>e.re.test(t.path))),!r)throw Za(1,{location:e,currentLocation:t});s=r.record.name,a=ra({},t.params,e.params),i=r.stringify(a)}const l=[];let c=r;for(;c;)l.unshift(c.record),c=c.parent;return{name:s,path:i,params:a,matched:l,meta:fl(l)}},removeRoute:i,getRoutes:function(){return n},getRecordMatcher:function(e){return o.get(e)}}}function ul(e,t){const n={};for(const o of t)o in e&&(n[o]=e[o]);return n}function dl(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const o in e.components)t[o]="object"==typeof n?n[o]:n;return t}function hl(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function fl(e){return e.reduce(((e,t)=>ra(e,t.meta)),{})}function pl(e,t){const n={};for(const o in e)n[o]=o in t?t[o]:e[o];return n}function gl(e,t){return t.children.some((t=>t===e||gl(e,t)))}function ml(e){const t={};if(""===e||"?"===e)return t;const n=("?"===e[0]?e.slice(1):e).split("&");for(let o=0;oe&&Ta(e))):[o&&Ta(o)]).forEach((e=>{void 0!==e&&(t+=(t.length?"&":"")+n,null!=e&&(t+="="+e))}))}return t}function vl(e){const t={};for(const n in e){const o=e[n];void 0!==o&&(t[n]=aa(o)?o.map((e=>null==e?null:""+e)):null==o?o:""+o)}return t}const _l=Symbol(""),bl=Symbol(""),wl=Symbol(""),xl=Symbol(""),Tl=Symbol("");function Sl(){let e=[];return{add:function(t){return e.push(t),()=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)}},list:()=>e.slice(),reset:function(){e=[]}}}function kl(e,t,n,o,r,i=(e=>e())){const s=o&&(o.enterCallbacks[r]=o.enterCallbacks[r]||[]);return()=>new Promise(((a,l)=>{const c=e=>{var i;!1===e?l(Za(4,{from:n,to:t})):e instanceof Error?l(e):"string"==typeof(i=e)||i&&"object"==typeof i?l(Za(2,{from:t,to:e})):(s&&o.enterCallbacks[r]===s&&"function"==typeof e&&s.push(e),a())},u=i((()=>e.call(o&&o.instances[r],t,n,c)));let d=Promise.resolve(u);e.length<3&&(d=d.then(c)),d.catch((e=>l(e)))}))}function Cl(e,t,n,o,r=(e=>e())){const i=[];for(const a of e)for(const e in a.components){let l=a.components[e];if("beforeRouteEnter"===t||a.instances[e])if("object"==typeof(s=l)||"displayName"in s||"props"in s||"__vccOpts"in s){const s=(l.__vccOpts||l)[t];s&&i.push(kl(s,n,o,a,e,r))}else{let s=l();i.push((()=>s.then((i=>{if(!i)return Promise.reject(new Error(`Couldn't resolve component "${e}" at "${a.path}"`));const s=(l=i).__esModule||"Module"===l[Symbol.toStringTag]?i.default:i;var l;a.components[e]=s;const c=(s.__vccOpts||s)[t];return c&&kl(c,n,o,a,e,r)()}))))}}var s;return i}function El(e){const t=Sr(wl),n=Sr(xl),o=Oi((()=>t.resolve(hn(e.to)))),r=Oi((()=>{const{matched:e}=o.value,{length:t}=e,r=e[t-1],i=n.matched;if(!r||!i.length)return-1;const s=i.findIndex(Aa.bind(null,r));if(s>-1)return s;const a=Al(e[t-2]);return t>1&&Al(r)===a&&i[i.length-1].path!==a?i.findIndex(Aa.bind(null,e[t-2])):s})),i=Oi((()=>r.value>-1&&function(e,t){for(const n in t){const o=t[n],r=e[n];if("string"==typeof o){if(o!==r)return!1}else if(!aa(r)||r.length!==o.length||o.some(((e,t)=>e!==r[t])))return!1}return!0}(n.params,o.value.params))),s=Oi((()=>r.value>-1&&r.value===n.matched.length-1&&Ia(n.params,o.value.params)));return{route:o,href:Oi((()=>o.value.href)),isActive:i,isExactActive:s,navigate:function(n={}){return function(e){if(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)return;if(e.defaultPrevented)return;if(void 0!==e.button&&0!==e.button)return;if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}e.preventDefault&&e.preventDefault();return!0}(n)?t[hn(e.replace)?"replace":"push"](hn(e.to)).catch(sa):Promise.resolve()}}}const Pl=So({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:El,setup(e,{slots:t}){const n=Ht(El(e)),{options:o}=Sr(wl),r=Oi((()=>({[Il(e.activeClass,o.linkActiveClass,"router-link-active")]:n.isActive,[Il(e.exactActiveClass,o.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive})));return()=>{const o=t.default&&t.default(n);return e.custom?o:Li("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},o)}}});function Al(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Il=(e,t,n)=>null!=e?e:null!=t?t:n,Ol=So({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const o=Sr(Tl),r=Oi((()=>e.route||o.value)),i=Sr(bl,0),s=Oi((()=>{let e=hn(i);const{matched:t}=r.value;let n;for(;(n=t[e])&&!n.components;)e++;return e})),a=Oi((()=>r.value.matched[s.value]));Tr(bl,Oi((()=>s.value+1))),Tr(_l,a),Tr(Tl,r);const l=ln();return io((()=>[l.value,a.value,e.name]),(([e,t,n],[o,r,i])=>{t&&(t.instances[n]=e,r&&r!==t&&e&&e===o&&(t.leaveGuards.size||(t.leaveGuards=r.leaveGuards),t.updateGuards.size||(t.updateGuards=r.updateGuards))),!e||!t||r&&Aa(t,r)&&o||(t.enterCallbacks[n]||[]).forEach((t=>t(e)))}),{flush:"post"}),()=>{const o=r.value,i=e.name,s=a.value,c=s&&s.components[i];if(!c)return Ll(n.default,{Component:c,route:o});const u=s.props[i],d=u?!0===u?o.params:"function"==typeof u?u(o):u:null,h=Li(c,ra({},d,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(s.instances[i]=null)},ref:l}));return Ll(n.default,{Component:h,route:o})||h}}});function Ll(e,t){if(!e)return null;const n=e(t);return 1===n.length?n[0]:n}const Ml=Ol;function $l(e){const t=cl(e.routes,e),n=e.parseQuery||ml,o=e.stringifyQuery||yl,r=e.history,i=Sl(),s=Sl(),a=Sl(),l=cn(Ka);let c=Ka;oa&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=ia.bind(null,(e=>""+e)),d=ia.bind(null,Sa),h=ia.bind(null,ka);function f(e,i){if(i=ra({},i||l.value),"string"==typeof e){const o=Ea(n,e,i.path),s=t.resolve({path:o.path},i),a=r.createHref(o.fullPath);return ra(o,s,{params:h(s.params),hash:ka(o.hash),redirectedFrom:void 0,href:a})}let s;if(null!=e.path)s=ra({},e,{path:Ea(n,e.path,i.path).path});else{const t=ra({},e.params);for(const e in t)null==t[e]&&delete t[e];s=ra({},e,{params:d(t)}),i.params=d(i.params)}const a=t.resolve(s,i),c=e.hash||"";a.params=u(h(a.params));const f=function(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}(o,ra({},e,{hash:(p=c,xa(p).replace(va,"{").replace(ba,"}").replace(ma,"^")),path:a.path}));var p;const g=r.createHref(f);return ra({fullPath:f,hash:c,query:o===yl?vl(e.query):e.query||{}},a,{redirectedFrom:void 0,href:g})}function p(e){return"string"==typeof e?Ea(n,e,l.value.path):ra({},e)}function g(e,t){if(c!==e)return Za(8,{from:t,to:e})}function m(e){return v(e)}function y(e){const t=e.matched[e.matched.length-1];if(t&&t.redirect){const{redirect:n}=t;let o="function"==typeof n?n(e):n;return"string"==typeof o&&(o=o.includes("?")||o.includes("#")?o=p(o):{path:o},o.params={}),ra({query:e.query,hash:e.hash,params:null!=o.path?{}:e.params},o)}}function v(e,t){const n=c=f(e),r=l.value,i=e.state,s=e.force,a=!0===e.replace,u=y(n);if(u)return v(ra(p(u),{state:"object"==typeof u?ra({},i,u.state):i,force:s,replace:a}),t||n);const d=n;let h;return d.redirectedFrom=t,!s&&function(e,t,n){const o=t.matched.length-1,r=n.matched.length-1;return o>-1&&o===r&&Aa(t.matched[o],n.matched[r])&&Ia(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}(o,r,n)&&(h=Za(16,{to:d,from:r}),O(r,r,!0,!1)),(h?Promise.resolve(h):w(d,r)).catch((e=>el(e)?el(e,2)?e:I(e):A(e,d,r))).then((e=>{if(e){if(el(e,2))return v(ra({replace:a},p(e.to),{state:"object"==typeof e.to?ra({},i,e.to.state):i,force:s}),t||d)}else e=T(d,r,!0,a,i);return x(d,r,e),e}))}function _(e,t){const n=g(e,t);return n?Promise.reject(n):Promise.resolve()}function b(e){const t=$.values().next().value;return t&&"function"==typeof t.runWithContext?t.runWithContext(e):e()}function w(e,t){let n;const[o,r,a]=function(e,t){const n=[],o=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let s=0;sAa(e,i)))?o.push(i):n.push(i));const a=e.matched[s];a&&(t.matched.find((e=>Aa(e,a)))||r.push(a))}return[n,o,r]}(e,t);n=Cl(o.reverse(),"beforeRouteLeave",e,t);for(const i of o)i.leaveGuards.forEach((o=>{n.push(kl(o,e,t))}));const l=_.bind(null,e,t);return n.push(l),D(n).then((()=>{n=[];for(const o of i.list())n.push(kl(o,e,t));return n.push(l),D(n)})).then((()=>{n=Cl(r,"beforeRouteUpdate",e,t);for(const o of r)o.updateGuards.forEach((o=>{n.push(kl(o,e,t))}));return n.push(l),D(n)})).then((()=>{n=[];for(const o of a)if(o.beforeEnter)if(aa(o.beforeEnter))for(const r of o.beforeEnter)n.push(kl(r,e,t));else n.push(kl(o.beforeEnter,e,t));return n.push(l),D(n)})).then((()=>(e.matched.forEach((e=>e.enterCallbacks={})),n=Cl(a,"beforeRouteEnter",e,t,b),n.push(l),D(n)))).then((()=>{n=[];for(const o of s.list())n.push(kl(o,e,t));return n.push(l),D(n)})).catch((e=>el(e,8)?e:Promise.reject(e)))}function x(e,t,n){a.list().forEach((o=>b((()=>o(e,t,n)))))}function T(e,t,n,o,i){const s=g(e,t);if(s)return s;const a=t===Ka,c=oa?history.state:{};n&&(o||a?r.replace(e.fullPath,ra({scroll:a&&c&&c.scroll},i)):r.push(e.fullPath,i)),l.value=e,O(e,t,n,a),I()}let S;function k(){S||(S=r.listen(((e,t,n)=>{if(!R.listening)return;const o=f(e),i=y(o);if(i)return void v(ra(i,{replace:!0}),o).catch(sa);c=o;const s=l.value;var a,u;oa&&(a=Ua(s.fullPath,n.delta),u=ja(),Va.set(a,u)),w(o,s).catch((e=>el(e,12)?e:el(e,2)?(v(e.to,o).then((e=>{el(e,20)&&!n.delta&&n.type===Ma.pop&&r.go(-1,!1)})).catch(sa),Promise.reject()):(n.delta&&r.go(-n.delta,!1),A(e,o,s)))).then((e=>{(e=e||T(o,s,!1))&&(n.delta&&!el(e,8)?r.go(-n.delta,!1):n.type===Ma.pop&&el(e,20)&&r.go(-1,!1)),x(o,s,e)})).catch(sa)})))}let C,E=Sl(),P=Sl();function A(e,t,n){I(e);const o=P.list();return o.length?o.forEach((o=>o(e,t,n))):console.error(e),Promise.reject(e)}function I(e){return C||(C=!e,k(),E.list().forEach((([t,n])=>e?n(e):t())),E.reset()),e}function O(t,n,o,r){const{scrollBehavior:i}=e;if(!oa||!i)return Promise.resolve();const s=!o&&function(e){const t=Va.get(e);return Va.delete(e),t}(Ua(t.fullPath,0))||(r||!o)&&history.state&&history.state.scroll||null;return In().then((()=>i(t,n,s))).then((e=>e&&qa(e))).catch((e=>A(e,t,n)))}const L=e=>r.go(e);let M;const $=new Set,R={currentRoute:l,listening:!0,addRoute:function(e,n){let o,r;return Xa(e)?(o=t.getRecordMatcher(e),r=n):r=e,t.addRoute(r,o)},removeRoute:function(e){const n=t.getRecordMatcher(e);n&&t.removeRoute(n)},hasRoute:function(e){return!!t.getRecordMatcher(e)},getRoutes:function(){return t.getRoutes().map((e=>e.record))},resolve:f,options:e,push:m,replace:function(e){return m(ra(p(e),{replace:!0}))},go:L,back:()=>L(-1),forward:()=>L(1),beforeEach:i.add,beforeResolve:s.add,afterEach:a.add,onError:P.add,isReady:function(){return C&&l.value!==Ka?Promise.resolve():new Promise(((e,t)=>{E.add([e,t])}))},install(e){e.component("RouterLink",Pl),e.component("RouterView",Ml),e.config.globalProperties.$router=this,Object.defineProperty(e.config.globalProperties,"$route",{enumerable:!0,get:()=>hn(l)}),oa&&!M&&l.value===Ka&&(M=!0,m(r.location).catch((e=>{})));const t={};for(const o in Ka)Object.defineProperty(t,o,{get:()=>l.value[o],enumerable:!0});e.provide(wl,this),e.provide(xl,Wt(t)),e.provide(Tl,l);const n=e.unmount;$.add(e),e.unmount=function(){$.delete(e),$.size<1&&(c=Ka,S&&S(),S=null,l.value=Ka,M=!1,C=!1),n()}}};function D(e){return e.reduce(((e,t)=>e.then((()=>b(t)))),Promise.resolve())}return R}function Rl(){return Sr(xl)}const Dl=pe((()=>"undefined"!=typeof __uniConfig&&__uniConfig.locales&&!!Object.keys(__uniConfig.locales).length));let Bl;function Nl(e){return na(e,oe)?ql().f(e,function(){const e=sh(),t=__uniConfig.locales;return t[e]||t[__uniConfig.fallbackLocale]||t.en||{}}(),oe):e}function Fl(e,t){if(1===t.length){if(e){const n=e=>v(e)&&na(e,oe),o=t[0];let r=[];if(f(e)&&(r=e.filter((e=>n(e[o])))).length)return r;const i=e[t[0]];if(n(i))return e}return}const n=t.shift();return Fl(e&&e[n],t)}function jl(e,t){const n=Fl(e,t);if(!n)return!1;const o=t[t.length-1];if(f(n))n.forEach((e=>jl(e,[o])));else{let e=n[o];Object.defineProperty(n,o,{get:()=>Nl(e),set(t){e=t}})}return!0}function ql(){if(!Bl){let e;if(e=navigator.cookieEnabled&&window.localStorage&&localStorage.UNI_LOCALE||__uniConfig.locale||navigator.language,Bl=ta(e),Dl()){const t=Object.keys(__uniConfig.locales||{});t.length&&t.forEach((e=>Bl.add(e,__uniConfig.locales[e]))),Bl.setLocale(e)}}return Bl}function Ul(e,t,n){return t.reduce(((t,o,r)=>(t[e+o]=n[r],t)),{})}const Vl=pe((()=>{const e="uni.async.",t=["error"];ql().add("en",Ul(e,t,["The connection timed out, click the screen to try again."]),!1),ql().add("es",Ul(e,t,["Se agotó el tiempo de conexión, haga clic en la pantalla para volver a intentarlo."]),!1),ql().add("fr",Ul(e,t,["La connexion a expiré, cliquez sur l'écran pour réessayer."]),!1),ql().add("zh-Hans",Ul(e,t,["连接服务器超时,点击屏幕重试"]),!1),ql().add("zh-Hant",Ul(e,t,["連接服務器超時,點擊屏幕重試"]),!1)})),zl=pe((()=>{const e="uni.showToast.",t=["unpaired"];ql().add("en",Ul(e,t,["Please note showToast must be paired with hideToast"]),!1),ql().add("es",Ul(e,t,["Tenga en cuenta que showToast debe estar emparejado con hideToast"]),!1),ql().add("fr",Ul(e,t,["Veuillez noter que showToast doit être associé à hideToast"]),!1),ql().add("zh-Hans",Ul(e,t,["请注意 showToast 与 hideToast 必须配对使用"]),!1),ql().add("zh-Hant",Ul(e,t,["請注意 showToast 與 hideToast 必須配對使用"]),!1)})),Hl=pe((()=>{const e="uni.showLoading.",t=["unpaired"];ql().add("en",Ul(e,t,["Please note showLoading must be paired with hideLoading"]),!1),ql().add("es",Ul(e,t,["Tenga en cuenta que showLoading debe estar emparejado con hideLoading"]),!1),ql().add("fr",Ul(e,t,["Veuillez noter que showLoading doit être associé à hideLoading"]),!1),ql().add("zh-Hans",Ul(e,t,["请注意 showLoading 与 hideLoading 必须配对使用"]),!1),ql().add("zh-Hant",Ul(e,t,["請注意 showLoading 與 hideLoading 必須配對使用"]),!1)})),Wl=pe((()=>{const e="uni.showModal.",t=["cancel","confirm"];ql().add("en",Ul(e,t,["Cancel","OK"]),!1),ql().add("es",Ul(e,t,["Cancelar","OK"]),!1),ql().add("fr",Ul(e,t,["Annuler","OK"]),!1),ql().add("zh-Hans",Ul(e,t,["取消","确定"]),!1),ql().add("zh-Hant",Ul(e,t,["取消","確定"]),!1)})),Yl=pe((()=>{const e="uni.chooseFile.",t=["notUserActivation"];ql().add("en",Ul(e,t,["File chooser dialog can only be shown with a user activation"]),!1),ql().add("es",Ul(e,t,["El cuadro de diálogo del selector de archivos solo se puede mostrar con la activación del usuario"]),!1),ql().add("fr",Ul(e,t,["La boîte de dialogue du sélecteur de fichier ne peut être affichée qu'avec une activation par l'utilisateur"]),!1),ql().add("zh-Hans",Ul(e,t,["文件选择器对话框只能在由用户激活时显示"]),!1),ql().add("zh-Hant",Ul(e,t,["文件選擇器對話框只能在由用戶激活時顯示"]),!1)})),Xl=pe((()=>{const e="uni.picker.",t=["done","cancel"];ql().add("en",Ul(e,t,["Done","Cancel"]),!1),ql().add("es",Ul(e,t,["OK","Cancelar"]),!1),ql().add("fr",Ul(e,t,["OK","Annuler"]),!1),ql().add("zh-Hans",Ul(e,t,["完成","取消"]),!1),ql().add("zh-Hant",Ul(e,t,["完成","取消"]),!1)})),Kl=pe((()=>{const e="uni.video.",t=["danmu","volume"];ql().add("en",Ul(e,t,["Danmu","Volume"]),!1),ql().add("es",Ul(e,t,["Danmu","Volumen"]),!1),ql().add("fr",Ul(e,t,["Danmu","Le Volume"]),!1),ql().add("zh-Hans",Ul(e,t,["弹幕","音量"]),!1),ql().add("zh-Hant",Ul(e,t,["彈幕","音量"]),!1)}));function Jl(e){const t=new $e;return{on:(e,n)=>t.on(e,n),once:(e,n)=>t.once(e,n),off:(e,n)=>t.off(e,n),emit:(e,...n)=>t.emit(e,...n),subscribe(n,o,r=!1){t[r?"once":"on"](`${e}.${n}`,o)},unsubscribe(n,o){t.off(`${e}.${n}`,o)},subscribeHandler(n,o,r){t.emit(`${e}.${n}`,o,r)}}}let Gl=1;const Ql=Object.create(null);function Zl(e,t){return e+"."+t}function ec(e,t,n){t=Zl(e,t),Ql[t]||(Ql[t]=n)}function tc({id:e,name:t,args:n},o){t=Zl(o,t);const r=t=>{e&&Cv.publishHandler("invokeViewApi."+e,t)},i=Ql[t];i?i(n,r):r({})}const nc=c(Jl("service"),{invokeServiceMethod:(e,t,n)=>{const{subscribe:o,publishHandler:r}=Cv,i=n?Gl++:0;n&&o("invokeServiceApi."+i,n,!0),r("invokeServiceApi",{id:i,name:e,args:t})}}),oc=we(!0);let rc;function ic(){rc&&(clearTimeout(rc),rc=null)}let sc=0,ac=0;function lc(e){if(ic(),1!==e.touches.length)return;const{pageX:t,pageY:n}=e.touches[0];sc=t,ac=n,rc=setTimeout((function(){const t=new CustomEvent("longpress",{bubbles:!0,cancelable:!0,target:e.target,currentTarget:e.currentTarget});t.touches=e.touches,t.changedTouches=e.changedTouches,e.target.dispatchEvent(t)}),350)}function cc(e){if(!rc)return;if(1!==e.touches.length)return ic();const{pageX:t,pageY:n}=e.touches[0];return Math.abs(t-sc)>10||Math.abs(n-ac)>10?ic():void 0}function uc(e,t){const n=Number(e);return isNaN(n)?t:n}function dc(){const e=__uniConfig.globalStyle||{},t=uc(e.rpxCalcMaxDeviceWidth,960),n=uc(e.rpxCalcBaseDeviceWidth,375);function o(){let e=function(){const e=/^Apple/.test(navigator.vendor)&&"number"==typeof window.orientation,t=e&&90===Math.abs(window.orientation);var n=e?Math[t?"max":"min"](screen.width,screen.height):screen.width;return Math.min(window.innerWidth,document.documentElement.clientWidth,n)||n}();e=e<=t?e:n,document.documentElement.style.fontSize=e/23.4375+"px"}o(),document.addEventListener("DOMContentLoaded",o),window.addEventListener("load",o),window.addEventListener("resize",o)}function hc(){dc(),ve(),window.addEventListener("touchstart",lc,oc),window.addEventListener("touchmove",cc,oc),window.addEventListener("touchend",ic,oc),window.addEventListener("touchcancel",ic,oc)}function fc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var pc,gc,mc=["top","left","right","bottom"],yc={};function vc(){return gc="CSS"in window&&"function"==typeof CSS.supports?CSS.supports("top: env(safe-area-inset-top)")?"env":CSS.supports("top: constant(safe-area-inset-top)")?"constant":"":""}function _c(){if(gc="string"==typeof gc?gc:vc()){var e=[],t=!1;try{var n=Object.defineProperty({},"passive",{get:function(){t={passive:!0}}});window.addEventListener("test",null,n)}catch(bx){}var o=document.createElement("div");r(o,{position:"absolute",left:"0",top:"0",width:"0",height:"0",zIndex:"-1",overflow:"hidden",visibility:"hidden"}),mc.forEach((function(e){s(o,e)})),document.body.appendChild(o),i(),pc=!0}else mc.forEach((function(e){yc[e]=0}));function r(e,t){var n=e.style;Object.keys(t).forEach((function(e){var o=t[e];n[e]=o}))}function i(t){t?e.push(t):e.forEach((function(e){e()}))}function s(e,n){var o=document.createElement("div"),s=document.createElement("div"),a=document.createElement("div"),l=document.createElement("div"),c={position:"absolute",width:"100px",height:"200px",boxSizing:"border-box",overflow:"hidden",paddingBottom:gc+"(safe-area-inset-"+n+")"};r(o,c),r(s,c),r(a,{transition:"0s",animation:"none",width:"400px",height:"400px"}),r(l,{transition:"0s",animation:"none",width:"250%",height:"250%"}),o.appendChild(a),s.appendChild(l),e.appendChild(o),e.appendChild(s),i((function(){o.scrollTop=s.scrollTop=1e4;var e=o.scrollTop,r=s.scrollTop;function i(){this.scrollTop!==(this===o?e:r)&&(o.scrollTop=s.scrollTop=1e4,e=o.scrollTop,r=s.scrollTop,function(e){wc.length||setTimeout((function(){var e={};wc.forEach((function(t){e[t]=yc[t]})),wc.length=0,xc.forEach((function(t){t(e)}))}),0);wc.push(e)}(n))}o.addEventListener("scroll",i,t),s.addEventListener("scroll",i,t)}));var u=getComputedStyle(o);Object.defineProperty(yc,n,{configurable:!0,get:function(){return parseFloat(u.paddingBottom)}})}}function bc(e){return pc||_c(),yc[e]}var wc=[];var xc=[];const Tc=fc({get support(){return 0!=("string"==typeof gc?gc:vc()).length},get top(){return bc("top")},get left(){return bc("left")},get right(){return bc("right")},get bottom(){return bc("bottom")},onChange:function(e){vc()&&(pc||_c(),"function"==typeof e&&xc.push(e))},offChange:function(e){var t=xc.indexOf(e);t>=0&&xc.splice(t,1)}}),Sc=Vs((()=>{}),["prevent"]),kc=Vs((e=>{}),["stop"]);function Cc(e,t){return parseInt((e.getPropertyValue(t).match(/\d+/)||["0"])[0])}function Ec(){const e=Cc(document.documentElement.style,"--window-top");return e?e+Tc.top:0}function Pc(){const e=document.documentElement.style,t=Ec(),n=Cc(e,"--window-bottom"),o=Cc(e,"--window-left"),r=Cc(e,"--window-right"),i=Cc(e,"--top-window-height");return{top:t,bottom:n?n+Tc.bottom:0,left:o?o+Tc.left:0,right:r?r+Tc.right:0,topWindowHeight:i||0}}function Ac(e){const t=document.documentElement.style;Object.keys(e).forEach((n=>{t.setProperty(n,e[n])}))}function Ic(e){return Ac(e)}function Oc(e){return Symbol(e)}function Lc(e){return-1!==(e+="").indexOf("rpx")||-1!==e.indexOf("upx")}function Mc(e,t=!1){if(t)return function(e){if(!Lc(e))return e;return e.replace(/(\d+(\.\d+)?)[ru]px/g,((e,t)=>Bd(parseFloat(t))+"px"))}(e);if(v(e)){const t=parseInt(e)||0;return Lc(e)?Bd(t):t}return e}const $c="M1.952 18.080q-0.32-0.352-0.416-0.88t0.128-0.976l0.16-0.352q0.224-0.416 0.64-0.528t0.8 0.176l6.496 4.704q0.384 0.288 0.912 0.272t0.88-0.336l17.312-14.272q0.352-0.288 0.848-0.256t0.848 0.352l-0.416-0.416q0.32 0.352 0.32 0.816t-0.32 0.816l-18.656 18.912q-0.32 0.352-0.8 0.352t-0.8-0.32l-7.936-8.064z",Rc="M15.808 0.16q-4.224 0-7.872 2.176-3.552 2.112-5.632 5.728-2.144 3.744-2.144 8.128 0 4.192 2.144 7.872 2.112 3.52 5.632 5.632 3.68 2.144 7.872 2.144 4.384 0 8.128-2.144 3.616-2.080 5.728-5.632 2.176-3.648 2.176-7.872 0-4.384-2.176-8.128-2.112-3.616-5.728-5.728-3.744-2.176-8.128-2.176zM15.136 8.672h1.728q0.128 0 0.224 0.096t0.096 0.256l-0.384 10.24q0 0.064-0.048 0.112t-0.112 0.048h-1.248q-0.096 0-0.144-0.048t-0.048-0.112l-0.384-10.24q0-0.16 0.096-0.256t0.224-0.096zM16 23.328q-0.48 0-0.832-0.352t-0.352-0.848 0.352-0.848 0.832-0.352 0.832 0.352 0.352 0.848-0.352 0.848-0.832 0.352z",Dc="M21.781 7.844l-9.063 8.594 9.063 8.594q0.25 0.25 0.25 0.609t-0.25 0.578q-0.25 0.25-0.578 0.25t-0.578-0.25l-9.625-9.125q-0.156-0.125-0.203-0.297t-0.047-0.359q0-0.156 0.047-0.328t0.203-0.297l9.625-9.125q0.25-0.25 0.578-0.25t0.578 0.25q0.25 0.219 0.25 0.578t-0.25 0.578z";function Bc(e,t="#000",n=27){return li("svg",{width:n,height:n,viewBox:"0 0 32 32"},[li("path",{d:e,fill:t},null,8,["d","fill"])],8,["width","height"])}function Nc(){{const{$pageInstance:e}=bi();return e&&e.proxy.$page.id}}function Fc(){const e=wg(),t=e.length;if(t)return e[t-1]}function jc(){const e=Fc();if(e)return e.$page.meta}function qc(){const e=jc();return e?e.id:-1}function Uc(){const e=Fc();if(e)return e.$vm}const Vc=["navigationBar","pullToRefresh"];function zc(e,t){const n=JSON.parse(JSON.stringify(__uniConfig.globalStyle||{})),o=c({id:t},n,e);Vc.forEach((t=>{o[t]=c({},n[t],e[t])}));const{navigationBar:r}=o;return r.titleText&&r.titleImage&&(r.titleText=""),o}function Hc(e,t,n){if(v(e))n=t,t=e,e=Uc();else if("number"==typeof e){const t=wg().find((t=>t.$page.id===e));e=t?t.$vm:Uc()}if(!e)return;const o=e.$[t];return o&&((e,t)=>{let n;for(let o=0;o{function s(){if((()=>{const{scrollHeight:e}=document.documentElement,t=window.innerHeight,o=window.scrollY,i=o>0&&e>t&&o+t+n>=e,s=Math.abs(e-Xc)>n;return!i||r&&!s?(!i&&r&&(r=!1),!1):(Xc=e,r=!0,!0)})())return t&&t(),i=!1,setTimeout((function(){i=!0}),350),!0}e&&e(window.pageYOffset),t&&i&&(s()||(Yc=setTimeout(s,300))),o=!1};return function(){clearTimeout(Yc),o||requestAnimationFrame(s),o=!0}}function Jc(e,t){if(0===t.indexOf("/"))return t;if(0===t.indexOf("./"))return Jc(e,t.slice(2));const n=t.split("/"),o=n.length;let r=0;for(;r0?e.split("/"):[];return i.splice(i.length-r-1,r+1),he(i.concat(n).join("/"))}function Gc(e,t=!1){return t?__uniRoutes.find((t=>t.path===e||t.alias===e)):__uniRoutes.find((t=>t.path===e))}class Qc{constructor(e){this.$bindClass=!1,this.$bindStyle=!1,this.$vm=e,this.$el=function(e,t=!1){const{vnode:n}=e;if(le(n.el))return t?n.el?[n.el]:[]:n.el;const{subTree:o}=e;if(16&o.shapeFlag){const e=o.children.filter((e=>e.el&&le(e.el)));if(e.length>0)return t?e.map((e=>e.el)):e[0].el}return t?n.el?[n.el]:[]:n.el}(e.$),this.$el.getAttribute&&(this.$bindClass=!!this.$el.getAttribute("class"),this.$bindStyle=!!this.$el.getAttribute("style"))}selectComponent(e){if(!this.$el||!e)return;const t=nu(this.$el.querySelector(e));return t?Zc(t,!1):void 0}selectAllComponents(e){if(!this.$el||!e)return[];const t=[],n=this.$el.querySelectorAll(e);for(let o=0;o-1&&t.splice(n,1)}const n=this.$el.__wxsRemoveClass||(this.$el.__wxsRemoveClass=[]);return-1===n.indexOf(e)&&(n.push(e),this.forceUpdate("class")),this}hasClass(e){return this.$el&&this.$el.classList.contains(e)}getDataset(){return this.$el&&this.$el.dataset}callMethod(e,t={}){const n=this.$vm[e];y(n)?n(JSON.parse(JSON.stringify(t))):this.$vm.ownerId&&Cv.publishHandler("onWxsInvokeCallMethod",{nodeId:this.$el.__id,ownerId:this.$vm.ownerId,method:e,args:t})}requestAnimationFrame(e){return window.requestAnimationFrame(e)}getState(){return this.$el&&(this.$el.__wxsState||(this.$el.__wxsState={}))}triggerEvent(e,t={}){return this.$vm.$emit(e,t),this}getComputedStyle(e){if(this.$el){const t=window.getComputedStyle(this.$el);return e&&e.length?e.reduce(((e,n)=>(e[n]=t[n],e)),{}):t}return{}}setTimeout(e,t){return window.setTimeout(e,t)}clearTimeout(e){return window.clearTimeout(e)}getBoundingClientRect(){return this.$el.getBoundingClientRect()}}function Zc(e,t=!0){if(t&&e&&(e=ae(e.$)),e&&e.$el)return e.$el.__wxsComponentDescriptor||(e.$el.__wxsComponentDescriptor=new Qc(e)),e.$el.__wxsComponentDescriptor}function eu(e,t){return Zc(e,t)}function tu(e,t,n,o=!0){if(t){e.__instance||(e.__instance=!0,Object.defineProperty(e,"instance",{get:()=>eu(n.proxy,!1)}));const r=function(e,t,n=!0){if(!t)return!1;if(n&&e.length<2)return!1;const o=ae(t);if(!o)return!1;const r=o.$.type;return!(!r.$wxs&&!r.$renderjs)&&o}(t,n,o);if(r)return[e,eu(r,!1)]}}function nu(e){if(e)return e.__vueParentComponent&&e.__vueParentComponent.proxy}function ou(e,t=!1){const{type:n,timeStamp:o,target:r,currentTarget:i}=e;let s,a;s=xe(t?r:function(e){for(;e&&0!==e.tagName.indexOf("UNI-");)e=e.parentElement;return e}(r)),a=xe(i);const l={type:n,timeStamp:o,target:s,detail:{},currentTarget:a};return e._stopped&&(l._stopped=!0),e.type.startsWith("touch")&&(l.touches=e.touches,l.changedTouches=e.changedTouches),function(e,t){c(e,{preventDefault:()=>t.preventDefault(),stopPropagation:()=>t.stopPropagation()})}(l,e),l}function ru(e,t){return{force:1,identifier:0,clientX:e.clientX,clientY:e.clientY-t,pageX:e.pageX,pageY:e.pageY-t}}function iu(e,t){const n=[];for(let o=0;o0===e.type.indexOf("mouse")||["contextmenu"].includes(e.type))(e))!function(e,t){const n=Ec();e.pageX=t.pageX,e.pageY=t.pageY-n,e.clientX=t.clientX,e.clientY=t.clientY-n,e.touches=e.changedTouches=[ru(t,n)]}(i,e);else if((e=>"undefined"!=typeof TouchEvent&&e instanceof TouchEvent||0===e.type.indexOf("touch")||["longpress"].indexOf(e.type)>=0)(e)){const t=Ec();i.touches=iu(e.touches,t),i.changedTouches=iu(e.changedTouches,t)}else if((e=>!e.type.indexOf("key")&&e instanceof KeyboardEvent)(e)){["key","code"].forEach((t=>{Object.defineProperty(i,t,{get:()=>e[t]})}))}return tu(i,t,n)||[i]},createNativeEvent:ou},Symbol.toStringTag,{value:"Module"});function au(e){!function(e){const t=e.globalProperties;c(t,su),t.$gcd=eu}(e._context.config)}let lu=1;function cu(e){return(e||qc())+".invokeViewApi"}const uu=c(Jl("view"),{invokeOnCallback:(e,t)=>Ev.emit("api."+e,t),invokeViewMethod:(e,t,n,o)=>{const{subscribe:r,publishHandler:i}=Ev,s=o?lu++:0;o&&r("invokeViewApi."+s,o,!0),i(cu(n),{id:s,name:e,args:t},n)},invokeViewMethodKeepAlive:(e,t,n,o)=>{const{subscribe:r,unsubscribe:i,publishHandler:s}=Ev,a=lu++,l="invokeViewApi."+a;return r(l,n),s(cu(o),{id:a,name:e,args:t},o),()=>{i(l)}}});function du(e){Hc(Fc(),"onResize",e),Ev.invokeOnCallback("onWindowResize",e)}function hu(e){const t=Fc();Hc(Hg(),"onShow",e),Hc(t,"onShow")}function fu(){Hc(Hg(),"onHide"),Hc(Fc(),"onHide")}const pu=["onPageScroll","onReachBottom"];function gu(){pu.forEach((e=>Ev.subscribe(e,function(e){return(t,n)=>{Hc(parseInt(n),e,t)}}(e))))}function mu(){!function(){const{on:e}=Ev;e("onResize",du),e("onAppEnterForeground",hu),e("onAppEnterBackground",fu)}(),gu()}function yu(){if(this.$route){const e=this.$route.meta;return e.eventChannel||(e.eventChannel=new Pe(this.$page.id)),e.eventChannel}}function vu(e){e._context.config.globalProperties.getOpenerEventChannel=yu}function _u(){return{path:"",query:{},scene:1001,referrerInfo:{appId:"",extraData:{}}}}function bu(e){return/^-?\d+[ur]px$/i.test(e)?e.replace(/(^-?\d+)[ur]px$/i,((e,t)=>`${Bd(parseFloat(t))}px`)):/^-?[\d\.]+$/.test(e)?`${e}px`:e||""}function wu(e){const t=e.animation;if(!t||!t.actions||!t.actions.length)return;let n=0;const o=t.actions,r=t.actions.length;function i(){const t=o[n],s=t.option.transition,a=function(e){const t=["matrix","matrix3d","scale","scale3d","rotate3d","skew","translate","translate3d"],n=["scaleX","scaleY","scaleZ","rotate","rotateX","rotateY","rotateZ","skewX","skewY","translateX","translateY","translateZ"],o=["opacity","background-color"],r=["width","height","left","right","top","bottom"],i=e.animates,s=e.option,a=s.transition,l={},c=[];return i.forEach((e=>{let i=e.type,s=[...e.args];if(t.concat(n).includes(i))i.startsWith("rotate")||i.startsWith("skew")?s=s.map((e=>parseFloat(e)+"deg")):i.startsWith("translate")&&(s=s.map(bu)),n.indexOf(i)>=0&&(s.length=1),c.push(`${i}(${s.join(",")})`);else if(o.concat(r).includes(s[0])){i=s[0];const e=s[1];l[i]=r.includes(i)?bu(e):e}})),l.transform=l.webkitTransform=c.join(" "),l.transition=l.webkitTransition=Object.keys(l).map((e=>`${function(e){return e.replace(/[A-Z]/g,(e=>`-${e.toLowerCase()}`)).replace("webkit","-webkit")}(e)} ${a.duration}ms ${a.timingFunction} ${a.delay}ms`)).join(","),l.transformOrigin=l.webkitTransformOrigin=s.transformOrigin,l}(t);Object.keys(a).forEach((t=>{e.$el.style[t]=a[t]})),n+=1,n{i()}),0)}const xu={props:["animation"],watch:{animation:{deep:!0,handler(){wu(this)}}},mounted(){wu(this)}},Tu=e=>{e.__reserved=!0;const{props:t,mixins:n}=e;return t&&t.animation||(n||(e.mixins=[])).push(xu),Su(e)},Su=e=>(e.__reserved=!0,e.compatConfig={MODE:3},So(e));function ku(e){return e.__wwe=!0,e}function Cu(e,t){return(n,o,r)=>{e.value&&t(n,function(e,t,n,o){let r;return r=xe(n),{type:o.type||e,timeStamp:t.timeStamp||0,target:r,currentTarget:r,detail:o}}(n,o,e.value,r||{}))}}const Eu={hoverClass:{type:String,default:"none"},hoverStopPropagation:{type:Boolean,default:!1},hoverStartTime:{type:[Number,String],default:50},hoverStayTime:{type:[Number,String],default:400}};function Pu(e){const t=ln(!1);let n,o,r=!1;function i(){requestAnimationFrame((()=>{clearTimeout(o),o=setTimeout((()=>{t.value=!1}),parseInt(e.hoverStayTime))}))}function s(o){o._hoverPropagationStopped||e.hoverClass&&"none"!==e.hoverClass&&!e.disabled&&(e.hoverStopPropagation&&(o._hoverPropagationStopped=!0),r=!0,n=setTimeout((()=>{t.value=!0,r||i()}),parseInt(e.hoverStartTime)))}function a(){r=!1,t.value&&i()}function l(){a(),window.removeEventListener("mouseup",l)}return{hovering:t,binding:{onTouchstartPassive:ku((function(e){e.touches.length>1||s(e)})),onMousedown:ku((function(e){r||(s(e),window.addEventListener("mouseup",l))})),onTouchend:ku((function(){a()})),onMouseup:ku((function(){r&&l()})),onTouchcancel:ku((function(){r=!1,t.value=!1,clearTimeout(n)}))}}}function Au(e,t){return v(t)&&(t=[t]),t.reduce(((t,n)=>(e[n]&&(t[n]=!0),t)),Object.create(null))}const Iu=Oc("uf"),Ou=Oc("ul");function Lu(e,t,n){const o=Nc();n&&!e||S(t)&&Object.keys(t).forEach((r=>{n?0!==r.indexOf("@")&&0!==r.indexOf("uni-")&&Cv.on(`uni-${r}-${o}-${e}`,t[r]):0===r.indexOf("uni-")?Cv.on(r,t[r]):e&&Cv.on(`uni-${r}-${o}-${e}`,t[r])}))}function Mu(e,t,n){const o=Nc();n&&!e||S(t)&&Object.keys(t).forEach((r=>{n?0!==r.indexOf("@")&&0!==r.indexOf("uni-")&&Cv.off(`uni-${r}-${o}-${e}`,t[r]):0===r.indexOf("uni-")?Cv.off(r,t[r]):e&&Cv.off(`uni-${r}-${o}-${e}`,t[r])}))}const $u=Tu({name:"Button",props:{id:{type:String,default:""},hoverClass:{type:String,default:"button-hover"},hoverStartTime:{type:[Number,String],default:20},hoverStayTime:{type:[Number,String],default:70},hoverStopPropagation:{type:Boolean,default:!1},disabled:{type:[Boolean,String],default:!1},formType:{type:String,default:""},openType:{type:String,default:""},loading:{type:[Boolean,String],default:!1},plain:{type:[Boolean,String],default:!1}},setup(e,{slots:t}){const n=ln(null),o=Sr(Iu,!1),{hovering:r,binding:i}=Pu(e);ql();const s=ku(((t,r)=>{if(e.disabled)return t.stopImmediatePropagation();r&&n.value.click();const i=e.formType;if(i){if(!o)return;"submit"===i?o.submit(t):"reset"===i&&o.reset(t)}else;})),a=Sr(Ou,!1);return a&&(a.addHandler(s),Yo((()=>{a.removeHandler(s)}))),function(e,t){Lu(e.id,t),io((()=>e.id),((e,n)=>{Mu(n,t,!0),Lu(e,t,!0)})),Xo((()=>{Mu(e.id,t)}))}(e,{"label-click":s}),()=>{const o=e.hoverClass,a=Au(e,"disabled"),l=Au(e,"loading"),c=Au(e,"plain"),u=o&&"none"!==o;return li("uni-button",gi({ref:n,onClick:s,id:e.id,class:u&&r.value?o:""},u&&i,a,l,c),[t.default&&t.default()],16,["onClick","id"])}}});function Ru(e){const{base:t}=__uniConfig.router;return 0===he(e).indexOf(t)?he(e):t+e}function Du(e){const{base:t,assets:n}=__uniConfig.router;if("./"===t&&(0===e.indexOf("./static/")||n&&0===e.indexOf("./"+n+"/"))&&(e=e.slice(1)),0===e.indexOf("/")){if(0!==e.indexOf("//"))return Ru(e.slice(1));e="https:"+e}if(re.test(e)||ie.test(e)||0===e.indexOf("blob:"))return e;const o=wg();return o.length?Ru(Jc(o[o.length-1].$page.route,e).slice(1)):e}const Bu=navigator.userAgent,Nu=/android/i.test(Bu),Fu=/iphone|ipad|ipod/i.test(Bu),ju=Bu.match(/Windows NT ([\d|\d.\d]*)/i),qu=/Macintosh|Mac/i.test(Bu),Uu=/Linux|X11/i.test(Bu),Vu=qu&&navigator.maxTouchPoints>0;function zu(){return/^Apple/.test(navigator.vendor)&&"number"==typeof window.orientation}function Hu(e){return e&&90===Math.abs(window.orientation)}function Wu(e,t){return e?Math[t?"max":"min"](screen.width,screen.height):screen.width}function Yu(e){return Math.min(window.innerWidth,document.documentElement.clientWidth,e)||e}function Xu(e,t,n,o){Ev.invokeViewMethod("video."+e,{videoId:e,type:n,data:o},t)}function Ku(e,t){const n={},{top:o,topWindowHeight:r}=Pc();if(t.node){const t=e.tagName.split("-")[1];t&&(n.node=e.querySelector(t))}if(t.id&&(n.id=e.id),t.dataset&&(n.dataset=_e(e)),t.rect||t.size){const i=e.getBoundingClientRect();t.rect&&(n.left=i.left,n.right=i.right,n.top=i.top-o-r,n.bottom=i.bottom-o-r),t.size&&(n.width=i.width,n.height=i.height)}if(f(t.properties)&&t.properties.forEach((e=>{e=e.replace(/-([a-z])/g,(function(e,t){return t.toUpperCase()}))})),t.scrollOffset)if("UNI-SCROLL-VIEW"===e.tagName){const t=e.children[0].children[0];n.scrollLeft=t.scrollLeft,n.scrollTop=t.scrollTop,n.scrollHeight=t.scrollHeight,n.scrollWidth=t.scrollWidth}else n.scrollLeft=0,n.scrollTop=0,n.scrollHeight=0,n.scrollWidth=0;if(f(t.computedStyle)){const o=getComputedStyle(e);t.computedStyle.forEach((e=>{n[e]=o[e]}))}return t.context&&(n.contextInfo=function(e){return e.__uniContextInfo}(e)),n}function Ju(e,t){return(e.matches||e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector||function(e){const t=this.parentElement.querySelectorAll(e);let n=t.length;for(;--n>=0&&t.item(n)!==this;);return n>-1}).call(e,t)}function Gu(e,t,n){const o=[];t.forEach((({component:t,selector:n,single:r,fields:i})=>{null===t?o.push(function(e){const t={};if(e.id&&(t.id=""),e.dataset&&(t.dataset={}),e.rect&&(t.left=0,t.right=0,t.top=0,t.bottom=0),e.size&&(t.width=document.documentElement.clientWidth,t.height=document.documentElement.clientHeight),e.scrollOffset){const e=document.documentElement,n=document.body;t.scrollLeft=e.scrollLeft||n.scrollLeft||0,t.scrollTop=e.scrollTop||n.scrollTop||0,t.scrollHeight=e.scrollHeight||n.scrollHeight||0,t.scrollWidth=e.scrollWidth||n.scrollWidth||0}return t}(i)):o.push(function(e,t,n,o,r){const i=function(e,t){return e?e.$el:t.$el}(t,e),s=i.parentElement;if(!s)return o?null:[];const{nodeType:a}=i,l=3===a||8===a;if(o){const e=l?s.querySelector(n):Ju(i,n)?i:i.querySelector(n);return e?Ku(e,r):null}{let e=[];const t=(l?s:i).querySelectorAll(n);return t&&t.length&&[].forEach.call(t,(t=>{e.push(Ku(t,r))})),!l&&Ju(i,n)&&e.unshift(Ku(i,r)),e}}(e,t,n,r,i))})),n(o)}const Qu=["original","compressed"],Zu=["album","camera"],ed=["GET","OPTIONS","HEAD","POST","PUT","DELETE","TRACE","CONNECT","PATCH"];function td(e,t){return e&&-1!==t.indexOf(e)?e:t[0]}function nd(e,t){return!f(e)||0===e.length||e.find((e=>-1===t.indexOf(e)))?t:e}function od(e){return function(){try{return e.apply(e,arguments)}catch(bx){console.error(bx)}}}let rd=1;const id={};function sd(e,t,n){if("number"==typeof e){const o=id[e];if(o)return o.keepAlive||delete id[e],o.callback(t,n)}return t}const ad="success",ld="fail",cd="complete";function ud(e,t={},{beforeAll:n,beforeSuccess:o}={}){S(t)||(t={});const{success:r,fail:i,complete:s}=function(e){const t={};for(const n in e){const o=e[n];y(o)&&(t[n]=od(o),delete e[n])}return t}(t),a=y(r),l=y(i),c=y(s),u=rd++;return function(e,t,n,o=!1){id[e]={name:t,keepAlive:o,callback:n}}(u,e,(u=>{(u=u||{}).errMsg=function(e,t){return e&&-1!==e.indexOf(":fail")?t+e.substring(e.indexOf(":fail")):t+":ok"}(u.errMsg,e),y(n)&&n(u),u.errMsg===e+":ok"?(y(o)&&o(u,t),a&&r(u)):l&&i(u),c&&s(u)})),u}const dd="success",hd="fail",fd="complete",pd={},gd={};function md(e,t){return function(n){return e(n,t)||n}}function yd(e,t,n){let o=!1;for(let r=0;re(t),catch(){}}}function vd(e,t={}){return[dd,hd,fd].forEach((n=>{const o=e[n];if(!f(o))return;const r=t[n];t[n]=function(e){yd(o,e,t).then((e=>y(r)&&r(e)||e))}})),t}function _d(e,t){const n=[];f(pd.returnValue)&&n.push(...pd.returnValue);const o=gd[e];return o&&f(o.returnValue)&&n.push(...o.returnValue),n.forEach((e=>{t=e(t)||t})),t}function bd(e){const t=Object.create(null);Object.keys(pd).forEach((e=>{"returnValue"!==e&&(t[e]=pd[e].slice())}));const n=gd[e];return n&&Object.keys(n).forEach((e=>{"returnValue"!==e&&(t[e]=(t[e]||[]).concat(n[e]))})),t}function wd(e,t,n,o){const r=bd(e);if(r&&Object.keys(r).length){if(f(r.invoke)){return yd(r.invoke,n).then((n=>t(vd(bd(e),n),...o)))}return t(vd(r,n),...o)}return t(n,...o)}function xd(e,t){return(n={},...o)=>function(e){return!(!S(e)||![ad,ld,cd].find((t=>y(e[t]))))}(n)?_d(e,wd(e,t,n,o)):_d(e,new Promise(((r,i)=>{wd(e,t,c(n,{success:r,fail:i}),o)})))}function Td(e,t,n,o={}){const r=t+":fail"+(n?" "+n:"");return delete o.errCode,sd(e,c({errMsg:r},o))}function Sd(e,t,n,o){if(o&&o.beforeInvoke){const e=o.beforeInvoke(t);if(v(e))return e}const r=function(e,t){const n=e[0];if(!t||!S(t.formatArgs)&&S(n))return;const o=t.formatArgs,r=Object.keys(o);for(let i=0;i{const r=ud(e,n,o),i=Sd(0,[n],0,o);return i?Td(r,e,i):t(n,{resolve:t=>function(e,t,n){return sd(e,c(n||{},{errMsg:t+":ok"}))}(r,e,t),reject:(t,n)=>Td(r,e,function(e){return!e||v(e)?e:e.stack?(console.error(e.message+"\n"+e.stack),e.message):e}(t),n)})}}function Cd(e,t,n,o){return xd(e,kd(e,t,0,o))}function Ed(e,t,n,o){return function(e,t,n,o){return(...e)=>{const n=Sd(0,e,0,o);if(n)throw new Error(n);return t.apply(null,e)}}(0,t,0,o)}function Pd(e,t,n,o){return xd(e,function(e,t,n,o){return kd(e,t,0,o)}(e,t,0,o))}let Ad=!1,Id=0,Od=0,Ld=960,Md=375,$d=750;function Rd(){const{platform:e,pixelRatio:t,windowWidth:n}=function(){const e=zu(),t=Yu(Wu(e,Hu(e)));return{platform:Fu?"ios":"other",pixelRatio:window.devicePixelRatio,windowWidth:t}}();Id=n,Od=t,Ad="ios"===e}function Dd(e,t){const n=Number(e);return isNaN(n)?t:n}const Bd=Ed(0,((e,t)=>{if(0===Id&&(Rd(),function(){const e=__uniConfig.globalStyle||{};Ld=Dd(e.rpxCalcMaxDeviceWidth,960),Md=Dd(e.rpxCalcBaseDeviceWidth,375),$d=Dd(e.rpxCalcBaseDeviceWidth,750)}()),0===(e=Number(e)))return 0;let n=t||Id;n=e===$d||n<=Ld?n:Md;let o=e/750*n;return o<0&&(o=-o),o=Math.floor(o+1e-4),0===o&&(o=1!==Od&&Ad?.5:1),e<0?-o:o}));function Nd(e,t){Object.keys(t).forEach((n=>{y(t[n])&&(e[n]=function(e,t){const n=t?e?e.concat(t):f(t)?t:[t]:e;return n?function(e){const t=[];for(let n=0;n{v(e)&&S(t)?Nd(gd[e]||(gd[e]={}),t):S(e)&&Nd(pd,e)})),jd=[.5,.8,1,1.25,1.5,2];const qd=(e,t,n,o)=>{!function(e,t,n,o,r){Ev.invokeViewMethod("map."+e,{type:n,data:o},t,r)}(e,t,n,o,(e=>{o&&((e,t)=>{const n=t.errMsg||"";new RegExp("\\:\\s*fail").test(n)?e.fail&&e.fail(t):e.success&&e.success(t),e.complete&&e.complete(t)})(o,e)}))};const Ud={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32",transparent:"#00000000"};function Vd(e){let t=null;if(null!=(t=/^#([0-9|A-F|a-f]{6})$/.exec(e=e||"#000000"))){return[parseInt(t[1].slice(0,2),16),parseInt(t[1].slice(2,4),16),parseInt(t[1].slice(4),16),255]}if(null!=(t=/^#([0-9|A-F|a-f]{3})$/.exec(e))){let e=t[1].slice(0,1),n=t[1].slice(1,2),o=t[1].slice(2,3);return e=parseInt(e+e,16),n=parseInt(n+n,16),o=parseInt(o+o,16),[e,n,o,255]}if(null!=(t=/^rgb\((.+)\)$/.exec(e)))return t[1].split(",").map((function(e){return Math.min(255,parseInt(e.trim()))})).concat(255);if(null!=(t=/^rgba\((.+)\)$/.exec(e)))return t[1].split(",").map((function(e,t){return 3===t?Math.floor(255*parseFloat(e.trim())):Math.min(255,parseInt(e.trim()))}));var n=e.toLowerCase();if(h(Ud,n)){t=/^#([0-9|A-F|a-f]{6,8})$/.exec(Ud[n]);const e=parseInt(t[1].slice(0,2),16),o=parseInt(t[1].slice(2,4),16),r=parseInt(t[1].slice(4,6),16);let i=parseInt(t[1].slice(6,8),16);return i=i>=0?i:255,[e,o,r,i]}return console.error("unsupported color:"+e),[0,0,0,255]}class zd{constructor(e,t){this.type=e,this.data=t,this.colorStop=[]}addColorStop(e,t){this.colorStop.push([e,Vd(t)])}}class Hd{constructor(e,t){this.type="pattern",this.data=e,this.colorStop=t}}class Wd{constructor(e){this.width=e}}let Yd=0,Xd={};function Kd(e,t,n,o){const r={options:o},i=o&&("success"in o||"fail"in o||"complete"in o);if(i){const e=String(Yd++);r.callbackId=e,Xd[e]=o}Ev.invokeViewMethod(`editor.${e}`,{type:n,data:r},t,(({callbackId:e,data:t})=>{i&&(!function(e,t){e=e||{},v(t)&&(t={errMsg:t}),/:ok$/.test(t.errMsg)?y(e.success)&&e.success(t):y(e.fail)&&e.fail(t),y(e.complete)&&e.complete(t)}(Xd[e],t),delete Xd[e])}))}const Jd={canvas:class{constructor(e,t){this.id=e,this.pageId=t,this.actions=[],this.path=[],this.subpath=[],this.drawingState=[],this.state={lineDash:[0,0],shadowOffsetX:0,shadowOffsetY:0,shadowBlur:0,shadowColor:[0,0,0,0],font:"10px sans-serif",fontSize:10,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif"}}draw(e=!1,t){var n=[...this.actions];this.actions=[],this.path=[],function(e,t,n,o,r){Ev.invokeViewMethod(`canvas.${e}`,{type:n,data:o},t,(e=>{r&&r(e)}))}(this.id,this.pageId,"actionsChanged",{actions:n,reserve:e},t)}createLinearGradient(e,t,n,o){return new zd("linear",[e,t,n,o])}createCircularGradient(e,t,n){return new zd("radial",[e,t,n])}createPattern(e,t){if(void 0===t)console.error("Failed to execute 'createPattern' on 'CanvasContext': 2 arguments required, but only 1 present.");else{if(!(["repeat","repeat-x","repeat-y","no-repeat"].indexOf(t)<0))return new Hd(e,t);console.error("Failed to execute 'createPattern' on 'CanvasContext': The provided type ('"+t+"') is not one of 'repeat', 'no-repeat', 'repeat-x', or 'repeat-y'.")}}measureText(e){let t=0;return t=function(e,t){const n=document.createElement("canvas").getContext("2d");return n.font=t,n.measureText(e).width||0}(e,this.state.font),new Wd(t)}save(){this.actions.push({method:"save",data:[]}),this.drawingState.push(this.state)}restore(){this.actions.push({method:"restore",data:[]}),this.state=this.drawingState.pop()||{lineDash:[0,0],shadowOffsetX:0,shadowOffsetY:0,shadowBlur:0,shadowColor:[0,0,0,0],font:"10px sans-serif",fontSize:10,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif"}}beginPath(){this.path=[],this.subpath=[],this.path.push({method:"beginPath",data:[]})}moveTo(e,t){this.path.push({method:"moveTo",data:[e,t]}),this.subpath=[[e,t]]}lineTo(e,t){0===this.path.length&&0===this.subpath.length?this.path.push({method:"moveTo",data:[e,t]}):this.path.push({method:"lineTo",data:[e,t]}),this.subpath.push([e,t])}quadraticCurveTo(e,t,n,o){this.path.push({method:"quadraticCurveTo",data:[e,t,n,o]}),this.subpath.push([n,o])}bezierCurveTo(e,t,n,o,r,i){this.path.push({method:"bezierCurveTo",data:[e,t,n,o,r,i]}),this.subpath.push([r,i])}arc(e,t,n,o,r,i=!1){this.path.push({method:"arc",data:[e,t,n,o,r,i]}),this.subpath.push([e,t])}rect(e,t,n,o){this.path.push({method:"rect",data:[e,t,n,o]}),this.subpath=[[e,t]]}arcTo(e,t,n,o,r){this.path.push({method:"arcTo",data:[e,t,n,o,r]}),this.subpath.push([n,o])}clip(){this.actions.push({method:"clip",data:[...this.path]})}closePath(){this.path.push({method:"closePath",data:[]}),this.subpath.length&&(this.subpath=[this.subpath.shift()])}clearActions(){this.actions=[],this.path=[],this.subpath=[]}getActions(){var e=[...this.actions];return this.clearActions(),e}set lineDashOffset(e){this.actions.push({method:"setLineDashOffset",data:[e]})}set globalCompositeOperation(e){this.actions.push({method:"setGlobalCompositeOperation",data:[e]})}set shadowBlur(e){this.actions.push({method:"setShadowBlur",data:[e]})}set shadowColor(e){this.actions.push({method:"setShadowColor",data:[e]})}set shadowOffsetX(e){this.actions.push({method:"setShadowOffsetX",data:[e]})}set shadowOffsetY(e){this.actions.push({method:"setShadowOffsetY",data:[e]})}set font(e){var t=this;this.state.font=e;var n=e.match(/^(([\w\-]+\s)*)(\d+r?px)(\/(\d+\.?\d*(r?px)?))?\s+(.*)/);if(n){var o=n[1].trim().split(/\s/),r=parseFloat(n[3]),i=n[7],s=[];o.forEach((function(e,n){["italic","oblique","normal"].indexOf(e)>-1?(s.push({method:"setFontStyle",data:[e]}),t.state.fontStyle=e):["bold","normal"].indexOf(e)>-1?(s.push({method:"setFontWeight",data:[e]}),t.state.fontWeight=e):0===n?(s.push({method:"setFontStyle",data:["normal"]}),t.state.fontStyle="normal"):1===n&&a()})),1===o.length&&a(),o=s.map((function(e){return e.data[0]})).join(" "),this.state.fontSize=r,this.state.fontFamily=i,this.actions.push({method:"setFont",data:[`${o} ${r}px ${i}`]})}else console.warn("Failed to set 'font' on 'CanvasContext': invalid format.");function a(){s.push({method:"setFontWeight",data:["normal"]}),t.state.fontWeight="normal"}}get font(){return this.state.font}set fillStyle(e){this.setFillStyle(e)}set strokeStyle(e){this.setStrokeStyle(e)}set globalAlpha(e){e=Math.floor(255*parseFloat(e)),this.actions.push({method:"setGlobalAlpha",data:[e]})}set textAlign(e){this.actions.push({method:"setTextAlign",data:[e]})}set lineCap(e){this.actions.push({method:"setLineCap",data:[e]})}set lineJoin(e){this.actions.push({method:"setLineJoin",data:[e]})}set lineWidth(e){this.actions.push({method:"setLineWidth",data:[e]})}set miterLimit(e){this.actions.push({method:"setMiterLimit",data:[e]})}set textBaseline(e){this.actions.push({method:"setTextBaseline",data:[e]})}},map:class{constructor(e,t){this.id=e,this.pageId=t}getCenterLocation(e){qd(this.id,this.pageId,"getCenterLocation",e)}moveToLocation(e){qd(this.id,this.pageId,"moveToLocation",e)}getScale(e){qd(this.id,this.pageId,"getScale",e)}getRegion(e){qd(this.id,this.pageId,"getRegion",e)}includePoints(e){qd(this.id,this.pageId,"includePoints",e)}translateMarker(e){qd(this.id,this.pageId,"translateMarker",e)}$getAppMap(){}addCustomLayer(e){qd(this.id,this.pageId,"addCustomLayer",e)}removeCustomLayer(e){qd(this.id,this.pageId,"removeCustomLayer",e)}addGroundOverlay(e){qd(this.id,this.pageId,"addGroundOverlay",e)}removeGroundOverlay(e){qd(this.id,this.pageId,"removeGroundOverlay",e)}updateGroundOverlay(e){qd(this.id,this.pageId,"updateGroundOverlay",e)}initMarkerCluster(e){qd(this.id,this.pageId,"initMarkerCluster",e)}addMarkers(e){qd(this.id,this.pageId,"addMarkers",e)}removeMarkers(e){qd(this.id,this.pageId,"removeMarkers",e)}moveAlong(e){qd(this.id,this.pageId,"moveAlong",e)}setLocMarkerIcon(e){qd(this.id,this.pageId,"setLocMarkerIcon",e)}openMapApp(e){qd(this.id,this.pageId,"openMapApp",e)}on(e,t){qd(this.id,this.pageId,"on",{name:e,callback:t})}},video:class{constructor(e,t){this.id=e,this.pageId=t}play(){Xu(this.id,this.pageId,"play")}pause(){Xu(this.id,this.pageId,"pause")}stop(){Xu(this.id,this.pageId,"stop")}seek(e){Xu(this.id,this.pageId,"seek",{position:e})}sendDanmu(e){Xu(this.id,this.pageId,"sendDanmu",e)}playbackRate(e){~jd.indexOf(e)||(e=1),Xu(this.id,this.pageId,"playbackRate",{rate:e})}requestFullScreen(e={}){Xu(this.id,this.pageId,"requestFullScreen",e)}exitFullScreen(){Xu(this.id,this.pageId,"exitFullScreen")}showStatusBar(){Xu(this.id,this.pageId,"showStatusBar")}hideStatusBar(){Xu(this.id,this.pageId,"hideStatusBar")}},editor:class{constructor(e,t){this.id=e,this.pageId=t}format(e,t){this._exec("format",{name:e,value:t})}insertDivider(){this._exec("insertDivider")}insertImage(e){this._exec("insertImage",e)}insertText(e){this._exec("insertText",e)}setContents(e){this._exec("setContents",e)}getContents(e){this._exec("getContents",e)}clear(e){this._exec("clear",e)}removeFormat(e){this._exec("removeFormat",e)}undo(e){this._exec("undo",e)}redo(e){this._exec("redo",e)}blur(e){this._exec("blur",e)}getSelectionText(e){this._exec("getSelectionText",e)}scrollIntoView(e){this._exec("scrollIntoView",e)}_exec(e,t){Kd(this.id,this.pageId,e,t)}}};function Gd(e){if(e&&e.contextInfo){const{id:t,type:n,page:o}=e.contextInfo,r=Jd[n];e.context=new r(t,o),delete e.contextInfo}}class Qd{constructor(e,t,n,o){this._selectorQuery=e,this._component=t,this._selector=n,this._single=o}boundingClientRect(e){return this._selectorQuery._push(this._selector,this._component,this._single,{id:!0,dataset:!0,rect:!0,size:!0},e),this._selectorQuery}fields(e,t){return this._selectorQuery._push(this._selector,this._component,this._single,e,t),this._selectorQuery}scrollOffset(e){return this._selectorQuery._push(this._selector,this._component,this._single,{id:!0,dataset:!0,scrollOffset:!0},e),this._selectorQuery}context(e){return this._selectorQuery._push(this._selector,this._component,this._single,{context:!0},e),this._selectorQuery}node(e){return this._selectorQuery._push(this._selector,this._component,this._single,{node:!0},e),this._selectorQuery}}class Zd{constructor(e){this._component=void 0,this._page=e,this._queue=[],this._queueCb=[]}exec(e){return Gu(this._page,this._queue,(t=>{const n=this._queueCb;t.forEach(((e,t)=>{f(e)?e.forEach(Gd):Gd(e);const o=n[t];y(o)&&o.call(this,e)})),y(e)&&e.call(this,t)})),this._nodesRef}in(e){return this._component=se(e),this}select(e){return this._nodesRef=new Qd(this,this._component,e,!0)}selectAll(e){return this._nodesRef=new Qd(this,this._component,e,!1)}selectViewport(){return this._nodesRef=new Qd(this,null,"",!0)}_push(e,t,n,o,r){this._queue.push({component:t,selector:e,single:n,fields:o}),this._queueCb.push(r)}}const eh=Ed(0,(e=>((e=se(e))&&!function(e){const t=se(e);if(t.$page)return t.$page.id;if(t.$){const{$pageInstance:e}=t.$;return e&&e.proxy.$page.id}}(e)&&(e=null),new Zd(e||Uc())))),th={formatArgs:{}},nh={duration:400,timingFunction:"linear",delay:0,transformOrigin:"50% 50% 0"};class oh{constructor(e){this.actions=[],this.currentTransform={},this.currentStepAnimates=[],this.option=c({},nh,e)}_getOption(e){const t={transition:c({},this.option,e),transformOrigin:""};return t.transformOrigin=t.transition.transformOrigin,delete t.transition.transformOrigin,t}_pushAnimates(e,t){this.currentStepAnimates.push({type:e,args:t})}_converType(e){return e.replace(/[A-Z]/g,(e=>`-${e.toLowerCase()}`))}_getValue(e){return"number"==typeof e?`${e}px`:e}export(){const e=this.actions;return this.actions=[],{actions:e}}step(e){return this.currentStepAnimates.forEach((e=>{"style"!==e.type?this.currentTransform[e.type]=e:this.currentTransform[`${e.type}.${e.args[0]}`]=e})),this.actions.push({animates:Object.values(this.currentTransform),option:this._getOption(e)}),this.currentStepAnimates=[],this}}const rh=pe((()=>{const e=["opacity","backgroundColor"],t=["width","height","left","right","top","bottom"];["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"].concat(e,t).forEach((n=>{oh.prototype[n]=function(...o){return e.concat(t).includes(n)?this._pushAnimates("style",[this._converType(n),t.includes(n)?this._getValue(o[0]):o[0]]):this._pushAnimates(n,o),this}}))})),ih=Ed(0,(e=>(rh(),new oh(e))),0,th),sh=Ed(0,(()=>{const e=Hg();return e&&e.$vm?e.$vm.$locale:ql().getLocale()})),ah={onUnhandledRejection:[],onPageNotFound:[],onError:[],onShow:[],onHide:[]};const lh=Ed(0,(()=>c({},Zh)));let ch,uh,dh;const hh=[];const fh=Pd("getPushClientId",((e,{resolve:t,reject:n})=>{Promise.resolve().then((()=>{var e,o;void 0===dh&&(dh=!1,ch="",uh="uniPush is not enabled"),hh.push(((e,o)=>{e?t({cid:e}):n(o)})),void 0!==ch&&(e=ch,o=uh,hh.forEach((t=>{t(e,o)})),hh.length=0)}))})),ph={formatArgs:{filePath(e,t){t.filePath=Du(e)}}},gh=["wgs84","gcj02"],mh={formatArgs:{type(e,t){e=(e||"").toLowerCase(),-1===gh.indexOf(e)?t.type=gh[0]:t.type=e},altitude(e,t){t.altitude=e||!1}}},yh=(Boolean,{formatArgs:{count(e,t){(!e||e<=0)&&(t.count=9)},sizeType(e,t){t.sizeType=nd(e,Qu)},sourceType(e,t){t.sourceType=nd(e,Zu)},extension(e,t){if(e instanceof Array&&0===e.length)return"param extension should not be empty.";e||(t.extension=["*"])}}}),vh={formatArgs:{sourceType(e,t){t.sourceType=nd(e,Zu)},compressed:!0,maxDuration:60,camera:"back",extension(e,t){if(e instanceof Array&&0===e.length)return"param extension should not be empty.";e||(t.extension=["*"])}}},_h=(Boolean,["all","image","video"]),bh={formatArgs:{count(e,t){(!e||e<=0)&&(t.count=100)},sourceType(e,t){t.sourceType=nd(e,Zu)},type(e,t){t.type=td(e,_h)},extension(e,t){if(e instanceof Array&&0===e.length)return"param extension should not be empty.";e||(t.extension=[""])}}},wh={formatArgs:{src(e,t){t.src=Du(e)}}},xh={formatArgs:{urls(e,t){t.urls=e.map((e=>v(e)&&e?Du(e):""))},current(e,t){"number"==typeof e?t.current=e>0&&ee)),s={};i.forEach((e=>{const t=e.split("=");s[t[0]]=t[1]}));for(const a in t)if(h(t,a)){let e=t[a];null==e?e="":S(e)&&(e=JSON.stringify(e)),s[kh(a)]=kh(e)}return r=Object.keys(s).map((e=>`${e}=${s[e]}`)).join("&"),e+(r?"?"+r:"")+(o?"#"+o:"")}(e,t.data))},header(e,t){const n=t.header=e||{};t.method!==ed[0]&&(Object.keys(n).find((e=>"content-type"===e.toLowerCase()))||(n["Content-Type"]="application/json"))},dataType(e,t){t.dataType=(e||Th).toLowerCase()},responseType(e,t){t.responseType=(e||"").toLowerCase(),-1===Sh.indexOf(t.responseType)&&(t.responseType="text")}}},Eh={formatArgs:{header(e,t){t.header=e||{}}}},Ph={formatArgs:{filePath(e,t){e&&(t.filePath=Du(e))},header(e,t){t.header=e||{}},formData(e,t){t.formData=e||{}}}};const Ah={url:{type:String,required:!0}},Ih=(Rh(["slide-in-right","slide-in-left","slide-in-top","slide-in-bottom","fade-in","zoom-out","zoom-fade-out","pop-in","none"]),Rh(["slide-out-right","slide-out-left","slide-out-top","slide-out-bottom","fade-out","zoom-in","zoom-fade-in","pop-out","none"]),Nh("navigateTo")),Oh=Nh("redirectTo"),Lh=Nh("reLaunch"),Mh=Nh("switchTab"),$h={formatArgs:{delta(e,t){e=parseInt(e+"")||1,t.delta=Math.min(wg().length-1,e)}}};function Rh(e){return{animationType:{type:String,validator(t){if(t&&-1===e.indexOf(t))return"`"+t+"` is not supported for `animationType` (supported values are: `"+e.join("`|`")+"`)"}},animationDuration:{type:Number}}}let Dh;function Bh(){Dh=""}function Nh(e){return{formatArgs:{url:Fh(e)},beforeAll:Bh}}function Fh(e){return function(t,n){if(!t)return'Missing required args: "url"';const o=(t=function(e){if(0===e.indexOf("/"))return e;let t="";const n=wg();return n.length&&(t=n[n.length-1].$page.route),Jc(t,e)}(t)).split("?")[0],r=Gc(o,!0);if(!r)return"page `"+t+"` is not found";if("navigateTo"===e||"redirectTo"===e){if(r.meta.isTabBar)return`can not ${e} a tabbar page`}else if("switchTab"===e&&!r.meta.isTabBar)return"can not switch to no-tabBar page";if("switchTab"!==e&&"preloadPage"!==e||!r.meta.isTabBar||"appLaunch"===n.openType||(t=o),r.meta.isEntry&&(t=t.replace(r.alias,"/")),n.url=function(e){if(!v(e))return e;const t=e.indexOf("?");if(-1===t)return e;const n=e.slice(t+1).trim().replace(/^(\?|#|&)/,"");if(!n)return e;e=e.slice(0,t);const o=[];return n.split("&").forEach((e=>{const t=e.replace(/\+/g," ").split("="),n=t.shift(),r=t.length>0?t.join("="):"";o.push(n+"="+encodeURIComponent(r))})),o.length?e+"?"+o.join("&"):e}(t),"unPreloadPage"!==e)if("preloadPage"!==e){if(Dh===t&&"appLaunch"!==n.openType)return`${Dh} locked`;__uniConfig.ready&&(Dh=t)}else if(r.meta.isTabBar){const e=wg(),t=r.path.slice(1);if(e.find((e=>e.route===t)))return"tabBar page `"+t+"` already exists"}}}const jh={formatArgs:{animation(e,t){e||(e={duration:0,timingFunc:"linear"}),t.animation={duration:e.duration||0,timingFunc:e.timingFunc||"linear"}}}},qh=(Boolean,{formatArgs:{title:"",mask:!1}}),Uh=(Boolean,{beforeInvoke(){Wl()},formatArgs:{title:"",content:"",placeholderText:"",showCancel:!0,editable:!1,cancelText(e,t){if(!h(t,"cancelText")){const{t:e}=ql();t.cancelText=e("uni.showModal.cancel")}},cancelColor:"#000",confirmText(e,t){if(!h(t,"confirmText")){const{t:e}=ql();t.confirmText=e("uni.showModal.confirm")}},confirmColor:"#007aff"}}),Vh=["success","loading","none","error"],zh=(Boolean,{formatArgs:{title:"",icon(e,t){t.icon=td(e,Vh)},image(e,t){t.image=e?Du(e):""},duration:1500,mask:!1}}),Hh={beforeInvoke(){const e=jc();if(e&&!e.isTabBar)return"not TabBar page"},formatArgs:{index(e){if(!__uniConfig.tabBar.list[e])return"tabbar item not found"}}},Wh=Hh,Yh={beforeInvoke:Hh.beforeInvoke,formatArgs:c({text(e,t){(function(e=""){return(""+e).replace(/[^\x00-\xff]/g,"**").length})(e)>=4&&(t.text="...")}},Hh.formatArgs)},Xh={};function Kh(e,t){const n=Xh[e];return n?Promise.resolve(n):/^data:[a-z-]+\/[a-z-]+;base64,/.test(e)?Promise.resolve(function(e){const t=e.split(","),n=t[0].match(/:(.*?);/),o=n?n[1]:"",r=atob(t[1]);let i=r.length;const s=new Uint8Array(i);for(;i--;)s[i]=r.charCodeAt(i);return Jh(s,o)}(e)):t?Promise.reject(new Error("not find")):new Promise(((t,n)=>{const o=new XMLHttpRequest;o.open("GET",e,!0),o.responseType="blob",o.onload=function(){t(this.response)},o.onerror=n,o.send()}))}function Jh(e,t){let n;if(e instanceof File)n=e;else{t=t||e.type||"";const r=`${Date.now()}${function(e){const t=e.split("/")[1];return t?`.${t}`:""}(t)}`;try{n=new File([e],r,{type:t})}catch(o){n=e=e instanceof Blob?e:new Blob([e],{type:t}),n.name=n.name||r}}return n}function Gh(e){for(const n in Xh)if(h(Xh,n)){if(Xh[n]===e)return n}var t=(window.URL||window.webkitURL).createObjectURL(e);return Xh[t]=e,t}function Qh(e){(window.URL||window.webkitURL).revokeObjectURL(e),delete Xh[e]}const Zh=_u(),ef=_u();const tf=Tu({name:"ResizeSensor",props:{initial:{type:Boolean,default:!1}},emits:["resize"],setup(e,{emit:t}){const n=ln(null),o=function(e){return()=>{const{firstElementChild:t,lastElementChild:n}=e.value;t.scrollLeft=1e5,t.scrollTop=1e5,n.scrollLeft=1e5,n.scrollTop=1e5}}(n),r=function(e,t,n){const o=Ht({width:-1,height:-1});return io((()=>c({},o)),(e=>t("resize",e))),()=>{const t=e.value;o.width=t.offsetWidth,o.height=t.offsetHeight,n()}}(n,t,o);return function(e,t,n,o){Mo(o),zo((()=>{t.initial&&In(n);const r=e.value;r.offsetParent!==r.parentElement&&(r.parentElement.style.position="relative"),"AnimationEvent"in window||o()}))}(n,e,r,o),()=>li("uni-resize-sensor",{ref:n,onAnimationstartOnce:r},[li("div",{onScroll:r},[li("div",null,null)],40,["onScroll"]),li("div",{onScroll:r},[li("div",null,null)],40,["onScroll"])],40,["onAnimationstartOnce"])}});function nf(){}const of={cursorSpacing:{type:[Number,String],default:0},showConfirmBar:{type:[Boolean,String],default:"auto"},adjustPosition:{type:[Boolean,String],default:!0},autoBlur:{type:[Boolean,String],default:!1}};function rf(e,t,n){function o(e){const t=Oi((()=>0===String(navigator.vendor).indexOf("Apple")));e.addEventListener("focus",(()=>{clearTimeout(undefined),document.addEventListener("click",nf,!1)}));e.addEventListener("blur",(()=>{t.value&&e.blur(),document.removeEventListener("click",nf,!1),t.value&&document.documentElement.scrollTo(document.documentElement.scrollLeft,document.documentElement.scrollTop)}))}io((()=>t.value),(e=>e&&o(e)))}var sf=/^<([-A-Za-z0-9_]+)((?:\s+[a-zA-Z_:][-a-zA-Z0-9_:.]*(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/,af=/^<\/([-A-Za-z0-9_]+)[^>]*>/,lf=/([a-zA-Z_:][-a-zA-Z0-9_:.]*)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g,cf=gf("area,base,basefont,br,col,frame,hr,img,input,link,meta,param,embed,command,keygen,source,track,wbr"),uf=gf("a,address,article,applet,aside,audio,blockquote,button,canvas,center,dd,del,dir,div,dl,dt,fieldset,figcaption,figure,footer,form,frameset,h1,h2,h3,h4,h5,h6,header,hgroup,hr,iframe,isindex,li,map,menu,noframes,noscript,object,ol,output,p,pre,section,script,table,tbody,td,tfoot,th,thead,tr,ul,video"),df=gf("abbr,acronym,applet,b,basefont,bdo,big,br,button,cite,code,del,dfn,em,font,i,iframe,img,input,ins,kbd,label,map,object,q,s,samp,script,select,small,span,strike,strong,sub,sup,textarea,tt,u,var"),hf=gf("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr"),ff=gf("checked,compact,declare,defer,disabled,ismap,multiple,nohref,noresize,noshade,nowrap,readonly,selected"),pf=gf("script,style");function gf(e){for(var t={},n=e.split(","),o=0;oe/t],heightFix:["offsetHeight","width",(e,t)=>e*t]},vf={aspectFit:["center center","contain"],aspectFill:["center center","cover"],widthFix:[,"100% 100%"],heightFix:[,"100% 100%"],top:["center top"],bottom:["center bottom"],center:["center center"],left:["left center"],right:["right center"],"top left":["left top"],"top right":["right top"],"bottom left":["left bottom"],"bottom right":["right bottom"]},_f=Tu({name:"Image",props:mf,setup(e,{emit:t}){const n=ln(null),o=function(e,t){const n=ln(""),o=Oi((()=>{let e="auto",o="";const r=vf[t.mode];return r?(r[0]&&(o=r[0]),r[1]&&(e=r[1])):(o="0% 0%",e="100% 100%"),`background-image:${n.value?'url("'+n.value+'")':"none"};background-position:${o};background-size:${e};`})),r=Ht({rootEl:e,src:Oi((()=>t.src?Du(t.src):"")),origWidth:0,origHeight:0,origStyle:{width:"",height:""},modeStyle:o,imgSrc:n});return zo((()=>{const t=e.value.style;r.origWidth=Number(t.width)||0,r.origHeight=Number(t.height)||0})),r}(n,e),r=Cu(n,t),{fixSize:i}=function(e,t,n){const o=()=>{const{mode:o}=t,r=yf[o];if(!r)return;const{origWidth:i,origHeight:s}=n,a=i&&s?i/s:0;if(!a)return;const l=e.value,c=l[r[0]];c&&(l.style[r[1]]=function(e){bf&&e>10&&(e=2*Math.round(e/2));return e}(r[2](c,a))+"px")},r=()=>{const{style:t}=e.value,{origStyle:{width:o,height:r}}=n;t.width=o,t.height=r};return io((()=>t.mode),((e,t)=>{yf[t]&&r(),yf[e]&&o()})),{fixSize:o,resetSize:r}}(n,e,o);return function(e,t,n,o,r){let i,s;const a=(t=0,n=0,o="")=>{e.origWidth=t,e.origHeight=n,e.imgSrc=o},l=l=>{if(!l)return c(),void a();i=i||new Image,i.onload=e=>{const{width:u,height:d}=i;a(u,d,l),o(),i.draggable=t.draggable,s&&s.remove(),s=i,n.value.appendChild(i),c(),r("load",e,{width:u,height:d})},i.onerror=t=>{a(),c(),r("error",t,{errMsg:`GET ${e.src} 404 (Not Found)`})},i.src=l},c=()=>{i&&(i.onload=null,i.onerror=null,i=null)};io((()=>e.src),(e=>l(e))),io((()=>e.imgSrc),(e=>{!e&&s&&(s.remove(),s=null)})),zo((()=>l(e.src))),Yo((()=>c()))}(o,e,n,i,r),()=>li("uni-image",{ref:n},[li("div",{style:o.modeStyle},null,4),yf[e.mode]?li(tf,{onResize:i},null,8,["onResize"]):li("span",null,null)],512)}});const bf="Google Inc."===navigator.vendor;const wf=we(!0),xf=[];let Tf,Sf=0;const kf=e=>xf.forEach((t=>t.userAction=e));function Cf(e={userAction:!1}){if(!Tf){["touchstart","touchmove","touchend","mousedown","mouseup"].forEach((e=>{document.addEventListener(e,(function(){!Sf&&kf(!0),Sf++,setTimeout((()=>{!--Sf&&kf(!1)}),0)}),wf)})),Tf=!0}xf.push(e)}const Ef=()=>!!Sf;function Pf(){const e=Ht({userAction:!1});return zo((()=>{Cf(e)})),Yo((()=>{!function(e){const t=xf.indexOf(e);t>=0&&xf.splice(t,1)}(e)})),{state:e}}function Af(){const e=Ht({attrs:{}});return zo((()=>{let t=bi();for(;t;){const n=t.type.__scopeId;n&&(e.attrs[n]=""),t=t.proxy&&"page"===t.proxy.$mpType?null:t.parent}})),{state:e}}function If(e,t){const n=document.activeElement;if(!n)return t({});const o={};["input","textarea"].includes(n.tagName.toLowerCase())&&(o.start=n.selectionStart,o.end=n.selectionEnd),t(o)}function Of(e,t,n){"number"===t&&isNaN(Number(e))&&(e="");const o=null===e?"":String(e);return null==n?o:o.slice(0,n)}const Lf=["none","text","decimal","numeric","tel","search","email","url"],Mf=c({},{name:{type:String,default:""},modelValue:{type:[String,Number],default:""},value:{type:[String,Number],default:""},disabled:{type:[Boolean,String],default:!1},autoFocus:{type:[Boolean,String],default:!1},focus:{type:[Boolean,String],default:!1},cursor:{type:[Number,String],default:-1},selectionStart:{type:[Number,String],default:-1},selectionEnd:{type:[Number,String],default:-1},type:{type:String,default:"text"},password:{type:[Boolean,String],default:!1},placeholder:{type:String,default:""},placeholderStyle:{type:String,default:""},placeholderClass:{type:String,default:""},maxlength:{type:[Number,String],default:140},confirmType:{type:String,default:"done"},confirmHold:{type:Boolean,default:!1},ignoreCompositionEvent:{type:Boolean,default:!0},step:{type:String,default:"0.000000000000000001"},inputmode:{type:String,default:void 0,validator:e=>!!~Lf.indexOf(e)},cursorColor:{type:String,default:""}},of),$f=["input","focus","blur","update:value","update:modelValue","update:focus","compositionstart","compositionupdate","compositionend","keyboardheightchange"];function Rf(e,t,n,o){const r=Ee((n=>{t.value=Of(n,e.type)}),100,{setTimeout:setTimeout,clearTimeout:clearTimeout});io((()=>e.modelValue),r),io((()=>e.value),r);const i=function(e,t){let n,o,r=0;const i=function(...i){const s=Date.now();clearTimeout(n),o=()=>{o=null,r=s,e.apply(this,i)},s-r{r.cancel(),n("update:modelValue",t.value),n("update:value",t.value),o("input",e,t)}),100);return Vo((()=>{r.cancel(),i.cancel()})),{trigger:o,triggerInput:(e,t,n)=>{r.cancel(),i(e,t),n&&i.flush()}}}function Df(e,t){Pf();const n=Oi((()=>e.autoFocus||e.focus));function o(){if(!n.value)return;const e=t.value;e?e.focus():setTimeout(o,100)}io((()=>e.focus),(e=>{e?o():function(){const e=t.value;e&&e.blur()}()})),zo((()=>{n.value&&In(o)}))}function Bf(e,t,n,o){ec(qc(),"getSelectedTextRange",If);const{fieldRef:r,state:i,trigger:s}=function(e,t,n){const o=ln(null),r=Cu(t,n),i=Oi((()=>{const t=Number(e.selectionStart);return isNaN(t)?-1:t})),s=Oi((()=>{const t=Number(e.selectionEnd);return isNaN(t)?-1:t})),a=Oi((()=>{const t=Number(e.cursor);return isNaN(t)?-1:t})),l=Oi((()=>{var t=Number(e.maxlength);return isNaN(t)?140:t})),c=Of(e.modelValue,e.type)||Of(e.value,e.type),u=Ht({value:c,valueOrigin:c,maxlength:l,focus:e.focus,composing:!1,selectionStart:i,selectionEnd:s,cursor:a});return io((()=>u.focus),(e=>n("update:focus",e))),io((()=>u.maxlength),(e=>u.value=u.value.slice(0,e)),{immediate:!1}),{fieldRef:o,state:u,trigger:r}}(e,t,n),{triggerInput:a}=Rf(e,i,n,s);Df(e,r),rf(0,r);const{state:l}=Af();!function(e,t){const n=Sr(Iu,!1);if(!n)return;const o=bi(),r={submit(){const n=o.proxy;return[n[e],v(t)?n[t]:t.value]},reset(){v(t)?o.proxy[t]="":t.value=""}};n.addField(r),Yo((()=>{n.removeField(r)}))}("name",i),function(e,t,n,o,r,i){function s(){const n=e.value;n&&t.focus&&t.selectionStart>-1&&t.selectionEnd>-1&&"number"!==n.type&&(n.selectionStart=t.selectionStart,n.selectionEnd=t.selectionEnd)}function a(){const n=e.value;n&&t.focus&&t.selectionStart<0&&t.selectionEnd<0&&t.cursor>-1&&"number"!==n.type&&(n.selectionEnd=n.selectionStart=t.cursor)}function l(e){return"number"===e.type?null:e.selectionEnd}io([()=>t.selectionStart,()=>t.selectionEnd],s),io((()=>t.cursor),a),io((()=>e.value),(function(){const c=e.value;if(!c)return;const u=function(e,o){e.stopPropagation(),y(i)&&!1===i(e,t)||(t.value=c.value,t.composing&&n.ignoreCompositionEvent||r(e,{value:c.value,cursor:l(c)},o))};function d(e){n.ignoreCompositionEvent||o(e.type,e,{value:e.data})}c.addEventListener("change",(e=>e.stopPropagation())),c.addEventListener("focus",(function(e){t.focus=!0,o("focus",e,{value:t.value}),s(),a()})),c.addEventListener("blur",(function(e){t.composing&&(t.composing=!1,u(e,!0)),t.focus=!1,o("blur",e,{value:t.value,cursor:l(e.target)})})),c.addEventListener("input",u),c.addEventListener("compositionstart",(e=>{e.stopPropagation(),t.composing=!0,d(e)})),c.addEventListener("compositionend",(e=>{e.stopPropagation(),t.composing&&(t.composing=!1,u(e)),d(e)})),c.addEventListener("compositionupdate",d)}))}(r,i,e,s,a,o);return{fieldRef:r,state:i,scopedAttrsState:l,fixDisabledColor:0===String(navigator.vendor).indexOf("Apple")&&CSS.supports("image-orientation:from-image"),trigger:s}}const Nf=Tu({name:"Input",props:c({},Mf,{placeholderClass:{type:String,default:"input-placeholder"},textContentType:{type:String,default:""}}),emits:["confirm",...$f],setup(e,{emit:t,expose:n}){const o=["text","number","idcard","digit","password","tel"],r=["off","one-time-code"],i=Oi((()=>{let t="";switch(e.type){case"text":"search"===e.confirmType&&(t="search");break;case"idcard":t="text";break;case"digit":t="number";break;default:t=~o.includes(e.type)?e.type:"text"}return e.password?"password":t})),s=Oi((()=>{const t=r.indexOf(e.textContentType),n=r.indexOf(O(e.textContentType));return r[-1!==t?t:-1!==n?n:0]}));let a,l=ln("");const c=ln(null),{fieldRef:u,state:d,scopedAttrsState:h,fixDisabledColor:f,trigger:p}=Bf(e,c,t,((e,t)=>{const n=e.target;if("number"===i.value){if(a&&(n.removeEventListener("blur",a),a=null),n.validity&&!n.validity.valid){if((!l.value||!n.value)&&"-"===e.data||"-"===l.value[0]&&"deleteContentBackward"===e.inputType)return l.value="-",t.value="",a=()=>{l.value=n.value=""},n.addEventListener("blur",a),!1;if(l.value)if(-1!==l.value.indexOf(".")){if("."!==e.data&&"deleteContentBackward"===e.inputType){const e=l.value.indexOf(".");return l.value=n.value=t.value=l.value.slice(0,e),!0}}else if("."===e.data)return l.value+=".",a=()=>{l.value=n.value=l.value.slice(0,-1)},n.addEventListener("blur",a),!1;return l.value=t.value=n.value="-"===l.value?"":l.value,!1}l.value=n.value;const o=t.maxlength;if(o>0&&n.value.length>o)return n.value=n.value.slice(0,o),t.value=n.value,!1}}));io((()=>d.value),(t=>{"number"!==e.type||"-"===l.value&&""===t||(l.value=t)}));const g=["number","digit"],m=Oi((()=>g.includes(e.type)?e.step:""));function y(t){if("Enter"!==t.key)return;const n=t.target;t.stopPropagation(),p("confirm",t,{value:n.value}),!e.confirmHold&&n.blur()}return n({$triggerInput:e=>{t("update:modelValue",e.value),t("update:value",e.value),d.value=e.value}}),()=>{let t=e.disabled&&f?li("input",{key:"disabled-input",ref:u,value:d.value,tabindex:"-1",readonly:!!e.disabled,type:i.value,maxlength:d.maxlength,step:m.value,class:"uni-input-input",style:e.cursorColor?{caretColor:e.cursorColor}:{},onFocus:e=>e.target.blur()},null,44,["value","readonly","type","maxlength","step","onFocus"]):uo(li("input",{key:"input",ref:u,"onUpdate:modelValue":e=>d.value=e,disabled:!!e.disabled,type:i.value,maxlength:d.maxlength,step:m.value,enterkeyhint:e.confirmType,pattern:"number"===e.type?"[0-9]*":void 0,class:"uni-input-input",style:e.cursorColor?{caretColor:e.cursorColor}:{},autocomplete:s.value,onKeyup:y,inputmode:e.inputmode},null,44,["onUpdate:modelValue","disabled","type","maxlength","step","enterkeyhint","pattern","autocomplete","onKeyup","inputmode"]),[[Fs,d.value]]);return li("uni-input",{ref:c},[li("div",{class:"uni-input-wrapper"},[uo(li("div",gi(h.attrs,{style:e.placeholderStyle,class:["uni-input-placeholder",e.placeholderClass]}),[e.placeholder],16),[[Zi,!(d.value.length||"-"===l.value)]]),"search"===e.confirmType?li("form",{action:"",onSubmit:e=>e.preventDefault(),class:"uni-input-form"},[t],40,["onSubmit"]):t])],512)}}});const Ff=["class","style"],jf=/^on[A-Z]+/,qf=(e={})=>{const{excludeListeners:t=!1,excludeKeys:n=[]}=e,o=bi(),r=cn({}),i=cn({}),s=cn({}),a=n.concat(Ff);return o.attrs=Ht(o.attrs),oo((()=>{const e=(n=o.attrs,Object.keys(n).map((e=>[e,n[e]]))).reduce(((e,[n,o])=>(a.includes(n)?e.exclude[n]=o:jf.test(n)?(t||(e.attrs[n]=o),e.listeners[n]=o):e.attrs[n]=o,e)),{exclude:{},attrs:{},listeners:{}});var n;r.value=e.attrs,i.value=e.listeners,s.value=e.exclude})),{$attrs:r,$listeners:i,$excludeAttrs:s}};function Uf(e){const t=[];return f(e)&&e.forEach((e=>{ni(e)?e.type===zr?t.push(...Uf(e.children)):t.push(e):f(e)&&t.push(...Uf(e))})),t}const Vf=Tu({inheritAttrs:!1,name:"MovableArea",props:{scaleArea:{type:Boolean,default:!1}},setup(e,{slots:t}){const n=ln(null),o=ln(!1);let{setContexts:r,events:i}=function(e,t){const n=ln(0),o=ln(0),r=Ht({x:null,y:null}),i=ln(null);let s=null,a=[];function l(t){t&&1!==t&&(e.scaleArea?a.forEach((function(e){e._setScale(t)})):s&&s._setScale(t))}function c(e,n=a){let o=t.value;function r(e){for(let t=0;t{let n=t.touches;if(n&&n.length>1){let t={x:n[1].pageX-n[0].pageX,y:n[1].pageY-n[0].pageY};if(i.value=zf(t),r.x=t.x,r.y=t.y,!e.scaleArea){let e=c(n[0].target),t=c(n[1].target);s=e&&e===t?e:null}}})),d=ku((e=>{let t=e.touches;if(t&&t.length>1){e.preventDefault();let n={x:t[1].pageX-t[0].pageX,y:t[1].pageY-t[0].pageY};if(null!==r.x&&i.value&&i.value>0){l(zf(n)/i.value)}r.x=n.x,r.y=n.y}})),h=ku((t=>{let n=t.touches;n&&n.length||t.changedTouches&&(r.x=0,r.y=0,i.value=null,e.scaleArea?a.forEach((function(e){e._endScale()})):s&&s._endScale())}));function f(){p(),a.forEach((function(e,t){e.setParent()}))}function p(){let e=window.getComputedStyle(t.value),r=t.value.getBoundingClientRect();n.value=r.width-["Left","Right"].reduce((function(t,n){const o="padding"+n;return t+parseFloat(e["border"+n+"Width"])+parseFloat(e[o])}),0),o.value=r.height-["Top","Bottom"].reduce((function(t,n){const o="padding"+n;return t+parseFloat(e["border"+n+"Width"])+parseFloat(e[o])}),0)}return Tr("movableAreaWidth",n),Tr("movableAreaHeight",o),{setContexts(e){a=e},events:{_onTouchstart:u,_onTouchmove:d,_onTouchend:h,_resize:f}}}(e,n);const{$listeners:s,$attrs:a,$excludeAttrs:l}=qf(),c=s.value;["onTouchstart","onTouchmove","onTouchend"].forEach((e=>{let t=c[e],n=i[`_${e}`];c[e]=t?[].concat(t,n):n})),zo((()=>{i._resize(),o.value=!0}));let u=[];const d=[];function h(){const e=[];for(let t=0;tn===e.rootRef.value));o&&e.push(en(o))}r(e)}return Tr("_isMounted",o),Tr("movableAreaRootRef",n),Tr("addMovableViewContext",(e=>{d.push(e),h()})),Tr("removeMovableViewContext",(e=>{const t=d.indexOf(e);t>=0&&(d.splice(t,1),h())})),()=>{const e=t.default&&t.default();return u=Uf(e),li("uni-movable-area",gi({ref:n},a.value,l.value,c),[li(tf,{onResize:i._resize},null,8,["onResize"]),u],16)}}});function zf(e){return Math.sqrt(e.x*e.x+e.y*e.y)}const Hf=function(e,t,n,o){e.addEventListener(t,(e=>{y(n)&&!1===n(e)&&((void 0===e.cancelable||e.cancelable)&&e.preventDefault(),e.stopPropagation())}),{passive:!1})};let Wf,Yf;function Xf(e,t,n){Yo((()=>{document.removeEventListener("mousemove",Wf),document.removeEventListener("mouseup",Yf)}));let o=0,r=0,i=0,s=0;const a=function(e,n,a,l){if(!1===t({cancelable:e.cancelable,target:e.target,currentTarget:e.currentTarget,preventDefault:e.preventDefault.bind(e),stopPropagation:e.stopPropagation.bind(e),touches:e.touches,changedTouches:e.changedTouches,detail:{state:n,x:a,y:l,dx:a-o,dy:l-r,ddx:a-i,ddy:l-s,timeStamp:e.timeStamp}}))return!1};let l,c,u=null;Hf(e,"touchstart",(function(e){if(l=!0,1===e.touches.length&&!u)return u=e,o=i=e.touches[0].pageX,r=s=e.touches[0].pageY,a(e,"start",o,r)})),Hf(e,"mousedown",(function(e){if(c=!0,!l&&!u)return u=e,o=i=e.pageX,r=s=e.pageY,a(e,"start",o,r)})),Hf(e,"touchmove",(function(e){if(1===e.touches.length&&u){const t=a(e,"move",e.touches[0].pageX,e.touches[0].pageY);return i=e.touches[0].pageX,s=e.touches[0].pageY,t}}));const d=Wf=function(e){if(!l&&c&&u){const t=a(e,"move",e.pageX,e.pageY);return i=e.pageX,s=e.pageY,t}};document.addEventListener("mousemove",d),Hf(e,"touchend",(function(e){if(0===e.touches.length&&u)return l=!1,u=null,a(e,"end",e.changedTouches[0].pageX,e.changedTouches[0].pageY)}));const h=Yf=function(e){if(c=!1,!l&&u)return u=null,a(e,"end",e.pageX,e.pageY)};document.addEventListener("mouseup",h),Hf(e,"touchcancel",(function(e){if(u){l=!1;const t=u;return u=null,a(e,n?"cancel":"end",t.touches[0].pageX,t.touches[0].pageY)}}))}function Kf(e,t,n){return e>t-n&ðis._t&&(e=this._t,this._lastDt=e);let t=this._x_v*e+.5*this._x_a*Math.pow(e,2)+this._x_s,n=this._y_v*e+.5*this._y_a*Math.pow(e,2)+this._y_s;return(this._x_a>0&&tthis._endPositionX)&&(t=this._endPositionX),(this._y_a>0&&nthis._endPositionY)&&(n=this._endPositionY),{x:t,y:n}},Qf.prototype.ds=function(e){return void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3),e>this._t&&(e=this._t),{dx:this._x_v+this._x_a*e,dy:this._y_v+this._y_a*e}},Qf.prototype.delta=function(){return{x:-1.5*Math.pow(this._x_v,2)/this._x_a||0,y:-1.5*Math.pow(this._y_v,2)/this._y_a||0}},Qf.prototype.dt=function(){return-this._x_v/this._x_a},Qf.prototype.done=function(){const e=Kf(this.s().x,this._endPositionX)||Kf(this.s().y,this._endPositionY)||this._lastDt===this._t;return this._lastDt=null,e},Qf.prototype.setEnd=function(e,t){this._endPositionX=e,this._endPositionY=t},Qf.prototype.reconfigure=function(e,t){this._m=e,this._f=1e3*t},Zf.prototype._solve=function(e,t){const n=this._c,o=this._m,r=this._k,i=n*n-4*o*r;if(0===i){const r=-n/(2*o),i=e,s=t/(r*e);return{x:function(e){return(i+s*e)*Math.pow(Math.E,r*e)},dx:function(e){const t=Math.pow(Math.E,r*e);return r*(i+s*e)*t+s*t}}}if(i>0){const r=(-n-Math.sqrt(i))/(2*o),s=(-n+Math.sqrt(i))/(2*o),a=(t-r*e)/(s-r),l=e-a;return{x:function(e){let t,n;return e===this._t&&(t=this._powER1T,n=this._powER2T),this._t=e,t||(t=this._powER1T=Math.pow(Math.E,r*e)),n||(n=this._powER2T=Math.pow(Math.E,s*e)),l*t+a*n},dx:function(e){let t,n;return e===this._t&&(t=this._powER1T,n=this._powER2T),this._t=e,t||(t=this._powER1T=Math.pow(Math.E,r*e)),n||(n=this._powER2T=Math.pow(Math.E,s*e)),l*r*t+a*s*n}}}const s=Math.sqrt(4*o*r-n*n)/(2*o),a=-n/2*o,l=e,c=(t-a*e)/s;return{x:function(e){return Math.pow(Math.E,a*e)*(l*Math.cos(s*e)+c*Math.sin(s*e))},dx:function(e){const t=Math.pow(Math.E,a*e),n=Math.cos(s*e),o=Math.sin(s*e);return t*(c*s*n-l*s*o)+a*t*(c*o+l*n)}}},Zf.prototype.x=function(e){return void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3),this._solution?this._endPosition+this._solution.x(e):0},Zf.prototype.dx=function(e){return void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3),this._solution?this._solution.dx(e):0},Zf.prototype.setEnd=function(e,t,n){if(n||(n=(new Date).getTime()),e!==this._endPosition||!Jf(t,.1)){t=t||0;let o=this._endPosition;this._solution&&(Jf(t,.1)&&(t=this._solution.dx((n-this._startTime)/1e3)),o=this._solution.x((n-this._startTime)/1e3),Jf(t,.1)&&(t=0),Jf(o,.1)&&(o=0),o+=this._endPosition),this._solution&&Jf(o-e,.1)&&Jf(t,.1)||(this._endPosition=e,this._solution=this._solve(o-this._endPosition,t),this._startTime=n)}},Zf.prototype.snap=function(e){this._startTime=(new Date).getTime(),this._endPosition=e,this._solution={x:function(){return 0},dx:function(){return 0}}},Zf.prototype.done=function(e){return e||(e=(new Date).getTime()),Kf(this.x(),this._endPosition,.1)&&Jf(this.dx(),.1)},Zf.prototype.reconfigure=function(e,t,n){this._m=e,this._k=t,this._c=n,this.done()||(this._solution=this._solve(this.x()-this._endPosition,this.dx()),this._startTime=(new Date).getTime())},Zf.prototype.springConstant=function(){return this._k},Zf.prototype.damping=function(){return this._c},Zf.prototype.configuration=function(){return[{label:"Spring Constant",read:this.springConstant.bind(this),write:function(e,t){e.reconfigure(1,t,e.damping())}.bind(this,this),min:100,max:1e3},{label:"Damping",read:this.damping.bind(this),write:function(e,t){e.reconfigure(1,e.springConstant(),t)}.bind(this,this),min:1,max:500}]},ep.prototype.setEnd=function(e,t,n,o){const r=(new Date).getTime();this._springX.setEnd(e,o,r),this._springY.setEnd(t,o,r),this._springScale.setEnd(n,o,r),this._startTime=r},ep.prototype.x=function(){const e=((new Date).getTime()-this._startTime)/1e3;return{x:this._springX.x(e),y:this._springY.x(e),scale:this._springScale.x(e)}},ep.prototype.done=function(){const e=(new Date).getTime();return this._springX.done(e)&&this._springY.done(e)&&this._springScale.done(e)},ep.prototype.reconfigure=function(e,t,n){this._springX.reconfigure(e,t,n),this._springY.reconfigure(e,t,n),this._springScale.reconfigure(e,t,n)};function tp(e,t){return+((1e3*e-1e3*t)/1e3).toFixed(1)}const np=Tu({name:"MovableView",props:{direction:{type:String,default:"none"},inertia:{type:[Boolean,String],default:!1},outOfBounds:{type:[Boolean,String],default:!1},x:{type:[Number,String],default:0},y:{type:[Number,String],default:0},damping:{type:[Number,String],default:20},friction:{type:[Number,String],default:2},disabled:{type:[Boolean,String],default:!1},scale:{type:[Boolean,String],default:!1},scaleMin:{type:[Number,String],default:.5},scaleMax:{type:[Number,String],default:10},scaleValue:{type:[Number,String],default:1},animation:{type:[Boolean,String],default:!0}},emits:["change","scale"],setup(e,{slots:t,emit:n}){const o=ln(null),r=Cu(o,n),{setParent:i}=function(e,t,n){const o=Sr("_isMounted",ln(!1)),r=Sr("addMovableViewContext",(()=>{})),i=Sr("removeMovableViewContext",(()=>{}));let s,a,l=ln(1),c=ln(1),u=ln(!1),d=ln(0),h=ln(0),f=null,p=null,g=!1,m=null,y=null;const v=new Gf,_=new Gf,b={historyX:[0,0],historyY:[0,0],historyT:[0,0]},w=Oi((()=>{let t=Number(e.friction);return isNaN(t)||t<=0?2:t})),x=new Qf(1,w.value);io((()=>e.disabled),(()=>{H()}));const{_updateOldScale:T,_endScale:S,_setScale:k,scaleValueSync:C,_updateBoundary:E,_updateOffset:P,_updateWH:A,_scaleOffset:I,minX:O,minY:L,maxX:M,maxY:$,FAandSFACancel:R,_getLimitXY:D,_setTransform:B,_revise:N,dampingNumber:F,xMove:j,yMove:q,xSync:U,ySync:V,_STD:z}=function(e,t,n,o,r,i,s,a,l,c){const u=Oi((()=>{let t=Number(e.scaleMin);return isNaN(t)?.5:t})),d=Oi((()=>{let t=Number(e.scaleMax);return isNaN(t)?10:t})),h=ln(Number(e.scaleValue)||1);io(h,(e=>{B(e)})),io(u,(()=>{D()})),io(d,(()=>{D()})),io((()=>e.scaleValue),(e=>{h.value=Number(e)||0}));const{_updateBoundary:f,_updateOffset:p,_updateWH:g,_scaleOffset:m,minX:y,minY:v,maxX:_,maxY:b}=function(e,t,n){const o=Sr("movableAreaWidth",ln(0)),r=Sr("movableAreaHeight",ln(0)),i=Sr("movableAreaRootRef"),s={x:0,y:0},a={x:0,y:0},l=ln(0),c=ln(0),u=ln(0),d=ln(0),h=ln(0),f=ln(0);function p(){let e=0-s.x+a.x,t=o.value-l.value-s.x-a.x;u.value=Math.min(e,t),h.value=Math.max(e,t);let n=0-s.y+a.y,i=r.value-c.value-s.y-a.y;d.value=Math.min(n,i),f.value=Math.max(n,i)}function g(){s.x=ip(e.value,i.value),s.y=sp(e.value,i.value)}function m(o){o=o||t.value,o=n(o);let r=e.value.getBoundingClientRect();c.value=r.height/t.value,l.value=r.width/t.value;let i=c.value*o,s=l.value*o;a.x=(s-l.value)/2,a.y=(i-c.value)/2}return{_updateBoundary:p,_updateOffset:g,_updateWH:m,_scaleOffset:a,minX:u,minY:d,maxX:h,maxY:f}}(t,o,R),{FAandSFACancel:w,_getLimitXY:x,_animationTo:T,_setTransform:S,_revise:k,dampingNumber:C,xMove:E,yMove:P,xSync:A,ySync:I,_STD:O}=function(e,t,n,o,r,i,s,a,l,c,u,d,h,f){const p=Oi((()=>{let e=Number(t.damping);return isNaN(e)?20:e})),g=Oi((()=>"all"===t.direction||"horizontal"===t.direction)),m=Oi((()=>"all"===t.direction||"vertical"===t.direction)),y=ln(lp(t.x)),v=ln(lp(t.y));io((()=>t.x),(e=>{y.value=lp(e)})),io((()=>t.y),(e=>{v.value=lp(e)})),io(y,(e=>{k(e)})),io(v,(e=>{C(e)}));const _=new ep(1,9*Math.pow(p.value,2)/40,p.value);function b(e,t){let n=!1;return e>r.value?(e=r.value,n=!0):ei.value?(t=i.value,n=!0):t1?"htouchmove":"vtouchmove"),j.value&&(n=t.detail.dx+s,b.historyX.shift(),b.historyX.push(n),q.value||null!==m||(m=Math.abs(t.detail.dx/t.detail.dy)<1)),q.value&&(o=t.detail.dy+a,b.historyY.shift(),b.historyY.push(o),j.value||null!==m||(m=Math.abs(t.detail.dy/t.detail.dx)<1)),b.historyT.shift(),b.historyT.push(t.detail.timeStamp),!m){t.preventDefault();let r="touch";nM.value&&(e.outOfBounds?(r="touch-out-of-bounds",n=M.value+v.x(n-M.value)):n=M.value),o$.value&&(e.outOfBounds?(r="touch-out-of-bounds",o=$.value+_.x(o-$.value)):o=$.value),rp((function(){B(n,o,l.value,r)}))}}}function Y(){if(!u.value&&!e.disabled&&g&&(n.value.style.willChange="auto",g=!1,!m&&!N("out-of-bounds")&&e.inertia)){const e=1e3*(b.historyX[1]-b.historyX[0])/(b.historyT[1]-b.historyT[0]),t=1e3*(b.historyY[1]-b.historyY[0])/(b.historyT[1]-b.historyT[0]),n=d.value,o=h.value;x.setV(e,t),x.setS(n,o);const r=x.delta().x,i=x.delta().y;let s=r+n,a=i+o;sM.value&&(s=M.value,a=o+(M.value-n)*i/r),a$.value&&(a=$.value,s=n+($.value-o)*r/i),x.setEnd(s,a),p=ap(x,(function(){let e=x.s(),t=e.x,n=e.y;B(t,n,l.value,"friction")}),(function(){p.cancel()}))}e.outOfBounds||e.inertia||R()}function X(){if(!o.value)return;R();let t=e.scale?C.value:1;P(),A(t),E();let n=D(U.value+I.x,V.value+I.y),r=n.x,i=n.y;B(r,i,t,"",!0),T(t)}return zo((()=>{Xf(n.value,(e=>{switch(e.detail.state){case"start":H();break;case"move":W(e);break;case"end":Y()}})),X(),x.reconfigure(1,w.value),z.reconfigure(1,9*Math.pow(F.value,2)/40,F.value),n.value.style.transformOrigin="center";const e={rootRef:n,setParent:X,_endScale:S,_setScale:k};r(e),Xo((()=>{i(e)}))})),Xo((()=>{R()})),{setParent:X}}(e,r,o);return()=>li("uni-movable-view",{ref:o},[li(tf,{onResize:i},null,8,["onResize"]),t.default&&t.default()],512)}});let op=!1;function rp(e){op||(op=!0,requestAnimationFrame((function(){e(),op=!1})))}function ip(e,t){if(e===t)return 0;let n=e.offsetLeft;return e.offsetParent?n+=ip(e.offsetParent,t):0}function sp(e,t){if(e===t)return 0;let n=e.offsetTop;return e.offsetParent?n+=sp(e.offsetParent,t):0}function ap(e,t,n){let o={id:0,cancelled:!1};return function e(t,n,o,r){if(!t||!t.cancelled){o(n);let i=n.done();i||t.cancelled||(t.id=requestAnimationFrame(e.bind(null,t,n,o,r))),i&&r&&r(n)}}(o,e,t,n),{cancel:function(e){e&&e.id&&cancelAnimationFrame(e.id),e&&(e.cancelled=!0)}.bind(null,o),model:e}}function lp(e){return/\d+[ur]px$/i.test(e)?Bd(parseFloat(e)):Number(e)||0}const cp=["navigate","redirect","switchTab","reLaunch","navigateBack"],up=["slide-in-right","slide-in-left","slide-in-top","slide-in-bottom","fade-in","zoom-out","zoom-fade-out","pop-in","none"],dp=["slide-out-right","slide-out-left","slide-out-top","slide-out-bottom","fade-out","zoom-in","zoom-fade-in","pop-out","none"],hp={hoverClass:{type:String,default:"navigator-hover"},url:{type:String,default:""},openType:{type:String,default:"navigate",validator:e=>Boolean(~cp.indexOf(e))},delta:{type:Number,default:1},hoverStartTime:{type:[Number,String],default:50},hoverStayTime:{type:[Number,String],default:600},exists:{type:String,default:""},hoverStopPropagation:{type:Boolean,default:!1},animationType:{type:String,default:"",validator:e=>!e||up.concat(dp).includes(e)},animationDuration:{type:[String,Number],default:300}};c({},hp,{renderLink:{type:Boolean,default:!0}});const fp=Tu({name:"PickerView",props:{value:{type:Array,default:()=>[],validator:function(e){return f(e)&&e.filter((e=>"number"==typeof e)).length===e.length}},indicatorStyle:{type:String,default:""},indicatorClass:{type:String,default:""},maskStyle:{type:String,default:""},maskClass:{type:String,default:""}},emits:["change","pickstart","pickend","update:value"],setup(e,{slots:t,emit:n}){const o=ln(null),r=ln(null),i=Cu(o,n),s=function(e){const t=Ht([...e.value]),n=Ht({value:t,height:34});return io((()=>e.value),((e,t)=>{n.value.length=e.length,e.forEach(((e,t)=>{e!==n.value[t]&&n.value.splice(t,1,e)}))})),n}(e),a=ln(null);zo((()=>{const e=a.value;e&&(s.height=e.$el.offsetHeight)}));let l=ln([]),c=ln([]);function u(e){let t=c.value;t=t.filter((e=>e.type!==Wr));let n=t.indexOf(e);return-1!==n?n:l.value.indexOf(e)}return Tr("getPickerViewColumn",(function(e){return Oi({get(){const t=u(e.vnode);return s.value[t]||0},set(t){const o=u(e.vnode);if(o<0)return;if(s.value[o]!==t){s.value[o]=t;const e=s.value.map((e=>e));n("update:value",e),i("change",{},{value:e})}}})})),Tr("pickerViewProps",e),Tr("pickerViewState",s),()=>{const e=t.default&&t.default();{const t=Uf(e);l.value=t,In((()=>{c.value=t}))}return li("uni-picker-view",{ref:o},[li(tf,{ref:a,onResize:({height:e})=>s.height=e},null,8,["onResize"]),li("div",{ref:r,class:"uni-picker-view-wrapper"},[e],512)],512)}}});class pp{constructor(e){this._drag=e,this._dragLog=Math.log(e),this._x=0,this._v=0,this._startTime=0}set(e,t){this._x=e,this._v=t,this._startTime=(new Date).getTime()}setVelocityByEnd(e){this._v=(e-this._x)*this._dragLog/(Math.pow(this._drag,100)-1)}x(e){void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3);const t=e===this._dt&&this._powDragDt?this._powDragDt:this._powDragDt=Math.pow(this._drag,e);return this._dt=e,this._x+this._v*t/this._dragLog-this._v/this._dragLog}dx(e){void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3);const t=e===this._dt&&this._powDragDt?this._powDragDt:this._powDragDt=Math.pow(this._drag,e);return this._dt=e,this._v*t}done(){return Math.abs(this.dx())<3}reconfigure(e){const t=this.x(),n=this.dx();this._drag=e,this._dragLog=Math.log(e),this.set(t,n)}configuration(){const e=this;return[{label:"Friction",read:function(){return e._drag},write:function(t){e.reconfigure(t)},min:.001,max:.1,step:.001}]}}function gp(e,t,n){return e>t-n&&e0){const r=(-n-Math.sqrt(i))/(2*o),s=(-n+Math.sqrt(i))/(2*o),a=(t-r*e)/(s-r),l=e-a;return{x:function(e){let t,n;return e===this._t&&(t=this._powER1T,n=this._powER2T),this._t=e,t||(t=this._powER1T=Math.pow(Math.E,r*e)),n||(n=this._powER2T=Math.pow(Math.E,s*e)),l*t+a*n},dx:function(e){let t,n;return e===this._t&&(t=this._powER1T,n=this._powER2T),this._t=e,t||(t=this._powER1T=Math.pow(Math.E,r*e)),n||(n=this._powER2T=Math.pow(Math.E,s*e)),l*r*t+a*s*n}}}const s=Math.sqrt(4*o*r-n*n)/(2*o),a=-n/2*o,l=e,c=(t-a*e)/s;return{x:function(e){return Math.pow(Math.E,a*e)*(l*Math.cos(s*e)+c*Math.sin(s*e))},dx:function(e){const t=Math.pow(Math.E,a*e),n=Math.cos(s*e),o=Math.sin(s*e);return t*(c*s*n-l*s*o)+a*t*(c*o+l*n)}}}x(e){return void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3),this._solution?this._endPosition+this._solution.x(e):0}dx(e){return void 0===e&&(e=((new Date).getTime()-this._startTime)/1e3),this._solution?this._solution.dx(e):0}setEnd(e,t,n){if(n||(n=(new Date).getTime()),e!==this._endPosition||!mp(t,.4)){t=t||0;let o=this._endPosition;this._solution&&(mp(t,.4)&&(t=this._solution.dx((n-this._startTime)/1e3)),o=this._solution.x((n-this._startTime)/1e3),mp(t,.4)&&(t=0),mp(o,.4)&&(o=0),o+=this._endPosition),this._solution&&mp(o-e,.4)&&mp(t,.4)||(this._endPosition=e,this._solution=this._solve(o-this._endPosition,t),this._startTime=n)}}snap(e){this._startTime=(new Date).getTime(),this._endPosition=e,this._solution={x:function(){return 0},dx:function(){return 0}}}done(e){return e||(e=(new Date).getTime()),gp(this.x(),this._endPosition,.4)&&mp(this.dx(),.4)}reconfigure(e,t,n){this._m=e,this._k=t,this._c=n,this.done()||(this._solution=this._solve(this.x()-this._endPosition,this.dx()),this._startTime=(new Date).getTime())}springConstant(){return this._k}damping(){return this._c}configuration(){return[{label:"Spring Constant",read:this.springConstant.bind(this),write:function(e,t){e.reconfigure(1,t,e.damping())}.bind(this,this),min:100,max:1e3},{label:"Damping",read:this.damping.bind(this),write:function(e,t){e.reconfigure(1,e.springConstant(),t)}.bind(this,this),min:1,max:500}]}}class vp{constructor(e,t,n){this._extent=e,this._friction=t||new pp(.01),this._spring=n||new yp(1,90,20),this._startTime=0,this._springing=!1,this._springOffset=0}snap(e,t){this._springOffset=0,this._springing=!0,this._spring.snap(e),this._spring.setEnd(t)}set(e,t){this._friction.set(e,t),e>0&&t>=0?(this._springOffset=0,this._springing=!0,this._spring.snap(e),this._spring.setEnd(0)):e<-this._extent&&t<=0?(this._springOffset=0,this._springing=!0,this._spring.snap(e),this._spring.setEnd(-this._extent)):this._springing=!1,this._startTime=(new Date).getTime()}x(e){if(!this._startTime)return 0;if(e||(e=((new Date).getTime()-this._startTime)/1e3),this._springing)return this._spring.x()+this._springOffset;let t=this._friction.x(e),n=this.dx(e);return(t>0&&n>=0||t<-this._extent&&n<=0)&&(this._springing=!0,this._spring.setEnd(0,n),t<-this._extent?this._springOffset=-this._extent:this._springOffset=0,t=this._spring.x()+this._springOffset),t}dx(e){let t;return t=this._lastTime===e?this._lastDx:this._springing?this._spring.dx(e):this._friction.dx(e),this._lastTime=e,this._lastDx=t,t}done(){return this._springing?this._spring.done():this._friction.done()}setVelocityByEnd(e){this._friction.setVelocityByEnd(e)}configuration(){const e=this._friction.configuration();return e.push.apply(e,this._spring.configuration()),e}}class _p{constructor(e,t){t=t||{},this._element=e,this._options=t,this._enableSnap=t.enableSnap||!1,this._itemSize=t.itemSize||0,this._enableX=t.enableX||!1,this._enableY=t.enableY||!1,this._shouldDispatchScrollEvent=!!t.onScroll,this._enableX?(this._extent=(t.scrollWidth||this._element.offsetWidth)-this._element.parentElement.offsetWidth,this._scrollWidth=t.scrollWidth):(this._extent=(t.scrollHeight||this._element.offsetHeight)-this._element.parentElement.offsetHeight,this._scrollHeight=t.scrollHeight),this._position=0,this._scroll=new vp(this._extent,t.friction,t.spring),this._onTransitionEnd=this.onTransitionEnd.bind(this),this.updatePosition()}onTouchStart(){this._startPosition=this._position,this._lastChangePos=this._startPosition,this._startPosition>0?this._startPosition/=.5:this._startPosition<-this._extent&&(this._startPosition=(this._startPosition+this._extent)/.5-this._extent),this._animation&&(this._animation.cancel(),this._scrolling=!1),this.updatePosition()}onTouchMove(e,t){let n=this._startPosition;this._enableX?n+=e:this._enableY&&(n+=t),n>0?n*=.5:n<-this._extent&&(n=.5*(n+this._extent)-this._extent),this._position=n,this.updatePosition(),this.dispatchScroll()}onTouchEnd(e,t,n){if(this._enableSnap&&this._position>-this._extent&&this._position<0){if(this._enableY&&(Math.abs(t)this._itemSize/2?e-(this._itemSize-Math.abs(t)):e-t,o<=0&&o>=-this._extent&&this._scroll.setVelocityByEnd(o)}this._lastTime=Date.now(),this._lastDelay=0,this._scrolling=!0,this._lastChangePos=this._position,this._lastIdx=Math.floor(Math.abs(this._position/this._itemSize)),this._animation=function(e,t,n){const o={id:0,cancelled:!1};return function e(t,n,o,r){if(!t||!t.cancelled){o(n);const i=n.done();i||t.cancelled||(t.id=requestAnimationFrame(e.bind(null,t,n,o,r))),i&&r&&r(n)}}(o,e,t,n),{cancel:function(e){e&&e.id&&cancelAnimationFrame(e.id),e&&(e.cancelled=!0)}.bind(null,o),model:e}}(this._scroll,(()=>{const e=Date.now(),t=(e-this._scroll._startTime)/1e3,n=this._scroll.x(t);this._position=n,this.updatePosition();const o=this._scroll.dx(t);this._shouldDispatchScrollEvent&&e-this._lastTime>this._lastDelay&&(this.dispatchScroll(),this._lastDelay=Math.abs(2e3/o),this._lastTime=e)}),(()=>{this._enableSnap&&(o<=0&&o>=-this._extent&&(this._position=o,this.updatePosition()),y(this._options.onSnap)&&this._options.onSnap(Math.floor(Math.abs(this._position)/this._itemSize))),this._shouldDispatchScrollEvent&&this.dispatchScroll(),this._scrolling=!1}))}onTransitionEnd(){this._element.style.webkitTransition="",this._element.style.transition="",this._element.removeEventListener("transitionend",this._onTransitionEnd),this._snapping&&(this._snapping=!1),this.dispatchScroll()}snap(){const e=this._itemSize,t=this._position%e,n=Math.abs(t)>this._itemSize/2?this._position-(e-Math.abs(t)):this._position-t;this._position!==n&&(this._snapping=!0,this.scrollTo(-n),y(this._options.onSnap)&&this._options.onSnap(Math.floor(Math.abs(this._position)/this._itemSize)))}scrollTo(e,t){this._animation&&(this._animation.cancel(),this._scrolling=!1),"number"==typeof e&&(this._position=-e),this._position<-this._extent?this._position=-this._extent:this._position>0&&(this._position=0);const n="transform "+(t||.2)+"s ease-out";this._element.style.webkitTransition="-webkit-"+n,this._element.style.transition=n,this.updatePosition(),this._element.addEventListener("transitionend",this._onTransitionEnd)}dispatchScroll(){if(y(this._options.onScroll)&&Math.round(Number(this._lastPos))!==Math.round(this._position)){this._lastPos=this._position;const e={target:{scrollLeft:this._enableX?-this._position:0,scrollTop:this._enableY?-this._position:0,scrollHeight:this._scrollHeight||this._element.offsetHeight,scrollWidth:this._scrollWidth||this._element.offsetWidth,offsetHeight:this._element.parentElement.offsetHeight,offsetWidth:this._element.parentElement.offsetWidth}};this._options.onScroll(e)}}update(e,t,n){let o=0;const r=this._position;this._enableX?(o=this._element.childNodes.length?(t||this._element.offsetWidth)-this._element.parentElement.offsetWidth:0,this._scrollWidth=t):(o=this._element.childNodes.length?(t||this._element.offsetHeight)-this._element.parentElement.offsetHeight:0,this._scrollHeight=t),"number"==typeof e&&(this._position=-e),this._position<-o?this._position=-o:this._position>0&&(this._position=0),this._itemSize=n||this._itemSize,this.updatePosition(),r!==this._position&&(this.dispatchScroll(),y(this._options.onSnap)&&this._options.onSnap(Math.floor(Math.abs(this._position)/this._itemSize))),this._extent=o,this._scroll._extent=o}updatePosition(){let e="";this._enableX?e="translateX("+this._position+"px) translateZ(0)":this._enableY&&(e="translateY("+this._position+"px) translateZ(0)"),this._element.style.webkitTransform=e,this._element.style.transform=e}isScrolling(){return this._scrolling||this._snapping}}let bp=0;const wp=Tu({name:"PickerViewColumn",setup(e,{slots:t,emit:n}){const o=ln(null),r=ln(null),i=Sr("getPickerViewColumn"),s=bi(),a=i?i(s):ln(0),l=Sr("pickerViewProps"),c=Sr("pickerViewState"),u=ln(34),d=ln(null);zo((()=>{const e=d.value;u.value=e.$el.offsetHeight}));const h=Oi((()=>(c.height-u.value)/2)),{state:f}=Af(),p=function(e){const t="uni-picker-view-content-"+bp++;return io((()=>e.value),(function(){const n=document.createElement("style");n.innerText=`.uni-picker-view-content.${t}>*{height: ${e.value}px;overflow: hidden;}`,document.head.appendChild(n)})),t}(u);let g;const m=Ht({current:a.value,length:0});let y;function v(){g&&!y&&(y=!0,In((()=>{y=!1;let e=Math.min(m.current,m.length-1);e=Math.max(e,0),g.update(e*u.value,void 0,u.value)})))}io((()=>a.value),(e=>{e!==m.current&&(m.current=e,v())})),io((()=>m.current),(e=>a.value=e)),io([()=>u.value,()=>m.length,()=>c.height],v);let _=0;function b(e){const t=_+e.deltaY;if(Math.abs(t)>10){_=0;let e=Math.min(m.current+(t<0?-1:1),m.length-1);m.current=e=Math.max(e,0),g.scrollTo(e*u.value)}else _=t;e.preventDefault()}function w({clientY:e}){const t=o.value;if(!g.isScrolling()){const n=e-t.getBoundingClientRect().top-c.height/2,o=u.value/2;if(!(Math.abs(n)<=o)){const e=Math.ceil((Math.abs(n)-o)/u.value),t=n<0?-e:e;let r=Math.min(m.current+t,m.length-1);m.current=r=Math.max(r,0),g.scrollTo(r*u.value)}}}const x=()=>{const e=o.value,t=r.value,{scroller:n,handleTouchStart:i,handleTouchMove:s,handleTouchEnd:a}=function(e,t){const n={trackingID:-1,maxDy:0,maxDx:0},o=new _p(e,t);function r(e){const t=e,o=e;return"move"===t.detail.state||"end"===t.detail.state?{x:t.detail.dx,y:t.detail.dy}:{x:o.screenX-n.x,y:o.screenY-n.y}}return{scroller:o,handleTouchStart:function(e){const t=e,r=e;"start"===t.detail.state?(n.trackingID="touch",n.x=t.detail.x,n.y=t.detail.y):(n.trackingID="mouse",n.x=r.screenX,n.y=r.screenY),n.maxDx=0,n.maxDy=0,n.historyX=[0],n.historyY=[0],n.historyTime=[t.detail.timeStamp||r.timeStamp],n.listener=o,o.onTouchStart&&o.onTouchStart(),("boolean"!=typeof e.cancelable||e.cancelable)&&e.preventDefault()},handleTouchMove:function(e){const t=e,o=e;if(-1!==n.trackingID){("boolean"!=typeof e.cancelable||e.cancelable)&&e.preventDefault();const i=r(e);if(i){for(n.maxDy=Math.max(n.maxDy,Math.abs(i.y)),n.maxDx=Math.max(n.maxDx,Math.abs(i.x)),n.historyX.push(i.x),n.historyY.push(i.y),n.historyTime.push(t.detail.timeStamp||o.timeStamp);n.historyTime.length>10;)n.historyTime.shift(),n.historyX.shift(),n.historyY.shift();n.listener&&n.listener.onTouchMove&&n.listener.onTouchMove(i.x,i.y)}}},handleTouchEnd:function(e){if(-1!==n.trackingID){e.preventDefault();const t=r(e);if(t){const e=n.listener;n.trackingID=-1,n.listener=null;const o={x:0,y:0};if(n.historyTime.length>2)for(let t=n.historyTime.length-1,r=n.historyTime[t],i=n.historyX[t],s=n.historyY[t];t>0;){t--;const e=r-n.historyTime[t];if(e>30&&e<50){o.x=(i-n.historyX[t])/(e/1e3),o.y=(s-n.historyY[t])/(e/1e3);break}}n.historyTime=[],n.historyX=[],n.historyY=[],e&&e.onTouchEnd&&e.onTouchEnd(t.x,t.y,o)}}}}}(t,{enableY:!0,enableX:!1,enableSnap:!0,itemSize:u.value,friction:new pp(1e-4),spring:new yp(2,90,20),onSnap:e=>{isNaN(e)||e===m.current||(m.current=e)}});g=n,Xf(e,(e=>{switch(e.detail.state){case"start":i(e);break;case"move":s(e),e.stopPropagation();break;case"end":case"cancel":a(e)}}),!0),function(e){let t=0,n=0;e.addEventListener("touchstart",(e=>{const o=e.changedTouches[0];t=o.clientX,n=o.clientY})),e.addEventListener("touchend",(e=>{const o=e.changedTouches[0];if(Math.abs(o.clientX-t)<20&&Math.abs(o.clientY-n)<20){const t={bubbles:!0,cancelable:!0,target:e.target,currentTarget:e.currentTarget},n=new CustomEvent("click",t);["screenX","screenY","clientX","clientY","pageX","pageY"].forEach((e=>{n[e]=o[e]})),e.target.dispatchEvent(n)}}))}(e),v()};return zo(x),()=>{const e=t.default&&t.default();m.length=Uf(e).length;const n=`${h.value}px 0`;return li("uni-picker-view-column",{ref:o},[li("div",{onWheel:b,onClick:w,class:"uni-picker-view-group"},[li("div",gi(f.attrs,{class:["uni-picker-view-mask",l.maskClass],style:`background-size: 100% ${h.value}px;${l.maskStyle}`}),null,16),li("div",gi(f.attrs,{class:["uni-picker-view-indicator",l.indicatorClass],style:l.indicatorStyle}),[li(tf,{ref:d,onResize:({height:e})=>u.value=e},null,8,["onResize"])],16),li("div",{ref:r,class:["uni-picker-view-content",p],style:{padding:n}},[e],6)],40,["onWheel","onClick"])],512)}}}),xp="#007aff",Tp="backwards",Sp=Tu({name:"Progress",props:{percent:{type:[Number,String],default:0,validator:e=>!isNaN(parseFloat(e))},fontSize:{type:[String,Number],default:16},showInfo:{type:[Boolean,String],default:!1},strokeWidth:{type:[Number,String],default:6,validator:e=>!isNaN(parseFloat(e))},color:{type:String,default:xp},activeColor:{type:String,default:xp},backgroundColor:{type:String,default:"#EBEBEB"},active:{type:[Boolean,String],default:!1},activeMode:{type:String,default:Tp},duration:{type:[Number,String],default:30,validator:e=>!isNaN(parseFloat(e))},borderRadius:{type:[Number,String],default:0}},setup(e){const t=ln(null),n=function(e){const t=ln(0),n=Oi((()=>`background-color: ${e.backgroundColor}; height: ${e.strokeWidth}px;`)),o=Oi((()=>{const n=e.color!==xp&&e.activeColor===xp?e.color:e.activeColor;return`width: ${t.value}%;background-color: ${n}`})),r=Oi((()=>{if("string"==typeof e.percent&&!/^-?\d*\.?\d*$/.test(e.percent))return 0;let t=parseFloat(e.percent);return Number.isNaN(t)||t<0?t=0:t>100&&(t=100),t}));return Ht({outerBarStyle:n,innerBarStyle:o,realPercent:r,currentPercent:t,strokeTimer:0,lastPercent:0})}(e);return kp(n,e),io((()=>n.realPercent),((t,o)=>{n.strokeTimer&&clearInterval(n.strokeTimer),n.lastPercent=o||0,kp(n,e)})),()=>{const{showInfo:o}=e,{outerBarStyle:r,innerBarStyle:i,currentPercent:s}=n;return li("uni-progress",{class:"uni-progress",ref:t},[li("div",{style:r,class:"uni-progress-bar"},[li("div",{style:i,class:"uni-progress-inner-bar"},null,4)],4),o?li("p",{class:"uni-progress-info"},[s+"%"]):""],512)}}});function kp(e,t){t.active?(e.currentPercent=t.activeMode===Tp?0:e.lastPercent,e.strokeTimer=setInterval((()=>{e.currentPercent+1>e.realPercent?(e.currentPercent=e.realPercent,e.strokeTimer&&clearInterval(e.strokeTimer)):e.currentPercent+=1}),parseFloat(t.duration))):e.currentPercent=e.realPercent}const Cp={a:"",abbr:"",address:"",article:"",aside:"",b:"",bdi:"",bdo:["dir"],big:"",blockquote:"",br:"",caption:"",center:"",cite:"",code:"",col:["span","width"],colgroup:["span","width"],dd:"",del:"",div:"",dl:"",dt:"",em:"",fieldset:"",font:"",footer:"",h1:"",h2:"",h3:"",h4:"",h5:"",h6:"",header:"",hr:"",i:"",img:["alt","src","height","width"],ins:"",label:"",legend:"",li:"",mark:"",nav:"",ol:["start","type"],p:"",pre:"",q:"",rt:"",ruby:"",s:"",section:"",small:"",span:"",strong:"",sub:"",sup:"",table:["width"],tbody:"",td:["colspan","height","rowspan","width"],tfoot:"",th:["colspan","height","rowspan","width"],thead:"",tr:["colspan","height","rowspan","width"],tt:"",u:"",ul:""},Ep={amp:"&",gt:">",lt:"<",nbsp:" ",quot:'"',apos:"'",ldquo:"“",rdquo:"”",yen:"¥",radic:"√",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",hellip:"…"};const Pp=(e,t,n)=>!n||f(n)&&!n.length?[]:n.map((n=>{var o;if(S(n)){if(!h(n,"type")||"node"===n.type){let r={[e]:""};const i=null==(o=n.name)?void 0:o.toLowerCase();if(!h(Cp,i))return;return function(e,t){if(S(t))for(const n in t)if(h(t,n)){const o=t[n];"img"===e&&"src"===n&&(t[n]=Du(o))}}(i,n.attrs),r=c(r,function(e,t){if(["a","img"].includes(e.name)&&t)return{onClick:n=>{t(n,{node:e}),n.stopPropagation(),n.preventDefault(),n.returnValue=!1}}}(n,t),n.attrs),Li(n.name,r,Pp(e,t,n.children))}return"text"===n.type&&v(n.text)&&""!==n.text?ui((n.text||"").replace(/&(([a-zA-Z]+)|(#x{0,1}[\da-zA-Z]+));/gi,(function(e,t){return h(Ep,t)&&Ep[t]?Ep[t]:/^#[0-9]{1,4}$/.test(t)?String.fromCharCode(t.slice(1)):/^#x[0-9a-f]{1,4}$/i.test(t)?String.fromCharCode(0+t.slice(1)):e}))):void 0}}));function Ap(e){e=function(e){return e.replace(/<\?xml.*\?>\n/,"").replace(/\n/,"").replace(/\n/,"")}(e);const t=[],n={node:"root",children:[]};return function(e,t){var n,o,r,i=[],s=e;for(i.last=function(){return this[this.length-1]};e;){if(o=!0,i.last()&&pf[i.last()])e=e.replace(new RegExp("([\\s\\S]*?)"+i.last()+"[^>]*>"),(function(e,n){return n=n.replace(/|/g,"$1$2"),t.chars&&t.chars(n),""})),c("",i.last());else if(0==e.indexOf("\x3c!--")?(n=e.indexOf("--\x3e"))>=0&&(t.comment&&t.comment(e.substring(4,n)),e=e.substring(n+3),o=!1):0==e.indexOf("")?(r=e.match(af))&&(e=e.substring(r[0].length),r[0].replace(af,c),o=!1):0==e.indexOf("<")&&(r=e.match(sf))&&(e=e.substring(r[0].length),r[0].replace(sf,l),o=!1),o){var a=(n=e.indexOf("<"))<0?e:e.substring(0,n);e=n<0?"":e.substring(n),t.chars&&t.chars(a)}if(e==s)throw"Parse Error: "+e;s=e}function l(e,n,o,r){if(n=n.toLowerCase(),uf[n])for(;i.last()&&df[i.last()];)c("",i.last());if(hf[n]&&i.last()==n&&c("",n),(r=cf[n]||!!r)||i.push(n),t.start){var s=[];o.replace(lf,(function(e,t){var n=arguments[2]?arguments[2]:arguments[3]?arguments[3]:arguments[4]?arguments[4]:ff[t]?t:"";s.push({name:t,value:n,escaped:n.replace(/(^|[^\\])"/g,'$1\\"')})})),t.start&&t.start(n,s,r)}}function c(e,n){if(n)for(o=i.length-1;o>=0&&i[o]!=n;o--);else var o=0;if(o>=0){for(var r=i.length-1;r>=o;r--)t.end&&t.end(i[r]);i.length=o}}c()}(e,{start:function(e,o,r){const i={name:e};if(0!==o.length&&(i.attrs=function(e){return e.reduce((function(e,t){let n=t.value;const o=t.name;return n.match(/ /)&&-1===["style","src"].indexOf(o)&&(n=n.split(" ")),e[o]?Array.isArray(e[o])?e[o].push(n):e[o]=[e[o],n]:e[o]=n,e}),{})}(o)),r){const e=t[0]||n;e.children||(e.children=[]),e.children.push(i)}else t.unshift(i)},end:function(e){const o=t.shift();if(o.name!==e&&console.error("invalid state: mismatch end tag"),0===t.length)n.children.push(o);else{const e=t[0];e.children||(e.children=[]),e.children.push(o)}},chars:function(e){const o={type:"text",text:e};if(0===t.length)n.children.push(o);else{const e=t[0];e.children||(e.children=[]),e.children.push(o)}},comment:function(e){const n={node:"comment",text:e},o=t[0];o&&(o.children||(o.children=[]),o.children.push(n))}}),n.children}const Ip=Tu({name:"RichText",compatConfig:{MODE:3},props:{nodes:{type:[Array,String],default:function(){return[]}}},emits:["click","touchstart","touchmove","touchcancel","touchend","longpress","itemclick"],setup(e,{emit:t}){const n=bi(),o=n&&n.vnode.scopeId||"",r=ln(null),i=ln([]),s=Cu(r,t);function a(e,t={}){s("itemclick",e,t)}return io((()=>e.nodes),(function(){let t=e.nodes;v(t)&&(t=Ap(e.nodes)),i.value=Pp(o,a,t)}),{immediate:!0}),()=>Li("uni-rich-text",{ref:r},Li("div",{},i.value))}}),Op=Tu({name:"Refresher",props:{refreshState:{type:String,default:""},refresherHeight:{type:Number,default:0},refresherThreshold:{type:Number,default:45},refresherDefaultStyle:{type:String,default:"black"},refresherBackground:{type:String,default:"#fff"}},setup(e,{slots:t}){const n=ln(null),o=Oi((()=>{const t={backgroundColor:e.refresherBackground};switch(e.refreshState){case"pulling":t.height=e.refresherHeight+"px";break;case"refreshing":t.height=e.refresherThreshold+"px",t.transition="height 0.3s";break;case"":case"refresherabort":case"restore":t.height="0px",t.transition="height 0.3s"}return t})),r=Oi((()=>{const t=e.refresherHeight/e.refresherThreshold;return 360*(t>1?1:t)}));return()=>{const{refreshState:i,refresherDefaultStyle:s,refresherThreshold:a}=e;return li("div",{ref:n,style:o.value,class:"uni-scroll-view-refresher"},["none"!==s?li("div",{class:"uni-scroll-view-refresh"},[li("div",{class:"uni-scroll-view-refresh-inner"},["pulling"==i?li("svg",{key:"refresh__icon",style:{transform:"rotate("+r.value+"deg)"},fill:"#2BD009",class:"uni-scroll-view-refresh__icon",width:"24",height:"24",viewBox:"0 0 24 24"},[li("path",{d:"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"},null),li("path",{d:"M0 0h24v24H0z",fill:"none"},null)],4):null,"refreshing"==i?li("svg",{key:"refresh__spinner",class:"uni-scroll-view-refresh__spinner",width:"24",height:"24",viewBox:"25 25 50 50"},[li("circle",{cx:"50",cy:"50",r:"20",fill:"none",style:"color: #2bd009","stroke-width":"3"},null)]):null])]):null,"none"===s?li("div",{class:"uni-scroll-view-refresher-container",style:{height:`${a}px`}},[t.default&&t.default()]):null],4)}}}),Lp=we(!0),Mp=Tu({name:"ScrollView",compatConfig:{MODE:3},props:{direction:{type:[String],default:"vertical"},scrollX:{type:[Boolean,String],default:!1},scrollY:{type:[Boolean,String],default:!1},showScrollbar:{type:[Boolean,String],default:!0},upperThreshold:{type:[Number,String],default:50},lowerThreshold:{type:[Number,String],default:50},scrollTop:{type:[Number,String],default:0},scrollLeft:{type:[Number,String],default:0},scrollIntoView:{type:String,default:""},scrollWithAnimation:{type:[Boolean,String],default:!1},enableBackToTop:{type:[Boolean,String],default:!1},refresherEnabled:{type:[Boolean,String],default:!1},refresherThreshold:{type:Number,default:45},refresherDefaultStyle:{type:String,default:"black"},refresherBackground:{type:String,default:"#fff"},refresherTriggered:{type:[Boolean,String],default:!1}},emits:["scroll","scrolltoupper","scrolltolower","refresherrefresh","refresherrestore","refresherpulling","refresherabort","update:refresherTriggered"],setup(e,{emit:t,slots:n,expose:o}){const r=ln(null),i=ln(null),s=ln(null),a=ln(null),l=Cu(r,t),{state:c,scrollTopNumber:u,scrollLeftNumber:d}=function(e){const t=Oi((()=>Number(e.scrollTop)||0)),n=Oi((()=>Number(e.scrollLeft)||0));return{state:Ht({lastScrollTop:t.value,lastScrollLeft:n.value,lastScrollToUpperTime:0,lastScrollToLowerTime:0,refresherHeight:0,refreshState:""}),scrollTopNumber:t,scrollLeftNumber:n}}(e),{realScrollX:h,realScrollY:f}=function(e,t,n,o,r,i,s,a,l){let c=!1,u=0,d=!1,h=()=>{};const f=Oi((()=>e.scrollX)),p=Oi((()=>e.scrollY)),g=Oi((()=>{let t=Number(e.upperThreshold);return isNaN(t)?50:t})),m=Oi((()=>{let t=Number(e.lowerThreshold);return isNaN(t)?50:t}));function y(e,t){const n=s.value;let o=0,r="";if(e<0?e=0:"x"===t&&e>n.scrollWidth-n.offsetWidth?e=n.scrollWidth-n.offsetWidth:"y"===t&&e>n.scrollHeight-n.offsetHeight&&(e=n.scrollHeight-n.offsetHeight),"x"===t?o=n.scrollLeft-e:"y"===t&&(o=n.scrollTop-e),0===o)return;let i=a.value;i.style.transition="transform .3s ease-out",i.style.webkitTransition="-webkit-transform .3s ease-out","x"===t?r="translateX("+o+"px) translateZ(0)":"y"===t&&(r="translateY("+o+"px) translateZ(0)"),i.removeEventListener("transitionend",h),i.removeEventListener("webkitTransitionEnd",h),h=()=>x(e,t),i.addEventListener("transitionend",h),i.addEventListener("webkitTransitionEnd",h),"x"===t?n.style.overflowX="hidden":"y"===t&&(n.style.overflowY="hidden"),i.style.transform=r,i.style.webkitTransform=r}function v(e){const n=e.target;r("scroll",e,{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop,scrollHeight:n.scrollHeight,scrollWidth:n.scrollWidth,deltaX:t.lastScrollLeft-n.scrollLeft,deltaY:t.lastScrollTop-n.scrollTop}),p.value&&(n.scrollTop<=g.value&&t.lastScrollTop-n.scrollTop>0&&e.timeStamp-t.lastScrollToUpperTime>200&&(r("scrolltoupper",e,{direction:"top"}),t.lastScrollToUpperTime=e.timeStamp),n.scrollTop+n.offsetHeight+m.value>=n.scrollHeight&&t.lastScrollTop-n.scrollTop<0&&e.timeStamp-t.lastScrollToLowerTime>200&&(r("scrolltolower",e,{direction:"bottom"}),t.lastScrollToLowerTime=e.timeStamp)),f.value&&(n.scrollLeft<=g.value&&t.lastScrollLeft-n.scrollLeft>0&&e.timeStamp-t.lastScrollToUpperTime>200&&(r("scrolltoupper",e,{direction:"left"}),t.lastScrollToUpperTime=e.timeStamp),n.scrollLeft+n.offsetWidth+m.value>=n.scrollWidth&&t.lastScrollLeft-n.scrollLeft<0&&e.timeStamp-t.lastScrollToLowerTime>200&&(r("scrolltolower",e,{direction:"right"}),t.lastScrollToLowerTime=e.timeStamp)),t.lastScrollTop=n.scrollTop,t.lastScrollLeft=n.scrollLeft}function _(t){p.value&&(e.scrollWithAnimation?y(t,"y"):s.value.scrollTop=t)}function b(t){f.value&&(e.scrollWithAnimation?y(t,"x"):s.value.scrollLeft=t)}function w(t){if(t){if(!/^[_a-zA-Z][-_a-zA-Z0-9:]*$/.test(t))return void console.error(`id error: scroll-into-view=${t}`);let n=i.value.querySelector("#"+t);if(n){let t=s.value.getBoundingClientRect(),o=n.getBoundingClientRect();if(f.value){let n=o.left-t.left,r=s.value.scrollLeft+n;e.scrollWithAnimation?y(r,"x"):s.value.scrollLeft=r}if(p.value){let n=o.top-t.top,r=s.value.scrollTop+n;e.scrollWithAnimation?y(r,"y"):s.value.scrollTop=r}}}}function x(e,t){a.value.style.transition="",a.value.style.webkitTransition="",a.value.style.transform="",a.value.style.webkitTransform="";let n=s.value;"x"===t?(n.style.overflowX=f.value?"auto":"hidden",n.scrollLeft=e):"y"===t&&(n.style.overflowY=p.value?"auto":"hidden",n.scrollTop=e),a.value.removeEventListener("transitionend",h),a.value.removeEventListener("webkitTransitionEnd",h)}function T(n){if(e.refresherEnabled){switch(n){case"refreshing":t.refresherHeight=e.refresherThreshold,c||(c=!0,r("refresherrefresh",{},{dy:k.y-S.y}),l("update:refresherTriggered",!0));break;case"restore":case"refresherabort":c=!1,t.refresherHeight=u=0,"restore"===n&&(d=!1,r("refresherrestore",{},{dy:k.y-S.y})),"refresherabort"===n&&d&&(d=!1,r("refresherabort",{},{dy:k.y-S.y}))}t.refreshState=n}}let S={x:0,y:0},k={x:0,y:e.refresherThreshold};return zo((()=>{In((()=>{_(n.value),b(o.value)})),w(e.scrollIntoView);let i=function(e){e.preventDefault(),e.stopPropagation(),v(e)},a=null,l=function(n){if(null===S)return;let o=n.touches[0].pageX,i=n.touches[0].pageY,l=s.value;if(Math.abs(o-S.x)>Math.abs(i-S.y))if(f.value){if(0===l.scrollLeft&&o>S.x)return void(a=!1);if(l.scrollWidth===l.offsetWidth+l.scrollLeft&&oS.y)a=!1,e.refresherEnabled&&!1!==n.cancelable&&n.preventDefault();else{if(l.scrollHeight===l.offsetHeight+l.scrollTop&&i0&&(d=!0,r("refresherpulling",n,{deltaY:o,dy:o})))}},h=function(e){1===e.touches.length&&(S={x:e.touches[0].pageX,y:e.touches[0].pageY})},g=function(n){k={x:n.changedTouches[0].pageX,y:n.changedTouches[0].pageY},t.refresherHeight>=e.refresherThreshold?T("refreshing"):T("refresherabort"),S={x:0,y:0},k={x:0,y:e.refresherThreshold}};s.value.addEventListener("touchstart",h,Lp),s.value.addEventListener("touchmove",l,we(!1)),s.value.addEventListener("scroll",i,we(!1)),s.value.addEventListener("touchend",g,Lp),Yo((()=>{s.value.removeEventListener("touchstart",h),s.value.removeEventListener("touchmove",l),s.value.removeEventListener("scroll",i),s.value.removeEventListener("touchend",g)}))})),Mo((()=>{p.value&&(s.value.scrollTop=t.lastScrollTop),f.value&&(s.value.scrollLeft=t.lastScrollLeft)})),io(n,(e=>{_(e)})),io(o,(e=>{b(e)})),io((()=>e.scrollIntoView),(e=>{w(e)})),io((()=>e.refresherTriggered),(e=>{!0===e?T("refreshing"):!1===e&&T("restore")})),{realScrollX:f,realScrollY:p}}(e,c,u,d,l,r,i,a,t),p=Oi((()=>{let e="";return h.value?e+="overflow-x:auto;":e+="overflow-x:hidden;",f.value?e+="overflow-y:auto;":e+="overflow-y:hidden;",e})),g=Oi((()=>{let t="uni-scroll-view";return!1===e.showScrollbar&&(t+=" uni-scroll-view-scrollbar-hidden"),t}));return o({$getMain:()=>i.value}),()=>{const{refresherEnabled:t,refresherBackground:o,refresherDefaultStyle:l,refresherThreshold:u}=e,{refresherHeight:d,refreshState:h}=c;return li("uni-scroll-view",{ref:r},[li("div",{ref:s,class:"uni-scroll-view"},[li("div",{ref:i,style:p.value,class:g.value},[t?li(Op,{refreshState:h,refresherHeight:d,refresherThreshold:u,refresherDefaultStyle:l,refresherBackground:o},{default:()=>["none"==l?n.refresher&&n.refresher():null]},8,["refreshState","refresherHeight","refresherThreshold","refresherDefaultStyle","refresherBackground"]):null,li("div",{ref:a,class:"uni-scroll-view-content"},[n.default&&n.default()],512)],6)],512)],512)}}});function $p(e,t,n,o,r,i){function s(){c&&(clearTimeout(c),c=null)}let a,l,c=null,u=!0,d=0,h=1,f=null,p=!1,g=0,m="";const y=Oi((()=>n.value.length>t.displayMultipleItems)),v=Oi((()=>e.circular&&y.value));function _(r){Math.floor(2*d)===Math.floor(2*r)&&Math.ceil(2*d)===Math.ceil(2*r)||v.value&&function(o){if(!u)for(let r=n.value,i=r.length,s=o+t.displayMultipleItems,a=0;a=c.length&&(r-=c.length),r=a%1>.5||a<0?r-1:r,i("transition",{},{dx:e.vertical?0:r*l.offsetWidth,dy:e.vertical?r*l.offsetHeight:0})}function b(e){const o=n.value.length;if(!o)return-1;const r=(Math.round(e)%o+o)%o;if(v.value){if(o<=t.displayMultipleItems)return 0}else if(r>o-t.displayMultipleItems)return o-t.displayMultipleItems;return r}function w(){f=null}function x(){if(!f)return void(p=!1);const e=f,o=e.toPos,r=e.acc,s=e.endTime,c=e.source,u=s-Date.now();if(u<=0){_(o),f=null,p=!1,a=null;const e=n.value[t.current];if(e){const n=e.getItemId();i("animationfinish",{},{current:t.current,currentItemId:n,source:c})}return}_(o+r*u*u/2),l=requestAnimationFrame(x)}function T(e,o,r){w();const i=t.duration,s=n.value.length;let a=d;if(v.value)if(r<0){for(;ae;)a-=s}else if(r>0){for(;a>e;)a-=s;for(;a+se;)a-=s;a+s-ee.current,()=>e.currentItemId,()=>[...n.value]],(()=>{let o=-1;if(e.currentItemId)for(let t=0,r=n.value;te.vertical,()=>v.value,()=>t.displayMultipleItems,()=>[...n.value]],(function(){s(),f&&(_(f.toPos),f=null);const r=n.value;for(let t=0;t0&&h<1||(h=1)}const a=d;d=-2;const l=t.current;l>=0?(u=!1,t.userTracking?(_(a+l-g),g=l):(_(l),e.autoplay&&S())):(u=!0,_(-t.displayMultipleItems-1))})),io((()=>t.interval),(()=>{c&&(s(),S())})),io((()=>t.current),((e,o)=>{!function(e,o){const r=m;m="";const s=n.value;if(!r){const t=s.length;T(e,"",v.value&&o+(t-e)%t>t/2?1:0)}const a=s[e];if(a){const e=t.currentItemId=a.getItemId();i("change",{},{current:t.current,currentItemId:e,source:r})}}(e,o),r("update:current",e)})),io((()=>t.currentItemId),(e=>{r("update:currentItemId",e)})),io((()=>e.autoplay&&!t.userTracking),k),k(e.autoplay&&!t.userTracking),zo((()=>{let r=!1,i=0,a=0;function l(e){t.userTracking=!1;const n=i/Math.abs(i);let o=0;!e&&Math.abs(i)>.2&&(o=.5*n);const r=b(d+o);e?_(g):(m="touch",t.current=r,T(r,"touch",0!==o?o:0===r&&v.value&&d>=1?1:0))}Xf(o.value,(c=>{if(!e.disableTouch&&!u){if("start"===c.detail.state)return t.userTracking=!0,r=!1,s(),g=d,i=0,a=Date.now(),void w();if("end"===c.detail.state)return l(!1);if("cancel"===c.detail.state)return l(!0);if(t.userTracking){if(!r){r=!0;const n=Math.abs(c.detail.dx),o=Math.abs(c.detail.dy);if((n>=o&&e.vertical||n<=o&&!e.vertical)&&(t.userTracking=!1),!t.userTracking)return void(e.autoplay&&S())}return function(r){const s=a;a=Date.now();const l=n.value.length-t.displayMultipleItems;function c(e){return.5-.25/(e+.5)}function u(e,t){let n=g+e;i=.6*i+.4*t,v.value||(n<0||n>l)&&(n<0?n=-c(-n):n>l&&(n=l+c(n-l)),i=0),_(n)}const d=a-s||1,h=o.value;e.vertical?u(-r.dy/h.offsetHeight,-r.ddy/d):u(-r.dx/h.offsetWidth,-r.ddx/d)}(c.detail),!1}}}))})),Xo((()=>{s(),cancelAnimationFrame(l)})),{onSwiperDotClick:function(e){T(t.current=e,m="click",v.value?1:0)},circularEnabled:v,swiperEnabled:y}}const Rp=Tu({name:"Swiper",props:{indicatorDots:{type:[Boolean,String],default:!1},vertical:{type:[Boolean,String],default:!1},autoplay:{type:[Boolean,String],default:!1},circular:{type:[Boolean,String],default:!1},interval:{type:[Number,String],default:5e3},duration:{type:[Number,String],default:500},current:{type:[Number,String],default:0},indicatorColor:{type:String,default:""},indicatorActiveColor:{type:String,default:""},previousMargin:{type:String,default:""},nextMargin:{type:String,default:""},currentItemId:{type:String,default:""},skipHiddenItemLayout:{type:[Boolean,String],default:!1},displayMultipleItems:{type:[Number,String],default:1},disableTouch:{type:[Boolean,String],default:!1},navigation:{type:[Boolean,String],default:!1},navigationColor:{type:String,default:"#fff"},navigationActiveColor:{type:String,default:"rgba(53, 53, 53, 0.6)"}},emits:["change","transition","animationfinish","update:current","update:currentItemId"],setup(e,{slots:t,emit:n}){const o=ln(null),r=Cu(o,n),i=ln(null),s=ln(null),a=function(e){return Ht({interval:Oi((()=>{const t=Number(e.interval);return isNaN(t)?5e3:t})),duration:Oi((()=>{const t=Number(e.duration);return isNaN(t)?500:t})),displayMultipleItems:Oi((()=>{const t=Math.round(e.displayMultipleItems);return isNaN(t)?1:t})),current:Math.round(e.current)||0,currentItemId:e.currentItemId,userTracking:!1})}(e),l=Oi((()=>{let t={};return(e.nextMargin||e.previousMargin)&&(t=e.vertical?{left:0,right:0,top:Mc(e.previousMargin,!0),bottom:Mc(e.nextMargin,!0)}:{top:0,bottom:0,left:Mc(e.previousMargin,!0),right:Mc(e.nextMargin,!0)}),t})),c=Oi((()=>{const t=Math.abs(100/a.displayMultipleItems)+"%";return{width:e.vertical?"100%":t,height:e.vertical?t:"100%"}}));let u=[];const d=[],h=ln([]);function f(){const e=[];for(let t=0;tn===e.rootRef.value));o&&e.push(en(o))}h.value=e}Tr("addSwiperContext",(function(e){d.push(e),f()}));Tr("removeSwiperContext",(function(e){const t=d.indexOf(e);t>=0&&(d.splice(t,1),f())}));const{onSwiperDotClick:p,circularEnabled:g,swiperEnabled:m}=$p(e,a,h,s,n,r);let y=()=>null;return y=Dp(o,e,a,p,h,g,m),()=>{const n=t.default&&t.default();return u=Uf(n),li("uni-swiper",{ref:o},[li("div",{ref:i,class:"uni-swiper-wrapper"},[li("div",{class:"uni-swiper-slides",style:l.value},[li("div",{ref:s,class:"uni-swiper-slide-frame",style:c.value},[n],4)],4),e.indicatorDots&&li("div",{class:["uni-swiper-dots",e.vertical?"uni-swiper-dots-vertical":"uni-swiper-dots-horizontal"]},[h.value.map(((t,n,o)=>li("div",{onClick:()=>p(n),class:{"uni-swiper-dot":!0,"uni-swiper-dot-active":n=a.current||n{let a=!1,l=!1,u=!1,d=ln(!1);function h(e,n){const o=e.currentTarget;o&&(o.style.backgroundColor="over"===n?t.navigationActiveColor:"")}oo((()=>{a="auto"===t.navigation,d.value=!0!==t.navigation||a,_()})),oo((()=>{const e=r.value.length,t=!i.value;l=0===n.current&&t,u=n.current===e-1&&t||t&&n.current+n.displayMultipleItems>=e,s.value||(l=!0,u=!0,a&&(d.value=!0))}));const f={onMouseover:e=>h(e,"over"),onMouseout:e=>h(e,"out")};function p(e,t,s){if(e.stopPropagation(),s)return;const a=r.value.length;let l=n.current;switch(t){case"prev":l--,l<0&&i.value&&(l=a-1);break;case"next":l++,l>=a&&i.value&&(l=0)}o(l)}const g=()=>Bc(Dc,t.navigationColor,26);let m;const y=n=>{clearTimeout(m);const{clientX:o,clientY:r}=n,{left:i,right:s,top:a,bottom:l,width:c,height:u}=e.value.getBoundingClientRect();let h=!1;if(h=t.vertical?!(r-a{d.value=h}),300);d.value=h},v=()=>{d.value=!0};function _(){e.value&&(e.value.removeEventListener("mousemove",y),e.value.removeEventListener("mouseleave",v),a&&(e.value.addEventListener("mousemove",y),e.value.addEventListener("mouseleave",v)))}return zo(_),function(){const e={"uni-swiper-navigation-hide":d.value,"uni-swiper-navigation-vertical":t.vertical};return t.navigation?li(zr,null,[li("div",gi({class:["uni-swiper-navigation uni-swiper-navigation-prev",c({"uni-swiper-navigation-disabled":l},e)],onClick:e=>p(e,"prev",l)},f),[g()],16,["onClick"]),li("div",gi({class:["uni-swiper-navigation uni-swiper-navigation-next",c({"uni-swiper-navigation-disabled":u},e)],onClick:e=>p(e,"next",u)},f),[g()],16,["onClick"])]):null}},Bp=Tu({name:"SwiperItem",props:{itemId:{type:String,default:""}},setup(e,{slots:t}){const n=ln(null),o={rootRef:n,getItemId:()=>e.itemId,getBoundingClientRect:()=>n.value.getBoundingClientRect(),updatePosition(e,t){const o=t?"0":100*e+"%",r=t?100*e+"%":"0",i=n.value,s=`translate(${o},${r}) translateZ(0)`;i&&(i.style.webkitTransform=s,i.style.transform=s)}};return zo((()=>{const e=Sr("addSwiperContext");e&&e(o)})),Xo((()=>{const e=Sr("removeSwiperContext");e&&e(o)})),()=>li("uni-swiper-item",{ref:n,style:{position:"absolute",width:"100%",height:"100%"}},[t.default&&t.default()],512)}}),Np={ensp:" ",emsp:" ",nbsp:" "};function Fp(e,t){return function(e,{space:t,decode:n}){let o="",r=!1;for(let i of e)t&&Np[t]&&" "===i&&(i=Np[t]),r?(o+="n"===i?"\n":"\\"===i?"\\":"\\"+i,r=!1):"\\"===i?r=!0:o+=i;return n?o.replace(/ /g,Np.nbsp).replace(/ /g,Np.ensp).replace(/ /g,Np.emsp).replace(/</g,"<").replace(/>/g,">").replace(/&/g,"&").replace(/"/g,'"').replace(/'/g,"'"):o}(e,t).split("\n")}const jp=Tu({name:"Text",props:{selectable:{type:[Boolean,String],default:!1},space:{type:String,default:""},decode:{type:[Boolean,String],default:!1}},setup(e,{slots:t}){const n=ln(null);return()=>{const o=[];return t.default&&t.default().forEach((t=>{if(8&t.shapeFlag&&t.type!==Wr){const n=Fp(t.children,{space:e.space,decode:e.decode}),r=n.length-1;n.forEach(((e,t)=>{(0!==t||e)&&o.push(ui(e)),t!==r&&o.push(li("br"))}))}else o.push(t)})),li("uni-text",{ref:n,selectable:!!e.selectable||null},[li("span",null,o)],8,["selectable"])}}}),qp=c({},Mf,{placeholderClass:{type:String,default:"input-placeholder"},autoHeight:{type:[Boolean,String],default:!1},confirmType:{type:String,default:"return",validator:e=>Vp.concat("return").includes(e)}});let Up=!1;const Vp=["done","go","next","search","send"];const zp=Tu({name:"Textarea",props:qp,emits:["confirm","linechange",...$f],setup(e,{emit:t,expose:n}){const o=ln(null),r=ln(null),{fieldRef:i,state:s,scopedAttrsState:a,fixDisabledColor:l,trigger:c}=Bf(e,o,t),u=Oi((()=>s.value.split("\n"))),d=Oi((()=>Vp.includes(e.confirmType))),h=ln(0),f=ln(null);function p({height:e}){h.value=e}function g(e){"Enter"===e.key&&d.value&&e.preventDefault()}function m(t){if("Enter"===t.key&&d.value){!function(e){c("confirm",e,{value:s.value})}(t);const n=t.target;!e.confirmHold&&n.blur()}}return io((()=>h.value),(t=>{const n=o.value,i=f.value,s=r.value;let a=parseFloat(getComputedStyle(n).lineHeight);isNaN(a)&&(a=i.offsetHeight);var l=Math.round(t/a);c("linechange",{},{height:t,heightRpx:750/window.innerWidth*t,lineCount:l}),e.autoHeight&&(n.style.height="auto",s.style.height=t+"px")})),function(){const e="(prefers-color-scheme: dark)";Up=0===String(navigator.platform).indexOf("iP")&&0===String(navigator.vendor).indexOf("Apple")&&window.matchMedia(e).media!==e}(),n({$triggerInput:e=>{t("update:modelValue",e.value),t("update:value",e.value),s.value=e.value}}),()=>{let t=e.disabled&&l?li("textarea",{key:"disabled-textarea",ref:i,value:s.value,tabindex:"-1",readonly:!!e.disabled,maxlength:s.maxlength,class:{"uni-textarea-textarea":!0,"uni-textarea-textarea-fix-margin":Up},style:{overflowY:e.autoHeight?"hidden":"auto",...e.cursorColor&&{caretColor:e.cursorColor}},onFocus:e=>e.target.blur()},null,46,["value","readonly","maxlength","onFocus"]):li("textarea",{key:"textarea",ref:i,value:s.value,disabled:!!e.disabled,maxlength:s.maxlength,enterkeyhint:e.confirmType,inputmode:e.inputmode,class:{"uni-textarea-textarea":!0,"uni-textarea-textarea-fix-margin":Up},style:{overflowY:e.autoHeight?"hidden":"auto",...e.cursorColor&&{caretColor:e.cursorColor}},onKeydown:g,onKeyup:m},null,46,["value","disabled","maxlength","enterkeyhint","inputmode","onKeydown","onKeyup"]);return li("uni-textarea",{ref:o},[li("div",{ref:r,class:"uni-textarea-wrapper"},[uo(li("div",gi(a.attrs,{style:e.placeholderStyle,class:["uni-textarea-placeholder",e.placeholderClass]}),[e.placeholder],16),[[Zi,!s.value.length]]),li("div",{ref:f,class:"uni-textarea-line"},[" "],512),li("div",{class:"uni-textarea-compute"},[u.value.map((e=>li("div",null,[e.trim()?e:"."]))),li(tf,{initial:!0,onResize:p},null,8,["initial","onResize"])]),"search"===e.confirmType?li("form",{action:"",onSubmit:()=>!1,class:"uni-input-form"},[t],40,["onSubmit"]):t],512)],512)}}}),Hp=Tu({name:"View",props:c({},Eu),setup(e,{slots:t}){const n=ln(null),{hovering:o,binding:r}=Pu(e);return()=>{const i=e.hoverClass;return i&&"none"!==i?li("uni-view",gi({class:o.value?i:"",ref:n},r),[t.default&&t.default()],16):li("uni-view",{ref:n},[t.default&&t.default()],512)}}});function Wp(e,t){if(t||(t=e.id),t)return e.$options.name.toLowerCase()+"."+t}function Yp(e,t,n){e&&ec(n||qc(),e,(({type:e,data:n},o)=>{t(e,n,o)}))}function Xp(e,t){e&&function(e,t){t=Zl(e,t),delete Ql[t]}(t||qc(),e)}function Kp(e,t,n,o){const r=bi().proxy;zo((()=>{Yp(t||Wp(r),e,o),!n&&t||io((()=>r.id),((t,n)=>{Yp(Wp(r,t),e,o),Xp(n&&Wp(r,n))}))})),Yo((()=>{Xp(t||Wp(r),o)}))}let Jp=0;function Gp(e,t,n,o){y(t)&&qo(e,t.bind(n),o)}function Qp(e,t,n){var o;const r=e.mpType||n.$mpType;if(r&&"component"!==r&&(Object.keys(e).forEach((o=>{if(function(e,t,n=!0){return!(n&&!y(t))&&(Ie.indexOf(e)>-1||0===e.indexOf("on"))}(o,e[o],!1)){const r=e[o];f(r)?r.forEach((e=>Gp(o,e,n,t))):Gp(o,r,n,t)}})),"page"===r)){t.__isVisible=!0;try{const e=t.attrs.__pageQuery;0,Hc(n,"onLoad",e),delete t.attrs.__pageQuery,"preloadPage"!==(null==(o=n.$page)?void 0:o.openType)&&Hc(n,"onShow")}catch(bx){console.error(bx.message+"\n"+bx.stack)}}}function Zp(e,t,n){Qp(e,t,n)}function eg(e,t,n){return e[t]=n}function tg(e,...t){const n=this[e];return n?n(...t):(console.error(`method ${e} not found`),null)}function ng(e){return function(t,n,o){if(!n)throw t;const r=e._instance;if(!r||!r.proxy)throw t;Hc(r.proxy,"onError",t)}}function og(e,t){return e?[...new Set([].concat(e,t))]:t}function rg(e){const t=e._context.config;var n;t.errorHandler=Le(e,ng),n=t.optionMergeStrategies,Ie.forEach((e=>{n[e]=og}));const o=t.globalProperties;o.$set=eg,o.$applyOptions=Zp,o.$callMethod=tg,function(e){Oe.forEach((t=>t(e)))}(e)}const ig=Oc("upm");function sg(){return Sr(ig)}function ag(e){const t=function(e){return Ht(function(e){{const{enablePullDownRefresh:t,navigationBar:n}=e;if(t){const t=function(e){return e.offset&&(e.offset=Mc(e.offset)),e.height&&(e.height=Mc(e.height)),e.range&&(e.range=Mc(e.range)),e}(c({support:!0,color:"#2BD009",style:"circle",height:70,range:150,offset:0},e.pullToRefresh)),{type:o,style:r}=n;"custom"!==r&&"transparent"!==o&&(t.offset+=44+Tc.top),e.pullToRefresh=t}}{const{navigationBar:t}=e,{titleSize:n,titleColor:o,backgroundColor:r}=t;t.titleText=t.titleText||"",t.type=t.type||"default",t.titleSize=n||"16px",t.titleColor=o||"#000000",t.backgroundColor=r||"#F8F8F8"}if(history.state){const t=history.state.__type__;"redirectTo"!==t&&"reLaunch"!==t||0!==wg().length||(e.isEntry=!0,e.isQuit=!0)}return e}(JSON.parse(JSON.stringify(zc(Rl().meta,e)))))}(e);return Tr(ig,t),t}function lg(){return Rl()}function cg(){return history.state&&history.state.__id__||1}let ug;function dg(){var e;return ug||(ug=__uniConfig.tabBar&&Ht((e=__uniConfig.tabBar,Dl()&&e.list&&e.list.forEach((e=>{jl(e,["text"])})),e))),ug}const hg=window.CSS&&window.CSS.supports;function fg(e){return hg&&(hg(e)||hg.apply(window.CSS,e.split(":")))}const pg=fg("top:env(a)"),gg=fg("top:constant(a)"),mg=fg("backdrop-filter:blur(10px)"),yg=(()=>pg?"env":gg?"constant":"")();function vg(e){return yg?`calc(${e}px + ${yg}(safe-area-inset-bottom))`:`${e}px`}const _g=new Map;function bg(){return _g}function wg(){const e=[],t=_g.values();for(const n of t)n.$.__isTabBar?n.$.__isActive&&e.push(n):e.push(n);return e}function xg(e,t=!0){const n=_g.get(e);n.$.__isUnload=!0,Hc(n,"onUnload"),_g.delete(e),t&&function(e){const t=Eg.get(e);t&&(Eg.delete(e),Pg.pruneCacheEntry(t))}(e)}let Tg=cg();function Sg(e){const t=sg();let n=e.fullPath;return e.meta.isEntry&&-1===n.indexOf(e.meta.route)&&(n="/"+e.meta.route+n.replace("/","")),function(e,t,n,o,r,i){const{id:s,route:a}=o,l=De(o.navigationBar,__uniConfig.themeConfig,i).titleColor;return{id:s,path:he(a),route:a,fullPath:t,options:n,meta:o,openType:e,eventChannel:r,statusBarStyle:"#ffffff"===l?"light":"dark"}}("navigateTo",n,{},t)}function kg(e){const t=Sg(e.$route);!function(e,t){e.route=t.route,e.$vm=e,e.$page=t,e.$mpType="page",e.$fontFamilySet=new Set,t.meta.isTabBar&&(e.$.__isTabBar=!0,e.$.__isActive=!0)}(e,t),_g.set(Cg(t.path,t.id),e)}function Cg(e,t){return e+"$$"+t}const Eg=new Map,Pg={get:e=>Eg.get(e),set(e,t){!function(e){const t=parseInt(e.split("$$")[1]);if(!t)return;Pg.forEach(((e,n)=>{const o=parseInt(n.split("$$")[1]);if(o&&o>t){if(function(e){return"tabBar"===e.props.type}(e))return;Pg.delete(n),Pg.pruneCacheEntry(e),In((()=>{_g.forEach(((e,t)=>{e.$.isUnmounted&&_g.delete(t)}))}))}}))}(e),Eg.set(e,t)},delete(e){Eg.get(e)&&Eg.delete(e)},forEach(e){Eg.forEach(e)}};function Ag(e,t){!function(e){const t=Og(e),{body:n}=document;Lg&&n.removeAttribute(Lg),t&&n.setAttribute(t,""),Lg=t}(e),function(e){let t=0,n=0;if("custom"!==e.navigationBar.style&&["default","float"].indexOf(e.navigationBar.type)>-1&&(t=44),e.isTabBar){const e=dg();e.shown&&(n=parseInt(e.height))}var o;Ic({"--window-top":(o=t,yg?`calc(${o}px + ${yg}(safe-area-inset-top))`:`${o}px`),"--window-bottom":vg(n)})}(t),function(e){{const t="nvue-dir-"+__uniConfig.nvue["flex-direction"];e.isNVue?(document.body.setAttribute("nvue",""),document.body.setAttribute(t,"")):(document.body.removeAttribute("nvue"),document.body.removeAttribute(t))}}(t),function(e,t){document.removeEventListener("touchmove",Wc),Mg&&document.removeEventListener("scroll",Mg);if(t.disableScroll)return document.addEventListener("touchmove",Wc);const{onPageScroll:n,onReachBottom:o}=e,r="transparent"===t.navigationBar.type;if(!n&&!o&&!r)return;const i={},s=e.proxy.$page.id;(n||r)&&(i.onPageScroll=function(e,t,n){return o=>{t&&Cv.publishHandler("onPageScroll",{scrollTop:o},e),n&&Cv.emit(e+".onPageScroll",{scrollTop:o})}}(s,n,r));o&&(i.onReachBottomDistance=t.onReachBottomDistance||50,i.onReachBottom=()=>Cv.publishHandler("onReachBottom",{},s));Mg=Kc(i),requestAnimationFrame((()=>document.addEventListener("scroll",Mg)))}(e,t)}function Ig(e){const t=Og(e);t&&function(e){const t=document.querySelector("uni-page-body");t&&t.setAttribute(e,"")}(t)}function Og(e){return e.type.__scopeId}let Lg,Mg;function $g(e){const t=$l({history:Dg(),strict:!!__uniConfig.router.strict,routes:__uniRoutes,scrollBehavior:Rg});e.router=t,e.use(t)}const Rg=(e,t,n)=>{if(n)return n};function Dg(){let{routerBase:e}=__uniConfig.router;"/"===e&&(e="");const t=(n=e,(n=location.host?n||location.pathname+location.search:"").includes("#")||(n+="#"),Ya(n));var n;return t.listen(((e,t,n)=>{"back"===n.direction&&function(e=1){const t=wg(),n=t.length-1,o=n-e;for(let r=n;r>o;r--){const e=t[r].$page;xg(Cg(e.path,e.id),!1)}}(Math.abs(n.delta))})),t}const Bg={install(e){rg(e),au(e),vu(e),e.config.warnHandler||(e.config.warnHandler=Ng),$g(e)}};function Ng(e,t,n){if(t){if("PageMetaHead"===t.$.type.name)return;const e=t.$.parent;if(e&&"PageMeta"===e.type.name)return}const o=[`[Vue warn]: ${e}`];n.length&&o.push("\n",n),console.warn(...o)}const Fg={class:"uni-async-loading"},jg=li("i",{class:"uni-loading"},null,-1),qg=Su({name:"AsyncLoading",render:()=>(Jr(),ti("div",Fg,[jg]))});function Ug(){window.location.reload()}const Vg=Su({name:"AsyncError",setup(){Vl();const{t:e}=ql();return()=>li("div",{class:"uni-async-error",onClick:Ug},[e("uni.async.error")],8,["onClick"])}});let zg;function Hg(){return zg}function Wg(e){zg=e,Object.defineProperty(zg.$.ctx,"$children",{get:()=>wg().map((e=>e.$vm))});const t=zg.$.appContext.app;t.component(qg.name)||t.component(qg.name,qg),t.component(Vg.name)||t.component(Vg.name,Vg),function(e){e.$vm=e,e.$mpType="app";const t=ln(ql().getLocale());Object.defineProperty(e,"$locale",{get:()=>t.value,set(e){t.value=e}})}(zg),function(e,t){const n=e.$options||{};n.globalData=c(n.globalData||{},t),Object.defineProperty(e,"globalData",{get:()=>n.globalData,set(e){n.globalData=e}})}(zg),mu(),hc()}function Yg(e,{clone:t,init:n,setup:o,before:r}){t&&(e=c({},e)),r&&r(e);const i=e.setup;return e.setup=(e,t)=>{const r=bi();n(r.proxy);const s=o(r);if(i)return i(s||e,t)},e}function Xg(e,t){return e&&(e.__esModule||"Module"===e[Symbol.toStringTag])?Yg(e.default,t):Yg(e,t)}function Kg(e){return Xg(e,{clone:!0,init:kg,setup(e){e.$pageInstance=e;const t=lg(),n=Se(t.query);e.attrs.__pageQuery=n,e.proxy.$page.options=n,e.proxy.options=n;const o=sg();var r,i,s;return Vo((()=>{Ag(e,o)})),zo((()=>{Ig(e);const{onReady:n}=e;n&&R(n),Zg(t)})),Ro((()=>{if(!e.__isVisible){Ag(e,o),e.__isVisible=!0;const{onShow:n}=e;n&&R(n),In((()=>{Zg(t)}))}}),"ba",r),function(e,t){Ro(e,"bda",t)}((()=>{if(e.__isVisible&&!e.__isUnload){e.__isVisible=!1;const{onHide:t}=e;t&&R(t)}})),i=o.id,Cv.subscribe(Zl(i,"invokeViewApi"),s?s(tc):tc),Yo((()=>{!function(e){Cv.unsubscribe(Zl(e,"invokeViewApi")),Object.keys(Ql).forEach((t=>{0===t.indexOf(e+".")&&delete Ql[t]}))}(o.id)})),n}})}function Jg(){const{windowWidth:e,windowHeight:t,screenWidth:n,screenHeight:o}=Pm(),r=90===Math.abs(Number(window.orientation))?"landscape":"portrait";Ev.emit("onResize",{deviceOrientation:r,size:{windowWidth:e,windowHeight:t,screenWidth:n,screenHeight:o}})}function Gg(e){S(e.data)&&"WEB_INVOKE_APPSERVICE"===e.data.type&&Ev.emit("onWebInvokeAppService",e.data.data,e.data.pageId)}function Qg(){const{emit:e}=Ev;"visible"===document.visibilityState?e("onAppEnterForeground",c({},ef)):e("onAppEnterBackground")}function Zg(e){const{tabBarText:t,tabBarIndex:n,route:o}=e.meta;t&&Hc("onTabItemTap",{index:n,text:t,pagePath:o})}function em(e){e=e>0&&e<1/0?e:0;const t=Math.floor(e/3600),n=Math.floor(e%3600/60),o=Math.floor(e%3600%60),r=(t<10?"0":"")+t;let i=(n<10?"0":"")+n+":"+((o<10?"0":"")+o);return"00"!==r&&(i=r+":"+i),i}function tm(e,t,n){const o=Ht({gestureType:"none",volumeOld:0,volumeNew:0,currentTimeOld:0,currentTimeNew:0}),r={x:0,y:0};return{state:o,onTouchstart:function(e){const t=e.targetTouches[0];r.x=t.pageX,r.y=t.pageY,o.gestureType="none",o.volumeOld=0,o.currentTimeOld=o.currentTimeNew=0},onTouchmove:function(i){function s(){i.stopPropagation(),i.preventDefault()}n.fullscreen&&s();const a=o.gestureType;if("stop"===a)return;const l=i.targetTouches[0],c=l.pageX,u=l.pageY,d=r,h=t.value;if("progress"===a?function(e){const n=t.value.duration;let r=e/600*n+o.currentTimeOld;r<0?r=0:r>n&&(r=n);o.currentTimeNew=r}(c-d.x):"volume"===a&&function(e){const n=t.value,r=o.volumeOld;let i;"number"==typeof r&&(i=r-e/200,i<0?i=0:i>1&&(i=1),n.volume=i,o.volumeNew=i)}(u-d.y),"none"===a)if(Math.abs(c-d.x)>Math.abs(u-d.y)){if(!e.enableProgressGesture)return void(o.gestureType="stop");o.gestureType="progress",o.currentTimeOld=o.currentTimeNew=h.currentTime,n.fullscreen||s()}else{if(!e.pageGesture)return void(o.gestureType="stop");o.gestureType="volume",o.volumeOld=h.volume,n.fullscreen||s()}},onTouchend:function(e){const n=t.value;"none"!==o.gestureType&&"stop"!==o.gestureType&&(e.stopPropagation(),e.preventDefault()),"progress"===o.gestureType&&o.currentTimeOld!==o.currentTimeNew&&(n.currentTime=o.currentTimeNew),o.gestureType="none"}}}function nm(e,t,n,o,r,i,s,a){const l={play:e,stop:n,pause:t,seek:o,sendDanmu:r,playbackRate:i,requestFullScreen:s,exitFullScreen:a};Kp(((e,t)=>{let n;switch(e){case"seek":n=t.position;break;case"sendDanmu":n=t;break;case"playbackRate":n=t.rate}e in l&&l[e](n)}),function(e){const t=Nc(),n=bi().proxy,o=n.$options.name.toLowerCase(),r=e||n.id||"context"+Jp++;return zo((()=>{n.$el.__uniContextInfo={id:r,type:o,page:t}})),`${o}.${r}`}(),!0)}const om=Tu({name:"Video",props:{id:{type:String,default:""},src:{type:String,default:""},duration:{type:[Number,String],default:""},controls:{type:[Boolean,String],default:!0},danmuList:{type:Array,default:()=>[]},danmuBtn:{type:[Boolean,String],default:!1},enableDanmu:{type:[Boolean,String],default:!1},autoplay:{type:[Boolean,String],default:!1},loop:{type:[Boolean,String],default:!1},muted:{type:[Boolean,String],default:!1},objectFit:{type:String,default:"contain"},poster:{type:String,default:""},direction:{type:[String,Number],default:""},showProgress:{type:Boolean,default:!0},initialTime:{type:[String,Number],default:0},showFullscreenBtn:{type:[Boolean,String],default:!0},pageGesture:{type:[Boolean,String],default:!1},enableProgressGesture:{type:[Boolean,String],default:!0},showPlayBtn:{type:[Boolean,String],default:!0},showCenterPlayBtn:{type:[Boolean,String],default:!0}},emits:["fullscreenchange","progress","loadedmetadata","waiting","error","play","pause","ended","timeupdate"],setup(e,{emit:t,attrs:n,slots:o}){const r=ln(null),i=ln(null),s=Cu(r,t),{state:a}=Pf(),{$attrs:l}=qf({excludeListeners:!0}),{t:c}=ql();Kl();const{videoRef:u,state:d,play:h,pause:p,stop:g,seek:m,playbackRate:y,toggle:v,onDurationChange:_,onLoadedMetadata:b,onProgress:w,onWaiting:x,onVideoError:T,onPlay:S,onPause:k,onEnded:C,onTimeUpdate:E}=function(e,t,n){const o=ln(null),r=Oi((()=>Du(e.src))),i=Oi((()=>"true"===e.muted||!0===e.muted)),s=Ht({start:!1,src:r,playing:!1,currentTime:0,duration:0,progress:0,buffered:0,muted:i});function a(e){const t=e.target,n=t.buffered;n.length&&(s.buffered=n.end(n.length-1)/t.duration*100)}function l(){o.value.pause()}function c(e){const t=o.value;"number"!=typeof(e=Number(e))||isNaN(e)||(t.currentTime=e)}return io((()=>r.value),(()=>{s.playing=!1,s.currentTime=0})),io((()=>s.buffered),(e=>{n("progress",{},{buffered:e})})),io((()=>i.value),(e=>{o.value.muted=e})),{videoRef:o,state:s,play:function(){const e=o.value;s.start=!0,e.play()},pause:l,stop:function(){c(0),l()},seek:c,playbackRate:function(e){o.value.playbackRate=e},toggle:function(){const e=o.value;s.playing?e.pause():e.play()},onDurationChange:function({target:e}){s.duration=e.duration},onLoadedMetadata:function(t){const o=Number(e.initialTime)||0,r=t.target;o>0&&(r.currentTime=o),n("loadedmetadata",t,{width:r.videoWidth,height:r.videoHeight,duration:r.duration}),a(t)},onProgress:a,onWaiting:function(e){n("waiting",e,{})},onVideoError:function(e){s.playing=!1,n("error",e,{})},onPlay:function(e){s.start=!0,s.playing=!0,n("play",e,{})},onPause:function(e){s.playing=!1,n("pause",e,{})},onEnded:function(e){s.playing=!1,n("ended",e,{})},onTimeUpdate:function(e){const t=e.target,o=s.currentTime=t.currentTime;n("timeupdate",e,{currentTime:o,duration:t.duration})}}}(e,0,s),{state:P,danmuRef:A,updateDanmu:I,toggleDanmu:O,sendDanmu:L}=function(e,t){const n=ln(null),o=Ht({enable:Boolean(e.enableDanmu)});let r={time:0,index:-1};const i=f(e.danmuList)?JSON.parse(JSON.stringify(e.danmuList)):[];function s(e){const t=document.createElement("p");t.className="uni-video-danmu-item",t.innerText=e.text;let o=`bottom: ${100*Math.random()}%;color: ${e.color};`;t.setAttribute("style",o),n.value.appendChild(t),setTimeout((function(){o+="left: 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);",t.setAttribute("style",o),setTimeout((function(){t.remove()}),4e3)}),17)}return i.sort((function(e,t){return(e.time||0)-(t.time||0)})),{state:o,danmuRef:n,updateDanmu:function(e){const n=e.target.currentTime,a=r,l={time:n,index:a.index};if(n>a.time)for(let r=a.index+1;r=(e.time||0)))break;l.index=r,t.playing&&o.enable&&s(e)}else if(n-1&&n<=(i[t].time||0);t--)l.index=t-1;r=l},toggleDanmu:function(){o.enable=!o.enable},sendDanmu:function(e){i.splice(r.index+1,0,{text:String(e.text),color:e.color,time:t.currentTime||0})}}}(e,d),{state:M,onFullscreenChange:$,emitFullscreenChange:R,toggleFullscreen:D,requestFullScreen:B,exitFullScreen:N}=function(e,t,n,o,r){const i=Ht({fullscreen:!1}),s=/^Apple/.test(navigator.vendor);function a(t){i.fullscreen=t,e("fullscreenchange",{},{fullScreen:t,direction:"vertical"})}function l(e){const i=r.value,l=t.value,c=n.value;let u;e?!document.fullscreenEnabled&&!document.webkitFullscreenEnabled||s&&!o.userAction?c.webkitEnterFullScreen?c.webkitEnterFullScreen():(u=!0,l.remove(),l.classList.add("uni-video-type-fullscreen"),document.body.appendChild(l)):l[document.fullscreenEnabled?"requestFullscreen":"webkitRequestFullscreen"]():document.fullscreenEnabled||document.webkitFullscreenEnabled?document.fullscreenElement?document.exitFullscreen():document.webkitFullscreenElement&&document.webkitExitFullscreen():c.webkitExitFullScreen?c.webkitExitFullScreen():(u=!0,l.remove(),l.classList.remove("uni-video-type-fullscreen"),i.appendChild(l)),u&&a(e)}function c(){l(!1)}return Yo(c),{state:i,onFullscreenChange:function(e,t){t&&document.fullscreenEnabled||a(!(!document.fullscreenElement&&!document.webkitFullscreenElement))},emitFullscreenChange:a,toggleFullscreen:l,requestFullScreen:function(){l(!0)},exitFullScreen:c}}(s,i,u,a,r),{state:F,onTouchstart:j,onTouchend:q,onTouchmove:U}=tm(e,u,M),{state:V,progressRef:z,ballRef:H,clickProgress:W,toggleControls:Y}=function(e,t,n){const o=ln(null),r=ln(null),i=Oi((()=>e.showCenterPlayBtn&&!t.start)),s=ln(!0),a=Oi((()=>!i.value&&e.controls&&s.value)),l=Ht({touching:!1,controlsTouching:!1,centerPlayBtnShow:i,controlsShow:a,controlsVisible:s});let c;function u(){c=setTimeout((()=>{l.controlsVisible=!1}),3e3)}function d(){c&&(clearTimeout(c),c=null)}return Yo((()=>{c&&clearTimeout(c)})),io((()=>l.controlsShow&&t.playing&&!l.controlsTouching),(e=>{e?u():d()})),io([()=>t.currentTime,()=>{e.duration}],(function(){l.touching||(t.progress=t.currentTime/t.duration*100)})),zo((()=>{const e=we(!1);let i,s,a,c=!0;const u=r.value;function d(e){const n=e.targetTouches[0],r=n.pageX,l=n.pageY;if(c&&Math.abs(r-i)100&&(d=100),t.progress=d,e.preventDefault(),e.stopPropagation()}function h(o){l.controlsTouching=!1,l.touching&&(u.removeEventListener("touchmove",d,e),c||(o.preventDefault(),o.stopPropagation(),n(t.duration*t.progress/100)),l.touching=!1)}u.addEventListener("touchstart",(n=>{l.controlsTouching=!0;const o=n.targetTouches[0];i=o.pageX,s=o.pageY,a=t.progress,c=!0,l.touching=!0,u.addEventListener("touchmove",d,e)})),u.addEventListener("touchend",h),u.addEventListener("touchcancel",h)})),{state:l,progressRef:o,ballRef:r,clickProgress:function(e){const r=o.value;let i=e.target,s=e.offsetX;for(;i&&i!==r;)s+=i.offsetLeft,i=i.parentNode;const a=r.offsetWidth;let l=0;s>=0&&s<=a&&(l=s/a,n(t.duration*l))},toggleControls:function(){l.controlsVisible=!l.controlsVisible},autoHideStart:u,autoHideEnd:d}}(e,d,m);return nm(h,p,g,m,L,y,B,N),()=>li("uni-video",{ref:r,id:e.id,onClick:Y},[li("div",{ref:i,class:"uni-video-container",onTouchstart:j,onTouchend:q,onTouchmove:U,onFullscreenchange:Vs($,["stop"]),onWebkitfullscreenchange:Vs((e=>$(e,!0)),["stop"])},[li("video",gi({ref:u,style:{"object-fit":e.objectFit},muted:!!e.muted,loop:!!e.loop,src:d.src,poster:e.poster,autoplay:!!e.autoplay},l.value,{class:"uni-video-video","webkit-playsinline":!0,playsinline:!0,onDurationchange:_,onLoadedmetadata:b,onProgress:w,onWaiting:x,onError:T,onPlay:S,onPause:k,onEnded:C,onTimeupdate:e=>{E(e),I(e)},onWebkitbeginfullscreen:()=>R(!0),onX5videoenterfullscreen:()=>R(!0),onWebkitendfullscreen:()=>R(!1),onX5videoexitfullscreen:()=>R(!1)}),null,16,["muted","loop","src","poster","autoplay","webkit-playsinline","playsinline","onDurationchange","onLoadedmetadata","onProgress","onWaiting","onError","onPlay","onPause","onEnded","onTimeupdate","onWebkitbeginfullscreen","onX5videoenterfullscreen","onWebkitendfullscreen","onX5videoexitfullscreen"]),uo(li("div",{class:"uni-video-bar uni-video-bar-full",onClick:Vs((()=>{}),["stop"])},[li("div",{class:"uni-video-controls"},[uo(li("div",{class:{"uni-video-control-button":!0,"uni-video-control-button-play":!d.playing,"uni-video-control-button-pause":d.playing},onClick:Vs(v,["stop"])},null,10,["onClick"]),[[Zi,e.showPlayBtn]]),uo(li("div",{class:"uni-video-current-time"},[em(d.currentTime)],512),[[Zi,e.showProgress]]),uo(li("div",{ref:z,class:"uni-video-progress-container",onClick:Vs(W,["stop"])},[li("div",{class:"uni-video-progress"},[li("div",{style:{width:d.buffered+"%"},class:"uni-video-progress-buffered"},null,4),li("div",{ref:H,style:{left:d.progress+"%"},class:"uni-video-ball"},[li("div",{class:"uni-video-inner"},null)],4)])],8,["onClick"]),[[Zi,e.showProgress]]),uo(li("div",{class:"uni-video-duration"},[em(Number(e.duration)||d.duration)],512),[[Zi,e.showProgress]])]),uo(li("div",{class:{"uni-video-danmu-button":!0,"uni-video-danmu-button-active":P.enable},onClick:Vs(O,["stop"])},[c("uni.video.danmu")],10,["onClick"]),[[Zi,e.danmuBtn]]),uo(li("div",{class:{"uni-video-fullscreen":!0,"uni-video-type-fullscreen":M.fullscreen},onClick:Vs((()=>D(!M.fullscreen)),["stop"])},null,10,["onClick"]),[[Zi,e.showFullscreenBtn]])],8,["onClick"]),[[Zi,V.controlsShow]]),uo(li("div",{ref:A,style:"z-index: 0;",class:"uni-video-danmu"},null,512),[[Zi,d.start&&P.enable]]),V.centerPlayBtnShow&&li("div",{class:"uni-video-cover",onClick:Vs((()=>{}),["stop"])},[li("div",{class:"uni-video-cover-play-button",onClick:Vs(h,["stop"])},null,8,["onClick"]),li("p",{class:"uni-video-cover-duration"},[em(Number(e.duration)||d.duration)])],8,["onClick"]),li("div",{class:{"uni-video-toast":!0,"uni-video-toast-volume":"volume"===F.gestureType}},[li("div",{class:"uni-video-toast-title"},[c("uni.video.volume")]),li("svg",{class:"uni-video-toast-icon",width:"200px",height:"200px",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},[li("path",{d:"M475.400704 201.19552l0 621.674496q0 14.856192-10.856448 25.71264t-25.71264 10.856448-25.71264-10.856448l-190.273536-190.273536-149.704704 0q-14.856192 0-25.71264-10.856448t-10.856448-25.71264l0-219.414528q0-14.856192 10.856448-25.71264t25.71264-10.856448l149.704704 0 190.273536-190.273536q10.856448-10.856448 25.71264-10.856448t25.71264 10.856448 10.856448 25.71264zm219.414528 310.837248q0 43.425792-24.28416 80.851968t-64.2816 53.425152q-5.71392 2.85696-14.2848 2.85696-14.856192 0-25.71264-10.570752t-10.856448-25.998336q0-11.999232 6.856704-20.284416t16.570368-14.2848 19.427328-13.142016 16.570368-20.284416 6.856704-32.569344-6.856704-32.569344-16.570368-20.284416-19.427328-13.142016-16.570368-14.2848-6.856704-20.284416q0-15.427584 10.856448-25.998336t25.71264-10.570752q8.57088 0 14.2848 2.85696 39.99744 15.427584 64.2816 53.139456t24.28416 81.137664zm146.276352 0q0 87.422976-48.56832 161.41824t-128.5632 107.707392q-7.428096 2.85696-14.2848 2.85696-15.427584 0-26.284032-10.856448t-10.856448-25.71264q0-22.284288 22.284288-33.712128 31.997952-16.570368 43.425792-25.141248 42.283008-30.855168 65.995776-77.423616t23.712768-99.136512-23.712768-99.136512-65.995776-77.423616q-11.42784-8.57088-43.425792-25.141248-22.284288-11.42784-22.284288-33.712128 0-14.856192 10.856448-25.71264t25.71264-10.856448q7.428096 0 14.856192 2.85696 79.99488 33.712128 128.5632 107.707392t48.56832 161.41824zm146.276352 0q0 131.42016-72.566784 241.41312t-193.130496 161.989632q-7.428096 2.85696-14.856192 2.85696-14.856192 0-25.71264-10.856448t-10.856448-25.71264q0-20.570112 22.284288-33.712128 3.999744-2.285568 12.85632-5.999616t12.85632-5.999616q26.284032-14.2848 46.854144-29.140992 70.281216-51.996672 109.707264-129.705984t39.426048-165.132288-39.426048-165.132288-109.707264-129.705984q-20.570112-14.856192-46.854144-29.140992-3.999744-2.285568-12.85632-5.999616t-12.85632-5.999616q-22.284288-13.142016-22.284288-33.712128 0-14.856192 10.856448-25.71264t25.71264-10.856448q7.428096 0 14.856192 2.85696 120.563712 51.996672 193.130496 161.989632t72.566784 241.41312z"},null)]),li("div",{class:"uni-video-toast-value"},[li("div",{style:{width:100*F.volumeNew+"%"},class:"uni-video-toast-value-content"},[li("div",{class:"uni-video-toast-volume-grids"},[Zo(10,(()=>li("div",{class:"uni-video-toast-volume-grids-item"},null)))])],4)])],2),li("div",{class:{"uni-video-toast":!0,"uni-video-toast-progress":"progress"===F.gestureType}},[li("div",{class:"uni-video-toast-title"},[em(F.currentTimeNew)," / ",em(d.duration)])],2),li("div",{class:"uni-video-slots"},[o.default&&o.default()])],40,["onTouchstart","onTouchend","onTouchmove","onFullscreenchange","onWebkitfullscreenchange"])],8,["id","onClick"])}});let rm,im=0;function sm(e,t,n,o){var r,i=document.createElement("script"),s=t.callback||"callback",a="__uni_jsonp_callback_"+im++,l=t.timeout||3e4;function c(){clearTimeout(r),delete window[a],i.remove()}window[a]=e=>{y(n)&&n(e),c()},i.onerror=()=>{y(o)&&o(),c()},r=setTimeout((function(){y(o)&&o(),c()}),l),i.src=e+(e.indexOf("?")>=0?"&":"?")+s+"="+a,document.body.appendChild(i)}function am(e){function t(){const e=this.div;this.getPanes().floatPane.appendChild(e)}function n(){const e=this.div.parentNode;e&&e.removeChild(this.div)}function o(){const t=this.option;this.Text=new e.Text({text:t.content,anchor:"bottom-center",offset:new e.Pixel(0,t.offsetY-16),style:{padding:(t.padding||8)+"px","line-height":(t.fontSize||14)+"px","border-radius":(t.borderRadius||0)+"px","border-color":`${t.bgColor||"#fff"} transparent transparent`,"background-color":t.bgColor||"#fff","box-shadow":"0 2px 6px 0 rgba(114, 124, 245, .5)","text-align":"center","font-size":(t.fontSize||14)+"px",color:t.color||"#000"},position:t.position});(e.event||e.Event).addListener(this.Text,"click",(()=>{this.callback()})),this.Text.setMap(t.map)}function r(){}function i(){this.Text&&this.option.map.remove(this.Text)}function s(){this.Text&&this.option.map.remove(this.Text)}class a{constructor(e={},a){this.createAMapText=o,this.removeAMapText=i,this.createBMapText=r,this.removeBMapText=s,this.onAdd=t,this.construct=t,this.onRemove=n,this.destroy=n,this.option=e||{};const l=this.visible=this.alwaysVisible="ALWAYS"===e.display;if(gm())this.callback=a,this.visible&&this.createAMapText();else if(mm())this.visible&&this.createBMapText();else{const t=e.map;this.position=e.position,this.index=1;const n=this.div=document.createElement("div"),o=n.style;o.position="absolute",o.whiteSpace="nowrap",o.transform="translateX(-50%) translateY(-100%)",o.zIndex="1",o.boxShadow=e.boxShadow||"none",o.display=l?"block":"none";const r=this.triangle=document.createElement("div");r.setAttribute("style","position: absolute;white-space: nowrap;border-width: 4px;border-style: solid;border-color: #fff transparent transparent;border-image: initial;font-size: 12px;padding: 0px;background-color: transparent;width: 0px;height: 0px;transform: translate(-50%, 100%);left: 50%;bottom: 0;"),this.setStyle(e),n.appendChild(r),t&&this.setMap(t)}}set onclick(e){this.div.onclick=e}get onclick(){return this.div.onclick}setOption(e){this.option=e,"ALWAYS"===e.display?this.alwaysVisible=this.visible=!0:this.alwaysVisible=!1,gm()?this.visible&&this.createAMapText():mm()?this.visible&&this.createBMapText():(this.setPosition(e.position),this.setStyle(e))}setStyle(e){const t=this.div,n=t.style;t.innerText=e.content||"",n.lineHeight=(e.fontSize||14)+"px",n.fontSize=(e.fontSize||14)+"px",n.padding=(e.padding||8)+"px",n.color=e.color||"#000",n.borderRadius=(e.borderRadius||0)+"px",n.backgroundColor=e.bgColor||"#fff",n.marginTop="-"+((e.top||0)+5)+"px",this.triangle.style.borderColor=`${e.bgColor||"#fff"} transparent transparent`}setPosition(e){this.position=e,this.draw()}draw(){const e=this.getProjection();if(!this.position||!this.div||!e)return;const t=e.fromLatLngToDivPixel(this.position),n=this.div.style;n.left=t.x+"px",n.top=t.y+"px"}changed(){this.div.style.display=this.visible?"block":"none"}}if(!gm()&&!mm()){const t=new(e.OverlayView||e.Overlay);a.prototype.setMap=t.setMap,a.prototype.getMap=t.getMap,a.prototype.getPanes=t.getPanes,a.prototype.getProjection=t.getProjection,a.prototype.map_changed=t.map_changed,a.prototype.set=t.set,a.prototype.get=t.get,a.prototype.setOptions=t.setValues,a.prototype.bindTo=t.bindTo,a.prototype.bindsTo=t.bindsTo,a.prototype.notify=t.notify,a.prototype.setValues=t.setValues,a.prototype.unbind=t.unbind,a.prototype.unbindAll=t.unbindAll,a.prototype.addListener=t.addListener}return a}const lm={};function cm(e,t){const n=hm();if(!n.key)return void console.error("Map key not configured.");const o=lm[n.type]=lm[n.type]||[];if(rm)t(rm);else if(window[n.type]&&window[n.type].maps)rm=gm()||mm()?window[n.type]:window[n.type].maps,rm.Callout=rm.Callout||am(rm),t(rm);else if(o.length)o.push(t);else{o.push(t);const r=window,i="__map_callback__"+n.type;r[i]=function(){delete r[i],rm=gm()||mm()?window[n.type]:window[n.type].maps,rm.Callout=am(rm),o.forEach((e=>e(rm))),o.length=0},gm()&&function(e){window._AMapSecurityConfig={securityJsCode:e.securityJsCode||"",serviceHost:e.serviceHost||""}}(n);const s=document.createElement("script");let a=um(n.type);n.type===dm.QQ&&e.push("geometry"),e.length&&(a+=`libraries=${e.join("%2C")}&`),n.type===dm.BMAP?s.src=`${a}ak=${n.key}&callback=${i}`:s.src=`${a}key=${n.key}&callback=${i}`,s.onerror=function(){console.error("Map load failed.")},document.body.appendChild(s)}}const um=e=>({qq:"https://map.qq.com/api/js?v=2.exp&",google:"https://maps.googleapis.com/maps/api/js?",AMap:"https://webapi.amap.com/maps?v=2.0&",BMapGL:"https://api.map.baidu.com/api?type=webgl&v=1.0&"}[e]);var dm=(e=>(e.QQ="qq",e.GOOGLE="google",e.AMAP="AMap",e.BMAP="BMapGL",e.UNKNOWN="",e))(dm||{});function hm(){return __uniConfig.bMapKey?{type:"BMapGL",key:__uniConfig.bMapKey}:__uniConfig.qqMapKey?{type:"qq",key:__uniConfig.qqMapKey}:__uniConfig.googleMapKey?{type:"google",key:__uniConfig.googleMapKey}:__uniConfig.aMapKey?{type:"AMap",key:__uniConfig.aMapKey,securityJsCode:__uniConfig.aMapSecurityJsCode,serviceHost:__uniConfig.aMapServiceHost}:{type:"",key:""}}let fm=!1,pm=!1;const gm=()=>pm?fm:(pm=!0,fm="AMap"===hm().type),mm=()=>"BMapGL"===hm().type;const ym=navigator.cookieEnabled&&(window.localStorage||window.sessionStorage)||{};let vm;function _m(){if(vm=vm||ym.__DC_STAT_UUID,!vm){vm=Date.now()+""+Math.floor(1e7*Math.random());try{ym.__DC_STAT_UUID=vm}catch(e){}}return vm}function bm(){if(!0!==__uniConfig.darkmode)return v(__uniConfig.darkmode)?__uniConfig.darkmode:"light";try{return window.matchMedia("(prefers-color-scheme: light)").matches?"light":"dark"}catch(e){return"light"}}function wm(){let e,t="0",n="",o="phone";const r=navigator.language;if(Fu){e="iOS";const o=Bu.match(/OS\s([\w_]+)\slike/);o&&(t=o[1].replace(/_/g,"."));const r=Bu.match(/\(([a-zA-Z]+);/);r&&(n=r[1])}else if(Nu){e="Android";const o=Bu.match(/Android[\s/]([\w\.]+)[;\s]/);o&&(t=o[1]);const r=Bu.match(/\((.+?)\)/),i=r?r[1].split(";"):Bu.split(" "),s=[/\bAndroid\b/i,/\bLinux\b/i,/\bU\b/i,/^\s?[a-z][a-z]$/i,/^\s?[a-z][a-z]-[a-z][a-z]$/i,/\bwv\b/i,/\/[\d\.,]+$/,/^\s?[\d\.,]+$/,/\bBrowser\b/i,/\bMobile\b/i];for(let e=0;e0){n=t.split("Build")[0].trim();break}let o;for(let e=0;e-1&&e.indexOf("MSIE")>-1,n=e.indexOf("Edge")>-1&&!t,o=e.indexOf("Trident")>-1&&e.indexOf("rv:11.0")>-1;if(t){new RegExp("MSIE (\\d+\\.\\d+);").test(e);const t=parseFloat(RegExp.$1);return t>6?t:6}return n?-1:o?11:-1}());if("-1"!==l)a="IE";else{const e=["Version","Firefox","Chrome","Edge{0,1}"],t=["Safari","Firefox","Chrome","Edge"];for(let n=0;n{const e=window.devicePixelRatio,t=zu(),n=Hu(t),o=Wu(t,n),r=function(e,t){return e?Math[t?"min":"max"](screen.height,screen.width):screen.height}(t,n),i=Yu(o);let s=window.innerHeight;const a=Tc.top,l={left:Tc.left,right:i-Tc.right,top:Tc.top,bottom:s-Tc.bottom,width:i-Tc.left-Tc.right,height:s-Tc.top-Tc.bottom},{top:c,bottom:u}=Pc();return s-=c,s-=u,{windowTop:c,windowBottom:u,windowWidth:i,windowHeight:s,pixelRatio:e,screenWidth:o,screenHeight:r,statusBarHeight:a,safeArea:l,safeAreaInsets:{top:Tc.top,right:Tc.right,bottom:Tc.bottom,left:Tc.left},screenTop:r-s}}));let Tm,Sm=!0;function km(){Sm&&(Tm=wm())}const Cm=Ed(0,(()=>{km();const{deviceBrand:e,deviceModel:t,brand:n,model:o,platform:r,system:i,deviceOrientation:s,deviceType:a}=Tm;return{brand:n,deviceBrand:e,deviceModel:t,devicePixelRatio:window.devicePixelRatio,deviceId:_m(),deviceOrientation:s,deviceType:a,model:o,platform:r,system:i}})),Em=Ed(0,(()=>{km();const{theme:e,language:t,browserName:n,browserVersion:o}=Tm;return{appId:__uniConfig.appId,appName:__uniConfig.appName,appVersion:__uniConfig.appVersion,appVersionCode:__uniConfig.appVersionCode,appLanguage:sh?sh():t,enableDebug:!1,hostSDKVersion:void 0,hostPackageName:void 0,hostFontSizeSetting:void 0,hostName:n,hostVersion:o,hostTheme:e,hostLanguage:t,language:t,SDKVersion:"",theme:e,version:""}})),Pm=Ed(0,(()=>{Sm=!0,km(),Sm=!1;const e=xm(),t=Cm(),n=Em();Sm=!0;const{ua:o,browserName:r,browserVersion:i,osname:s,osversion:a}=Tm,l=c(e,t,n,{ua:o,browserName:r,browserVersion:i,uniPlatform:"web",uniCompileVersion:__uniConfig.compilerVersion,uniRuntimeVersion:__uniConfig.compilerVersion,fontSizeSetting:void 0,osName:s.toLocaleLowerCase(),osVersion:a,osLanguage:void 0,osTheme:void 0});return delete l.screenTop,delete l.enableDebug,__uniConfig.darkmode||delete l.theme,function(e){let t={};return S(e)&&Object.keys(e).sort().forEach((n=>{const o=n;t[o]=e[o]})),Object.keys(t)?t:e}(l)})),Am=Pd("getSystemInfo",((e,{resolve:t})=>t(Pm())));const Im=Ed(0,((e,t)=>{const n=typeof t,o="string"===n?t:JSON.stringify({type:n,data:t});localStorage.setItem(e,o)}));function Om(e){const t=localStorage&&localStorage.getItem(e);if(!v(t))throw new Error("data not found");let n=t;try{const e=function(e){const t=["object","string","number","boolean","undefined"];try{const n=v(e)?JSON.parse(e):e,o=n.type;if(t.indexOf(o)>=0){const e=Object.keys(n);if(2===e.length&&"data"in n){if(typeof n.data===o)return n.data;if("object"===o&&/^\d{4}-\d{2}-\d{2}T\d{2}\:\d{2}\:\d{2}\.\d{3}Z$/.test(n.data))return new Date(n.data)}else if(1===e.length)return""}}catch(n){}}(JSON.parse(t));void 0!==e&&(n=e)}catch(o){}return n}const Lm=Ed(0,(e=>{try{return Om(e)}catch(t){return""}})),Mm=Ed(0,(e=>{localStorage&&localStorage.removeItem(e)})),$m=Ed(0,(()=>{localStorage&&localStorage.clear()})),Rm=Pd("openDocument",(({filePath:e},{resolve:t})=>(window.open(e),t())),0,ph),Dm=Pd("hideKeyboard",((e,{resolve:t,reject:n})=>{const o=document.activeElement;!o||"TEXTAREA"!==o.tagName&&"INPUT"!==o.tagName||(o.blur(),t())}));const Bm=Pd("getImageInfo",(({src:e},{resolve:t,reject:n})=>{const o=new Image;o.onload=function(){t({width:o.naturalWidth,height:o.naturalHeight,path:0===e.indexOf("/")?window.location.protocol+"//"+window.location.host+e:e})},o.onerror=function(){n()},o.src=e}),0,wh),Nm={image:{jpg:"jpeg",jpe:"jpeg",pbm:"x-portable-bitmap",pgm:"x-portable-graymap",pnm:"x-portable-anymap",ppm:"x-portable-pixmap",psd:"vnd.adobe.photoshop",pic:"x-pict",rgb:"x-rgb",svg:"svg+xml",svgz:"svg+xml",tif:"tiff",xif:"vnd.xiff",wbmp:"vnd.wap.wbmp",wdp:"vnd.ms-photo",xbm:"x-xbitmap",ico:"x-icon"},video:{"3g2":"3gpp2","3gp":"3gpp",avi:"x-msvideo",f4v:"x-f4v",flv:"x-flv",jpgm:"jpm",jpgv:"jpeg",m1v:"mpeg",m2v:"mpeg",mpe:"mpeg",mpg:"mpeg",mpg4:"mpeg",m4v:"x-m4v",mkv:"x-matroska",mov:"quicktime",qt:"quicktime",movie:"x-sgi-movie",mp4v:"mp4",ogv:"ogg",smv:"x-smv",wm:"x-ms-wm",wmv:"x-ms-wmv",wmx:"x-ms-wmx",wvx:"x-ms-wvx"}};function Fm({count:e,sourceType:t,type:n,extension:o}){const r=document.createElement("input");return r.type="file",function(e,t){for(const n in t)e.style[n]=t[n]}(r,{position:"absolute",visibility:"hidden",zIndex:"-999",width:"0",height:"0",top:"0",left:"0"}),r.accept=o.map((e=>{if("all"!==n){const t=e.replace(".","");return`${n}/${Nm[n][t]||t}`}return function(){const e=window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i);return!(!e||"micromessenger"!==e[0])}()?".":0===e.indexOf(".")?e:`.${e}`})).join(","),e&&e>1&&(r.multiple=!0),"all"!==n&&t instanceof Array&&1===t.length&&"camera"===t[0]&&r.setAttribute("capture","camera"),r}Cf();let jm=null;const qm=Pd("chooseFile",(({count:e,sourceType:t,type:n,extension:o},{resolve:r,reject:i})=>{Yl();const{t:s}=ql();jm&&(document.body.removeChild(jm),jm=null),jm=Fm({count:e,sourceType:t,type:n,extension:o}),document.body.appendChild(jm),jm.addEventListener("change",(function(t){const n=t.target,o=[];if(n&&n.files){const t=n.files.length;for(let r=0;r(i=i||Gh(t),i)}),re))},tempFiles:o})})),jm.click(),Ef()||console.warn(s("uni.chooseFile.notUserActivation"))}),0,bh);let Um=null;const Vm=Pd("chooseImage",(({count:e,sourceType:t,extension:n},{resolve:o,reject:r})=>{Yl();const{t:i}=ql();Um&&(document.body.removeChild(Um),Um=null),Um=Fm({count:e,sourceType:t,extension:n,type:"image"}),document.body.appendChild(Um),Um.addEventListener("change",(function(t){const n=t.target,r=[];if(n&&n.files){const t=n.files.length;for(let o=0;o(i=i||Gh(t),i)}),oe))},tempFiles:r})})),Um.click(),Ef()||console.warn(i("uni.chooseFile.notUserActivation"))}),0,yh),zm={esc:["Esc","Escape"],enter:["Enter"]},Hm=Object.keys(zm);function Wm(){const e=ln(""),t=ln(!1),n=n=>{if(t.value)return;const o=Hm.find((e=>-1!==zm[e].indexOf(n.key)));o&&(e.value=o),In((()=>e.value=""))};return zo((()=>{document.addEventListener("keyup",n)})),Yo((()=>{document.removeEventListener("keyup",n)})),{key:e,disable:t}}const Ym=li("div",{class:"uni-mask"},null,-1);function Xm(e,t,n){return t.onClose=(...e)=>(t.visible=!1,n.apply(null,e)),Ws(So({setup:()=>()=>(Jr(),ti(e,t,null,16))}))}function Km(e){let t=document.getElementById(e);return t||(t=document.createElement("div"),t.id=e,document.body.append(t)),t}function Jm(e,{onEsc:t,onEnter:n}){const o=ln(e.visible),{key:r,disable:i}=Wm();return io((()=>e.visible),(e=>o.value=e)),io((()=>o.value),(e=>i.value=!e)),oo((()=>{const{value:e}=r;"esc"===e?t&&t():"enter"===e&&n&&n()})),o}let Gm=0,Qm="";function Zm(e){let t=Gm;Gm+=e?1:-1,Gm=Math.max(0,Gm),Gm>0?0===t&&(Qm=document.body.style.overflow,document.body.style.overflow="hidden"):(document.body.style.overflow=Qm,Qm="")}const ey=Su({name:"ImageView",props:{src:{type:String,default:""}},setup(e){const t=Ht({direction:"none"});let n=1,o=0,r=0,i=0,s=0;function a({detail:e}){n=e.scale}function l(e){const t=e.target.getBoundingClientRect();o=t.width,r=t.height}function c(e){const t=e.target.getBoundingClientRect();i=t.width,s=t.height,d(e)}function u(e){const a=n*o>i,l=n*r>s;t.direction=a&&l?"all":a?"horizontal":l?"vertical":"none",d(e)}function d(e){"all"!==t.direction&&"horizontal"!==t.direction||e.stopPropagation()}return()=>{const n={position:"absolute",left:"0",top:"0",width:"100%",height:"100%"};return li(Vf,{style:n,onTouchstart:ku(c),onTouchmove:ku(d),onTouchend:ku(u)},{default:()=>[li(np,{style:n,direction:t.direction,inertia:!0,scale:!0,"scale-min":"1","scale-max":"4",onScale:a},{default:()=>[li("img",{src:e.src,style:{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",maxHeight:"100%",maxWidth:"100%"},onLoad:l},null,40,["src","onLoad"])]},8,["style","direction","inertia","scale","onScale"])]},8,["style","onTouchstart","onTouchmove","onTouchend"])}}});function ty(e){let t="number"==typeof e.current?e.current:e.urls.indexOf(e.current);return t=t<0?0:t,t}const ny=Su({name:"ImagePreview",props:{urls:{type:Array,default:()=>[]},current:{type:[Number,String],default:0}},emits:["close"],setup(e,{emit:t}){zo((()=>Zm(!0))),Xo((()=>Zm(!1)));const n=ln(null),o=ln(ty(e));let r;function i(){r||In((()=>{t("close")}))}function s(e){o.value=e.detail.current}io((()=>e.current),(()=>o.value=ty(e))),zo((()=>{const e=n.value;let t=0,o=0;e.addEventListener("mousedown",(e=>{r=!1,t=e.clientX,o=e.clientY})),e.addEventListener("mouseup",(e=>{(Math.abs(e.clientX-t)>20||Math.abs(e.clientY-o)>20)&&(r=!0)}))}));const a={position:"absolute","box-sizing":"border-box",top:"0",right:"0",width:"60px",height:"44px",padding:"6px","line-height":"32px","font-size":"26px",color:"white","text-align":"center",cursor:"pointer"};return()=>{let t;return li("div",{ref:n,style:{display:"block",position:"fixed",left:"0",top:"0",width:"100%",height:"100%",zIndex:999,background:"rgba(0,0,0,0.8)"},onClick:i},[li(Rp,{navigation:"auto",current:o.value,onChange:s,"indicator-dots":!1,autoplay:!1,style:{position:"absolute",left:"0",top:"0",width:"100%",height:"100%"}},(r=t=e.urls.map((e=>li(Bp,null,{default:()=>[li(ey,{src:e},null,8,["src"])]}))),"function"==typeof r||"[object Object]"===Object.prototype.toString.call(r)&&!ni(r)?t:{default:()=>[t],_:1}),8,["current","onChange"]),li("div",{style:a},[Bc("M17.25 16.156l7.375-7.313q0.281-0.281 0.281-0.641t-0.281-0.641q-0.25-0.25-0.625-0.25t-0.625 0.25l-7.375 7.344-7.313-7.344q-0.25-0.25-0.625-0.25t-0.625 0.25q-0.281 0.25-0.281 0.625t0.281 0.625l7.313 7.344-7.375 7.344q-0.281 0.25-0.281 0.625t0.281 0.625q0.125 0.125 0.281 0.188t0.344 0.063q0.156 0 0.328-0.063t0.297-0.188l7.375-7.344 7.375 7.406q0.125 0.156 0.297 0.219t0.328 0.063q0.188 0 0.344-0.078t0.281-0.203q0.281-0.25 0.281-0.609t-0.281-0.641l-7.375-7.406z","#ffffff",26)],4)],8,["onClick"]);var r}}});let oy,ry=null;const iy=()=>{ry=null,In((()=>{null==oy||oy.unmount(),oy=null}))},sy=Pd("previewImage",((e,{resolve:t})=>{ry?c(ry,e):(ry=Ht(e),In((()=>{oy=Xm(ny,ry,iy),oy.mount(Km("u-a-p"))}))),t()}),0,xh);let ay=null;const ly=Pd("chooseVideo",(({sourceType:e,extension:t},{resolve:n,reject:o})=>{Yl();const{t:r}=ql();ay&&(document.body.removeChild(ay),ay=null),ay=Fm({sourceType:e,extension:t,type:"video"}),document.body.appendChild(ay),ay.addEventListener("change",(function(e){const t=e.target.files[0];let o="";const r={tempFilePath:o,tempFile:t,size:t.size,duration:0,width:0,height:0,name:t.name};Object.defineProperty(r,"tempFilePath",{get(){return o=o||Gh(this.tempFile),o}});const i=document.createElement("video");if(void 0!==i.onloadedmetadata){const e=Gh(t);i.onloadedmetadata=function(){Qh(e),n(c(r,{duration:i.duration||0,width:i.videoWidth||0,height:i.videoHeight||0}))},setTimeout((()=>{i.onloadedmetadata=null,Qh(e),n(r)}),300),i.src=e}else n(r)})),ay.click(),Ef()||console.warn(r("uni.chooseFile.notUserActivation"))}),0,vh),cy=Cd("request",(({url:e,data:t,header:n={},method:o,dataType:r,responseType:i,withCredentials:s,timeout:a=__uniConfig.networkTimeout.request},{resolve:l,reject:c})=>{let u=null;const d=function(e){const t=Object.keys(e).find((e=>"content-type"===e.toLowerCase()));if(!t)return;const n=e[t];if(0===n.indexOf("application/json"))return"json";if(0===n.indexOf("application/x-www-form-urlencoded"))return"urlencoded";return"string"}(n);if("GET"!==o)if(v(t)||t instanceof ArrayBuffer)u=t;else if("json"===d)try{u=JSON.stringify(t)}catch(m){u=t.toString()}else if("urlencoded"===d){const e=[];for(const n in t)h(t,n)&&e.push(encodeURIComponent(n)+"="+encodeURIComponent(t[n]));u=e.join("&")}else u=t.toString();const f=new XMLHttpRequest,p=new uy(f);f.open(o,e);for(const y in n)h(n,y)&&f.setRequestHeader(y,n[y]);const g=setTimeout((function(){f.onload=f.onabort=f.onerror=null,p.abort(),c("timeout",{errCode:5})}),a);return f.responseType=i,f.onload=function(){clearTimeout(g);const e=f.status;let t="text"===i?f.responseText:f.response;if("text"===i&&"json"===r)try{t=JSON.parse(t)}catch(m){}l({data:t,statusCode:e,header:dy(f.getAllResponseHeaders()),cookies:[]})},f.onabort=function(){clearTimeout(g),c("abort",{errCode:600003})},f.onerror=function(){clearTimeout(g),c(void 0,{errCode:5})},f.withCredentials=s,f.send(u),p}),0,Ch);class uy{constructor(e){this._xhr=e}abort(){this._xhr&&(this._xhr.abort(),delete this._xhr)}onHeadersReceived(e){throw new Error("Method not implemented.")}offHeadersReceived(e){throw new Error("Method not implemented.")}}function dy(e){const t={};return e.split("\n").forEach((e=>{const n=e.match(/(\S+\s*):\s*(.*)/);n&&3===n.length&&(t[n[1]]=n[2])})),t}class hy{constructor(e){this._callbacks=[],this._xhr=e}onProgressUpdate(e){y(e)&&this._callbacks.push(e)}offProgressUpdate(e){const t=this._callbacks.indexOf(e);t>=0&&this._callbacks.splice(t,1)}abort(){this._xhr&&(this._xhr.abort(),delete this._xhr)}onHeadersReceived(e){throw new Error("Method not implemented.")}offHeadersReceived(e){throw new Error("Method not implemented.")}}const fy=Cd("downloadFile",(({url:e,header:t={},timeout:n=__uniConfig.networkTimeout.downloadFile},{resolve:o,reject:r})=>{var i,s=new XMLHttpRequest,a=new hy(s);return s.open("GET",e,!0),Object.keys(t).forEach((e=>{s.setRequestHeader(e,t[e])})),s.responseType="blob",s.onload=function(){clearTimeout(i);const t=s.status,n=this.response;let r;const a=s.getResponseHeader("content-disposition");if(a){const e=a.match(/filename="?(\S+)"?\b/);e&&(r=e[1])}n.name=r||function(e){const t=(e=e.split("#")[0].split("?")[0]).split("/");return t[t.length-1]}(e),o({statusCode:t,tempFilePath:Gh(n)})},s.onabort=function(){clearTimeout(i),r("abort",{errCode:600003})},s.onerror=function(){clearTimeout(i),r("",{errCode:602001})},s.onprogress=function(e){a._callbacks.forEach((t=>{var n=e.loaded,o=e.total;t({progress:Math.round(n/o*100),totalBytesWritten:n,totalBytesExpectedToWrite:o})}))},s.send(),i=setTimeout((function(){s.onprogress=s.onload=s.onabort=s.onerror=null,a.abort(),r("timeout",{errCode:5})}),n),a}),0,Eh);class py{constructor(e){this._callbacks=[],this._xhr=e}onProgressUpdate(e){y(e)&&this._callbacks.push(e)}offProgressUpdate(e){const t=this._callbacks.indexOf(e);t>=0&&this._callbacks.splice(t,1)}abort(){this._isAbort=!0,this._xhr&&(this._xhr.abort(),delete this._xhr)}onHeadersReceived(e){throw new Error("Method not implemented.")}offHeadersReceived(e){throw new Error("Method not implemented.")}}const gy=Cd("uploadFile",(({url:e,file:t,filePath:n,name:o,files:r,header:i={},formData:s={},timeout:a=__uniConfig.networkTimeout.uploadFile},{resolve:l,reject:c})=>{var u=new py;return f(r)&&r.length||(r=[{name:o,file:t,uri:n}]),Promise.all(r.map((({file:e,uri:t})=>e instanceof Blob?Promise.resolve(Jh(e)):Kh(t)))).then((function(t){var n,o=new XMLHttpRequest,d=new FormData;Object.keys(s).forEach((e=>{d.append(e,s[e])})),Object.values(r).forEach((({name:e},n)=>{const o=t[n];d.append(e||"file",o,o.name||`file-${Date.now()}`)})),o.open("POST",e),Object.keys(i).forEach((e=>{o.setRequestHeader(e,i[e])})),o.upload.onprogress=function(e){u._callbacks.forEach((t=>{var n=e.loaded,o=e.total;t({progress:Math.round(n/o*100),totalBytesSent:n,totalBytesExpectedToSend:o})}))},o.onerror=function(){clearTimeout(n),c("",{errCode:602001})},o.onabort=function(){clearTimeout(n),c("abort",{errCode:600003})},o.onload=function(){clearTimeout(n);const e=o.status;l({statusCode:e,data:o.responseText||o.response})},u._isAbort?c("abort",{errCode:600003}):(n=setTimeout((function(){o.upload.onprogress=o.onload=o.onabort=o.onerror=null,u.abort(),c("timeout",{errCode:5})}),a),o.send(d),u._xhr=o)})).catch((()=>{setTimeout((()=>{c("file error")}),0)})),u}),0,Ph),my=Pd("getLocation",(({type:e,altitude:t,highAccuracyExpireTime:n,isHighAccuracy:o},{resolve:r,reject:i})=>{const s=hm();new Promise(((e,r)=>{navigator.geolocation?navigator.geolocation.getCurrentPosition((t=>e({coords:t.coords})),r,{enableHighAccuracy:o||t,timeout:n||1e5}):r(new Error("device nonsupport geolocation"))})).catch((e=>new Promise(((t,n)=>{s.type===dm.QQ?sm(`https://apis.map.qq.com/ws/location/v1/ip?output=jsonp&key=${s.key}`,{callback:"callback"},(e=>{if("result"in e&&e.result.location){const n=e.result.location;t({coords:{latitude:n.lat,longitude:n.lng},skip:!0})}else n(new Error(e.message||JSON.stringify(e)))}),(()=>n(new Error("network error")))):s.type===dm.GOOGLE?cy({method:"POST",url:`https://www.googleapis.com/geolocation/v1/geolocate?key=${s.key}`,success(e){const o=e.data;"location"in o?t({coords:{latitude:o.location.lat,longitude:o.location.lng,accuracy:o.accuracy},skip:!0}):n(new Error(o.error&&o.error.message||JSON.stringify(e)))},fail(){n(new Error("network error"))}}):s.type===dm.AMAP?cm([],(()=>{window.AMap.plugin("AMap.Geolocation",(()=>{new window.AMap.Geolocation({enableHighAccuracy:!0,timeout:1e4}).getCurrentPosition(((e,o)=>{"complete"===e?t({coords:{latitude:o.position.lat,longitude:o.position.lng,accuracy:o.accuracy},skip:!0}):n(new Error(o.message))}))}))})):n(e)})))).then((({coords:t,skip:n})=>{(function(e,t,n){const o=hm();return e&&"WGS84"===e.toUpperCase()||["google"].includes(o.type)||n?Promise.resolve(t):"qq"===o.type?new Promise((e=>{sm(`https://apis.map.qq.com/jsapi?qt=translate&type=1&points=${t.longitude},${t.latitude}&key=${o.key}&output=jsonp&pf=jsapi&ref=jsapi`,{callback:"cb"},(n=>{if("detail"in n&&"points"in n.detail&&n.detail.points.length){const{lng:o,lat:r}=n.detail.points[0];e({longitude:o,latitude:r,altitude:t.altitude,accuracy:t.accuracy,altitudeAccuracy:t.altitudeAccuracy,heading:t.heading,speed:t.speed})}else e(t)}),(()=>e(t)))})):"AMap"===o.type?new Promise((e=>{cm([],(()=>{window.AMap.convertFrom([t.longitude,t.latitude],"gps",((n,o)=>{if("ok"===o.info&&o.locations.length){const{lat:n,lng:r}=o.locations[0];e({longitude:r,latitude:n,altitude:t.altitude,accuracy:t.accuracy,altitudeAccuracy:t.altitudeAccuracy,heading:t.heading,speed:t.speed})}else e(t)}))}))})):Promise.reject(new Error("translate coordinate system faild"))})(e,t,n).then((e=>{r({latitude:e.latitude,longitude:e.longitude,accuracy:e.accuracy,speed:e.altitude||0,altitude:e.altitude||0,verticalAccuracy:e.altitudeAccuracy||0,horizontalAccuracy:e.accuracy||0})})).catch((e=>{i(e.message)}))})).catch((e=>{i(e.message||JSON.stringify(e))}))}),0,mh),yy=Pd("navigateBack",((e,{resolve:t,reject:n})=>{let o=!0;return!0===Hc("onBackPress",{from:e.from||"navigateBack"})&&(o=!1),o?(Hg().$router.go(-e.delta),t()):n("onBackPress")}),0,$h);function vy({type:e,url:t,tabBarText:n,events:o,isAutomatedTesting:r},i){const s=Hg().$router,{path:a,query:l}=function(e){const[t,n]=e.split("?",2);return{path:t,query:Ce(n||"")}}(t);return new Promise(((t,c)=>{const u=function(e,t){return{__id__:t||++Tg,__type__:e}}(e,i);s["navigateTo"===e?"push":"replace"]({path:a,query:l,state:u,force:!0}).then((i=>{if(el(i))return c(i.message);if("switchTab"===e&&(s.currentRoute.value.meta.tabBarText=n),"navigateTo"===e){const e=s.currentRoute.value.meta;return e.eventChannel?o&&(Object.keys(o).forEach((t=>{e.eventChannel._addListener(t,"on",o[t])})),e.eventChannel._clearCache()):e.eventChannel=new Pe(u.__id__,o),t(r?{__id__:u.__id__}:{eventChannel:e.eventChannel})}return r?t({__id__:u.__id__}):t()}))}))}const _y=Pd("navigateTo",(({url:e,events:t,isAutomatedTesting:n},{resolve:o,reject:r})=>vy({type:"navigateTo",url:e,events:t,isAutomatedTesting:n}).then(o).catch(r)),0,Ih);const by=Pd("redirectTo",(({url:e,isAutomatedTesting:t},{resolve:n,reject:o})=>(function(){const e=Fc();if(!e)return;const t=e.$page;xg(Cg(t.path,t.id))}(),vy({type:"redirectTo",url:e,isAutomatedTesting:t}).then(n).catch(o))),0,Oh);const wy=Pd("reLaunch",(({url:e,isAutomatedTesting:t},{resolve:n,reject:o})=>(function(){const e=bg().keys();for(const t of e)xg(t)}(),vy({type:"reLaunch",url:e,isAutomatedTesting:t}).then(n).catch(o))),0,Lh);function xy(e,t){return e===t.fullPath||"/"===e&&t.meta.isEntry}const Ty=Pd("switchTab",(({url:e,tabBarText:t,isAutomatedTesting:n},{resolve:o,reject:r})=>(function(){const e=Uc();if(!e)return;const t=bg(),n=t.keys();for(const o of n){const e=t.get(o);e.$.__isTabBar?e.$.__isActive=!1:xg(o)}e.$.__isTabBar&&(e.$.__isVisible=!1,Hc(e,"onHide"))}(),vy({type:"switchTab",url:e,tabBarText:t,isAutomatedTesting:n},function(e){const t=bg().values();for(const n of t){const t=n.$page;if(xy(e,t))return n.$.__isActive=!0,t.id}}(e)).then(o).catch(r))),0,Mh);function Sy(e){__uniConfig.darkmode&&Ev.on("onThemeChange",e)}function ky(e){Ev.off("onThemeChange",e)}function Cy(e){let t={};return __uniConfig.darkmode&&(t=De(e,__uniConfig.themeConfig,bm())),__uniConfig.darkmode?t:e}function Ey(e,t){const n=Kt(e),o=n?Ht(Cy(e)):Cy(e);return __uniConfig.darkmode&&n&&io(e,(e=>{const t=Cy(e);for(const n in t)o[n]=t[n]})),t&&Sy(t),o}const Py={light:{cancelColor:"#000000"},dark:{cancelColor:"rgb(170, 170, 170)"}},Ay=So({props:{title:{type:String,default:""},content:{type:String,default:""},showCancel:{type:Boolean,default:!0},cancelText:{type:String,default:"Cancel"},cancelColor:{type:String,default:"#000000"},confirmText:{type:String,default:"OK"},confirmColor:{type:String,default:"#007aff"},visible:{type:Boolean},editable:{type:Boolean,default:!1},placeholderText:{type:String,default:""}},setup(e,{emit:t}){const n=ln(""),o=()=>s.value=!1,r=()=>(o(),t("close","cancel")),i=()=>(o(),t("close","confirm",n.value)),s=Jm(e,{onEsc:r,onEnter:()=>{!e.editable&&i()}}),a=function(e){const t=ln(e.cancelColor),n=({theme:e})=>{((e,t)=>{t.value=Py[e].cancelColor})(e,t)};return oo((()=>{e.visible?(t.value=e.cancelColor,"#000"===e.cancelColor&&("dark"===bm()&&n({theme:"dark"}),Sy(n))):ky(n)})),t}(e);return()=>{const{title:t,content:o,showCancel:l,confirmText:c,confirmColor:u,editable:d,placeholderText:h}=e;return n.value=o,li(Fi,{name:"uni-fade"},{default:()=>[uo(li("uni-modal",{onTouchmove:Sc},[Ym,li("div",{class:"uni-modal"},[t?li("div",{class:"uni-modal__hd"},[li("strong",{class:"uni-modal__title",textContent:t||""},null,8,["textContent"])]):null,d?li("textarea",{class:"uni-modal__textarea",rows:"1",placeholder:h,value:o,onInput:e=>n.value=e.target.value},null,40,["placeholder","value","onInput"]):li("div",{class:"uni-modal__bd",onTouchmovePassive:kc,textContent:o},null,40,["onTouchmovePassive","textContent"]),li("div",{class:"uni-modal__ft"},[l&&li("div",{style:{color:a.value},class:"uni-modal__btn uni-modal__btn_default",onClick:r},[e.cancelText],12,["onClick"]),li("div",{style:{color:u},class:"uni-modal__btn uni-modal__btn_primary",onClick:i},[c],12,["onClick"])])])],40,["onTouchmove"]),[[Zi,s.value]])]})}}});let Iy;const Oy=pe((()=>{Ev.on("onHidePopup",(()=>Iy.visible=!1))}));let Ly;function My(e,t){const n="confirm"===e,o={confirm:n,cancel:"cancel"===e};n&&Iy.editable&&(o.content=t),Ly&&Ly(o)}const $y=Pd("showModal",((e,{resolve:t})=>{Oy(),Ly=t,Iy?(c(Iy,e),Iy.visible=!0):(Iy=Ht(e),In((()=>(Xm(Ay,Iy,My).mount(Km("u-a-m")),In((()=>Iy.visible=!0))))))}),0,Uh),Ry={title:{type:String,default:""},icon:{default:"success",validator:e=>-1!==Vh.indexOf(e)},image:{type:String,default:""},duration:{type:Number,default:1500},mask:{type:Boolean,default:!1},visible:{type:Boolean}},Dy={light:"#fff",dark:"rgba(255,255,255,0.9)"},By=e=>Dy[e],Ny=So({name:"Toast",props:Ry,setup(e){zl(),Hl();const{Icon:t}=function(e){const t=ln(By(bm())),n=({theme:e})=>t.value=By(e);oo((()=>{e.visible?Sy(n):ky(n)}));return{Icon:Oi((()=>{switch(e.icon){case"success":return li(Bc($c,t.value,38),{class:"uni-toast__icon"});case"error":return li(Bc(Rc,t.value,38),{class:"uni-toast__icon"});case"loading":return li("i",{class:["uni-toast__icon","uni-loading"]},null,2);default:return null}}))}}(e),n=Jm(e,{});return()=>{const{mask:o,duration:r,title:i,image:s}=e;return li(Fi,{name:"uni-fade"},{default:()=>[uo(li("uni-toast",{"data-duration":r},[o?li("div",{class:"uni-mask",style:"background: transparent;",onTouchmove:Sc},null,40,["onTouchmove"]):"",s||t.value?li("div",{class:"uni-toast"},[s?li("img",{src:s,class:"uni-toast__icon"},null,10,["src"]):t.value,li("p",{class:"uni-toast__content"},[i])]):li("div",{class:"uni-sample-toast"},[li("p",{class:"uni-simple-toast__text"},[i])])],8,["data-duration"]),[[Zi,n.value]])]})}}});let Fy,jy,qy="";const Uy=je();function Vy(e){Fy?c(Fy,e):(Fy=Ht(c(e,{visible:!1})),In((()=>{Uy.run((()=>{io([()=>Fy.visible,()=>Fy.duration],(([e,t])=>{if(e){if(jy&&clearTimeout(jy),"onShowLoading"===qy)return;jy=setTimeout((()=>{Xy("onHideToast")}),t)}else jy&&clearTimeout(jy)}))})),Ev.on("onHidePopup",(()=>Xy("onHidePopup"))),Xm(Ny,Fy,(()=>{})).mount(Km("u-a-t"))}))),setTimeout((()=>{Fy.visible=!0}),10)}const zy=Pd("showToast",((e,{resolve:t,reject:n})=>{Vy(e),qy="onShowToast",t()}),0,zh),Hy={icon:"loading",duration:1e8,image:""},Wy=Pd("showLoading",((e,{resolve:t,reject:n})=>{c(e,Hy),Vy(e),qy="onShowLoading",t()}),0,qh),Yy=Pd("hideLoading",((e,{resolve:t,reject:n})=>{Xy("onHideLoading"),t()}));function Xy(e){const{t:t}=ql();if(!qy)return;let n="";if("onHideToast"===e&&"onShowToast"!==qy?n=t("uni.showToast.unpaired"):"onHideLoading"===e&&"onShowLoading"!==qy&&(n=t("uni.showLoading.unpaired")),n)return console.warn(n);qy="",setTimeout((()=>{Fy.visible=!1}),10)}const Ky=Pd("loadFontFace",(({family:e,source:t,desc:n},{resolve:o,reject:r})=>{(function(e,t,n){const o=document.fonts;if(o){const r=new FontFace(e,t,n);return r.load().then((()=>{o.add&&o.add(r)}))}return new Promise((o=>{const r=document.createElement("style"),i=[];if(n){const{style:e,weight:t,stretch:o,unicodeRange:r,variant:s,featureSettings:a}=n;e&&i.push(`font-style:${e}`),t&&i.push(`font-weight:${t}`),o&&i.push(`font-stretch:${o}`),r&&i.push(`unicode-range:${r}`),s&&i.push(`font-variant:${s}`),a&&i.push(`font-feature-settings:${a}`)}r.innerText=`@font-face{font-family:"${e}";src:${t};${i.join(";")}}`,document.head.appendChild(r),o()}))})(e,t=t.startsWith('url("')||t.startsWith("url('")?`url('${Du(t.substring(5,t.length-2))}')`:t.startsWith("url(")?`url('${Du(t.substring(4,t.length-1))}')`:Du(t),n).then((()=>{o()})).catch((e=>{r(`loadFontFace:fail ${e}`)}))}));function Jy(e){function t(){var t;t=e.navigationBar.titleText,document.title=t,Ev.emit("onNavigationBarChange",{titleText:t})}oo(t),Mo(t)}const Gy=Pd("setNavigationBarColor",((e,{resolve:t,reject:n})=>{!function(e,t,n,o,r){if(!e)return r("page not found");const{navigationBar:i}=e;switch(t){case"setNavigationBarColor":const{frontColor:e,backgroundColor:t,animation:o}=n,{duration:r,timingFunc:s}=o;e&&(i.titleColor="#000000"===e?"#000000":"#ffffff"),t&&(i.backgroundColor=t),i.duration=r+"ms",i.timingFunc=s;break;case"showNavigationBarLoading":i.loading=!0;break;case"hideNavigationBarLoading":i.loading=!1;break;case"setNavigationBarTitle":const{title:a}=n;i.titleText=a}o()}(jc(),"setNavigationBarColor",e,t,n)}),0,jh),Qy=Pd("stopPullDownRefresh",((e,{resolve:t})=>{Ev.invokeViewMethod("stopPullDownRefresh",{},qc()),t()})),Zy=["text","iconPath","iconfont","selectedIconPath","visible"],ev=["color","selectedColor","backgroundColor","borderStyle","midButton"],tv=["badge","redDot"];function nv(e,t,n){t.forEach((function(t){h(n,t)&&(e[t]=n[t])}))}function ov(e,t,n){const o=dg();switch(e){case"showTabBar":o.shown=!0;break;case"hideTabBar":o.shown=!1;break;case"setTabBarItem":const{index:e}=t,n=o.list[e],r=n.pagePath;nv(n,Zy,t);const{pagePath:i}=t;if(i){const t=he(i);t!==r&&function(e,t,n){const o=Gc(he(t));if(o){const{meta:e}=o;delete e.tabBarIndex,e.isQuit=e.isTabBar=!1}const r=Gc(he(n));if(r){const{meta:t}=r;t.tabBarIndex=e,t.isQuit=t.isTabBar=!0;const o=__uniConfig.tabBar;o&&o.list&&o.list[e]&&(o.list[e].pagePath=fe(n))}}(e,r,t)}break;case"setTabBarStyle":nv(o,ev,t);break;case"showTabBarRedDot":nv(o.list[t.index],tv,{badge:"",redDot:!0});break;case"setTabBarBadge":nv(o.list[t.index],tv,{badge:t.text,redDot:!0});break;case"hideTabBarRedDot":case"removeTabBarBadge":nv(o.list[t.index],tv,{badge:"",redDot:!1})}n()}const rv=Pd("removeTabBarBadge",((e,{resolve:t})=>{ov("removeTabBarBadge",e,t)}),0,Wh),iv=Pd("setTabBarBadge",((e,{resolve:t})=>{ov("setTabBarBadge",e,t)}),0,Yh),sv=Su({name:"TabBar",setup(){const e=ln([]),t=dg(),n=Ey(t,(()=>{const e=Cy(t);n.backgroundColor=e.backgroundColor,n.borderStyle=e.borderStyle,n.color=e.color,n.selectedColor=e.selectedColor,n.blurEffect=e.blurEffect,e.list&&e.list.length&&e.list.forEach(((e,t)=>{n.list[t].iconPath=e.iconPath,n.list[t].selectedIconPath=e.selectedIconPath}))}));!function(e,t){function n(){let n=[];n=e.list.filter((e=>!1!==e.visible)),t.value=n}ln(c({type:"midButton"},e.midButton)),oo(n)}(n,e),function(e){io((()=>e.shown),(t=>{Ic({"--window-bottom":vg(t?parseInt(e.height):0)})}))}(n);const o=function(e,t,n){return oo((()=>{const o=e.meta;if(o.isTabBar){const e=o.route,r=n.value.findIndex((t=>t.pagePath===e));t.selectedIndex=r}})),(t,n)=>()=>{const{pagePath:o,text:r}=t;let i=he(o);i===__uniRoutes[0].alias&&(i="/"),e.path!==i?Ty({from:"tabBar",url:i,tabBarText:r}):Hc("onTabItemTap",{index:n,text:r,pagePath:o})}}(Rl(),n,e),{style:r,borderStyle:i,placeholderStyle:s}=function(e){const t=Oi((()=>{let t=e.backgroundColor;const n=e.blurEffect;return t||mg&&n&&"none"!==n&&(t=av[n]),{backgroundColor:t||"#f7f7fa",backdropFilter:"none"!==n?"blur(10px)":n}})),n=Oi((()=>{const{borderStyle:t}=e;return{backgroundColor:lv[t]||t}})),o=Oi((()=>({height:e.height})));return{style:t,borderStyle:n,placeholderStyle:o}}(n);return zo((()=>{n.iconfontSrc&&Ky({family:"UniTabbarIconFont",source:`url("${n.iconfontSrc}")`})})),()=>{const t=function(e,t,n){const{selectedIndex:o,selectedColor:r,color:i}=e;return n.value.map(((n,s)=>{const a=o===s;return function(e,t,n,o,r,i,s,a){return li("div",{key:s,class:"uni-tabbar__item",onClick:a(r,s)},[cv(e,t||"",n,o,r,i)],8,["onClick"])}(a?r:i,a&&n.selectedIconPath||n.iconPath||"",n.iconfont?a&&n.iconfont.selectedText||n.iconfont.text:void 0,n.iconfont?a&&n.iconfont.selectedColor||n.iconfont.color:void 0,n,e,s,t)}))}(n,o,e);return li("uni-tabbar",{class:"uni-tabbar-"+n.position},[li("div",{class:"uni-tabbar",style:r.value},[li("div",{class:"uni-tabbar-border",style:i.value},null,4),t],4),li("div",{class:"uni-placeholder",style:s.value},null,4)],2)}}});const av={dark:"rgb(0, 0, 0, 0.8)",light:"rgb(250, 250, 250, 0.8)",extralight:"rgb(250, 250, 250, 0.8)"},lv={white:"rgba(255, 255, 255, 0.33)",black:"rgba(0, 0, 0, 0.33)"};function cv(e,t,n,o,r,i){const{height:s}=i;return li("div",{class:"uni-tabbar__bd",style:{height:s}},[n?dv(n,o||"rgb(0, 0, 0, 0.8)",r,i):t&&uv(t,r,i),r.text&&hv(e,r,i),r.redDot&&fv(r.badge)],4)}function uv(e,t,n){const{type:o,text:r}=t,{iconWidth:i}=n;return li("div",{class:"uni-tabbar__icon"+(r?" uni-tabbar__icon__diff":""),style:{width:i,height:i}},["midButton"!==o&&li("img",{src:Du(e)},null,8,["src"])],6)}function dv(e,t,n,o){var r;const{type:i,text:s}=n,{iconWidth:a}=o,l="uni-tabbar__icon"+(s?" uni-tabbar__icon__diff":""),c={width:a,height:a},u={fontSize:(null==(r=n.iconfont)?void 0:r.fontSize)||a,color:t};return li("div",{class:l,style:c},["midButton"!==i&&li("div",{class:"uni-tabbar__iconfont",style:u},[e],4)],6)}function hv(e,t,n){const{iconPath:o,text:r}=t,{fontSize:i,spacing:s}=n;return li("div",{class:"uni-tabbar__label",style:{color:e,fontSize:i,lineHeight:o?"normal":1.8,marginTop:o?s:"inherit"}},[r],4)}function fv(e){return li("div",{class:"uni-tabbar__reddot"+(e?" uni-tabbar__badge":"")},[e],2)}const pv=Su({name:"Layout",setup(e,{emit:t}){const n=ln(null);Ac({"--status-bar-height":"0px","--top-window-height":"0px","--window-left":"0px","--window-right":"0px","--window-margin":"0px","--tab-bar-height":"0px"});const o=function(){const e=Rl();return{routeKey:Oi((()=>Cg("/"+e.meta.route,cg()))),isTabBar:Oi((()=>e.meta.isTabBar)),routeCache:Pg}}(),{layoutState:r,windowState:i}=function(){lg();{const e=Ht({marginWidth:0,leftWindowWidth:0,rightWindowWidth:0});return io((()=>e.marginWidth),(e=>Ac({"--window-margin":e+"px"}))),io((()=>e.leftWindowWidth+e.marginWidth),(e=>{Ac({"--window-left":e+"px"})})),io((()=>e.rightWindowWidth+e.marginWidth),(e=>{Ac({"--window-right":e+"px"})})),{layoutState:e,windowState:Oi((()=>({})))}}}();!function(e,t){const n=lg();function o(){const o=document.body.clientWidth,r=wg();let i={};if(r.length>0){i=r[r.length-1].$page.meta}else{const e=Gc(n.path,!0);e&&(i=e.meta)}const s=parseInt(String((h(i,"maxWidth")?i.maxWidth:__uniConfig.globalStyle.maxWidth)||Number.MAX_SAFE_INTEGER));let a=!1;a=o>s,a&&s?(e.marginWidth=(o-s)/2,In((()=>{const e=t.value;e&&e.setAttribute("style","max-width:"+s+"px;margin:0 auto;")}))):(e.marginWidth=0,In((()=>{const e=t.value;e&&e.removeAttribute("style")})))}io([()=>n.path],o),zo((()=>{o(),window.addEventListener("resize",o)}))}(r,n);const s=function(e){const t=lg(),n=dg(),o=Oi((()=>t.meta.isTabBar&&n.shown));return Ac({"--tab-bar-height":n.height}),o}(),a=function(e){const t=ln(!1);return Oi((()=>({"uni-app--showtabbar":e&&e.value,"uni-app--maxwidth":t.value})))}(s);return()=>{const e=function(e,t,n,o,r,i){return function({routeKey:e,isTabBar:t,routeCache:n}){return li(Ml,null,{default:Hn((({Component:o})=>[(Jr(),ti(Oo,{matchBy:"key",cache:n},[(Jr(),ti(Qn(o),{type:t.value?"tabBar":"",key:e.value}))],1032,["cache"]))])),_:1})}(e)}(o),t=function(e){return uo(li(sv,null,null,512),[[Zi,e.value]])}(s);return li("uni-app",{ref:n,class:a.value},[e,t],2)}}});const gv=Pd("scanCode",(mv="scanCode",(e,{reject:t})=>t(function(e){return`method 'uni.${e}' not supported`}(mv))));var mv;function yv(e){return"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!ni(e)}function vv(e){if(e.mode===wv.TIME)return"00:00";if(e.mode===wv.DATE){const t=(new Date).getFullYear()-150;switch(e.fields){case xv.YEAR:return t.toString();case xv.MONTH:return t+"-01";default:return t+"-01-01"}}return""}function _v(e){if(e.mode===wv.TIME)return"23:59";if(e.mode===wv.DATE){const t=(new Date).getFullYear()+150;switch(e.fields){case xv.YEAR:return t.toString();case xv.MONTH:return t+"-12";default:return t+"-12-31"}}return""}function bv(e,t,n,o){const r=e.mode===wv.DATE?"-":":",i=e.mode===wv.DATE?t.dateArray:t.timeArray;let s;if(e.mode===wv.TIME)s=2;else switch(e.fields){case xv.YEAR:s=1;break;case xv.MONTH:s=2;break;default:s=3}const a=String(n).split(r);let l=[];for(let c=0;c=0&&(l=o?bv(e,t,o):l.map((()=>0))),l}const wv={SELECTOR:"selector",MULTISELECTOR:"multiSelector",TIME:"time",DATE:"date"},xv={YEAR:"year",MONTH:"month",DAY:"day"},Tv={PICKER:"picker",SELECT:"select"},Sv=Tu({name:"Picker",compatConfig:{MODE:3},props:{name:{type:String,default:""},range:{type:Array,default:()=>[]},rangeKey:{type:String,default:""},value:{type:[Number,String,Array],default:0},mode:{type:String,default:wv.SELECTOR,validator:e=>Object.values(wv).includes(e)},fields:{type:String,default:""},start:{type:String,default:e=>vv(e)},end:{type:String,default:e=>_v(e)},disabled:{type:[Boolean,String],default:!1},selectorType:{type:String,default:""}},emits:["change","cancel","columnchange"],setup(e,{emit:t,slots:n}){Xl();const{t:o}=ql(),r=ln(null),i=ln(null),s=ln(null),a=ln(null),l=ln(!1),{state:u,rangeArray:d}=function(e){const t=Ht({valueSync:void 0,visible:!1,contentVisible:!1,popover:null,valueChangeSource:"",timeArray:[],dateArray:[],valueArray:[],oldValueArray:[],isDesktop:!1,popupStyle:{content:{},triangle:{}}}),n=Oi((()=>{let n=e.range;switch(e.mode){case wv.SELECTOR:return[n];case wv.MULTISELECTOR:return n;case wv.TIME:return t.timeArray;case wv.DATE:{const n=t.dateArray;switch(e.fields){case xv.YEAR:return[n[0]];case xv.MONTH:return[n[0],n[1]];default:return[n[0],n[1],n[2]]}}}return[]}));return{state:t,rangeArray:n}}(e),h=Cu(r,t),{system:p,selectorTypeComputed:g,_show:m,_l10nColumn:y,_l10nItem:v,_input:_,_fixInputPosition:b,_pickerViewChange:w,_cancel:x,_change:T,_resetFormData:S,_getFormData:k,_createTime:C,_createDate:E,_setValueSync:P}=function(e,t,n,o,r,i,s){const a=function(){const e=ln(!1);return e.value=(()=>0===String(navigator.vendor).indexOf("Apple")&&navigator.maxTouchPoints>0)(),e}(),l=function(){const e=ln("");return e.value=(()=>{if(/win|mac/i.test(navigator.platform)){if("Google Inc."===navigator.vendor)return"chrome";if(/Firefox/.test(navigator.userAgent))return"firefox"}return""})(),e}(),c=Oi((()=>{const t=e.selectorType;return Object.values(Tv).includes(t)?t:a.value?Tv.PICKER:Tv.SELECT})),u=Oi((()=>e.mode===wv.DATE&&!Object.values(xv).includes(e.fields)&&t.isDesktop?l.value:"")),d=Oi((()=>bv(e,t,e.start,vv(e)))),h=Oi((()=>bv(e,t,e.end,_v(e))));function p(n){if(e.disabled)return;t.valueChangeSource="";let o=r.value,i=n.currentTarget;o.remove(),(document.querySelector("uni-app")||document.body).appendChild(o),o.style.display="block";const s=i.getBoundingClientRect();t.popover={top:s.top,left:s.left,width:s.width,height:s.height},setTimeout((()=>{t.visible=!0}),20)}function g(){return{value:t.valueSync,key:e.name}}function m(){switch(e.mode){case wv.SELECTOR:t.valueSync=0;break;case wv.MULTISELECTOR:t.valueSync=e.value.map((e=>0));break;case wv.DATE:case wv.TIME:t.valueSync=""}}function y(){let e=[],n=[];for(let t=0;t<24;t++)e.push((t<10?"0":"")+t);for(let t=0;t<60;t++)n.push((t<10?"0":"")+t);t.timeArray.push(e,n)}function v(){let t=(new Date).getFullYear(),n=t-150,o=t+150;if(e.start){const t=new Date(e.start).getFullYear();!isNaN(t)&&to&&(o=t)}return{start:n,end:o}}function _(){let e=[];const n=v();for(let t=n.start,i=n.end;t<=i;t++)e.push(String(t));let o=[];for(let t=1;t<=12;t++)o.push((t<10?"0":"")+t);let r=[];for(let t=1;t<=31;t++)r.push((t<10?"0":"")+t);t.dateArray.push(e,o,r)}function b(e){return 60*e[0]+e[1]}function w(e){const t=31;return e[0]*t*12+(e[1]||0)*t+(e[2]||0)}function x(e,t){for(let n=0;na?0:s)}}break;case wv.TIME:case wv.DATE:t.valueSync=String(n);break;default:{const e=Number(n);t.valueSync=e<0?0:e;break}}}function S(){let n,o=t.valueSync;switch(e.mode){case wv.MULTISELECTOR:n=[...o];break;case wv.TIME:n=bv(e,t,o,me({mode:wv.TIME}));break;case wv.DATE:n=bv(e,t,o,me({mode:wv.DATE}));break;default:n=[o]}t.oldValueArray=[...n],t.valueArray=[...n]}function k(){let n=t.valueArray;switch(e.mode){case wv.SELECTOR:return n[0];case wv.MULTISELECTOR:return n.map((e=>e));case wv.TIME:return t.valueArray.map(((e,n)=>t.timeArray[n][e])).join(":");case wv.DATE:return t.valueArray.map(((e,n)=>t.dateArray[n][e])).join("-")}}function C(){P(),t.valueChangeSource="click";const e=k();t.valueSync=f(e)?e.map((e=>e)):e,n("change",{},{value:e})}function E(e){if("firefox"===u.value&&e){const{top:n,left:o,width:r,height:i}=t.popover,{pageX:s,pageY:a}=e;if(s>o&&sn&&a{let e=r.value;e.remove(),o.value.prepend(e),e.style.display="none"}),260)}function A(){e.mode===wv.SELECTOR&&c.value===Tv.SELECT&&(i.value.scrollTop=34*t.valueArray[0])}function I(e){const n=e.target;t.valueSync=n.value,In((()=>{C()}))}function O(e){if("chrome"===u.value){const t=o.value.getBoundingClientRect(),n=32;s.value.style.left=e.clientX-t.left-1.5*n+"px",s.value.style.top=e.clientY-t.top-.5*n+"px"}}function L(e){t.valueArray=M(e.detail.value,!0)}function M(t,n){const{getLocale:o}=ql();if(e.mode===wv.DATE){const r=o();if(!r.startsWith("zh"))switch(e.fields){case xv.YEAR:return t;case xv.MONTH:return[t[1],t[0]];default:switch(r){case"es":case"fr":return[t[2],t[1],t[0]];default:return n?[t[2],t[0],t[1]]:[t[1],t[2],t[0]]}}}return t}function $(t,n){const{getLocale:o}=ql();if(e.mode===wv.DATE){const r=o();if(r.startsWith("zh")){return t+["年","月","日"][n]}if(e.fields!==xv.YEAR&&n===(e.fields===xv.MONTH||"es"!==r&&"fr"!==r?0:1)){let e;switch(r){case"es":e=["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"];break;case"fr":e=["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"];break;default:e=["January","February","March","April","May","June","July","August","September","October","November","December"]}return e[Number(t)-1]}}return t}return io((()=>t.visible),(e=>{e?(clearTimeout(kv),t.contentVisible=e,A()):kv=setTimeout((()=>{t.contentVisible=e}),300)})),io([()=>e.mode,()=>e.value,()=>e.range],T,{deep:!0}),io((()=>t.valueSync),S,{deep:!0}),io((()=>t.valueArray),(o=>{if(e.mode===wv.TIME||e.mode===wv.DATE){const n=e.mode===wv.TIME?b:w,o=t.valueArray,r=d.value,i=h.value;if(e.mode===wv.DATE){const e=t.dateArray,n=e[2].length,r=Number(e[2][o[2]])||1,i=new Date(`${e[0][o[0]]}/${e[1][o[1]]}/${r}`).getDate();in(i)&&x(o,i)}o.forEach(((o,r)=>{o!==t.oldValueArray[r]&&(t.oldValueArray[r]=o,e.mode===wv.MULTISELECTOR&&n("columnchange",{},{column:r,value:o}))}))})),{selectorTypeComputed:c,system:u,_show:p,_cancel:E,_change:C,_l10nColumn:M,_l10nItem:$,_input:I,_resetFormData:m,_getFormData:g,_createTime:y,_createDate:_,_setValueSync:T,_fixInputPosition:O,_pickerViewChange:L}}(e,u,h,r,i,s,a);!function(e,t,n){const{key:o,disable:r}=Wm();oo((()=>{r.value=!e.visible})),io(o,(e=>{"esc"===e?t():"enter"===e&&n()}))}(u,x,T),function(e,t){const n=Sr(Iu,!1);if(n){const o={reset:e,submit:()=>{const e=["",null],{key:n,value:o}=t();return""!==n&&(e[0]=n,e[1]=o),e}};n.addField(o),Yo((()=>{n.removeField(o)}))}}(S,k),C(),E(),P();const A=function(e){const t=ln(0),n=ln(0),o=Oi((()=>t.value>=500&&n.value>=500)),r=Oi((()=>{const t={content:{transform:"",left:"",top:"",bottom:""},triangle:{left:"",top:"",bottom:"","border-width":"","border-color":""}},r=t.content,i=t.triangle,s=e.popover;function a(e){return Number(e)||0}if(o.value&&s){c(i,{position:"absolute",width:"0",height:"0","margin-left":"-6px","border-style":"solid"});const e=a(s.left),t=a(s.width),o=a(s.top),l=a(s.height),u=e+t/2;r.transform="none !important";const d=Math.max(0,u-150);r.left=`${d}px`;let h=Math.max(12,u-d);h=Math.min(288,h),i.left=`${h}px`;const f=n.value/2;o+l-f>f-o?(r.top="auto",r.bottom=n.value-o+6+"px",i.bottom="-6px",i["border-width"]="6px 6px 0 6px",i["border-color"]="#fcfcfd transparent transparent transparent"):(r.top=`${o+l+6}px`,i.top="-6px",i["border-width"]="0 6px 6px 6px",i["border-color"]="transparent transparent #fcfcfd transparent")}return t}));return zo((()=>{const e=()=>{const{windowWidth:e,windowHeight:o,windowTop:r}=Pm();t.value=e,n.value=o+(r||0)};window.addEventListener("resize",e),e(),Xo((()=>{window.removeEventListener("resize",e)}))})),{isDesktop:o,popupStyle:r}}(u);return oo((()=>{u.isDesktop=A.isDesktop.value,u.popupStyle=A.popupStyle.value})),Yo((()=>{i.value&&i.value.remove()})),zo((()=>{l.value=!0})),()=>{let t;const{visible:c,contentVisible:h,valueArray:f,popupStyle:S,valueSync:k}=u,{rangeKey:C,mode:E,start:P,end:A}=e,I=Au(e,"disabled");return li("uni-picker",gi({ref:r},I,{onClick:ku(m)}),[l.value?li("div",{ref:i,class:["uni-picker-container",`uni-${E}-${g.value}`],onWheel:Sc,onTouchmove:Sc},[li(Fi,{name:"uni-fade"},{default:()=>[uo(li("div",{class:"uni-mask uni-picker-mask",onClick:ku(x),onMousemove:b},null,40,["onClick","onMousemove"]),[[Zi,c]])]}),p.value?null:li("div",{class:[{"uni-picker-toggle":c},"uni-picker-custom"],style:S.content},[li("div",{class:"uni-picker-header",onClick:kc},[li("div",{class:"uni-picker-action uni-picker-action-cancel",onClick:ku(x)},[o("uni.picker.cancel")],8,["onClick"]),li("div",{class:"uni-picker-action uni-picker-action-confirm",onClick:T},[o("uni.picker.done")],8,["onClick"])],8,["onClick"]),h?li(fp,{value:y(f),class:"uni-picker-content",onChange:w},yv(t=Zo(y(d.value),((e,t)=>{let n;return li(wp,{key:t},yv(n=Zo(e,((e,n)=>li("div",{key:n,class:"uni-picker-item"},["object"==typeof e?e[C]||"":v(e,t)]))))?n:{default:()=>[n],_:1})})))?t:{default:()=>[t],_:1},8,["value","onChange"]):null,li("div",{ref:s,class:"uni-picker-select",onWheel:kc,onTouchmove:kc},[Zo(d.value[0],((e,t)=>li("div",{key:t,class:["uni-picker-item",{selected:f[0]===t}],onClick:()=>{f[0]=t,T()}},["object"==typeof e?e[C]||"":e],10,["onClick"])))],40,["onWheel","onTouchmove"]),li("div",{style:S.triangle},null,4)],6)],40,["onWheel","onTouchmove"]):null,li("div",null,[n.default&&n.default()]),p.value?li("div",{class:"uni-picker-system",onMousemove:ku(b)},[li("input",{class:["uni-picker-system_input",p.value],ref:a,value:k,type:E,tabindex:"-1",min:P,max:A,onChange:e=>{_(e),kc(e)}},null,42,["value","type","min","max","onChange"])],40,["onMousemove"]):null],16,["onClick"])}}});let kv;const Cv=c(nc,{publishHandler(e,t,n){Ev.subscribeHandler(e,t,n)}}),Ev=c(uu,{publishHandler(e,t,n){Cv.subscribeHandler(e,t,n)}}),Pv=Su({name:"PageHead",setup(){const e=ln(null),t=sg(),n=Ey(t.navigationBar,(()=>{const e=Cy(t.navigationBar);n.backgroundColor=e.backgroundColor,n.titleColor=e.titleColor})),{clazz:o,style:r}=function(e){const t=Oi((()=>{const{type:t,titlePenetrate:n,shadowColorType:o}=e,r={"uni-page-head":!0,"uni-page-head-transparent":"transparent"===t,"uni-page-head-titlePenetrate":"YES"===n,"uni-page-head-shadow":!!o};return o&&(r[`uni-page-head-shadow-${o}`]=!0),r})),n=Oi((()=>({backgroundColor:e.backgroundColor,color:e.titleColor,transitionDuration:e.duration,transitionTimingFunction:e.timingFunc})));return{clazz:t,style:n}}(n);return()=>{const i=function(e,t){if(!t)return li("div",{class:"uni-page-head-btn",onClick:Iv},[Bc(Dc,"transparent"===e.type?"#fff":e.titleColor,26)],8,["onClick"])}(n,t.isQuit),s=n.type||"default",a="transparent"!==s&&"float"!==s&&li("div",{class:{"uni-placeholder":!0,"uni-placeholder-titlePenetrate":n.titlePenetrate}},null,2);return li("uni-page-head",{"uni-page-head-type":s},[li("div",{ref:e,class:o.value,style:r.value},[li("div",{class:"uni-page-head-hd"},[i]),Av(n),li("div",{class:"uni-page-head-ft"},[])],6),a],8,["uni-page-head-type"])}}});function Av(e,t){return function({type:e,loading:t,titleSize:n,titleText:o,titleImage:r}){return li("div",{class:"uni-page-head-bd"},[li("div",{style:{fontSize:n,opacity:"transparent"===e?0:1},class:"uni-page-head__title"},[t?li("i",{class:"uni-loading"},null):r?li("img",{src:r,class:"uni-page-head__title_image"},null,8,["src"]):o],4)])}(e)}function Iv(){1===wg().length?wy({url:"/"}):yy({from:"backbutton",success(){}})}const Ov={name:"PageRefresh",setup(){const{pullToRefresh:e}=sg();return{offset:e.offset,color:e.color}}},Lv=(e,t)=>{const n=e.__vccOpts||e;for(const[o,r]of t)n[o]=r;return n},Mv={class:"uni-page-refresh-inner"},$v=["fill"],Rv=[ai("path",{d:"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"},null,-1),ai("path",{d:"M0 0h24v24H0z",fill:"none"},null,-1)],Dv={class:"uni-page-refresh__spinner",width:"24",height:"24",viewBox:"25 25 50 50"},Bv=["stroke"];const Nv=Lv(Ov,[["render",function(e,t,n,o,r,i){return Jr(),ei("uni-page-refresh",null,[ai("div",{style:ce({"margin-top":o.offset+"px"}),class:"uni-page-refresh"},[ai("div",Mv,[(Jr(),ei("svg",{fill:o.color,class:"uni-page-refresh__icon",width:"24",height:"24",viewBox:"0 0 24 24"},Rv,8,$v)),(Jr(),ei("svg",Dv,[ai("circle",{stroke:o.color,class:"uni-page-refresh__path",cx:"50",cy:"50",r:"20",fill:"none","stroke-width":"4","stroke-miterlimit":"10"},null,8,Bv)]))])],4)])}]]);function Fv(e,t,n){const o=Array.prototype.slice.call(e.changedTouches).filter((e=>e.identifier===t))[0];return!!o&&(e.deltaY=o.pageY-n,!0)}const jv="aborting",qv="refreshing",Uv="restoring";function Vv(e){const t=sg(),{id:n,pullToRefresh:o}=t,{range:r,height:i}=o;let s,a,l,c,u,d,h,f;Kp((()=>{t.enablePullDownRefresh&&(f||(f=qv,y(),setTimeout((()=>{x()}),50)))}),"startPullDownRefresh",!1,n),Kp((()=>{t.enablePullDownRefresh&&f===qv&&(v(),f=Uv,y(),function(e){if(!a)return;l.transition="-webkit-transform 0.3s",l.transform+=" scale(0.01)";const t=function(){n&&clearTimeout(n),a.removeEventListener("webkitTransitionEnd",t),l.transition="",l.transform="translate3d(-50%, 0, 0)",e()};a.addEventListener("webkitTransitionEnd",t);const n=setTimeout(t,350)}((()=>{v(),f=p=g=null})))}),"stopPullDownRefresh",!1,n),zo((()=>{s=e.value.$el,a=s.querySelector(".uni-page-refresh"),l=a.style,c=a.querySelector(".uni-page-refresh-inner").style}));let p=null,g=null;function m(e){f&&s&&s.classList[e]("uni-page-refresh--"+f)}function y(){m("add")}function v(){m("remove")}const _=ku((e=>{if(!t.enablePullDownRefresh)return;const n=e.changedTouches[0];u=n.identifier,d=n.pageY,h=!([jv,qv,Uv].indexOf(f)>=0)})),b=ku((e=>{if(!t.enablePullDownRefresh)return;if(!h)return;if(!Fv(e,u,d))return;let{deltaY:n}=e;if(0!==(document.documentElement.scrollTop||document.body.scrollTop))return void(u=null);if(n<0&&!f)return;e.preventDefault(),null===p&&(g=n,f="pulling",y()),n-=g,n<0&&(n=0),p=n;(n>=r&&"reached"!==f||n1?t=1:t*=t*t;const n=Math.round(e/(r/i))||0;c.transform="rotate("+360*t+"deg)",l.clip="rect("+(45-n)+"px,45px,45px,-5px)",l.transform="translate3d(-50%, "+n+"px, 0)"}(n)})),w=ku((e=>{t.enablePullDownRefresh&&Fv(e,u,d)&&null!==f&&("pulling"===f?(v(),f=jv,y(),function(e){if(!a)return;if(l.transform){l.transition="-webkit-transform 0.3s",l.transform="translate3d(-50%, 0, 0)";const t=function(){n&&clearTimeout(n),a.removeEventListener("webkitTransitionEnd",t),l.transition="",e()};a.addEventListener("webkitTransitionEnd",t);const n=setTimeout(t,350)}else e()}((()=>{v(),f=p=g=null}))):"reached"===f&&(v(),f=qv,y(),x()))}));function x(){a&&(l.transition="-webkit-transform 0.2s",l.transform="translate3d(-50%, "+i+"px, 0)",Hc(n,"onPullDownRefresh"))}return{onTouchstartPassive:_,onTouchmove:b,onTouchend:w,onTouchcancel:w}}const zv=Su({name:"PageBody",setup(e,t){const n=sg(),o=ln(null),r=n.enablePullDownRefresh?Vv(o):null,i=ln(null);return io((()=>n.enablePullDownRefresh),(()=>{i.value=n.enablePullDownRefresh?r:null}),{immediate:!0}),()=>{const e=function(e,t){if(!t.enablePullDownRefresh)return null;return li(Nv,{ref:e},null,512)}(o,n);return li(zr,null,[e,li("uni-page-wrapper",i.value,[li("uni-page-body",null,[er(t.slots,"default")])],16)])}}});const Hv=Su({name:"Page",setup(e,t){const n=ag(cg()),o=n.navigationBar,r={};return Jy(n),()=>li("uni-page",{"data-page":n.route,style:r},"custom"!==o.style?[li(Pv),Wv(t)]:[Wv(t)])}});function Wv(e){return Jr(),ti(zv,{key:0},{default:Hn((()=>[er(e.slots,"page")])),_:3})}const Yv={loading:"AsyncLoading",error:"AsyncError",delay:200,timeout:6e4,suspensible:!0};window.uni={},window.wx={},window.rpx2px=Bd;const Xv=Object.assign({}),Kv=Object.assign;window.__uniConfig=Kv({tabBar:{position:"bottom",color:"#333333",selectedColor:"#01508B",borderStyle:"black",blurEffect:"none",fontSize:"10px",iconWidth:"24px",spacing:"3px",height:"50px",backgroundColor:"#FFFFFF",list:[{text:"首页",pagePath:"pages/tab/index",iconPath:"/static/tab/index1.png",selectedIconPath:"/static/tab/index2.png"},{text:"任务",pagePath:"pages/task/todotask",iconPath:"/static/tab/office1.png",selectedIconPath:"/static/tab/office2.png"},{text:"办公",pagePath:"pages/tab/office",iconPath:"/static/tab/product1.png",selectedIconPath:"/static/tab/product2.png"},{text:"我的",pagePath:"pages/tab/my",iconPath:"/static/tab/user1.png",selectedIconPath:"/static/tab/user2.png"}],selectedIndex:0,shown:!0},globalStyle:{navigationBar:{type:"default",backgroundImage:"linear-gradient(to left , #256FBC, #044D87)"},isNVue:!1},uniIdRouter:{},compilerVersion:"4.15"},{appId:"__UNI__9F097F0",appName:"数智产销",appVersion:"1.0.0",appVersionCode:20241024,async:Yv,debug:!1,networkTimeout:{request:6e4,connectSocket:6e4,uploadFile:6e4,downloadFile:6e4},sdkConfigs:{},qqMapKey:void 0,bMapKey:void 0,googleMapKey:void 0,aMapKey:void 0,aMapSecurityJsCode:void 0,aMapServiceHost:void 0,nvue:{"flex-direction":"column"},locale:"",fallbackLocale:"",locales:Object.keys(Xv).reduce(((e,t)=>{const n=t.replace(/\.\/locale\/(uni-app.)?(.*).json/,"$2");return Kv(e[n]||(e[n]={}),Xv[t].default),e}),{}),router:{mode:"hash",base:"/",assets:"assets",routerBase:"/"},darkmode:!1,themeConfig:{}}),window.__uniLayout=window.__uniLayout||{};const Jv={delay:Yv.delay,timeout:Yv.timeout,suspensible:Yv.suspensible};Yv.loading&&(Jv.loadingComponent={name:"SystemAsyncLoading",render:()=>li(Jn(Yv.loading))}),Yv.error&&(Jv.errorComponent={name:"SystemAsyncError",render:()=>li(Jn(Yv.error))});const Gv=()=>t((()=>import("./pages-login-login.BNhTzXgq.js")),__vite__mapDeps([0,1,2,3,4,5])).then((e=>Kg(e.default||e))),Qv=Co(Kv({loader:Gv},Jv)),Zv=()=>t((()=>import("./pages-tab-index.DER3nP2q.js")),__vite__mapDeps([6,7,8,9,10])).then((e=>Kg(e.default||e))),e_=Co(Kv({loader:Zv},Jv)),t_=()=>t((()=>import("./pages-task-todotask.CIthLexT.js")),__vite__mapDeps([11,12])).then((e=>Kg(e.default||e))),n_=Co(Kv({loader:t_},Jv)),o_=()=>t((()=>import("./pages-tab-office.D9QLcaJb.js")),__vite__mapDeps([13,14])).then((e=>Kg(e.default||e))),r_=Co(Kv({loader:o_},Jv)),i_=()=>t((()=>import("./pages-tab-my.k79wZG1d.js")),__vite__mapDeps([15,16])).then((e=>Kg(e.default||e))),s_=Co(Kv({loader:i_},Jv)),a_=()=>t((()=>import("./pages-task-index.DSY475P0.js")),__vite__mapDeps([17,18,19,20])).then((e=>Kg(e.default||e))),l_=Co(Kv({loader:a_},Jv)),c_=()=>t((()=>import("./pages-task-handle.DRrXjoUu.js")),__vite__mapDeps([21,7,8,22,23,2,1,24,10,25])).then((e=>Kg(e.default||e))),u_=Co(Kv({loader:c_},Jv)),d_=()=>t((()=>import("./pages-talk-message_list.6372c515.js")),__vite__mapDeps([26,27,28])).then((e=>Kg(e.default||e))),h_=Co(Kv({loader:d_},Jv)),f_=()=>t((()=>import("./pages-talk-conversation.D7byETr5.js")),__vite__mapDeps([29,27,30])).then((e=>Kg(e.default||e))),p_=Co(Kv({loader:f_},Jv)),g_=()=>t((()=>import("./pages-talk-system.B_tX-kaZ.js")),__vite__mapDeps([31,27,32])).then((e=>Kg(e.default||e))),m_=Co(Kv({loader:g_},Jv)),y_=()=>t((()=>import("./pages-document-index.BrkzKRzt.js")),__vite__mapDeps([33,7,8,34,24,10,35])).then((e=>Kg(e.default||e))),v_=Co(Kv({loader:y_},Jv)),__=()=>t((()=>import("./pages-document-detail.C4cITdx4.js")),__vite__mapDeps([36,37])).then((e=>Kg(e.default||e))),b_=Co(Kv({loader:__},Jv)),w_=()=>t((()=>import("./pages-document-onlinePreview.BK6fgFt2.js")),__vite__mapDeps([38,3,4])).then((e=>Kg(e.default||e))),x_=Co(Kv({loader:w_},Jv)),T_=()=>t((()=>import("./pages-meeting-index.0wqQuLEo.js")),__vite__mapDeps([39,7,8,34,24,10,40])).then((e=>Kg(e.default||e))),S_=Co(Kv({loader:T_},Jv)),k_=()=>t((()=>import("./pages-meeting-detail.DGz5jZIy.js")),__vite__mapDeps([41,42])).then((e=>Kg(e.default||e))),C_=Co(Kv({loader:k_},Jv)),E_=()=>t((()=>import("./pages-leave-application.C9H4Fv9s.js")),__vite__mapDeps([43,7,8,22,23,44])).then((e=>Kg(e.default||e))),P_=Co(Kv({loader:E_},Jv)),A_=()=>t((()=>import("./pages-checkin-index.CeZ1Xtbt.js")),__vite__mapDeps([45,7,8,24,10,46])).then((e=>Kg(e.default||e))),I_=Co(Kv({loader:A_},Jv)),O_=()=>t((()=>import("./pages-useredit-useredit.qCxKV7Zu.js")),__vite__mapDeps([47,7,8,48])).then((e=>Kg(e.default||e))),L_=Co(Kv({loader:O_},Jv)),M_=()=>t((()=>import("./pages-useredit-address.BVvsxXls.js")),__vite__mapDeps([49,1,50])).then((e=>Kg(e.default||e))),$_=Co(Kv({loader:M_},Jv)),R_=()=>t((()=>import("./pages-useredit-add_address.CJr6IdFt.js")),__vite__mapDeps([51,2,52])).then((e=>Kg(e.default||e))),D_=Co(Kv({loader:R_},Jv)),B_=()=>t((()=>import("./pages-useredit-addressbook.D0ON0YPy.js")),__vite__mapDeps([53,54])).then((e=>Kg(e.default||e))),N_=Co(Kv({loader:B_},Jv)),F_=()=>t((()=>import("./pages-safe-manage.BYoMAgLM.js")),__vite__mapDeps([55,7,8,34,56,57,24,10,58])).then((e=>Kg(e.default||e))),j_=Co(Kv({loader:F_},Jv)),q_=()=>t((()=>import("./pages-product-index.DCow2AxC.js")),__vite__mapDeps([59,7,8,60])).then((e=>Kg(e.default||e))),U_=Co(Kv({loader:q_},Jv)),V_=()=>t((()=>import("./pages-userlist-index.D43mOlR8.js")),__vite__mapDeps([61,7,8,2,1,62])).then((e=>Kg(e.default||e))),z_=Co(Kv({loader:V_},Jv)),H_=()=>t((()=>import("./pages-safe-detail.GFg-POZa.js")),__vite__mapDeps([63,56,57,64])).then((e=>Kg(e.default||e))),W_=Co(Kv({loader:H_},Jv)),Y_=()=>t((()=>import("./pages-zhiban-index.B6INNCuV.js")),__vite__mapDeps([65,4,66])).then((e=>Kg(e.default||e))),X_=Co(Kv({loader:Y_},Jv)),K_=()=>t((()=>import("./pages-task-self.D_tFmaNB.js")),__vite__mapDeps([67,18,19])).then((e=>Kg(e.default||e))),J_=Co(Kv({loader:K_},Jv));function G_(e,t){return Jr(),ti(Hv,null,{page:Hn((()=>[li(e,Kv({},t,{ref:"page"}),null,512)])),_:1})}window.__uniRoutes=[{path:"/",alias:"/pages/login/login",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(Qv,t)}},loader:Gv,meta:{isQuit:!0,isEntry:!0,navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/tab/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(e_,t)}},loader:Zv,meta:{isQuit:!0,isTabBar:!0,tabBarIndex:0,enablePullDownRefresh:!0,navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/task/todotask",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(n_,t)}},loader:t_,meta:{isQuit:!0,isTabBar:!0,tabBarIndex:1,enablePullDownRefresh:!0,navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/tab/office",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(r_,t)}},loader:o_,meta:{isQuit:!0,isTabBar:!0,tabBarIndex:2,navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/tab/my",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(s_,t)}},loader:i_,meta:{isQuit:!0,isTabBar:!0,tabBarIndex:3,navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/task/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(l_,t)}},loader:a_,meta:{enablePullDownRefresh:!0,navigationBar:{type:"default",titleText:"我的任务",titleColor:"#fff"},isNVue:!1}},{path:"/pages/task/handle",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(u_,t)}},loader:c_,meta:{navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/talk/message_list",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(h_,t)}},loader:d_,meta:{enablePullDownRefresh:!0,navigationBar:{titleText:"消息",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/talk/conversation",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(p_,t)}},loader:f_,meta:{enablePullDownRefresh:!0,navigationBar:{titleText:"昵称",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/talk/system",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(m_,t)}},loader:g_,meta:{enablePullDownRefresh:!0,navigationBar:{titleText:"系统通知",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/document/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(v_,t)}},loader:y_,meta:{enablePullDownRefresh:!0,navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/document/detail",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(b_,t)}},loader:__,meta:{navigationBar:{titleText:"详情",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/document/onlinePreview",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(x_,t)}},loader:w_,meta:{navigationBar:{titleText:"在线预览",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/meeting/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(S_,t)}},loader:T_,meta:{navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/meeting/detail",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(C_,t)}},loader:k_,meta:{enablePullDownRefresh:!1,navigationBar:{titleText:"详情",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/leave/application",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(P_,t)}},loader:E_,meta:{enablePullDownRefresh:!1,navigationBar:{titleText:"请假申请",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/checkin/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(I_,t)}},loader:A_,meta:{navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/useredit/useredit",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(L_,t)}},loader:O_,meta:{navigationBar:{titleText:"资料编辑",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/useredit/address",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_($_,t)}},loader:M_,meta:{enablePullDownRefresh:!1,navigationBar:{titleText:"地址",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/useredit/add_address",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(D_,t)}},loader:R_,meta:{enablePullDownRefresh:!1,navigationBar:{titleText:"添加地址",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/useredit/addressbook",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(N_,t)}},loader:B_,meta:{enablePullDownRefresh:!1,navigationBar:{titleText:"通讯录",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/safe/manage",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(j_,t)}},loader:F_,meta:{navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/product/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(U_,t)}},loader:q_,meta:{enablePullDownRefresh:!1,navigationBar:{titleText:"生产数据",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/userlist/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(z_,t)}},loader:V_,meta:{navigationBar:{titleText:"",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/safe/detail",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(W_,t)}},loader:H_,meta:{navigationBar:{style:"custom",type:"default"},isNVue:!1}},{path:"/pages/zhiban/index",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(X_,t)}},loader:Y_,meta:{navigationBar:{titleText:"值班信息",type:"default",titleColor:"#ffffff"},isNVue:!1}},{path:"/pages/task/self",component:{setup(){const e=Hg(),t=e&&e.$route&&e.$route.query||{};return()=>G_(J_,t)}},loader:K_,meta:{navigationBar:{titleText:"本人发起",type:"default",titleColor:"#ffffff"},isNVue:!1}}].map((e=>(e.meta.route=(e.alias||e.path).slice(1),e)));
+/*!
+ * pinia v2.1.7
+ * (c) 2023 Eduardo San Martin Morote
+ * @license MIT
+ */
+let Q_;const Z_=e=>Q_=e,eb=Symbol();function tb(e){return e&&"object"==typeof e&&"[object Object]"===Object.prototype.toString.call(e)&&"function"!=typeof e.toJSON}var nb,ob;(ob=nb||(nb={})).direct="direct",ob.patchObject="patch object",ob.patchFunction="patch function";const rb=()=>{};function ib(e,t,n,o=rb){e.push(t);const r=()=>{const n=e.indexOf(t);n>-1&&(e.splice(n,1),o())};var i;return!n&&qe()&&(i=r,Be&&Be.cleanups.push(i)),r}function sb(e,...t){e.slice().forEach((e=>{e(...t)}))}const ab=e=>e();function lb(e,t){e instanceof Map&&t instanceof Map&&t.forEach(((t,n)=>e.set(n,t))),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const o=t[n],r=e[n];tb(r)&&tb(o)&&e.hasOwnProperty(n)&&!an(o)&&!Kt(o)?e[n]=lb(r,o):e[n]=o}return e}const cb=Symbol();const{assign:ub}=Object;function db(e,t,n={},o,r,i){let s;const a=ub({actions:{}},n),l={deep:!0};let c,u,d,h=[],f=[];const p=o.state.value[e];let g;function m(t){let n;c=u=!1,"function"==typeof t?(t(o.state.value[e]),n={type:nb.patchFunction,storeId:e,events:d}):(lb(o.state.value[e],t),n={type:nb.patchObject,payload:t,storeId:e,events:d});const r=g=Symbol();In().then((()=>{g===r&&(c=!0)})),u=!0,sb(h,n,o.state.value[e])}i||p||(o.state.value[e]={}),ln({});const y=i?function(){const{state:e}=n,t=e?e():{};this.$patch((e=>{ub(e,t)}))}:rb;function v(t,n){return function(){Z_(o);const r=Array.from(arguments),i=[],s=[];function a(e){i.push(e)}function l(e){s.push(e)}let c;sb(f,{args:r,name:t,store:_,after:a,onError:l});try{c=n.apply(this&&this.$id===e?this:_,r)}catch(u){throw sb(s,u),u}return c instanceof Promise?c.then((e=>(sb(i,e),e))).catch((e=>(sb(s,e),Promise.reject(e)))):(sb(i,c),c)}}const _=Ht({_p:o,$id:e,$onAction:ib.bind(null,f),$patch:m,$reset:y,$subscribe(t,n={}){const r=ib(h,t,n.detached,(()=>i())),i=s.run((()=>io((()=>o.state.value[e]),(o=>{("sync"===n.flush?u:c)&&t({storeId:e,type:nb.direct,events:d},o)}),ub({},l,n))));return r},$dispose:function(){s.stop(),h=[],f=[],o._s.delete(e)}});o._s.set(e,_);const b=(o._a&&o._a.runWithContext||ab)((()=>o._e.run((()=>(s=je()).run(t)))));for(const T in b){const t=b[T];if(an(t)&&(!an(x=t)||!x.effect)||Kt(t))i||(!p||tb(w=t)&&w.hasOwnProperty(cb)||(an(t)?t.value=p[T]:lb(t,p[T])),o.state.value[e][T]=t);else if("function"==typeof t){const e=v(T,t);b[T]=e,a.actions[T]=t}}var w,x;return ub(_,b),ub(Zt(_),b),Object.defineProperty(_,"$state",{get:()=>o.state.value[e],set:e=>{m((t=>{ub(t,e)}))}}),o._p.forEach((e=>{ub(_,s.run((()=>e({store:_,app:o._a,pinia:o,options:a}))))})),p&&i&&n.hydrate&&n.hydrate(_.$state,p),c=!0,u=!0,_}function hb(e,t,n){let o,r;const i="function"==typeof t;function s(e,n){(e=e||(!!(_i||Un||xr)?Sr(eb,null):null))&&Z_(e),(e=Q_)._s.has(o)||(i?db(o,t,r,e):function(e,t,n,o){const{state:r,actions:i,getters:s}=t,a=n.state.value[e];let l;l=db(e,(function(){a||(n.state.value[e]=r?r():{});const t=gn(n.state.value[e]);return ub(t,i,Object.keys(s||{}).reduce(((t,o)=>(t[o]=en(Oi((()=>{Z_(n);const t=n._s.get(e);return s[o].call(t,t)}))),t)),{}))}),t,n,0,!0)}(o,r,e));return e._s.get(o)}return"string"==typeof e?(o=e,r=i?n:t):(r=e,o=e.id),s.$id=o,s}let fb=!1;function pb(e){if(fb)return;if(Lm("logintime")&&Lm("logintime")+36e5<=Date.now())return fb=!0,console.log("token超时"),Mm("logintime"),_y({url:"/pages/login/login"}),void(fb=!1);e.url="https://36.112.48.190/jeecg-boot"+e.url;let t=Lm("token")||"";return e.header={"content-type":"application/json;charset=utf-8","X-Access-Token":t},new Promise((function(t,n){cy(e).then((e=>{if(Yy(),e[0])zy({title:"数据获取失败",icon:"none",duration:1500}),t(!1);else{let n=e.data;if(t(n),fb)return;500==n.code&&zy({title:n.message,icon:"none",duration:1500}),510==n.code&&(fb=!0,zy({title:n.message,icon:"none",duration:1500}),Mm("token"),Mm("user"),Mm("role"),_y({url:"/pages/login/login"}),Mm("logintime"),fb=!1)}})).catch((e=>{Yy(),n(e)}))}))}function gb(e){return pb({url:"/act/task/list",method:"get",data:e})}function mb(e){return pb({url:"/act/task/taskHistoryList",method:"get",data:e})}function yb(e){return pb({url:"/act/task/myApplyProcessList",method:"get",data:e})}function vb(e){return pb({url:"/act/task/taskEntrust",method:"put",data:e})}function _b(e){return pb({url:"/process/extActProcessNode/getProcessNodeInfo",method:"get",data:e})}function bb(e){return pb({url:"/process/extActProcessNode/getHisProcessNodeInfo",method:"get",data:e})}function wb(e){return pb({url:"/sys/sysDepart/queryTreeList",method:"get",data:e})}function xb(e){return pb({url:"/sys/user/queryUserByDepId",method:"get",data:e})}function Tb(e){return pb({url:"/cxcoagwfb/cxcOaGwfb/bpmlist",method:"get",data:e})}function Sb(e){return pb({url:"/cxctz/cxcTz/list",method:"get",data:e})}function kb(e){return pb({url:"/zhgl_zbgl/zhglZbglZbb/list",method:"get",data:e})}function Cb(e){return pb({url:"/zhgl_zbgl/zhglZbglZbb/homepageList",method:"get",data:e})}function Eb(e){return pb({url:"/cxcoaflgf/cxcOaFlgf/zslist",method:"get",data:e})}function Pb(e){return pb({url:"/cxcjyglsjzdgl/cxcJyglSjzdgl/zslist",method:"get",data:e})}function Ab(e){return pb({url:"/cxczd/cxcZdgl/list",method:"get",data:e})}function Ib(e){return pb({url:"/zhgl_hygl/zhglHyglHyyc/listbymainid",method:"get",data:e})}function Ob(e){return pb({url:"/sys/user/editApp",method:"PUT",data:e})}function Lb(e){return pb({url:"/process/extActFlowData/getProcessInfo",method:"get",data:e})}function Mb(e){return pb({url:"/act/task/processHistoryList",method:"get",data:e})}function $b(e){return pb({url:"/process/extActProcess/startMutilProcess",method:"post",data:e})}function Rb(e){return pb({url:"/act/task/processComplete",method:"post",data:e})}function Db(e){return pb({url:"/act/task/claim",method:"put",data:e})}function Bb(e){return pb({url:"/act/task/callBackProcess",method:"put",data:e})}function Nb(e){return pb({url:"/act/task/invalidProcess",method:"put",data:e})}function Fb(e){return pb({url:"/sys/category/findtree",method:"get",data:{pid:e}})}function jb(e){return pb({url:"/act/task/getProcessTaskTransInfo",method:"get",data:e})}function qb(e){return pb({url:"/CxcDaping/cxcDaping/list",method:"get",data:e})}const Ub=hb("user",{state:()=>({userinfo:Lm("user")&&JSON.parse(Lm("user"))||{},token:Lm("token")||null,role:Lm("role")||null,allowPage:Lm("allowPage")||null,position:Lm("position")||null,positionSwitch:Lm("positionSwitch")||null,wendu:Lm("wendu")||null,wenduIcon:Lm("wenduIcon")||null,isgray:Lm("isgray")||0}),getters:{},actions:{setUserInfo(e){this.userinfo=e},setToken(e){this.token=e},setRole(e){this.role=e},setPosition(e){this.position=e},setPositionSwitch(e){this.positionSwitch=e},setWeather(e,t){this.wendu=e,this.wenduIcon=t},setAllowPage(e){this.allowPage=e},setIsgray(e){this.isgray=e}}});function Vb(e){return pb({url:"/sys/sinopecLogin",method:"post",data:e})}function zb(e){return pb({url:"/appConnet/app/queryRoleByRoleIds",method:"get",data:e})}function Hb(e){return pb({url:"/sys/permission/getUserPermissionByToken",method:"get",data:e})}const Wb="https://36.112.48.190/jeecg-boot/sys/common/static/",Yb=(e,t,n)=>{zy({title:e,icon:t||"none",duration:n||2e3})},Xb=(e,t)=>{Hb({token:Ub().token,type:"mobile"}).then((n=>{var o;if(n.success){Kb((null==(o=n.result)?void 0:o.menu)||[]).some((t=>-1!==e.indexOf(t)))?t():Yb("无查看权限!")}})).catch((e=>{console.log("err@",e)}))},Kb=(e,t=[])=>e.length?(e.forEach((e=>{e.children&&t.push(...Kb(e.children)),t.push(e.path)})),t):[];const Jb=()=>{let e=new Date;return(new Date).getTime(),`${e.getFullYear()}-${(e.getMonth()+1).toString().padStart(2,0)}-${e.getDate().toString().padStart(2,0)}`},Gb=()=>{const e=Ub();e.positionSwitch?(Yb("定位刷新中"),my({type:"wgs84",success:function(t){cy({url:"http://api.tianditu.gov.cn/geocoder",method:"GET",data:{postStr:JSON.stringify({lon:t.longitude,lat:t.latitude,ver:1}),type:"geocode",tk:"30fe0f0c1b2320e112bde797f3ddaff4"},success:function(n){let o=n.data;if(0==o.status){const n=o.result.addressComponent;let r=n.city?n.city:n.province;Im("position",r),e.setPosition(r),Qb(t.latitude,t.longitude)}else console.log(o.message)},fail:function(e){Yb("获取定位失败")}})}})):(Im("position","濮阳市"),e.setPosition("濮阳市"),Qb())},Qb=(e,t)=>{let n={};Ub().positionSwitch?(n.lat=e,n.lon=t,Zb(n)):(n.q="濮阳市",Zb(n))},Zb=e=>{const t=Ub();cy({url:"https://api.openweathermap.org/data/2.5/weather",method:"GET",data:{...e,appid:"600a60694b0e453dfbaafa862f1d1482",lang:"zh_cn"},success:function(e){Im("wendu",Math.round(e.data.main.temp-273.15)),Im("wenduIcon",e.data.weather[0].icon),t.setWeather(Math.round(e.data.main.temp-273.15),e.data.weather[0].icon)},fail:function(e){Yb("天气获取失败")}})},ew=e=>{fy({url:Wb+e,success:function(e){var t=e.tempFilePath;Rm({filePath:t,showMenu:!0,fail:function(e){Yb(e.errMsg)}})},fail:function(e){console.error("文件下载失败",e)}})},tw=e=>`https://36.112.48.190/jeecg-boot/sys/common/static//${e}`,nw="https://36.112.48.190/jeecg-boot/sys/common/static/",ow=hb("updateApp",(()=>{const e=Ht({force:!1,hasNew:!1,content:"",url:"",wgtUrl:""}),t=Pm();return{checkAppUpdate:function(n=!1){try{pb({url:"/sys/common/upDateApp",method:"get",data:o}).then((async n=>{let{result:o}=n;o.apkUrl=nw+o.apkUrl,o.wgtUrl=nw+o.wgtUrl,e.wgtUrl=o.wgtUrl,"android"===t.osName?e.apkUrl=o.apkUrl:e.url="itms-apps://itunes.apple.com/cn/app/id123456?mt=8",e.hasNew&&$y({title:"更新",content:"发现新版本,请更新",success(e){e.confirm?o.update:plus.runtime.quit()}})}))}catch(r){e.hasNew=!1}var o},...gn(e),systemInfo:t}}));function rw(e,t){return"string"==typeof e?t:e}const iw=e=>(t,n=bi())=>{!Ci&&qo(e,t,n)},sw=iw("onShow"),aw=iw("onLaunch"),lw=iw("onLoad"),cw=iw("onReachBottom"),uw=iw("onPullDownRefresh"),dw={__name:"App",setup(e){aw((()=>{ow().checkAppUpdate(),Gb()})),sw((()=>{t()}));const t=()=>{var e;(e={id:"1827997127165677570"},pb({url:"/CxcJurisdiction/cxcJurisdiction/queryById",method:"get",data:e})).then((e=>{if(console.log(e),e.success){const t=Ub();Im("isgray",e.result.value),t.setIsgray(e.result.value)}}))};return()=>{}}};Xg(dw,{init:Wg,setup(e){const t=lg(),n=()=>{var n;n=e,Object.keys(ah).forEach((e=>{ah[e].forEach((t=>{qo(e,t,n)}))}));const{onLaunch:o,onShow:r,onPageNotFound:i,onError:s}=e,a=function({path:e,query:t}){return c(Zh,{path:e,query:t}),c(ef,Zh),c({},Zh)}({path:t.path.slice(1)||__uniRoutes[0].meta.route,query:Se(t.query)});if(o&&R(o,a),r&&R(r,a),!t.matched.length){const e={notFound:!0,openType:"appLaunch",path:t.path,query:{},scene:1001};i&&R(i,e)}s&&(e.appContext.config.errorHandler=e=>{R(s,e)})};return Sr(wl).isReady().then(n),zo((()=>{window.addEventListener("resize",Ee(Jg,50,{setTimeout:setTimeout,clearTimeout:clearTimeout})),window.addEventListener("message",Gg),document.addEventListener("visibilitychange",Qg),function(){let e=null;try{e=window.matchMedia("(prefers-color-scheme: dark)")}catch(t){}if(e){let t=e=>{Ev.emit("onThemeChange",{theme:e.matches?"dark":"light"})};e.addEventListener?e.addEventListener("change",t):e.addListener(t)}}()})),t.query},before(e){e.mpType="app";const{setup:t}=e,n=()=>(Jr(),ti(pv));e.setup=(e,o)=>{const r=t&&t(e,o);return y(r)?n:r},e.render=n}});const hw={pages:[{path:"pages/login/login",style:{navigationStyle:"custom"}},{path:"pages/tab/index",style:{navigationStyle:"custom",enablePullDownRefresh:!0}},{path:"pages/task/todotask",style:{navigationStyle:"custom",enablePullDownRefresh:!0}},{path:"pages/tab/office",style:{navigationStyle:"custom"}},{path:"pages/tab/my",style:{navigationStyle:"custom"}},{path:"pages/task/index",style:{enablePullDownRefresh:!0,"app-plus":{titleNView:{titleText:"我的任务",titleColor:"#fff"}}}},{path:"pages/task/handle",style:{navigationStyle:"custom"}},{path:"pages/talk/message_list",style:{navigationBarTitleText:"消息",enablePullDownRefresh:!0,navigationBarTextStyle:"white"}},{path:"pages/talk/conversation",style:{navigationBarTitleText:"昵称",enablePullDownRefresh:!0,navigationBarTextStyle:"white"}},{path:"pages/talk/system",style:{navigationBarTitleText:"系统通知",enablePullDownRefresh:!0,navigationBarTextStyle:"white"}},{path:"pages/document/index",style:{navigationStyle:"custom",enablePullDownRefresh:!0}},{path:"pages/document/detail",style:{navigationBarTitleText:"详情",navigationBarTextStyle:"white"}},{path:"pages/document/onlinePreview",style:{navigationBarTitleText:"在线预览",navigationBarTextStyle:"white"}},{path:"pages/meeting/index",style:{navigationStyle:"custom"}},{path:"pages/meeting/detail",style:{navigationBarTitleText:"详情",enablePullDownRefresh:!1,navigationBarTextStyle:"white"}},{path:"pages/leave/application",style:{navigationBarTitleText:"请假申请",enablePullDownRefresh:!1,navigationBarTextStyle:"white"}},{path:"pages/checkin/index",style:{navigationStyle:"custom"}},{path:"pages/useredit/useredit",style:{navigationBarTitleText:"资料编辑",navigationBarTextStyle:"white"}},{path:"pages/useredit/address",style:{navigationBarTitleText:"地址",enablePullDownRefresh:!1,navigationBarTextStyle:"white"}},{path:"pages/useredit/add_address",style:{navigationBarTitleText:"添加地址",enablePullDownRefresh:!1,navigationBarTextStyle:"white"}},{path:"pages/useredit/addressbook",style:{navigationBarTitleText:"通讯录",enablePullDownRefresh:!1,navigationBarTextStyle:"white"}},{path:"pages/safe/manage",style:{navigationStyle:"custom"}},{path:"pages/product/index",style:{navigationBarTitleText:"生产数据",enablePullDownRefresh:!1,navigationBarTextStyle:"white"}},{path:"pages/userlist/index",style:{navigationBarTitleText:"",navigationBarTextStyle:"white"}},{path:"pages/safe/detail",style:{navigationStyle:"custom"}},{path:"pages/zhiban/index",style:{navigationBarTitleText:"值班信息",navigationBarTextStyle:"white"}},{path:"pages/task/self",style:{navigationBarTitleText:"本人发起",navigationBarTextStyle:"white"}}],tabBar:{color:"#333333",selectedColor:"#01508B",borderStyle:"black",backgroundColor:"#FFFFFF",list:[{text:"首页",pagePath:"pages/tab/index",iconPath:"static/tab/index1.png",selectedIconPath:"static/tab/index2.png"},{text:"任务",pagePath:"pages/task/todotask",iconPath:"static/tab/office1.png",selectedIconPath:"static/tab/office2.png"},{text:"办公",pagePath:"pages/tab/office",iconPath:"static/tab/product1.png",selectedIconPath:"static/tab/product2.png"},{text:"我的",pagePath:"pages/tab/my",iconPath:"static/tab/user1.png",selectedIconPath:"static/tab/user2.png"}]},globalStyle:{"app-plus":{titleNView:{backgroundImage:"linear-gradient(to left , #256FBC, #044D87)"}}},uniIdRouter:{}};function fw(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&n.path)}},n.exports),n.exports}var pw=fw((function(e,t){var n;e.exports=(n=n||function(e,t){var n=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),o={},r=o.lib={},i=r.Base={extend:function(e){var t=n(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},s=r.WordArray=i.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||l).stringify(this)},concat:function(e){var t=this.words,n=e.words,o=this.sigBytes,r=e.sigBytes;if(this.clamp(),o%4)for(var i=0;i>>2]>>>24-i%4*8&255;t[o+i>>>2]|=s<<24-(o+i)%4*8}else for(i=0;i>>2]=n[i>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=i.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,o=[],r=function(t){var n=987654321,o=4294967295;return function(){var r=((n=36969*(65535&n)+(n>>16)&o)<<16)+(t=18e3*(65535&t)+(t>>16)&o)&o;return r/=4294967296,(r+=.5)*(e.random()>.5?1:-1)}},i=0;i>>2]>>>24-r%4*8&255;o.push((i>>>4).toString(16)),o.push((15&i).toString(16))}return o.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o>>3]|=parseInt(e.substr(o,2),16)<<24-o%8*4;return new s.init(n,t/2)}},c=a.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,o=[],r=0;r>>2]>>>24-r%4*8&255;o.push(String.fromCharCode(i))}return o.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o>>2]|=(255&e.charCodeAt(o))<<24-o%4*8;return new s.init(n,t)}},u=a.Utf8={stringify:function(e){try{return decodeURIComponent(escape(c.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return c.parse(unescape(encodeURIComponent(e)))}},d=r.BufferedBlockAlgorithm=i.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,o=n.words,r=n.sigBytes,i=this.blockSize,a=r/(4*i),l=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*i,c=e.min(4*l,r);if(l){for(var u=0;u>>24)|4278255360&(r<<24|r>>>8)}var i=this._hash.words,s=e[t+0],l=e[t+1],f=e[t+2],p=e[t+3],g=e[t+4],m=e[t+5],y=e[t+6],v=e[t+7],_=e[t+8],b=e[t+9],w=e[t+10],x=e[t+11],T=e[t+12],S=e[t+13],k=e[t+14],C=e[t+15],E=i[0],P=i[1],A=i[2],I=i[3];E=c(E,P,A,I,s,7,a[0]),I=c(I,E,P,A,l,12,a[1]),A=c(A,I,E,P,f,17,a[2]),P=c(P,A,I,E,p,22,a[3]),E=c(E,P,A,I,g,7,a[4]),I=c(I,E,P,A,m,12,a[5]),A=c(A,I,E,P,y,17,a[6]),P=c(P,A,I,E,v,22,a[7]),E=c(E,P,A,I,_,7,a[8]),I=c(I,E,P,A,b,12,a[9]),A=c(A,I,E,P,w,17,a[10]),P=c(P,A,I,E,x,22,a[11]),E=c(E,P,A,I,T,7,a[12]),I=c(I,E,P,A,S,12,a[13]),A=c(A,I,E,P,k,17,a[14]),E=u(E,P=c(P,A,I,E,C,22,a[15]),A,I,l,5,a[16]),I=u(I,E,P,A,y,9,a[17]),A=u(A,I,E,P,x,14,a[18]),P=u(P,A,I,E,s,20,a[19]),E=u(E,P,A,I,m,5,a[20]),I=u(I,E,P,A,w,9,a[21]),A=u(A,I,E,P,C,14,a[22]),P=u(P,A,I,E,g,20,a[23]),E=u(E,P,A,I,b,5,a[24]),I=u(I,E,P,A,k,9,a[25]),A=u(A,I,E,P,p,14,a[26]),P=u(P,A,I,E,_,20,a[27]),E=u(E,P,A,I,S,5,a[28]),I=u(I,E,P,A,f,9,a[29]),A=u(A,I,E,P,v,14,a[30]),E=d(E,P=u(P,A,I,E,T,20,a[31]),A,I,m,4,a[32]),I=d(I,E,P,A,_,11,a[33]),A=d(A,I,E,P,x,16,a[34]),P=d(P,A,I,E,k,23,a[35]),E=d(E,P,A,I,l,4,a[36]),I=d(I,E,P,A,g,11,a[37]),A=d(A,I,E,P,v,16,a[38]),P=d(P,A,I,E,w,23,a[39]),E=d(E,P,A,I,S,4,a[40]),I=d(I,E,P,A,s,11,a[41]),A=d(A,I,E,P,p,16,a[42]),P=d(P,A,I,E,y,23,a[43]),E=d(E,P,A,I,b,4,a[44]),I=d(I,E,P,A,T,11,a[45]),A=d(A,I,E,P,C,16,a[46]),E=h(E,P=d(P,A,I,E,f,23,a[47]),A,I,s,6,a[48]),I=h(I,E,P,A,v,10,a[49]),A=h(A,I,E,P,k,15,a[50]),P=h(P,A,I,E,m,21,a[51]),E=h(E,P,A,I,T,6,a[52]),I=h(I,E,P,A,p,10,a[53]),A=h(A,I,E,P,w,15,a[54]),P=h(P,A,I,E,l,21,a[55]),E=h(E,P,A,I,_,6,a[56]),I=h(I,E,P,A,C,10,a[57]),A=h(A,I,E,P,y,15,a[58]),P=h(P,A,I,E,S,21,a[59]),E=h(E,P,A,I,g,6,a[60]),I=h(I,E,P,A,x,10,a[61]),A=h(A,I,E,P,f,15,a[62]),P=h(P,A,I,E,b,21,a[63]),i[0]=i[0]+E|0,i[1]=i[1]+P|0,i[2]=i[2]+A|0,i[3]=i[3]+I|0},_doFinalize:function(){var t=this._data,n=t.words,o=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var i=e.floor(o/4294967296),s=o;n[15+(r+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),n[14+(r+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,l=a.words,c=0;c<4;c++){var u=l[c];l[c]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return a},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,o,r,i,s){var a=e+(t&n|~t&o)+r+s;return(a<>>32-i)+t}function u(e,t,n,o,r,i,s){var a=e+(t&o|n&~o)+r+s;return(a<>>32-i)+t}function d(e,t,n,o,r,i,s){var a=e+(t^n^o)+r+s;return(a<>>32-i)+t}function h(e,t,n,o,r,i,s){var a=e+(n^(t|~o))+r+s;return(a<>>32-i)+t}t.MD5=i._createHelper(l),t.HmacMD5=i._createHmacHelper(l)}(Math),n.MD5)})),fw((function(e,t){var n,o,r;e.exports=(o=(n=gw).lib.Base,r=n.enc.Utf8,void(n.algo.HMAC=o.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,o=4*n;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),s=this._iKey=t.clone(),a=i.words,l=s.words,c=0;c>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,a=0;a<4&&i+.75*a>>6*(3-a)&63));var l=o.charAt(64);if(l)for(;r.length%4;)r.push(l);return r.join("")},parse:function(e){var t=e.length,n=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i>>6-s%4*2;o[i>>>2]|=(a|l)<<24-i%4*8,i++}return r.create(o,i)}(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},n.enc.Base64)}));const _w="FUNCTION",bw="pending",ww="rejected";function xw(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function Tw(e){return"object"===xw(e)}function Sw(e){return"function"==typeof e}function kw(e){return function(){try{return e.apply(e,arguments)}catch(t){console.error(t)}}}const Cw="REJECTED",Ew="NOT_PENDING";class Pw{constructor({createPromise:e,retryRule:t=Cw}={}){this.createPromise=e,this.status=null,this.promise=null,this.retryRule=t}get needRetry(){if(!this.status)return!0;switch(this.retryRule){case Cw:return this.status===ww;case Ew:return this.status!==bw}}exec(){return this.needRetry?(this.status=bw,this.promise=this.createPromise().then((e=>(this.status="fulfilled",Promise.resolve(e))),(e=>(this.status=ww,Promise.reject(e)))),this.promise):this.promise}}function Aw(e){return e&&"string"==typeof e?JSON.parse(e):e}const Iw=Aw([]);Aw("");const Ow=Aw("[]")||[];let Lw="";try{Lw="__UNI__9F097F0"}catch(bx){}let Mw={};function $w(e,t={}){var n,o;return n=Mw,o=e,Object.prototype.hasOwnProperty.call(n,o)||(Mw[e]=t),Mw[e]}const Rw=["invoke","success","fail","complete"],Dw=$w("_globalUniCloudInterceptor");function Bw(e,t){Dw[e]||(Dw[e]={}),Tw(t)&&Object.keys(t).forEach((n=>{Rw.indexOf(n)>-1&&function(e,t,n){let o=Dw[e][t];o||(o=Dw[e][t]=[]),-1===o.indexOf(n)&&Sw(n)&&o.push(n)}(e,n,t[n])}))}function Nw(e,t){Dw[e]||(Dw[e]={}),Tw(t)?Object.keys(t).forEach((n=>{Rw.indexOf(n)>-1&&function(e,t,n){const o=Dw[e][t];if(!o)return;const r=o.indexOf(n);r>-1&&o.splice(r,1)}(e,n,t[n])})):delete Dw[e]}function Fw(e,t){return e&&0!==e.length?e.reduce(((e,n)=>e.then((()=>n(t)))),Promise.resolve()):Promise.resolve()}function jw(e,t){return Dw[e]&&Dw[e][t]||[]}function qw(e){Bw("callObject",e)}const Uw=$w("_globalUniCloudListener"),Vw="response",zw="needLogin",Hw="refreshToken",Ww="clientdb",Yw="cloudfunction",Xw="cloudobject";function Kw(e){return Uw[e]||(Uw[e]=[]),Uw[e]}function Jw(e,t){const n=Kw(e);n.includes(t)||n.push(t)}function Gw(e,t){const n=Kw(e),o=n.indexOf(t);-1!==o&&n.splice(o,1)}function Qw(e,t){const n=Kw(e);for(let o=0;o{ex&&e(),function t(){{const t=wg();t&&t[0]&&(ex=!0,e())}ex||setTimeout((()=>{t()}),30)}()})),Zw)}function nx(e){const t={};for(const n in e){const o=e[n];Sw(o)&&(t[n]=kw(o))}return t}class ox extends Error{constructor(e){super(e.message),this.errMsg=e.message||e.errMsg||"unknown system error",this.code=this.errCode=e.code||e.errCode||"SYSTEM_ERROR",this.errSubject=this.subject=e.subject||e.errSubject,this.cause=e.cause,this.requestId=e.requestId}toJson(e=0){if(!(e>=10))return e++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(e):this.cause}}}var rx={request:e=>cy(e),uploadFile:e=>gy(e),setStorageSync:(e,t)=>Im(e,t),getStorageSync:e=>Lm(e),removeStorageSync:e=>Mm(e),clearStorageSync:()=>$m()};function ix(e){return e&&ix(e.__v_raw)||e}function sx(){return{token:rx.getStorageSync("uni_id_token")||rx.getStorageSync("uniIdToken"),tokenExpired:rx.getStorageSync("uni_id_token_expired")}}function ax({token:e,tokenExpired:t}={}){e&&rx.setStorageSync("uni_id_token",e),t&&rx.setStorageSync("uni_id_token_expired",t)}let lx,cx;function ux(){return lx||(lx=Pm()),lx}function dx(){let e,t;try{if(lh){if(lh.toString().indexOf("not yet implemented")>-1)return;const{scene:n,channel:o}=lh();e=o,t=n}}catch(n){}return{channel:e,scene:t}}function hx(){const e=sh&&sh()||"en";if(cx)return{...cx,locale:e,LOCALE:e};const t=ux(),{deviceId:n,osName:o,uniPlatform:r,appId:i}=t,s=["pixelRatio","brand","model","system","language","version","platform","host","SDKVersion","swanNativeVersion","app","AppPlatform","fontSizeSetting"];for(let a=0;a{t(Object.assign(e,{complete(e){e||(e={});const t=e.data&&e.data.header&&e.data.header["x-serverless-request-id"]||e.header&&e.header["request-id"];if(!e.statusCode||e.statusCode>=400){const n=e.data&&e.data.error&&e.data.error.code||"SYS_ERR",r=e.data&&e.data.error&&e.data.error.message||e.errMsg||"request:fail";return o(new ox({code:n,message:r,requestId:t}))}const r=e.data;if(r.error)return o(new ox({code:r.error.code,message:r.error.message,requestId:t}));r.result=r.data,r.requestId=t,delete r.data,n(r)}}))}))},gx=function(e){return vw.stringify(yw.parse(e))},mx=class{constructor(e){["spaceId","clientSecret"].forEach((t=>{if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error(`${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=rx,this._getAccessTokenPromiseHub=new Pw({createPromise:()=>this.requestAuth(this.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((e=>{if(!e.result||!e.result.accessToken)throw new ox({code:"AUTH_FAILED",message:"获取accessToken失败"});this.setAccessToken(e.result.accessToken)})),retryRule:Ew})}get hasAccessToken(){return!!this.accessToken}setAccessToken(e){this.accessToken=e}requestWrapped(e){return px(e,this.adapter.request)}requestAuth(e){return this.requestWrapped(e)}request(e,t){return Promise.resolve().then((()=>this.hasAccessToken?t?this.requestWrapped(e):this.requestWrapped(e).catch((t=>new Promise(((e,n)=>{!t||"GATEWAY_INVALID_TOKEN"!==t.code&&"InvalidParameter.InvalidToken"!==t.code?n(t):e()})).then((()=>this.getAccessToken())).then((()=>{const t=this.rebuildRequest(e);return this.request(t,!0)})))):this.getAccessToken().then((()=>{const t=this.rebuildRequest(e);return this.request(t,!0)}))))}rebuildRequest(e){const t=Object.assign({},e);return t.data.token=this.accessToken,t.header["x-basement-token"]=this.accessToken,t.header["x-serverless-sign"]=fx(t.data,this.config.clientSecret),t}setupRequest(e,t){const n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),o={"Content-Type":"application/json"};return"auth"!==t&&(n.token=this.accessToken,o["x-basement-token"]=this.accessToken),o["x-serverless-sign"]=fx(n,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:n,dataType:"json",header:o}}getAccessToken(){return this._getAccessTokenPromiseHub.exec()}async authorize(){await this.getAccessToken()}callFunction(e){const t={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(this.setupRequest(t))}getOSSUploadOptionsFromPath(e){const t={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}uploadFileToOSS({url:e,formData:t,name:n,filePath:o,fileType:r,onUploadProgress:i}){return new Promise(((s,a)=>{const l=this.adapter.uploadFile({url:e,formData:t,name:n,filePath:o,fileType:r,header:{"X-OSS-server-side-encrpytion":"AES256"},success(e){e&&e.statusCode<400?s(e):a(new ox({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail(e){a(new ox({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof i&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((e=>{i({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}reportOSSUpload(e){const t={method:"serverless.file.resource.report",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}async uploadFile({filePath:e,cloudPath:t,fileType:n="image",cloudPathAsRealPath:o=!1,onUploadProgress:r,config:i}){if("string"!==xw(t))throw new ox({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});if(!(t=t.trim()))throw new ox({code:"INVALID_PARAM",message:"cloudPath不可为空"});if(/:\/\//.test(t))throw new ox({code:"INVALID_PARAM",message:"cloudPath不合法"});const s=i&&i.envType||this.config.envType;if(o&&("/"!==t[0]&&(t="/"+t),t.indexOf("\\")>-1))throw new ox({code:"INVALID_PARAM",message:"使用cloudPath作为路径时,cloudPath不可包含“\\”"});const a=(await this.getOSSUploadOptionsFromPath({env:s,filename:o?t.split("/").pop():t,fileId:o?t:void 0})).result,l="https://"+a.cdnDomain+"/"+a.ossPath,{securityToken:c,accessKeyId:u,signature:d,host:h,ossPath:f,id:p,policy:g,ossCallbackUrl:m}=a,y={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:u,Signature:d,host:h,id:p,key:f,policy:g,success_action_status:200};if(c&&(y["x-oss-security-token"]=c),m){const e=JSON.stringify({callbackUrl:m,callbackBody:JSON.stringify({fileId:p,spaceId:this.config.spaceId}),callbackBodyType:"application/json"});y.callback=gx(e)}const v={url:"https://"+a.host,formData:y,fileName:"file",name:"file",filePath:e,fileType:n};if(await this.uploadFileToOSS(Object.assign({},v,{onUploadProgress:r})),m)return{success:!0,filePath:e,fileID:l};if((await this.reportOSSUpload({id:p})).success)return{success:!0,filePath:e,fileID:l};throw new ox({code:"UPLOAD_FAILED",message:"文件上传失败"})}getTempFileURL({fileList:e}={}){return new Promise(((t,n)=>{Array.isArray(e)&&0!==e.length||n(new ox({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"})),t({fileList:e.map((e=>({fileID:e,tempFileURL:e})))})}))}async getFileInfo({fileList:e}={}){if(!Array.isArray(e)||0===e.length)throw new ox({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});const t={method:"serverless.file.resource.info",params:JSON.stringify({id:e.map((e=>e.split("?")[0])).join(",")})};return{fileList:(await this.request(this.setupRequest(t))).result}}},yx={init(e){const t=new mx(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}};const vx="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";var _x,bx;(bx=_x||(_x={})).local="local",bx.none="none",bx.session="session";var xx=function(){},Tx=fw((function(e,t){var n;e.exports=(n=gw,function(e){var t=n,o=t.lib,r=o.WordArray,i=o.Hasher,s=t.algo,a=[],l=[];!function(){function t(t){for(var n=e.sqrt(t),o=2;o<=n;o++)if(!(t%o))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}for(var o=2,r=0;r<64;)t(o)&&(r<8&&(a[r]=n(e.pow(o,.5))),l[r]=n(e.pow(o,1/3)),r++),o++}();var c=[],u=s.SHA256=i.extend({_doReset:function(){this._hash=new r.init(a.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,o=n[0],r=n[1],i=n[2],s=n[3],a=n[4],u=n[5],d=n[6],h=n[7],f=0;f<64;f++){if(f<16)c[f]=0|e[t+f];else{var p=c[f-15],g=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,m=c[f-2],y=(m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10;c[f]=g+c[f-7]+y+c[f-16]}var v=o&r^o&i^r&i,_=(o<<30|o>>>2)^(o<<19|o>>>13)^(o<<10|o>>>22),b=h+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&u^~a&d)+l[f]+c[f];h=d,d=u,u=a,a=s+b|0,s=i,i=r,r=o,o=b+(_+v)|0}n[0]=n[0]+o|0,n[1]=n[1]+r|0,n[2]=n[2]+i|0,n[3]=n[3]+s|0,n[4]=n[4]+a|0,n[5]=n[5]+u|0,n[6]=n[6]+d|0,n[7]=n[7]+h|0},_doFinalize:function(){var t=this._data,n=t.words,o=8*this._nDataBytes,r=8*t.sigBytes;return n[r>>>5]|=128<<24-r%32,n[14+(r+64>>>9<<4)]=e.floor(o/4294967296),n[15+(r+64>>>9<<4)]=o,t.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=i._createHelper(u),t.HmacSHA256=i._createHmacHelper(u)}(Math),n.SHA256)})),Sx=Tx,kx=fw((function(e,t){e.exports=gw.HmacSHA256}));const Cx=()=>{let e;if(!Promise){e=()=>{},e.promise={};const t=()=>{throw new ox({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}const t=new Promise(((t,n)=>{e=(e,o)=>e?n(e):t(o)}));return e.promise=t,e};function Ex(e){return void 0===e}function Px(e){return"[object Null]"===Object.prototype.toString.call(e)}var Ax;!function(e){e.WEB="web",e.WX_MP="wx_mp"}(Ax||(Ax={}));const Ix={adapter:null,runtime:void 0},Ox=["anonymousUuidKey"];class Lx extends xx{constructor(){super(),Ix.adapter.root.tcbObject||(Ix.adapter.root.tcbObject={})}setItem(e,t){Ix.adapter.root.tcbObject[e]=t}getItem(e){return Ix.adapter.root.tcbObject[e]}removeItem(e){delete Ix.adapter.root.tcbObject[e]}clear(){delete Ix.adapter.root.tcbObject}}function Mx(e,t){switch(e){case"local":return t.localStorage||new Lx;case"none":return new Lx;default:return t.sessionStorage||new Lx}}class $x{constructor(e){if(!this._storage){this._persistence=Ix.adapter.primaryStorage||e.persistence,this._storage=Mx(this._persistence,Ix.adapter);const t=`access_token_${e.env}`,n=`access_token_expire_${e.env}`,o=`refresh_token_${e.env}`,r=`anonymous_uuid_${e.env}`,i=`login_type_${e.env}`,s=`user_info_${e.env}`;this.keys={accessTokenKey:t,accessTokenExpireKey:n,refreshTokenKey:o,anonymousUuidKey:r,loginTypeKey:i,userInfoKey:s}}}updatePersistence(e){if(e===this._persistence)return;const t="local"===this._persistence;this._persistence=e;const n=Mx(e,Ix.adapter);for(const o in this.keys){const e=this.keys[o];if(t&&Ox.includes(o))continue;const r=this._storage.getItem(e);Ex(r)||Px(r)||(n.setItem(e,r),this._storage.removeItem(e))}this._storage=n}setStore(e,t,n){if(!this._storage)return;const o={version:n||"localCachev1",content:t},r=JSON.stringify(o);try{this._storage.setItem(e,r)}catch(i){throw i}}getStore(e,t){try{if(!this._storage)return}catch(o){return""}t=t||"localCachev1";const n=this._storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}removeStore(e){this._storage.removeItem(e)}}const Rx={},Dx={};function Bx(e){return Rx[e]}class Nx{constructor(e,t){this.data=t||null,this.name=e}}class Fx extends Nx{constructor(e,t){super("error",{error:e,data:t}),this.error=e}}const jx=new class{constructor(){this._listeners={}}on(e,t){return n=e,o=t,(r=this._listeners)[n]=r[n]||[],r[n].push(o),this;var n,o,r}off(e,t){return function(e,t,n){if(n&&n[e]){const o=n[e].indexOf(t);-1!==o&&n[e].splice(o,1)}}(e,t,this._listeners),this}fire(e,t){if(e instanceof Fx)return console.error(e.error),this;const n="string"==typeof e?new Nx(e,t||{}):e,o=n.name;if(this._listens(o)){n.target=this;const e=this._listeners[o]?[...this._listeners[o]]:[];for(const t of e)t.call(this,n)}return this}_listens(e){return this._listeners[e]&&this._listeners[e].length>0}};function qx(e,t){jx.on(e,t)}function Ux(e,t={}){jx.fire(e,t)}function Vx(e,t){jx.off(e,t)}const zx="loginStateChanged",Hx="loginStateExpire",Wx="loginTypeChanged",Yx="anonymousConverted",Xx="refreshAccessToken";var Kx;!function(e){e.ANONYMOUS="ANONYMOUS",e.WECHAT="WECHAT",e.WECHAT_PUBLIC="WECHAT-PUBLIC",e.WECHAT_OPEN="WECHAT-OPEN",e.CUSTOM="CUSTOM",e.EMAIL="EMAIL",e.USERNAME="USERNAME",e.NULL="NULL"}(Kx||(Kx={}));const Jx=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],Gx={"X-SDK-Version":"1.3.5"};function Qx(e,t,n){const o=e[t];e[t]=function(t){const r={},i={};n.forEach((n=>{const{data:o,headers:s}=n.call(e,t);Object.assign(r,o),Object.assign(i,s)}));const s=t.data;return s&&(()=>{var e;if(e=s,"[object FormData]"!==Object.prototype.toString.call(e))t.data={...s,...r};else for(const t in r)s.append(t,r[t])})(),t.headers={...t.headers||{},...i},o.call(e,t)}}function Zx(){const e=Math.random().toString(16).slice(2);return{data:{seqId:e},headers:{...Gx,"x-seqid":e}}}class eT{constructor(e={}){var t;this.config=e,this._reqClass=new Ix.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:`请求在${this.config.timeout/1e3}s内未完成,已中断`,restrictedMethods:["post"]}),this._cache=Bx(this.config.env),this._localCache=(t=this.config.env,Dx[t]),Qx(this._reqClass,"post",[Zx]),Qx(this._reqClass,"upload",[Zx]),Qx(this._reqClass,"download",[Zx])}async post(e){return await this._reqClass.post(e)}async upload(e){return await this._reqClass.upload(e)}async download(e){return await this._reqClass.download(e)}async refreshAccessToken(){let e,t;this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken());try{e=await this._refreshAccessTokenPromise}catch(n){t=n}if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,t)throw t;return e}async _refreshAccessToken(){const{accessTokenKey:e,accessTokenExpireKey:t,refreshTokenKey:n,loginTypeKey:o,anonymousUuidKey:r}=this._cache.keys;this._cache.removeStore(e),this._cache.removeStore(t);let i=this._cache.getStore(n);if(!i)throw new ox({message:"未登录CloudBase"});const s={refresh_token:i},a=await this.request("auth.fetchAccessTokenWithRefreshToken",s);if(a.data.code){const{code:e}=a.data;if("SIGN_PARAM_INVALID"===e||"REFRESH_TOKEN_EXPIRED"===e||"INVALID_REFRESH_TOKEN"===e){if(this._cache.getStore(o)===Kx.ANONYMOUS&&"INVALID_REFRESH_TOKEN"===e){const e=this._cache.getStore(r),t=this._cache.getStore(n),o=await this.send("auth.signInAnonymously",{anonymous_uuid:e,refresh_token:t});return this.setRefreshToken(o.refresh_token),this._refreshAccessToken()}Ux(Hx),this._cache.removeStore(n)}throw new ox({code:a.data.code,message:`刷新access token失败:${a.data.code}`})}if(a.data.access_token)return Ux(Xx),this._cache.setStore(e,a.data.access_token),this._cache.setStore(t,a.data.access_token_expire+Date.now()),{accessToken:a.data.access_token,accessTokenExpire:a.data.access_token_expire};a.data.refresh_token&&(this._cache.removeStore(n),this._cache.setStore(n,a.data.refresh_token),this._refreshAccessToken())}async getAccessToken(){const{accessTokenKey:e,accessTokenExpireKey:t,refreshTokenKey:n}=this._cache.keys;if(!this._cache.getStore(n))throw new ox({message:"refresh token不存在,登录状态异常"});let o=this._cache.getStore(e),r=this._cache.getStore(t),i=!0;return this._shouldRefreshAccessTokenHook&&!(await this._shouldRefreshAccessTokenHook(o,r))&&(i=!1),(!o||!r||r{e.wxOpenId&&e.wxPublicId&&(t=!0)})),{users:n,hasPrimaryUid:t}}setPrimaryUid(e){return this._request.send("auth.setPrimaryUid",{uid:e})}unlink(e){return this._request.send("auth.unlink",{platform:e})}async update(e){const{nickName:t,gender:n,avatarUrl:o,province:r,country:i,city:s}=e,{data:a}=await this._request.send("auth.updateUserInfo",{nickName:t,gender:n,avatarUrl:o,province:r,country:i,city:s});this.setLocalUserInfo(a)}async refresh(){const{data:e}=await this._request.send("auth.getUserInfo",{});return this.setLocalUserInfo(e),e}setUserInfo(){const{userInfoKey:e}=this._cache.keys,t=this._cache.getStore(e);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((e=>{this[e]=t[e]})),this.location={country:t.country,province:t.province,city:t.city}}setLocalUserInfo(e){const{userInfoKey:t}=this._cache.keys;this._cache.setStore(t,e),this.setUserInfo()}}class iT{constructor(e){if(!e)throw new ox({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=Bx(e);const{refreshTokenKey:t,accessTokenKey:n,accessTokenExpireKey:o}=this._cache.keys,r=this._cache.getStore(t),i=this._cache.getStore(n),s=this._cache.getStore(o);this.credential={refreshToken:r,accessToken:i,accessTokenExpire:s},this.user=new rT(e)}get isAnonymousAuth(){return this.loginType===Kx.ANONYMOUS}get isCustomAuth(){return this.loginType===Kx.CUSTOM}get isWeixinAuth(){return this.loginType===Kx.WECHAT||this.loginType===Kx.WECHAT_OPEN||this.loginType===Kx.WECHAT_PUBLIC}get loginType(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}class sT extends oT{async signIn(){this._cache.updatePersistence("local");const{anonymousUuidKey:e,refreshTokenKey:t}=this._cache.keys,n=this._cache.getStore(e)||void 0,o=this._cache.getStore(t)||void 0,r=await this._request.send("auth.signInAnonymously",{anonymous_uuid:n,refresh_token:o});if(r.uuid&&r.refresh_token){this._setAnonymousUUID(r.uuid),this.setRefreshToken(r.refresh_token),await this._request.refreshAccessToken(),Ux(zx),Ux(Wx,{env:this.config.env,loginType:Kx.ANONYMOUS,persistence:"local"});const e=new iT(this.config.env);return await e.user.refresh(),e}throw new ox({message:"匿名登录失败"})}async linkAndRetrieveDataWithTicket(e){const{anonymousUuidKey:t,refreshTokenKey:n}=this._cache.keys,o=this._cache.getStore(t),r=this._cache.getStore(n),i=await this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:o,refresh_token:r,ticket:e});if(i.refresh_token)return this._clearAnonymousUUID(),this.setRefreshToken(i.refresh_token),await this._request.refreshAccessToken(),Ux(Yx,{env:this.config.env}),Ux(Wx,{loginType:Kx.CUSTOM,persistence:"local"}),{credential:{refreshToken:i.refresh_token}};throw new ox({message:"匿名转化失败"})}_setAnonymousUUID(e){const{anonymousUuidKey:t,loginTypeKey:n}=this._cache.keys;this._cache.removeStore(t),this._cache.setStore(t,e),this._cache.setStore(n,Kx.ANONYMOUS)}_clearAnonymousUUID(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}class aT extends oT{async signIn(e){if("string"!=typeof e)throw new ox({code:"PARAM_ERROR",message:"ticket must be a string"});const{refreshTokenKey:t}=this._cache.keys,n=await this._request.send("auth.signInWithTicket",{ticket:e,refresh_token:this._cache.getStore(t)||""});if(n.refresh_token)return this.setRefreshToken(n.refresh_token),await this._request.refreshAccessToken(),Ux(zx),Ux(Wx,{env:this.config.env,loginType:Kx.CUSTOM,persistence:this.config.persistence}),await this.refreshUserInfo(),new iT(this.config.env);throw new ox({message:"自定义登录失败"})}}class lT extends oT{async signIn(e,t){if("string"!=typeof e)throw new ox({code:"PARAM_ERROR",message:"email must be a string"});const{refreshTokenKey:n}=this._cache.keys,o=await this._request.send("auth.signIn",{loginType:"EMAIL",email:e,password:t,refresh_token:this._cache.getStore(n)||""}),{refresh_token:r,access_token:i,access_token_expire:s}=o;if(r)return this.setRefreshToken(r),i&&s?this.setAccessToken(i,s):await this._request.refreshAccessToken(),await this.refreshUserInfo(),Ux(zx),Ux(Wx,{env:this.config.env,loginType:Kx.EMAIL,persistence:this.config.persistence}),new iT(this.config.env);throw o.code?new ox({code:o.code,message:`邮箱登录失败: ${o.message}`}):new ox({message:"邮箱登录失败"})}async activate(e){return this._request.send("auth.activateEndUserMail",{token:e})}async resetPasswordWithToken(e,t){return this._request.send("auth.resetPasswordWithToken",{token:e,newPassword:t})}}class cT extends oT{async signIn(e,t){if("string"!=typeof e)throw new ox({code:"PARAM_ERROR",message:"username must be a string"});"string"!=typeof t&&(t="",console.warn("password is empty"));const{refreshTokenKey:n}=this._cache.keys,o=await this._request.send("auth.signIn",{loginType:Kx.USERNAME,username:e,password:t,refresh_token:this._cache.getStore(n)||""}),{refresh_token:r,access_token_expire:i,access_token:s}=o;if(r)return this.setRefreshToken(r),s&&i?this.setAccessToken(s,i):await this._request.refreshAccessToken(),await this.refreshUserInfo(),Ux(zx),Ux(Wx,{env:this.config.env,loginType:Kx.USERNAME,persistence:this.config.persistence}),new iT(this.config.env);throw o.code?new ox({code:o.code,message:`用户名密码登录失败: ${o.message}`}):new ox({message:"用户名密码登录失败"})}}class uT{constructor(e){this.config=e,this._cache=Bx(e.env),this._request=nT(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),qx(Wx,this._onLoginTypeChanged)}get currentUser(){const e=this.hasLoginState();return e&&e.user||null}get loginType(){return this._cache.getStore(this._cache.keys.loginTypeKey)}anonymousAuthProvider(){return new sT(this.config)}customAuthProvider(){return new aT(this.config)}emailAuthProvider(){return new lT(this.config)}usernameAuthProvider(){return new cT(this.config)}async signInAnonymously(){return new sT(this.config).signIn()}async signInWithEmailAndPassword(e,t){return new lT(this.config).signIn(e,t)}signInWithUsernameAndPassword(e,t){return new cT(this.config).signIn(e,t)}async linkAndRetrieveDataWithTicket(e){return this._anonymousAuthProvider||(this._anonymousAuthProvider=new sT(this.config)),qx(Yx,this._onAnonymousConverted),await this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e)}async signOut(){if(this.loginType===Kx.ANONYMOUS)throw new ox({message:"匿名用户不支持登出操作"});const{refreshTokenKey:e,accessTokenKey:t,accessTokenExpireKey:n}=this._cache.keys,o=this._cache.getStore(e);if(!o)return;const r=await this._request.send("auth.logout",{refresh_token:o});return this._cache.removeStore(e),this._cache.removeStore(t),this._cache.removeStore(n),Ux(zx),Ux(Wx,{env:this.config.env,loginType:Kx.NULL,persistence:this.config.persistence}),r}async signUpWithEmailAndPassword(e,t){return this._request.send("auth.signUpWithEmailAndPassword",{email:e,password:t})}async sendPasswordResetEmail(e){return this._request.send("auth.sendPasswordResetEmail",{email:e})}onLoginStateChanged(e){qx(zx,(()=>{const t=this.hasLoginState();e.call(this,t)}));const t=this.hasLoginState();e.call(this,t)}onLoginStateExpired(e){qx(Hx,e.bind(this))}onAccessTokenRefreshed(e){qx(Xx,e.bind(this))}onAnonymousConverted(e){qx(Yx,e.bind(this))}onLoginTypeChanged(e){qx(Wx,(()=>{const t=this.hasLoginState();e.call(this,t)}))}async getAccessToken(){return{accessToken:(await this._request.getAccessToken()).accessToken,env:this.config.env}}hasLoginState(){const{refreshTokenKey:e}=this._cache.keys;return this._cache.getStore(e)?new iT(this.config.env):null}async isUsernameRegistered(e){if("string"!=typeof e)throw new ox({code:"PARAM_ERROR",message:"username must be a string"});const{data:t}=await this._request.send("auth.isUsernameRegistered",{username:e});return t&&t.isRegistered}getLoginState(){return Promise.resolve(this.hasLoginState())}async signInWithTicket(e){return new aT(this.config).signIn(e)}shouldRefreshAccessToken(e){this._request._shouldRefreshAccessTokenHook=e.bind(this)}getUserInfo(){return this._request.send("auth.getUserInfo",{}).then((e=>e.code?e:{...e.data,requestId:e.seqId}))}getAuthHeader(){const{refreshTokenKey:e,accessTokenKey:t}=this._cache.keys,n=this._cache.getStore(e);return{"x-cloudbase-credentials":this._cache.getStore(t)+"/@@/"+n}}_onAnonymousConverted(e){const{env:t}=e.data;t===this.config.env&&this._cache.updatePersistence(this.config.persistence)}_onLoginTypeChanged(e){const{loginType:t,persistence:n,env:o}=e.data;o===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,t))}}const dT=function(e,t){t=t||Cx();const n=nT(this.config.env),{cloudPath:o,filePath:r,onUploadProgress:i,fileType:s="image"}=e;return n.send("storage.getUploadMetadata",{path:o}).then((e=>{const{data:{url:a,authorization:l,token:c,fileId:u,cosFileId:d},requestId:h}=e,f={key:o,signature:l,"x-cos-meta-fileid":d,success_action_status:"201","x-cos-security-token":c};n.upload({url:a,data:f,file:r,name:o,fileType:s,onUploadProgress:i}).then((e=>{201===e.statusCode?t(null,{fileID:u,requestId:h}):t(new ox({code:"STORAGE_REQUEST_FAIL",message:`STORAGE_REQUEST_FAIL: ${e.data}`}))})).catch((e=>{t(e)}))})).catch((e=>{t(e)})),t.promise},hT=function(e,t){t=t||Cx();const n=nT(this.config.env),{cloudPath:o}=e;return n.send("storage.getUploadMetadata",{path:o}).then((e=>{t(null,e)})).catch((e=>{t(e)})),t.promise},fT=function({fileList:e},t){if(t=t||Cx(),!e||!Array.isArray(e))return{code:"INVALID_PARAM",message:"fileList必须是非空的数组"};for(let o of e)if(!o||"string"!=typeof o)return{code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"};const n={fileid_list:e};return nT(this.config.env).send("storage.batchDeleteFile",n).then((e=>{e.code?t(null,e):t(null,{fileList:e.data.delete_list,requestId:e.requestId})})).catch((e=>{t(e)})),t.promise},pT=function({fileList:e},t){t=t||Cx(),e&&Array.isArray(e)||t(null,{code:"INVALID_PARAM",message:"fileList必须是非空的数组"});let n=[];for(let r of e)"object"==typeof r?(r.hasOwnProperty("fileID")&&r.hasOwnProperty("maxAge")||t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是包含fileID和maxAge的对象"}),n.push({fileid:r.fileID,max_age:r.maxAge})):"string"==typeof r?n.push({fileid:r}):t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是字符串"});const o={file_list:n};return nT(this.config.env).send("storage.batchGetDownloadUrl",o).then((e=>{e.code?t(null,e):t(null,{fileList:e.data.download_list,requestId:e.requestId})})).catch((e=>{t(e)})),t.promise},gT=async function({fileID:e},t){const n=(await pT.call(this,{fileList:[{fileID:e,maxAge:600}]})).fileList[0];if("SUCCESS"!==n.code)return t?t(n):new Promise((e=>{e(n)}));const o=nT(this.config.env);let r=n.download_url;if(r=encodeURI(r),!t)return o.download({url:r});t(await o.download({url:r}))},mT=function({name:e,data:t,query:n,parse:o,search:r},i){const s=i||Cx();let a;try{a=t?JSON.stringify(t):""}catch(c){return Promise.reject(c)}if(!e)return Promise.reject(new ox({code:"PARAM_ERROR",message:"函数名不能为空"}));const l={inQuery:n,parse:o,search:r,function_name:e,request_data:a};return nT(this.config.env).send("functions.invokeFunction",l).then((e=>{if(e.code)s(null,e);else{let n=e.data.response_data;if(o)s(null,{result:n,requestId:e.requestId});else try{n=JSON.parse(e.data.response_data),s(null,{result:n,requestId:e.requestId})}catch(t){s(new ox({message:"response data must be json"}))}}return s.promise})).catch((e=>{s(e)})),s.promise},yT={timeout:15e3,persistence:"session"},vT={};class _T{constructor(e){this.config=e||this.config,this.authObj=void 0}init(e){switch(Ix.adapter||(this.requestClient=new Ix.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:`请求在${(e.timeout||5e3)/1e3}s内未完成,已中断`})),this.config={...yT,...e},!0){case this.config.timeout>6e5:console.warn("timeout大于可配置上限[10分钟],已重置为上限数值"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout小于可配置下限[100ms],已重置为下限数值"),this.config.timeout=100}return new _T(this.config)}auth({persistence:e}={}){if(this.authObj)return this.authObj;const t=e||Ix.adapter.primaryStorage||yT.persistence;var n;return t!==this.config.persistence&&(this.config.persistence=t),function(e){const{env:t}=e;Rx[t]=new $x(e),Dx[t]=new $x({...e,persistence:"local"})}(this.config),n=this.config,tT[n.env]=new eT(n),this.authObj=new uT(this.config),this.authObj}on(e,t){return qx.apply(this,[e,t])}off(e,t){return Vx.apply(this,[e,t])}callFunction(e,t){return mT.apply(this,[e,t])}deleteFile(e,t){return fT.apply(this,[e,t])}getTempFileURL(e,t){return pT.apply(this,[e,t])}downloadFile(e,t){return gT.apply(this,[e,t])}uploadFile(e,t){return dT.apply(this,[e,t])}getUploadMetadata(e,t){return hT.apply(this,[e,t])}registerExtension(e){vT[e.name]=e}async invokeExtension(e,t){const n=vT[e];if(!n)throw new ox({message:`扩展${e} 必须先注册`});return await n.invoke(t,this)}useAdapters(e){const{adapter:t,runtime:n}=function(e){const t=(n=e,"[object Array]"===Object.prototype.toString.call(n)?e:[e]);var n;for(const o of t){const{isMatch:e,genAdapter:t,runtime:n}=o;if(e())return{adapter:t(),runtime:n}}}(e)||{};t&&(Ix.adapter=t),n&&(Ix.runtime=n)}}var bT=new _T;function wT(e,t,n){void 0===n&&(n={});var o=/\?/.test(t),r="";for(var i in n)""===r?!o&&(t+="?"):r+="&",r+=i+"="+encodeURIComponent(n[i]);return/^http(s)?:\/\//.test(t+=r)?t:""+e+t}class xT{post(e){const{url:t,data:n,headers:o}=e;return new Promise(((e,r)=>{rx.request({url:wT("https:",t),data:n,method:"POST",header:o,success(t){e(t)},fail(e){r(e)}})}))}upload(e){return new Promise(((t,n)=>{const{url:o,file:r,data:i,headers:s,fileType:a}=e,l=rx.uploadFile({url:wT("https:",o),name:"file",formData:Object.assign({},i),filePath:r,fileType:a,header:s,success(e){const n={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&i.success_action_status&&(n.statusCode=parseInt(i.success_action_status,10)),t(n)},fail(e){n(new Error(e.errMsg||"uploadFile:fail"))}});"function"==typeof e.onUploadProgress&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((t=>{e.onUploadProgress({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}}const TT={setItem(e,t){rx.setStorageSync(e,t)},getItem:e=>rx.getStorageSync(e),removeItem(e){rx.removeStorageSync(e)},clear(){rx.clearStorageSync()}};var ST={genAdapter:function(){return{root:{},reqClass:xT,localStorage:TT,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};bT.useAdapters(ST);const kT=bT,CT=kT.init;kT.init=function(e){e.env=e.spaceId;const t=CT.call(this,e);t.config.provider="tencent",t.config.spaceId=e.spaceId;const n=t.auth;return t.auth=function(e){const t=n.call(this,e);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((e=>{var n;t[e]=(n=t[e],function(e){e=e||{};const{success:t,fail:o,complete:r}=nx(e);if(!(t||o||r))return n.call(this,e);n.call(this,e).then((e=>{t&&t(e),r&&r(e)}),(e=>{o&&o(e),r&&r(e)}))}).bind(t)})),t},t.customAuth=t.auth,t};var ET=kT,PT=class extends mx{getAccessToken(){return new Promise(((e,t)=>{const n="Anonymous_Access_token";this.setAccessToken(n),e(n)}))}setupRequest(e,t){const n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),o={"Content-Type":"application/json"};"auth"!==t&&(n.token=this.accessToken,o["x-basement-token"]=this.accessToken),o["x-serverless-sign"]=fx(n,this.config.clientSecret);const r=hx();o["x-client-info"]=encodeURIComponent(JSON.stringify(r));const{token:i}=sx();return o["x-client-token"]=i,{url:this.config.requestUrl,method:"POST",data:n,dataType:"json",header:JSON.parse(JSON.stringify(o))}}uploadFileToOSS({url:e,formData:t,name:n,filePath:o,fileType:r,onUploadProgress:i}){return new Promise(((s,a)=>{const l=this.adapter.uploadFile({url:e,formData:t,name:n,filePath:o,fileType:r,success(e){e&&e.statusCode<400?s(e):a(new ox({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail(e){a(new ox({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof i&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((e=>{i({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}uploadFile({filePath:e,cloudPath:t,fileType:n="image",onUploadProgress:o}){if(!t)throw new ox({code:"CLOUDPATH_REQUIRED",message:"cloudPath不可为空"});let r;return this.getOSSUploadOptionsFromPath({cloudPath:t}).then((t=>{const{url:i,formData:s,name:a}=t.result;r=t.result.fileUrl;const l={url:i,formData:s,name:a,filePath:e,fileType:n};return this.uploadFileToOSS(Object.assign({},l,{onUploadProgress:o}))})).then((()=>this.reportOSSUpload({cloudPath:t}))).then((t=>new Promise(((n,o)=>{t.success?n({success:!0,filePath:e,fileID:r}):o(new ox({code:"UPLOAD_FAILED",message:"文件上传失败"}))}))))}deleteFile({fileList:e}){const t={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(t)).then((e=>{if(e.success)return e.result;throw new ox({code:"DELETE_FILE_FAILED",message:"删除文件失败"})}))}getTempFileURL({fileList:e,maxAge:t}={}){if(!Array.isArray(e)||0===e.length)throw new ox({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});const n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:e,maxAge:t})};return this.request(this.setupRequest(n)).then((e=>{if(e.success)return{fileList:e.result.fileList.map((e=>({fileID:e.fileID,tempFileURL:e.tempFileURL})))};throw new ox({code:"GET_TEMP_FILE_URL_FAILED",message:"获取临时文件链接失败"})}))}},AT={init(e){const t=new PT(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}},IT=fw((function(e,t){e.exports=gw.enc.Hex}));function OT(e="",t={}){const{data:n,functionName:o,method:r,headers:i,signHeaderKeys:s=[],config:a}=t,l=Date.now(),c="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)})),u=Object.assign({},i,{"x-from-app-id":a.spaceAppId,"x-from-env-id":a.spaceId,"x-to-env-id":a.spaceId,"x-from-instance-id":l,"x-from-function-name":o,"x-client-timestamp":l,"x-alipay-source":"client","x-request-id":c,"x-alipay-callid":c,"x-trace-id":c}),d=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(s),[h="",f=""]=e.split("?")||[],p=function(e){const t=e.signedHeaders.join(";"),n=e.signedHeaders.map((t=>`${t.toLowerCase()}:${e.headers[t]}\n`)).join(""),o=Sx(e.body).toString(IT),r=`${e.method.toUpperCase()}\n${e.path}\n${e.query}\n${n}\n${t}\n${o}\n`,i=Sx(r).toString(IT),s=`HMAC-SHA256\n${e.timestamp}\n${i}\n`,a=kx(s,e.secretKey).toString(IT);return`HMAC-SHA256 Credential=${e.secretId}, SignedHeaders=${t}, Signature=${a}`}({path:h,query:f,method:r,headers:u,timestamp:l,body:JSON.stringify(n),secretId:a.accessKey,secretKey:a.secretKey,signedHeaders:d.sort()});return{url:`${a.endpoint}${e}`,headers:Object.assign({},u,{Authorization:p})}}function LT({url:e,data:t,method:n="POST",headers:o={}}){return new Promise(((r,i)=>{rx.request({url:e,method:n,data:t,header:o,dataType:"json",complete:(e={})=>{const t=o["x-trace-id"]||"";if(!e.statusCode||e.statusCode>=400){const{message:n,errMsg:o,trace_id:r}=e.data||{};return i(new ox({code:"SYS_ERR",message:n||o||"request:fail",requestId:r||t}))}r({status:e.statusCode,data:e.data,headers:e.header,requestId:t})}})}))}function MT(e,t){const{path:n,data:o,method:r="GET"}=e,{url:i,headers:s}=OT(n,{functionName:"",data:o,method:r,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:t});return LT({url:i,data:o,method:r,headers:s}).then((e=>{const t=e.data||{};if(!t.success)throw new ox({code:e.errCode,message:e.errMsg,requestId:e.requestId});return t.data||{}})).catch((e=>{throw new ox({code:e.errCode,message:e.errMsg,requestId:e.requestId})}))}function $T(e=""){const t=e.trim().replace(/^cloud:\/\//,""),n=t.indexOf("/");if(n<=0)throw new ox({code:"INVALID_PARAM",message:"fileID不合法"});const o=t.substring(0,n),r=t.substring(n+1);return o!==this.config.spaceId&&console.warn("file ".concat(e," does not belong to env ").concat(this.config.spaceId)),r}function RT(e=""){return"cloud://".concat(this.config.spaceId,"/").concat(e.replace(/^\/+/,""))}var DT={init:e=>{e.provider="alipay";const t=new class{constructor(e){if(["spaceId","spaceAppId","accessKey","secretKey"].forEach((t=>{if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error(`${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://${e.spaceId}.api-hz.cloudbasefunction.cn`})}callFunction(e){return function(e,t){const{name:n,data:o}=e,r="POST",{url:i,headers:s}=OT("/functions/invokeFunction",{functionName:n,data:o,method:r,headers:{"x-to-function-name":n},signHeaderKeys:["x-to-function-name"],config:t});return LT({url:i,data:o,method:r,headers:s}).then((e=>({errCode:0,success:!0,requestId:e.requestId,result:e.data}))).catch((e=>{throw new ox({code:e.errCode,message:e.errMsg,requestId:e.requestId})}))}(e,this.config)}uploadFileToOSS({url:e,filePath:t,fileType:n,formData:o,onUploadProgress:r}){return new Promise(((i,s)=>{const a=rx.uploadFile({url:e,filePath:t,fileType:n,formData:o,name:"file",success(e){e&&e.statusCode<400?i(e):s(new ox({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail(e){s(new ox({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof r&&a&&"function"==typeof a.onProgressUpdate&&a.onProgressUpdate((e=>{r({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}async uploadFile({filePath:e,cloudPath:t="",fileType:n="image",onUploadProgress:o}){if("string"!==xw(t))throw new ox({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});if(!(t=t.trim()))throw new ox({code:"INVALID_PARAM",message:"cloudPath不可为空"});if(/:\/\//.test(t))throw new ox({code:"INVALID_PARAM",message:"cloudPath不合法"});const r=await MT({path:"/".concat(t.replace(/^\//,""),"?post_url")},this.config),{file_id:i,upload_url:s,form_data:a}=r,l=a&&a.reduce(((e,t)=>(e[t.key]=t.value,e)),{});return this.uploadFileToOSS({url:s,filePath:e,fileType:n,formData:l,onUploadProgress:o}).then((()=>({fileID:i})))}async getTempFileURL({fileList:e}){return new Promise(((t,n)=>{(!e||e.length<0)&&n(new ox({errCode:"INVALID_PARAM",errMsg:"fileList不能为空数组"})),e.length>50&&n(new ox({errCode:"INVALID_PARAM",errMsg:"fileList数组长度不能超过50"}));const o=[];for(const r of e){"string"!==xw(r)&&n(new ox({errCode:"INVALID_PARAM",errMsg:"fileList的元素必须是非空的字符串"}));const e=$T.call(this,r);o.push({file_id:e,expire:600})}MT({path:"/?download_url",data:{file_list:o},method:"POST"},this.config).then((e=>{const{file_list:n=[]}=e;t({fileList:n.map((e=>({fileID:RT.call(this,e.file_id),tempFileURL:e.download_url})))})})).catch((e=>n(e)))}))}}(e);return t.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},t}};function BT({data:e}){let t;t=hx();const n=JSON.parse(JSON.stringify(e||{}));if(Object.assign(n,{clientInfo:t}),!n.uniIdToken){const{token:e}=sx();e&&(n.uniIdToken=e)}return n}const NT=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:",云函数[{functionName}]在云端不存在,请检查此云函数名称是否正确以及该云函数是否已上传到服务空间",mode:"append"}];var FT=/[\\^$.*+?()[\]{}|]/g,jT=RegExp(FT.source);function qT(e,t,n){return e.replace(new RegExp((o=t)&&jT.test(o)?o.replace(FT,"\\$&"):o,"g"),n);var o}const UT=2e4,VT={code:20101,message:"Invalid client"};function zT(e){const{errSubject:t,subject:n,errCode:o,errMsg:r,code:i,message:s,cause:a}=e||{};return new ox({subject:t||n||"uni-secure-network",code:o||i||UT,message:r||s,cause:a})}let HT;function WT({secretType:e}={}){return"request"===e||"response"===e||"both"===e}function YT({functionName:e,result:t,logPvd:n}){}function XT(e){const t=e.callFunction,n=function(n){const o=n.name;n.data=BT.call(e,{data:n.data});const r={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay"}[this.config.provider],i=WT(n)||false;return t.call(this,n).then((e=>(e.errCode=0,!i&&YT.call(this,{functionName:o,result:e,logPvd:r}),Promise.resolve(e))),(e=>(!i&&YT.call(this,{functionName:o,result:e,logPvd:r}),e&&e.message&&(e.message=function({message:e="",extraInfo:t={},formatter:n=[]}={}){for(let o=0;on.provider===e&&n.spaceId===t));return o&&o.config}({provider:e,spaceId:t});if(!a||!a.accessControl||!a.accessControl.enable)return!1;const l=a.accessControl.function||{},c=Object.keys(l);if(0===c.length)return!0;const u=function(e,t){let n,o,r;for(let i=0;ie.trim())).indexOf(t)>-1&&(o=s):r=s:n=s}return n||o||r}(c,n);if(!u)return!1;if((l[u]||[]).find(((e={})=>e.appId===o&&(e.platform||"").toLowerCase()===s.toLowerCase())))return!0;throw console.error(`此应用[appId: ${o}, platform: ${s}]不在云端配置的允许访问的应用列表内,参考:https://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client`),zT(VT)}({provider:o,spaceId:r,functionName:i})?new HT({secretType:t.secretType,uniCloudIns:e}).wrapVerifyClientCallFunction(n.bind(e))(t):s(t),Object.defineProperty(a,"result",{get:()=>(console.warn("当前返回结果为Promise类型,不可直接访问其result属性,详情请参考:https://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{})}),a.then((e=>("undefined"!=typeof UTSJSONObject&&(e.result=new UTSJSONObject(e.result)),e)))}}HT=class{constructor(){throw zT({message:"Platform web is not supported by secure network"})}};const KT=Symbol("CLIENT_DB_INTERNAL");function JT(e,t){return e.then="DoNotReturnProxyWithAFunctionNamedThen",e._internalType=KT,e.inspect=null,e.__v_raw=void 0,new Proxy(e,{get(e,n,o){if("_uniClient"===n)return null;if("symbol"==typeof n)return e[n];if(n in e||"string"!=typeof n){const t=e[n];return"function"==typeof t?t.bind(e):t}return t.get(e,n,o)}})}function GT(e){return{on:(t,n)=>{e[t]=e[t]||[],e[t].indexOf(n)>-1||e[t].push(n)},off:(t,n)=>{e[t]=e[t]||[];const o=e[t].indexOf(n);-1!==o&&e[t].splice(o,1)}}}const QT=["db.Geo","db.command","command.aggregate"];function ZT(e,t){return QT.indexOf(`${e}.${t}`)>-1}function eS(e){switch(xw(e=ix(e))){case"array":return e.map((e=>eS(e)));case"object":return e._internalType===KT||Object.keys(e).forEach((t=>{e[t]=eS(e[t])})),e;case"regexp":return{$regexp:{source:e.source,flags:e.flags}};case"date":return{$date:e.toISOString()};default:return e}}function tS(e){return e&&e.content&&e.content.$method}class nS{constructor(e,t,n){this.content=e,this.prevStage=t||null,this.udb=null,this._database=n}toJSON(){let e=this;const t=[e.content];for(;e.prevStage;)e=e.prevStage,t.push(e.content);return{$db:t.reverse().map((e=>({$method:e.$method,$param:eS(e.$param)})))}}toString(){return JSON.stringify(this.toJSON())}getAction(){const e=this.toJSON().$db.find((e=>"action"===e.$method));return e&&e.$param&&e.$param[0]}getCommand(){return{$db:this.toJSON().$db.filter((e=>"action"!==e.$method))}}get isAggregate(){let e=this;for(;e;){const t=tS(e),n=tS(e.prevStage);if("aggregate"===t&&"collection"===n||"pipeline"===t)return!0;e=e.prevStage}return!1}get isCommand(){let e=this;for(;e;){if("command"===tS(e))return!0;e=e.prevStage}return!1}get isAggregateCommand(){let e=this;for(;e;){const t=tS(e),n=tS(e.prevStage);if("aggregate"===t&&"command"===n)return!0;e=e.prevStage}return!1}getNextStageFn(e){const t=this;return function(){return oS({$method:e,$param:eS(Array.from(arguments))},t,t._database)}}get count(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}get remove(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}get(){return this._send("get",Array.from(arguments))}get add(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}update(){return this._send("update",Array.from(arguments))}end(){return this._send("end",Array.from(arguments))}get set(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL禁止使用set方法")}}_send(e,t){const n=this.getAction(),o=this.getCommand();return o.$db.push({$method:e,$param:eS(t)}),this._database._callCloudFunction({action:n,command:o})}}function oS(e,t,n){return JT(new nS(e,t,n),{get(e,t){let o="db";return e&&e.content&&(o=e.content.$method),ZT(o,t)?oS({$method:t},e,n):function(){return oS({$method:t,$param:eS(Array.from(arguments))},e,n)}}})}function rS({path:e,method:t}){return class{constructor(){this.param=Array.from(arguments)}toJSON(){return{$newDb:[...e.map((e=>({$method:e}))),{$method:t,$param:this.param}]}}toString(){return JSON.stringify(this.toJSON())}}}function iS(e,t={}){return JT(new e(t),{get:(e,t)=>ZT("db",t)?oS({$method:t},null,e):function(){return oS({$method:t,$param:eS(Array.from(arguments))},null,e)}})}class sS extends class{constructor({uniClient:e={},isJQL:t=!1}={}){this._uniClient=e,this._authCallBacks={},this._dbCallBacks={},e._isDefault&&(this._dbCallBacks=$w("_globalUniCloudDatabaseCallback")),t||(this.auth=GT(this._authCallBacks)),this._isJQL=t,Object.assign(this,GT(this._dbCallBacks)),this.env=JT({},{get:(e,t)=>({$env:t})}),this.Geo=JT({},{get:(e,t)=>rS({path:["Geo"],method:t})}),this.serverDate=rS({path:[],method:"serverDate"}),this.RegExp=rS({path:[],method:"RegExp"})}getCloudEnv(e){if("string"!=typeof e||!e.trim())throw new Error("getCloudEnv参数错误");return{$env:e.replace("$cloudEnv_","")}}_callback(e,t){const n=this._dbCallBacks;n[e]&&n[e].forEach((e=>{e(...t)}))}_callbackAuth(e,t){const n=this._authCallBacks;n[e]&&n[e].forEach((e=>{e(...t)}))}multiSend(){const e=Array.from(arguments),t=e.map((e=>{const t=e.getAction(),n=e.getCommand();if("getTemp"!==n.$db[n.$db.length-1].$method)throw new Error("multiSend只支持子命令内使用getTemp");return{action:t,command:n}}));return this._callCloudFunction({multiCommand:t,queryList:e})}}{_parseResult(e){return this._isJQL?e.result:e}_callCloudFunction({action:e,command:t,multiCommand:n,queryList:o}){function r(e,t){if(n&&o)for(let n=0;nFw(jw(s,"complete"),e))).then((()=>(r(null,e),Qw(Vw,{type:Ww,content:e}),Promise.reject(e))))}const l=Fw(jw(s,"invoke")),c=this._uniClient;return l.then((()=>c.callFunction({name:"DCloud-clientDB",type:"CLIENT_DB",data:{action:e,command:t,multiCommand:n}}))).then((e=>{const{code:t,message:n,token:o,tokenExpired:l,systemInfo:c=[]}=e.result;if(c)for(let r=0;r(console.warn(n),o)})}}return d=e,Fw(jw(s,"success"),d).then((()=>Fw(jw(s,"complete"),d))).then((()=>{r(d,null);const e=i._parseResult(d);return Qw(Vw,{type:Ww,content:e}),Promise.resolve(e)}));var d}),(e=>(/fc_function_not_found|FUNCTION_NOT_FOUND/g.test(e.message)&&console.warn("clientDB未初始化,请在web控制台保存一次schema以开启clientDB"),a(new ox({code:e.code||"SYSTEM_ERROR",message:e.message,requestId:e.requestId})))))}}const aS="token无效,跳转登录页面",lS="token过期,跳转登录页面",cS={TOKEN_INVALID_TOKEN_EXPIRED:lS,TOKEN_INVALID_INVALID_CLIENTID:aS,TOKEN_INVALID:aS,TOKEN_INVALID_WRONG_TOKEN:aS,TOKEN_INVALID_ANONYMOUS_USER:aS},uS={"uni-id-token-expired":lS,"uni-id-check-token-failed":aS,"uni-id-token-not-exist":aS,"uni-id-check-device-feature-failed":aS};function dS(e,t){let n="";return n=e?`${e}/${t}`:t,n.replace(/^\//,"")}function hS(e=[],t=""){const n=[],o=[];return e.forEach((e=>{!0===e.needLogin?n.push(dS(t,e.path)):!1===e.needLogin&&o.push(dS(t,e.path))})),{needLoginPage:n,notNeedLoginPage:o}}function fS(e){return e.split("?")[0].replace(/^\//,"")}function pS(){return function(e){let t=e&&e.$page&&e.$page.fullPath||"";return t?("/"!==t.charAt(0)&&(t="/"+t),t):t}(function(){const e=wg();return e[e.length-1]}())}function gS(){return fS(pS())}function mS(e="",t={}){if(!e)return!1;if(!(t&&t.list&&t.list.length))return!1;const n=t.list,o=fS(e);return n.some((e=>e.pagePath===o))}const yS=!!hw.uniIdRouter,{loginPage:vS,routerNeedLogin:_S,resToLogin:bS,needLoginPage:wS,notNeedLoginPage:xS,loginPageInTabBar:TS}=function({pages:e=[],subPackages:t=[],uniIdRouter:n={},tabBar:o={}}=hw){const{loginPage:r,needLogin:i=[],resToLogin:s=!0}=n,{needLoginPage:a,notNeedLoginPage:l}=hS(e),{needLoginPage:c,notNeedLoginPage:u}=function(e=[]){const t=[],n=[];return e.forEach((e=>{const{root:o,pages:r=[]}=e,{needLoginPage:i,notNeedLoginPage:s}=hS(r,o);t.push(...i),n.push(...s)})),{needLoginPage:t,notNeedLoginPage:n}}(t);return{loginPage:r,routerNeedLogin:i,resToLogin:s,needLoginPage:[...a,...c],notNeedLoginPage:[...l,...u],loginPageInTabBar:mS(r,o)}}();if(wS.indexOf(vS)>-1)throw new Error(`Login page [${vS}] should not be "needLogin", please check your pages.json`);function SS(e){const t=gS();if("/"===e.charAt(0))return e;const[n,o]=e.split("?"),r=n.replace(/^\//,"").split("/"),i=t.split("/");i.pop();for(let s=0;s-1?o+`&uniIdRedirectUrl=${encodeURIComponent(r)}`:o+`?uniIdRedirectUrl=${encodeURIComponent(r)}`:o);var o,r;TS?"navigateTo"!==e&&"redirectTo"!==e||(e="switchTab"):"switchTab"===e&&(e="navigateTo");const i={navigateTo:_y,redirectTo:by,switchTab:Ty,reLaunch:wy};setTimeout((()=>{i[e]({url:n})}),0)}function ES({url:e}={}){const t={abortLoginPageJump:!1,autoToLoginPage:!1},n=function(){const{token:e,tokenExpired:t}=sx();let n;if(e){if(t-1)&&(wS.indexOf(t)>-1||_S.some((t=>{return n=e,new RegExp(t).test(n);var n})))}(e)&&n){if(n.uniIdRedirectUrl=e,Kw(zw).length>0)return setTimeout((()=>{Qw(zw,n)}),0),t.abortLoginPageJump=!0,t;t.autoToLoginPage=!0}return t}function PS(){!function(){const e=pS(),{abortLoginPageJump:t,autoToLoginPage:n}=ES({url:e});t||n&&CS({api:"redirectTo",redirect:e})}();const e=["navigateTo","redirectTo","reLaunch","switchTab"];for(let t=0;t{const{type:t,content:n}=e;let o=!1;switch(t){case"cloudobject":o=function(e){if("object"!=typeof e)return!1;const{errCode:t}=e||{};return t in uS}(n);break;case"clientdb":o=function(e){if("object"!=typeof e)return!1;const{errCode:t}=e||{};return t in cS}(n)}o&&function(e={}){const t=Kw(zw);tx().then((()=>{const n=pS();if(n&&kS({redirect:n}))return t.length>0?Qw(zw,Object.assign({uniIdRedirectUrl:n},e)):void(vS&&CS({api:"navigateTo",redirect:n}))}))}(n)}))}function IS(e){var t;(t=e).onResponse=function(e){Jw(Vw,e)},t.offResponse=function(e){Gw(Vw,e)},function(e){e.onNeedLogin=function(e){Jw(zw,e)},e.offNeedLogin=function(e){Gw(zw,e)},yS&&($w("_globalUniCloudStatus").needLoginInit||($w("_globalUniCloudStatus").needLoginInit=!0,tx().then((()=>{PS.call(e)})),bS&&AS.call(e)))}(e),function(e){e.onRefreshToken=function(e){Jw(Hw,e)},e.offRefreshToken=function(e){Gw(Hw,e)}}(e)}let OS;const LS="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",MS=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function $S(){const e=sx().token||"",t=e.split(".");if(!e||3!==t.length)return{uid:null,role:[],permission:[],tokenExpired:0};let n;try{n=JSON.parse((o=t[1],decodeURIComponent(OS(o).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(r){throw new Error("获取当前用户信息出错,详细错误信息为:"+r.message)}var o;return n.tokenExpired=1e3*n.exp,delete n.exp,delete n.iat,n}OS="function"!=typeof atob?function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!MS.test(e))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var n,o,r="",i=0;i>16&255):64===o?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return r}:atob;var RS=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}(fw((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const n="chooseAndUploadFile:ok",o="chooseAndUploadFile:fail";function r(e,t){return e.tempFiles.forEach(((e,n)=>{e.name||(e.name=e.path.substring(e.path.lastIndexOf("/")+1)),t&&(e.fileType=t),e.cloudPath=Date.now()+"_"+n+e.name.substring(e.name.lastIndexOf("."))})),e.tempFilePaths||(e.tempFilePaths=e.tempFiles.map((e=>e.path))),e}function i(e,t,{onChooseFile:o,onUploadProgress:r}){return t.then((e=>{if(o){const t=o(e);if(void 0!==t)return Promise.resolve(t).then((t=>void 0===t?e:t))}return e})).then((t=>!1===t?{errMsg:n,tempFilePaths:[],tempFiles:[]}:function(e,t,o=5,r){(t=Object.assign({},t)).errMsg=n;const i=t.tempFiles,s=i.length;let a=0;return new Promise((n=>{for(;a=s)return void(!i.find((e=>!e.url&&!e.errMsg))&&n(t));const c=i[o];e.uploadFile({provider:c.provider,filePath:c.path,cloudPath:c.cloudPath,fileType:c.fileType,cloudPathAsRealPath:c.cloudPathAsRealPath,onUploadProgress(e){e.index=o,e.tempFile=c,e.tempFilePath=c.path,r&&r(e)}}).then((e=>{c.url=e.fileID,o{c.errMsg=e.errMsg||e.message,o{Vm({count:t,sizeType:n,sourceType:i,extension:s,success(t){e(r(t,"image"))},fail(e){a({errMsg:e.errMsg.replace("chooseImage:fail",o)})}})}))}(t),t):"video"===t.type?i(e,function(e){const{camera:t,compressed:n,maxDuration:i,sourceType:s=["album","camera"],extension:a}=e;return new Promise(((e,l)=>{ly({camera:t,compressed:n,maxDuration:i,sourceType:s,extension:a,success(t){const{tempFilePath:n,duration:o,size:i,height:s,width:a}=t;e(r({errMsg:"chooseVideo:ok",tempFilePaths:[n],tempFiles:[{name:t.tempFile&&t.tempFile.name||"",path:n,size:i,type:t.tempFile&&t.tempFile.type||"",width:a,height:s,duration:o,fileType:"video",cloudPath:""}]},"video"))},fail(e){l({errMsg:e.errMsg.replace("chooseVideo:fail",o)})}})}))}(t),t):i(e,function(e){const{count:t,extension:n}=e;return new Promise(((e,i)=>{let s=qm;if("undefined"!=typeof wx&&"function"==typeof wx.chooseMessageFile&&(s=wx.chooseMessageFile),"function"!=typeof s)return i({errMsg:o+" 请指定 type 类型,该平台仅支持选择 image 或 video。"});s({type:"all",count:t,extension:n,success(t){e(r(t))},fail(e){i({errMsg:e.errMsg.replace("chooseFile:fail",o)})}})}))}(t),t)}}})));function DS(e){return{props:{localdata:{type:Array,default:()=>[]},options:{type:[Object,Array],default:()=>({})},spaceInfo:{type:Object,default:()=>({})},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:()=>({mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{},mixinDatacomError:null}),created(){this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((()=>{var e=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((t=>{e.push(this[t])})),e}),((e,t)=>{if("manual"===this.loadtime)return;let n=!1;const o=[];for(let r=2;r{this.mixinDatacomLoading=!1;const{data:o,count:r}=n.result;this.getcount&&(this.mixinDatacomPage.count=r),this.mixinDatacomHasMore=o.length{this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=e,this.mixinDatacomError=e,n&&n(e)})))},mixinDatacomGet(t={}){let n;t=t||{},n="undefined"!=typeof __uniX&&__uniX?e.databaseForJQL(this.spaceInfo):e.database(this.spaceInfo);const o=t.action||this.action;o&&(n=n.action(o));const r=t.collection||this.collection;n=Array.isArray(r)?n.collection(...r):n.collection(r);const i=t.where||this.where;i&&Object.keys(i).length&&(n=n.where(i));const s=t.field||this.field;s&&(n=n.field(s));const a=t.foreignKey||this.foreignKey;a&&(n=n.foreignKey(a));const l=t.groupby||this.groupby;l&&(n=n.groupBy(l));const c=t.groupField||this.groupField;c&&(n=n.groupField(c)),!0===(void 0!==t.distinct?t.distinct:this.distinct)&&(n=n.distinct());const u=t.orderby||this.orderby;u&&(n=n.orderBy(u));const d=void 0!==t.pageCurrent?t.pageCurrent:this.mixinDatacomPage.current,h=void 0!==t.pageSize?t.pageSize:this.mixinDatacomPage.size,f=void 0!==t.getcount?t.getcount:this.getcount,p=void 0!==t.gettree?t.gettree:this.gettree,g=void 0!==t.gettreepath?t.gettreepath:this.gettreepath,m={getCount:f},y={limitLevel:void 0!==t.limitlevel?t.limitlevel:this.limitlevel,startWith:void 0!==t.startwith?t.startwith:this.startwith};return p&&(m.getTree=y),g&&(m.getTreePath=y),n=n.skip(h*(d-1)).limit(h).get(m),n}}}}function BS(e){return $w("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",e.config.spaceId))}async function NS({openid:e,callLoginByWeixin:t=!1}={}){throw BS(this),new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `web`")}async function FS(e){const t=BS(this);return t.initPromise||(t.initPromise=NS.call(this,e).then((e=>e)).catch((e=>{throw delete t.initPromise,e}))),t.initPromise}function jS(e){const t={getSystemInfo:Am,getPushClientId:fh};return function(n){return new Promise(((o,r)=>{t[e]({...n,success(e){o(e)},fail(e){r(e)}})}))}}class qS extends class{constructor(){this._callback={}}addListener(e,t){this._callback[e]||(this._callback[e]=[]),this._callback[e].push(t)}on(e,t){return this.addListener(e,t)}removeListener(e,t){if(!t)throw new Error('The "listener" argument must be of type function. Received undefined');const n=this._callback[e];if(!n)return;const o=function(e,t){for(let n=e.length-1;n>=0;n--)if(e[n]===t)return n;return-1}(n,t);n.splice(o,1)}off(e,t){return this.removeListener(e,t)}removeAllListener(e){delete this._callback[e]}emit(e,...t){const n=this._callback[e];if(n)for(let o=0;o{if(!e)throw new Error("Invalid appId, please check the manifest.json file");if(!t)throw new Error("Invalid push client id");this._appId=e,this._pushClientId=t,this._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),this.emit("open"),this._initMessageListener()}),(e=>{throw this.emit("error",e),this.close(),e}))}async open(){return this.init()}_isUniCloudSSE(e){if("receive"!==e.type)return!1;const t=e&&e.data&&e.data.payload;return!(!t||"UNI_CLOUD_SSE"!==t.channel||t.seqId!==this._seqId)}_receivePushMessage(e){if(!this._isUniCloudSSE(e))return;const t=e&&e.data&&e.data.payload,{action:n,messageId:o,message:r}=t;this._payloadQueue.push({action:n,messageId:o,message:r}),this._consumMessage()}_consumMessage(){for(;;){const e=this._payloadQueue.find((e=>e.messageId===this._currentMessageId+1));if(!e)break;this._currentMessageId++,this._parseMessagePayload(e)}}_parseMessagePayload(e){const{action:t,messageId:n,message:o}=e;"end"===t?this._end({messageId:n,message:o}):"message"===t&&this._appendMessage({messageId:n,message:o})}_appendMessage({messageId:e,message:t}={}){this.emit("message",t)}_end({messageId:e,message:t}={}){this.emit("end",t),this.close()}_initMessageListener(){this._uniPushMessageCallback}_destroy(){this._uniPushMessageCallback}toJSON(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}close(){this._destroy(),this.emit("close")}}const US={tcb:ET,tencent:ET,aliyun:yx,private:AT,alipay:DT};let VS=new class{init(e){let t={};const n=US[e.provider];if(!n)throw new Error("未提供正确的provider参数");var o;return t=n.init(e),function(e){e._initPromiseHub||(e._initPromiseHub=new Pw({createPromise:function(){let t=Promise.resolve();t=new Promise((e=>{setTimeout((()=>{e()}),1)}));const n=e.auth();return t.then((()=>n.getLoginState())).then((e=>e?Promise.resolve():n.signInAnonymously()))}}))}(t),XT(t),function(e){const t=e.uploadFile;e.uploadFile=function(e){return t.call(this,e)}}(t),(o=t).database=function(e){if(e&&Object.keys(e).length>0)return o.init(e).database();if(this._database)return this._database;const t=iS(sS,{uniClient:o});return this._database=t,t},o.databaseForJQL=function(e){if(e&&Object.keys(e).length>0)return o.init(e).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;const t=iS(sS,{uniClient:o,isJQL:!0});return this._databaseForJQL=t,t},function(e){e.getCurrentUserInfo=$S,e.chooseAndUploadFile=RS.initChooseAndUploadFile(e),Object.assign(e,{get mixinDatacom(){return DS(e)}}),e.SSEChannel=qS,e.initSecureNetworkByWeixin=function(e){return function({openid:t,callLoginByWeixin:n=!1}={}){return FS.call(e,{openid:t,callLoginByWeixin:n})}}(e),e.importObject=function(t){return function(n,o={}){o=function(e,t={}){return e.customUI=t.customUI||e.customUI,e.parseSystemError=t.parseSystemError||e.parseSystemError,Object.assign(e.loadingOptions,t.loadingOptions),Object.assign(e.errorOptions,t.errorOptions),"object"==typeof t.secretMethods&&(e.secretMethods=t.secretMethods),e}({customUI:!1,loadingOptions:{title:"加载中...",mask:!0},errorOptions:{type:"modal",retry:!1}},o);const{customUI:r,loadingOptions:i,errorOptions:s,parseSystemError:a}=o,l=!r;return new Proxy({},{get(r,c){switch(c){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function({fn:e,interceptorName:t,getCallbackArgs:n}={}){return async function(...o){const r=n?n({params:o}):{};let i,s;try{return await Fw(jw(t,"invoke"),{...r}),i=await e(...o),await Fw(jw(t,"success"),{...r,result:i}),i}catch(a){throw s=a,await Fw(jw(t,"fail"),{...r,error:s}),s}finally{await Fw(jw(t,"complete"),s?{...r,error:s}:{...r,result:i})}}}({fn:async function r(...u){let d;l&&Wy({title:i.title,mask:i.mask});const h={name:n,type:"OBJECT",data:{method:c,params:u}};"object"==typeof o.secretMethods&&function(e,t){const n=t.data.method,o=e.secretMethods||{},r=o[n]||o["*"];r&&(t.secretType=r)}(o,h);let f=!1;try{d=await t.callFunction(h)}catch(e){f=!0,d={result:new ox(e)}}const{errSubject:p,errCode:g,errMsg:m,newToken:y}=d.result||{};if(l&&Yy(),y&&y.token&&y.tokenExpired&&(ax(y),Qw(Hw,{...y})),g){let e=m;if(f&&a&&(e=(await a({objectName:n,methodName:c,params:u,errSubject:p,errCode:g,errMsg:m})).errMsg||m),l)if("toast"===s.type)zy({title:e,icon:"none"});else{if("modal"!==s.type)throw new Error(`Invalid errorOptions.type: ${s.type}`);{const{confirm:t}=await async function({title:e,content:t,showCancel:n,cancelText:o,confirmText:r}={}){return new Promise(((i,s)=>{$y({title:e,content:t,showCancel:n,cancelText:o,confirmText:r,success(e){i(e)},fail(){i({confirm:!1,cancel:!0})}})}))}({title:"提示",content:e,showCancel:s.retry,cancelText:"取消",confirmText:s.retry?"重试":"确定"});if(s.retry&&t)return r(...u)}}const t=new ox({subject:p,code:g,message:m,requestId:d.requestId});throw t.detail=d.result,Qw(Vw,{type:Xw,content:t}),t}return Qw(Vw,{type:Xw,content:d.result}),d.result},interceptorName:"callObject",getCallbackArgs:function({params:e}={}){return{objectName:n,methodName:c,params:e}}})}})}}(e)}(t),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((e=>{if(!t[e])return;const n=t[e];t[e]=function(){return n.apply(t,Array.from(arguments))},t[e]=function(e,t){return function(n){let o=!1;if("callFunction"===t){const e=n&&n.type||_w;o=e!==_w}const r="callFunction"===t&&!o,i=this._initPromiseHub.exec();n=n||{};const{success:s,fail:a,complete:l}=nx(n),c=i.then((()=>o?Promise.resolve():Fw(jw(t,"invoke"),n))).then((()=>e.call(this,n))).then((e=>o?Promise.resolve(e):Fw(jw(t,"success"),e).then((()=>Fw(jw(t,"complete"),e))).then((()=>(r&&Qw(Vw,{type:Yw,content:e}),Promise.resolve(e))))),(e=>o?Promise.reject(e):Fw(jw(t,"fail"),e).then((()=>Fw(jw(t,"complete"),e))).then((()=>(Qw(Vw,{type:Yw,content:e}),Promise.reject(e))))));if(!(s||a||l))return c;c.then((e=>{s&&s(e),l&&l(e),r&&Qw(Vw,{type:Yw,content:e})}),(e=>{a&&a(e),l&&l(e),r&&Qw(Vw,{type:Yw,content:e})}))}}(t[e],e).bind(t)})),t.init=this.init,t}};(()=>{const e=Ow;let t={};if(e&&1===e.length)t=e[0],VS=VS.init(t),VS._isDefault=!0;else{const t=["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"];let n;n=e&&e.length>0?"应用有多个服务空间,请通过uniCloud.init方法指定要使用的服务空间":"应用未关联服务空间,请在uniCloud目录右键关联服务空间",t.forEach((e=>{VS[e]=function(){return console.error(n),Promise.reject(new ox({code:"SYS_ERR",message:n}))}}))}Object.assign(VS,{get mixinDatacom(){return DS(VS)}}),IS(VS),VS.addInterceptor=Bw,VS.removeInterceptor=Nw,VS.interceptObject=qw})();var zS=VS;const HS="chooseAndUploadFile:fail";function WS(e,t){return e.tempFiles.forEach(((e,n)=>{e.name||(e.name=e.path.substring(e.path.lastIndexOf("/")+1)),t&&(e.fileType=t),e.cloudPath=Date.now()+"_"+n+e.name.substring(e.name.lastIndexOf("."))})),e.tempFilePaths||(e.tempFilePaths=e.tempFiles.map((e=>e.path))),e}function YS(e,t=5,n){const o=(e=JSON.parse(JSON.stringify(e))).length;let r=0,i=this;return new Promise((s=>{for(;r=o)return void(!e.find((e=>!e.url&&!e.errMsg))&&s(e));const l=e[t],c=i.files.findIndex((e=>e.uuid===l.uuid));l.url="",delete l.errMsg,zS.uploadFile({filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,onUploadProgress:e=>{e.index=c,n&&n(e)}}).then((e=>{l.url=e.fileID,l.index=c,t{l.errMsg=e.errMsg||e.message,l.index=c,t{if(t){const n=t(e);if(void 0!==n)return Promise.resolve(n).then((t=>void 0===t?e:t))}return e})).then((e=>!1===e?{errMsg:"chooseAndUploadFile:ok",tempFilePaths:[],tempFiles:[]}:e))}function KS(e={type:"all"}){return"image"===e.type?XS(function(e){const{count:t,sizeType:n=["original","compressed"],sourceType:o,extension:r}=e;return new Promise(((e,i)=>{Vm({count:t,sizeType:n,sourceType:o,extension:r,success(t){e(WS(t,"image"))},fail(e){i({errMsg:e.errMsg.replace("chooseImage:fail",HS)})}})}))}(e),e):"video"===e.type?XS(function(e){const{count:t,camera:n,compressed:o,maxDuration:r,sourceType:i,extension:s}=e;return new Promise(((e,t)=>{ly({camera:n,compressed:o,maxDuration:r,sourceType:i,extension:s,success(t){const{tempFilePath:n,duration:o,size:r,height:i,width:s}=t;e(WS({errMsg:"chooseVideo:ok",tempFilePaths:[n],tempFiles:[{name:t.tempFile&&t.tempFile.name||"",path:n,size:r,type:t.tempFile&&t.tempFile.type||"",width:s,height:i,duration:o,fileType:"video",cloudPath:""}]},"video"))},fail(e){t({errMsg:e.errMsg.replace("chooseVideo:fail",HS)})}})}))}(e),e):XS(function(e){const{count:t,extension:n}=e;return new Promise(((e,o)=>{let r=qm;if("undefined"!=typeof wx&&"function"==typeof wx.chooseMessageFile&&(r=wx.chooseMessageFile),"function"!=typeof r)return o({errMsg:HS+" 请指定 type 类型,该平台仅支持选择 image 或 video。"});r({type:"all",count:t,extension:n,success(t){e(WS(t))},fail(e){o({errMsg:e.errMsg.replace("chooseFile:fail",HS)})}})}))}(e),e)}const JS=e=>{const t=e.lastIndexOf("."),n=e.length;return{name:e.substring(0,t),ext:e.substring(t+1,n)}},GS=e=>{if(Array.isArray(e))return e;return e.replace(/(\[|\])/g,"").split(",")},QS=async(e,t="image")=>{const n=JS(e.name).ext.toLowerCase();let o={name:e.name,uuid:e.uuid,extname:n||"",cloudPath:e.cloudPath,fileType:e.fileType,thumbTempFilePath:e.thumbTempFilePath,url:e.path||e.path,size:e.size,image:{},path:e.path,video:{}};if("image"===t){const t=await(r=e.path,new Promise(((e,t)=>{Bm({src:r,success(t){e(t)},fail(e){t(e)}})})));delete o.video,o.image.width=t.width,o.image.height=t.height,o.image.location=t.path}else delete o.image;var r;return o},ZS=(e,t)=>{const n=e.__vccOpts||e;for(const[o,r]of t)n[o]=r;return n};const ek={name:"uniFilePicker",components:{uploadImage:ZS({name:"uploadImage",emits:["uploadFiles","choose","delFile"],props:{filesList:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1},disablePreview:{type:Boolean,default:!1},limit:{type:[Number,String],default:9},imageStyles:{type:Object,default:()=>({width:"auto",height:"auto",border:{}})},delIcon:{type:Boolean,default:!0},readonly:{type:Boolean,default:!1}},computed:{styles(){return Object.assign({width:"auto",height:"auto",border:{}},this.imageStyles)},boxStyle(){const{width:e="auto",height:t="auto"}=this.styles;let n={};"auto"===t?"auto"!==e?(n.height=this.value2px(e),n["padding-top"]=0):n.height=0:(n.height=this.value2px(t),n["padding-top"]=0),n.width="auto"===e?"auto"!==t?this.value2px(t):"33.3%":this.value2px(e);let o="";for(let r in n)o+=`${r}:${n[r]};`;return o},borderStyle(){let{border:e}=this.styles,t={};if("boolean"==typeof e)t.border=e?"1px #eee solid":"none";else{let n=e&&e.width||1;n=this.value2px(n);let o=e&&e.radius||3;o=this.value2px(o),t={"border-width":n,"border-style":e&&e.style||"solid","border-color":e&&e.color||"#eee","border-radius":o}}let n="";for(let o in t)n+=`${o}:${t[o]};`;return n}},methods:{uploadFiles(e,t){this.$emit("uploadFiles",e)},choose(){this.$emit("choose")},delFile(e){this.$emit("delFile",e)},prviewImage(e,t){let n=[];1===Number(this.limit)&&this.disablePreview&&!this.disabled&&this.$emit("choose"),this.disablePreview||(this.filesList.forEach((e=>{n.push(e.url)})),sy({urls:n,current:t}))},value2px:e=>("number"==typeof e?e+="px":-1===e.indexOf("%")&&(e=-1!==e.indexOf("px")?e:e+"px"),e)}},[["render",function(e,t,n,o,r,i){const s=_f,a=Hp,l=Sp;return Jr(),ti(a,{class:"uni-file-picker__container"},{default:Hn((()=>[(Jr(!0),ei(zr,null,Zo(n.filesList,((e,t)=>(Jr(),ti(a,{class:"file-picker__box",key:t,style:ce(i.boxStyle)},{default:Hn((()=>[li(a,{class:"file-picker__box-content",style:ce(i.borderStyle)},{default:Hn((()=>[li(s,{class:"file-image",src:e.url,mode:"aspectFill",onClick:Vs((n=>i.prviewImage(e,t)),["stop"])},null,8,["src","onClick"]),n.delIcon&&!n.readonly?(Jr(),ti(a,{key:0,class:"icon-del-box",onClick:Vs((e=>i.delFile(t)),["stop"])},{default:Hn((()=>[li(a,{class:"icon-del"}),li(a,{class:"icon-del rotate"})])),_:2},1032,["onClick"])):di("",!0),e.progress&&100!==e.progress||0===e.progress?(Jr(),ti(a,{key:1,class:"file-picker__progress"},{default:Hn((()=>[li(l,{class:"file-picker__progress-item",percent:-1===e.progress?0:e.progress,"stroke-width":"4",backgroundColor:e.errMsg?"#ff5a5f":"#EBEBEB"},null,8,["percent","backgroundColor"])])),_:2},1024)):di("",!0),e.errMsg?(Jr(),ti(a,{key:2,class:"file-picker__mask",onClick:Vs((n=>i.uploadFiles(e,t)),["stop"])},{default:Hn((()=>[ui(" 点击重试 ")])),_:2},1032,["onClick"])):di("",!0)])),_:2},1032,["style"])])),_:2},1032,["style"])))),128)),n.filesList.length[li(a,{class:"file-picker__box-content is-add",style:ce(i.borderStyle),onClick:i.choose},{default:Hn((()=>[er(e.$slots,"default",{},(()=>[li(a,{class:"icon-add"}),li(a,{class:"icon-add rotate"})]),!0)])),_:3},8,["style","onClick"])])),_:3},8,["style"])):di("",!0)])),_:3})}],["__scopeId","data-v-86b162f5"]]),uploadFile:ZS({name:"uploadFile",emits:["uploadFiles","choose","delFile"],props:{filesList:{type:Array,default:()=>[]},delIcon:{type:Boolean,default:!0},limit:{type:[Number,String],default:9},showType:{type:String,default:""},listStyles:{type:Object,default:()=>({border:!0,dividline:!0,borderStyle:{}})},readonly:{type:Boolean,default:!1}},computed:{list(){let e=[];return this.filesList.forEach((t=>{e.push(t)})),e},styles(){return Object.assign({border:!0,dividline:!0,"border-style":{}},this.listStyles)},borderStyle(){let{borderStyle:e,border:t}=this.styles,n={};if(t){let t=e&&e.width||1;t=this.value2px(t);let o=e&&e.radius||5;o=this.value2px(o),n={"border-width":t,"border-style":e&&e.style||"solid","border-color":e&&e.color||"#eee","border-radius":o}}else n.border="none";let o="";for(let r in n)o+=`${r}:${n[r]};`;return o},borderLineStyle(){let e={},{borderStyle:t}=this.styles;if(t&&t.color&&(e["border-color"]=t.color),t&&t.width){let n=t&&t.width||1,o=t&&t.style||0;"number"==typeof n?n+="px":n=n.indexOf("px")?n:n+"px",e["border-width"]=n,"number"==typeof o?o+="px":o=o.indexOf("px")?o:o+"px",e["border-top-style"]=o}let n="";for(let o in e)n+=`${o}:${e[o]};`;return n}},methods:{uploadFiles(e,t){this.$emit("uploadFiles",{item:e,index:t})},choose(){this.$emit("choose")},delFile(e){this.$emit("delFile",e)},value2px:e=>("number"==typeof e?e+="px":e=-1!==e.indexOf("px")?e:e+"px",e)}},[["render",function(e,t,n,o,r,i){const s=Hp,a=Sp;return Jr(),ti(s,{class:"uni-file-picker__files"},{default:Hn((()=>[n.readonly?di("",!0):(Jr(),ti(s,{key:0,class:"files-button",onClick:i.choose},{default:Hn((()=>[er(e.$slots,"default",{},void 0,!0)])),_:3},8,["onClick"])),i.list.length>0?(Jr(),ti(s,{key:1,class:"uni-file-picker__lists is-text-box",style:ce(i.borderStyle)},{default:Hn((()=>[(Jr(!0),ei(zr,null,Zo(i.list,((e,t)=>(Jr(),ti(s,{class:ue(["uni-file-picker__lists-box",{"files-border":0!==t&&i.styles.dividline}]),key:t,style:ce(0!==t&&i.styles.dividline&&i.borderLineStyle)},{default:Hn((()=>[li(s,{class:"uni-file-picker__item"},{default:Hn((()=>[li(s,{class:"files__name"},{default:Hn((()=>[ui(J(e.name),1)])),_:2},1024),n.delIcon&&!n.readonly?(Jr(),ti(s,{key:0,class:"icon-del-box icon-files",onClick:e=>i.delFile(t)},{default:Hn((()=>[li(s,{class:"icon-del icon-files"}),li(s,{class:"icon-del rotate"})])),_:2},1032,["onClick"])):di("",!0)])),_:2},1024),e.progress&&100!==e.progress||0===e.progress?(Jr(),ti(s,{key:0,class:"file-picker__progress"},{default:Hn((()=>[li(a,{class:"file-picker__progress-item",percent:-1===e.progress?0:e.progress,"stroke-width":"4",backgroundColor:e.errMsg?"#ff5a5f":"#EBEBEB"},null,8,["percent","backgroundColor"])])),_:2},1024)):di("",!0),"error"===e.status?(Jr(),ti(s,{key:1,class:"file-picker__mask",onClick:Vs((n=>i.uploadFiles(e,t)),["stop"])},{default:Hn((()=>[ui(" 点击重试 ")])),_:2},1032,["onClick"])):di("",!0)])),_:2},1032,["class","style"])))),128))])),_:1},8,["style"])):di("",!0)])),_:3})}],["__scopeId","data-v-5d376bd5"]])},options:{virtualHost:!0},emits:["select","success","fail","progress","delete","update:modelValue","input"],props:{modelValue:{type:[Array,Object],default:()=>[]},value:{type:[Array,Object],default:()=>[]},disabled:{type:Boolean,default:!1},disablePreview:{type:Boolean,default:!1},delIcon:{type:Boolean,default:!0},autoUpload:{type:Boolean,default:!0},limit:{type:[Number,String],default:9},mode:{type:String,default:"grid"},fileMediatype:{type:String,default:"image"},fileExtname:{type:[Array,String],default:()=>[]},title:{type:String,default:""},listStyles:{type:Object,default:()=>({border:!0,dividline:!0,borderStyle:{}})},imageStyles:{type:Object,default:()=>({width:"auto",height:"auto"})},readonly:{type:Boolean,default:!1},returnType:{type:String,default:"array"},sizeType:{type:Array,default:()=>["original","compressed"]},sourceType:{type:Array,default:()=>["album","camera"]},provider:{type:String,default:""}},data:()=>({files:[],localValue:[]}),watch:{value:{handler(e,t){this.setValue(e,t)},immediate:!0},modelValue:{handler(e,t){this.setValue(e,t)},immediate:!0}},computed:{filesList(){let e=[];return this.files.forEach((t=>{e.push(t)})),e},showType(){return"image"===this.fileMediatype?this.mode:"list"},limitLength(){return"object"===this.returnType?1:this.limit?this.limit>=9?9:this.limit:1}},created(){zS.config&&zS.config.provider||(this.noSpace=!0,zS.chooseAndUploadFile=KS),this.form=this.getForm("uniForms"),this.formItem=this.getForm("uniFormsItem"),this.form&&this.formItem&&this.formItem.name&&(this.rename=this.formItem.name,this.form.inputChildrens.push(this))},methods:{clearFiles(e){0===e||e?this.files.splice(e,1):(this.files=[],this.$nextTick((()=>{this.setEmit()}))),this.$nextTick((()=>{this.setEmit()}))},upload(){let e=[];return this.files.forEach(((t,n)=>{"ready"!==t.status&&"error"!==t.status||e.push(Object.assign({},t))})),this.uploadFiles(e)},async setValue(e,t){const n=async e=>{let t="";return t=e.fileID?e.fileID:e.url,/cloud:\/\/([\w.]+\/?)\S*/.test(t)&&(e.fileID=t,e.url=await this.getTempFileURL(t)),e.url&&(e.path=e.url),e};if("object"===this.returnType)e?await n(e):e={};else{e||(e=[]);for(let t=0;t0?e:[];this.files=[].concat(o)},choose(){this.disabled||(this.files.length>=Number(this.limitLength)&&"grid"!==this.showType&&"array"===this.returnType?zy({title:`您最多选择 ${this.limitLength} 个文件`,icon:"none"}):this.chooseFiles())},chooseFiles(){const e=GS(this.fileExtname);zS.chooseAndUploadFile({type:this.fileMediatype,compressed:!1,sizeType:this.sizeType,sourceType:this.sourceType,extension:e.length>0?e:void 0,count:this.limitLength-this.files.length,onChooseFile:this.chooseFileCallback,onUploadProgress:e=>{this.setProgress(e,e.index)}}).then((e=>{this.setSuccessAndError(e.tempFiles)})).catch((e=>{console.log("选择失败",e)}))},async chooseFileCallback(e){const t=GS(this.fileExtname);(1===Number(this.limitLength)&&this.disablePreview&&!this.disabled||"object"===this.returnType)&&(this.files=[]);let{filePaths:n,files:o}=((e,t)=>{let n=[],o=[];return t&&0!==t.length?(e.tempFiles.forEach((e=>{const r=JS(e.name).ext.toLowerCase();-1!==t.indexOf(r)&&(o.push(e),n.push(e.path))})),o.length!==e.tempFiles.length&&zy({title:`当前选择了${e.tempFiles.length}个文件 ,${e.tempFiles.length-o.length} 个文件格式不正确`,icon:"none",duration:5e3}),{filePaths:n,files:o}):{filePaths:n,files:o}})(e,t);t&&t.length>0||(n=e.tempFilePaths,o=e.tempFiles);let r=[];for(let i=0;i{this.provider&&(e.provider=this.provider);const n=e.name.split("."),o=n.pop(),r=n.join(".").replace(/[\s\/\?<>\\:\*\|":]/g,"_");e.cloudPath=r+"_"+Date.now()+"_"+t+"."+o}))},uploadFiles(e){return e=[].concat(e),YS.call(this,e,5,(e=>{this.setProgress(e,e.index,!0)})).then((e=>(this.setSuccessAndError(e),e))).catch((e=>{console.log(e)}))},async setSuccessAndError(e,t){let n=[],o=[],r=[],i=[];for(let s=0;se.uuid===t.uuid)):t.index;if(-1===a||!this.files)break;if("request:fail"===t.errMsg)this.files[a].url=t.path,this.files[a].status="error",this.files[a].errMsg=t.errMsg,o.push(this.files[a]),i.push(this.files[a].url);else{this.files[a].errMsg="",this.files[a].fileID=t.url;/cloud:\/\/([\w.]+\/?)\S*/.test(t.url)?this.files[a].url=await this.getTempFileURL(t.url):this.files[a].url=t.url,this.files[a].status="success",this.files[a].progress+=1,n.push(this.files[a]),r.push(this.files[a].fileID)}}n.length>0&&(this.setEmit(),this.$emit("success",{tempFiles:this.backObject(n),tempFilePaths:r})),o.length>0&&this.$emit("fail",{tempFiles:this.backObject(o),tempFilePaths:i})},setProgress(e,t,n){this.files.length;const o=Math.round(100*e.loaded/e.total);let r=t;n||(r=this.files.findIndex((t=>t.uuid===e.tempFile.uuid))),-1!==r&&this.files[r]&&(this.files[r].progress=o-1,this.$emit("progress",{index:r,progress:parseInt(o),tempFile:this.files[r]}))},delFile(e){this.$emit("delete",{index:e,tempFile:this.files[e],tempFilePath:this.files[e].url}),this.files.splice(e,1),this.$nextTick((()=>{this.setEmit()}))},getFileExt(e){const t=e.lastIndexOf("."),n=e.length;return{name:e.substring(0,t),ext:e.substring(t+1,n)}},setEmit(){let e=[];"object"===this.returnType?(e=this.backObject(this.files)[0],this.localValue=e||null):(e=this.backObject(this.files),this.localValue||(this.localValue=[]),this.localValue=[...e]),this.$emit("update:modelValue",this.localValue)},backObject(e){let t=[];return e.forEach((e=>{t.push({extname:e.extname,fileType:e.fileType,image:e.image,name:e.name,path:e.path,size:e.size,fileID:e.fileID,url:e.url,uuid:e.uuid,status:e.status,cloudPath:e.cloudPath})})),t},async getTempFileURL(e){e={fileList:[].concat(e)};return(await zS.getTempFileURL(e)).fileList[0].tempFileURL||""},getForm(e="uniForms"){let t=this.$parent,n=t.$options.name;for(;n!==e;){if(t=t.$parent,!t)return!1;n=t.$options.name}return t}}};const tk=ZS(ek,[["render",function(e,t,n,o,r,i){const s=jp,a=Hp,l=Jn("upload-image"),c=$u,u=Jn("upload-file");return Jr(),ti(a,{class:"uni-file-picker"},{default:Hn((()=>[n.title?(Jr(),ti(a,{key:0,class:"uni-file-picker__header"},{default:Hn((()=>[li(s,{class:"file-title"},{default:Hn((()=>[ui(J(n.title),1)])),_:1}),li(s,{class:"file-count"},{default:Hn((()=>[ui(J(i.filesList.length)+"/"+J(i.limitLength),1)])),_:1})])),_:1})):di("",!0),"image"===n.fileMediatype&&"grid"===i.showType?(Jr(),ti(l,{key:1,readonly:n.readonly,"image-styles":n.imageStyles,"files-list":i.filesList,limit:i.limitLength,disablePreview:n.disablePreview,delIcon:n.delIcon,onUploadFiles:i.uploadFiles,onChoose:i.choose,onDelFile:i.delFile},{default:Hn((()=>[er(e.$slots,"default",{},(()=>[li(a,{class:"is-add"},{default:Hn((()=>[li(a,{class:"icon-add"}),li(a,{class:"icon-add rotate"})])),_:1})]),!0)])),_:3},8,["readonly","image-styles","files-list","limit","disablePreview","delIcon","onUploadFiles","onChoose","onDelFile"])):di("",!0),"image"!==n.fileMediatype||"grid"!==i.showType?(Jr(),ti(u,{key:2,readonly:n.readonly,"list-styles":n.listStyles,"files-list":i.filesList,showType:i.showType,delIcon:n.delIcon,onUploadFiles:i.uploadFiles,onChoose:i.choose,onDelFile:i.delFile},{default:Hn((()=>[er(e.$slots,"default",{},(()=>[li(c,{type:"primary",size:"mini"},{default:Hn((()=>[ui("选择文件")])),_:1})]),!0)])),_:3},8,["readonly","list-styles","files-list","showType","delIcon","onUploadFiles","onChoose","onDelFile"])):di("",!0)])),_:3})}],["__scopeId","data-v-5e9fcb2e"]]);function nk(e){return pb({url:"/CxcQxj/cxcQxj/add",method:"post",data:e})}function ok(e){return pb({url:"/CxcQxj/cxcQxj/queryZwmcByUsername",method:"get",data:{username:e}})}const rk={__name:"index",props:{dataId:{type:String,default:""}},setup(e){const t=e,n=ln([]),o={width:64,height:64,border:{color:"#dce7e1",width:2,style:"dashed",radius:"2px"}},r=ln({}),i=()=>{var e;(e={id:t.dataId},pb({url:"/CxcQxj/cxcQxj/queryById",method:"get",data:e})).then((e=>{e.success&&(r.value=e.result.records[0],n.value=r.value.path.split(",").map((e=>{const t=e.split("/").pop(),n=t.split(".").pop();return{name:t,extname:n,url:tw(e)}})))}))},s=ln([]),a=e=>{Mb({processInstanceId:e}).then((e=>{e.success&&(s.value=e.result.records)}))};return zo((()=>{i(),Lb({flowCode:"dev_cxc_qxj",dataId:t.dataId}).then((e=>{e.success&&a(e.result.processInstanceId)}))})),(e,t)=>{const i=Hp,a=jp,l=rw(Qn("uni-file-picker"),tk);return Jr(),ei(zr,null,[li(i,{class:"f-col aic"},{default:Hn((()=>[li(i,{class:"info_box"},{default:Hn((()=>[li(i,{class:"title"},{default:Hn((()=>[ui(" 申请信息 ")])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假职工: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.username_dictText),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 所属单位: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.sysOrgCode_dictText),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 联系方式: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.phone),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假类型: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.type),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假开始时间: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.begintime),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假结束时间: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.endtime),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假天数: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.days),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 审批人: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.examineleader_dictText),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假地点: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.address),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 请假原因: ")])),_:1}),li(a,null,{default:Hn((()=>[ui(J(r.value.reason),1)])),_:1})])),_:1}),li(i,{class:"info f-row aic jcb"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(" 附件: ")])),_:1}),li(l,{modelValue:n.value,"onUpdate:modelValue":t[0]||(t[0]=e=>n.value=e),"image-styles":o},null,8,["modelValue"])])),_:1})])),_:1})])),_:1}),li(i,{class:"f-col aic"},{default:Hn((()=>[li(i,{class:"progress"},{default:Hn((()=>[li(i,{class:"title"},{default:Hn((()=>[ui(" 审批流程 ")])),_:1}),li(i,{class:"progress_box"},{default:Hn((()=>[(Jr(!0),ei(zr,null,Zo(s.value,((e,t)=>(Jr(),ti(i,{class:"box",key:t},{default:Hn((()=>[li(i,{class:"topic f-row aic"},{default:Hn((()=>[li(i,null,{default:Hn((()=>[ui(J(e.name),1)])),_:2},1024),li(i,{class:ue(["status",{complete:"已完成"==e.deleteReason},{refuse:"已拒绝"==e.deleteReason}])},{default:Hn((()=>[ui(J(e.deleteReason),1)])),_:2},1032,["class"])])),_:2},1024),li(i,{class:"name_time"},{default:Hn((()=>[ui(J(e.assigneeName)+" | "+J(e.endTime),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1})])),_:1})])),_:1})],64)}}},ik=ZS(rk,[["__scopeId","data-v-4dc4d50b"]]),sk=ZS({__name:"processCom",props:{info:{type:Array,default:()=>[]}},setup:e=>(t,n)=>{const o=Hp,r=Ip,i=jp;return Jr(),ti(o,{class:"f-col aic"},{default:Hn((()=>[li(o,{class:"info_box"},{default:Hn((()=>[li(o,{class:"title"},{default:Hn((()=>[ui(" 申请信息 ")])),_:1}),(Jr(!0),ei(zr,null,Zo(e.info,((e,t)=>(Jr(),ti(o,{class:"",key:t},{default:Hn((()=>[li(o,{class:"info f-row aic jcb"},{default:Hn((()=>[li(o,{class:""},{default:Hn((()=>[ui(J(e.title)+": ",1)])),_:2},1024),"事项内容"==e.title?(Jr(),ti(r,{key:0,nodes:e.data},null,8,["nodes"])):(Jr(),ti(i,{key:1},{default:Hn((()=>[ui(J(e.data),1)])),_:2},1024))])),_:2},1024)])),_:2},1024)))),128))])),_:1})])),_:1})}},[["__scopeId","data-v-8f3f5a9f"]]),ak=ZS({__name:"supervise",props:{dataId:{type:String,default:""}},setup(e){const t=e,n=[{title:"基本信息",id:1},{title:"事项详情",id:2},{title:"添加下级",id:3},{title:"节点顺序",id:4},{title:"运行计划",id:5}],o=ln(1),r=ln([]),i=()=>{var e;(e={id:t.dataId},pb({url:"/cxcdbxt/dbSxxq/queryById",method:"get",data:e})).then((e=>{if(e.success&&(1==o.value&&s(e.result.jbxxid),2==o.value)){let t=e.result;r.value=[{title:"承办部门",data:t.zbdw},{title:"协办部门",data:t.xbdw},{title:"部门领导",data:t.fgld},{title:"办理人员",data:t.dbry},{title:"要求反馈时间",data:t.yqfksj},{title:"节点名称",data:""},{title:"预计完成时间",data:""},{title:"实际反馈时间",data:t.sjfksj},{title:"自评价",data:t.zpj},{title:"发起时间",data:t.fqsj},{title:"序号",data:""},{title:"概述",data:""},{title:"时间进度",data:""},{title:"事项内容",data:t.sxnr}]}}))},s=e=>{var t;(t={id:e},pb({url:"/cxcdbxt/dbJbxx/queryById",method:"get",data:t})).then((e=>{if(e.success){let t=e.result;r.value=[{title:"督办分类",data:t.fl},{title:"协办部门",data:t.xbbm},{title:"督办部门",data:t.cbbm},{title:"督办人员",data:t.dbry},{title:"督办部门负责人",data:t.zrr},{title:"是否涉密",data:t.sfsm},{title:"计划完成时间",data:t.jhwcsj},{title:"实际完成时间",data:t.wcsj},{title:"完成状态",data:t.wczt},{title:"备注",data:t.bz},{title:"督办事项",data:t.dbsx},{title:"时间进度",data:t.sjjd}]}}))},a=ln([]),l=e=>{console.log("000",e),Mb({processInstanceId:e}).then((e=>{console.log("0088800",e),e.success&&(a.value=e.result.records)}))};return zo((()=>{i(),Lb({flowCode:"dev_db_sxxq_001",dataId:t.dataId}).then((e=>{e.success&&l(e.result.processInstanceId)}))})),(e,t)=>{const s=Hp;return Jr(),ti(s,{class:""},{default:Hn((()=>[li(s,{class:"tab f-row aic"},{default:Hn((()=>[(Jr(),ei(zr,null,Zo(n,((e,t)=>li(s,{class:ue({active:o.value==e.id}),key:t,onClick:t=>{return n=e.id,o.value=n,void i();var n}},{default:Hn((()=>[ui(J(e.title),1)])),_:2},1032,["class","onClick"]))),64))])),_:1}),li(sk,{info:r.value},null,8,["info"]),li(s,{class:"f-col aic"},{default:Hn((()=>[li(s,{class:"progress"},{default:Hn((()=>[li(s,{class:"title"},{default:Hn((()=>[ui(" 审批流程 ")])),_:1}),li(s,{class:"progress_box"},{default:Hn((()=>[(Jr(!0),ei(zr,null,Zo(a.value,((e,t)=>(Jr(),ti(s,{class:"box",key:t},{default:Hn((()=>[li(s,{class:"topic f-row aic"},{default:Hn((()=>[li(s,{class:""},{default:Hn((()=>[ui(J(e.name),1)])),_:2},1024),li(s,{class:ue(["status",{complete:"已完成"==e.deleteReason},{refuse:"已拒绝"==e.deleteReason}])},{default:Hn((()=>[ui(J(e.deleteReason),1)])),_:2},1032,["class"])])),_:2},1024),li(s,{class:"name_time"},{default:Hn((()=>[ui(J(e.assigneeName)+" | "+J(e.endTime),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1})])),_:1})])),_:1})])),_:1})}}},[["__scopeId","data-v-b8ec89d4"]]),lk=function(){const e=je(!0),t=e.run((()=>ln({})));let n=[],o=[];const r=en({install(e){Z_(r),r._a=e,e.provide(eb,r),e.config.globalProperties.$pinia=r,o.forEach((e=>n.push(e))),o=[]},use(e){return this._a?n.push(e):o.push(e),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}();(function(){const e=Ws(dw);return e.use(lk),e.component("leaveApplication",ik),e.component("supervise",ak),e.config.globalProperties.$toast=Yb,{app:e}})().app.use(Bg).mount("#app");export{Pb as $,er as A,ce as B,ei as C,Zo as D,fp as E,zr as F,Jn as G,rw as H,Nf as I,Qn as J,Vs as K,Sv as L,Pm as M,eh as N,uo as O,wp as P,Zi as Q,ns as R,qb as S,Cb as T,uw as U,Qy as V,Tb as W,Sb as X,Eb as Y,Ab as Z,ZS as _,Jr as a,Jb as a0,ew as a1,Xb as a2,Rp as a3,_y as a4,Bp as a5,io as a6,In as a7,sw as a8,mb as a9,Fb as aA,ok as aB,tk as aC,gy as aD,nk as aE,$b as aF,ih as aG,Ht as aH,Gy as aI,$y as aJ,Mm as aK,wy as aL,Vm as aM,Ob as aN,zS as aO,wb as aP,xb as aQ,vb as aR,om as aS,kb as aT,Db as aU,by as aV,Bb as aW,Nb as aX,yb as aa,Hb as ab,tw as ac,gv as ad,Yb as ae,Gb as af,cw as ag,_b as ah,jb as ai,bb as aj,yy as ak,Rb as al,zp as am,ai as an,Ib as ao,pb as ap,So as aq,Sr as ar,oo as as,Tr as at,Oi as au,zo as av,Dm as aw,zy as ax,$u as ay,Mp as az,hn as b,ti as c,li as d,ui as e,Im as f,Lm as g,Ty as h,Hp as i,iv as j,rv as k,Vb as l,_f as m,ue as n,lw as o,jp as p,zb as q,ln as r,Wy as s,gb as t,Ub as u,bi as v,Hn as w,di as x,J as y,ta as z};
diff --git a/unpackage/dist/build/web/assets/index-Cb4xbdNh.css b/unpackage/dist/build/web/assets/index-Cb4xbdNh.css
new file mode 100644
index 0000000..4c51c01
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-Cb4xbdNh.css
@@ -0,0 +1 @@
+.date[data-v-2f857e42]{width:21.5625rem;padding:.625rem .9375rem 0;font-size:.875rem;color:#333}.info[data-v-2f857e42]{background:#f8f8f8;border-radius:.25rem;text-align:center;width:21.5625rem;margin-top:.71875rem}.info .info_title[data-v-2f857e42]{font-size:.75rem;color:#333;padding:.75rem 0;border-bottom:1px solid #EFEFEF}.info .info_title uni-view[data-v-2f857e42]{flex:1}.info .data_box[data-v-2f857e42]{font-size:.75rem;padding-bottom:.75rem;color:#888}.info .data_box .data[data-v-2f857e42]{margin-top:.71875rem}.info .data_box .data uni-view[data-v-2f857e42]{flex:1}
diff --git a/unpackage/dist/build/web/assets/index-D6qSyn8S.css b/unpackage/dist/build/web/assets/index-D6qSyn8S.css
new file mode 100644
index 0000000..21ec39c
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-D6qSyn8S.css
@@ -0,0 +1 @@
+uni-page-body[data-v-e7640994]{background-color:#f8f8f8}body[data-v-e7640994]{background-color:#f8f8f8}.content[data-v-e7640994]{padding-bottom:3.75rem}.nav_box[data-v-e7640994]{position:absolute;bottom:.5rem;left:0;width:calc(100% - 1.875rem)}.back[data-v-e7640994]{padding-left:.9375rem}uni-image[data-v-e7640994]{width:2rem;height:2rem;border-radius:1rem;background-color:#fff;margin-right:.625rem;margin-left:1.5625rem}.name[data-v-e7640994]{font-size:.875rem;color:#fff}.position[data-v-e7640994]{font-size:.75rem;color:#fff}.time_box[data-v-e7640994]{padding:.9375rem}.time_box .box[data-v-e7640994]{padding:1.25rem .9375rem;flex:1;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem}.time_box .box[data-v-e7640994]:nth-child(1){border:.03125rem solid #3AC050;background:#f5fff7;margin-right:.9375rem}.time_box .box[data-v-e7640994]:nth-child(2){background:#fff7f5;border:.03125rem solid #F05C43}.time_box .time[data-v-e7640994]{font-size:.875rem;color:#333}.time_box .time uni-image[data-v-e7640994]{width:.875rem;height:.875rem;margin-left:.3125rem}.time_box .text[data-v-e7640994]{font-size:.75rem;color:#888;margin-top:.5625rem}.checkin[data-v-e7640994]{margin:0 .9375rem;background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;height:25.5625rem}.checkin .status[data-v-e7640994]{font-weight:600;font-size:1.4375rem;color:#f05c43}.checkin .status uni-image[data-v-e7640994]{width:1.8125rem;height:2.15625rem;margin-top:2.21875rem}.checkin .status uni-text[data-v-e7640994]{margin-top:.71875rem}.checkin .out[data-v-e7640994]{background-image:url(/assets/circle1-vEcdVOLz.png)}.checkin .check[data-v-e7640994]{background-image:url(/assets/circle2-PIuZBVHU.png)}.checkin .success[data-v-e7640994]{background-image:url(/assets/circle3-xdPhIODC.png)}.checkin .fail[data-v-e7640994]{background-image:url(/assets/circle4-DgzAdzl1.png)}.checkin .circle[data-v-e7640994]{width:10.9375rem;height:10.9375rem;background-size:10.9375rem 10.9375rem;margin-top:4.6875rem}.checkin .circle .title[data-v-e7640994],.checkin .circle .time[data-v-e7640994]{font-weight:600;font-size:1.4375rem;color:#333}.checkin .circle .title[data-v-e7640994]{margin-top:2.5rem}.checkin .circle .time[data-v-e7640994]{margin-top:.25rem}.checkin .circle .ontime[data-v-e7640994]{font-size:.875rem;color:#888;margin-top:.375rem}
diff --git a/unpackage/dist/build/web/assets/index-DHZB_9cW.css b/unpackage/dist/build/web/assets/index-DHZB_9cW.css
new file mode 100644
index 0000000..63df031
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-DHZB_9cW.css
@@ -0,0 +1 @@
+uni-page-body[data-v-f11fa192]{background-color:#f8f8f8}body[data-v-f11fa192]{background-color:#f8f8f8}.content[data-v-f11fa192]{padding-top:var(--1279a20e);padding-bottom:.75rem}.list[data-v-f11fa192]{padding:0 .9375rem}.list .item[data-v-f11fa192]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.9375rem;margin-top:.75rem;position:relative}.list .item .dot[data-v-f11fa192]{width:.375rem;height:.375rem;background:#ed361d;position:absolute;border-radius:50%;left:.28125rem;top:1.375rem}.list .item .title[data-v-f11fa192]{margin-bottom:.625rem;font-size:.875rem;color:#333}.list .item .time_box[data-v-f11fa192]{font-size:.75rem;color:#888}.list .item .time_box .look[data-v-f11fa192]{position:relative;margin-left:1.875rem}.list .item .time_box .look[data-v-f11fa192]:after{position:absolute;content:" ";width:.0625rem;height:.625rem;background:#999;top:50%;transform:translateY(-50%);left:-.9375rem}.list .item uni-image[data-v-f11fa192]{width:.875rem;height:.6875rem;margin-left:1.9375rem;margin-right:.25rem}.nav_box[data-v-f11fa192]{position:absolute;bottom:.4375rem;width:100%;left:0}.back[data-v-f11fa192]{padding:0 .9375rem}.search[data-v-f11fa192]{position:relative;padding-right:.9375rem;flex:1}.search uni-view[data-v-f11fa192]{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#999}.search uni-input[data-v-f11fa192]{flex:1;height:2.25rem;background:#f8f8f8;border-radius:1.375rem;padding:0 .875rem;color:#333}.search uni-image[data-v-f11fa192]{width:1.0625rem;height:1.0625rem;margin-right:.5rem}
diff --git a/unpackage/dist/build/web/assets/index-Da9LT34f.css b/unpackage/dist/build/web/assets/index-Da9LT34f.css
new file mode 100644
index 0000000..a9de46e
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-Da9LT34f.css
@@ -0,0 +1 @@
+.uni-calendar-item__weeks-box[data-v-ca13b993]{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-ca13b993]{font-size:14px;font-weight:700;color:#001833}.uni-calendar-item__weeks-box-item[data-v-ca13b993]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer}.uni-calendar-item__weeks-box-circle[data-v-ca13b993]{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-ca13b993]{cursor:default}.uni-calendar-item--disable .uni-calendar-item__weeks-box-text-disable[data-v-ca13b993]{color:#d1d1d1}.uni-calendar-item--today[data-v-ca13b993]{position:absolute;top:10px;right:17%;background-color:#dd524d;width:6px;height:6px;border-radius:50%}.uni-calendar-item--extra[data-v-ca13b993]{color:#dd524d;opacity:.8}.uni-calendar-item__weeks-box .uni-calendar-item--checked[data-v-ca13b993]{border-radius:50%;box-sizing:border-box;border:3px solid #fff}.uni-calendar-item--multiple .uni-calendar-item--checked-range-text[data-v-ca13b993]{color:#333}.uni-calendar-item--multiple[data-v-ca13b993]{background-color:#f6f7fc}.uni-calendar-item--multiple .uni-calendar-item--before-checked[data-v-ca13b993],.uni-calendar-item--multiple .uni-calendar-item--after-checked[data-v-ca13b993]{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-ca13b993],.uni-calendar-item--after-checked .uni-calendar-item--checked-text[data-v-ca13b993]{color:#fff}.uni-calendar-item--before-checked-x[data-v-ca13b993]{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-ca13b993]{border-top-right-radius:50px;border-bottom-right-radius:50px;background-color:#f6f7fc}.uni-datetime-picker-view[data-v-8e4813cb]{height:130px;width:270px;cursor:pointer}.uni-datetime-picker-item[data-v-8e4813cb]{height:50px;line-height:50px;text-align:center;font-size:14px}.uni-datetime-picker-btn[data-v-8e4813cb]{margin-top:60px;display:flex;cursor:pointer;flex-direction:row;justify-content:space-between}.uni-datetime-picker-btn-text[data-v-8e4813cb]{font-size:14px;color:#007aff}.uni-datetime-picker-btn-group[data-v-8e4813cb]{display:flex;flex-direction:row}.uni-datetime-picker-cancel[data-v-8e4813cb]{margin-right:30px}.uni-datetime-picker-mask[data-v-8e4813cb]{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-8e4813cb]{border-radius:8px;padding:30px;width:270px;background-color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);transition-duration:.3s;z-index:999}.uni-datetime-picker-time[data-v-8e4813cb]{color:gray}.uni-datetime-picker-column[data-v-8e4813cb]{height:50px}.uni-datetime-picker-timebox[data-v-8e4813cb]{border:1px solid #E5E5E5;border-radius:5px;padding:7px 10px;box-sizing:border-box;cursor:pointer}.uni-datetime-picker-timebox-pointer[data-v-8e4813cb]{cursor:pointer}.uni-datetime-picker-disabled[data-v-8e4813cb]{opacity:.4;cursor:not-allowed!important}.uni-datetime-picker-text[data-v-8e4813cb]{font-size:14px;line-height:50px}.uni-datetime-picker-sign[data-v-8e4813cb]{position:absolute;top:53px;color:#999}.sign-left[data-v-8e4813cb]{left:86px}.sign-right[data-v-8e4813cb]{right:86px}.sign-center[data-v-8e4813cb]{left:135px}.uni-datetime-picker__container-box[data-v-8e4813cb]{position:relative;display:flex;align-items:center;justify-content:center;margin-top:40px}.time-hide-second[data-v-8e4813cb]{width:180px}.uni-calendar[data-v-8dc4a3ee]{display:flex;flex-direction:column}.uni-calendar__mask[data-v-8dc4a3ee]{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-8dc4a3ee]{opacity:1}.uni-calendar--fixed[data-v-8dc4a3ee]{position:fixed;bottom:calc(var(--window-bottom));left:0;right:0;transition-property:transform;transition-duration:.3s;transform:translateY(460px);z-index:99}.uni-calendar--ani-show[data-v-8dc4a3ee]{transform:translateY(0)}.uni-calendar__content[data-v-8dc4a3ee]{background-color:#fff}.uni-calendar__content-mobile[data-v-8dc4a3ee]{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-8dc4a3ee]{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px}.uni-calendar__header-mobile[data-v-8dc4a3ee]{padding:10px 10px 0}.uni-calendar--fixed-top[data-v-8dc4a3ee]{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-8dc4a3ee]{width:50px}.uni-calendar__backtoday[data-v-8dc4a3ee]{position:absolute;right:0;top:.78125rem;padding:0 5px 0 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-8dc4a3ee]{text-align:center;width:100px;font-size:15px;color:#666}.uni-calendar__button-text[data-v-8dc4a3ee]{text-align:center;width:100px;font-size:14px;color:#007aff;letter-spacing:3px}.uni-calendar__header-btn-box[data-v-8dc4a3ee]{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50px;height:50px}.uni-calendar__header-btn[data-v-8dc4a3ee]{width:9px;height:9px;border-left-color:gray;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-8dc4a3ee]{transform:rotate(-45deg)}.uni-calendar--right[data-v-8dc4a3ee]{transform:rotate(135deg)}.uni-calendar__weeks[data-v-8dc4a3ee]{position:relative;display:flex;flex-direction:row}.uni-calendar__weeks-item[data-v-8dc4a3ee]{flex:1}.uni-calendar__weeks-day[data-v-8dc4a3ee]{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-8dc4a3ee]{font-size:12px;color:#b2b2b2}.uni-calendar__box[data-v-8dc4a3ee]{position:relative;padding-bottom:7px}.uni-calendar__box-bg[data-v-8dc4a3ee]{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-8dc4a3ee]{font-size:200px;font-weight:700;color:#999;opacity:.1;text-align:center;line-height:1}.uni-date-changed[data-v-8dc4a3ee]{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-8dc4a3ee]{padding:20px 15px}.uni-date-changed--time-start[data-v-8dc4a3ee],.uni-date-changed--time-end[data-v-8dc4a3ee]{display:flex;align-items:center}.uni-date-changed--time-date[data-v-8dc4a3ee]{color:#999;line-height:50px;margin-right:5px}.time-picker-style[data-v-8dc4a3ee]{display:flex;justify-content:center;align-items:center}.mr-10[data-v-8dc4a3ee]{margin-right:10px}.dialog-close[data-v-8dc4a3ee]{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;padding:0 25px;margin-top:10px}.dialog-close-plus[data-v-8dc4a3ee]{width:16px;height:2px;background-color:#737987;border-radius:2px;transform:rotate(45deg)}.dialog-close-rotate[data-v-8dc4a3ee]{position:absolute;transform:rotate(-45deg)}.uni-datetime-picker--btn[data-v-8dc4a3ee]{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-8dc4a3ee]:active{opacity:.7}.uni-date[data-v-6f474695]{width:100%;flex:1}.uni-date-x[data-v-6f474695]{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:4px;background-color:#fff;color:#666;font-size:14px;flex:1}.uni-date-x .icon-calendar[data-v-6f474695]{padding-left:3px}.uni-date-x .range-separator[data-v-6f474695]{height:35px;padding:0 2px;line-height:35px}.uni-date-x--border[data-v-6f474695]{box-sizing:border-box;border-radius:4px;border:1px solid #e5e5e5}.uni-date-editor--x[data-v-6f474695]{display:flex;align-items:center;position:relative}.uni-date-editor--x .uni-date__icon-clear[data-v-6f474695]{padding-right:3px;display:flex;align-items:center;cursor:pointer}.uni-date__x-input[data-v-6f474695]{width:auto;height:35px;padding-left:5px;position:relative;flex:1;line-height:35px;font-size:14px;overflow:hidden}.text-center[data-v-6f474695]{text-align:center}.uni-date__input[data-v-6f474695]{height:40px;width:100%;line-height:40px;font-size:14px}.uni-date-range__input[data-v-6f474695]{text-align:center;max-width:142px}.uni-date-picker__container[data-v-6f474695]{position:relative}.uni-date-mask--pc[data-v-6f474695]{position:fixed;bottom:0;top:0;left:0;right:0;background-color:rgba(0,0,0,0);transition-duration:.3s;z-index:996}.uni-date-single--x[data-v-6f474695],.uni-date-range--x[data-v-6f474695]{background-color:#fff;position:absolute;top:0;z-index:999;border:1px solid #EBEEF5;box-shadow:0 2px 12px rgba(0,0,0,.1);border-radius:4px}.uni-date-editor--x__disabled[data-v-6f474695]{opacity:.4;cursor:default}.uni-date-editor--logo[data-v-6f474695]{width:16px;height:16px;vertical-align:middle}.popup-x-header[data-v-6f474695]{display:flex;flex-direction:row}.popup-x-header--datetime[data-v-6f474695]{display:flex;flex-direction:row;flex:1}.popup-x-body[data-v-6f474695]{display:flex}.popup-x-footer[data-v-6f474695]{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-6f474695]:hover{color:#007aff;cursor:pointer;opacity:.8}.popup-x-footer .confirm-text[data-v-6f474695]{margin-left:20px;color:#007aff}.uni-date-changed[data-v-6f474695]{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-6f474695]{height:50px;line-height:50px}.uni-date-changed .uni-date-changed--time[data-v-6f474695]{flex:1}.uni-date-changed--time-date[data-v-6f474695]{color:#333;opacity:.6}.mr-50[data-v-6f474695]{margin-right:50px}.uni-popper__arrow[data-v-6f474695],.uni-popper__arrow[data-v-6f474695]:after{position:absolute;display:block;width:0;height:0;border:6px solid transparent;border-top-width:0}.uni-popper__arrow[data-v-6f474695]{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-6f474695]:after{content:" ";top:1px;margin-left:-6px;border-bottom-color:#fff}.content[data-v-bba58193]{padding-top:var(--f4dc8f4a)}[data-v-bba58193] .uni-drawer{margin-top:var(--f4dc8f4a)}.nav[data-v-bba58193]{width:calc(100% - 1.875rem);padding:0 .9375rem;height:var(--f4dc8f4a);font-size:.75rem;color:#333;position:fixed;top:0;left:0;z-index:99;background-image:url(/assets/navbg-M_a7Bl4W.png);background-repeat:no-repeat;background-size:23.4375rem 14.3125rem}.nav_box[data-v-bba58193]{position:absolute;bottom:.8125rem;width:calc(100% - 1.875rem)}.weather_calender uni-image[data-v-bba58193]{width:1.125rem;height:1.125rem;margin-right:.25rem}.weather_calender .position[data-v-bba58193]:not(:last-child){position:relative;margin-right:1.875rem}.weather_calender .position[data-v-bba58193]:not(:last-child):after{position:absolute;content:" ";width:.0625rem;height:.625rem;background:#efefef;right:-.9375rem;top:50%;transform:translateY(-50%)}.swiper[data-v-bba58193]{width:100vw;height:12.5rem}.swiper .swiper-item uni-image[data-v-bba58193]{width:100vw;height:12.5rem;background-color:#a8a8a8}.wrapper[data-v-bba58193]{padding:0 .9375rem;transform:translateY(-1.5625rem)}.wrapper .onduty[data-v-bba58193]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.625rem .75rem .75rem}.wrapper .onduty .title[data-v-bba58193]{font-size:1rem;color:#333;background-size:1.375rem .375rem;background-repeat:no-repeat;background-position:left bottom}.wrapper .onduty .info[data-v-bba58193]{background:#f8f8f8;border-radius:.25rem;text-align:center;width:20.0625rem;margin-top:.71875rem}.wrapper .onduty .info .info_title[data-v-bba58193]{font-size:.75rem;color:#333;padding:.75rem 0;border-bottom:1px solid #EFEFEF}.wrapper .onduty .info .info_title uni-view[data-v-bba58193]{flex:1}.wrapper .onduty .info .data_box[data-v-bba58193]{font-size:.75rem;padding-bottom:.75rem;color:#888}.wrapper .onduty .info .data_box .first[data-v-bba58193]{font-weight:700;color:#333}.wrapper .onduty .info .data_box .data[data-v-bba58193]{margin-top:.71875rem}.wrapper .onduty .info .data_box .data uni-view[data-v-bba58193]{flex:1}.wrapper .more[data-v-bba58193]{font-size:.75rem;color:#999;text-align:right}.wrapper .more uni-image[data-v-bba58193]{width:.3125rem;height:.5625rem}.wrapper .list_wrapper[data-v-bba58193]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.8125rem .75rem .75rem;position:relative;margin-top:.9375rem;width:20.0625rem}.wrapper .list_wrapper[data-v-bba58193]:after{position:absolute;top:3.125rem;left:0;content:" ";width:100%;height:1px;background-color:#efefef}.wrapper .list_wrapper .zhidu[data-v-bba58193]{font-size:.75rem;color:#666;justify-content:flex-end;padding-top:1.25rem}.wrapper .list_wrapper .zhidu uni-view[data-v-bba58193]{width:3.75rem;height:1.875rem;line-height:1.875rem;text-align:center}.wrapper .list_wrapper .zhidu uni-view[data-v-bba58193]:first-child{margin-right:1.25rem}.wrapper .list_wrapper .zhidu .active[data-v-bba58193]{position:relative;color:#3179d6}.wrapper .list_wrapper .zhidu .active[data-v-bba58193]:after{content:" ";width:3.75rem;height:1.875rem;border-radius:1.875rem;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;background-color:rgba(49,121,214,.1)}.wrapper .list_wrapper .list_title[data-v-bba58193]{text-align:center;padding-bottom:.90625rem;font-size:1rem;color:#666}.wrapper .list_wrapper .list_title .active[data-v-bba58193]{position:relative;color:#3179d6}.wrapper .list_wrapper .list_title .active[data-v-bba58193]:after{content:" ";width:3.75rem;height:2.1875rem;border-radius:2.1875rem;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;background-color:rgba(49,121,214,.1)}.wrapper .list_wrapper .list_box[data-v-bba58193]{margin-top:.75rem}.wrapper .list_wrapper .list_box .list[data-v-bba58193]{margin-bottom:.75rem;padding:.9375rem .9375rem 1.09375rem;background:#f8f8f8;border-radius:.25rem}.wrapper .list_wrapper .list_box .list .topic[data-v-bba58193]{font-size:.875rem;color:#333}.wrapper .list_wrapper .list_box .list .time_Box[data-v-bba58193]{font-size:.75rem;color:#888;margin-top:.625rem}.wrapper .list_wrapper .list_box .list .time_Box .time[data-v-bba58193]{margin-right:1.9375rem}.wrapper .list_wrapper .list_box .list .time_Box .look[data-v-bba58193]{position:relative}.wrapper .list_wrapper .list_box .list .time_Box .look[data-v-bba58193]:before{position:absolute;left:-.9375rem;top:50%;transform:translateY(-50%);content:" ";width:.0625rem;height:.625rem;background:#999}.wrapper .list_wrapper .list_box .list .time_Box uni-image[data-v-bba58193]{width:.875rem;height:.6875rem;margin-right:.25rem}
diff --git a/unpackage/dist/build/web/assets/index-Ddj58FqJ.css b/unpackage/dist/build/web/assets/index-Ddj58FqJ.css
new file mode 100644
index 0000000..c6bfe70
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-Ddj58FqJ.css
@@ -0,0 +1 @@
+.nav_box[data-v-cfa00dd6]{position:absolute;bottom:.4375rem;width:100%;left:0}.back[data-v-cfa00dd6]{padding:0 .9375rem}.search[data-v-cfa00dd6]{position:relative;padding-right:.9375rem;flex:1}.search uni-view[data-v-cfa00dd6]{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#999}.search uni-input[data-v-cfa00dd6]{flex:1;height:2.25rem;background:#f8f8f8;border-radius:1.375rem;padding:0 .875rem}.search uni-image[data-v-cfa00dd6]{width:1.0625rem;height:1.0625rem;margin-right:.5rem}.list_box[data-v-cfa00dd6]{padding:.4375rem .9375rem 0;margin-top:.75rem}.list_box .list[data-v-cfa00dd6]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.9375rem;margin-bottom:.9375rem}.list_box .list .title[data-v-cfa00dd6]{border-bottom:1px solid #efefef;padding-bottom:.75rem;margin-bottom:.25rem}.list_box .list .title uni-view[data-v-cfa00dd6]{font-size:.875rem;color:#333}.list_box .list .title uni-text[data-v-cfa00dd6]{font-size:.875rem;color:#999}.list_box .list .info[data-v-cfa00dd6]{font-size:.875rem;color:#666}.list_box .list .info uni-view[data-v-cfa00dd6]{padding-top:.5rem}.list_box .list .btn[data-v-cfa00dd6]{margin-top:.9375rem}.list_box .list .btn uni-view[data-v-cfa00dd6]{width:9.375rem;height:2rem;border-radius:.25rem;font-size:.875rem;text-align:center;line-height:2rem}.list_box .list .btn .entrust[data-v-cfa00dd6]{background:#fff;border:.0625rem solid #01508B;box-sizing:border-box;color:#01508b}.list_box .list .btn .handle[data-v-cfa00dd6]{background:#01508b;color:#fff}.refused[data-v-cfa00dd6]{color:#333}.agreed[data-v-cfa00dd6]{color:#01508b}.handled[data-v-cfa00dd6]{justify-content:flex-end;margin-top:.9375rem}.handled uni-view[data-v-cfa00dd6]{width:4.6875rem;height:2rem;background:#efefef;border-radius:.25rem;text-align:center;line-height:2rem;font-size:.875rem}
diff --git a/unpackage/dist/build/web/assets/index-DjmcDVff.css b/unpackage/dist/build/web/assets/index-DjmcDVff.css
new file mode 100644
index 0000000..c6af6e5
--- /dev/null
+++ b/unpackage/dist/build/web/assets/index-DjmcDVff.css
@@ -0,0 +1 @@
+uni-page-body[data-v-e169defe]{background-color:#f8f8f8}body[data-v-e169defe]{background-color:#f8f8f8}.tasklist[data-v-e169defe]{padding-top:3.125rem}.nav[data-v-e169defe]{background-color:#fff;height:3.125rem;width:100vw;position:fixed;top:0;left:0;z-index:99}.nav .tab_box[data-v-e169defe]{padding:.75rem 0}.nav .tab_box uni-view[data-v-e169defe]{position:relative;font-size:.875rem;color:#666}.nav .tab_box .active[data-v-e169defe]{font-size:.875rem;color:#01508b}.nav .tab_box .active[data-v-e169defe]:after{position:absolute;width:7.1875rem;height:.0625rem;background:#01508b;content:" ";bottom:-.6875rem;left:50%;transform:translate(-50%)}.nav .time_box[data-v-e169defe]{padding:.625rem 0}.nav .time_box .time[data-v-e169defe]{padding:0 .9375rem;width:19.6875rem;height:2.25rem;background:#f8f8f8;border-radius:.25rem}.nav .time_box .time uni-image[data-v-e169defe]{width:1.0625rem;height:1.0625rem}
diff --git a/unpackage/dist/build/web/assets/login-D6Pmdc9j.css b/unpackage/dist/build/web/assets/login-D6Pmdc9j.css
new file mode 100644
index 0000000..0339dd4
--- /dev/null
+++ b/unpackage/dist/build/web/assets/login-D6Pmdc9j.css
@@ -0,0 +1 @@
+[data-v-d55bcbfc] .uni-select{border:none;padding-left:0;height:2.75rem}[data-v-d55bcbfc] .uni-select__input-placeholder{font-size:.875rem;color:#999}[data-v-d55bcbfc] .uni-icons{display:none}.logo[data-v-d55bcbfc]{padding-top:5.75rem}.logo uni-image[data-v-d55bcbfc]{width:14.84375rem;height:6.21875rem}.form[data-v-d55bcbfc]{margin-top:1.875rem}.form .box[data-v-d55bcbfc]{width:17.8125rem;height:2.75rem;background:#f8f8f8;border-radius:1.375rem;padding:0 .9375rem;margin-top:1.25rem;position:relative}.form .box .account_box[data-v-d55bcbfc]{position:absolute;top:3.125rem;left:2.8125rem;width:15.625rem;background-color:#fff;box-shadow:0 0 3px 1px #dfdfdf;z-index:99;border-radius:.3125rem}.form .box .account_box .account[data-v-d55bcbfc]{max-height:6.25rem;overflow-y:auto}.form .box .account_box .account uni-view[data-v-d55bcbfc]{padding:.3125rem}.form .box uni-image[data-v-d55bcbfc]{width:1.25rem;height:1.25rem;margin-right:.625rem}.form .box uni-input[data-v-d55bcbfc]{height:100%;flex:1}.pwd[data-v-d55bcbfc]{justify-content:flex-end;margin-top:.625rem;margin-right:1.875rem;font-size:.75rem;color:#01508b}.pwd uni-image[data-v-d55bcbfc]{width:1.0625rem;height:1.0625rem;margin-right:.125rem}.login[data-v-d55bcbfc]{margin-top:1.96875rem}.login uni-view[data-v-d55bcbfc]{width:19.6875rem;height:2.75rem;background:#4e74fb;border-radius:1.375rem;font-size:1rem;color:#fff;text-align:center;line-height:2.75rem}
diff --git a/unpackage/dist/build/web/assets/logo-8i278XAU.png b/unpackage/dist/build/web/assets/logo-8i278XAU.png
new file mode 100644
index 0000000..84b9aeb
Binary files /dev/null and b/unpackage/dist/build/web/assets/logo-8i278XAU.png differ
diff --git a/unpackage/dist/build/web/assets/manage-DTNL5uOO.css b/unpackage/dist/build/web/assets/manage-DTNL5uOO.css
new file mode 100644
index 0000000..2dac928
--- /dev/null
+++ b/unpackage/dist/build/web/assets/manage-DTNL5uOO.css
@@ -0,0 +1 @@
+.content[data-v-02e8f217]{padding:0 .9375rem .9375rem}.nav_box[data-v-02e8f217]{position:absolute;bottom:.4375rem;width:100%;left:0}.back[data-v-02e8f217]{padding:0 .9375rem}.search[data-v-02e8f217]{position:relative;padding-right:.9375rem;flex:1}.search uni-view[data-v-02e8f217]{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#999}.search uni-input[data-v-02e8f217]{flex:1;height:2.25rem;background:#f8f8f8;border-radius:1.375rem;padding:0 .875rem}.search uni-image[data-v-02e8f217]{width:1.0625rem;height:1.0625rem;margin-right:.5rem}
diff --git a/unpackage/dist/build/web/assets/message_list-BA8cHr_0.css b/unpackage/dist/build/web/assets/message_list-BA8cHr_0.css
new file mode 100644
index 0000000..a0e4735
--- /dev/null
+++ b/unpackage/dist/build/web/assets/message_list-BA8cHr_0.css
@@ -0,0 +1 @@
+.list[data-v-f59fee84]{padding:0 .9375rem}.item[data-v-f59fee84]:not(:last-child){border-bottom:1px solid #EFEFEF}.item[data-v-f59fee84]{height:4.6875rem}.item .name_info[data-v-f59fee84]{flex:1}.item .name[data-v-f59fee84]{font-size:1rem;color:#333}.item .info[data-v-f59fee84]{margin-top:.125rem;width:16.875rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.item .time[data-v-f59fee84],.item .info[data-v-f59fee84]{font-size:.875rem;color:#999}.item uni-image[data-v-f59fee84]{width:3.125rem;height:3.125rem;border-radius:50%;background-color:#f8f8f8;margin-right:.75rem}
diff --git a/unpackage/dist/build/web/assets/my-CSPoiL7o.css b/unpackage/dist/build/web/assets/my-CSPoiL7o.css
new file mode 100644
index 0000000..0c5abb1
--- /dev/null
+++ b/unpackage/dist/build/web/assets/my-CSPoiL7o.css
@@ -0,0 +1 @@
+.operate[data-v-47043d71]{padding:0 .9375rem;transform:translateY(-.3125rem)}.operate .item[data-v-47043d71]{height:3.25rem;border-bottom:1px solid #EFEFEF}.operate .item .version[data-v-47043d71]{font-size:.75rem;color:#888}.operate .switch uni-image[data-v-47043d71]{width:2.125rem;height:1.1875rem}.operate .left[data-v-47043d71]{font-size:.875rem;color:#333}.operate .left uni-image[data-v-47043d71]{width:1.375rem;height:1.375rem;margin-right:.9375rem}.msg[data-v-47043d71]{width:21.5625rem;height:4.4375rem;background-image:url(/assets/bg1-Ckmm4dKp.png);background-size:21.5625rem 4.4375rem;margin-top:.9375rem}.msg .box[data-v-47043d71]{justify-content:center;width:33.33%}.msg .box .num[data-v-47043d71]{font-size:1rem;color:#333;margin-bottom:.125rem}.msg .box uni-text[data-v-47043d71]{font-size:.75rem;color:#888}.msg .box[data-v-47043d71]:not(:last-child){position:relative}.msg .box[data-v-47043d71]:not(:last-child):after{content:" ";width:.03125rem;height:1rem;background:#d8d8d8;position:absolute;right:0;top:50%;transform:translateY(-50%)}.nav[data-v-47043d71]{height:14.3125rem;background-image:url(/assets/navbg-M_a7Bl4W.png);background-size:23.4375rem 14.3125rem}.nav .user[data-v-47043d71]{padding:4rem .9375rem 0}.nav .user .right[data-v-47043d71]{flex:1}.nav .user .avatar[data-v-47043d71]{margin-right:.75rem}.nav .user .avatar uni-image[data-v-47043d71]{width:3.4375rem;height:3.4375rem;border-radius:50%;background-color:#fff}.nav .user .name_job .name[data-v-47043d71]{font-size:1.125rem;color:#333}.nav .user .name_job .status[data-v-47043d71]{padding:.125rem .375rem;background:#55b800;border-radius:.25rem;font-size:.625rem;color:#fff;display:inline-block;margin-left:.25rem}.nav .user .name_job .job[data-v-47043d71]{font-size:.75rem;color:#666;margin-top:.1875rem}.nav .user .shezhi uni-image[data-v-47043d71]{width:1.3125rem;height:1.3125rem}
diff --git a/unpackage/dist/build/web/assets/navbg-M_a7Bl4W.png b/unpackage/dist/build/web/assets/navbg-M_a7Bl4W.png
new file mode 100644
index 0000000..794136b
Binary files /dev/null and b/unpackage/dist/build/web/assets/navbg-M_a7Bl4W.png differ
diff --git a/unpackage/dist/build/web/assets/nocheck.KbQOA3WK.js b/unpackage/dist/build/web/assets/nocheck.KbQOA3WK.js
new file mode 100644
index 0000000..40927e7
--- /dev/null
+++ b/unpackage/dist/build/web/assets/nocheck.KbQOA3WK.js
@@ -0,0 +1 @@
+const A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAAXNSR0IArs4c6QAABzBJREFUeF7tW2mIHEUUfm96ZlTYnenquJsD8QqaGAgeYMwPJV5/1BwbQRSVeAZEwSDemqAQNRpFiKiIN+IN4ppN/KcogiQKBhWCGGKIYNQdt6p7ZiGy29PPfdILsz3VPT3n9mymYX5NddWrr1+98yuE3jMDAezhMROBHiABjegB0gMk2kjMmoaMjo4uyGazJxFRPwDwDxBxHBFLqVTqcH9//+hs2LeOAFIoFPoNw1iFiJcAwIUAsAQA8jU27BDRLwDwDQB85bru14ODg+PtBqltgBCRoZS6AhE3AMBaADiuyc0cJaKdAPCuEOJzRPSanE/7essBIaKs4zg3EdFDAHB6O4QGgAOIuD2fz7+DiBOtXKOlgCil1gHADgA4pZVCRsx1iIg2WZY10qr1WgJIsVg8sVwuvwUAq1slWJ3zjKRSqZvz+bys872q4U0DIqVcjoh8tk+NKQyf/R8B4DAiHiGiPwHgCL9LRAsRcSEALAKA0wDgbHY+Mec96Hne2nnz5u2POb71NkQpxcbyPQDoixICEf8loi8QcTidTo/09fX9HUfoQqGwMJPJrCGiNYh4OREdX+O9EhHd0MwRiot+lRxSyocR8ckaX7BIRNtd193RrMtk151Op+8FAP5FfQCPiDZblrUtDujBMQ0B4oPxVMSCbPlfMQxjay6X+6cRwcLeKZVKA67rbgaAOwAgGzaOiB5pBJS6AfE9yacRmrHfMIz1uVzu11YCEZyrWCwu8TxvmIiWhqzDmjJU7/GpCxDfgH4bobK7XNe9fmBgoNROMKbnHhsbyxmG8QERXRmyXsnzvJX1GNrYgPiu9fswb8K2QgjBdqUtEWTE0UgppZ5GxPtDxhxMpVIr4rrk2IAopTj40cYZDIZlWQ92QivC1pBSbo8AZUQIwR6x5hMLEN9uDIfMtss0zXWd1oygLESUchxnJOz4ENHaOPakJiCcm9i2zQZSF47vd113ZadsRq3PK6XMp1KpPSGG9pBpmktr5T41AbFteyMRvaoRZsIwjOXt9ia1QNB5n3K5/JPOJSPiRtM0X48MIqP+5BTe1w5d1vqCEGJTvQJ3YrxSihPMuzVrHfC1JNTwR2qIlHI1IuoyyaJhGItbHXS1Ciw/eDs4XYmrnJfTAMuydoWtFQmIUupjALhGY8A4NOawPbGPUuqxKeEe18j+kWVZ19UNiJ87FIKVLk7UJiYmBprNTdqNpC8/J5EnBNY6Ojk5ORgmf6iGRByX3UKI2ap71IVjWOxERKsty9qtmywUEKXU8wBwT/ClOJa6LqnbODjMQxLRc5ZlaSPbKED2AsCKgLxeJpNZFLee0ca9xpqa6ynpdPqPYCJKRHsty1pZr4Y4AJALvLRPCHFeLGkSMmgqyt4HAOcExHGEEGZsQLiJlMlkuLQXfIaFEOsTstdYYiilPgGAq4ODM5nMAp2ma4+M4zjne573ncZ+vGya5l2xJEnIIKXUiwBQJbOfAXP2PuPRAmLb9qVcA9XsaYsQ4omE7DWWGFLKRxGxSmZEvMw0zS9jAeIXjz/TrHibEOLNWJIkZJBS6hYA0Mk8JISo2qNWQ+YYILcCwBua77NuykFw++TYOjJKKS5Ib9XYw/hHZi4ZVdu2XyKiO4OA1GVUx8fH509OTv41R9wudwiGgntJp9PzdRyUqEjV1nA4ujEw+wEAzm0qMOOXpZR7EPGCwERdFbr7ms5941TlPhoK3aWUz05RnO7TGKOaZbiEeFywbft2InotKE9DyZ2U8ipE1FWWuin9Z/mv0gBSf/o/Ojral8lkmPg2o8DSLQUilj+bzRY0jIHGCkS+HfkQEa/VIJz4EmJYyE5EjZUQfUC6ssjst125yBwsXzApp/EiM3fDbNtmauQZGkN57LUhGIQwSw0ASW1UnVkul39uS6OKAfFbmawlzPkKPolqZfqV9j0AsEwj62+maZ7VdCvTtyXM8arKDP1FE9Pstm2b0/kwhkJrmt3TSCulGJA1uqArIXSIZxDxgZCgcKcQgjm0NZ+aze7pGRzHsfyy4uIwUGaRMLMtAoz2EGYYhLGxsWVMN9D1TKePTycpVb7NeD+CMNw+StW0Vkgp2Z4weWZGwlShNZ0i3bE34dReZ0BZnPaT7ipAYS7ZrNAy/aBrS2JomQFQuJodpik8tGXEXc5N0un0Jt9WVEWgFRraeeJu4Pgwtfv/G1FhT6PUbq5nuK7L1O4hbhskmto9vXnf0LJL1nofDUih5H8m/TP5f4rCxeR/5rQx+T9KAyunn33yf8Alvx0Wp9R0/s0PSM71kMq9+B6I+V26ML/5bVfPkMwLRJVy+lfMNhARR426LLkVwHTHFbMAMEy5Zg76jYjILOIgtaleYLrzEqJul77LXDV13fRiALgIEfkGw7F1TbXW52eXWi6XT+aLzP5lZr7IXOKfYRi/zxZLKXZyV2uDc+X/HiCBL9kDpAdI9OHuaUgAn/8AoCuXcm9xPHMAAAAASUVORK5CYII=";export{A as _};
diff --git a/unpackage/dist/build/web/assets/office-CL2F7U0O.css b/unpackage/dist/build/web/assets/office-CL2F7U0O.css
new file mode 100644
index 0000000..e12c1b9
--- /dev/null
+++ b/unpackage/dist/build/web/assets/office-CL2F7U0O.css
@@ -0,0 +1 @@
+.drag[data-v-587661a5]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;margin:.75rem .9375rem 0}.drag .title[data-v-587661a5]{font-size:.875rem;color:#333;padding:.9375rem 0 0 .9375rem}.inner uni-image[data-v-587661a5]{width:3.0625rem;height:3.0625rem;background-color:#efefef}.inner .text[data-v-587661a5]{font-size:.875rem;color:#333;margin-top:.625rem}.placeholder[data-v-587661a5]{height:var(--01cc6171)}.nav[data-v-587661a5]{width:calc(100% - 1.875rem);padding:0 .9375rem;height:var(--01cc6171);font-size:.75rem;color:#fff;position:fixed;top:0;left:0;z-index:99;background-image:url(/assets/navbg-M_a7Bl4W.png);background-repeat:no-repeat;background-size:23.4375rem 14.3125rem}.content[data-v-587661a5]{padding:0 .9375rem .625rem}.list[data-v-587661a5]{margin-bottom:.75rem}.list .item[data-v-587661a5]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.9375rem 0;margin-top:.75rem}.list .item .title[data-v-587661a5]{font-size:.875rem;color:#333;padding-left:.9375rem}.list uni-image[data-v-587661a5]{width:3.0625rem;height:3.0625rem}.list .info_box[data-v-587661a5]{flex-wrap:wrap}.list .info_box .info[data-v-587661a5]{margin-top:1.25rem;width:25%}.list .info_box .info .text[data-v-587661a5]{font-size:.875rem;color:#333;margin-top:.625rem}
diff --git a/unpackage/dist/build/web/assets/pages-checkin-index.CeZ1Xtbt.js b/unpackage/dist/build/web/assets/pages-checkin-index.CeZ1Xtbt.js
new file mode 100644
index 0000000..3e70a89
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-checkin-index.CeZ1Xtbt.js
@@ -0,0 +1 @@
+import{_ as a,u as s,H as A,J as e,a as l,c as t,w as c,n as o,b as f,i as u,d as i,e as r,y as d,ak as n,m as w,p as x}from"./index-CJjp0rBm.js";import{_ as g}from"./uni-icons.C1BHJOhS.js";import{c as m}from"./customNav.ByZDnwTS.js";/* empty css */const E=a({__name:"index",setup(a){const E=s(),B=()=>{n()};return(a,s)=>{const n=A(e("uni-icons"),g),v=u,p=w,C=x;return l(),t(v,{class:o(["content",{gray:1==f(E).isgray}])},{default:c((()=>[i(m,null,{default:c((()=>[i(v,{class:"nav_box f-row aic"},{default:c((()=>[i(v,{class:"back",onClick:B},{default:c((()=>[i(n,{type:"left",size:"20",color:"#fff"})])),_:1}),i(v,{class:"avatar"},{default:c((()=>[i(p,{src:f(E).userinfo.avatar,mode:""},null,8,["src"])])),_:1}),i(v,{class:"f-col"},{default:c((()=>[i(v,{class:"name"},{default:c((()=>[r(d(f(E).userinfo.realname),1)])),_:1}),i(v,{class:"position"},{default:c((()=>[r(d(f(E).role),1)])),_:1})])),_:1})])),_:1})])),_:1}),i(v,{class:"time_box f-row aic jcb"},{default:c((()=>[i(v,{class:"box"},{default:c((()=>[i(v,{class:"time f-row aic"},{default:c((()=>[i(v,{class:""},{default:c((()=>[r(" 上班 9:30 ")])),_:1}),i(p,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAABJZJREFUaEPdm11oHFUUx/9nVleEWqGR+JFa4oP4ASpaTdqNmqnogwVt3WR9sYJgEdQXsb5YCyJofLHgiwq2gmJBaDZr40NVFLNJmrF+1AcLfqBgQeNHcIVowe7K3KN3Zmed3ezO3js7MwkzMBB2zz3n/PbcufecMzeEiK/C4UJmsd++AaBbAFxZvy8FcF79lhb/qt8/AvjGvXl+YCnzxeS9k3aULlEUyjZ//tDZ5/z5x3YY2AXwHQDOD6l3GaAPIHCoun7D0RM3vvpPSD2NYT0BbrUK5xo1+zEG7QHQ16szLeMrBN4vspkXP85N/h1WdyhAOQ1/vtB+gJmeATAQ1rjiuEUifvqS3zKvh5m+2oAj5fE7BfgFAq5WdDASMQa+MkBPLJjFd3UUqgMyKDebfxagvToGopflCWu0tA8EVtGtBGjOFNbVDHEIjB0qSmOXIUxnhbGrvG3ydDdbXQG3zOwcNCjzDoBruilL+PuTgu27j287cirIbiBgHe4TAP0JO69qbkmwPRwE2RHQmZYkrDUYuVb4k1k2cp2ma3tAuaDMjb29Zp65bvEkTFu3Tt3TbuFpC5gr559b/dWyG1Xr9zxhmaWnWj9dASj3OQYf1VW/FuQJtL11n2wClBnKT/3iy6Q38ah+HJkMbFwyrvVnPE2AI7P5B5npYFQGV0MPEe9eGC295tluAMrEmWriuwRyy7i5FzlrXO4l6A3AkXL+SQZNxG1dUX8VoIcJ+F6A3yDgMsVxjhiB9y6YpefdvwE49dzpyi8xlDw6fnmyVSLkF0annIVuZL6wSdiirAlZqa7ru1jWkw5g7qPxHTD4SBhvIh7TBOfpDgUpaKd1W3HaBZwdK4IxFrGzuurawvkh2RbzADapKaaiZRYL5PZQRKWHNoOavWCpQLgGpN46sTywZPTR1rnCEAkhE+rVupTgho/ftz5z5swcgOvUHeUhypXHHv+v27VffVCkkjpw7wPYoml9D+XK+QMA7dYc2BBn4DCBBwEa0tQRNxwAPigjKMMue5ghLnrUMosvmzPmWTW64C2AxxWVJADneDIvAX8AMKjomE/MhfM+0IBMCk66dkoC/q6/wTfDaUAmCSfdqkjAKoCsRgRfscypRzrJB0QyaTjpYi1yQKm1DeRqwDUAI5ui/qj6IO/y55adIl/f58JsBUGTz5mikSwy7ay4kBuut8zSZ0FexATXWGR63iY0nt8VojHCedtEbxs90H5FVYGOGU66cCCiVE0fMgE4CeikajcB9KnKLx4sow6ZEJxM1YYiLpe6QyYHB7dcklGJtuDtDJkgnOzGuAWvAxh5y2IlZLJwAPwti3iaTv9DJg4HNDedZBRjaRsS9hm28Z6dES8RY7j3hUxNw4q2oRyW+savE8U0t+4lYOpfvrjPYopfn3mPcKpfgDqQaX+F7VblaT6EUJ+rqT5G4j2PqT4I5EGm+ihXIzlK82E8fwaY3uOUPspUH4j1RzO1R5pbi5bGofQM3w/G7T28LV4G4UPY9OaaOJTerjpzEvaLsJmEuBngqwC6AkDAvxXwtwB9zYZxbOOvOBHmXHZQlfgvMmKUx7QXCQ4AAAAASUVORK5CYII=",mode:""})])),_:1}),i(v,{class:"text"},{default:c((()=>[r(" 重庆市渝北区上弯路 ")])),_:1})])),_:1}),i(v,{class:"box"},{default:c((()=>[i(v,{class:"time f-row aic"},{default:c((()=>[i(v,{class:""},{default:c((()=>[r(" 下班 16:30 ")])),_:1}),i(p,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAABP1JREFUaEPlm11sFFUUx/9nyi41cWdKUECNkRcikOiDH5gQefNFolSDs+uDGhMJD+w2KYUX0UhBhZfWkuyuD6CJCTzYWfxAETXxRTQmmpgYTCDKgzTGYEmLnS1i2tI59m47y3a/Zu6d7XaZTtKk6cw59/zuufeec+89JTT4YdNsy9+pPUTkbAHRegavB9O9IMSAwo94xsEYZ8KQBvzOwAXW+KxxGb9QLjfdSJOoEcp4587IeMTeCuIXGXgCgKGo1wbhawJOxCY6vqKjR6cU9RTFAgHybvM2e5K6ibAHwMqgxsyTJ4yAkUGE08ZA7qqqbiVAMQzHV+NlB3SAgHtUG/cpd21mRAzoET5MA7n/fMqoe9BOJZ4EuA/ARtnGgn1PQyAnaaRzX8jo8e1BBmg8GX+LCftkGmjwtwzgoJ6xxMgRv3s+vgCv7DJvX96GE2Dq9NTYhA8I/PH19vaX1vQd/9erOU/Af7qfX0s3nM8IeMBLWTPfE/G56ba2zhVHPrxUr926gAJOu+H8CGBVM42XaOuKs0x7rB5kTUAxLKMa/dBqniuHF568vrx9c63hWhVQLCj5LvOTVplzXh4VczKWyT1XbeGpCphPxt9e5NXSi6nyPdFBIz24v8LD5X+Yi3Nn5FtYdAkG8dPlcXKeBwuJ8mo61/wg3qjOoSE94mwozXjmAeZT5isMek++OT4N0EUAu+Vlq0oMALwOoKcU9L1pZKw3XLkiYCFxnqKL8rkln9bvwHbqzU2OJeN9c4m3gl2zIszo78hae7nXjOZH8JEC5DVE+D43QS8CjiXjrxLhkJxlN+FcuSCQLpyrKwBkr5GxDgg9BUCxn8tHxy7LbXkq4VzD7K5EP5h7ZDqrHC4QJGFEn+i4W+wnC4D5ZKKTiT+VMUhsYYyMVRNCxpO14G52WHwAjG4Z+4iwTU9bn88CpuInGdguo6B0vtSS8wPpDSc/Ggr2ECwjbSVoLjSMqh4zeBlYDzKIrA9n2PowryS7y9wEJpFQKz8qhqrIyBrIGj9C+aTZw0T9ssLl33sZXLrwyHwb0K4eGuuKHyPGjoCK5sWwenNSvBNxLsi89WvrTEw/RnbKPAvQFr9CXt95eaeevEp4qaePgW/JTsb/AGGtl+Ey71UgGw03O6RwiexUfEQuwPtDlYH0E078tVrx1VUBOAEgqqigrpgfyAWEE7ZNLgnAMA/R0aWwyIQ3TAD8XfgDfSumao1aWYl5D9m7Eo9C45+ChAmvcFDNYBUZaRsd2hT+7ZLolYXa8PpJvxbKk8Q4qWctc8GOLPzAuUPOC9JOxd+RPZIkpmf07OCpcB46AaP6ZMddxUMn0ZNhOjZkxr6OrHVYcIXu4JeBv4wIr3OP70N3dE/gHXom9747v0N2+YLz+jA/WFotVXE/eAtfn4kZt9XIDH5ZmhCE5gKUGIf0rPVaebYTiitsEJ/S07lnfV9hi164VYoQZq4cfp10ePOqd3Oi5KviWbplJG5XtGohkPAcL9O2BSoEciFbrZRLzLmJabxQa1h6rqLVxnKLFONBrJaxrPV6Q4vxSoEXr5wS5wHaWx7nvDbBnsV4Vb3ZxIJYkVtq4P2xYXygUs+tBFjcxy1kSTMwKvaJRpSPqFT6Vs1Fvdxd630ji9IJ+AZMx2NTxplFL0qvNXzza/AwOXjc0WgDMd9f698KQPwnE/2mOXyBNXyv/42fVYZhPcf8DzfeHw72RL/BAAAAAElFTkSuQmCC",mode:""})])),_:1}),i(v,{class:"text"},{default:c((()=>[r(" 打卡已超时 ")])),_:1})])),_:1})])),_:1}),i(v,{class:"checkin"},{default:c((()=>[i(v,{class:"f-col aic"},{default:c((()=>[i(v,{class:"status f-col aic"},{default:c((()=>[i(p,{src:"/assets/position4-B7FNxRR3.png",mode:""}),i(C,null,{default:c((()=>[r("打卡失败")])),_:1})])),_:1}),i(v,{class:o(["circle","f-col","aic","out","check","success","fail"])},{default:c((()=>[i(v,{class:"title"},{default:c((()=>[r(" 上班打卡 ")])),_:1}),i(v,{class:"time"},{default:c((()=>[r(" 9:00 ")])),_:1}),i(v,{class:"ontime"},{default:c((()=>[r(" 已超时 ")])),_:1})])),_:1})])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-e7640994"]]);export{E as default};
diff --git a/unpackage/dist/build/web/assets/pages-document-detail.C4cITdx4.js b/unpackage/dist/build/web/assets/pages-document-detail.C4cITdx4.js
new file mode 100644
index 0000000..9ed015e
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-document-detail.C4cITdx4.js
@@ -0,0 +1 @@
+import{_ as a,u as l,r as e,o as s,a as t,c as d,w as u,n,b as i,i as r,d as v,e as c,y as o,C as f,D as p,F as _,p as g,a1 as m,a4 as y}from"./index-CJjp0rBm.js";const j=a({__name:"detail",setup(a){const j=l(),k=e({});var w=!1;return s((a=>{k.value=JSON.parse(a.data),0==a.id?k.value.pdf=k.value.wjbt:2==a.id?k.value.jdwj?k.value.pdf=k.value.jdwj+","+k.value.sszd:k.value.pdf=k.value.sszd:3==a.id&&(k.value.pdf=k.value.mingcheng),w=!0})),(a,l)=>{const e=r,s=g;return t(),d(e,{class:n(["content",{gray:1==i(j).isgray}])},{default:u((()=>[v(e,{class:"title_box"},{default:u((()=>[v(e,{class:"title"},{default:u((()=>[c(o(k.value._title),1)])),_:1}),v(e,{class:"time"},{default:u((()=>[c(o(k.value._time),1)])),_:1})])),_:1}),v(e,{class:"document f-row"},{default:u((()=>[v(s,{class:""},{default:u((()=>[c(" 附件: ")])),_:1}),v(e,{class:"f-col"},{default:u((()=>[i(w)?(t(),d(e,{key:0},{default:u((()=>{var a,l;return[(t(!0),f(_,null,p(null==(l=null==(a=k.value)?void 0:a.pdf)?void 0:l.split(","),((a,l)=>(t(),d(e,{class:"",style:{padding:"5rpx 0"},onClick:l=>{return e=`/pages/document/onlinePreview?data=${JSON.stringify(a)}`,void y({url:e});var e}},{default:u((()=>[c(o(a),1)])),_:2},1032,["onClick"])))),256))]})),_:1})):(t(),d(e,{key:1},{default:u((()=>{var a,l;return[(t(!0),f(_,null,p(null==(l=null==(a=k.value)?void 0:a.pdf)?void 0:l.split(","),((a,l)=>(t(),d(e,{class:"",style:{padding:"5rpx 0"},onClick:l=>i(m)(a)},{default:u((()=>[c(o(a),1)])),_:2},1032,["onClick"])))),256))]})),_:1}))])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-66fe160c"]]);export{j as default};
diff --git a/unpackage/dist/build/web/assets/pages-document-index.BrkzKRzt.js b/unpackage/dist/build/web/assets/pages-document-index.BrkzKRzt.js
new file mode 100644
index 0000000..818d4d7
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-document-index.BrkzKRzt.js
@@ -0,0 +1 @@
+import{_ as a,R as e,u as s,r as l,a6 as t,o as u,U as c,V as o,ag as r,H as i,J as n,a as d,c as f,w as _,n as m,b as v,W as p,Y as g,X as b,i as h,d as y,e as w,x,C as k,D as z,F as N,Z as j,$ as C,ak as S,I as V,m as $,p as B,y as D,a1 as F,a2 as I,a4 as J}from"./index-CJjp0rBm.js";import{_ as T}from"./uni-icons.C1BHJOhS.js";import{_ as U}from"./search.CZFzeEJF.js";import{c as H}from"./customNav.ByZDnwTS.js";/* empty css */const O=a({__name:"index",setup(a){e((a=>({"1279a20e":a.cusnavbarheight})));const O=s(),R=l(!0),W=l(""),X=l([]);let Y=1,Z=!1;const q=(a,e,s,l)=>(a.map((a=>{a._title=a[e],a._time=a[s],a._depart=a[l]})),a),A=()=>{if(W.value.trim())return"*"+W.value+"*"},E=()=>{Y=1,Z=!1,X.value=[],M()};t(W,((a,e)=>{a.trim()||M()}));const G=()=>{S()},K=l(null);let L=null;u((a=>{K.value=a.id,L=a.zhiduid,M()}));const M=()=>{0==K.value?(Z=!0,p({pageNo:Y,pageSize:15,fwbt:A()}).then((a=>{a.success&&(X.value=[...X.value,...q(a.result.records,"fwbt","fwtime",null)]),Z=!1})).catch((a=>{console.log("err",a)}))):1==K.value?(Z=!0,b({pageNo:Y,pageSize:15,neirong:A()}).then((a=>{a.success&&(X.value=[...X.value,...q(a.result.records,"neirong","fbdw","createTime")]),Z=!1})).catch((a=>{console.log("err",a)}))):2==K.value?(Z=!0,(0==L?j:C)({pageNo:Y,pageSize:15,zdmc:A()}).then((a=>{if(a.success){let e=0==L?"zbbm_dictText":"sbbm";X.value=[...X.value,...q(a.result.records,"zdmc",e,null)]}Z=!1})).catch((a=>{console.log("err",a)}))):3==K.value&&(Z=!0,g({pageNo:Y,pageSize:15,flfgmc:A()}).then((a=>{a.success&&(X.value=[...X.value,...q(a.result.records,"flfgmc","ssbm",null)]),Z=!1})).catch((a=>{console.log("err",a)})))};return c((()=>{Y=1,Z=!1,X.value=[],M(),o()})),r((()=>{Z||(Y++,M())})),(a,e)=>{const s=i(n("uni-icons"),T),l=h,t=V,u=$,c=B;return d(),f(l,{class:m(["content",{gray:1==v(O).isgray}])},{default:_((()=>[y(H,null,{default:_((()=>[y(l,{class:"nav_box f-row aic jcb"},{default:_((()=>[y(l,{class:"back f-row aic",onClick:G},{default:_((()=>[y(s,{type:"left",size:"20",color:"#fff"})])),_:1}),y(l,{class:"search f-row aic"},{default:_((()=>[y(t,{type:"text",modelValue:W.value,"onUpdate:modelValue":e[0]||(e[0]=a=>W.value=a),onConfirm:E,onBlur:e[1]||(e[1]=a=>R.value=!W.value),onFocus:e[2]||(e[2]=a=>R.value=!1)},null,8,["modelValue"]),R.value?(d(),f(l,{key:0,class:"f-row aic"},{default:_((()=>[y(u,{src:U,mode:""}),y(c,null,{default:_((()=>[w("搜索")])),_:1})])),_:1})):x("",!0)])),_:1})])),_:1})])),_:1}),y(l,{class:"list"},{default:_((()=>[(d(!0),k(N,null,z(X.value,((a,e)=>(d(),f(l,{class:"item",key:e,onClick:e=>((a,e)=>{if(3==K.value)return F(e.mingcheng);I(a,(()=>{J({url:a})}))})(`/pages/document/detail?data=${JSON.stringify(a)}&id=${K.value}`,a)},{default:_((()=>[y(l,{class:"title"},{default:_((()=>[w(D(a._title),1)])),_:2},1024),y(l,{class:"time_box f-row aic"},{default:_((()=>[y(l,{class:"time"},{default:_((()=>[w(D(a._time),1)])),_:2},1024),a._depart?(d(),f(l,{key:0,class:"look f-row aic"},{default:_((()=>[w(D(a._depart),1)])),_:2},1024)):x("",!0)])),_:2},1024)])),_:2},1032,["onClick"])))),128))])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-f11fa192"]]);export{O as default};
diff --git a/unpackage/dist/build/web/assets/pages-document-onlinePreview.BK6fgFt2.js b/unpackage/dist/build/web/assets/pages-document-onlinePreview.BK6fgFt2.js
new file mode 100644
index 0000000..8926942
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-document-onlinePreview.BK6fgFt2.js
@@ -0,0 +1 @@
+import{u as e,o as s,a,c as r,w as n,n as o,b as t,i as c,an as i}from"./index-CJjp0rBm.js";import{B as l}from"./base64.DbTIYEg2.js";import"./_commonjsHelpers.lGe4XDVY.js";const m={__name:"onlinePreview",setup(m){const d=e();var p="";return s((e=>{var s=JSON.parse(e.data);p="https://10.75.166.6/preview/onlinePreview?url="+l.encode(encodeURIComponent(s)),console.log(s)})),(e,s)=>{const l=c;return a(),r(l,{class:o(["content",{gray:1==t(d).isgray}])},{default:n((()=>[i("iframe",{id:"bdIframe",src:t(p),ref:"bdIframe",style:{border:"none"},class:"iframe"},null,8,["src"])])),_:1},8,["class"])}}};export{m as default};
diff --git a/unpackage/dist/build/web/assets/pages-leave-application.C9H4Fv9s.js b/unpackage/dist/build/web/assets/pages-leave-application.C9H4Fv9s.js
new file mode 100644
index 0000000..f99a701
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-leave-application.C9H4Fv9s.js
@@ -0,0 +1 @@
+import{ap as e,_ as a,H as l,J as t,a as o,c as s,w as n,d as i,n as d,B as u,x as r,A as c,C as h,F as f,am as p,I as m,i as y,aq as v,ar as g,r as b,as as C,K as k,e as _,y as S,b as V,D as w,p as x,at as B,au as $,av as I,M as j,a6 as z,aw as L,ax as P,ay as A,az as F,a7 as M,u as T,o as E,aA as N,aB as U,v as D,aC as H,aD as K,aE as q,aF as O,ak as R,L as J}from"./index-CJjp0rBm.js";import{_ as Q}from"./uni-icons.C1BHJOhS.js";import{_ as G}from"./uni-popup.DERhYTfl.js";function W(e){let a="";for(let l in e){a+=`${l}:${e[l]};`}return a}const X=a({name:"uni-easyinput",emits:["click","iconClick","update:modelValue","input","focus","blur","confirm","clear","eyes","change","keyboardheightchange"],model:{prop:"modelValue",event:"update:modelValue"},options:{virtualHost:!0},inject:{form:{from:"uniForm",default:null},formItem:{from:"uniFormItem",default:null}},props:{name:String,value:[Number,String],modelValue:[Number,String],type:{type:String,default:"text"},clearable:{type:Boolean,default:!0},autoHeight:{type:Boolean,default:!1},placeholder:{type:String,default:" "},placeholderStyle:String,focus:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},maxlength:{type:[Number,String],default:140},confirmType:{type:String,default:"done"},clearSize:{type:[Number,String],default:24},inputBorder:{type:Boolean,default:!0},prefixIcon:{type:String,default:""},suffixIcon:{type:String,default:""},trim:{type:[Boolean,String],default:!1},cursorSpacing:{type:Number,default:0},passwordIcon:{type:Boolean,default:!0},adjustPosition:{type:Boolean,default:!0},primaryColor:{type:String,default:"#2979ff"},styles:{type:Object,default:()=>({color:"#333",backgroundColor:"#fff",disableColor:"#F7F6F6",borderColor:"#e5e5e5"})},errorMessage:{type:[String,Boolean],default:""}},data:()=>({focused:!1,val:"",showMsg:"",border:!1,isFirstBorder:!1,showClearIcon:!1,showPassword:!1,focusShow:!1,localMsg:"",isEnter:!1}),computed:{isVal(){const e=this.val;return!(!e&&0!==e)},msg(){return this.localMsg||this.errorMessage},inputMaxlength(){return Number(this.maxlength)},boxStyle(){return`color:${this.inputBorder&&this.msg?"#e43d33":this.styles.color};`},inputContentClass(){return function(e){let a="";for(let l in e)e[l]&&(a+=`${l} `);return a}({"is-input-border":this.inputBorder,"is-input-error-border":this.inputBorder&&this.msg,"is-textarea":"textarea"===this.type,"is-disabled":this.disabled,"is-focused":this.focusShow})},inputContentStyle(){const e=this.focusShow?this.primaryColor:this.styles.borderColor;return W({"border-color":(this.inputBorder&&this.msg?"#dd524d":e)||"#e5e5e5","background-color":this.disabled?this.styles.disableColor:this.styles.backgroundColor})},inputStyle(){return W({"padding-right":"password"===this.type||this.clearable||this.prefixIcon?"":"10px","padding-left":this.prefixIcon?"":"10px"})}},watch:{value(e){this.val=null!==e?e:""},modelValue(e){this.val=null!==e?e:""},focus(e){this.$nextTick((()=>{this.focused=this.focus,this.focusShow=this.focus}))}},created(){this.init(),this.form&&this.formItem&&this.$watch("formItem.errMsg",(e=>{this.localMsg=e}))},mounted(){this.$nextTick((()=>{this.focused=this.focus,this.focusShow=this.focus}))},methods:{init(){this.value||0===this.value?this.val=this.value:this.modelValue||0===this.modelValue||""===this.modelValue?this.val=this.modelValue:this.val=""},onClickIcon(e){this.$emit("iconClick",e)},onEyes(){this.showPassword=!this.showPassword,this.$emit("eyes",this.showPassword)},onInput(e){let a=e.detail.value;this.trim&&("boolean"==typeof this.trim&&this.trim&&(a=this.trimStr(a)),"string"==typeof this.trim&&(a=this.trimStr(a,this.trim))),this.errMsg&&(this.errMsg=""),this.val=a,this.$emit("input",a),this.$emit("update:modelValue",a)},onFocus(){this.$nextTick((()=>{this.focused=!0})),this.$emit("focus",null)},_Focus(e){this.focusShow=!0,this.$emit("focus",e)},onBlur(){this.focused=!1,this.$emit("blur",null)},_Blur(e){if(e.detail.value,this.focusShow=!1,this.$emit("blur",e),!1===this.isEnter&&this.$emit("change",this.val),this.form&&this.formItem){const{validateTrigger:e}=this.form;"blur"===e&&this.formItem.onFieldChange()}},onConfirm(e){this.$emit("confirm",this.val),this.isEnter=!0,this.$emit("change",this.val),this.$nextTick((()=>{this.isEnter=!1}))},onClear(e){this.val="",this.$emit("input",""),this.$emit("update:modelValue",""),this.$emit("clear")},onkeyboardheightchange(e){this.$emit("keyboardheightchange",e)},trimStr:(e,a="both")=>"both"===a?e.trim():"left"===a?e.trimLeft():"right"===a?e.trimRight():"start"===a?e.trimStart():"end"===a?e.trimEnd():"all"===a?e.replace(/\s+/g,""):e}},[["render",function(e,a,v,g,b,C){const k=l(t("uni-icons"),Q),_=p,S=m,V=y;return o(),s(V,{class:d(["uni-easyinput",{"uni-easyinput-error":C.msg}]),style:u(C.boxStyle)},{default:n((()=>[i(V,{class:d(["uni-easyinput__content",C.inputContentClass]),style:u(C.inputContentStyle)},{default:n((()=>[v.prefixIcon?(o(),s(k,{key:0,class:"content-clear-icon",type:v.prefixIcon,color:"#c0c4cc",onClick:a[0]||(a[0]=e=>C.onClickIcon("prefix")),size:"22"},null,8,["type"])):r("",!0),c(e.$slots,"left",{},void 0,!0),"textarea"===v.type?(o(),s(_,{key:1,class:d(["uni-easyinput__content-textarea",{"input-padding":v.inputBorder}]),name:v.name,value:b.val,placeholder:v.placeholder,placeholderStyle:v.placeholderStyle,disabled:v.disabled,"placeholder-class":"uni-easyinput__placeholder-class",maxlength:C.inputMaxlength,focus:b.focused,autoHeight:v.autoHeight,"cursor-spacing":v.cursorSpacing,"adjust-position":v.adjustPosition,onInput:C.onInput,onBlur:C._Blur,onFocus:C._Focus,onConfirm:C.onConfirm,onKeyboardheightchange:C.onkeyboardheightchange},null,8,["class","name","value","placeholder","placeholderStyle","disabled","maxlength","focus","autoHeight","cursor-spacing","adjust-position","onInput","onBlur","onFocus","onConfirm","onKeyboardheightchange"])):(o(),s(S,{key:2,type:"password"===v.type?"text":v.type,class:"uni-easyinput__content-input",style:u(C.inputStyle),name:v.name,value:b.val,password:!b.showPassword&&"password"===v.type,placeholder:v.placeholder,placeholderStyle:v.placeholderStyle,"placeholder-class":"uni-easyinput__placeholder-class",disabled:v.disabled,maxlength:C.inputMaxlength,focus:b.focused,confirmType:v.confirmType,"cursor-spacing":v.cursorSpacing,"adjust-position":v.adjustPosition,onFocus:C._Focus,onBlur:C._Blur,onInput:C.onInput,onConfirm:C.onConfirm,onKeyboardheightchange:C.onkeyboardheightchange},null,8,["type","style","name","value","password","placeholder","placeholderStyle","disabled","maxlength","focus","confirmType","cursor-spacing","adjust-position","onFocus","onBlur","onInput","onConfirm","onKeyboardheightchange"])),"password"===v.type&&v.passwordIcon?(o(),h(f,{key:3},[C.isVal?(o(),s(k,{key:0,class:d(["content-clear-icon",{"is-textarea-icon":"textarea"===v.type}]),type:b.showPassword?"eye-slash-filled":"eye-filled",size:22,color:b.focusShow?v.primaryColor:"#c0c4cc",onClick:C.onEyes},null,8,["class","type","color","onClick"])):r("",!0)],64)):r("",!0),v.suffixIcon?(o(),h(f,{key:4},[v.suffixIcon?(o(),s(k,{key:0,class:"content-clear-icon",type:v.suffixIcon,color:"#c0c4cc",onClick:a[1]||(a[1]=e=>C.onClickIcon("suffix")),size:"22"},null,8,["type"])):r("",!0)],64)):(o(),h(f,{key:5},[v.clearable&&C.isVal&&!v.disabled&&"textarea"!==v.type?(o(),s(k,{key:0,class:d(["content-clear-icon",{"is-textarea-icon":"textarea"===v.type}]),type:"clear",size:v.clearSize,color:C.msg?"#dd524d":b.focusShow?v.primaryColor:"#c0c4cc",onClick:C.onClear},null,8,["class","size","color","onClick"])):r("",!0)],64)),c(e.$slots,"right",{},void 0,!0)])),_:3},8,["class","style"])])),_:3},8,["class","style"])}],["__scopeId","data-v-b9d910bc"]]);function Y(e){return"string"==typeof e}function Z(e,a=50){if(!Array.isArray(e)||!e.length)return e;const l=[];return e.forEach(((e,t)=>{const o=Math.floor(t/a);l[o]||(l[o]=[]),l[o].push(e)})),l}const ee=a(v({__name:"data-select-item",props:{node:{type:Object,default:()=>({})},choseParent:{type:Boolean,default:!0},dataLabel:{type:String,default:"name"},dataValue:{type:String,default:"value"},dataChildren:{type:String,default:"children"},border:{type:Boolean,default:!1},linkage:{type:Boolean,default:!1},lazyLoadChildren:{type:Boolean,default:!1},level:{type:Number,default:0},mutiple:{type:Boolean,default:!1}},setup(e){const{nodeClick:a,nameClick:c,loadNode:p,initData:m,addNode:v}=g("nodeFn"),B=e,$=b([]),I=b([]),j=b([]);return C((()=>{B.node.showChildren&&B.node[B.dataChildren]&&B.node[B.dataChildren].length&&(function(){const e=[...I.value];I.value=[],e.forEach((e=>e()))}(),function(e){const a=Z(e);$.value=(null==a?void 0:a[0])||[],function(e,a){for(let l=a;l{$.value.push(...e[l])}),500*l),I.push((()=>clearTimeout(a)))}}(a,1)}(B.node[B.dataChildren]))})),(g,b)=>{const C=l(t("uni-icons"),Q),I=y,z=x;return o(),s(I,{class:d(["customthree-tree-select-content",{border:e.border&&e.node[e.dataChildren]&&e.node[e.dataChildren].length&&e.node.showChildren}]),style:u({marginLeft:(e.level?14:0)+"px"})},{default:n((()=>[e.node.visible?(o(),s(I,{key:0,class:"custom-tree-select-item"},{default:n((()=>[i(I,{class:"item-content"},{default:n((()=>[i(I,{class:"left",onClick:b[0]||(b[0]=k((a=>{var l,t;(l=e.node).visible&&(!(null==(t=l[B.dataChildren])?void 0:t.length)&&B.lazyLoadChildren?(j.value.push(l[B.dataValue].toString()),p(l).then((e=>{v(l,m(e,l.visible))})).finally((()=>{j.value=[]}))):c(l))}),["stop"]))},{default:n((()=>[i(I,{class:"icon-group"},{default:n((()=>[e.node[e.dataChildren]&&e.node[e.dataChildren].length?(o(),s(I,{key:0,class:d(["right-icon",{active:e.node.showChildren}])},{default:n((()=>[i(C,{type:"right",size:"14",color:"#333"})])),_:1},8,["class"])):(o(),s(I,{key:1,class:"smallcircle-filled"},{default:n((()=>[i(C,{class:"smallcircle-filled-icon",type:"smallcircle-filled",size:"10",color:"#333"})])),_:1}))])),_:1}),j.value.includes(e.node[B.dataValue].toString())?(o(),s(I,{key:0,class:"loading-icon-box"},{default:n((()=>[i(C,{class:"loading-icon",type:"spinner-cycle",size:"14",color:"#333"})])),_:1})):r("",!0),i(I,{class:"name",style:u(e.node.disabled?"color: #999":"")},{default:n((()=>[i(z,null,{default:n((()=>[_(S(e.node[e.dataLabel]),1)])),_:1})])),_:1},8,["style"])])),_:1}),e.choseParent||!e.choseParent&&!e.node[e.dataChildren]||!e.choseParent&&e.node[e.dataChildren]&&!e.node[e.dataChildren].length?(o(),s(I,{key:0,class:d(["check-box",{disabled:e.node.disabled}]),style:u({"border-radius":e.mutiple?"3px":"50%"}),onClick:b[1]||(b[1]=k((l=>!e.node.disabled&&V(a)(e.node)),["stop"]))},{default:n((()=>[!e.node.checked&&e.node.partChecked&&e.linkage?(o(),s(I,{key:0,class:"part-checked"})):r("",!0),e.node.checked?(o(),s(C,{key:1,type:"checkmarkempty",size:"18",color:e.node.disabled?"#333":"#007aff"},null,8,["color"])):r("",!0)])),_:1},8,["class","style"])):r("",!0)])),_:1})])),_:1})):r("",!0),e.node.showChildren&&e.node[e.dataChildren]&&e.node[e.dataChildren].length?(o(),s(I,{key:1},{default:n((()=>[(o(!0),h(f,null,w($.value,(a=>(o(),s(ee,{key:a[e.dataValue],node:a,dataLabel:e.dataLabel,dataValue:e.dataValue,dataChildren:e.dataChildren,choseParent:e.choseParent,lazyLoadChildren:e.lazyLoadChildren,border:e.border,linkage:e.linkage,level:e.level+1},null,8,["node","dataLabel","dataValue","dataChildren","choseParent","lazyLoadChildren","border","linkage","level"])))),128))])),_:1})):r("",!0)])),_:1},8,["class","style"])}}}),[["__scopeId","data-v-50ed94e6"]]),ae=a(v({__name:"treeSelect",props:{canSelectAll:{type:Boolean,default:!1},safeArea:{type:Boolean,default:!0},search:{type:Boolean,default:!1},clearResetSearch:{type:Boolean,default:!1},animation:{type:Boolean,default:!0},"is-mask-click":{type:Boolean,default:!0},"mask-background-color":{type:String,default:"rgba(0,0,0,0.4)"},"background-color":{type:String,default:"none"},"safe-area":{type:Boolean,default:!0},choseParent:{type:Boolean,default:!1},placeholder:{type:String,default:"请选择"},confirmText:{type:String,default:"确认"},confirmTextColor:{type:String,default:"#007aff"},dataSource:{type:Array,default:()=>[]},dataLabel:{type:String,default:"name"},dataValue:{type:String,default:"id"},dataChildren:{type:String,default:"children"},linkage:{type:Boolean,default:!1},removeLinkage:{type:Boolean,default:!0},clearable:{type:Boolean,default:!1},mutiple:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},deleteSource:{type:Boolean,default:!1},showChildren:{type:Boolean,default:!1},border:{type:Boolean,default:!1},lazyLoadChildren:{type:Boolean,default:!1},load:{type:Function,default:function(){}},modelValue:{type:[Array,String],default:()=>[]}},emits:["update:modelValue","change","maskClick","select-change","removeSelect"],setup(e,{emit:a}){const c=e,p=a,m=b("500px"),v=b([]),g=b([]),C=b([]),V=b([]),T=b(!1),E=b(!1),N=b(0),U=b(""),D=b(null),H=new Set;B("nodeFn",{nodeClick:ue,nameClick:re,loadNode:c.load,initData:le,addNode:function(e,a){ne(e,v.value)[c.dataChildren]=a,re(e)}});const K=$((()=>{const e=null===c.modelValue?"":c.modelValue;return Y(e)?e.length?e.split(","):[]:e.map((e=>e.toString()))}));function q(e=!1){te(),e?c.clearResetSearch&&oe(v.value):oe(O(U.value,v.value)),N.val=10,M((()=>{N.value=0})),L()}function O(e,a){const l=[];return a.forEach((a=>{var t,o;if(a.visible)if(a[c.dataLabel].toString().toLowerCase().indexOf(e.toLowerCase())>-1)l.push(a);else if(null==(t=a[c.dataChildren])?void 0:t.length){const t=O(e,a[c.dataChildren]);(null==t?void 0:t.length)&&(e&&!a.showChildren&&(null==(o=a[c.dataChildren])?void 0:o.length)&&(a.showChildren=!0),l.push({...a,[c.dataChildren]:t}))}})),l}async function R(){c.disabled||(T.value=!0,D.value.open(),oe(v.value))}function J(){D.value.close()}function W(e){e.show||(te(),U.value="",T.value=!1),p("change",e)}function ae(){p("maskClick")}function le(e,a){var l;if(!Array.isArray(e))return[];const t=[];for(let o=0;oe()))}function oe(e){const a=Z(e);g.value=(null==a?void 0:a[0])||[],function(e,a){for(let l=a;l{g.value.push(...e[l])}),500*l),C.push((()=>clearTimeout(a)))}}(a,1)}function se(e,a,l=!1){var t;const o=[...e];let s=!0;for(l&&(V.value=[]);o.length;){const e=o.shift();a.includes(e[c.dataValue].toString())?(e.checked=!0,e.partChecked=!1,H.delete(e[c.dataValue]),l&&V.value.push(e)):(e.checked=!1,e.visible&&!e.disabled&&(s=!1),H.has(e[c.dataValue])?e.partChecked=!0:e.partChecked=!1),(null==(t=e[c.dataChildren])?void 0:t.length)&&o.push(...e[c.dataChildren])}E.value=s,l&&p("select-change",[...V.value])}function ne(e,a){var l;const t=[...a];for(;t.length;){const a=t.shift();if(a[c.dataValue]===e[c.dataValue])return a;(null==(l=a[c.dataChildren])?void 0:l.length)&&t.push(...a[c.dataChildren])}return{}}function ie(e){var a;if(!(null==(a=e[c.dataChildren])?void 0:a.length))return[];const l=e[c.dataChildren].reduce(((e,a)=>a.visible?[...e,a]:e),[]);for(let t=0;t!e.disabled));if(l.checked){if(e=Array.from(new Set([...e,l[c.dataValue].toString()])),t.length&&(e=Array.from(new Set([...e,...t.map((e=>e[c.dataValue].toString()))])),t.forEach((e=>{e.partChecked=!1,H.delete(e[c.dataValue])}))),a.length){let l=!1;for(;a.length;){const t=a.shift();if(!t.disabled)if(l)t.partChecked=!0,H.add(t[c.dataValue]);else{t[c.dataChildren].filter((e=>e.visible&&!e.disabled)).every((e=>e.checked))?(t.checked=!0,t.partChecked=!1,H.delete(t[c.dataValue]),e=Array.from(new Set([...e,t[c.dataValue].toString()]))):(t.partChecked=!0,H.add(t[c.dataValue]),l=!0)}}}}else e=e.filter((e=>e!==l[c.dataValue].toString())),t.length&&t.forEach((a=>{e=e.filter((e=>e!==a[c.dataValue].toString()))})),a.length&&a.forEach((a=>{e.includes(a[c.dataValue].toString())&&(a.checked=!1),e=e.filter((e=>e!==a[c.dataValue].toString()));const l=a[c.dataChildren].filter((e=>e.visible&&!e.disabled)).some((e=>e.checked||e.partChecked));a.partChecked=l,l?H.add(a[c.dataValue]):H.delete(a[c.dataValue])}));p("update:modelValue",Y(c.modelValue)?e.join(","):e)}else{let e=null;e=l.checked?Array.from(new Set([...K.value,l[c.dataValue].toString()])):K.value.filter((e=>e!==l[c.dataValue].toString())),p("update:modelValue",Y(c.modelValue)?e.join(","):e)}else{let e=[];l.checked&&(e=[l[c.dataValue].toString()]),p("update:modelValue",Y(c.modelValue)?e.join(","):e)}}function re(e){const a=!e.showChildren;ne(e,v.value).showChildren=a,ne(e,g.value).showChildren=a}function ce(){if(E.value=!E.value,E.value){if(!c.mutiple)return void P({title:"单选模式下不能全选",icon:"none",duration:1e3});let e=[];v.value.forEach((a=>{var l;(a.visible||a.disabled&&a.checked)&&(e=Array.from(new Set([...e,a[c.dataValue].toString()])),(null==(l=a[c.dataChildren])?void 0:l.length)&&(e=Array.from(new Set([...e,...ie(a).filter((e=>!e.disabled||e.disabled&&e.checked)).map((e=>e[c.dataValue].toString()))]))))})),p("update:modelValue",Y(c.modelValue)?e.join(","):e)}else he()}function he(){if(c.disabled)return;H.clear();const e=[];V.value.forEach((a=>{a.visible&&a.checked&&a.disabled&&e.push(a[c.dataValue])})),p("update:modelValue",Y(c.modelValue)?e.join(","):e)}return I((()=>{!function({screenHeight:e}){m.value=`${Math.floor(.7*e)}px`}(j())})),z((()=>c.dataSource),(e=>{e&&(v.value=le(e),T.value&&(te(),oe(v.value)))}),{immediate:!0,deep:!0}),z((()=>c.modelValue),(e=>{const a=e?Array.isArray(e)?e:e.split(","):[];se(v.value,a,!0),g.value.length&&se(g.value,a)}),{immediate:!0}),(a,b)=>{const C=x,B=y,$=l(t("uni-icons"),Q),I=l(t("uni-easyinput"),X),j=A,z=F,L=l(t("uni-popup"),G);return o(),h(f,null,[i(B,{class:d(["select-list",{disabled:e.disabled},{active:K.value.length}]),onClick:R},{default:n((()=>[i(B,{class:"left"},{default:n((()=>[K.value.length?(o(),s(B,{key:0,class:"select-items"},{default:n((()=>[(o(!0),h(f,null,w(V.value,(a=>(o(),s(B,{class:"select-item",key:a[e.dataValue]},{default:n((()=>[i(B,{class:"name"},{default:n((()=>[i(C,null,{default:n((()=>[_(S(a[e.dataLabel]),1)])),_:2},1024)])),_:2},1024),e.disabled||a.disabled||!e.deleteSource?r("",!0):(o(),s(B,{key:0,class:"close",onClick:k((e=>function(e){if(E.value=!1,c.linkage)ue(e,!1),p("removeSelect",e);else{const a=K.value.filter((a=>a!==e[c.dataValue].toString()));p("removeSelect",e),p("update:modelValue",Y(c.modelValue)?a.join(","):a)}}(a)),["stop"])},{default:n((()=>[i($,{type:"closeempty",size:"16",color:"#999"})])),_:2},1032,["onClick"]))])),_:2},1024)))),128))])),_:1})):(o(),s(B,{key:1,class:"no-data"},{default:n((()=>[i(C,null,{default:n((()=>[_(S(e.placeholder),1)])),_:1})])),_:1}))])),_:1}),i(B,null,{default:n((()=>[K.value.length&&e.clearable?r("",!0):(o(),s($,{key:0,type:"bottom",color:"#333333"})),i(B,{onClick:b[0]||(b[0]=k((()=>{}),["stop"]))},{default:n((()=>[K.value.length&&e.clearable?(o(),s($,{key:0,type:"clear",size:"24",color:"#c0c4cc",onClick:he})):r("",!0)])),_:1})])),_:1})])),_:1},8,["class"]),i(L,{ref_key:"popup",ref:D,animation:e.animation,"is-mask-click":a.isMaskClick,"mask-background-color":a.maskBackgroundColor,"background-color":a.backgroundColor,"safe-area":e.safeArea,type:"bottom",onChange:W,onMaskClick:ae},{default:n((()=>[i(B,{class:"popup-content",style:u({height:m.value})},{default:n((()=>[i(B,{class:"title"},{default:n((()=>[e.mutiple&&e.canSelectAll?(o(),s(B,{key:0,class:"left",onClick:ce},{default:n((()=>[i(C,null,{default:n((()=>[_(S(E.value?"取消全选":"全选"),1)])),_:1})])),_:1})):r("",!0),i(B,{class:"center"},{default:n((()=>[i(C,null,{default:n((()=>[_(S(e.placeholder),1)])),_:1})])),_:1}),i(B,{class:"right",style:u({color:e.confirmTextColor}),onClick:J},{default:n((()=>[i(C,null,{default:n((()=>[_(S(e.confirmText),1)])),_:1})])),_:1},8,["style"])])),_:1}),e.search?(o(),s(B,{key:0,class:"search-box"},{default:n((()=>[i(I,{maxlength:-1,prefixIcon:"search",placeholder:"搜索",modelValue:U.value,"onUpdate:modelValue":b[1]||(b[1]=e=>U.value=e),"confirm-type":"search",onConfirm:b[2]||(b[2]=e=>q(!1)),onClear:b[3]||(b[3]=e=>q(!0))},null,8,["modelValue"]),i(j,{type:"primary",size:"mini",class:"search-btn",onClick:b[4]||(b[4]=e=>q(!1))},{default:n((()=>[_("搜索")])),_:1})])),_:1})):r("",!0),v.value.length?(o(),s(B,{key:1,class:"select-content"},{default:n((()=>[i(z,{class:"scroll-view-box","scroll-top":N.value,"scroll-y":"true",onTouchmove:b[5]||(b[5]=k((()=>{}),["stop"]))},{default:n((()=>[g.value.length?r("",!0):(o(),s(B,{key:0,class:"no-data center"},{default:n((()=>[i(C,null,{default:n((()=>[_("暂无数据")])),_:1})])),_:1})),(o(!0),h(f,null,w(g.value,(a=>(o(),s(ee,{key:a[e.dataValue],node:a,dataLabel:e.dataLabel,dataValue:e.dataValue,dataChildren:e.dataChildren,choseParent:e.choseParent,border:e.border,linkage:e.linkage,lazyLoadChildren:e.lazyLoadChildren},null,8,["node","dataLabel","dataValue","dataChildren","choseParent","border","linkage","lazyLoadChildren"])))),128)),i(B,{class:"sentry"})])),_:1},8,["scroll-top"])])),_:1})):(o(),s(B,{key:2,class:"no-data center"},{default:n((()=>[i(C,null,{default:n((()=>[_("暂无数据")])),_:1})])),_:1}))])),_:1},8,["style"])])),_:1},8,["animation","is-mask-click","mask-background-color","background-color","safe-area"])],64)}}}),[["__scopeId","data-v-0768d7c7"]]),le=a({__name:"application",setup(a){const u=T(),{proxy:c}=D(),h=b(u.userinfo.realname),f=b(""),p=b(u.userinfo.phone),v=b(""),g=b([]),C=b(""),k=e=>{C.value=e.detail.value},w=b(""),x=e=>{w.value=e.detail.value},B=b([]),$=b(null),I=b(!0),j=b(""),z=b(""),L=b(""),P=b([]),A={width:64,height:64,border:{color:"#dce7e1",width:2,style:"dashed",radius:"2px"}};E((()=>{W()}));const F=e=>{e.tempFilePaths;for(let a=0;a{P.value.push(JSON.parse(e.data).message)}})}},M=()=>p.value.trim()?v.value?C.value?w.value?I.value&&null==$.value?c.$toast("请选择审批领导"):z.value.trim()?L.value.trim()?void q({username:u.userinfo.username,phone:p.value,type:v.value,begintime:C.value,endtime:w.value,examineleader:B.value[$.value].username,address:z.value,reason:L.value,zwmc:j.value,path:P.value.toString()}).then((e=>{e.success?G(e.message):c.$toast(e.message)})):c.$toast("请输入请假事由"):c.$toast("请输入请假地点"):c.$toast("请选择结束时间"):c.$toast("请选择开始时间"):c.$toast("请选择请假类型"):c.$toast("请输入联系方式"),G=e=>{O({flowCode:"dev_cxc_qxj",id:e,formUrl:"modules/qxj/modules/CxcQxjBpmModel",formUrlMobile:"leaveApplication"}).then((e=>{e.success&&(c.$toast(e.message),setTimeout((()=>{R()}),2e3))})).catch((e=>{console.log(e)}))},W=()=>{var a;N("1838487445813645313").then((e=>{e.success&&(g.value=e.result)})),(a=u.userinfo.orgCode,e({url:"/sys/sysDepart/queryDepNameByDepCode",method:"get",data:{code:a}})).then((e=>{e.success&&(f.value=e.result)})),U(u.userinfo.username).then((e=>{e.success?(B.value=e.result.list,j.value=e.result.zwmc,"单位专家"!=j.value&&"正职"!=j.value&&"高级主管"!=j.value||(I.value=!1)):c.$toast(e.message)}))},X=e=>{$.value=e.detail.value};return(e,a)=>{const c=y,b=m,j=l(t("uni-icons"),Q),P=J,T=l(t("uni-file-picker"),H);return o(),s(c,{class:d({gray:1==V(u).isgray})},{default:n((()=>[i(c,{class:"form"},{default:n((()=>[i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 职工姓名: ")])),_:1}),i(b,{modelValue:h.value,"onUpdate:modelValue":a[0]||(a[0]=e=>h.value=e),disabled:""},null,8,["modelValue"])])),_:1}),i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 工作单位: ")])),_:1}),i(b,{modelValue:f.value,"onUpdate:modelValue":a[1]||(a[1]=e=>f.value=e),disabled:""},null,8,["modelValue"])])),_:1}),i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 联系方式: ")])),_:1}),i(b,{modelValue:p.value,"onUpdate:modelValue":a[2]||(a[2]=e=>p.value=e)},null,8,["modelValue"])])),_:1}),i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 请假类型: ")])),_:1}),i(ae,{dataSource:g.value,modelValue:v.value,"onUpdate:modelValue":a[3]||(a[3]=e=>v.value=e),dataValue:"name"},null,8,["dataSource","modelValue"])])),_:1}),i(P,{mode:"date",fields:"day",onChange:k,value:C.value},{default:n((()=>[i(c,{class:"f-row aic jcb box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 开始时间: ")])),_:1}),i(c,{class:"f-row aic"},{default:n((()=>[i(c,{class:d([{choose:!C.value},{choosed:C.value}])},{default:n((()=>[_(S(C.value?C.value:"请选择"),1)])),_:1},8,["class"]),i(j,{type:"bottom",color:"#333333"})])),_:1})])),_:1})])),_:1},8,["value"]),i(P,{mode:"date",fields:"day",onChange:x,value:w.value},{default:n((()=>[i(c,{class:"f-row aic jcb box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 截止时间: ")])),_:1}),i(c,{class:"f-row aic"},{default:n((()=>[i(c,{class:d([{choose:!w.value},{choosed:w.value}])},{default:n((()=>[_(S(w.value?w.value:"请选择"),1)])),_:1},8,["class"]),i(j,{type:"bottom",color:"#333333"})])),_:1})])),_:1})])),_:1},8,["value"]),I.value?(o(),s(P,{key:0,onChange:X,value:$.value,range:B.value,"range-key":"realname"},{default:n((()=>[i(c,{class:"f-row aic jcb box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 审批领导: ")])),_:1}),i(c,{class:"f-row aic"},{default:n((()=>[i(c,{class:d([{choose:null==$.value},{choosed:null!=$.value}])},{default:n((()=>[_(S(null!=$.value?B.value[$.value].realname:"请选择"),1)])),_:1},8,["class"]),i(j,{type:"bottom",color:"#333333"})])),_:1})])),_:1})])),_:1},8,["value","range"])):r("",!0),i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 请假地点: ")])),_:1}),i(b,{modelValue:z.value,"onUpdate:modelValue":a[4]||(a[4]=e=>z.value=e),placeholder:"请输入","nplaceholder-style":"font-size: 28rpx;color: #999999;"},null,8,["modelValue"])])),_:1}),i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 请假事由: ")])),_:1}),i(b,{modelValue:L.value,"onUpdate:modelValue":a[5]||(a[5]=e=>L.value=e),placeholder:"请输入","placeholder-style":"font-size: 28rpx;color: #999999;"},null,8,["modelValue"])])),_:1}),i(c,{class:"f-row aic jcb input_box"},{default:n((()=>[i(c,{class:"title"},{default:n((()=>[_(" 上传附件: ")])),_:1}),i(T,{onSelect:F,"image-styles":A})])),_:1})])),_:1}),i(c,{class:"btn f-col aic"},{default:n((()=>[i(c,{onClick:M},{default:n((()=>[_(" 提交 ")])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-78f7d964"]]);export{le as default};
diff --git a/unpackage/dist/build/web/assets/pages-login-login.BNhTzXgq.js b/unpackage/dist/build/web/assets/pages-login-login.BNhTzXgq.js
new file mode 100644
index 0000000..757b4a6
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-login-login.BNhTzXgq.js
@@ -0,0 +1 @@
+import{_ as A,u as e,r as a,o as l,g as r,a as s,c as o,w as t,n as u,b as c,i as n,d as i,e as d,s as g,l as m,f as p,q as w,h as f,t as E,j as B,k as I,m as F,I as R,p as C,v as Q}from"./index-CJjp0rBm.js";import{_ as v}from"./nocheck.KbQOA3WK.js";import{_ as x}from"./checked.cu3s1pHH.js";import{B as K}from"./base64.DbTIYEg2.js";import"./_commonjsHelpers.lGe4XDVY.js";const X=A({__name:"login",setup(A){const X=e(),{proxy:M}=Q(),N=a(!1),Z=a(!0),j=a(""),O=a(""),U=()=>{if(!j.value.trim())return M.$toast("请输入账号");if(!O.value.trim())return M.$toast("请输入密码");let A=K.encode(encodeURIComponent(j.value)),e=K.encode(encodeURIComponent(O.value));g({title:"登录中..."}),m({username:A,password:e,ip:void 0}).then((A=>{A.success&&(p("token",A.result.token),X.setToken(A.result.token),(()=>{let A={un:j.value};Z.value&&(A.pw=O.value),p("accountObj",JSON.stringify(A))})(),w({roles:A.result.userInfo.roles}).then((e=>{p("logintime",Date.now()),p("role",e),X.setRole(e),p("user",JSON.stringify(A.result.userInfo)),X.setUserInfo(A.result.userInfo),y(),f({url:"/pages/tab/index"})})))})).catch((A=>{console.log(A)}))};a([]),l((()=>{if(r("accountObj")){let A=JSON.parse(r("accountObj"));j.value=A.un?A.un:"",O.value=A.pw?A.pw:""}}));const y=()=>{E().then((A=>{A.success&&(A.result.total>0?B({index:"1",text:A.result.total}):I({index:"1"}))}))};return(A,e)=>{const a=F,l=n,r=R,g=C;return s(),o(l,{class:u({gray:1==c(X).isgray})},{default:t((()=>[i(l,{class:"logo f-col aic"},{default:t((()=>[i(a,{src:"/assets/logo-8i278XAU.png"})])),_:1}),i(l,{class:"form f-col aic"},{default:t((()=>[i(l,{class:"box f-row aic"},{default:t((()=>[i(a,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAupJREFUeF7t3b9qFFEYBfBzBYUFfQBtBcVFLfbewsdQQQuFWGll659Ko1XUVhutDGihoD6GxXxbGFhRSGseIIEFBa9cswEzmZW597gyuzkDW2XO/PntuTOpvnUgNu/9QQDnJ58A4BiAw8Qh/0d0C8A3ABWAD+ljZj9KT+xKg4PB4IJz7gmA46XH6EhuPcZ4azgcvi+5nhLAAyGElXTSkhN2NZPKUFXVXQA/c64xGzCE8HjR8HbAJoi3ZwY4Wbbvck4wb/vGGC/mLOfWDZy8MD7/5Zm3BuCjcy49oDu7xRjTi+4cgDNTLnIdwKm2L5YcwEsA3jScdNM5d7OqqtXOqjVcWAhhKcb4FMCRhj9fNrO3be4nB/AVgCv1gzrnrs0b3s49TBBfNkC9NrOr/xrwC4ATtYOumdnZNifq6j7e+08Ny/mrmZ1sc805Ddxs+Cf5hZndaHOiru7jvX8O4Hrt+rbMrGlp77mNHMDYsHwfVFW13FWcNtcVQliOMd6v72tmrWxa7ZQO7r0XYMM3IkA1sM1Cnb6PljDnBwEKkBQg42qgAEkBMq4GCpAUIONqoABJATKuBgqQFCDjaqAASQEyrgYKkBQg42qgAEkBMq4GCpAUIONqoABJATKuBgqQFCDjaqAASQEyrgYKkBQg42qgAEkBMq4GCpAUIONqoABJATKuBgqQFCDjaqAASQEyrgYKkBQg42qgAEkBMq4GCpAUIONqoABJATKuBu5XwH6/f6jX6z0EsATgaKHDBoDV8Xh8bzQafS85xtw20Hu/AuBOyU03ZB6ZWRrblL3NM2Aa0FPavDrUhpmlgTrZmwC3yfYloJawc6547IleIgAYwOyH1YwCc/sMnJFH9mEFmE22OyDAOQLU8LGGLytn9NOijr9LkzdP12xmMv5OAxjJBi7iCNBnUwaHz2QEaJpariG0tRa2fgamnMYg713DWYAprkHcuxGzAQFoFPwfhiWAv+P6MYJtxWLAFNbPYQC/AIHsxH6nTerEAAAAAElFTkSuQmCC"}),i(r,{modelValue:j.value,"onUpdate:modelValue":e[0]||(e[0]=A=>j.value=A),type:"text",placeholder:"请输入统一身份认证","placeholder-style":"font-size: 28rpx;color: #999999;"},null,8,["modelValue"])])),_:1}),i(l,{class:"box f-row aic"},{default:t((()=>[i(a,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAB+lJREFUeF7tnH+MXFUVx7/nvVnYsTQiWq2QoBgosjHdzrtvWkyNbkglEg0IWMQgTakxRoyE+CMRNSAJCgZ/xKLGQARMFCISW9CIMYKNsoTdeedOf8TFmmJNRKiiEV1lS2f2HeYmrzj79r3ZN/PubGcn7/6755z3vZ89794398chDEAbGxs7aXR09ALHcc4XEQXgTQDOAPCqSN5LAJ4F8BcATESPN5vNJ/bu3fvCiZZPJ1JApVIZdxxnB4CrALy2Sy1CRI+FYXjn0aNHd8/MzBzr0t+K+QkB6Pv+xSJyEwDPSi+A5wF8FcBOZm5YipkpzLIC3LRp0xuazeYdALZmUte90VOO41xXq9V+3b1rbx7LBtDzvO1E9A0Ar8ko1Yxv/wBgNL4OwKsz+hmzW5n5iwDCLnx6Ml0WgJ7n3UJEX+ig8GkiejQMw8dGRkYmy+XykT179jTb7ZVSIwDOFJELiOhCAO/uBFVEHi6Xyx+enJyc7YlMRqe+A1RK3Qrgcyl69kTZ8quMel8xGxsbO6VcLl8P4NMATk3x/93c3NyWfk4wfQWolLodwGcSOvcMEV0dBIEBmKtt2LDhVNd1vwlge1IgIvphEARX53pIB+e+AfR9f5uI/CD+bBF5hIi2MbMZ36w1pdQnAZgxtpTwzC9prW+29rC2QH0BGM22M63PitNioncx8wf6NbhXq9UtYRj+vDUsnByH5TjO5lqt9oRtiH0B6Hneg0R0ebtYEakR0QQzv2i7E+3xPM/7IBHdH83e7X96kpnfbvvZ1gEqpd4PYFdM6IvNZnPdvn37/mq7A0nxlFJm0jKT14ImIldqrX9sU0M/AHL8F4aIfFlrbb7Llqs5SqkAQCX2wKeZ+RwAYkuIVYC+728Wkcdj4v5ZKpXeMjU19R9borPEqVar7wrDcNEsT0SbgiCYzhIji41VgEqpnQDMbPhKI6I7gyD4WBYxtm2UUr8BMBGLexsz32DrWbYB/jlaimoHeEkQBA/bEtxNHKXUda2fjt+K+Rxk5rd2E6eTrTWAlUrldMdx4pPEsUajcdr+/fv/Z0twN3E2btx41vz8/J/iPo7jvLFWqx3pJlaarTWAnue9pzW+PBJ70KFo0LahtacYSinzwb5grTEMw2q9XjeTTO5mDaBS6loA34kpmmTmd+RWmSOAUsp80J8XG5etDSs2AZqB+SsxoT8NgmDBB3UOFj25pkwkH2fm7/UUMOZkE6CBF5/d7mXma2wI7TWG53kPEdHFMf8bmPm2XmMuSBIbQUyMlGWrAmBWwAXArKRS7AqABcCeCNicRJKW7osxMOu/pXiFs5KK7Myqc6PRWEdEa0VkFYAriOii9jAiYlaA7+oytFVzIjIbT+Px79MwDH8GYM5xnL+5rntoamrqmV4e3NUrvH79+lWlUulaIroyWmvryr8XgcvoMyMiD7R+u+88cODAv7I+NzMAz/OuIiKz+7Uma/AVavdvAJ9n5u9m0Z8FIPm+f4eIfCJLwCGy+dHq1au3xzf44/1bEqBS6usAPjVEYDJ3RUTu1lp/pJNDR4C+718uIg92CHAAwH4Af2xtoP83s7IBMYwmQB+A2a0bTZIlItdore9Nk5wKcGJiYnR2dvYpAG9OcH5ORK7XWj8wICxyyfB9/20i8hMASSvVR+bm5s6ZmZlJTJBUgJ7nmc+SpC3AUEQ2a62fzKV6wJyjwwCHAJySIG07My86ZWHsUgEqpUx2LTrHR0T3BEFgTpUOXVNKmeMfN8Y7Zk56aa0vSepwJ4AHAaxLCNZxTFjJVFO2ZU2XzH7y2d0CNO+8+YURb+cz89RKBpWmvVKprHEc5+8Jfz/KzOVuASbu3ruue+709LSZdYeuTUxMlGZnZxPPWDNz4tva6RUuALalSAEww/tSZGAGSJ1MCoAFwJwEcroXGVgAzEkgp/vQZaDneZdFt5tOFpEbtdZ93R4YNoDmmK45WXX8alizVCqd1eveRZbkHCqA0erIgjN8InKR1vqXWWD0YjNUAKvV6towDJ9rB0FE7w2C4Be9wMniUwDMQqmDTQGwAPh/AsUrnDMbCoAFQHVC1wOLDCwysMjA9hxYcSvS0ca+qdzRfnlaMbPOmdyp7kP1HWh66fv+h0TEFNRZJSI7+3Vt/zjRoQPYr0xLi1sAzEm8AFgAzEkgp3uRgQXAnARyuhcZWADMSSCne5GBAwbQFC9MOr11HjP/IafWgXSPMvD3CQdLhZmdJNGdjreZg4aLLtWEYbilXq8/OpAELIhKOaX6fOvizeu7BbiohFMUwFq9AQv9tR7C9/0dIvL9WGDNzKY886LWKQMTiyeaKmxa643WlQ9IQKWUuYT4vpicrzHzZ7sCWKlUfMdxaklOIrJDa33PgPTZmoxo9ee+eEAR8bXW5o3MnoHGUim1G0DS8f5WGWi53XXdb9dqNVNdfMW2rVu3uocPHz5bREzJvG0A4pPFbma+NK2DHa96RaWTzAJmWpFXE9dMNgtOEKwgmuZSzZkATIXgpPaC67re9PT04Z4AGqdKpfJOx3FMld1FZTVXEKhepL4UhuGF9Xr9t52cl7ytaZyjqd3cXDq9FyUr0OdZIroiCILJpbRnAhhl4hrXdW8SkY+2SjydtFTgFfr3Y0R01/z8/M31et3U51+yZQZ4PNL4+PgZIyMjl5qjZgDOBbA25UbTkg8fAANTls8coTtoKs81Go1d3dZ5fRn1j3eNSBAzBwAAAABJRU5ErkJggg=="}),i(r,{modelValue:O.value,"onUpdate:modelValue":e[1]||(e[1]=A=>O.value=A),type:N.value?"text":"password",placeholder:"请输入密码","placeholder-style":"font-size: 28rpx;color: #999999;"},null,8,["modelValue","type"]),N.value?(s(),o(a,{key:0,src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABHJJREFUWEftVmtoXEUUPufu3pigVik+igTR2LS0hWrVHxGS3Tl3N6JgFEWj8YFGCj4KgijWP2KKf1QUf2jwRbWImuKbtiQEdncmu7BFjNaKW1qrrQpqjELVSCHxzj3urPcuk+smm+ZP/3Rg2TlzXt+c11yEk7zwJPuHUwBOKAKFQuFSRBwAgI7ox8yMiIcR8Ttm/pGZd3qet3+pqV0SgFwu15FMJrcw8xYAOK2J8VlEHPZ9fzibzR5pBqQpgHw+P+Q4jnF8TjNjMf7vQRAMZzKZocX0FgUgpXwOAB6JGRhDxDGt9SFm3t/S0hJorTcg4noAuIGZr47J7yQik7aGa0EASqldzNwXaSFiuRqFl4QQI+asWCxu1FpfbvaJROKLVCr1ldlLKe8LQXdaHvcRUU02vhoCkFL+AQBnWcKPE9EzhlZKXcvMTwHAFTFjnyPiE0KIsdHR0XPb2tpeAIA7rAscF0Kc3hSAUuoIM18cCTqOc2s6nX4vdH4LM9f2C4YUsV8I8X4oP8zMD1ogCkKIjK07LwJSyt0AcJ0lQESkDJ3L5c5PJBJTFq/CzBOGdhynm5k3Rjyt9apsNvtrmBIThbctEA8JIV6s09FGSvk0AGy1HGwmou0W3y5IZZBFvHK5vHJubm6HVTPPE9Gjlu5tAFCrHbMQ8XohhLnsf6NYSnk/ALxsOd9ORJvtUEkpZbUEBCIedxxndSqV+iXGN5GrGTWlYgMMfTxZ/Y9a8m8AuIuIPokAGGOrQuVjRLTSNh4a+AsAzqy2WsOKllKeDQDHQr0ZIlrRwMa3AHBJeH6QiNbVABQKhQ8R8SZLYYiItsVuuA8ALgOA74moXqSRTLFYXK+1roT0l0S0ydZXSg0w87tWGnYIIQbrRaiUGmPmayIBZu7yPO9TK48mRSZVJofzCimMUJ1fjeYrRPRApFsqldb4vn/Isj3ied7t9RqIGEqpA8y8LqLb29tbOzs7Z0MHdo4NiNeYea/hmQ5AxIetG/cR0R5DVyqVlunp6ZqNcM2rj3gbmnn/mx06x3HWpNPpwyEI00714RLPcUi/Q0R3mn2pVLrQ9/0DAFAfQK7rruju7p6ppyJuREp5JQB8Zp8nEolsKpXKm7NCofAYItamYnwx81bP85415xMTE5u01nuqkbogkksmk2t7enq+sfUajuJSqdTh+/5BAHAj4SAItrmu+6ppv3w+P+A4zo0AcFXI3xsEwceZTGak+oCdUS3UewDATMAonRoAuohoMg56wcdofHz8PNd1RxDRq4cL8Wet9euu6+6ampr6ur+/f87wJicn3ZmZmQ3hFL27OvlWW44qjuP0pdPpo42ituhzXC6X22ZnZ98CgJv/hxzxH2Y2fW1ut9aOlgX4o9bW1sGuri4zQxquph8kYfEZAOajRCxkKHZu3o9hIvqgmfySAERGlFKD1e++exGxg5nrxRXyfwKAo4j4hhDizWaOF+yCpSqGo/cirXXAzD/09vb+uVTdpl2wHEPL1TmhFCzXyWJ6pwCcisC/JnK7MLX/XKEAAAAASUVORK5CYII=",onClick:e[2]||(e[2]=A=>N.value=!N.value)})):(s(),o(a,{key:1,src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA+xJREFUWEfFl11oHFUUx/9nottgXLAFQdSChfotUWTTRgPJnLsPajDgSyuIlQYEnwoFCz7aik+CCD4IFjX9AAV98EF9yMPOvcNi6kekSBvpF1LxE0URE9oENve4d5mZzk5mdyY+rBcGZu7MPed37znnf+8Q/udGsX9jzNsicoqZjw2SqQOgtf4QwB53b609Uq/XDw8KIgbYD2AudjpIiCQEjUbjsOd5Lw8aIgFwjstCaK13EtGdAHaKyFUROb26unp2enp6bbOh6wIognCOAbwJ4IkcRx0QInq/Wq3O1Wq1K2VgNgD0g9Ba+y5niwwT0QVr7TEimmPm3/p9nwtQANEBEJFfiegXAFuI6G4RuQfA9oyzSyJyUCn1WS+IngBa62dF5B0i2lI2McMw3GutPQRgLOPweWZ+Nw8iF0BrfRDAG3kDikpUa30dgBcBvNq+3H2ntZP1JaXUa1mbGwCMMQdExCVa3JZEJCCiA2VXIhK3J0XkOBFti8cR0XO+759MQ3QBNJvN3a1W64u0c2Z+oKg6esV3YWFh29ra2iKAHalvxpjZ9XVaAhCG4Q5r7fepJVtQSk3Ez1mNcP1F4YjHaq1PARjvOCS6ur6+fm+9Xv8hAZifnx+pVCqOymWya38z89b0zIwxX4rIruxsNwFx0QlXNH6pWq3ucloR7wVu2XfHxj3PG52amjqTdhYEwZ9RPP+w1r61WdkOw3C7tfY7ADdGds8w82gHIAiCz4no0djhysrKyMzMTJeSaa1/BHB7e9dccnlRVrZjm81mc2ur1forNalrAFrrmwCcBXBbFKcrvu+PpFcgvWUT0V7f9z/aDEQQBN8S0Whk/8Lw8PDY+Pj4P0kSaq0fAvAVgOsjx6eZ+eFeSSgiNaXUN2UgjDEnRGRfZOunoaGhxyYnJ104rlWBe9BaPwXg49TMDTNzKpvdKt2fen/eSTGAO9KrlU5MrXXXWUNEHldKzcffbxCiHBU0lUrl6YmJid8jyOT0lK2IPIh06Nr7xwtKqaPp73Kl2BgzKyLvJZREX4vIK8z8qetrNBr7PM+bAfBItALnReSkiNyaVx39zps9NyNjDDsJ7qIl+qTt5GgMkl0BY8weEXGnqiRMRTrRE8AZN8aMiciJlEDFPn8G4ITlnIhYIrovcnpzXlj6QfQFiGJ+i4jMep63X0Tu6hf31LvVqKxrcV8viEKA2MDi4uINy8vLs+3TzjMi4spzOAfGnX7cf8VxZj5XpkRLA2REyTl3uuEut+dfAnDZXczsZp+0Ioj/BFAyDKUgBgIQlW7Xf4cLpe/7HwwMIAfiEDO/PlCAqKrcefPB9jZwhJkvDxwgmz//Anf+LD9eWZQZAAAAAElFTkSuQmCC",onClick:e[3]||(e[3]=A=>N.value=!N.value)}))])),_:1})])),_:1}),i(l,{class:"pwd f-row aic"},{default:t((()=>[i(l,{style:{display:"inline-block"},onClick:e[4]||(e[4]=A=>Z.value=!Z.value)},{default:t((()=>[i(l,{class:"f-row aic"},{default:t((()=>[Z.value?(s(),o(a,{key:1,src:x})):(s(),o(a,{key:0,src:v})),i(g,null,{default:t((()=>[d("记住密码")])),_:1})])),_:1})])),_:1})])),_:1}),i(l,{class:"login f-col aic"},{default:t((()=>[i(l,{onClick:U},{default:t((()=>[d(" 登录 ")])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-d55bcbfc"]]);export{X as default};
diff --git a/unpackage/dist/build/web/assets/pages-meeting-detail.DGz5jZIy.js b/unpackage/dist/build/web/assets/pages-meeting-detail.DGz5jZIy.js
new file mode 100644
index 0000000..0905a2a
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-meeting-detail.DGz5jZIy.js
@@ -0,0 +1 @@
+import{_ as a,u as s,o as l,ao as c,a as e,c as t,w as u,n as f,b as d,i as _,d as o,e as n,C as i,D as r,F as b,p,m as w}from"./index-CJjp0rBm.js";const j=a({__name:"detail",setup(a){const j=s();l((()=>{m()}));const m=()=>{c({mainid:1}).then((a=>{a.success})).catch((a=>{console.log(a)}))};return(a,s)=>{const l=_,c=p,m=w;return e(),t(l,{class:f(["content",{gray:1==d(j).isgray}])},{default:u((()=>[o(l,{class:"list_box"},{default:u((()=>[o(l,{class:"list"},{default:u((()=>[o(l,{class:"title f-row aic jcb"},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 年度部门讨论会议 ")])),_:1}),o(c,null,{default:u((()=>[n("1分钟前")])),_:1})])),_:1}),o(l,{class:"info"},{default:u((()=>[o(l,{class:"f-row aic jcb"},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 会议状态: ")])),_:1}),o(c,null,{default:u((()=>[n("待开始/已开始/已结束")])),_:1})])),_:1}),o(l,{class:"f-row aic jcb"},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 发起人: ")])),_:1}),o(c,null,{default:u((()=>[n("周如意")])),_:1})])),_:1}),o(l,{class:"f-row aic jcb"},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 会议日期: ")])),_:1}),o(c,null,{default:u((()=>[n("周如意")])),_:1})])),_:1}),o(l,{class:"f-row aic jcb"},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 会议地点: ")])),_:1}),o(c,null,{default:u((()=>[n("周如意")])),_:1})])),_:1}),o(l,{class:"f-row aic jcb"},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 会议内容: ")])),_:1}),o(c,null,{default:u((()=>[n("周如意")])),_:1})])),_:1}),o(l,{class:""},{default:u((()=>[o(l,{class:""},{default:u((()=>[n(" 参与人员: ")])),_:1}),o(l,{class:"person f-row aic"},{default:u((()=>[(e(),i(b,null,r(7,((a,s)=>o(l,{class:"item f-col aic",key:s},{default:u((()=>[o(m,{src:"",mode:""}),o(l,{class:"name"},{default:u((()=>[n(" 周如意 ")])),_:1})])),_:2},1024))),64))])),_:1})])),_:1})])),_:1})])),_:1})])),_:1}),o(l,{class:"btn f-row aic jcb"},{default:u((()=>[o(l,{class:"refuse"},{default:u((()=>[n(" 拒绝 ")])),_:1}),o(l,{class:"agree",onClick:a.openpop},{default:u((()=>[n(" 同意 ")])),_:1},8,["onClick"])])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-07bd1452"]]);export{j as default};
diff --git a/unpackage/dist/build/web/assets/pages-meeting-index.0wqQuLEo.js b/unpackage/dist/build/web/assets/pages-meeting-index.0wqQuLEo.js
new file mode 100644
index 0000000..712c82c
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-meeting-index.0wqQuLEo.js
@@ -0,0 +1 @@
+import{_ as a,u as s,r as l,o as e,H as u,J as c,a as t,c as f,w as o,n as d,b as _,i as n,d as r,e as i,x as m,C as p,D as v,F as b,ak as j,I as w,m as x,p as y,a2 as k,a4 as g}from"./index-CJjp0rBm.js";import{_ as C}from"./uni-icons.C1BHJOhS.js";import{_ as h}from"./search.CZFzeEJF.js";import{c as V}from"./customNav.ByZDnwTS.js";/* empty css */const B=a({__name:"index",setup(a){const B=s(),D=l(!0),F=l("");e((()=>{}));const I=()=>{j()};return(a,s)=>{const l=u(c("uni-icons"),C),e=n,j=w,N=x,z=y;return t(),f(e,{class:d({gray:1==_(B).isgray})},{default:o((()=>[r(V,null,{default:o((()=>[r(e,{class:"nav_box f-row aic jcb"},{default:o((()=>[r(e,{class:"back f-row aic",onClick:I},{default:o((()=>[r(l,{type:"left",size:"20",color:"#fff"})])),_:1}),r(e,{class:"search f-row aic"},{default:o((()=>[r(j,{type:"text",modelValue:F.value,"onUpdate:modelValue":s[0]||(s[0]=a=>F.value=a),onConfirm:a.search,onBlur:s[1]||(s[1]=a=>D.value=!F.value),onFocus:s[2]||(s[2]=a=>D.value=!1)},null,8,["modelValue","onConfirm"]),D.value?(t(),f(e,{key:0,class:"f-row aic"},{default:o((()=>[r(N,{src:h,mode:""}),r(z,null,{default:o((()=>[i("搜索")])),_:1})])),_:1})):m("",!0)])),_:1})])),_:1})])),_:1}),r(e,{class:"list_box"},{default:o((()=>[(t(),p(b,null,v(3,((a,l)=>r(e,{class:"list",key:l,onClick:s[3]||(s[3]=a=>{var s;k(s="/pages/meeting/detail?id=1",(()=>{g({url:s})}))})},{default:o((()=>[r(e,{class:"title f-row aic jcb"},{default:o((()=>[r(e,{class:""},{default:o((()=>[i(" 年度部门讨论会议 ")])),_:1}),r(z,null,{default:o((()=>[i("1分钟前")])),_:1})])),_:1}),r(e,{class:"info"},{default:o((()=>[r(e,{class:"f-row aic jcb"},{default:o((()=>[r(e,{class:""},{default:o((()=>[i(" 发起人: ")])),_:1}),r(z,null,{default:o((()=>[i("周如意")])),_:1})])),_:1}),r(e,{class:"f-row aic jcb"},{default:o((()=>[r(e,{class:""},{default:o((()=>[i(" 会议日期: ")])),_:1}),r(z,null,{default:o((()=>[i("周如意")])),_:1})])),_:1}),r(e,{class:"f-row aic jcb"},{default:o((()=>[r(e,{class:""},{default:o((()=>[i(" 会议地点: ")])),_:1}),r(z,null,{default:o((()=>[i("周如意")])),_:1})])),_:1}),r(e,{class:"f-row aic jcb"},{default:o((()=>[r(e,{class:""},{default:o((()=>[i(" 会议内容: ")])),_:1}),r(z,null,{default:o((()=>[i("周如意")])),_:1})])),_:1})])),_:1}),r(e,{class:"handled f-row"},{default:o((()=>[r(e,{class:"refused"},{default:o((()=>[i(" 已拒绝 ")])),_:1})])),_:1})])),_:2},1024))),64))])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-cfa00dd6"]]);export{B as default};
diff --git a/unpackage/dist/build/web/assets/pages-product-index.DCow2AxC.js b/unpackage/dist/build/web/assets/pages-product-index.DCow2AxC.js
new file mode 100644
index 0000000..2baea55
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-product-index.DCow2AxC.js
@@ -0,0 +1 @@
+import{_ as a,R as l,r as s,a6 as t,a7 as e,H as u,J as i,a as c,c as o,w as n,d,e as r,y as f,x as _,n as p,C as v,F as m,D as y,N as x,i as b,p as g,u as h,o as w,b as k}from"./index-CJjp0rBm.js";import{_ as C}from"./uni-icons.C1BHJOhS.js";const j=a({__name:"dataCom",props:{title:{type:String,default:""},list:{type:Array,default:function(){return[]}}},setup(a){l((a=>({"09ebbe2f":k.value})));const h=a,w=s(!1),k=s(null);return t((()=>h.list),(()=>{e((()=>{x().select(".data_box").boundingClientRect((a=>{k.value=((null==a?void 0:a.height)||0)+"px"})).exec()}))}),{immediate:!0}),(l,s)=>{const t=b,e=g,x=u(i("uni-icons"),C);return c(),o(t,{class:""},{default:n((()=>[d(t,{class:"info"},{default:n((()=>[d(t,{class:"item_box"},{default:n((()=>[d(t,{class:"item"},{default:n((()=>[d(t,{class:"title_box f-row aic jcb"},{default:n((()=>[d(t,{class:"title"},{default:n((()=>[r(f(a.title),1)])),_:1}),a.list.length>6?(c(),o(t,{key:0,class:"f-row aic more",onClick:s[0]||(s[0]=a=>w.value=!w.value)},{default:n((()=>[d(e,null,{default:n((()=>[r(f(w.value?"收起":"展开"),1)])),_:1}),w.value?(c(),o(x,{key:1,type:"up",color:"#999999"})):(c(),o(x,{key:0,type:"down",color:"#999999"}))])),_:1})):_("",!0)])),_:1}),d(t,{class:p(["data_wrapper",{close:a.list.length>6&&w.value}])},{default:n((()=>[d(t,{class:"data_box f-row aic"},{default:n((()=>[(c(!0),v(m,null,y(a.list,((a,l)=>(c(),o(t,{class:"data f-col aic"},{default:n((()=>[d(t,{class:""},{default:n((()=>[r(f(null==a?void 0:a.dailyVolume),1)])),_:2},1024),d(e,null,{default:n((()=>[r(f(a.gas),1)])),_:2},1024)])),_:2},1024)))),256))])),_:1})])),_:1},8,["class"])])),_:1})])),_:1})])),_:1})])),_:1})}}},[["__scopeId","data-v-40acdf41"]]),J={__name:"index",setup(a){const l=h(),t=s([]),e=s([]);return w((a=>{t.value=JSON.parse(a.shishi),e.value=JSON.parse(a.product)})),(a,s)=>{const u=b;return c(),o(u,{class:p(["f-col","aic",{gray:1==k(l).isgray}])},{default:n((()=>[d(j,{title:"实时输差",list:t.value},null,8,["list"]),d(j,{title:"偏远计量点",list:t.value},null,8,["list"]),d(j,{title:"生产实时数据",list:e.value},null,8,["list"])])),_:1},8,["class"])}}};export{J as default};
diff --git a/unpackage/dist/build/web/assets/pages-safe-detail.GFg-POZa.js b/unpackage/dist/build/web/assets/pages-safe-detail.GFg-POZa.js
new file mode 100644
index 0000000..3550f6e
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-safe-detail.GFg-POZa.js
@@ -0,0 +1 @@
+import{_ as s,u as a,a as t,c as e,w as c,n as l,b as o,i as r,d,e as n,aS as u}from"./index-CJjp0rBm.js";import{s as _}from"./safeCom.B7Xuh5b-.js";const f=s({__name:"detail",setup(s){const f=a();return(s,a)=>{const i=u,m=r;return t(),e(m,{class:l(["content",{gray:1==o(f).isgray}])},{default:c((()=>[d(m,{class:""},{default:c((()=>[d(i,{src:""}),d(m,{class:"title"},{default:c((()=>[n(" 五月天“突然好想你”线上演唱会精彩回放,这里就是标题 ")])),_:1})])),_:1}),d(m,{class:"listcom"},{default:c((()=>[d(_)])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-a4702978"]]);export{f as default};
diff --git a/unpackage/dist/build/web/assets/pages-safe-manage.BYoMAgLM.js b/unpackage/dist/build/web/assets/pages-safe-manage.BYoMAgLM.js
new file mode 100644
index 0000000..087a42b
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-safe-manage.BYoMAgLM.js
@@ -0,0 +1 @@
+import{_ as a}from"./uni-icons.C1BHJOhS.js";import{_ as s,u as e,r as o,H as l,J as t,a as c,c as u,w as r,n,b as f,i as _,d as i,e as m,x as d,I as p,m as v,p as y}from"./index-CJjp0rBm.js";import{_ as j}from"./search.CZFzeEJF.js";import{s as x}from"./safeCom.B7Xuh5b-.js";import{c as b}from"./customNav.ByZDnwTS.js";/* empty css */const k=s({__name:"manage",setup(s){const k=e(),w=o(!0),C=o("");return(s,e)=>{const o=l(t("uni-icons"),a),g=_,h=p,V=v,B=y;return c(),u(g,{class:n(["content",{gray:1==f(k).isgray}])},{default:r((()=>[i(b,null,{default:r((()=>[i(g,{class:"nav_box f-row aic jcb"},{default:r((()=>[i(g,{class:"back f-row aic",onClick:s.back},{default:r((()=>[i(o,{type:"left",size:"20",color:"#fff"})])),_:1},8,["onClick"]),i(g,{class:"search f-row aic"},{default:r((()=>[i(h,{type:"text",modelValue:C.value,"onUpdate:modelValue":e[0]||(e[0]=a=>C.value=a),onConfirm:s.search,onBlur:e[1]||(e[1]=a=>w.value=!C.value),onFocus:e[2]||(e[2]=a=>w.value=!1)},null,8,["modelValue","onConfirm"]),w.value?(c(),u(g,{key:0,class:"f-row aic"},{default:r((()=>[i(V,{src:j,mode:""}),i(B,null,{default:r((()=>[m("搜索")])),_:1})])),_:1})):d("",!0)])),_:1})])),_:1})])),_:1}),i(g,{class:""},{default:r((()=>[i(x)])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-02e8f217"]]);export{k as default};
diff --git a/unpackage/dist/build/web/assets/pages-tab-index.DER3nP2q.js b/unpackage/dist/build/web/assets/pages-tab-index.DER3nP2q.js
new file mode 100644
index 0000000..5e19e7e
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-tab-index.DER3nP2q.js
@@ -0,0 +1 @@
+import{_ as e,a as t,c as a,w as i,d as s,n,x as l,e as r,y as d,p as h,i as u,z as c,A as o,B as m,C as p,F as f,D as g,P as k,E as D,G as T,H as y,J as S,K as b,L as _,M as w,N as x,O as A,Q as R,I as C,R as M,u as V,o as v,r as E,S as H,T as I,U as B,V as O,b as U,W as N,X as P,Y as j,Z as W,$ as Y,a0 as Q,a1 as F,a2 as z,m as J,a3 as $,a4 as q,a5 as K}from"./index-CJjp0rBm.js";import{_ as L}from"./uni-icons.C1BHJOhS.js";/* empty css */function G(e,t){return`${X(e)} ${Z(e,t)}`}function X(e){e=ne(e);const t=(e=new Date(e)).getFullYear(),a=e.getMonth()+1,i=e.getDate();return`${t}-${ee(a)}-${ee(i)}`}function Z(e,t){e=ne(e);const a=(e=new Date(e)).getHours(),i=e.getMinutes(),s=e.getSeconds();return t?`${ee(a)}:${ee(i)}`:`${ee(a)}:${ee(i)}:${ee(s)}`}function ee(e){return e<10&&(e=`0${e}`),e}function te(e){return e?"00:00":"00:00:00"}function ae(e,t){return(e=new Date(ne(e)))<=(t=new Date(ne(t)))}function ie(e){return e.match(/((19|20)\d{2})(-|\/)\d{1,2}(-|\/)\d{1,2}/g)}const se=/^\d{4}-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])( [0-5]?[0-9]:[0-5]?[0-9](:[0-5]?[0-9])?)?$/;function ne(e){return"string"==typeof e&&se.test(e)&&(e=e.replace(/-/g,"/")),e}const le=e({props:{weeks:{type:Object,default:()=>({})},calendar:{type:Object,default:()=>({})},selected:{type:Array,default:()=>[]},checkHover:{type:Boolean,default:!1}},methods:{choiceDate(e){this.$emit("change",e)},handleMousemove(e){this.$emit("handleMouse",e)}}},[["render",function(e,c,o,m,p,f){const g=h,k=u;return t(),a(k,{class:n(["uni-calendar-item__weeks-box",{"uni-calendar-item--disable":o.weeks.disable,"uni-calendar-item--before-checked-x":o.weeks.beforeMultiple,"uni-calendar-item--multiple":o.weeks.multiple,"uni-calendar-item--after-checked-x":o.weeks.afterMultiple}]),onClick:c[0]||(c[0]=e=>f.choiceDate(o.weeks)),onMouseenter:c[1]||(c[1]=e=>f.handleMousemove(o.weeks))},{default:i((()=>[s(k,{class:n(["uni-calendar-item__weeks-box-item",{"uni-calendar-item--checked":o.calendar.fullDate===o.weeks.fullDate&&(o.calendar.userChecked||!o.checkHover),"uni-calendar-item--checked-range-text":o.checkHover,"uni-calendar-item--before-checked":o.weeks.beforeMultiple,"uni-calendar-item--multiple":o.weeks.multiple,"uni-calendar-item--after-checked":o.weeks.afterMultiple,"uni-calendar-item--disable":o.weeks.disable}])},{default:i((()=>[o.selected&&o.weeks.extraInfo?(t(),a(g,{key:0,class:"uni-calendar-item__weeks-box-circle"})):l("",!0),s(g,{class:"uni-calendar-item__weeks-box-text uni-calendar-item__weeks-box-text-disable uni-calendar-item--checked-text"},{default:i((()=>[r(d(o.weeks.date),1)])),_:1})])),_:1},8,["class"]),s(k,{class:n({"uni-calendar-item--today":o.weeks.isToday})},null,8,["class"])])),_:1},8,["class"])}],["__scopeId","data-v-ca13b993"]]),re={en:{"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"},"zh-Hans":{"uni-datetime-picker.selectDate":"选择日期","uni-datetime-picker.selectTime":"选择时间","uni-datetime-picker.selectDateTime":"选择日期时间","uni-datetime-picker.startDate":"开始日期","uni-datetime-picker.endDate":"结束日期","uni-datetime-picker.startTime":"开始时间","uni-datetime-picker.endTime":"结束时间","uni-datetime-picker.ok":"确定","uni-datetime-picker.clear":"清除","uni-datetime-picker.cancel":"取消","uni-datetime-picker.year":"年","uni-datetime-picker.month":"月","uni-calender.SUN":"日","uni-calender.MON":"一","uni-calender.TUE":"二","uni-calender.WED":"三","uni-calender.THU":"四","uni-calender.FRI":"五","uni-calender.SAT":"六","uni-calender.confirm":"确认"},"zh-Hant":{"uni-datetime-picker.selectDate":"選擇日期","uni-datetime-picker.selectTime":"選擇時間","uni-datetime-picker.selectDateTime":"選擇日期時間","uni-datetime-picker.startDate":"開始日期","uni-datetime-picker.endDate":"結束日期","uni-datetime-picker.startTime":"開始时间","uni-datetime-picker.endTime":"結束时间","uni-datetime-picker.ok":"確定","uni-datetime-picker.clear":"清除","uni-datetime-picker.cancel":"取消","uni-datetime-picker.year":"年","uni-datetime-picker.month":"月","uni-calender.SUN":"日","uni-calender.MON":"一","uni-calender.TUE":"二","uni-calender.WED":"三","uni-calender.THU":"四","uni-calender.FRI":"五","uni-calender.SAT":"六","uni-calender.confirm":"確認"}},{t:de}=c(re);const he=e({name:"UniDatetimePicker",data:()=>({indicatorStyle:"height: 50px;",visible:!1,fixNvueBug:{},dateShow:!0,timeShow:!0,title:"日期和时间",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}),options:{virtualHost:!0},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:{modelValue:{handler(e){e?(this.parseValue(ne(e)),this.initTime(!1)):(this.time="",this.parseValue(Date.now()))},immediate:!0},type:{handler(e){"date"===e?(this.dateShow=!0,this.timeShow=!1,this.title="日期"):"time"===e?(this.dateShow=!1,this.timeShow=!0,this.title="时间"):(this.dateShow=!0,this.timeShow=!0,this.title="日期和时间")},immediate:!0},start:{handler(e){this.parseDatetimeRange(ne(e),"start")},immediate:!0},end:{handler(e){this.parseDatetimeRange(ne(e),"end")},immediate:!0},months(e){this.checkValue("month",this.month,e)},days(e){this.checkValue("day",this.day,e)},hours(e){this.checkValue("hour",this.hour,e)},minutes(e){this.checkValue("minute",this.minute,e)},seconds(e){this.checkValue("second",this.second,e)}},computed:{years(){return this.getCurrentRange("year")},months(){return this.getCurrentRange("month")},days(){return this.getCurrentRange("day")},hours(){return this.getCurrentRange("hour")},minutes(){return this.getCurrentRange("minute")},seconds(){return this.getCurrentRange("second")},ymd(){return[this.year-this.minYear,this.month-this.minMonth,this.day-this.minDay]},hms(){return[this.hour-this.minHour,this.minute-this.minMinute,this.second-this.minSecond]},currentDateIsStart(){return this.year===this.startYear&&this.month===this.startMonth&&this.day===this.startDay},currentDateIsEnd(){return this.year===this.endYear&&this.month===this.endMonth&&this.day===this.endDay},minYear(){return this.startYear},maxYear(){return this.endYear},minMonth(){return this.year===this.startYear?this.startMonth:1},maxMonth(){return this.year===this.endYear?this.endMonth:12},minDay(){return this.year===this.startYear&&this.month===this.startMonth?this.startDay:1},maxDay(){return this.year===this.endYear&&this.month===this.endMonth?this.endDay:this.daysInMonth(this.year,this.month)},minHour(){return"datetime"===this.type?this.currentDateIsStart?this.startHour:0:"time"===this.type?this.startHour:void 0},maxHour(){return"datetime"===this.type?this.currentDateIsEnd?this.endHour:23:"time"===this.type?this.endHour:void 0},minMinute(){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(){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(){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(){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:()=>de("uni-datetime-picker.selectTime"),okText:()=>de("uni-datetime-picker.ok"),clearText:()=>de("uni-datetime-picker.clear"),cancelText:()=>de("uni-datetime-picker.cancel")},mounted(){},methods:{lessThanTen:e=>e<10?"0"+e:e,parseTimeType(e){if(e){let t=e.split(":");this.hour=Number(t[0]),this.minute=Number(t[1]),this.second=Number(t[2])}},initPickerValue(e){let t=null;e?t=this.compareValueWithStartAndEnd(e,this.start,this.end):(t=Date.now(),t=this.compareValueWithStartAndEnd(t,this.start,this.end)),this.parseValue(t)},compareValueWithStartAndEnd(e,t,a){let i=null;return e=this.superTimeStamp(e),t=this.superTimeStamp(t),a=this.superTimeStamp(a),i=t&&a?ea?new Date(a):new Date(e):t&&!a?t<=e?new Date(e):new Date(t):!t&&a?e<=a?new Date(e):new Date(a):new Date(e),i},superTimeStamp(e){let t="";if("time"===this.type&&e&&"string"==typeof e){const e=new Date;t=e.getFullYear()+"/"+(e.getMonth()+1)+"/"+e.getDate()+" "}return Number(e)&&(e=parseInt(e),t=0),this.createTimeStamp(t+e)},parseValue(e){if(e){if("time"===this.type&&"string"==typeof e)this.parseTimeType(e);else{let t=null;t=new Date(e),"time"!==this.type&&(this.year=t.getFullYear(),this.month=t.getMonth()+1,this.day=t.getDate()),"date"!==this.type&&(this.hour=t.getHours(),this.minute=t.getMinutes(),this.second=t.getSeconds())}this.hideSecond&&(this.second=0)}},parseDatetimeRange(e,t){if(!e)return"start"===t&&(this.startYear=1920,this.startMonth=1,this.startDay=1,this.startHour=0,this.startMinute=0,this.startSecond=0),void("end"===t&&(this.endYear=2120,this.endMonth=12,this.endDay=31,this.endHour=23,this.endMinute=59,this.endSecond=59));if("time"===this.type){const a=e.split(":");this[t+"Hour"]=Number(a[0]),this[t+"Minute"]=Number(a[1]),this[t+"Second"]=Number(a[2])}else{if(!e)return void("start"===t?this.startYear=this.year-60:this.endYear=this.year+60);Number(e)&&(e=parseInt(e));const a=/[0-9]:[0-9]/;"datetime"!==this.type||"end"!==t||"string"!=typeof e||a.test(e)||(e+=" 23:59:59");const i=new Date(e);this[t+"Year"]=i.getFullYear(),this[t+"Month"]=i.getMonth()+1,this[t+"Day"]=i.getDate(),"datetime"===this.type&&(this[t+"Hour"]=i.getHours(),this[t+"Minute"]=i.getMinutes(),this[t+"Second"]=i.getSeconds())}},getCurrentRange(e){const t=[];for(let a=this["min"+this.capitalize(e)];a<=this["max"+this.capitalize(e)];a++)t.push(a);return t},capitalize:e=>e.charAt(0).toUpperCase()+e.slice(1),checkValue(e,t,a){-1===a.indexOf(t)&&(this[e]=a[0])},daysInMonth:(e,t)=>new Date(e,t,0).getDate(),createTimeStamp(e){if(e)return"number"==typeof e?e:(e=e.replace(/-/g,"/"),"date"===this.type&&(e+=" 00:00:00"),Date.parse(e))},createDomSting(){const e=this.year+"-"+this.lessThanTen(this.month)+"-"+this.lessThanTen(this.day);let t=this.lessThanTen(this.hour)+":"+this.lessThanTen(this.minute);return this.hideSecond||(t=t+":"+this.lessThanTen(this.second)),"date"===this.type?e:"time"===this.type?t:e+" "+t},initTime(e=!0){this.time=this.createDomSting(),e&&("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(e){const t=e.detail.value;this.year=this.years[t[0]],this.month=this.months[t[1]],this.day=this.days[t[2]]},bindTimeChange(e){const t=e.detail.value;this.hour=this.hours[t[0]],this.minute=this.minutes[t[1]],this.second=this.seconds[t[2]]},initTimePicker(){if(this.disabled)return;const e=ne(this.time);this.initPickerValue(e),this.visible=!this.visible},tiggerTimePicker(e){this.visible=!this.visible},clearTime(){this.time="",this.$emit("change",this.time),this.$emit("input",this.time),this.$emit("update:modelValue",this.time),this.tiggerTimePicker()},setTime(){this.initTime(),this.tiggerTimePicker()}}},[["render",function(e,c,T,y,S,b){const _=h,w=u,x=k,A=D;return t(),a(w,{class:"uni-datetime-picker"},{default:i((()=>[s(w,{onClick:b.initTimePicker},{default:i((()=>[o(e.$slots,"default",{},(()=>[s(w,{class:n(["uni-datetime-picker-timebox-pointer",{"uni-datetime-picker-disabled":T.disabled,"uni-datetime-picker-timebox":T.border}])},{default:i((()=>[s(_,{class:"uni-datetime-picker-text"},{default:i((()=>[r(d(S.time),1)])),_:1}),S.time?l("",!0):(t(),a(w,{key:0,class:"uni-datetime-picker-time"},{default:i((()=>[s(_,{class:"uni-datetime-picker-text"},{default:i((()=>[r(d(b.selectTimeText),1)])),_:1})])),_:1}))])),_:1},8,["class"])]),!0)])),_:3},8,["onClick"]),S.visible?(t(),a(w,{key:0,id:"mask",class:"uni-datetime-picker-mask",onClick:b.tiggerTimePicker},null,8,["onClick"])):l("",!0),S.visible?(t(),a(w,{key:1,class:n(["uni-datetime-picker-popup",[S.dateShow&&S.timeShow?"":"fix-nvue-height"]]),style:m(S.fixNvueBug)},{default:i((()=>[s(w,{class:"uni-title"},{default:i((()=>[s(_,{class:"uni-datetime-picker-text"},{default:i((()=>[r(d(b.selectTimeText),1)])),_:1})])),_:1}),S.dateShow?(t(),a(w,{key:0,class:"uni-datetime-picker__container-box"},{default:i((()=>[s(A,{class:"uni-datetime-picker-view","indicator-style":S.indicatorStyle,value:b.ymd,onChange:b.bindDateChange},{default:i((()=>[s(x,null,{default:i((()=>[(t(!0),p(f,null,g(b.years,((e,n)=>(t(),a(w,{class:"uni-datetime-picker-item",key:n},{default:i((()=>[s(_,{class:"uni-datetime-picker-item"},{default:i((()=>[r(d(b.lessThanTen(e)),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1}),s(x,null,{default:i((()=>[(t(!0),p(f,null,g(b.months,((e,n)=>(t(),a(w,{class:"uni-datetime-picker-item",key:n},{default:i((()=>[s(_,{class:"uni-datetime-picker-item"},{default:i((()=>[r(d(b.lessThanTen(e)),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1}),s(x,null,{default:i((()=>[(t(!0),p(f,null,g(b.days,((e,n)=>(t(),a(w,{class:"uni-datetime-picker-item",key:n},{default:i((()=>[s(_,{class:"uni-datetime-picker-item"},{default:i((()=>[r(d(b.lessThanTen(e)),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1})])),_:1},8,["indicator-style","value","onChange"]),s(_,{class:"uni-datetime-picker-sign sign-left"},{default:i((()=>[r("-")])),_:1}),s(_,{class:"uni-datetime-picker-sign sign-right"},{default:i((()=>[r("-")])),_:1})])),_:1})):l("",!0),S.timeShow?(t(),a(w,{key:1,class:"uni-datetime-picker__container-box"},{default:i((()=>[s(A,{class:n(["uni-datetime-picker-view",[T.hideSecond?"time-hide-second":""]]),"indicator-style":S.indicatorStyle,value:b.hms,onChange:b.bindTimeChange},{default:i((()=>[s(x,null,{default:i((()=>[(t(!0),p(f,null,g(b.hours,((e,n)=>(t(),a(w,{class:"uni-datetime-picker-item",key:n},{default:i((()=>[s(_,{class:"uni-datetime-picker-item"},{default:i((()=>[r(d(b.lessThanTen(e)),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1}),s(x,null,{default:i((()=>[(t(!0),p(f,null,g(b.minutes,((e,n)=>(t(),a(w,{class:"uni-datetime-picker-item",key:n},{default:i((()=>[s(_,{class:"uni-datetime-picker-item"},{default:i((()=>[r(d(b.lessThanTen(e)),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1}),T.hideSecond?l("",!0):(t(),a(x,{key:0},{default:i((()=>[(t(!0),p(f,null,g(b.seconds,((e,n)=>(t(),a(w,{class:"uni-datetime-picker-item",key:n},{default:i((()=>[s(_,{class:"uni-datetime-picker-item"},{default:i((()=>[r(d(b.lessThanTen(e)),1)])),_:2},1024)])),_:2},1024)))),128))])),_:1}))])),_:1},8,["class","indicator-style","value","onChange"]),s(_,{class:n(["uni-datetime-picker-sign",[T.hideSecond?"sign-center":"sign-left"]])},{default:i((()=>[r(":")])),_:1},8,["class"]),T.hideSecond?l("",!0):(t(),a(_,{key:0,class:"uni-datetime-picker-sign sign-right"},{default:i((()=>[r(":")])),_:1}))])),_:1})):l("",!0),s(w,{class:"uni-datetime-picker-btn"},{default:i((()=>[s(w,{onClick:b.clearTime},{default:i((()=>[s(_,{class:"uni-datetime-picker-btn-text"},{default:i((()=>[r(d(b.clearText),1)])),_:1})])),_:1},8,["onClick"]),s(w,{class:"uni-datetime-picker-btn-group"},{default:i((()=>[s(w,{class:"uni-datetime-picker-cancel",onClick:b.tiggerTimePicker},{default:i((()=>[s(_,{class:"uni-datetime-picker-btn-text"},{default:i((()=>[r(d(b.cancelText),1)])),_:1})])),_:1},8,["onClick"]),s(w,{onClick:b.setTime},{default:i((()=>[s(_,{class:"uni-datetime-picker-btn-text"},{default:i((()=>[r(d(b.okText),1)])),_:1})])),_:1},8,["onClick"])])),_:1})])),_:1})])),_:1},8,["class","style"])):l("",!0)])),_:3})}],["__scopeId","data-v-8e4813cb"]]),{t:ue}=c(re);const ce=e({name:"UniDatetimePicker",options:{virtualHost:!0},components:{Calendar:e({components:{calendarItem:le,timePicker:he},options:{virtualHost:!0},props:{date:{type:String,default:""},defTime:{type:[String,Object],default:""},selectableTimes:{type:[Object],default:()=>({})},selected:{type:Array,default:()=>[]},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:()=>({before:"",after:"",data:[],fulldate:""})},defaultValue:{type:[String,Object,Array],default:""}},data:()=>({show:!1,weeks:[],calendar:{},nowDate:{},aniMaskShow:!1,firstEnter:!0,time:"",timeRange:{startTime:"",endTime:""},tempSingleDate:"",tempRange:{before:"",after:""}}),watch:{date:{immediate:!0,handler(e){this.range||(this.tempSingleDate=e,setTimeout((()=>{this.init(e)}),100))}},defTime:{immediate:!0,handler(e){this.range?(this.timeRange.startTime=e.start,this.timeRange.endTime=e.end):this.time=e}},startDate(e){this.cale&&(this.cale.setStartDate(e),this.cale.setDate(this.nowDate.fullDate),this.weeks=this.cale.weeks)},endDate(e){this.cale&&(this.cale.setEndDate(e),this.cale.setDate(this.nowDate.fullDate),this.weeks=this.cale.weeks)},selected(e){this.cale&&(this.cale.setSelectInfo(this.nowDate.fullDate,e),this.weeks=this.cale.weeks)},pleStatus:{immediate:!0,handler(e){const{before:t,after:a,fulldate:i,which:s}=e;this.tempRange.before=t,this.tempRange.after=a,setTimeout((()=>{if(i)if(this.cale.setHoverMultiple(i),t&&a){if(this.cale.lastHover=!0,this.rangeWithinMonth(a,t))return;this.setDate(t)}else this.cale.setMultiple(i),this.setDate(this.nowDate.fullDate),this.calendar.fullDate="",this.cale.lastHover=!1;else{if(!this.cale)return;this.cale.setDefaultMultiple(t,a),"left"===s&&t?(this.setDate(t),this.weeks=this.cale.weeks):a&&(this.setDate(a),this.weeks=this.cale.weeks),this.cale.lastHover=!0}}),16)}}},computed:{timepickerStartTime(){return(this.range?this.tempRange.before:this.calendar.fullDate)===this.startDate?this.selectableTimes.start:""},timepickerEndTime(){return(this.range?this.tempRange.after:this.calendar.fullDate)===this.endDate?this.selectableTimes.end:""},selectDateText:()=>ue("uni-datetime-picker.selectDate"),startDateText(){return this.startPlaceholder||ue("uni-datetime-picker.startDate")},endDateText(){return this.endPlaceholder||ue("uni-datetime-picker.endDate")},okText:()=>ue("uni-datetime-picker.ok"),yearText:()=>ue("uni-datetime-picker.year"),monthText:()=>ue("uni-datetime-picker.month"),MONText:()=>ue("uni-calender.MON"),TUEText:()=>ue("uni-calender.TUE"),WEDText:()=>ue("uni-calender.WED"),THUText:()=>ue("uni-calender.THU"),FRIText:()=>ue("uni-calender.FRI"),SATText:()=>ue("uni-calender.SAT"),SUNText:()=>ue("uni-calender.SUN"),confirmText:()=>ue("uni-calender.confirm")},created(){this.cale=new class{constructor({selected:e,startDate:t,endDate:a,range:i}={}){this.date=this.getDateObj(new Date),this.selected=e||[],this.startDate=t,this.endDate=a,this.range=i,this.cleanMultipleStatus(),this.weeks={},this.lastHover=!1}setDate(e){const t=this.getDateObj(e);this.getWeeks(t.fullDate)}cleanMultipleStatus(){this.multipleStatus={before:"",after:"",data:[]}}setStartDate(e){this.startDate=e}setEndDate(e){this.endDate=e}getPreMonthObj(e){e=ne(e);const t=(e=new Date(e)).getMonth();e.setMonth(t-1);const a=e.getMonth();return 0!==t&&a-t==0&&e.setMonth(a-1),this.getDateObj(e)}getNextMonthObj(e){e=ne(e);const t=(e=new Date(e)).getMonth();e.setMonth(t+1);const a=e.getMonth();return a-t>1&&e.setMonth(a-1),this.getDateObj(e)}getDateObj(e){return e=ne(e),{fullDate:X(e=new Date(e)),year:e.getFullYear(),month:ee(e.getMonth()+1),date:ee(e.getDate()),day:e.getDay()}}getPreMonthDays(e,t){const a=[];for(let i=e-1;i>=0;i--){const e=t.month-1;a.push({date:new Date(t.year,e,-i).getDate(),month:e,disable:!0})}return a}getCurrentMonthDays(e,t){const a=[],i=this.date.fullDate;for(let s=1;s<=e;s++){const e=`${t.year}-${t.month}-${ee(s)}`,n=i===e,l=this.selected&&this.selected.find((t=>{if(this.dateEqual(e,t.date))return t}));this.startDate&&ae(this.startDate,e),this.endDate&&ae(e,this.endDate);let r=this.multipleStatus.data,d=-1;this.range&&r&&(d=r.findIndex((t=>this.dateEqual(t,e))));const h=-1!==d;a.push({fullDate:e,year:t.year,date:s,multiple:!!this.range&&h,beforeMultiple:this.isLogicBefore(e,this.multipleStatus.before,this.multipleStatus.after),afterMultiple:this.isLogicAfter(e,this.multipleStatus.before,this.multipleStatus.after),month:t.month,disable:this.startDate&&!ae(this.startDate,e)||this.endDate&&!ae(e,this.endDate),isToday:n,userChecked:!1,extraInfo:l})}return a}_getNextMonthDays(e,t){const a=[],i=t.month+1;for(let s=1;s<=e;s++)a.push({date:s,month:i,disable:!0});return a}getInfo(e){return e||(e=new Date),this.calendar.find((t=>t.fullDate===this.getDateObj(e).fullDate))}dateEqual(e,t){return e=new Date(ne(e)),t=new Date(ne(t)),e.valueOf()===t.valueOf()}isLogicBefore(e,t,a){let i=t;return t&&a&&(i=ae(t,a)?t:a),this.dateEqual(i,e)}isLogicAfter(e,t,a){let i=a;return t&&a&&(i=ae(t,a)?a:t),this.dateEqual(i,e)}geDateAll(e,t){var a=[],i=e.split("-"),s=t.split("-"),n=new Date;n.setFullYear(i[0],i[1]-1,i[2]);var l=new Date;l.setFullYear(s[0],s[1]-1,s[2]);for(var r=n.getTime()-864e5,d=l.getTime()-864e5,h=r;h<=d;)h+=864e5,a.push(this.getDateObj(new Date(parseInt(h))).fullDate);return a}setMultiple(e){if(!this.range)return;let{before:t,after:a}=this.multipleStatus;if(t&&a){if(!this.lastHover)return void(this.lastHover=!0);this.multipleStatus.before=e,this.multipleStatus.after="",this.multipleStatus.data=[],this.multipleStatus.fulldate="",this.lastHover=!1}else t?(this.multipleStatus.after=e,ae(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=e,this.multipleStatus.after=void 0,this.lastHover=!1);this.getWeeks(e)}setHoverMultiple(e){if(!this.range||this.lastHover)return;const{before:t}=this.multipleStatus;t?(this.multipleStatus.after=e,ae(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=e,this.getWeeks(e)}setDefaultMultiple(e,t){this.multipleStatus.before=e,this.multipleStatus.after=t,e&&t&&(ae(e,t)?(this.multipleStatus.data=this.geDateAll(e,t),this.getWeeks(t)):(this.multipleStatus.data=this.geDateAll(t,e),this.getWeeks(e)))}getWeeks(e){const{year:t,month:a}=this.getDateObj(e),i=new Date(t,a-1,1).getDay(),s=this.getPreMonthDays(i,this.getDateObj(e)),n=new Date(t,a,0).getDate(),l=42-i-n,r=[...s,...this.getCurrentMonthDays(n,this.getDateObj(e)),...this._getNextMonthDays(l,this.getDateObj(e))],d=new Array(6);for(let h=0;h{setTimeout((()=>{this.aniMaskShow=!0}),50)}))},close(){this.aniMaskShow=!1,this.$nextTick((()=>{setTimeout((()=>{this.show=!1,this.$emit("close")}),300)}))},confirm(){this.setEmit("confirm"),this.close()},change(e){(this.insert||e)&&this.setEmit("change")},monthSwitch(){let{year:e,month:t}=this.nowDate;this.$emit("monthSwitch",{year:e,month:Number(t)})},setEmit(e){this.range||(this.calendar.fullDate||(this.calendar=this.cale.getInfo(new Date),this.tempSingleDate=this.calendar.fullDate),this.hasTime&&!this.time&&(this.time=Z(new Date,this.hideSecond)));let{year:t,month:a,date:i,fullDate:s,extraInfo:n}=this.calendar;this.$emit(e,{range:this.cale.multipleStatus,year:t,month:a,date:i,time:this.time,timeRange:this.timeRange,fulldate:s,extraInfo:n||{}})},choiceDate(e){if(e.disable)return;this.calendar=e,this.calendar.userChecked=!0,this.cale.setMultiple(this.calendar.fullDate,!0),this.weeks=this.cale.weeks,this.tempSingleDate=this.calendar.fullDate;const t=new Date(this.cale.multipleStatus.before).getTime(),a=new Date(this.cale.multipleStatus.after).getTime();t>a&&a?(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(!0)},changeMonth(e){let t;"pre"===e?t=this.cale.getPreMonthObj(this.nowDate.fullDate).fullDate:"next"===e&&(t=this.cale.getNextMonthObj(this.nowDate.fullDate).fullDate),this.setDate(t),this.monthSwitch()},setDate(e){this.cale.setDate(e),this.weeks=this.cale.weeks,this.nowDate=this.cale.getInfo(e)}}},[["render",function(e,c,o,m,k,D){const w=u,x=h,A=_,R=T("calendar-item"),C=T("time-picker"),M=y(S("uni-icons"),L);return t(),a(w,{class:"uni-calendar",onMouseleave:D.leaveCale},{default:i((()=>[!o.insert&&k.show?(t(),a(w,{key:0,class:n(["uni-calendar__mask",{"uni-calendar--mask-show":k.aniMaskShow}]),onClick:D.maskClick},null,8,["class","onClick"])):l("",!0),o.insert||k.show?(t(),a(w,{key:1,class:n(["uni-calendar__content",{"uni-calendar--fixed":!o.insert,"uni-calendar--ani-show":k.aniMaskShow,"uni-calendar__content-mobile":k.aniMaskShow}])},{default:i((()=>[s(w,{class:n(["uni-calendar__header",{"uni-calendar__header-mobile":!o.insert}])},{default:i((()=>[s(w,{class:"uni-calendar__header-btn-box",onClick:c[0]||(c[0]=b((e=>D.changeMonth("pre")),["stop"]))},{default:i((()=>[s(w,{class:"uni-calendar__header-btn uni-calendar--left"})])),_:1}),s(A,{mode:"date",value:o.date,fields:"month",onChange:D.bindDateChange},{default:i((()=>[s(x,{class:"uni-calendar__header-text"},{default:i((()=>[r(d((k.nowDate.year||"")+D.yearText+(k.nowDate.month||"")+D.monthText),1)])),_:1})])),_:1},8,["value","onChange"]),s(w,{class:"uni-calendar__header-btn-box",onClick:c[1]||(c[1]=b((e=>D.changeMonth("next")),["stop"]))},{default:i((()=>[s(w,{class:"uni-calendar__header-btn uni-calendar--right"})])),_:1}),o.insert?l("",!0):(t(),a(w,{key:0,class:"dialog-close",onClick:D.maskClick},{default:i((()=>[s(w,{class:"dialog-close-plus","data-id":"close"}),s(w,{class:"dialog-close-plus dialog-close-rotate","data-id":"close"})])),_:1},8,["onClick"]))])),_:1},8,["class"]),s(w,{class:"uni-calendar__box"},{default:i((()=>[o.showMonth?(t(),a(w,{key:0,class:"uni-calendar__box-bg"},{default:i((()=>[s(x,{class:"uni-calendar__box-bg-text"},{default:i((()=>[r(d(k.nowDate.month),1)])),_:1})])),_:1})):l("",!0),s(w,{class:"uni-calendar__weeks",style:{"padding-bottom":"7px"}},{default:i((()=>[s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.SUNText),1)])),_:1})])),_:1}),s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.MONText),1)])),_:1})])),_:1}),s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.TUEText),1)])),_:1})])),_:1}),s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.WEDText),1)])),_:1})])),_:1}),s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.THUText),1)])),_:1})])),_:1}),s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.FRIText),1)])),_:1})])),_:1}),s(w,{class:"uni-calendar__weeks-day"},{default:i((()=>[s(x,{class:"uni-calendar__weeks-day-text"},{default:i((()=>[r(d(D.SATText),1)])),_:1})])),_:1})])),_:1}),(t(!0),p(f,null,g(k.weeks,((e,n)=>(t(),a(w,{class:"uni-calendar__weeks",key:n},{default:i((()=>[(t(!0),p(f,null,g(e,((e,n)=>(t(),a(w,{class:"uni-calendar__weeks-item",key:n},{default:i((()=>[s(R,{class:"uni-calendar-item--hook",weeks:e,calendar:k.calendar,selected:o.selected,checkHover:o.range,onChange:D.choiceDate,onHandleMouse:D.handleMouse},null,8,["weeks","calendar","selected","checkHover","onChange","onHandleMouse"])])),_:2},1024)))),128))])),_:2},1024)))),128))])),_:1}),o.insert||o.range||!o.hasTime?l("",!0):(t(),a(w,{key:0,class:"uni-date-changed uni-calendar--fixed-top",style:{padding:"0 80px"}},{default:i((()=>[s(w,{class:"uni-date-changed--time-date"},{default:i((()=>[r(d(k.tempSingleDate?k.tempSingleDate:D.selectDateText),1)])),_:1}),s(C,{type:"time",start:D.timepickerStartTime,end:D.timepickerEndTime,modelValue:k.time,"onUpdate:modelValue":c[2]||(c[2]=e=>k.time=e),disabled:!k.tempSingleDate,border:!1,"hide-second":o.hideSecond,class:"time-picker-style"},null,8,["start","end","modelValue","disabled","hide-second"])])),_:1})),!o.insert&&o.range&&o.hasTime?(t(),a(w,{key:1,class:"uni-date-changed uni-calendar--fixed-top"},{default:i((()=>[s(w,{class:"uni-date-changed--time-start"},{default:i((()=>[s(w,{class:"uni-date-changed--time-date"},{default:i((()=>[r(d(k.tempRange.before?k.tempRange.before:D.startDateText),1)])),_:1}),s(C,{type:"time",start:D.timepickerStartTime,modelValue:k.timeRange.startTime,"onUpdate:modelValue":c[3]||(c[3]=e=>k.timeRange.startTime=e),border:!1,"hide-second":o.hideSecond,disabled:!k.tempRange.before,class:"time-picker-style"},null,8,["start","modelValue","hide-second","disabled"])])),_:1}),s(w,{style:{"line-height":"50px"}},{default:i((()=>[s(M,{type:"arrowthinright",color:"#999"})])),_:1}),s(w,{class:"uni-date-changed--time-end"},{default:i((()=>[s(w,{class:"uni-date-changed--time-date"},{default:i((()=>[r(d(k.tempRange.after?k.tempRange.after:D.endDateText),1)])),_:1}),s(C,{type:"time",end:D.timepickerEndTime,modelValue:k.timeRange.endTime,"onUpdate:modelValue":c[4]||(c[4]=e=>k.timeRange.endTime=e),border:!1,"hide-second":o.hideSecond,disabled:!k.tempRange.after,class:"time-picker-style"},null,8,["end","modelValue","hide-second","disabled"])])),_:1})])),_:1})):l("",!0),o.insert?l("",!0):(t(),a(w,{key:2,class:"uni-date-changed uni-date-btn--ok"}))])),_:1},8,["class"])):l("",!0)])),_:1},8,["onMouseleave"])}],["__scopeId","data-v-8dc4a3ee"]]),TimePicker:he},data:()=>({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:()=>{}}),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(e){this.hasTime=-1!==e.indexOf("time"),this.isRange=-1!==e.indexOf("range")}},modelValue:{immediate:!0,handler(e){this.isEmitValue?this.isEmitValue=!1:this.initPicker(e)}},start:{immediate:!0,handler(e){e&&(this.calendarRange.startDate=X(e),this.hasTime&&(this.calendarRange.startTime=Z(e)))}},end:{immediate:!0,handler(e){e&&(this.calendarRange.endDate=X(e),this.hasTime&&(this.calendarRange.endTime=Z(e,this.hideSecond)))}}},computed:{timepickerStartTime(){return(this.isRange?this.tempRange.startDate:this.inputDate)===this.calendarRange.startDate?this.calendarRange.startTime:""},timepickerEndTime(){return(this.isRange?this.tempRange.endDate:this.inputDate)===this.calendarRange.endDate?this.calendarRange.endTime:""},mobileCalendarTime(){const e={start:this.tempRange.startTime,end:this.tempRange.endTime};return this.isRange?e:this.pickerTime},mobSelectableTime(){return{start:this.calendarRange.startTime,end:this.calendarRange.endTime}},datePopupWidth(){return this.isRange?653:301},singlePlaceholderText(){return this.placeholder||("date"===this.type?this.selectDateText:this.selectDateTimeText)},startPlaceholderText(){return this.startPlaceholder||this.startDateText},endPlaceholderText(){return this.endPlaceholder||this.endDateText},selectDateText(){return this.i18nT("uni-datetime-picker.selectDate")},selectDateTimeText(){return this.i18nT("uni-datetime-picker.selectDateTime")},selectTimeText(){return this.i18nT("uni-datetime-picker.selectTime")},startDateText(){return this.startPlaceholder||this.i18nT("uni-datetime-picker.startDate")},startTimeText(){return this.i18nT("uni-datetime-picker.startTime")},endDateText(){return this.endPlaceholder||this.i18nT("uni-datetime-picker.endDate")},endTimeText(){return this.i18nT("uni-datetime-picker.endTime")},okText(){return this.i18nT("uni-datetime-picker.ok")},clearText(){return this.i18nT("uni-datetime-picker.clear")},showClearIcon(){return this.clearIcon&&!this.disabled&&(this.displayValue||this.displayRangeValue.startDate&&this.displayRangeValue.endDate)}},created(){this.initI18nT(),this.platform()},methods:{initI18nT(){const e=c(re);this.i18nT=e.t},initPicker(e){if(!e&&!this.defaultValue||Array.isArray(e)&&!e.length)this.$nextTick((()=>{this.clear(!1)}));else if(Array.isArray(e)||this.isRange){const[t,a]=e;if(!t&&!a)return;const i=X(t),s=Z(t,this.hideSecond),n=X(a),l=Z(a,this.hideSecond),r=i,d=n;this.displayRangeValue.startDate=this.tempRange.startDate=r,this.displayRangeValue.endDate=this.tempRange.endDate=d,this.hasTime&&(this.displayRangeValue.startDate=`${i} ${s}`,this.displayRangeValue.endDate=`${n} ${l}`,this.tempRange.startTime=s,this.tempRange.endTime=l);const h={before:i,after:n};this.startMultipleStatus=Object.assign({},this.startMultipleStatus,h,{which:"right"}),this.endMultipleStatus=Object.assign({},this.endMultipleStatus,h,{which:"left"})}else e?(this.displayValue=this.inputDate=this.calendarDate=X(e),this.hasTime&&(this.pickerTime=Z(e,this.hideSecond),this.displayValue=`${this.displayValue} ${this.pickerTime}`)):this.defaultValue&&(this.inputDate=this.calendarDate=X(this.defaultValue),this.hasTime&&(this.pickerTime=Z(this.defaultValue,this.hideSecond)))},updateLeftCale(e){const t=this.$refs.left;t.cale.setHoverMultiple(e.after),t.setDate(this.$refs.left.nowDate.fullDate)},updateRightCale(e){const t=this.$refs.right;t.cale.setHoverMultiple(e.after),t.setDate(this.$refs.right.nowDate.fullDate)},platform(){if("undefined"!=typeof navigator)return void(this.isPhone=-1!==navigator.userAgent.toLowerCase().indexOf("mobile"));const{windowWidth:e}=w();this.isPhone=e<=500,this.windowWidth=e},show(){if(this.$emit("show"),this.disabled)return;if(this.platform(),this.isPhone)return void setTimeout((()=>{this.$refs.mobile.open()}),0);this.pickerPositionStyle={top:"10px"};x().in(this).select(".uni-date-editor").boundingClientRect((e=>{this.windowWidth-e.left{if(this.pickerVisible=!this.pickerVisible,!this.isPhone&&this.isRange&&this.isFirstShow){this.isFirstShow=!1;const{startDate:e,endDate:t}=this.calendarRange;e&&t?this.diffDate(e,t)<30&&this.$refs.right.changeMonth("pre"):this.isPhone&&(this.$refs.right.cale.lastHover=!1)}}),50)},close(){setTimeout((()=>{this.pickerVisible=!1,this.$emit("maskClick",this.value),this.$refs.mobile&&this.$refs.mobile.close()}),20)},setEmit(e){"timestamp"!==this.returnType&&"date"!==this.returnType||(Array.isArray(e)?(this.hasTime||(e[0]=e[0]+" 00:00:00",e[1]=e[1]+" 00:00:00"),e[0]=this.createTimestamp(e[0]),e[1]=this.createTimestamp(e[1]),"date"===this.returnType&&(e[0]=new Date(e[0]),e[1]=new Date(e[1]))):(this.hasTime||(e+=" 00:00:00"),e=this.createTimestamp(e),"date"===this.returnType&&(e=new Date(e)))),this.$emit("update:modelValue",e),this.$emit("input",e),this.$emit("change",e),this.isEmitValue=!0},createTimestamp:e=>(e=ne(e),Date.parse(new Date(e))),singleChange(e){this.calendarDate=this.inputDate=e.fulldate,this.hasTime||this.confirmSingleChange()},confirmSingleChange(){if(!ie(this.inputDate)){const e=new Date;this.calendarDate=this.inputDate=X(e),this.pickerTime=Z(e,this.hideSecond)}let e,t,a=!1;if(this.start){let i=this.start;"number"==typeof this.start&&(i=G(this.start,this.hideSecond)),[e,t]=i.split(" "),this.start&&!ae(e,this.inputDate)&&(a=!0,this.inputDate=e)}let i,s,n=!1;if(this.end){let e=this.end;"number"==typeof this.end&&(e=G(this.end,this.hideSecond)),[i,s]=e.split(" "),this.end&&!ae(this.inputDate,i)&&(n=!0,this.inputDate=i)}this.hasTime?(a&&(this.pickerTime=t||te(this.hideSecond)),n&&(this.pickerTime=s||te(this.hideSecond)),this.pickerTime||(this.pickerTime=Z(Date.now(),this.hideSecond)),this.displayValue=`${this.inputDate} ${this.pickerTime}`):this.displayValue=this.inputDate,this.setEmit(this.displayValue),this.pickerVisible=!1},leftChange(e){const{before:t,after:a}=e.range;this.rangeChange(t,a);const i={before:e.range.before,after:e.range.after,data:e.range.data,fulldate:e.fulldate};this.startMultipleStatus=Object.assign({},this.startMultipleStatus,i),this.$emit("calendarClick",e)},rightChange(e){const{before:t,after:a}=e.range;this.rangeChange(t,a);const i={before:e.range.before,after:e.range.after,data:e.range.data,fulldate:e.fulldate};this.endMultipleStatus=Object.assign({},this.endMultipleStatus,i),this.$emit("calendarClick",e)},mobileChange(e){if(this.isRange){const{before:t,after:a}=e.range;if(!t)return;if(this.handleStartAndEnd(t,a,!0),this.hasTime){const{startTime:t,endTime:a}=e.timeRange;this.tempRange.startTime=t,this.tempRange.endTime=a}this.confirmRangeChange()}else this.hasTime?this.displayValue=e.fulldate+" "+e.time:this.displayValue=e.fulldate,this.setEmit(this.displayValue);this.$refs.mobile.close()},rangeChange(e,t){e&&t&&(this.handleStartAndEnd(e,t,!0),this.hasTime||this.confirmRangeChange())},confirmRangeChange(){if(!this.tempRange.startDate||!this.tempRange.endDate)return void(this.pickerVisible=!1);let e,t;ie(this.tempRange.startDate)||(this.tempRange.startDate=X(Date.now())),ie(this.tempRange.endDate)||(this.tempRange.endDate=X(Date.now()));let a,i,s=!1,n=!1;if(this.start){let e=this.start;"number"==typeof this.start&&(e=G(this.start,this.hideSecond)),[a,i]=e.split(" "),this.start&&!ae(this.start,this.tempRange.startDate)&&(s=!0,this.tempRange.startDate=a),this.start&&!ae(this.start,this.tempRange.endDate)&&(n=!0,this.tempRange.endDate=a)}let l,r,d=!1,h=!1;if(this.end){let e=this.end;"number"==typeof this.end&&(e=G(this.end,this.hideSecond)),[l,r]=e.split(" "),this.end&&!ae(this.tempRange.startDate,this.end)&&(d=!0,this.tempRange.startDate=l),this.end&&!ae(this.tempRange.endDate,this.end)&&(h=!0,this.tempRange.endDate=l)}this.hasTime?(s?this.tempRange.startTime=i||te(this.hideSecond):d&&(this.tempRange.startTime=r||te(this.hideSecond)),this.tempRange.startTime||(this.tempRange.startTime=Z(Date.now(),this.hideSecond)),n?this.tempRange.endTime=i||te(this.hideSecond):h&&(this.tempRange.endTime=r||te(this.hideSecond)),this.tempRange.endTime||(this.tempRange.endTime=Z(Date.now(),this.hideSecond)),e=this.displayRangeValue.startDate=`${this.tempRange.startDate} ${this.tempRange.startTime}`,t=this.displayRangeValue.endDate=`${this.tempRange.endDate} ${this.tempRange.endTime}`):(e=this.displayRangeValue.startDate=this.tempRange.startDate,t=this.displayRangeValue.endDate=this.tempRange.endDate),ae(e,t)||([e,t]=[t,e]),this.displayRangeValue.startDate=e,this.displayRangeValue.endDate=t;const u=[e,t];this.setEmit(u),this.pickerVisible=!1},handleStartAndEnd(e,t,a=!1){if(!e)return;t||(t=e);const i=a?"tempRange":"range",s=ae(e,t);this[i].startDate=s?e:t,this[i].endDate=s?t:e},dateCompare:(e,t)=>(e=new Date(e.replace("-","/").replace("-","/")))<=(t=new Date(t.replace("-","/").replace("-","/"))),diffDate(e,t){e=new Date(e.replace("-","/").replace("-","/"));const a=((t=new Date(t.replace("-","/").replace("-","/")))-e)/864e5;return Math.abs(a)},clear(e=!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")),e&&(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(),e&&(this.$emit("change",""),this.$emit("input",""),this.$emit("update:modelValue","")))},calendarClick(e){this.$emit("calendarClick",e)}}},[["render",function(e,c,p,f,g,k){const D=y(S("uni-icons"),L),_=u,w=C,x=T("time-picker"),M=T("Calendar"),V=h;return t(),a(_,{class:"uni-date"},{default:i((()=>[s(_,{class:"uni-date-editor",onClick:k.show},{default:i((()=>[o(e.$slots,"default",{},(()=>[s(_,{class:n(["uni-date-editor--x",{"uni-date-editor--x__disabled":p.disabled,"uni-date-x--border":p.border}])},{default:i((()=>[g.isRange?(t(),a(_,{key:1,class:"uni-date-x uni-date-range"},{default:i((()=>[s(D,{class:"icon-calendar",type:"calendar",color:"#c0c4cc",size:"22"}),s(_,{class:"uni-date__x-input text-center"},{default:i((()=>[r(d(g.displayRangeValue.startDate||k.startPlaceholderText),1)])),_:1}),s(_,{class:"range-separator"},{default:i((()=>[r(d(p.rangeSeparator),1)])),_:1}),s(_,{class:"uni-date__x-input text-center"},{default:i((()=>[r(d(g.displayRangeValue.endDate||k.endPlaceholderText),1)])),_:1})])),_:1})):(t(),a(_,{key:0,class:"uni-date-x uni-date-single"},{default:i((()=>[s(D,{class:"icon-calendar",type:"calendar",color:"#c0c4cc",size:"22"}),s(_,{class:"uni-date__x-input"},{default:i((()=>[r(d(g.displayValue||k.singlePlaceholderText),1)])),_:1})])),_:1})),k.showClearIcon?(t(),a(_,{key:2,class:"uni-date__icon-clear",onClick:b(k.clear,["stop"])},{default:i((()=>[s(D,{type:"clear",color:"#c0c4cc",size:"22"})])),_:1},8,["onClick"])):l("",!0)])),_:1},8,["class"])]),!0)])),_:3},8,["onClick"]),A(s(_,{class:"uni-date-mask--pc",onClick:k.close},null,8,["onClick"]),[[R,g.pickerVisible]]),g.isPhone?l("",!0):A((t(),a(_,{key:0,ref:"datePicker",class:"uni-date-picker__container"},{default:i((()=>[g.isRange?(t(),a(_,{key:1,class:"uni-date-range--x",style:m(g.pickerPositionStyle)},{default:i((()=>[s(_,{class:"uni-popper__arrow"}),g.hasTime?(t(),a(_,{key:0,class:"popup-x-header uni-date-changed"},{default:i((()=>[s(_,{class:"popup-x-header--datetime"},{default:i((()=>[s(w,{class:"uni-date__input uni-date-range__input",type:"text",modelValue:g.tempRange.startDate,"onUpdate:modelValue":c[3]||(c[3]=e=>g.tempRange.startDate=e),placeholder:k.startDateText},null,8,["modelValue","placeholder"]),s(x,{type:"time",modelValue:g.tempRange.startTime,"onUpdate:modelValue":c[5]||(c[5]=e=>g.tempRange.startTime=e),start:k.timepickerStartTime,border:!1,disabled:!g.tempRange.startDate,hideSecond:p.hideSecond},{default:i((()=>[s(w,{class:"uni-date__input uni-date-range__input",type:"text",modelValue:g.tempRange.startTime,"onUpdate:modelValue":c[4]||(c[4]=e=>g.tempRange.startTime=e),placeholder:k.startTimeText,disabled:!g.tempRange.startDate},null,8,["modelValue","placeholder","disabled"])])),_:1},8,["modelValue","start","disabled","hideSecond"])])),_:1}),s(D,{type:"arrowthinright",color:"#999",style:{"line-height":"40px"}}),s(_,{class:"popup-x-header--datetime"},{default:i((()=>[s(w,{class:"uni-date__input uni-date-range__input",type:"text",modelValue:g.tempRange.endDate,"onUpdate:modelValue":c[6]||(c[6]=e=>g.tempRange.endDate=e),placeholder:k.endDateText},null,8,["modelValue","placeholder"]),s(x,{type:"time",modelValue:g.tempRange.endTime,"onUpdate:modelValue":c[8]||(c[8]=e=>g.tempRange.endTime=e),end:k.timepickerEndTime,border:!1,disabled:!g.tempRange.endDate,hideSecond:p.hideSecond},{default:i((()=>[s(w,{class:"uni-date__input uni-date-range__input",type:"text",modelValue:g.tempRange.endTime,"onUpdate:modelValue":c[7]||(c[7]=e=>g.tempRange.endTime=e),placeholder:k.endTimeText,disabled:!g.tempRange.endDate},null,8,["modelValue","placeholder","disabled"])])),_:1},8,["modelValue","end","disabled","hideSecond"])])),_:1})])),_:1})):l("",!0),s(_,{class:"popup-x-body"},{default:i((()=>[s(M,{ref:"left",showMonth:!1,"start-date":g.calendarRange.startDate,"end-date":g.calendarRange.endDate,range:!0,pleStatus:g.endMultipleStatus,onChange:k.leftChange,onFirstEnterCale:k.updateRightCale,style:{padding:"0 8px"}},null,8,["start-date","end-date","pleStatus","onChange","onFirstEnterCale"]),s(M,{ref:"right",showMonth:!1,"start-date":g.calendarRange.startDate,"end-date":g.calendarRange.endDate,range:!0,onChange:k.rightChange,pleStatus:g.startMultipleStatus,onFirstEnterCale:k.updateLeftCale,style:{padding:"0 8px","border-left":"1px solid #F1F1F1"}},null,8,["start-date","end-date","onChange","pleStatus","onFirstEnterCale"])])),_:1}),g.hasTime?(t(),a(_,{key:1,class:"popup-x-footer"},{default:i((()=>[s(V,{onClick:k.clear},{default:i((()=>[r(d(k.clearText),1)])),_:1},8,["onClick"]),s(V,{class:"confirm-text",onClick:k.confirmRangeChange},{default:i((()=>[r(d(k.okText),1)])),_:1},8,["onClick"])])),_:1})):l("",!0)])),_:1},8,["style"])):(t(),a(_,{key:0,class:"uni-date-single--x",style:m(g.pickerPositionStyle)},{default:i((()=>[s(_,{class:"uni-popper__arrow"}),g.hasTime?(t(),a(_,{key:0,class:"uni-date-changed popup-x-header"},{default:i((()=>[s(w,{class:"uni-date__input text-center",type:"text",modelValue:g.inputDate,"onUpdate:modelValue":c[0]||(c[0]=e=>g.inputDate=e),placeholder:k.selectDateText},null,8,["modelValue","placeholder"]),s(x,{type:"time",modelValue:g.pickerTime,"onUpdate:modelValue":c[2]||(c[2]=e=>g.pickerTime=e),border:!1,disabled:!g.inputDate,start:k.timepickerStartTime,end:k.timepickerEndTime,hideSecond:p.hideSecond,style:{width:"100%"}},{default:i((()=>[s(w,{class:"uni-date__input text-center",type:"text",modelValue:g.pickerTime,"onUpdate:modelValue":c[1]||(c[1]=e=>g.pickerTime=e),placeholder:k.selectTimeText,disabled:!g.inputDate},null,8,["modelValue","placeholder","disabled"])])),_:1},8,["modelValue","disabled","start","end","hideSecond"])])),_:1})):l("",!0),s(M,{ref:"pcSingle",showMonth:!1,"start-date":g.calendarRange.startDate,"end-date":g.calendarRange.endDate,date:g.calendarDate,onChange:k.singleChange,"default-value":p.defaultValue,style:{padding:"0 8px"}},null,8,["start-date","end-date","date","onChange","default-value"]),g.hasTime?(t(),a(_,{key:1,class:"popup-x-footer"},{default:i((()=>[s(V,{class:"confirm-text",onClick:k.confirmSingleChange},{default:i((()=>[r(d(k.okText),1)])),_:1},8,["onClick"])])),_:1})):l("",!0)])),_:1},8,["style"]))])),_:1},512)),[[R,g.pickerVisible]]),g.isPhone?(t(),a(M,{key:1,ref:"mobile",clearDate:!1,date:g.calendarDate,defTime:k.mobileCalendarTime,"start-date":g.calendarRange.startDate,"end-date":g.calendarRange.endDate,selectableTimes:k.mobSelectableTime,startPlaceholder:p.startPlaceholder,endPlaceholder:p.endPlaceholder,"default-value":p.defaultValue,pleStatus:g.endMultipleStatus,showMonth:!1,range:g.isRange,hasTime:g.hasTime,insert:!1,hideSecond:p.hideSecond,onConfirm:k.mobileChange,onMaskClose:k.close,onChange:k.calendarClick},null,8,["date","defTime","start-date","end-date","selectableTimes","startPlaceholder","endPlaceholder","default-value","pleStatus","range","hasTime","hideSecond","onConfirm","onMaskClose","onChange"])):l("",!0)])),_:3})}],["__scopeId","data-v-6f474695"]]),oe="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAkCAYAAACJ8xqgAAAAAXNSR0IArs4c6QAAAfRJREFUSEvN1t2KUzEQB/D/JPQl6tP0A0XEBxBBLJ40lmKRCiIoUkEQQRAUpJMiIt71Abz0wgsvFrxQFARFWVmUVVmKWKVQzkhKKlHO7vbUCM5lYH4kJJkZYuYOgEsAHk6n016/3/+Bvwhi5i0AB7whIo+I6Ki19vu6pgdvAjgbAY/n8/mRbrf7bR2UxuOxnkwmD0TkWAQ8mc1mh3u93teyKPmEwWCgqtXqPRE5sQSIaKNSqRxqtVqTMugCjFAnIqci4KnW+mCWZTuror/AcCk0Go3uiMjpCHgGoGmt/bIK+hu4THDO3RKRMxHwQinVNMZs74cWgj6JmW8AOBcBrwDUrbUf90J3BQN6DcCFCHitlKobY/zbLYw9QZ8xHA6vENHlKPut1rqeZdlmkbgvGHZ6EcDVCNhUStWMMe/+RFcCA3oewPUI2NJa17IsexOjK4MB9V/Uf9VlfADQsNb6C1tEKTCgXQC3o9xtImq02+2Xa4E+yTlnRIQj9HN4p89L73B5NOfcSRG5C0CFtZ08z5trg2Gnx0XkPgC9OC7Rxv8DJj0yM7f9J0pyKcyc7tkwc7qHzczpvh4zpysOReULQM1a+750+WLmdAU2aQsoalJ5njc6nc6n3Up/YfkSkXRtNEwPaRp90lEk+bCUfJz7FwNn0pH4J781KU5OS/VeAAAAAElFTkSuQmCC",me=e({__name:"index",setup(e){M((e=>({f4dc8f4a:_})));const c=V();v((()=>{m(),L(),Z()}));const o=E([]),m=()=>{H({zslb:6}).then((e=>{if(e.success){let t=e.result.records[0].wenjian.split(",");o.value=t.map((e=>"https://36.112.48.190/jeecg-boot/sys/common/static/"+e))}}))},k=E(0),D=E(0),T=["公文","公告","制度","法规"],b=e=>{D.value=e,A=1,R.value=[],G()},_=w().statusBarHeight+44+"px";E(null);const x=(e,t,a,i)=>{if(!t||1!=t||"detail"!=i){if(t&&3==t&&a)return F(a.mingcheng);t&&2==t&&(e+=`&zhiduid=${D.value}`),z(e,(()=>{q({url:e})}))}};let A=1;const R=E([]),C=E([]),L=()=>{I().then((e=>{e.success&&(C.value=e.result.records.slice(0,2))})).catch((e=>{console.log("err",e)}))},G=()=>{(0==D.value?W:Y)({pageNo:A,pageSize:5}).then((e=>{if(e.success){let t=0==D.value?"zbbm_dictText":"sbbm";R.value=[...R.value,...X(e.result.records,"zdmc",t,null)]}})).catch((e=>{console.log("err",e)}))},X=(e,t,a,i)=>(e.map((e=>{e._title=e[t],e._time=e[a],e._depart=e[i]})),e);B((()=>{R.value=[],m(),L(),Z(),O()}));const Z=()=>{0==k.value?N({pageNo:A,pageSize:5}).then((e=>{e.success&&(R.value=[...R.value,...X(e.result.records,"fwbt","fwtime",null)])})).catch((e=>{console.log("err",e)})):1==k.value?P({pageNo:A,pageSize:5}).then((e=>{e.success&&(R.value=[...R.value,...X(e.result.records,"neirong","fbdw","createTime")])})).catch((e=>{console.log("err",e)})):2==k.value?G():3==k.value&&j({pageNo:A,pageSize:5}).then((e=>{e.success&&(R.value=[...R.value,...X(e.result.records,"flfgmc","ssbm",null)])})).catch((e=>{console.log("err",e)}))};return(e,m)=>{const _=J,w=h,M=u,V=y(S("uni-datetime-picker"),ce),v=K,E=$;return t(),a(M,{class:n(["content",{gray:1==U(c).isgray}])},{default:i((()=>[s(M,{class:"nav"},{default:i((()=>[s(M,{class:"nav_box f-row aic jcb"},{default:i((()=>[s(M,{class:"weather_calender f-row aic"},{default:i((()=>[s(M,{class:"position f-row aic"},{default:i((()=>[s(_,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAABwBJREFUeF7tmwWoNkUUhp/fwkJFQTGxO7AVBRW7UVHBwMLEBLu7299E7O5ODLDFLkTsbsVWFJ2XfxbOnbvf7uzu7N5P2APfvXDvmTPnvPfMzDnvzB1HL4UIjOvxKUagB6gkQ3qAeoCabSJ9BvUZ1GdQMwT6DGqG37DsQRMBCwJTAd/4z6/NQkszeiwAmhVYGZgfWABY1H8mDkISQBlYTwFXAy+lCTveSpcAzQfs6D8zxrs4QvMF4EbgHuDtmjYqDesCoCUMMFNX8q5Y+XbgAOC9hDZHmWoboKOBIwDtMUXyJvAK8C4wGTAzMIv5PsOAwZ8A+wACqxVpEyCBc9QAr58DbvagvAx8XxLdmsDWDsBtgHCv0tBj3BfNl1zaAmgQOI8AlwPX1oxkYQ/SgTlAKYs2rWl34LA2AMoD5zXgSODORAFsBFwJTBfYS55JqQHKA+dpt5FuC7yfCJzMzLzAY8Bsgd1lgBdTzZUSIKX/M8A0xrmH/JJQPdOWaM4VjPHPgbmBP1NMmBKgS4GdjFO3+o01iaMlwX4HTG90xgN7DRNAa7u/4gPGIVXB+qu+kcLJCBvKXpUKVnZzZcLFEWMLVVJlkMARSJmcCBzW1LmK43d2tdMlZsyn7lBYEvi2op0R6ikA0rLS8srkA589X1d0bHKzd9Stjq8AtjPzqtI+vaIfyQG6y50aGxqr+wLnVHBKuqu7wnERM+YL4FlX16g8qFIArgjo1MxES1xZ9HcFf5ICNC2gU2NKb/VDV5/MFenMnMD9nuYoGqL2Q/uJiswYucntR5sbRVXfdQtTmi6xLV2ANxhnlOI7REQxkwv6ywg9q6JW47qIMRsAdxs9gSOQaklTgC4LANH6vyrCE/ViywV6yr7HXXP7j9/D7JLLVHWU/1BiX82u6q6sHlOfN6jZLXW1KUAfA7ObWeTUzyWz7u+Yw9MCnbwWQXvZWYGeTqldS6OaUHLYU3U1D37E0JEqTQBaHHjVmNMesUaJB2ITdfxaKco60R7a46yIhXynZJ5DgROMzmbAbZXRcTRBE4BW9b1QNm9Mo6huWxV2lTFhf7eVo2qvLwk2LD1UI9lSJBqrrgE6BRBVkUmM4+u6/eo+M+YMQMu0SNb3tGymc5A7aU+NRsUodg2Qum9lXiaxe8O/Zow2co0rkvWAe43C/wag44MWREtBJ2GRhBkUs5S398RcZjdmnlwfus6gTYLNUnuJ9pQiEQOpgDPR8rFLLm+sWgy7pDYGVPFXlpQAqf6xfVCeM/N4Yt7+rqhfCjNB40TmqxWpAupSgLjvytIEIE32GzCFn/WzHHYvzyFdAIaVrWob24lrnPiccwMD5zmCf++IKNUwq5XJfNSNbS1pCpCObEuULwvocq9MvgLCy0MVmAJZ3+cA1I5Yia2Il/eNbjb2YdfArlXm0KDfNwVodxfoBcZ47GmxmO/Uq/itwJ+PGBAeBKI7tIxrSVOAdGuqC79MVOLr1IkR8T9nAgK5SK7xOr/EGAVe93f9mbqolEcjx45SawqQDIrqFOWZifYOccKxohsP8UnicrIbip/8BYA4oSp8kK6D7NWSuKGVYh3J00sBUNh8an9RMVjncYGuctTw1n3F8WQAiHxT5V1bUgCkyZXCtrptxMHUjEYtjFqZTD5yhJz2Lf3BaksqgHRKPBh4IeJMBFoXouLxDmASM1ljPlq2UgEkW2f7lxaZj384OkSVs70OagussGwQl63skQ+NJCVAqluecPyvHkplIlp1lQj+pkkQOvpVf1mJpWdL500JkCZTXxUS5NqsFyr1pJ6CerKwrDg8IMvqWfajUgMksyGbp5/puNYxnlJucTWPmEIrMZ1+JR/aAEgO6Mp3l8CTmM491nk1xqqfrBznn9jE2ojSawsgTR4S5/qZXpwdG+XZYKWLcoj7k3zmNjQ9enibAGk27T8i2a0cHNQrVYJSa7JfMKBRr1U2edsAaf7fAfVdVhSkyoIqEjahGisbIWBVbJbqdgGQ5vgrKOLk2B6O0riw1MMJCnkv1853Lzf2jBxfW60LgOTcpMCP5g4/czgGpDxwdAjovr516QogBaJlJqo0fHipd84hc5gFngeOSH77kq1VkLoESIHopb3e/oRsYl7XnQdODO+dFLCuAZLzyiCRWuHr1ENclp3so8sDJ2UdFQ3iWAAk5/TaQj2UXqNa0VtqvaQPX+jrVf4W0VElVBwrgBSCmlvdkur/xIpENIZYgTGRsQRIAeu1h16ZicTPE/3bk33e1zlIYw2QAtYVj56mLB1ELwJunc4RCSYcBoDkkvYigaRbEknMW6NOsBsWgBSs/kVTIInGqHKT0SpQwwSQAtX10VutRlzR+LABVNH99tV7gEow7gHqAWq2DPsM6jOoz6BmCPQZ1Ay/fg8qwe8/h8ohWHyj9MsAAAAASUVORK5CYII=",mode:""}),s(w,null,{default:i((()=>[r(d(U(c).position?U(c).position:"暂未定位"),1)])),_:1})])),_:1}),s(M,{class:"position f-row aic"},{default:i((()=>[s(_,{style:{height:"80rpx",width:"80rpx"},src:`http://openweathermap.org/img/w/${U(c).wenduIcon}.png`,mode:""},null,8,["src"]),s(w,null,{default:i((()=>[r(d(U(c).wendu)+"℃",1)])),_:1})])),_:1}),s(V,{type:"date"},{default:i((()=>[s(M,{class:"position f-row aic"},{default:i((()=>[s(_,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAABIpJREFUeF7tm89vG0UUx9+z40SWMOJABYULSPyQUkSSmbXdkIsrIaQiQcUJJDi0tPQYwV/Q8heAeoSW9tBKcEItEpUQEr6EYHtnkiAaCYgEF34JDhVBshLH++hI2WjjJjvj/eFdS7NXv3nvzWe+O+PZN4Ngn1ACaPmEE7CANAqxgCygeJOIVZBVUE4VVK/XH+n1eqeklB/FSzG8NWPsfKlUutlqtf5KI04qr5jjOCeJ6Es/YSFEKnE45+THQMSXXde9nTSktBL/GQCe8pMloreklDeSTJ4x9iYiXg/43BBCPJ1kDOUrLUB7I6uCENH7UsqLSSbPGLuIiBeCPtNQqgWU9CrGOX8JAOYA4DgANADgoSSVkYKvu/fybALAdwCwIoT4apgYQymIMXYFEd8eJkDebInoEynlWdO8jAFxzv8GgIdNHefc7h8hxBGTHI0Acc6vAsBpE4djZHNNCHFGl68WEOf8HAB8fICjz4lILefdwd8GVxe1iukSifK7YZwyIqrl/7UDYrwjhLgcFtsE0A8AcGzAyXEhROswx8E/cHlZ5jnn9d2JOpj2HSHEc5EBzc7OPlEsFn8JOiCiM1LKa2FO8whI5csYO42IarrYe/r9/pOrq6u/HtafUAUxxl5HxE+DjYvF4rPtdvunMECO49wiold8m4mJiUeT3iupvd7Ozs6ffgxE/MJ13VfD8qrVas/0+/0fBwb8DSnlZ1EBRf63yjm/BAAnEXExjT2S6tDunk/FuS2EWDSZx4ZVt05BkQGZJJuFjQWkoW4BWUDxXkyrIKsgq6B4BKyC4vGzc5BVkFVQPAJ5V9D09PQD5XJZFQuPptrT+53/0e12z6+vr/+X5JeGxPdig5PgiCGBrvST6SR9UK1q1IB0NbhMASkYVkGaOvv8/Hx5e3tbfaPZKz2PSEUbk5OTi8vLy/d9Iw/Gz1xBI4IROYwFlPdlPvLQjqihVZBVUDypWQWNg4LUuUEAeCzeWO9r/XtSZx0zV1CafxR12wiTAckU0AHnBk1yNrZJ4qxjpoAGy8HGPTc0TKKEnSkg1c9AOTjJrcZGUiXszAEZiiEzMwtoHJb5zORhENgqyCrIQCYhJlZBVkFWQfEIjFhB7yLiB8GY3W63oqs9pdrDGM53a3abQRdE9J6U8sPD3IbWxarVatXzvHawcaFQWOh0Ot/GyDOzptVq9QXP85YG+lPrdDqdSIAajcbE5uamuqMRvNHTFEKcyKyXMQJzzr/ZvaHke7lbqVSONJvNnUiAVCPG2E1EHDx/rG79XJ2amvp+aWlpn2Rj5J9K04WFhcrW1tbz6gA8AOy75UNEt6SUp8ICa68izM3NTRcKhTupZJ+xU8/zjq2srKzHAqQaO45zlohCL31k3NehwyPiOdd1r+gaahXkO3Acp0FE6h0e+wcRT7iuq24hah9jQMrTzMzM46VS6RIRvQgAD2q958vgX0T8utfrLa6trf1mmtpQgHynnPMSItaIqE5EuQaFiApMi4jaQoieKRjfLhKgYYOMs70FpBk9C8gCiveCWwVZBVkFxSOgaf0/iU01doFaqOgAAAAASUVORK5CYII=",mode:""}),s(w,null,{default:i((()=>[r(d(U(Q)()),1)])),_:1})])),_:1})])),_:1})])),_:1})])),_:1})])),_:1}),s(M,{class:"f-col aic"},{default:i((()=>[s(E,{class:"swiper",autoplay:""},{default:i((()=>[(t(!0),p(f,null,g(o.value,((e,n)=>(t(),a(v,{key:n,class:"swiper-item"},{default:i((()=>[s(_,{src:e,mode:"aspectFill"},null,8,["src"])])),_:2},1024)))),128))])),_:1})])),_:1}),s(M,{class:"wrapper f-col aic"},{default:i((()=>[s(M,{class:"onduty"},{default:i((()=>[s(M,{class:"title f-row aic jcb"},{default:i((()=>[r(" 值班信息 "),s(M,{class:"more",onClick:m[0]||(m[0]=e=>x("/pages/zhiban/index"))},{default:i((()=>[r(" 查看更多 "),s(_,{src:oe,mode:""})])),_:1})])),_:1}),s(M,{class:"info"},{default:i((()=>[s(M,{class:"info_title f-row aic"},{default:i((()=>[s(M,{class:""},{default:i((()=>[r(" 日期 ")])),_:1}),s(M,{class:""},{default:i((()=>[r(" 带班领导 ")])),_:1}),s(M,{class:""},{default:i((()=>[r(" 值班领导 ")])),_:1}),s(M,{class:""},{default:i((()=>[r(" 值班干部 ")])),_:1})])),_:1}),s(M,{class:"data_box"},{default:i((()=>[(t(!0),p(f,null,g(C.value,((e,l)=>(t(),a(M,{class:n(["data"," f-row","aic",{first:0==l}])},{default:i((()=>[s(M,{class:""},{default:i((()=>[r(d(e.date),1)])),_:2},1024),s(M,{class:""},{default:i((()=>[r(d(e.dbld_dictText),1)])),_:2},1024),s(M,{class:""},{default:i((()=>[r(d(e.zbld_dictText),1)])),_:2},1024),s(M,{class:""},{default:i((()=>[r(d(e.zbgbrealname),1)])),_:2},1024)])),_:2},1032,["class"])))),256))])),_:1})])),_:1})])),_:1}),s(M,{class:"list_wrapper"},{default:i((()=>[s(M,{class:""},{default:i((()=>[s(M,{class:"list_title f-row aic jca"},{default:i((()=>[(t(),p(f,null,g(T,((e,t)=>s(M,{class:n({active:k.value==t}),onClick:e=>(e=>{k.value=e,A=1,R.value=[],Z()})(t)},{default:i((()=>[r(d(e),1)])),_:2},1032,["class","onClick"]))),64))])),_:1}),2==k.value?(t(),a(M,{key:0,class:"f-row aic zhidu"},{default:i((()=>[s(M,{class:n({active:0==D.value}),onClick:m[1]||(m[1]=e=>b(0))},{default:i((()=>[r(" 厂级制度 ")])),_:1},8,["class"]),s(M,{class:n({active:1==D.value}),onClick:m[2]||(m[2]=e=>b(1))},{default:i((()=>[r(" 上级制度 ")])),_:1},8,["class"])])),_:1})):l("",!0)])),_:1}),s(M,{style:{"padding-top":"24rpx"},class:"more",onClick:m[3]||(m[3]=e=>x(`/pages/document/index?id=${k.value}`,k.value))},{default:i((()=>[r(" 查看更多 "),s(_,{src:oe,mode:""})])),_:1}),s(M,{class:"list_box"},{default:i((()=>[(t(!0),p(f,null,g(R.value,((e,n)=>(t(),a(M,{class:"list",key:n,onClick:t=>x(`/pages/document/detail?data=${JSON.stringify(e)}&id=${k.value}`,k.value,e,"detail")},{default:i((()=>[s(M,{class:"topic"},{default:i((()=>[r(d(e._title),1)])),_:2},1024),e._time||e._depart?(t(),a(M,{key:0,class:"time_Box f-row aic"},{default:i((()=>[e._time?(t(),a(M,{key:0,class:"time"},{default:i((()=>[r(d(e._time),1)])),_:2},1024)):l("",!0),e._depart?(t(),a(M,{key:1,class:"look f-row aic"},{default:i((()=>[r(d(e._depart),1)])),_:2},1024)):l("",!0)])),_:2},1024)):l("",!0)])),_:2},1032,["onClick"])))),128))])),_:1})])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-bba58193"]]);export{me as default};
diff --git a/unpackage/dist/build/web/assets/pages-tab-my.k79wZG1d.js b/unpackage/dist/build/web/assets/pages-tab-my.k79wZG1d.js
new file mode 100644
index 0000000..a41d10a
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-tab-my.k79wZG1d.js
@@ -0,0 +1 @@
+import{_ as s,u as a,r as A,a as l,c as t,w as e,n as i,b as o,i as u,d as c,ac as Q,e as g,y as C,C as d,D as n,F as R,a2 as r,a4 as m,ad as k,m as O,p as U,O as B,Q as D,f,ae as I,af as V}from"./index-CJjp0rBm.js";const h="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABMCAYAAAC2w//wAAAAAXNSR0IArs4c6QAADj9JREFUeF7tnQtwFEUax/89gRDk4YOjDjhBjErO8kJAwKKKAFZETtSTDTF4KuipZ4nFS1G583EYiYIkS9CABUHQq6MsHiEnICAQ5IAknHgkwURBMCQxCIRXCGQNu9md6buendnMTnbZ1yS7OzdbNTVDmOnnb77v6697+iMIxy89pytswghw+C0HmkApEkDoAIDrAdAeANgRG46itc2TOv8knVwXlP2BAp7Orr+xBwXpHikRdTpyhhR2EFgAWECFX0BxisBRJdjtVXBcPYafvinFyfJmZ4LiwVJSX0uFciuxK8dg2pME81BQz0wyjwDFBEJpCoCRALoElU6HPaRoV/FSBsUDGFSGgAGjvJYBYo+zvvQGidQN4km+5py3E+I8QFpAaSkVHPthvVSIorxSALwCEiU0MihKOIICpX0BmWS+BZROIRRTASR0WN+GnJFSangDQwKBSQsRCg+QSFCwrh56Rz8kxffFoP69kXBzb9zatxd6XtcFPcQjTixxU7MVTc02XGm2oaa+AcdOXsDxn8/j2+p6lJ84A0GExwVMFeVtG3Cxbj3K1taqYJGlixqUgCFpH0BMWUMIuDcAmgZAehVC7rUOSkAFhyd14QJChkQGpBWafjd1R9qYRKQMvQNjk27DDd27hlT+RstV7KuowZ7DVSgoPoLTDRaAcOwQIPBbadOZxTiwulySKEyyqFWQDEdAkGgLSOriJCII74HgoZBaIywPe7A1lPaFUkooARF4p41BBcR15pA2OhFTxw/HuLsHgeO0bV65WQRKsbusCmsKy1Bw4CisdsEJiyAUUsvZ+ShZeVgBilL1KK0pv0DRpgYTcntyXazzKcgMADFh6d+QMvWiUkRAJOkgyNKBASEAIhjO/+se1xnTHh6JOZPvRZ+beoZUkkAfrm9oQk5BEVZsPwSL1QGQGJ7wtlVCbWUmjm9t9KB6PBmyXrMNHRCT2UQoXQ6CPoFWLjLu9wSHUnXINgbP3lAFHDw6ccAsUzJenzIOvXp2C2t1Ll5pxsJ1e5G7+SAcYpW4c9RueRm7zVsUkMiqx29IggckPSOWa+mWTQlmhbVlQsrcFxxMUjAoFFJDlBw8ku8aiI9eSkNifL+QSqD1w5U19Zi+7AsUHznJpAkI78gTvt/4Jk79IA+RA4IkOEAmmW8hAt0IYLjWFezY9Jh0kIeeiuGrbGNIMIiQSNexHJA97Q+YkToaRBx+Rt6PUoplW77Ga6t2ooXhQLhyerF2Cg5+6mm0o5QmbSoTeA0n5iQSwu8AEFmvTsD9dA04ZPvCBQhTLw7E//pGrM94GsMG9Q84t3A8UPrjKTy2YD2qz15hvpR6evliKkqWVviwS9yKGhggqeZkQukXAG4IR4W1y1MBhyhAFDaHm9RwuCRHSlI8CjKfxfXdQhuualcH/1K6/IsVaZlrsaeilqmcy9TaOBl7lhRLkKjVTZuRjf+AOOHYBSC6WqhNO6r9HJ7gYBJDPhxIH5OINW8+hdjOUThAA9Di4DF1UT7yS44ySKzU2jgRe5YUeRgKK4fBYsv5B4hTrezXheRwNYHkBlf7NEQwJMkhOPD8g/dg+ZzH2s2n4Z8cCP0u5jt5MXcLPt5ZzmySy/TyhQdQsvRbD+rGDRLfgDgN0gPRb3PIxqjCKBUdXKoRigIOJjnWzvtT1MMh48UgeXzBBkmScPW0qfY+FH1arYCkzRzOtQFJz4gl9m4l0T9aUbwUovNLtjukYaxod0hSg2dnB1KG3Ibti15AbOdOob++EZQCUzcPvvUP7KmoY4ZrOf1u432oq2RDYKV73tVg1wSEm5j9YXT7OZQ9oxq1iKpFcn4ppIZztHI9Sj9+LeoMUn85ZIbrsBnLUX2uCUSgecKOjDkAHKrlA+Kb5B0Q5iEF/dzfTCP7PjUckmpRDmNFyWEH83OULJuNYQkDIrtKIZau9MfTGPXKKtFPQh22x7FrwSbVRJ+objwDMiG3J4m1HYte97m69ZSAKNzlogPMqVLEg3fgw5kmzJw0NsTmj47Hl27+GrPzdjI5cY7+9F0SjuRfUtsjHgHRv2qRPKOyauHtIiDJdw3AvtzZEesh1Ro75nEd+9onKD56CoQKK4Qv32GqhtkiLv9IW0DEtRzkUHTOynpqQm/SQxrOSqqlE6EoXflqxM2taA2FOr3K2rMYNjMPDkp4amkYjX0flCmlSBtAiCl7G4AH27tgHZO+N8NUcoKJkoMHeDvmPDoG5umpHVOsCMvl1Y93IGfTQTYDvItun2dSShF3QB5ZPJRwAiNIJz9v0kMe0jpVS/fYGNSsfzvsU/bhanS2VODWZ5bAYhNAmxpHYX+Oa72rGyAkNTsfFI+Gq6Da5yt7SxXrRmVPqWR3MMP01cljkPXi/6f0kNt87qqdMH/OpAjdRLdnPCFLkVZATAsHEnQ6EX1rSL1h5Z/tERdDUL1uXoevBNP+ZQgtxfpLFsQ/8wGsDirQKzWJKPqUscArADG/RUAzQ8smkp6WAHHN1LZOvslDWub3eDJlCNa89XQkFTxsZZmatRGf7TsCSmkmvsxY4AYIMWUfAzAobKXTPGO1epENU6dDjKkWZpzuyJ6G8SPu1Dz3aExwV2kVHpj3GZvMq6Lb5g1uBcS06B4Cjikgnfz8ME55O/rdeB3q8jN1MxkXauexybwBTy3G6UtXQZsv3Yt/LfnaqWJM2W//7yIj1Awi53kFIPKaUtc0vtNjyqTHrNRR+GCWjmxyDTpg9vLtWLr1ECgVFuDLdzKdH/ulZu8DxRgN0o+QJDyNXlrd6QwOdmx67zk8MopJUuMnt8Dmfx9F6rsbmJopodvm3U+QntOV2Hn2/USEfCytRWepAHGtDnOCwYxUjjpwYcv7IX/xpkVpIymNRosVv3osCwLhWuiJvf0IUrPGEkr2RlIhQy+LarWYy/chSxE7ht3eB/9ZOTf0rHSYwohZeSitPgd6tfn3BBOzXyAEK3RVT9cnk4ov4BRudSZFnn1gOFb95UldVVuryvx5ySZ88lUlqN02m3CpWTmUkpe1Sjz86VzDQHV5T+14//mHMPeJ+8Nf3AgsQVZ+Mf769z0gRFhG9DU5x1rbm4Os1ffBJMjn7z6HicmGgeqJT6ehms+GL7sIMWVVACQxAkEOskhKQORlhWzGVnaQOUE5vHouBt/2myDz0PdjFTX1GDIjj41kvifEZK4B6ED9VNmDB5WX136wEYxzJFO97m0M7NNLP9XWsCa1ZxsR/8yHAMfVMRVzAYCOWsobIJKKkQA5v3khel0f3i/yNexTTZNi0/+9/5gNcDENDBCbrn0gbOW6KEEkH4hkqFoLc3T3SYNWlLBPI+IeeReI6dRiAKJVq+ooHTUghorRUedqURWVijGMVC0aVU9pqIxUY5irp87Voi6qYa6eVrEbjjItAHFzlBmudi2aVF9puLnajck6fXWuFrVxm6wzpvu1aFJ9peE+3W8sGNJX74ZYm7YLhowlhyE2qb4eb11yGFNMt/1tvLFo2Vi07Ea4x0XLMD570JcYCLI23j97YGrG+HAqyGbVz2PeP5xidTQZn17qp6uDq8k1P72E8fF2cK2qk6fcPt5uqvsd9q8St8c0tn8wtn8QEfe9/QO7y9hARifyILBq+L2BDEtWX6vcjS2o/EHF/y2oRGPV2MTOn0bVyz0Bb2LHKm5sg+l7C3s9ABLcNpis5sZGunrof591CHojXTHlidmphOCfPnOJihuMrbjV3RTaVtxSapzJnEtBZ0YFAz4LaWzmLzeR22b+zh2WXwl8M3+WmhEORHffzmgaDkQkzggopJs9zLQPKCTLJCMkWdRD0n4hyWRIjKCGRlBDn3aeERY16qJQdVxYVHd1YwRW9vk2hf+GNoGVr5w3ofijyvYLrCzX2QjNboRm98l/ekYs19ItO7qDHqqCLLNKK6Nws2t5I17xWtrOm/JIvmsgPnopLeICEFXW1GP6si9QfOQkC6IMwjvyhO83volTP7DIloIympRzvy7x1ybittz/oU86sOCHlC6P3vh2viCRQ4lIETJlUCiPThwwy5SM16eMC3usGTZlv3DdXuRuPggHqxLhztIWyxzsNm9RqBR1KPZrwsH+M3RApLkbLtaWSQmmR2coM0+QSDsVsZfOJUlUgZilqN3d4zpj2sMjMWfyvR0eVqS+oQk5BUVYsf0QLFYHkxo84VtWC7UV83F8K9sgmUHBJAc71IGTvUoO7SSIUhelLk4igvAeCB7yqaIi7gYlJNKL5dpvVRGQSIzWLUHjkibOv8V15pA2OhFTxw/HuLsHtZvvhPk0dpdVYU1hGQoOHIXVLjCJwdRhIbWcnY+SlYcV6kQGg52VEsMnHNpJEHVni2tKuDcAmhZ9AYpU0sQFCaskA0MFiMd/U/S7qTseHTsYKUPvwJjB8SFv+d1ouYr9lTX4qrwKBcVHcLrB4oSCcAIEfittOrMYB1aXq+wMteTwqVLUXamNivEmDSaZbwGlUwjFVAAJESc0vBbIi8oR92CVpLTLmFVJF/EeBUhM5xKCIbf3RVJ8Xwzq3xsJN/fGrX17oed1XdBDPOLEkjQ1W9HUbMOVZhtq6htw7OQFHP/5PL6trkf5iTMQRIuAsJDq7FxFedsGXKxbj7K1tR5USVAqpWMBUeY2yTwCFBMIpSkARgLoEtnAKCSweClDIwOiOMtAKOGQYRKBkkZHsoR3JS1fSO+pM/aG834mHcSzC4gWUFpKBcd+WC8VoijPFXhQZWN4AiNgySH3TftKEG8EpOd0hU0YAULv5DiaQClJAGh/gOsB0B4A2BEh0Sc82CZic3sAxQ0KeXmBJE28wiE1EoUdBBYAFlDhF1CcInBUCXZ7FRxXj+Gnb0pxslweqirtCuW1bIQGbGt466r/AjoAETN6EZ9uAAAAAElFTkSuQmCC",F="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAABMCAYAAAC2w//wAAAAAXNSR0IArs4c6QAADXJJREFUeF7tXetvVMcVn7l3d71ewGVNgtb7cBxAi8GBQmypVdMmlZCTSqRRItEEPreS01JSoShfEoGo1EQCqYUm7V8QcCWo1fRDSnCVqO4j4pnaxDZxgwhRIl6BsODwsL07t/mN92zG47veNevH3t0ZaTTX67t378z85rzmzDmclV549hFqi2uLMUbthOv29vZQR0dHa11dXTIUCq2wbRs1zhhbwDlfyBhD9auvxvn449Gq1bIs+Tda9Vr/TP0OPUdtSx+Gkp8wyhgbpso5/4wxNiSEGLIs60wmkzmRSCTulPwr03wATeo0vzY+V8qXcE1VBwb+tg8dOtQaiUTaA4HAo36/v9VxnIAQgqE6jiNbFFyj0rU+mQQUHRj0t23bObAQaFTw6ACjPtBz72Ug5ug7I47jHOWcv2dZ1uGGhoYTc/G79woQnVq4UQx73759TW1tbc+FQqFnOecrMpmMBALauro6FgqFWG1tLQsGg6ympiY3sZhkFLof3xkdHWUjIyO5Ftc6KAgcaKniHvVapzIEmPmmJrQwaLGg7+l0WtaxsTFZtTLkOM6blmXtj0ajn84WWO4FIG6shKgGZtY6cODA+mQy+WIgEHgyk8lY6KzP52P33XefBMaCBQvkpJVS8MyvvvqK3bp1i928eVNSHRUM+D0VKLjGZ3SPGwuab5BMNR7qIrl7965cPNkiOOddQojX4vF4bylj6vbd6QBElzVUViKB0dnZua65uXmnbdvt6AAmrb6+XgJj4UKIFbNXAJJUKsWGh4clCAggaKkSYFSgqBRFZ2ez97alPxkU9Pbt2wxgIZbMOX9bCPFKPB7vK/0Xxp9QLEDysRQpX2zfvn3x5s2bdwSDwZ8JIWy8cCQSYffff7+cnLksIMVXrlxh169fzwEF7+D3+ycARaUwbjJKOVMTdTyxEEFFUbNAyTiO84fa2tqdS5YsuVnq2BcDEDdwSIoBcPT09DwVDof3CiGW4mWj0agERqkspNSOgXdfunRJAgXvAoAQSHSwqLJLPm2n1PeZ7e+DBYHlombLJc75z6PR6Ful/HYhgOQFx4YNG0J79ux51e/3dwAYkCsaGxulsFlOBWT4888/lwIugUQHi5t8Ui7C63THEhT0xo0bUpjPltdTqdRLLS0tuQ+m88xiAKKqr5Jq7N+/v2nt2rX7HcdZD+QCGJA1yrlcvnxZUhQdJCpY3LQdFSjl3D/93VThnTF2knO+6V60nakAots2JDi6urrWJpPJvwghIuDjy5cvLzuqkW8iMWjnz5+XqnYgEJAVAEFLckolgQTU5MsvvySN54IQ4keJROLD6QA9H0BUcOAaMofd3d39/VgsdnBsbOxbUFcfeOABKQh6qYAdnj17VrIcAgkBhaiJqh7nM6x5pc9YDJDD0F/GWIpz/uNoNPrvYt/fDSCq3CGpBgTS7u7uH0Sj0b+m0+kg2Ek8Hpcmbi8WSPvnzp2TAp0KEhUobqqwVzQbfU7QX5gA7tyRlvo7nPPHiwWJPsM6OIitfHvVqlXvgHJAQ2loaPAiLia98yeffCIFOgjWAAe1upajqsFeBYkkH6mUtJ3gUgjxaDHsxg0gqlAKgXTZunXr3s1kMpFwOMwSiURFgIM6AXYDSgJwEEB0SkJqsK4Ce3EgwG6ylOQC5/x7hQRXfcMNfc6ZzTdu3BjavXv3u0KI9bCENjU1eZat5JtMkN+hoSHJo3WQkPBKRjUyz3uZiqC/EFyzMsnJVCr1yFQqsNuOLACC6uvt7f2tz+d7HisomUx6TiAtdoXDqDY4OChvJ5C4sRvd4lrs88vtPgiuX3zxBWk3b8RisRfyvWNeQ9jRo0efXrRo0Z8g9QMc5WYAm+lBB5sBJQHVoN1l9FlVg9WNPq/aR2jcoAJfvXpVmuc558/ks7i67czau3btCm/atKkP5nPIHIsXL57p+SjL58GQduHChQkAIZCQ4KrLI2XZkSJfCnYhCOmMsUvBYHCl296Nq72jt7f3d2At8Nd48MEHi/y5yrgNrAZmalARoiSkCqsbfJUgsGLGQEWyZvnXY7HYr/RZ1K2l9uHDhx9uamr619jYmL1y5UpJcqupYFV99NFHOVajgqQSqQhYDeQR+Gc5jtOm+5SonmDSWtrf3/+W4ziPL126lKFWY4E5HpI+vN3AYgAS1TRPltZKoSLwpYEMxjn/WzQa3ajOOQFEGsSOHDnSmkgk/gPBdPXq1RWrtRQCPVbV6dOnpYA6FashZyOvWpRpHKDVYDMz60/ycCwW+y/9L7fPAoAMDAx0Oo7zNCgHLKbVXIiKEEBUVqM7G3kdIJhnhYr8ORqN/kQFCFy+7IMHDy5fs2bNh+l02lq1atW8O/zMNzghuIGKgLWojtVkZSWQVCAVEZZlLW9oaDgvDYLZ8yd2b2/vy36/fwdUWniFmcLYxx9/LHkzqAfJI2RAc9NovD5mZIZ3HGdHPB7/DQEEaoo9ODh4OpPJrIB/BwbDFCa3ybFXQxSE2A1REdV3pBLYDMzv165dw9T/LxaLrSSA1HR3d383kUj8Ax80NzcbbCgj8MEHH0h2q1ORSlR50W0Iq9nzSN9JJBLHwWKCfX19O3w+38s4nlCtqm2+VQGXAFASlYqobIb8Rrxueqf+w7IKW9DXZVcsFvs1AFI7MDDwdyHEI8uWLZOn3Uz5ZgRAcuFcBICowipAQudtdH8RL48fztnABsQY+2csFnuMb926dcm2bdsujI6OBlpaWqrW9pFvUrHTe+rUqRw4CCT5tBkvgwPvDpsI9qQYY6NCiMX8/ffffyIcDr+DDoOCmDJ5BKDuYuB0NqN6npG6WwnjB9M7jIWc88f4yZMnXwiFQr+HtxhOw5kyeQSgycCQRGyGzO+qkzOxmUoYP3JNdBzned7f3/8G5/yX8DMFSEyZPAI4eAXpnjQZVd1V5ZBKEVRh+8GC4Jzv5YODg0eEEI/DnRCn40yZPAJugipt4IGK6Jt3Xh9DElSxecfPnDnTn06nW+A1Vm1b+8VOJNS+gYGBCZqMChDVZ7USDGaKC8CHoCCfptPpRuy/zPVJ/GInaL7vw4rq6+vLAUQ1u5OgWkmqLgxlYKmMsfOgINfGxsbqjYqbH4ZYUbCoqrYQ2t1VWUylaDKKqnuNDw0NjYyMjAQeeuihijvSMFOUB34Sx48fzwmpqsGsEgGC/l68eFHaQgxAikBRVQPEsJjCCKlqFmOE1MIAqXYh1ai5BTBS7WquMZQVAEhVG8qMqb0wi6lqU7vZrCsMkKrerDPb/YUBUtXb/cZhaGqAVL3DkHE5nBog1epy6DhOTzwe/6FxWi7AYYzTMmPm2MMUIDHHHhgzB6fyAMQcnDJHL6dkMObo5ThAzOFtF5hU8+FtzvkyCo9pwj/koSEm/MP4wJgAMi4AMQFkJgaQUfPNmRBUcMQ0Iahyy8YEsdMoiAliNzExogmDqQHEhMGcOCAmkK4yHiaQ7uQkiHlDcR87duyZhQsXdppQ3N9kpKrmUNyk0ahaDYL5I+JyhwnmP557t0KD+btGWCbCatKBmHQgRacDUakIURKTUCib4l0Nd+nl87elJBQigEwyoHV1dZmUZJaVO3noVYDMREoyN5CYpIYeB8dMJjVUZRPVRmLSonLuybPLs5EW1Q0klKbMJFYu7ONcNnfoiZVt234iEon0T+cFCyW+1U3xJjX7dEZ3Hu+di9TsujxCYJEyyYYNG0J79ux51e/3d8CYhvBVjY2NZZfbDnlicfAJYaYp6By1ajp2NZGyngfGS0IpqAaC4WazSGEOX0+lUi9NldlyKhwXoiBTggQx3nt6ep4Kh8N7kd8OQEEiAKQSgXFtPguOK8B0DrUO76KDgoLPqfHWce1VcEDWQPA5VDlpnCPAxy/yJSssdm6KAUg+kOTkku3bty/esmXLzpqamp8KIWxIzQipCaDMdVgrrKArV65IYMB2QUDQs2nrOV/c7BxeoBxYlGAnqNmEQBnG2B+DweAOtySFxQLDzZJa6Lvqvg3uJT8SKZfg787OznXNzc07bdtux4vjhevr6xliwCMx82wWhG2Enj88PJwDBigCAUQFhMpOCBhosytvQjub71zKs8EywT4RmiILDFCNt4UQr8Tj8b5Snq1+t1gK4vYdNYW76nRkHThwYH0ymXwxEAg8mclkLIAFkwKg1NXVSXmlVBaEZ4KcqsIYbaYRMIh9UKvLGW57K+VKNcBCIFcAGAAF+p8tgnPeJYR4TU9IOBMguReATMVyJrgw7tu3r6mtre25UCj0LOd8RTbNhAxrvWjRIpk4QI33RRNG4FHvp8GhFgNFq59y2aqtLlvQ/1SKUU7yBqgAVYwP+g45ChVsE1UrQ47jvGlZ1n5yMJ4JQOjPuFeAqCCha5WiqECRLOjQoUOtkUikPRAIPOr3+1sdxwlgIFAxMGhRaJDoWif7tMLViVYpgQoE+lynFG7ZKsuVcigTNuI4zlHO+XuWZR1uaGg4MRuAmEmA6HKMm/ORCpTcdXt7e6ijo6P169TvK0Oh0Aqfz7fCtu0YY2wB5xzCCqp/Al/j449XJxfXOlDyfZaPWpQRMEYZY8NUOeefMcaGhBBDlmWdyWQyJxKJxJ25AIX6G/8HdQljEu1EJesAAAAASUVORK5CYII=",w=s({__name:"my",setup(s){const w=a(),S=A([]),v=A(!1),E=A(w.positionSwitch),p=s=>{s&&r(s,(()=>{m({url:s})}))},y=s=>{m({url:s})},M=()=>{E.value=!E.value,f("positionSwitch",E.value),w.setPositionSwitch(E.value),E.value||I("定位已关闭"),V()},Y=()=>{k({success:function(s){plus.runtime.openWeb(s.result)}})};return(s,a)=>{const A=O,r=u,m=U;return l(),t(r,{class:i({gray:1==o(w).isgray})},{default:e((()=>[c(r,{class:"nav"},{default:e((()=>[c(r,{class:"user f-row aic"},{default:e((()=>[c(r,{class:"avatar"},{default:e((()=>[c(A,{onClick:a[0]||(a[0]=s=>y("/pages/useredit/useredit")),src:o(Q)(o(w).userinfo.avatar),mode:""},null,8,["src"])])),_:1}),c(r,{class:"f-row aic jcb right"},{default:e((()=>[c(r,{class:"name_job",onClick:a[1]||(a[1]=s=>y("/pages/useredit/useredit"))},{default:e((()=>[c(r,{class:"f-row aic"},{default:e((()=>[c(r,{class:"name"},{default:e((()=>[g(C(o(w).userinfo.realname),1)])),_:1})])),_:1}),c(r,{class:"job"},{default:e((()=>[g(C(o(w).role),1)])),_:1})])),_:1}),c(r,{class:"shezhi"},{default:e((()=>[c(A,{onClick:Y,style:{width:"50rpx",height:"50rpx","margin-right":"20rpx"},src:"/assets/scan-CiRTndBC.png"})])),_:1})])),_:1})])),_:1}),c(r,{class:"f-col aic"},{default:e((()=>[c(r,{class:"msg f-row aic jca"},{default:e((()=>[c(r,{class:"box f-col aic"},{default:e((()=>[c(r,{class:"num"},{default:e((()=>[g(C(0))])),_:1}),c(m,null,{default:e((()=>[g("步数")])),_:1})])),_:1}),c(r,{class:"box f-col aic",onClick:a[2]||(a[2]=s=>p("/pages/useredit/addressbook"))},{default:e((()=>[c(r,{class:"num"},{default:e((()=>[g(" 0 ")])),_:1}),c(m,null,{default:e((()=>[g("通讯录")])),_:1})])),_:1})])),_:1})])),_:1})])),_:1}),c(r,{class:"operate"},{default:e((()=>[(l(!0),d(R,null,n(S.value,((i,o)=>(l(),t(r,{class:"f-row aic jcb item",key:o,onClick:s=>p(i.path)},{default:e((()=>[c(r,{class:"left f-row aic"},{default:e((()=>[c(A,{src:i.img,mode:""},null,8,["src"]),c(m,null,{default:e((()=>[g(C(i.text),1)])),_:2},1024)])),_:2},1024),c(r,{class:"right f-row aic"},{default:e((()=>[B(c(r,{class:"switch",onClick:a[3]||(a[3]=s=>v.value=!v.value)},{default:e((()=>[B(c(A,{src:h,mode:""},null,512),[[D,v.value]]),B(c(A,{src:F,mode:""},null,512),[[D,!v.value]])])),_:2},1536),[[D,0==o]]),B(c(r,{class:"switch",onClick:M},{default:e((()=>[B(c(A,{src:h,mode:""},null,512),[[D,E.value]]),B(c(A,{src:F,mode:""},null,512),[[D,!E.value]])])),_:2},1536),[[D,2==o]]),B(c(r,{class:"version"},{default:e((()=>[g(" 当前版本v"+C(s.currentVersion),1)])),_:2},1536),[[D,3==o]])])),_:2},1024)])),_:2},1032,["onClick"])))),128))])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-47043d71"]]);export{w as default};
diff --git a/unpackage/dist/build/web/assets/pages-tab-office.D9QLcaJb.js b/unpackage/dist/build/web/assets/pages-tab-office.D9QLcaJb.js
new file mode 100644
index 0000000..f4c22cd
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-tab-office.D9QLcaJb.js
@@ -0,0 +1 @@
+import{_ as l,R as a,u as e,r as s,M as t,o as n,ab as c,a as i,c as u,w as o,n as r,b as d,i as v,d as f,e as _,x as m,C as h,D as p,F as g,y,a2 as k,a4 as x,m as b}from"./index-CJjp0rBm.js";const w=l({__name:"office",setup(l){a((l=>({"01cc6171":C})));const w=e();new Array(7).fill(0).map(((l,a)=>a)),s([]);const C=t().statusBarHeight+44+"px";n((()=>{D()}));const j=s([]),A=s([]),B=s([]),D=()=>{c({token:w.token,type:"mobile"}).then((l=>{var a,e,s;if(l.success){let t=l.result.menu;t.map((l=>l.children=null==l?void 0:l.children.filter((l=>{var a;return null==(a=null==l?void 0:l.meta)?void 0:a.icon})))),t=t.filter((l=>{var a;return null==(a=null==l?void 0:l.children)?void 0:a.length})),B.value=null==(e=null==(a=t[0])?void 0:a.meta)?void 0:e.title,j.value=t,A.value=null==(s=t.slice(0,1)[0])?void 0:s.children}})).catch((l=>{console.log(l)}))};return(l,a)=>{const e=v,s=b;return i(),u(e,{class:r({gray:1==d(w).isgray})},{default:o((()=>{var l,a;return[f(e,{class:"nav"}),f(e,{class:"placeholder"}),(null==(l=A.value)?void 0:l.length)||(null==(a=j.value)?void 0:a.length)?m("",!0):(i(),u(e,{key:0,class:"title f-col aic",style:{"padding-top":"30rpx"}},{default:o((()=>[_(" 暂无权限,请联系管理员! ")])),_:1})),f(e,{class:"content"},{default:o((()=>{var l;return[(null==(l=j.value)?void 0:l.length)?(i(),u(e,{key:0,class:"list"},{default:o((()=>[(i(!0),h(g,null,p(j.value,((l,a)=>(i(),u(e,{class:"item",key:a},{default:o((()=>[f(e,{class:"title"},{default:o((()=>[_(y(l.meta.title),1)])),_:2},1024),f(e,{class:"info_box f-row aic"},{default:o((()=>[(i(!0),h(g,null,p(l.children,((l,a)=>(i(),u(e,{class:"info f-col aic",onClick:a=>{return e=l.path,void k(e,(()=>{x({url:e})}));var e},key:a},{default:o((()=>[f(e,{class:"img f-row aic"},{default:o((()=>[f(s,{src:`../../static/office/${l.meta.icon}.png`},null,8,["src"])])),_:2},1024),f(e,{class:"text"},{default:o((()=>[_(y(l.meta.title),1)])),_:2},1024)])),_:2},1032,["onClick"])))),128))])),_:2},1024)])),_:2},1024)))),128))])),_:1})):m("",!0)]})),_:1})]})),_:1},8,["class"])}}},[["__scopeId","data-v-587661a5"]]);export{w as default};
diff --git a/unpackage/dist/build/web/assets/pages-talk-conversation.D7byETr5.js b/unpackage/dist/build/web/assets/pages-talk-conversation.D7byETr5.js
new file mode 100644
index 0000000..80b7aae
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-talk-conversation.D7byETr5.js
@@ -0,0 +1 @@
+import{_ as a,u as s,a as t,c as e,w as l,n as c,b as o,i as r,d as f,C as d,D as n,F as u,e as _,I as i,O as m,Q as p,m as w}from"./index-CJjp0rBm.js";import{_ as y}from"./system.CW-um8Go.js";const x=a({__name:"conversation",setup(a){const x=s();return(a,s)=>{const v=w,g=r,h=i;return t(),e(g,{class:c(["content",{gray:1==o(x).isgray}])},{default:l((()=>[f(g,{class:"list"},{default:l((()=>[(t(),d(u,null,n(14,((a,s)=>f(g,{class:"item",key:s},{default:l((()=>[m(f(g,{class:"left f-row aic"},{default:l((()=>[f(g,{class:"avatar f-row aic"},{default:l((()=>[f(v,{src:y,mode:""})])),_:1}),f(g,{class:"content"},{default:l((()=>[_(" 你今天在干嘛呢?为什么这么久不回我信息,真的生气了 ")])),_:1})])),_:2},1536),[[p,s%2==0]]),m(f(g,{class:"right f-row aic"},{default:l((()=>[f(g,{class:"content"},{default:l((()=>[_(" 请问如何退款? ")])),_:1}),f(g,{class:"avatar f-row aic"},{default:l((()=>[f(v,{src:"",mode:""})])),_:1})])),_:2},1536),[[p,s%2!=0]])])),_:2},1024))),64))])),_:1}),f(g,{class:"input_box f-row aic jce"},{default:l((()=>[f(h,{type:"text",placeholder:"请输入内容......","placeholder-style":"font-size: 28rpx;color: #999999;"}),f(g,{class:"send"},{default:l((()=>[_(" 发送 ")])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-fdf4307e"]]);export{x as default};
diff --git a/unpackage/dist/build/web/assets/pages-talk-message_list.6372c515.js b/unpackage/dist/build/web/assets/pages-talk-message_list.6372c515.js
new file mode 100644
index 0000000..4c0c0c5
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-talk-message_list.6372c515.js
@@ -0,0 +1 @@
+import{_ as a,u as s,a as e,c as l,w as t,n as c,b as f,i as _,d as i,e as o,C as d,D as u,F as m,m as n,a2 as r,a4 as w}from"./index-CJjp0rBm.js";import{_ as p}from"./system.CW-um8Go.js";const g=a({__name:"message_list",setup(a){const g=s();return(a,s)=>{const j=n,y=_;return e(),l(y,{class:c({gray:1==f(g).isgray})},{default:t((()=>[i(y,{class:"list"},{default:t((()=>[i(y,{class:"item f-row aic"},{default:t((()=>[i(y,{class:"f-row aic"},{default:t((()=>[i(j,{src:p,mode:""})])),_:1}),i(y,{class:"name_info"},{default:t((()=>[i(y,{class:"name_time f-row aic jcb"},{default:t((()=>[i(y,{class:"name"},{default:t((()=>[o(" 系统通知 ")])),_:1}),i(y,{class:"time"},{default:t((()=>[o(" 1分钟前 ")])),_:1})])),_:1}),i(y,{class:"info"},{default:t((()=>[o(" 关于年假通知关于年假通知关于年假通知关于年假通知关于年假通知关于年假通知关于年假通知 ")])),_:1})])),_:1})])),_:1}),(e(),d(m,null,u(5,((a,e)=>i(y,{class:"item f-row aic",key:e,onClick:s[0]||(s[0]=a=>{var s;r(s="/pages/talk/conversation",(()=>{w({url:s})}))})},{default:t((()=>[i(y,{class:"f-row aic"},{default:t((()=>[i(j,{src:"",mode:""})])),_:1}),i(y,{class:"name_info"},{default:t((()=>[i(y,{class:"name_time f-row aic jcb"},{default:t((()=>[i(y,{class:"name"},{default:t((()=>[o(" 系统通知 ")])),_:1}),i(y,{class:"time"},{default:t((()=>[o(" 1分钟前 ")])),_:1})])),_:1}),i(y,{class:"info"},{default:t((()=>[o(" 关于年假通知 ")])),_:1})])),_:1})])),_:2},1024))),64))])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-f59fee84"]]);export{g as default};
diff --git a/unpackage/dist/build/web/assets/pages-talk-system.B_tX-kaZ.js b/unpackage/dist/build/web/assets/pages-talk-system.B_tX-kaZ.js
new file mode 100644
index 0000000..a713692
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-talk-system.B_tX-kaZ.js
@@ -0,0 +1 @@
+import{_ as s,u as a,a as t,c as e,w as c,n as l,b as r,i as o,d as n,C as d,D as f,F as u,e as _,m}from"./index-CJjp0rBm.js";import{_ as i}from"./system.CW-um8Go.js";const p=s({__name:"system",setup(s){const p=a();return(s,a)=>{const y=m,w=o;return t(),e(w,{class:l(["content",{gray:1==r(p).isgray}])},{default:c((()=>[n(w,{class:"list"},{default:c((()=>[(t(),d(u,null,f(3,((s,a)=>n(w,{class:"item",key:a},{default:c((()=>[n(w,{class:"left f-row aic"},{default:c((()=>[n(w,{class:"avatar f-row aic"},{default:c((()=>[n(y,{src:i,mode:""})])),_:1}),n(w,{class:"content"},{default:c((()=>[_(" 你今天在干嘛呢?为什么这么久不回我信息,真的生气了 ")])),_:1})])),_:1})])),_:2},1024))),64))])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-01a18c65"]]);export{p as default};
diff --git a/unpackage/dist/build/web/assets/pages-task-handle.DRrXjoUu.js b/unpackage/dist/build/web/assets/pages-task-handle.DRrXjoUu.js
new file mode 100644
index 0000000..f079460
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-task-handle.DRrXjoUu.js
@@ -0,0 +1 @@
+import{_ as a,u as e,r as l,o as s,H as u,J as t,a as o,c,w as n,n as r,b as d,ah as i,ai as f,aj as v,i as _,d as p,ac as m,e as k,y,x as g,ak as h,a2 as I,al as x,m as b,am as j,L as N,v as C,a4 as M}from"./index-CJjp0rBm.js";import{_ as A}from"./uni-icons.C1BHJOhS.js";import{_ as w}from"./uni-popup.DERhYTfl.js";import{_ as $}from"./checked.cu3s1pHH.js";import{_ as E}from"./nocheck.KbQOA3WK.js";import{c as U}from"./customNav.ByZDnwTS.js";/* empty css */const J=a({__name:"handle",setup(a){const J=e(),{proxy:L}=C(),S=l(null),V=l(""),D=l(null),K=a=>{D.value=a,S.value.open(),V.value=2==a?"同意":""},O=()=>{S.value.close()},T=l(null),z=l(""),B=()=>{h()},F=l(!1);let H=null;const Y=()=>{let a={};if(1==D.value){if(null==P.value)return L.$toast("请选择驳回节点");a.processModel=3,a.rejectModelNode=G.value[P.value].TASK_DEF_KEY_,q(a)}else F.value?I("/pages/userlist/index",(()=>{O(),M({url:`/pages/userlist/index?id=${R.value.id}&isradio=1&nextnode=${JSON.stringify(H)}&reason=${V.value}`})})):(a.processModel=1,q(a))},q=a=>{x({taskId:R.value.id,reason:V.value,...a}).then((a=>{a.success&&(L.$toast(a.message),setTimeout((()=>{h()}),2e3))}))},G=l([]),P=l(null),Q=a=>{P.value=a.detail.value},R=l(null);let W=null;return s((a=>{if(R.value=JSON.parse(a.info),W=a.type,1==W||2==W)return e=R.value.processInstanceId,void v({procInstId:e}).then((a=>{a.success&&(z.value=a.result.dataId,T.value=a.result.formUrlMobile)}));var e,l;l=R.value.id,i({taskId:l}).then((a=>{a.success&&(z.value=a.result.dataId,T.value=a.result.formUrlMobile)})),f({taskId:R.value.id}).then((a=>{a.success&&(G.value=a.result.histListNode,H=a.result.transitionList)}))})),(a,e)=>{const l=u(t("uni-icons"),A),s=_,i=b,f=j,v=N,h=u(t("uni-popup"),w);return o(),c(s,{class:r(["content",{gray:1==d(J).isgray}])},{default:n((()=>[p(U,null,{default:n((()=>[p(s,{class:"f-row aic box"},{default:n((()=>[p(s,{class:"back",onClick:B},{default:n((()=>[p(l,{type:"left",size:"20",color:"#fff"})])),_:1}),p(s,{class:"avatar"},{default:n((()=>[p(i,{src:d(m)(d(J).userinfo.avatar),mode:""},null,8,["src"])])),_:1}),p(s,{class:"name"},{default:n((()=>[k(y(R.value.processApplyUserName)+"的"+y(R.value.processDefinitionName),1)])),_:1}),0==d(W)?(o(),c(s,{key:0,class:"status"},{default:n((()=>[k(" 待审批 ")])),_:1})):g("",!0),1==d(W)?(o(),c(s,{key:1,class:"status",style:{"background-color":"#7AC756"}},{default:n((()=>[k(" 已处理 ")])),_:1})):g("",!0)])),_:1})])),_:1}),(o(),c(t(T.value),{dataId:z.value},null,8,["dataId"])),0==d(W)?(o(),c(s,{key:0,class:"btn f-row aic jcb"},{default:n((()=>[p(s,{class:"refuse",onClick:e[0]||(e[0]=a=>K(1))},{default:n((()=>[k(" 拒绝 ")])),_:1}),p(s,{class:"agree",onClick:e[1]||(e[1]=a=>K(2))},{default:n((()=>[k(" 同意 ")])),_:1})])),_:1})):g("",!0),p(h,{ref_key:"popup",ref:S,type:"center"},{default:n((()=>[p(s,{class:"popup"},{default:n((()=>[p(s,{class:"title"},{default:n((()=>[k(" 审批意见 ")])),_:1}),p(s,{class:"f-col aic"},{default:n((()=>[p(s,{class:"input f-col"},{default:n((()=>[p(f,{modelValue:V.value,"onUpdate:modelValue":e[2]||(e[2]=a=>V.value=a),name:"",id:"",maxlength:"200",placeholder:"请输入"},null,8,["modelValue"]),p(s,{class:""},{default:n((()=>[k(y(V.value.length)+"/200 ",1)])),_:1})])),_:1})])),_:1}),2==D.value?(o(),c(s,{key:0,class:"agree_operate f-row aic",onClick:e[3]||(e[3]=a=>F.value=!F.value)},{default:n((()=>[F.value?(o(),c(i,{key:0,src:$,mode:""})):(o(),c(i,{key:1,src:E,mode:""})),p(s,{class:""},{default:n((()=>[k(" 指定下一步操作人 ")])),_:1})])),_:1})):(o(),c(s,{key:1,class:""},{default:n((()=>[p(v,{value:P.value,range:G.value,"range-key":"NAME_",onChange:Q},{default:n((()=>[p(s,{class:"node"},{default:n((()=>[k(y(null!=P.value?G.value[P.value].NAME_:"请选择驳回节点"),1)])),_:1})])),_:1},8,["value","range"])])),_:1})),p(s,{class:"popbtn f-row aic"},{default:n((()=>[p(s,{class:"cancel",onClick:O},{default:n((()=>[k(" 取消 ")])),_:1}),p(s,{class:"confirm",onClick:Y},{default:n((()=>[k(" 确定 ")])),_:1})])),_:1})])),_:1})])),_:1},512)])),_:1},8,["class"])}}},[["__scopeId","data-v-ffcd3c46"]]);export{J as default};
diff --git a/unpackage/dist/build/web/assets/pages-task-index.DSY475P0.js b/unpackage/dist/build/web/assets/pages-task-index.DSY475P0.js
new file mode 100644
index 0000000..855257e
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-task-index.DSY475P0.js
@@ -0,0 +1 @@
+import{_ as a,u as s,o as e,a8 as t,r as l,s as u,t as n,a9 as r,ae as c,ag as o,U as i,V as d,a as v,c as f,w as _,n as m,b as p,i as x,d as g,C as k,D as y,F as C,a2 as b,e as h,y as j,a4 as w}from"./index-CJjp0rBm.js";import{t as D}from"./tasklistCom.D51xlks4.js";const I=a({__name:"index",setup(a){const I=s();let z="";e((a=>{N.value=+a.id,z=a.title})),t((()=>{T.value=[],F=1,J=10,S=!1,U()}));const A=l([{text:"我的任务",id:0},{text:"历史任务",id:1}]);l("");const N=l(0);let F=1,J=10,S=!1;const T=l([]),U=()=>{S=!0,u({title:"加载中..."}),(0==N.value?n:r)({pageNo:F,pageSize:J,_t:(new Date).getTime(),processDefinitionName:z}).then((a=>{var s;if(a.success){if(!a.result.records.length)return c("没有更多了~");T.value=[...T.value,...(null==(s=null==a?void 0:a.result)?void 0:s.records)||[]],S=!1}})).catch((a=>{console.log(a)}))};o((()=>{S||(F++,U())})),i((()=>{F=1,J=10,S=!1,T.value=[],U(),d()}));const V=a=>{b(a,(()=>{w({url:a})}))};return(a,s)=>{const e=x;return v(),f(e,{class:m({gray:1==p(I).isgray})},{default:_((()=>[g(e,{class:"nav"},{default:_((()=>[g(e,{class:"tab_box f-row aic jca"},{default:_((()=>[(v(!0),k(C,null,y(A.value,((a,s)=>(v(),f(e,{class:m({active:s==N.value}),key:s,onClick:a=>(a=>{T.value=[],F=1,J=10,S=!1,N.value=a,U()})(s)},{default:_((()=>[h(j(a.text),1)])),_:2},1032,["class","onClick"])))),128))])),_:1})])),_:1}),g(e,{class:"tasklist"},{default:_((()=>[g(D,{onJump:V,taskArr:T.value,currentIndex:N.value},null,8,["taskArr","currentIndex"])])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-e169defe"]]);export{I as default};
diff --git a/unpackage/dist/build/web/assets/pages-task-self.D_tFmaNB.js b/unpackage/dist/build/web/assets/pages-task-self.D_tFmaNB.js
new file mode 100644
index 0000000..e32dc75
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-task-self.D_tFmaNB.js
@@ -0,0 +1 @@
+import{u as s,r as e,o as a,s as t,aa as r,ae as o,ag as l,a as n,c as i,w as c,n as u,b as m,i as p,d as f,a2 as g,a4 as d}from"./index-CJjp0rBm.js";import{t as N}from"./tasklistCom.D51xlks4.js";const k={__name:"self",setup(k){const _=s(),h=e([]);let v="";a((s=>{v=s.title,A()}));let x=1,y=!1;const A=()=>{y=!0,t({title:"加载中..."}),r({pageNo:x,pageSize:10,_t:(new Date).getTime(),processName:v}).then((s=>{if(s.success){if(!s.result.records.length)return o("没有更多了~");let e=s.result.records;e.map((s=>{s.processApplyUserName=s.startUserName,s.processDefinitionName=s.prcocessDefinitionName,s.taskBeginTime=s.startTime})),h.value=[...h.value,...e],y=!1}})).catch((s=>{console.log(s)}))},D=s=>{g(s,(()=>{d({url:s})}))};return l((()=>{y||(x++,A())})),(s,e)=>{const a=p;return n(),i(a,{class:u({gray:1==m(_).isgray})},{default:c((()=>[f(N,{onJump:D,taskArr:h.value,currentIndex:2},null,8,["taskArr"])])),_:1},8,["class"])}}};export{k as default};
diff --git a/unpackage/dist/build/web/assets/pages-task-todotask.CIthLexT.js b/unpackage/dist/build/web/assets/pages-task-todotask.CIthLexT.js
new file mode 100644
index 0000000..d86de1a
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-task-todotask.CIthLexT.js
@@ -0,0 +1 @@
+import{_ as e,R as l,r as t,a6 as a,a7 as s,a as u,c as o,w as c,d as n,e as i,y as r,n as d,C as v,F as p,D as g,O as f,Q as m,x as _,N as h,a2 as y,a4 as x,m as k,i as b,p as w,v as N,M as C,u as D,a8 as S,k as z,t as T,a9 as $,aa as j,U as I,V as O,b as R}from"./index-CJjp0rBm.js";const A=e({__name:"extendCom",props:{title:{type:String,default:""},img:{type:String,default:""},list:{type:Array,default:function(){return[]}},total:{type:Number,default:0},type:{type:String,default:""}},setup(e){l((e=>({"11d92706":S.value})));const C=e,D=t(!1),S=t(null),z=N();a((()=>C.list),(()=>{s((()=>{h().in(z.proxy).select(".item_box").boundingClientRect((e=>{S.value=(null==e?void 0:e.height)+"px"})).exec()}))}),{immediate:!0});const T=e=>{let l=null;y("/pages/task/index",(()=>{if("0"==C.type&&(l=0),"1"==C.type&&(l=1),"2"==C.type)return x({url:`/pages/task/self?title=${e}`});x({url:`/pages/task/index?id=${l}&title=${e}`})}))};return(l,t)=>{const a=k,s=b,h=w;return u(),o(s,{class:"content"},{default:c((()=>[n(s,{class:"todo f-col aic"},{default:c((()=>[n(s,{class:"f-col aic"},{default:c((()=>[n(s,{class:"title_box f-row aic jcb",onClick:t[0]||(t[0]=e=>T(""))},{default:c((()=>[n(s,{class:"title f-row aic"},{default:c((()=>[n(a,{src:`/static/my/${e.img}.png`,mode:""},null,8,["src"]),i(" "+r(e.title),1)])),_:1}),n(s,{class:"num"},{default:c((()=>[i(r(e.total),1)])),_:1})])),_:1}),e.list.length?(u(),o(s,{key:0,class:"list"},{default:c((()=>[n(s,{class:d(["box",{close:e.list.length>5&&D.value}])},{default:c((()=>[n(s,{class:"item_box"},{default:c((()=>[(u(!0),v(p,null,g(e.list,((e,l)=>(u(),o(s,{onClick:l=>T(e.title),class:"item f-row aic",key:l},{default:c((()=>[n(s,{class:""},{default:c((()=>[i(r(e.title),1)])),_:2},1024),n(h,null,{default:c((()=>[i(r(e.num),1)])),_:2},1024)])),_:2},1032,["onClick"])))),128))])),_:1})])),_:1},8,["class"]),f(n(s,{class:"more",onClick:t[1]||(t[1]=e=>D.value=!D.value)},{default:c((()=>[i(r(D.value?"收起":"显示更多"),1)])),_:1},512),[[m,e.list.length>5]])])),_:1})):_("",!0)])),_:1})])),_:1})])),_:1})}}},[["__scopeId","data-v-d5e6674e"]]),B=e({__name:"todotask",setup(e){l((e=>({"2da5e6dd":a})));const a=C().statusBarHeight+44+"px",s=D();S((()=>{x(),v(),f(),h(),z({index:"1"})}));const i=t([]),r=t(0),v=()=>{T({pageNo:1,pageSize:4,_t:(new Date).getTime()}).then((e=>{var l,t,a,s;(null==e?void 0:e.success)&&((null==(l=null==e?void 0:e.result)?void 0:l.total)>4?T({pageNo:1,pageSize:null==(t=null==e?void 0:e.result)?void 0:t.total,_t:(new Date).getTime()}).then((e=>{var l,t;console.log("---",e),(null==e?void 0:e.success)&&(i.value=[...i.value,...y(null==(l=null==e?void 0:e.result)?void 0:l.records)],r.value=null==(t=null==e?void 0:e.result)?void 0:t.total)})).catch((e=>{console.log("err",e)})):(i.value=[...i.value,...y(null==(a=null==e?void 0:e.result)?void 0:a.records)],r.value=null==(s=null==e?void 0:e.result)?void 0:s.total))})).catch((e=>{console.log(e)}))},p=t([]),g=t(0),f=()=>{$().then((e=>{e.success&&(e.result.total>4?$({pageNo:1,pageSize:e.result.total,_t:(new Date).getTime()}).then((e=>{e.success&&(p.value=[...p.value,...y(e.result.records)],g.value=e.result.total)})).catch((e=>{console.log(e)})):(p.value=[...p.value,...y(e.result.records)],g.value=e.result.total))})).catch((e=>{console.log(e)}))},m=t([]),_=t(0),h=()=>{j().then((e=>{e.success&&(e.result.total>4?j({pageNo:1,pageSize:e.result.total,_t:(new Date).getTime()}).then((e=>{e.success&&(m.value=[...m.value,...y(e.result.records)],_.value=e.result.total)})).catch((e=>{console.log(e)})):(m.value=[...m.value,...y(e.result.records)],_.value=e.result.total))})).catch((e=>{console.log(e)}))},y=e=>{let l=(e.length?e.map((e=>e.processDefinitionName||e.prcocessDefinitionName)):[]).reduce(((e,l)=>(l in e?e[l]++:e[l]=1,e)),{});return Object.entries(l).map((([e,l])=>({title:e,num:l})))},x=()=>{i.value=[],m.value=[],p.value=[],r.value=0,g.value=0,_.value=0};return I((()=>{x(),v(),f(),h(),O()})),(e,l)=>{const t=b;return u(),o(t,{class:d([{gray:1==R(s).isgray}])},{default:c((()=>[n(t,{class:"nav"}),n(t,{class:"placeholder"}),n(t,{class:"content"},{default:c((()=>[n(A,{title:"我的任务",img:"process",list:i.value,total:r.value,type:"0"},null,8,["list","total"]),n(A,{title:"历史任务",img:"done",list:p.value,total:g.value,type:"1"},null,8,["list","total"]),n(A,{title:"本人发起",img:"self",list:m.value,total:_.value,type:"2"},null,8,["list","total"])])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-75e7ca90"]]);export{B as default};
diff --git a/unpackage/dist/build/web/assets/pages-useredit-add_address.CJr6IdFt.js b/unpackage/dist/build/web/assets/pages-useredit-add_address.CJr6IdFt.js
new file mode 100644
index 0000000..0d72b19
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-useredit-add_address.CJr6IdFt.js
@@ -0,0 +1 @@
+import{_ as a,u as s,a as e,c as t,w as c,n as l,b as d,i as r,d as o,e as f,I as _,am as u,m as i}from"./index-CJjp0rBm.js";import{_ as n}from"./checked.cu3s1pHH.js";const p=a({__name:"add_address",setup(a){const p=s();return(a,s)=>{const m=r,b=_,j=u,w=i;return e(),t(m,{class:l(["content",{gray:1==d(p).isgray}])},{default:c((()=>[o(m,{class:"area f-row jcb"},{default:c((()=>[o(m,{class:"title topic"},{default:c((()=>[f(" 所在地区 ")])),_:1}),o(b,{type:"text",placeholder:"省、市、区、街道"})])),_:1}),o(m,{class:"area f-row jcb"},{default:c((()=>[o(m,{class:"title topic"},{default:c((()=>[f(" 详细地址 ")])),_:1}),o(j,{placeholder:"小区楼栋/乡村名称"})])),_:1}),o(m,{class:"area f-row jcb"},{default:c((()=>[o(m,{class:"title"},{default:c((()=>[f(" 设为默认地址 ")])),_:1}),o(w,{src:n,mode:""})])),_:1}),o(m,{class:"btn f-col aic"},{default:c((()=>[o(m,{class:""},{default:c((()=>[f(" 保存 ")])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-f4f48d1e"]]);export{p as default};
diff --git a/unpackage/dist/build/web/assets/pages-useredit-address.BVvsxXls.js b/unpackage/dist/build/web/assets/pages-useredit-address.BVvsxXls.js
new file mode 100644
index 0000000..c31b01f
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-useredit-address.BVvsxXls.js
@@ -0,0 +1 @@
+import{_ as a,u as s,a as A,c as d,w as c,n as r,b as t,i as e,d as f,C as l,D as i,F as u,e as o,a2 as n,a4 as w,m as D}from"./index-CJjp0rBm.js";import{_ as E}from"./nocheck.KbQOA3WK.js";const O=a({__name:"address",setup(a){const O=s();return(a,s)=>{const I=e,L=D;return A(),d(I,{class:r(["content",{gray:1==t(O).isgray}])},{default:c((()=>[f(I,{class:"list"},{default:c((()=>[(A(),l(u,null,i(2,((a,s)=>f(I,{class:"item",key:s},{default:c((()=>[f(I,{class:"province f-row aic"},{default:c((()=>[f(I,{class:""},{default:c((()=>[o(" 浙江省,杭州市 ")])),_:1}),f(L,{src:"/assets/default-DUssBO1n.png",mode:""})])),_:1}),f(I,{class:"address f-row jcb"},{default:c((()=>[f(I,{class:""},{default:c((()=>[o(" 重庆 重庆市 渝北区 龙溪街道花卉园东路黄金 宝高级住宅小区 ")])),_:1}),f(L,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA8CAYAAAAzF3kIAAAAAXNSR0IArs4c6QAACXhJREFUaEPNWntwnFUVP+fbzYZOQKEKmFrMoCAzKkzHQXyMI2jTSjuUOrQNCG2nabr3frupLfjg4QNXKSNYpkBtst+9mzRQhWKwDALlaUHr+KiOiuCojLycgV0HSyMPp0l2v++4J37J7H65+0p2N71/dJq9555zft99nd85F+EYbIlEwlqwYMEVRHQlALwHAFwiOmhZVkoI8YtaXMZahJsh29fXd3w4HL4fABYb7BEAaAD4kpQyW40/xxTA/v7+kyzLehgRP1HB+f2RSGR1d3f3aCWQxwzAVCp1qud5jwPAOZWc9vufyuVyF/f29r5dTv6YANjX13daOBz+GQB80ODsDYh4MhHZhr5Drusui8fjI6VAzjlAx3HOREQG976Ak0REW23b/gH/7jjONYh4kwHInz3PWxqLxV4zgZxTgKlU6hx/WZ4acM5FxE1CiDsKf9dax4loFwAE/X7OsqzOaDT6ShDknAFUSn0cAB4BgJOmOYXoCCFiphlxHGc9Iu4GgFCg/2XXdRfH4/EXC3+fE4BKqc8CwAMAcHyJvcPXQa+UMmnq11qvIqK9ANAS6E/7M/m3yd+bDlBrfRER3QsAx1VxWl4tpdxeAuQyItoHAPMC/S/kcrlFk6drUwE6jvNFRNwDAOGAU28CwFsA8F7TKSqlvL4EyPOJ6EEAOKFoWSIOCiE28W9NA6i1jhKRAwBWwNnDlmVdiIiHXdc9AAAfMIC5TQjxZUTkpVvUksnkeZZlPRrYyxQOhxf29PSkmwJQKfWV/H67xeD4q5ZlLYlGoxN7RinVDgB8ZXzIcPAMptNpkUgkvGCf1voyf09OdSHiaiHEvoYDdBznO4hoWmLPe563JBaLvVzosFLq3QDwWP4Q+qjhg9yTyWTWJRKJXGGf4zjnIuLvA/IbpJR3NgwgEaHWegcAMCMItmdzudzS3t7ef5n2llLqnQDwMAB8ytD/4NjY2JotW7aMcd/OnTtbW1tbHwKAzkJZIjrftu2DDQHIdKe9vT0FABsNDh4KhULLN23adKTcKbpnz562o0ePMqsoctwfc2DevHkr+f8lZNKZTKaDZ7ruAJVSLUT0I0TsCgIgoidd111ZKUCeHOfPDl8pKwwf49f+b8FZJkRcJoTgZV7fU3RoaOi4bDa7j4iWm5ZWJBLpqobiFI5NJBLh9vb2HwLAZeVmvKDv+1LKayb/rtsMDg4OnuC67gNEdIHhBNybTqfXBw+HKh0Gn+FrIuqpMGa7lPLqQpm6ABwYGJjved4jRHSewQGdyWRipuO9WoAs5x9azOYnLnBDu15KecO0j1uLEZOsT1SfAICzDXvuFtu2vzZbGzx+YGCgw3VdviPPCOjjPXeVEOJ2k51ZzaBSijkcGz3TAO5btm1vqwe4/v7+s0KhEH/E0wL6+NKXUsqBUnZmDLAcUeW7T0q5sx7gtNaLiIhPxFMC+nKIuE4IcU85OzMCqJTi5chfdBpRJaKobdtD9QDnOM4nEZEv/BMD+saIaI1t2xxol201A9Raf4yIOLidH9DMabwrpJR8b826aa07iYgv+raAsv8S0Urbtjkwr9hqAqi1NtITDiiIaLVt2/y1Z92UUl8AAF56rQFlbyDiciHE5CVf0VbVAB3HYUpzn4Fgvu153opYLPbzitaqEHAcZy0i8hIPcsbDfnLpT1WomRKpCqCfIrgbACIB5ZyuWyalPFSL0VKySinOw/QZIqxpqYhq7VUEqLVeR0T8RYNJntd8LvdMtcbKySmlrs0vye8ZZF5yXbczmEyq1mZZgI7j2IjYb/iir/hGn6vWUAVwDIwBBtvfPc/rjMVir87UTkmAZVj4i57nLQ4S1Zk4wOFXnuDuQsS4YfzTLS0tSzdu3PjvmeieHGMEqLXe4C/Lun/RSYXDw8OhkZERTuyuNQD4TSQSWd7d3f2f2YDjsdMA+kmcg4Yj+hk/xWBMkdfiiM/z+Brg66Co1coZK9ktAsh8bnx8/B/52HZhYGDWsqzPRKPR31ZSWKm/HFMnoodaW1vX1MoZy9ksAlhmabIOFwD2uq67LR6Pz+hwGRoaOnF8fHy/KddCRMOIuLbawmalD2ncg0opzkydW2Gwh4g/9jxvm23bf63W0O7du0/OZrNc/1tkGLM7k8lEZ8sZTb5MzaDW+sP5cOsv1ToMAExV7gyHw1t7eno4K12ypVKphZ7nMa06yyC0UwhxpSmpW4MvJUULAW4lotsCkhchIj8GuNSQkZ4QRcRfjY6OLp5M4wUtDQwMnOET1Q6DFzdKKb9ZDyCldEwBVEr9FAAuLhB8SUr5fv7bJ5zfAIDLDRENixiLJMlk8iOWZTGt4pcSRY2IrrVt++ZGgpuYAP7Hv5NeBwBOuE42zVS50AF/Nr4OAOsDQF8Ph8OnFy5V/7rh+l+QVnF9gV9JcMzZ8DYB0HcmGDB3leJ2WutksGae30PfFkJ819d3gWVZXP8rqvr4J3EPp9Qbjsw3MAHQEOh62Wz2lM2bN/OsTmuDg4MLcrnc8wHq9IbruqeHQiFOxP7EUP8bR8TLuSDSLHBTS1Rr/TgRLSkw/AcpZdnrQinF+6coBwkAT+WTUJ82VF6PIuIqIQQv2aY2HB4ejoyMjHDMN1UpRcSbhRCm6H7KOc6Fuq7L9fDCfWty/i1EXFHrE6x6fQWuAHEaooiNE1FnNTkPpRRXj64q48yI53kXxmKx39XL4Vr1oKF+dzQSicwvFQ/u2rXrXZFI5FIi4pOUX0qUav/koomU8tlanaqnPPOxX/r7ZkIvIj6RT+osLTTiB+Fc4WFqs8ywx4I+7Q+FQusrlcjqCaSULgbIdbrCtyrXSSlv4rvxyJEjn+PLHREvAYB3VOFQJg/+RiFEf6NCryp8KBJhgJw4Kkys/pHDLyLi+l4wsVtK/wv5w+bWsbGxgVIhW62O1Uue9+CjiPj5GSjk8vNw/gHd3fXKqs3Ah4pDMJlMctTBWeLg8w7T4DeJ6D7Lsu5Kp9NPNoLeVPS4RoGJSMZ/5HarIe/J3eP8IICI7uJifz3Zdo2+zki8kE2cjYjX5esO/NqWD5SneQm6rntvufeYM7LaxEEVE79N9KUhpooAci28o6MjmJ5viOFGKm1ra8t2dXVxDun/fJAzXaOjo/1EtMpQrmqkL43SzdWuA7lcbsMEQMdxtiPiVxtlba70chpykg8WhWtz5VAD7B6ZBFiq+NEAm01Vef8EwB07dsxra2vjjNoa0xvqprpUH2PMQR9raWmJ/g9rdNfTDp3VwwAAAABJRU5ErkJggg==",mode:""})])),_:1}),f(I,{class:"set f-row aic jcb"},{default:c((()=>[f(I,{class:"f-row aic"},{default:c((()=>[f(L,{src:E,mode:""}),o(" 设为默认地址 ")])),_:1}),f(I,{class:""},{default:c((()=>[o(" 删除 ")])),_:1})])),_:1})])),_:2},1024))),64))])),_:1}),f(I,{class:"btn f-col aic"},{default:c((()=>[f(I,{class:"",onClick:s[0]||(s[0]=a=>{var s;n(s="/pages/useredit/add_address",(()=>{w({url:s})}))})},{default:c((()=>[o(" +添加收货地址 ")])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-6472d206"]]);export{O as default};
diff --git a/unpackage/dist/build/web/assets/pages-useredit-addressbook.D0ON0YPy.js b/unpackage/dist/build/web/assets/pages-useredit-addressbook.D0ON0YPy.js
new file mode 100644
index 0000000..9d70b1c
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-useredit-addressbook.D0ON0YPy.js
@@ -0,0 +1 @@
+import{_ as s,u as a,a as e,c as l,w as t,n as c,b as d,i as u,d as o,C as r,D as _,F as f,e as n,m as i}from"./index-CJjp0rBm.js";const m=s({__name:"addressbook",setup(s){const m=a();return(s,a)=>{const b=i,j=u;return e(),l(j,{class:c({gray:1==d(m).isgray})},{default:t((()=>[o(j,{class:"list"},{default:t((()=>[(e(),r(f,null,_(4,((s,a)=>o(j,{class:"item f-row aic jcb",key:a},{default:t((()=>[o(j,{class:"user f-row aic"},{default:t((()=>[o(b,{src:"",mode:""}),o(j,{class:"name_job"},{default:t((()=>[o(j,{class:"name"},{default:t((()=>[n(" 我是晴天 ")])),_:1}),o(j,{class:"job"},{default:t((()=>[n(" 销售部-销售总监 ")])),_:1})])),_:1})])),_:1}),o(j,{class:"btn"},{default:t((()=>[n(" 电话联系 ")])),_:1})])),_:2},1024))),64))])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-e9ce91fd"]]);export{m as default};
diff --git a/unpackage/dist/build/web/assets/pages-useredit-useredit.qCxKV7Zu.js b/unpackage/dist/build/web/assets/pages-useredit-useredit.qCxKV7Zu.js
new file mode 100644
index 0000000..51e043c
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-useredit-useredit.qCxKV7Zu.js
@@ -0,0 +1 @@
+import{_ as a,u as e,aH as l,o as s,aI as o,H as t,J as n,a as r,C as i,d,w as c,n as u,b as p,F as f,aJ as m,aK as g,aL as h,i as x,e as y,c as b,ac as _,aM as k,aD as V,s as v,aN as C,ax as z,m as N,ay as j,I as w}from"./index-CJjp0rBm.js";import{_ as I}from"./uni-icons.C1BHJOhS.js";const J=a({__name:"useredit",setup(a){const J=e(),P=()=>{k({count:1,success:a=>{const e=a.tempFilePaths,l="用户头像/"+J.userinfo.realname;V({url:"https://36.112.48.190/jeecg-boot/sys/common/upload",filePath:e[0],name:"file",formData:{appPath:l},success:a=>{v({title:"上传中..."}),U.avatar=JSON.parse(a.data).message,C({avatar:U.avatar,id:J.userinfo.id}).then((a=>{a&&z({title:a,icon:"success",duration:2e3})})).catch((a=>{console.log(a)}))},fail(a){console.log("图片上传出错",a)}})}})},U=l({avatar:"",realname:"",phone:""}),D=()=>{m({title:"退出登录",content:"您确认要退出登录吗?",success(a){a.confirm&&(g("token"),g("user"),g("role"),g("logintime"),h({url:"/pages/login/login"}))}})};return s((()=>{o({frontColor:"#ffffff",backgroundColor:"#bebebe"})})),(a,e)=>{const l=x,s=N,o=j,m=t(n("uni-icons"),I),g=w;return r(),i(f,null,[d(l,{class:u(["content",{gray:1==p(J).isgray}])},{default:c((()=>[d(l,{class:"box"},{default:c((()=>[d(l,null,{default:c((()=>[y("头像")])),_:1}),d(l,{style:{display:"flex","align-items":"center"}},{default:c((()=>[d(o,{class:"head-btn",onClick:P},{default:c((()=>[U.avatar?(r(),b(s,{key:1,class:"head-img",src:p(_)(U.avatar)},null,8,["src"])):(r(),b(s,{key:0,class:"head-img",src:p(_)(p(J).userinfo.avatar),mode:""},null,8,["src"]))])),_:1}),d(m,{type:"right",size:"24"})])),_:1})])),_:1}),d(l,{class:"box",style:{"padding-top":"30rpx","padding-bottom":"30rpx"}},{default:c((()=>[d(l,null,{default:c((()=>[y("姓名")])),_:1}),d(g,{disabled:"",style:{"text-align":"right"},type:"nickname","placeholder-style":"font-size: 32rpx;color: #999999;",modelValue:p(J).userinfo.realname,"onUpdate:modelValue":e[0]||(e[0]=a=>p(J).userinfo.realname=a),placeholder:"请输入姓名"},null,8,["modelValue"])])),_:1}),d(l,{class:"box",style:{"padding-top":"30rpx","padding-bottom":"30rpx"}},{default:c((()=>[d(l,null,{default:c((()=>[y("手机号")])),_:1}),d(g,{disabled:"",style:{"text-align":"right"},type:"nickname",modelValue:p(J).userinfo.phone,"onUpdate:modelValue":e[1]||(e[1]=a=>p(J).userinfo.phone=a),placeholder:"请输入手机号","placeholder-style":"font-size: 32rpx;color: #999999;"},null,8,["modelValue"])])),_:1}),d(l,{class:"box",style:{"padding-top":"30rpx","padding-bottom":"30rpx"}},{default:c((()=>[d(l,null,{default:c((()=>[y("劳动合同号")])),_:1}),d(g,{style:{"text-align":"right"},type:"nickname",disabled:"",modelValue:p(J).userinfo.workNo,"onUpdate:modelValue":e[2]||(e[2]=a=>p(J).userinfo.workNo=a),placeholder:"请输入劳动合同号","placeholder-style":"font-size: 32rpx;color: #999999;"},null,8,["modelValue"])])),_:1})])),_:1},8,["class"]),d(l,{class:"line"}),d(l,{class:"btn",onClick:D},{default:c((()=>[y(" 退出登录 ")])),_:1})],64)}}},[["__scopeId","data-v-9fe6a686"]]);export{J as default};
diff --git a/unpackage/dist/build/web/assets/pages-userlist-index.D43mOlR8.js b/unpackage/dist/build/web/assets/pages-userlist-index.D43mOlR8.js
new file mode 100644
index 0000000..1d3f84d
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-userlist-index.D43mOlR8.js
@@ -0,0 +1 @@
+import{M as e,z as t,_ as a,a as l,c as s,w as i,C as o,B as n,an as d,d as c,x as r,e as h,y as u,m as p,i as g,p as f,aO as m,H as y,J as v,F as D,D as x,n as k,az as w,G as C,A,K as I,u as V,r as _,o as b,b as S,aP as T,aQ as M,al as E,ak as B,I as F,v as N,aR as R}from"./index-CJjp0rBm.js";import{_ as j}from"./uni-icons.C1BHJOhS.js";import{_ as J}from"./checked.cu3s1pHH.js";import{_ as L}from"./nocheck.KbQOA3WK.js";const G={en:{"uni-load-more.contentdown":"Pull up to show more","uni-load-more.contentrefresh":"loading...","uni-load-more.contentnomore":"No more data"},"zh-Hans":{"uni-load-more.contentdown":"上拉显示更多","uni-load-more.contentrefresh":"正在加载...","uni-load-more.contentnomore":"没有更多数据了"},"zh-Hant":{"uni-load-more.contentdown":"上拉顯示更多","uni-load-more.contentrefresh":"正在加載...","uni-load-more.contentnomore":"沒有更多數據了"}};let z;setTimeout((()=>{z=e().platform}),16);const{t:P}=t(G);const O=a({name:"UniLoadMore",emits:["clickLoadMore"],props:{status:{type:String,default:"more"},showIcon:{type:Boolean,default:!0},iconType:{type:String,default:"auto"},iconSize:{type:Number,default:24},color:{type:String,default:"#777777"},contentText:{type:Object,default:()=>({contentdown:"",contentrefresh:"",contentnomore:""})},showText:{type:Boolean,default:!0}},data:()=>({webviewHide:!1,platform:z,imgBase64:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzlBMzU3OTlEOUM0MTFFOUI0NTZDNERBQURBQzI4RkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzlBMzU3OUFEOUM0MTFFOUI0NTZDNERBQURBQzI4RkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOUEzNTc5N0Q5QzQxMUU5QjQ1NkM0REFBREFDMjhGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOUEzNTc5OEQ5QzQxMUU5QjQ1NkM0REFBREFDMjhGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt+ALSwAAA6CSURBVHja1FsLkFZVHb98LM+F5bHL8khA1iSeiyQBCRM+YGqKUnnJTDLGI0BGZlKDIU2MMglUiDApEZvSsZnQtBRJtKwQNKQMFYeRDR10WOLd8ljYXdh+v8v5fR3Od+797t1dnOnO/Ofce77z+J//+b/P+ZqtXbs2sJ9MJhNUV1cHJ06cCJo3bx7EPc2aNcvpy7pWrVoF+/fvDyoqKoI2bdoE9fX1F7TjN8a+EXBn/fkfvw942Tf+wYMHg9mzZwfjxo0LDhw4EPa1x2MbFw/fOGfPng1qa2tzcCkILsLDydq2bRsunpOTMM7TD/W/tZDZhPdeKD+yGxHhdu3aBV27dg3OnDlzMVANMheLAO3btw8KCwuDmpoaX5OxbgUIMEq7K8IcPnw4KCsrC/r37x8cP378/4cAXAB3vqSkJMuiDhTkw+XcuXNhOWbMmKBly5YhUT8xArhyFvP0BfwRsAuwxJZJsm/nzp2DTp06he/OU+cZ64K6o0ePBkOHDg2GDx8e6gEbJ5Q/NHNuAJQ1hgBeHUDlR7nVTkY8rQAvAi4z34vR/mPs1FoRsaCgIJThI0eOBC1atEiFGGV+5MiRoS45efJkqFjJFXV1dQuA012m2WcwTw98fy6CqBdsaiIO4CScrGPHjvk4odhavPquRtFWXEC25VgkREKOCh/qDSq+vn37htzD/mZTOmOc5U7zKzBPEedygWshcDyWvs30igAbU+6oyMgJBCFhwQE0fccxN60Ay9iebbjoDh06hMowjQxT4fXq1SskArmHZpkArvixp/kWzHdMeArExSJEaiXIjjRjRJ4DaAGWpibLzXN3Fm1vA5teBgh3j1Rv3bp1YgKwPdmf2p9zcyNYYgPKMfY0T5f5nNYdw158nJ8QawW4CLKwiOBSEgO/hok2eBydR+3dYH+PLxA5J8Vv0KBBwenTp0P2JWAx6+yFEBfs8lMY+y0SWMBNI9E4ThKi58VKTg3FQZS1RQF1cz27eC0QHMu+3E0SkUowjhVt5VdaWhp07949ZHv2Qd1EjDXM2cla1M0nl3GxAs3J9yREzyTdFVKVFOaE9qRA8GM0WebRuo9JGZKA7Mv2SeS/Z8+eoQ9BArMfFrLGo6jvxbhHbJZnKX2Rzz1O7QhJJ9Cs2ZMaWIyq/zhdeqPNfIoHd58clIQD+JSXl4dKlyIAuBdVXZwFVWKspSSoxE++h8x4k3uCnEhE4I5KwRiFWGOU0QWKiCYLbdoRMRKAu2kQ9vkfLU6dOhX06NEjlH+yMRZSinnuyWnYosVcji8CEA/6Cg2JF+IIUBqnGKUTCNwtwBN4f89RiK1R96DEgO2o0NDmtEdvVFdVVYV+P3UAPUEs6GFwV3PHmXkD4vh74iDFJysVI/MlaQhwKeBNTLYX5VuA8T4/gZxA4MRGFxDB6R7OmYPfyykGRJbyie+XnGYnQIC/coH9+vULiYrxrkL9ZA9+0ykaHIfEpM7ge8TiJ2CsHYwyMfafAF1yCGBHYIbCVDjDjKt7BeB51D+LgQa6OkG7IDYEEtvQ7lnXLKLtLdLuJBpE4gPUXcW2+PkZwOex+4cGDhwYDBkyRL7/HFcEwUGPo/8uWRUpYnfxGHco8HkewLHLyYmAawAPuIFZxhOpDfJQ8gbUv41yORAptMWBNr6oqMhWird5+u+iHmBb2nhjDV7HWBNQTgK8y11l5NetWzc5ULscAtSj7nbNI0skhWeUZCc0W4nyH/jO4Vz0u1IeYhbk4AiwM6tjxIWByHsoZ9qcIBPJd/y+DwPfBESOmCa/QF3WiZHucLlEDpNxcNhmheEOPgdQNx6/VZFQzFZ5TN08AHXQt2Ii3EdyFuUsPtTcGPhW5iMiCNELvz+Gdn9huG4HUJaW/w3g0wxV0XaG7arG2WeKiUWYM4Y7GO5ezshTARbbWGw/DvXkpp/ivVvE0JVoMxN4rpGzJMhE5Pl+xlATsDIqikP9F9D2z3h9nOksEUFhK+qO4rcPkoalMQ/HqJLIyb3F3JdjrCcw1yZ8joyJLR5gCo54etlag7qIoeNh1N1BRYj3DTFJ0elotxPlVzkGuYAmL0VSJVGAJA41c4Z6A3BzTLfn0HYwYKEI6CUAMzZEWvLsIcQOo1AmmyyM72nHJCfYsogflGV6jEk9vyQZXSuq6w4c16NsGcGZbwOPr+H1RkOk2LEzjNepxQkihHSCQ4ynAYNRx2zMKV92CQMWqj8J0BRE8EShxRFN6YrfCRhC0x3r/Zm4IbQCcmJoV0kMamllccR6FjHqUC5F2R/wS2dcymOlfAKOS4KmzQb5cpNC2MC7JhVn5wjXoJ44rYhLh8n0eXOCorJxa7POjbSlCGVczr34/RsAmrcvo9s+wGp3tzVhntxiXiJ4nvEYb4FJkf0O8HocAePmLvCxnL0AORraVekJk6TYjDabRVXfRE2lCN1h6ZQRN1+InUbsCpKwoBZHh0dODN9JBCUffItXxEavTQkUtnfTVAplCWL3JISz29h4NjotnuSsQKJCk8dF+kJR6RARjrqFVmfPnj3ZbK8cIJ0msd6jgHPGtfVTQ8VLmlvh4mct9sobRmPic0DyDQQnx/NlfYUgyz59+oScsH379pAwXABD32nTpoUHIToESeI5mnbE/UqDdyLcafEBf2MCqgC7NwxIbMREJQ0g4D4sfJwnD+AmRrII05cfMWJE+L1169bQr+fip06dGp4oJ83lmYd5wj/EmMa4TaHivo4EeCguYZBnkB5g2aWA69OIEnUHOaGysjIYMGBAMGnSpODYsWPZwCpFmm4lNq+4gSLQA7jcX8DwtjEyRC8wjabnXEx9kfWnTJkSJkAo90xpJVV+FmcVNeYAF5zWngS4C4O91MBxmAv8blLEpbjI5sz9MTdAhcgkCT1RO8mZkAjfiYpTEvStAS53Uw1vAiUGgZ3GpuQEYvoiBqlIan7kSDHnTwJQFNiPu0+5VxCVYhcZIjNrdXUDdp+Eq5AZ3Gkg8QAyVZRZIk4Tl4QAbF9cXJxNYZMAtAokgs4BrNxEpCtteXg7DDTMDKYNSuQdKsnJBek7HxewvxaosWxLYXtw+cJp18217wql4aKCfBNoEu0O5VU+PhctJ0YeXD4C6JQpyrlpSLTojpGGGN5YwNziChdIZLk4lvLcFJ9jMX3QdiImY9bmGQU+TRUL5CHITTRlgF8D9ouD1MfmLoEPl5xokIumZ2cfgMpHt47IW9N64Hsh7wQYYjyIugWuF5fCqYncXRd5vPMWyizzvhi/32+nvG0dZc9vR6fZOu0md5e+uC408FvKSIOZwXlGvxPv95izA2Vtvg1xKFWARI+vMX66HUhpQQb643uW1bSjuTWyw2SBvDrBvjFic1eGGlz5esq3ko9uSIlBRqPuFcCv8F4WIcN12nVaBd0SaYwI6PDDImR11JkqgHcPmQssjxIn6bUshygDFJUTxPMpHk+jfjPgupgdnYV2R/g7xSjtpah8RJBewhwf0gGK6XI92u4wXFEU40afJ4DN4h5LcAd+40HI3JgJecuT0c062W0i2hQJUTcxan3/CMW1PF2K6bbA+Daz4xRs1D3Br1Cm0OihKCqizW78/nXAF/G5TXrEcVzaNMH6CyMswqsAHqDyDLEyou8lwOXnKF8DjI6KjV3KzMBiXkDH8ij/H214J5A596ekrZ3F0zXlWeL7+P5eUrNo3/QwC15uxthuzidy7DzKRwEDaAViiDgKbTbz7CJnzo0bN7pIfIiid8SuPwn25o3QCmpnyjlZkyxPP8EomCJzrGb7GJMx7tNsq4MT2xMUYaiErZOluTzKsnz3gwCeCZyVRZJfYplNEokEjwrPtxlxjeYAk+F1F74VAzPxQRNYYdtpOUvWs8J1sGhBJMNsb7igN8plJs1eSmLIhLKE4rvaCX27gOhLpLOsIzJ7qn/i+wZzcvSOZ23/du8TZjwV8zHIXoP4R3ifBxiFz1dcVpa3aPntPE+c6TmIWE9EtcMmAcPdWAhYhAXxcLOQi9L1WhD1Sc8p1d2oL7XGiRKp8F4A2i8K/nfI+y/gsTDJ/YC/8+AD5Uh04KHiGl+cIFPnBDDrPMjwRGkLXyxO4VGbfQWnDH2v0bVWE3C9QOXlepbgjEfIJQI6XDG3z5ahD9cw2pS78ipB85wyScNTvsVzlzzhL8/jRrnmVjfFJK/m3m4nj9vbgQTguT8XZTjsm672R5uJKEaQmBI/c58gyus8ZDagLpEVSJBIyHp4jn++xqPV71OgQgJYEWOtZ/haxRtKmWOBu8xdBLftWltsY84zE6WIEy/eIOWL+BaayMx+KHtL7EAkqdNDLiEXmEMUHniedtJqg9HmZtfvt26vNi0BdG3Ft3g8ZOf7PAu59TxtzivLNIekyi+wD1i8CuUiD9FXAa8C+/xS3JPmZnomyc7H+fb4/Se0bk41Fel621r4cgVxbq91V4jVqwB7HTe2M7jgB+QWHavZkDRPmZcASoZEmBx6i75bGjPcMdL4/VKGFAGWZkGzPG0XAbdL9A81G5LOmUnC9hHKJeO7dcUMjblSl12867ElFTtaGl20xvvLGPdVz/8TVuU7y0x1PG7vtNg24oz9Uo/Z412++VFWI7Fcog9tu9Lm6gvRmIPv9x1xmQAu6RDkXtbOtlGEmpgD5Nvnyc0dcv0EE6cfdi1HmhMf9wDF3k3gtRvEedhxjpgfqPb9PU9iEJHnyOUA7bQUXh6kq/D7l2iTjWv7XOD530BDr8jIrus+srXjt4MzumJMHuTsBa63YKE1+RR5lBjEikCCnWKWiHdzOgKO+nRIBAF88za/IFmJ3eMZov4CYxGBabcpGL8EYx+SeMXJeRwHNsV/h+vdxeuhEpN3ZyNY78Gm2fknJxVGhyjixPiQvVkNzT1elD9Py/aTAL64Hb9vcYmC9zfdXdT/C1LeGbg4rnBaAihDFJH12W5ulfNCNe/xTsP3bp8ikzJs5BF+5PNfAQYAPaseTdsEcaYAAAAASUVORK5CYII="}),computed:{iconSnowWidth(){return 2*(Math.floor(this.iconSize/24)||1)},contentdownText(){return this.contentText.contentdown||P("uni-load-more.contentdown")},contentrefreshText(){return this.contentText.contentrefresh||P("uni-load-more.contentrefresh")},contentnomoreText(){return this.contentText.contentnomore||P("uni-load-more.contentnomore")}},mounted(){},methods:{onClick(){this.$emit("clickLoadMore",{detail:{status:this.status}})}}},[["render",function(e,t,a,m,y,v){const D=p,x=g,k=f;return l(),s(x,{class:"uni-load-more",onClick:v.onClick},{default:i((()=>[!y.webviewHide&&("circle"===a.iconType||"auto"===a.iconType&&"android"===y.platform)&&"loading"===a.status&&a.showIcon?(l(),o("svg",{key:0,width:"24",height:"24",viewBox:"25 25 50 50",style:n({width:a.iconSize+"px",height:a.iconSize+"px"}),class:"uni-load-more__img uni-load-more__img--android-H5"},[d("circle",{cx:"50",cy:"50",r:"20",fill:"none",style:n({color:a.color}),"stroke-width":3},null,4)],4)):!y.webviewHide&&"loading"===a.status&&a.showIcon?(l(),s(x,{key:1,style:n({width:a.iconSize+"px",height:a.iconSize+"px"}),class:"uni-load-more__img uni-load-more__img--ios-H5"},{default:i((()=>[c(D,{src:y.imgBase64,mode:"widthFix"},null,8,["src"])])),_:1},8,["style"])):r("",!0),a.showText?(l(),s(k,{key:2,class:"uni-load-more__text",style:n({color:a.color})},{default:i((()=>[h(u("more"===a.status?v.contentdownText:"loading"===a.status?v.contentrefreshText:v.contentnomoreText),1)])),_:1},8,["style"])):r("",!0)])),_:1},8,["onClick"])}],["__scopeId","data-v-d82f3750"]]),Z={props:{localdata:{type:[Array,Object],default:()=>[]},spaceInfo:{type:Object,default:()=>({})},collection:{type:String,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:500},getcount:{type:[Boolean,String],default:!1},getone:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},manual:{type:Boolean,default:!1},value:{type:[Array,String,Number],default:()=>[]},modelValue:{type:[Array,String,Number],default:()=>[]},preload:{type:Boolean,default:!1},stepSearh:{type:Boolean,default:!0},selfField:{type:String,default:""},parentField:{type:String,default:""},multiple:{type:Boolean,default:!1},map:{type:Object,default:()=>({text:"text",value:"value"})}},data(){return{loading:!1,errorMessage:"",loadMore:{contentdown:"",contentrefresh:"",contentnomore:""},dataList:[],selected:[],selectedIndex:0,page:{current:this.pageCurrent,size:this.pageSize,count:0}}},computed:{isLocalData(){return!this.collection.length},isCloudData(){return this.collection.length>0},isCloudDataList(){return this.isCloudData&&!this.parentField&&!this.selfField},isCloudDataTree(){return this.isCloudData&&this.parentField&&this.selfField},dataValue(){return(Array.isArray(this.modelValue)?this.modelValue.length>0:null!==this.modelValue||void 0!==this.modelValue)?this.modelValue:this.value},hasValue(){return"number"==typeof this.dataValue||null!=this.dataValue&&this.dataValue.length>0}},created(){this.$watch((()=>{var e=[];return["pageCurrent","pageSize","spaceInfo","value","modelValue","localdata","collection","action","field","orderby","where","getont","getcount","gettree"].forEach((t=>{e.push(this[t])})),e}),((e,t)=>{for(let a=2;a(this.selected=e.result.data,e.result.data)))},getCloudDataTreeValue(){return this.getCommand({field:this._cloudDataPostField(),getTreePath:{startWith:`${this.selfField}=='${this.dataValue}'`}}).then((e=>{let t=[];return this._extractTreePath(e.result.data,t),this.selected=t,t}))},getCommand(e={}){let t=m.database(this.spaceInfo);const a=e.action||this.action;a&&(t=t.action(a));const l=e.collection||this.collection;t=t.collection(l);const s=e.where||this.where;s&&Object.keys(s).length&&(t=t.where(s));const i=e.field||this.field;i&&(t=t.field(i));const o=e.orderby||this.orderby;o&&(t=t.orderBy(o));const n=void 0!==e.pageCurrent?e.pageCurrent:this.page.current,d=void 0!==e.pageSize?e.pageSize:this.page.size,c={getCount:void 0!==e.getcount?e.getcount:this.getcount,getTree:void 0!==e.gettree?e.gettree:this.gettree};return e.getTreePath&&(c.getTreePath=e.getTreePath),t=t.skip(d*(n-1)).limit(d).get(c),t},_cloudDataPostField(){let e=[this.field];return this.parentField&&e.push(`${this.parentField} as parent_value`),e.join(",")},_cloudDataTreeWhere(){let e=[],t=this.selected,a=this.parentField;if(a&&e.push(`${a} == null || ${a} == ""`),t.length)for(var l=0;lnull===e.parent_value||void 0===e.parent_value||""===e.parent_value)));for(let s=0;se.parent_value===i));o.length?a.push(o):l=!1}return{dataList:a,hasNodes:l}},_extractTree(e,t,a){let l=this.map.value;for(let s=0;s{this.loadData()}))},methods:{onPropsChange(){this._treeData=[],this.selectedIndex=0,this.$nextTick((()=>{this.loadData()}))},handleSelect(e){this.selectedIndex=e},handleNodeClick(e,t,a){if(e.disable)return;const l=this.dataList[t][a],s=l[this.map.text],i=l[this.map.value];if(t{e.length?(this._treeData.push(...e),this._updateBindData(l)):l.isleaf=!0,this.onSelectedChange(l,l.isleaf)})))},updateData(e){this._treeData=e.treeData,this.selected=e.selected,this._treeData.length?this._updateBindData():this.loadData()},onDataChange(){this.$emit("datachange")},onSelectedChange(e,t){t&&this._dispatchEvent(),e&&this.$emit("nodeclick",e)},_dispatchEvent(){this.$emit("change",this.selected.slice(0))}}},[["render",function(e,t,a,n,d,p){const m=f,C=g,A=w,I=y(v("uni-load-more"),O);return l(),s(C,{class:"uni-data-pickerview"},{default:i((()=>[e.isCloudDataList?r("",!0):(l(),s(A,{key:0,class:"selected-area","scroll-x":"true"},{default:i((()=>[c(C,{class:"selected-list"},{default:i((()=>[(l(!0),o(D,null,x(e.selected,((t,a)=>(l(),s(C,{class:k(["selected-item",{"selected-item-active":a==e.selectedIndex}]),key:a,onClick:e=>p.handleSelect(a)},{default:i((()=>[c(m,null,{default:i((()=>[h(u(t.text||""),1)])),_:2},1024)])),_:2},1032,["class","onClick"])))),128))])),_:1})])),_:1})),c(C,{class:"tab-c"},{default:i((()=>[c(A,{class:"list","scroll-y":!0},{default:i((()=>[(l(!0),o(D,null,x(e.dataList[e.selectedIndex],((t,a)=>(l(),s(C,{class:k(["item",{"is-disabled":!!t.disable}]),key:a,onClick:l=>p.handleNodeClick(t,e.selectedIndex,a)},{default:i((()=>[c(m,{class:"item-text"},{default:i((()=>[h(u(t[e.map.text]),1)])),_:2},1024),e.selected.length>e.selectedIndex&&t[e.map.value]==e.selected[e.selectedIndex].value?(l(),s(C,{key:0,class:"check"})):r("",!0)])),_:2},1032,["class","onClick"])))),128))])),_:1}),e.loading?(l(),s(C,{key:0,class:"loading-cover"},{default:i((()=>[c(I,{class:"load-more",contentText:e.loadMore,status:"loading"},null,8,["contentText"])])),_:1})):r("",!0),e.errorMessage?(l(),s(C,{key:1,class:"error-message"},{default:i((()=>[c(m,{class:"error-text"},{default:i((()=>[h(u(e.errorMessage),1)])),_:1})])),_:1})):r("",!0)])),_:1})])),_:1})}],["__scopeId","data-v-c0c521c5"]])},props:{options:{type:[Object,Array],default:()=>({})},popupTitle:{type:String,default:"请选择"},placeholder:{type:String,default:"请选择"},heightMobile:{type:String,default:""},readonly:{type:Boolean,default:!1},clearIcon:{type:Boolean,default:!0},border:{type:Boolean,default:!0},split:{type:String,default:"/"},ellipsis:{type:Boolean,default:!0}},data:()=>({isOpened:!1,inputSelected:[]}),created(){this.$nextTick((()=>{this.load()}))},watch:{localdata:{handler(){this.load()},deep:!0}},methods:{clear(){this._dispatchEvent([])},onPropsChange(){this._treeData=[],this.selectedIndex=0,this.load()},load(){this.readonly?this._processReadonly(this.localdata,this.dataValue):this.isLocalData?(this.loadData(),this.inputSelected=this.selected.slice(0)):(this.isCloudDataList||this.isCloudDataTree)&&(this.loading=!0,this.getCloudDataValue().then((e=>{this.loading=!1,this.inputSelected=e})).catch((e=>{this.loading=!1,this.errorMessage=e})))},show(){this.isOpened=!0,setTimeout((()=>{this.$refs.pickerView.updateData({treeData:this._treeData,selected:this.selected,selectedIndex:this.selectedIndex})}),200),this.$emit("popupopened")},hide(){this.isOpened=!1,this.$emit("popupclosed")},handleInput(){this.readonly?this.$emit("inputclick"):this.show()},handleClose(e){this.hide()},onnodeclick(e){this.$emit("nodeclick",e)},ondatachange(e){this._treeData=this.$refs.pickerView._treeData},onchange(e){this.hide(),this.$nextTick((()=>{this.inputSelected=e})),this._dispatchEvent(e)},_processReadonly(e,t){if(e.findIndex((e=>e.children))>-1){let e;return Array.isArray(t)?(e=t[t.length-1],"object"==typeof e&&e.value&&(e=e.value)):e=t,void(this.inputSelected=this._findNodePath(e,this.localdata))}if(!this.hasValue)return void(this.inputSelected=[]);let a=[];for(let i=0;ie.value==l));s&&a.push(s)}a.length&&(this.inputSelected=a)},_filterForArray(e,t){var a=[];for(let i=0;ie.value==l));s&&a.push(s)}return a},_dispatchEvent(e){let t={};if(e.length){for(var a=new Array(e.length),l=0;l[c(_,{class:"uni-data-tree-input",onClick:p.handleInput},{default:i((()=>[A(e.$slots,"default",{options:a.options,data:d.inputSelected,error:e.errorMessage},(()=>[c(_,{class:k(["input-value",{"input-value-border":a.border}])},{default:i((()=>[e.errorMessage?(l(),s(m,{key:0,class:"selected-area error-text"},{default:i((()=>[h(u(e.errorMessage),1)])),_:1})):e.loading&&!d.isOpened?(l(),s(_,{key:1,class:"selected-area"},{default:i((()=>[c(V,{class:"load-more",contentText:e.loadMore,status:"loading"},null,8,["contentText"])])),_:1})):d.inputSelected.length?(l(),s(b,{key:2,class:"selected-area","scroll-x":"true"},{default:i((()=>[c(_,{class:"selected-list"},{default:i((()=>[(l(!0),o(D,null,x(d.inputSelected,((e,t)=>(l(),s(_,{class:"selected-item",key:t},{default:i((()=>[c(m,{class:"text-color"},{default:i((()=>[h(u(e.text),1)])),_:2},1024),t[h(u(a.split),1)])),_:1})):r("",!0)])),_:2},1024)))),128))])),_:1})])),_:1})):(l(),s(m,{key:3,class:"selected-area placeholder"},{default:i((()=>[h(u(a.placeholder),1)])),_:1})),a.clearIcon&&!a.readonly&&d.inputSelected.length?(l(),s(_,{key:4,class:"icon-clear",onClick:I(p.clear,["stop"])},{default:i((()=>[c(S,{type:"clear",color:"#c0c4cc",size:"24"})])),_:1},8,["onClick"])):r("",!0),a.clearIcon&&d.inputSelected.length||a.readonly?r("",!0):(l(),s(_,{key:5,class:"arrow-area"},{default:i((()=>[c(_,{class:"input-arrow"})])),_:1}))])),_:1},8,["class"])]),!0)])),_:3},8,["onClick"]),d.isOpened?(l(),s(_,{key:0,class:"uni-data-tree-cover",onClick:p.handleClose},null,8,["onClick"])):r("",!0),d.isOpened?(l(),s(_,{key:1,class:"uni-data-tree-dialog"},{default:i((()=>[c(_,{class:"uni-popper__arrow"}),c(_,{class:"dialog-caption"},{default:i((()=>[c(_,{class:"title-area"},{default:i((()=>[c(m,{class:"dialog-title"},{default:i((()=>[h(u(a.popupTitle),1)])),_:1})])),_:1}),c(_,{class:"dialog-close",onClick:p.handleClose},{default:i((()=>[c(_,{class:"dialog-close-plus","data-id":"close"}),c(_,{class:"dialog-close-plus dialog-close-rotate","data-id":"close"})])),_:1},8,["onClick"])])),_:1}),c(T,{class:"picker-view",ref:"pickerView",modelValue:e.dataValue,"onUpdate:modelValue":t[0]||(t[0]=t=>e.dataValue=t),localdata:e.localdata,preload:e.preload,collection:e.collection,field:e.field,orderby:e.orderby,where:e.where,"step-searh":e.stepSearh,"self-field":e.selfField,"parent-field":e.parentField,"managed-mode":!0,map:e.map,ellipsis:a.ellipsis,onChange:p.onchange,onDatachange:p.ondatachange,onNodeclick:p.onnodeclick},null,8,["modelValue","localdata","preload","collection","field","orderby","where","step-searh","self-field","parent-field","map","ellipsis","onChange","onDatachange","onNodeclick"])])),_:1})):r("",!0)])),_:3})}],["__scopeId","data-v-08674076"]]),Y=a({__name:"index",setup(e){const t=V(),{proxy:a}=N(),n=_([]),d=_([]),r=(e,t,a)=>{M({id:e,username:t||"",realname:a||""}).then((e=>{e.success&&(d.value=e.result)})).catch((e=>{console.log(e)}))};let f=null,m=[];const w=e=>{r(e.id),f=e.id,-1!=m.indexOf(e.title)?m.splice(m.indexOf(e.title),1,e.title):m.push(e.title)},C=_([]);let A=0,I=null,G=null,z=null;b((e=>{A=e.isradio,I=e.id,z=e.reason,e.nextnode&&(G=JSON.parse(e.nextnode)),T().then((e=>{n.value=e.result,f=e.result[0].id,r(e.result[0].id)})).catch((e=>{console.log(e)}))}));const P=_(""),O=_(""),Z=()=>{(P.value.trim()||O.value.trim())&&(d.value=[],r(f,P.value,O.value))},Y=()=>{P.value="",O.value="",d.value=[],r(f,P.value,O.value)},W=()=>{G?H():(()=>{if(!C.value.length)return a.$toast("请选择被委托人");R({taskAssignee:d.value.filter((e=>e.id==C.value[0]))[0].username,taskId:I}).then((e=>{e.success&&(a.$toast(e.message),setTimeout((()=>{B()}),2e3))}))})()},H=()=>{E({taskId:I,reason:z,processModel:1,nextnode:G[0].nextnode,nextUserName:d.value.filter((e=>e.id==C.value[0]))[0].realname,nextUserId:C.value[0]}).then((e=>{a.$toast(e.message),setTimeout((()=>{B()}),2e3)}))};return(e,a)=>{const r=y(v("uni-data-picker"),U),f=F,m=g,I=y(v("uni-icons"),j),V=p;return l(),s(m,{class:k(["content",{gray:1==S(t).isgray}])},{default:i((()=>[c(r,{onPopupclosed:a[0]||(a[0]=e=>{return t=e,void console.log("qqq",t);var t}),"step-searh":!1,map:{text:"departName",value:"id"},localdata:n.value,"popup-title":"请选择部门",placeholder:"请选择部门",onNodeclick:w},null,8,["localdata"]),c(m,{class:"search_box"},{default:i((()=>[c(m,{class:"username f-row aic"},{default:i((()=>[h(" 用户姓名:"),c(f,{modelValue:O.value,"onUpdate:modelValue":a[1]||(a[1]=e=>O.value=e),type:"text",placeholder:"请输入姓名","placeholder-style":"color: grey;font-size: 28rpx;"},null,8,["modelValue"])])),_:1}),c(m,{class:"username f-row aic"},{default:i((()=>[h(" 用户账号:"),c(f,{modelValue:P.value,"onUpdate:modelValue":a[2]||(a[2]=e=>P.value=e),type:"text",placeholder:"请输入账号","placeholder-style":"color: grey;font-size: 28rpx;"},null,8,["modelValue"])])),_:1}),c(m,{class:"btn f-row aic jca"},{default:i((()=>[c(m,{class:"f-row aic",onClick:Z},{default:i((()=>[c(I,{type:"search",size:"15",color:"#fff"}),h(" 查询 ")])),_:1}),c(m,{class:"f-row aic",onClick:Y},{default:i((()=>[c(I,{type:"refreshempty",size:"15",color:"#fff"}),h(" 重置 ")])),_:1})])),_:1})])),_:1}),c(m,{class:"list"},{default:i((()=>[c(m,{class:"title f-row aic box"},{default:i((()=>[c(m,{class:""}),c(m,{class:""},{default:i((()=>[h(" 序号 ")])),_:1}),c(m,{class:"username"},{default:i((()=>[h(" 用户账号 ")])),_:1}),c(m,{class:""},{default:i((()=>[h(" 用户姓名 ")])),_:1})])),_:1}),(l(!0),o(D,null,x(d.value,((e,t)=>(l(),s(m,{class:"item f-row aic box",key:t},{default:i((()=>[c(m,{class:"f-row aic img",onClick:t=>(e=>{if(A){if(-1!=C.value.indexOf(e))return;C.value.splice(C.value.indexOf(e),1,e)}else-1!=C.value.indexOf(e)?C.value.splice(C.value.indexOf(e),1):C.value.push(e)})(e.id)},{default:i((()=>[C.value.includes(e.id)?(l(),s(V,{key:0,src:J,mode:""})):(l(),s(V,{key:1,src:L,mode:""}))])),_:2},1032,["onClick"]),c(m,{class:"order"},{default:i((()=>[h(u(t+1),1)])),_:2},1024),c(m,{class:"username f-col aic"},{default:i((()=>[c(m,{class:""},{default:i((()=>[h(u(e.username),1)])),_:2},1024)])),_:2},1024),c(m,{class:"realname"},{default:i((()=>[c(m,{class:""},{default:i((()=>[h(u(e.realname),1)])),_:2},1024)])),_:2},1024)])),_:2},1024)))),128))])),_:1}),c(m,{class:"confirm f-col aic"},{default:i((()=>[c(m,{class:"",onClick:W},{default:i((()=>[h(" 确认 ")])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-8b5695c9"]]);export{Y as default};
diff --git a/unpackage/dist/build/web/assets/pages-zhiban-index.B6INNCuV.js b/unpackage/dist/build/web/assets/pages-zhiban-index.B6INNCuV.js
new file mode 100644
index 0000000..f1f5722
--- /dev/null
+++ b/unpackage/dist/build/web/assets/pages-zhiban-index.B6INNCuV.js
@@ -0,0 +1 @@
+import{_ as t,u as e,r,o as n,aT as s,a,c as i,w as u,n as c,b as o,i as f,d as l,e as d,y as h,C as $,D as m,F as v,L as M}from"./index-CJjp0rBm.js";import{c as y,g as _}from"./_commonjsHelpers.lGe4XDVY.js";var g={exports:{}};const D=_(g.exports=function(){var t=1e3,e=6e4,r=36e5,n="millisecond",s="second",a="minute",i="hour",u="day",c="week",o="month",f="quarter",l="year",d="date",h="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,m=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],r=t%100;return"["+t+(e[(r-20)%10]||e[r]||e[0])+"]"}},M=function(t,e,r){var n=String(t);return!n||n.length>=e?t:""+Array(e+1-n.length).join(r)+t},y={s:M,z:function(t){var e=-t.utcOffset(),r=Math.abs(e),n=Math.floor(r/60),s=r%60;return(e<=0?"+":"-")+M(n,2,"0")+":"+M(s,2,"0")},m:function t(e,r){if(e.date()1)return t(i[0])}else{var u=e.name;g[u]=e,s=u}return!n&&s&&(_=s),s||!n&&_},w=function(t,e){if(p(t))return t.clone();var r="object"==typeof e?e:{};return r.date=t,r.args=arguments,new O(r)},b=y;b.l=S,b.i=p,b.w=function(t,e){return w(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var O=function(){function v(t){this.$L=S(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[D]=!0}var M=v.prototype;return M.parse=function(t){this.$d=function(t){var e=t.date,r=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var n=e.match($);if(n){var s=n[2]-1||0,a=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],s,n[3]||1,n[4]||0,n[5]||0,n[6]||0,a)):new Date(n[1],s,n[3]||1,n[4]||0,n[5]||0,n[6]||0,a)}}return new Date(e)}(t),this.init()},M.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},M.$utils=function(){return b},M.isValid=function(){return!(this.$d.toString()===h)},M.isSame=function(t,e){var r=w(t);return this.startOf(e)<=r&&r<=this.endOf(e)},M.isAfter=function(t,e){return w(t){S()}));const g=r(D().format("YYYY-MM")),p=t=>{g.value=t.detail.value,S()},S=()=>{let[t,e]=g.value.split("-");s({year:t,month:e}).then((t=>{_.value=t.result.records})).catch((t=>{console.log(t)}))};return(t,e)=>{const r=f,n=M;return a(),i(r,{class:c(["f-col","aic",{gray:1==o(y).isgray}])},{default:u((()=>[l(n,{fields:"month",mode:"date",onChange:p,value:g.value},{default:u((()=>[l(r,{class:"date"},{default:u((()=>[d(h(g.value)+" 点击选择月份",1)])),_:1})])),_:1},8,["value"]),l(r,{class:"info"},{default:u((()=>[l(r,{class:"info_title f-row aic"},{default:u((()=>[l(r,{class:""},{default:u((()=>[d(" 日期 ")])),_:1}),l(r,{class:""},{default:u((()=>[d(" 带班领导 ")])),_:1}),l(r,{class:""},{default:u((()=>[d(" 值班领导 ")])),_:1}),l(r,{class:""},{default:u((()=>[d(" 值班干部 ")])),_:1})])),_:1}),l(r,{class:"data_box"},{default:u((()=>[(a(!0),$(v,null,m(_.value,((t,e)=>(a(),i(r,{class:"data f-row aic"},{default:u((()=>[l(r,{class:""},{default:u((()=>[d(h(t.date),1)])),_:2},1024),l(r,{class:""},{default:u((()=>[d(h(t.dbld_dictText),1)])),_:2},1024),l(r,{class:""},{default:u((()=>[d(h(t.zbld_dictText),1)])),_:2},1024),l(r,{class:""},{default:u((()=>[d(h(t.zbgbrealname),1)])),_:2},1024)])),_:2},1024)))),256))])),_:1})])),_:1})])),_:1},8,["class"])}}},[["__scopeId","data-v-2f857e42"]]);export{p as default};
diff --git a/unpackage/dist/build/web/assets/position4-B7FNxRR3.png b/unpackage/dist/build/web/assets/position4-B7FNxRR3.png
new file mode 100644
index 0000000..1df86fd
Binary files /dev/null and b/unpackage/dist/build/web/assets/position4-B7FNxRR3.png differ
diff --git a/unpackage/dist/build/web/assets/safeCom-DXKLxCeo.css b/unpackage/dist/build/web/assets/safeCom-DXKLxCeo.css
new file mode 100644
index 0000000..8b79662
--- /dev/null
+++ b/unpackage/dist/build/web/assets/safeCom-DXKLxCeo.css
@@ -0,0 +1 @@
+.list[data-v-bc41e6b3]{flex-wrap:wrap}.list .item[data-v-bc41e6b3]{width:10.625rem;background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;margin-top:.625rem;font-size:.875rem;color:#333;line-height:1.25rem}.list .item .text[data-v-bc41e6b3]{padding:.5rem}.list .item uni-image[data-v-bc41e6b3]{width:10.625rem;height:6.25rem;border-radius:.5rem .5rem 0 0;background-color:#efefef;display:block}
diff --git a/unpackage/dist/build/web/assets/safeCom.B7Xuh5b-.js b/unpackage/dist/build/web/assets/safeCom.B7Xuh5b-.js
new file mode 100644
index 0000000..58b8c6d
--- /dev/null
+++ b/unpackage/dist/build/web/assets/safeCom.B7Xuh5b-.js
@@ -0,0 +1 @@
+import{_ as a,a as s,c as e,w as t,C as l,F as c,D as d,d as o,e as r,a2 as _,a4 as f,m as i,i as u}from"./index-CJjp0rBm.js";const m=a({__name:"safeCom",setup:a=>(a,m)=>{const n=i,p=u;return s(),e(p,{class:"list f-row aic jcb"},{default:t((()=>[(s(),l(c,null,d(20,((a,s)=>o(p,{class:"item",key:s,onClick:m[0]||(m[0]=a=>{var s;_(s="/pages/safe/detail",(()=>{f({url:s})}))})},{default:t((()=>[o(p,{class:""},{default:t((()=>[o(n,{src:"",mode:""})])),_:1}),o(p,{class:"text"},{default:t((()=>[r(" 五月天“突然好想你”线上演唱会精彩回放 ")])),_:1})])),_:2},1024))),64))])),_:1})}},[["__scopeId","data-v-bc41e6b3"]]);export{m as s};
diff --git a/unpackage/dist/build/web/assets/scan-CiRTndBC.png b/unpackage/dist/build/web/assets/scan-CiRTndBC.png
new file mode 100644
index 0000000..af318ad
Binary files /dev/null and b/unpackage/dist/build/web/assets/scan-CiRTndBC.png differ
diff --git a/unpackage/dist/build/web/assets/search.CZFzeEJF.js b/unpackage/dist/build/web/assets/search.CZFzeEJF.js
new file mode 100644
index 0000000..c737823
--- /dev/null
+++ b/unpackage/dist/build/web/assets/search.CZFzeEJF.js
@@ -0,0 +1 @@
+const A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAAAXNSR0IArs4c6QAACkZJREFUeF7lXH2MXFUVP+e9mV22SMIWg922oS0WahqENNqAC5TUlg8bgyha2tg23e7Ou2+2dVGiEm1qtoEqiEYp3Z1332zdWEXKAlL/MFSQD61UIgSlmNhiK1+RjdDaDdQtO8ze4zvL282bu29m3szOLLvDSeaP3bnvnnN+795zzj33nEGoMu3Zs+fM06dPXw4AlyDiIiJaBABNAHCW/4kDwCn/M4CIx4joCBEdVkodbG9vP1JlEXOmx2owS6VS8w3D+CoAXAcAlwIAK10uvQEATwDAQwDwWyHEe+VOFOW5igHS2dkZmzVr1hpETADAlQBQsbkDipwAgL1EdLdt2/+MomCpYyYsdF9fX93JkydbAOBWAFhQqgBljlcA0KeU2pFMJv9e5hyhj00IENd1VxJRFwBcWEmhSphLEZFTX1+/taWlZaCE5/IOLQuQ7u7uRtM0uwFgTUQhBhHxaaXUC4h4RCl11DTNASJ6J5vNZkzTPIuIPoKIbGw/wR9EbC4B6DcBYIsQ4oGI8lQOkHQ6fZlS6n4AOK8I8+OeV7lPKfXgzJkzn1m9enWmVGFTqdQcRLzOMIx1RHRVMbuEiE48Hv9GS0vLu6XyGh1f0gqRUiYB4O4iXuMoIm4joocq6RF6enrmDQ8PfxcAWgHALKDwX2Ox2OdbW1vZO5VMkQFxHGc7In6vAAdetrd5MYasJBA6Pyklb6kfAMANBWR5FRGvsSzrpVIRiQSIlPIe3qN5JuetcGcsFrurtbX1nVIFKHe867rNRPRTLzZZmmeO44ZhrEgkEodK4VEUkCIr4y0A+JIQ4k+lMK3UWHb5AwMD3UTE2yiM+pVSzclk8pWoPAsC4tsM9iZhdMg0zevb2tpejcqsWuNc172ZiH6cx7ZwANcshDgehX9eQHxv8scwA0pED8+YMWP9hg0b/heFyWSMkVJeAwDs/c4O4bffsqxViEjFZAkFxI8z/hbmWhkMIcSNUSYvxrzS3zuO82lE5JfYEDL3d4QQdxTjGQqIlPK+PEHXoYaGhuaptDJ0BV3XXeOdqFl+nbKIuNSyLH7ReWkcIH44/ljIE2+Zprl0KtiMYm9ZSnk7AGzVxxHRM0KI5kKrOwcQ/6D2YkjIzK51xQflTYoBEKI4uq776zyxSkII0ZNvzhxApJQCAJyQwbcJIQoFZaXKXPXxvb29Z2cymWMAMFNj9sbQ0ND5HR0dQ2FCjAHC+YympiaO7PQj/JuxWGzhZAZdlULLcZxbEJHdsU62EEIWBMRxnHWI+IuQQV8TQuyqlJCTOc/OnTvr6+vrOQU5T+P7cn9//8LOzk7Oq+TQ2AqRUv7BS9Ut074/6iViFlfzbFJtgAq86Gs9A/toKCB+DvRf+vHay12stSxrb7WFrub8RMQGll3txUE+RHSvbdvrQgGRUrKLYlcVJA51Z0/n1TGqjJRyMwDo236woaHhXD2mGtkyUsoDAHBFEA1EvMeyrI5qvr3JmnvXrl3nxOPxfv0YQkSfs217f47e/r3JyZDBV9m2zWFwTZDjOPsR8VpNmbuEEN/OAcQ/FP1OGzjY2NjYWE7ab6qiJ6Vkxe/U5HtOCJGTT0Ep5bcA4IfadnnMsiw+PdYMua67lIj+oin0bn9//5lB98sWuEdPsHgZ8B/Zts1A1Qz19vaekclkOF1hBJUyDOP8RCLx8uj/eIWMM6gAUDDen64oSSlZ8flB+XXDyoBw8PXx4CCl1PJkMvnUdFU8n9xSSj7Fr9QA2WTbdm9whfwHAM7VbMiSYnmD6QiW67oPENGXNdlvFkLsDAIyGJJhWiiE4JNiTZGU8mcAwPfQQdoqhPh+EJCsnpzNZrPnbd68+fWaQuP9AJRTG5ziCNJ2IURnEBAOynISs4ZhLE4kEv+oNUAcx/klInLdSpBuFUKMhR1sVHklzNWM6qXJZFL32dMeHynlbwDges1ebrYsa+yqhQHhlOFFmuW9wbZtfrimSEr5HAB8SgPkJsuy+sa2jOu6+4joC4WWUa2gIqV8269rG1OJiJbats1AjRCvEI7vcw44XoapVwixqVaAYD3S6fRcpdQ4RzE8PDyzvb2d7ej7gDiO04KI7I6C9JIQgqsFa4Ycx1mLiL/SFHpdCJFT54Ld3d2LTNM8rGuulJqbTCb/XSuISCk5qWxp+uwVQqzNsSn8h5SSFZ8d/IKI2mzb3l0LgHR2dhpNTU2veTtnjqbPuAT6aMaMs+05+UVEfMqyrOW1AIiXQGc9uNY1h5RSC/RSiVFAuBrnYW08maa5YDpcXRZ7aVLKPQCwXhv3vBAixwWPGFV/y3ClMeccz9EecoUX1xZjOJW/90uwuJZVr0v7phBi3CVW8F6Gs9KcnQ4Sn3M+KYQYZ3SnMghB2aSUDwLAjZq8A0NDQ/M6Ojo4LsmhMUAcx7kAEVnxnIwSAOwTQnxxugAQlNOvF3l2nNKIt1uWtS1MJ/2yO7QuBBEv93KsB6cbKF5h3qNEdLUmN6cR5+crscoBJJVKXWQYxgshq+TZxsbGK6ZTFt513Y1ENJYJC4DyEyHELfle7riCGcdxuhCxPWSZ7bYsq206rBI/w853Smdo8p6KxWKLChX1jgPEr6vgG/OctOKIS0L8umVZXMk8ZSmdTn9MKcWHtZyUhi/wRiHEzwsJn6/G7CvcfhHy4DAArAq7NZ8KCEkp40T0OCJyv04OEVGfbds3FZMzb1mm67opIrJDJuAuhquDR+ZiTCbre9d17yAi7tvR6bW6urpLorSQ5AXEv9hhz7IkhMFpRNw0lUolfHk5rtDb2binZnnUe+qClcy7d++enc1mGRS9AmcUox3sz6dCzWpXV9esWCzG0bZObxPRMtu22XsWpaK17q7rXuhtkae9+oqP5pltX11dXUuU5VhUmgkOkFI+n2dFnyCiFVFAKQoIy5hOpy9WSnEdBXc8hdF/iWhHJpPpylfdN0FdIz3uOM5iv5JZP5Px85FAiQQIz+aXXXFN1gUFpHuFiLYJIe79oLaR//L4qF8WKJEBYRCklLxtOHfC/biF6JDXPyczmcz9W7Zs4dbSSSXHcbhp+vFyQCkJENbKL2Jj18bdU7Eimma8XrknEfEJRHwyHo+/GKUfju0Wt3QQ0Wf8jvDTnvdgA/77qMiWC0rJgIwKlEqlliBiNyJeFlVIAOC6UO6vOeZFvSNdmUSUNQyjkYh4ifOHI0y9+phZvGea5uK2tjauVohE5YBSNiCB1cLdTNv1nGwkiUschIg5t2xRHi8VlAkBMiqQXzG8sdrd3Yi4yrKsR6IAERxTCigVAWSUeV9fnzkwMLBSKbUeETmpNKNU4QuM7xFC8O8KlEVRQakoIEFJudxzcHDwSi8u+CwAcNab74/143g+5bgV7LDXanpQKfVnr7vyQDktp/rkEUBZVjVAdGH4bmTOnDncjDzy+yFel8Lo74ewpzqJiCeUUicMwziRzWaPBq8Xy1oSeR4qBIoXzR6YNEAqqdRE5yoAyqkPJSAMaB5QHvnQAuKDspixQUROcRxQSiX+D3cfKxywMijzAAAAAElFTkSuQmCC";export{A as _};
diff --git a/unpackage/dist/build/web/assets/system-CuiNgsW2.css b/unpackage/dist/build/web/assets/system-CuiNgsW2.css
new file mode 100644
index 0000000..075235f
--- /dev/null
+++ b/unpackage/dist/build/web/assets/system-CuiNgsW2.css
@@ -0,0 +1 @@
+uni-page-body[data-v-01a18c65]{background-color:#f8f8f8}body[data-v-01a18c65]{background-color:#f8f8f8}.content[data-v-01a18c65]{padding-bottom:3.75rem}.list[data-v-01a18c65]{padding:1.25rem .9375rem}.list .item[data-v-01a18c65]:not(:first-child){margin-top:1.875rem}.list .item uni-image[data-v-01a18c65]{width:2.6875rem;height:2.6875rem;border-radius:50%}.list .item .left .content[data-v-01a18c65]{padding:.75rem .9375rem;background:#fff;border-radius:0 .5rem .5rem;margin-left:.75rem;font-size:.875rem;color:#333}
diff --git a/unpackage/dist/build/web/assets/system-D8Qrr5fC.png b/unpackage/dist/build/web/assets/system-D8Qrr5fC.png
new file mode 100644
index 0000000..82a38b5
Binary files /dev/null and b/unpackage/dist/build/web/assets/system-D8Qrr5fC.png differ
diff --git a/unpackage/dist/build/web/assets/system.CW-um8Go.js b/unpackage/dist/build/web/assets/system.CW-um8Go.js
new file mode 100644
index 0000000..5ef7cf3
--- /dev/null
+++ b/unpackage/dist/build/web/assets/system.CW-um8Go.js
@@ -0,0 +1 @@
+const s="/assets/system-D8Qrr5fC.png";export{s as _};
diff --git a/unpackage/dist/build/web/assets/tasklistCom-Bs01sPUp.css b/unpackage/dist/build/web/assets/tasklistCom-Bs01sPUp.css
new file mode 100644
index 0000000..56f091e
--- /dev/null
+++ b/unpackage/dist/build/web/assets/tasklistCom-Bs01sPUp.css
@@ -0,0 +1 @@
+.list_box[data-v-3868ba91]{padding:0 .9375rem;margin-top:.75rem}.list_box .list[data-v-3868ba91]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.9375rem;margin-bottom:.9375rem}.list_box .list .title[data-v-3868ba91]{border-bottom:1px solid #efefef;padding-bottom:.75rem;margin-bottom:.25rem}.list_box .list .title uni-view[data-v-3868ba91]{font-size:.875rem;color:#333}.list_box .list .title uni-text[data-v-3868ba91]{font-size:.875rem;color:#999}.list_box .list .info[data-v-3868ba91]{font-size:.875rem;color:#666}.list_box .list .info uni-view[data-v-3868ba91]{padding-top:.5rem}.list_box .list .btn[data-v-3868ba91]{margin-top:.9375rem}.list_box .list .btn uni-view[data-v-3868ba91]{width:9.375rem;height:2rem;border-radius:.25rem;font-size:.875rem;text-align:center;line-height:2rem}.list_box .list .btn .entrust[data-v-3868ba91]{background:#fff;border:.0625rem solid #01508B;box-sizing:border-box;color:#01508b}.list_box .list .btn .handle[data-v-3868ba91]{background:#01508b;color:#fff}
diff --git a/unpackage/dist/build/web/assets/tasklistCom.D51xlks4.js b/unpackage/dist/build/web/assets/tasklistCom.D51xlks4.js
new file mode 100644
index 0000000..f4125d1
--- /dev/null
+++ b/unpackage/dist/build/web/assets/tasklistCom.D51xlks4.js
@@ -0,0 +1 @@
+import{_ as s,a as e,c as a,w as t,C as l,F as n,D as r,d as c,e as i,y as d,x as u,K as o,aU as f,aV as p,aW as k,aX as _,i as m,p as I,v as y}from"./index-CJjp0rBm.js";const x=s({__name:"tasklistCom",props:{taskArr:{type:Array,default:()=>[]},currentIndex:{type:Number,default:0}},emits:["jump"],setup(s,{emit:x}){const{proxy:C}=y(),b=x,g=s=>{b("jump",s)};return(y,x)=>{const b=m,h=I;return e(),a(b,{class:"list_box"},{default:t((()=>[(e(!0),l(n,null,r(s.taskArr,((l,n)=>(e(),a(b,{class:"list",key:n,onClick:e=>g(`/pages/task/handle?info=${JSON.stringify(l)}&type=${s.currentIndex}`)},{default:t((()=>[c(b,{class:"title f-row aic jcb"},{default:t((()=>[c(b,null,{default:t((()=>[c(b,null,{default:t((()=>[i(d(l.bpmBizTitle),1)])),_:2},1024)])),_:2},1024),c(h,null,{default:t((()=>[i(d(l.durationStr),1)])),_:2},1024)])),_:2},1024),c(b,{class:"info"},{default:t((()=>[c(b,null,{default:t((()=>[i(" 申请理由:"+d(l.bpmBizTitle),1)])),_:2},1024),2!=s.currentIndex?(e(),a(b,{key:0},{default:t((()=>[i(" 当前环节:"+d(l.taskName),1)])),_:2},1024)):u("",!0),c(b,null,{default:t((()=>[i(" 流程名称:"+d(l.processDefinitionName),1)])),_:2},1024),c(b,null,{default:t((()=>[i(" 发起人:"+d(l.processApplyUserName),1)])),_:2},1024),c(b,null,{default:t((()=>[i(" 开始时间:"+d(l.taskBeginTime),1)])),_:2},1024),l.taskEndTime?(e(),a(b,{key:1},{default:t((()=>[i(" 结束时间:"+d(l.taskEndTime),1)])),_:2},1024)):u("",!0)])),_:2},1024),0==s.currentIndex&&l.taskAssigneeName?(e(),a(b,{key:0,class:"btn f-row aic jcb"},{default:t((()=>[c(b,{class:"entrust",onClick:o((s=>g(`/pages/userlist/index?isradio=1&id=${l.id}`)),["stop"])},{default:t((()=>[i(" 委托 ")])),_:2},1032,["onClick"]),c(b,{class:"handle",onClick:e=>g(`/pages/task/handle?info=${JSON.stringify(l)}&type=${s.currentIndex}`)},{default:t((()=>[i(" 办理 ")])),_:2},1032,["onClick"])])),_:2},1024)):u("",!0),0!=s.currentIndex||l.taskAssigneeName?u("",!0):(e(),a(b,{key:1,class:"btn f-row aic jcb"},{default:t((()=>[c(b),c(b,{class:"handle",onClick:o((s=>{return e=l.id,void f({taskId:e}).then((s=>{s.success&&(p({url:"./index?id=0"}),C.$toast(s.message))}));var e}),["stop"])},{default:t((()=>[i(" 签收 ")])),_:2},1032,["onClick"])])),_:2},1024)),2!=s.currentIndex||l.endTime?u("",!0):(e(),a(b,{key:2,class:"btn f-row aic jcb"},{default:t((()=>[c(b,{class:"entrust",onClick:o((s=>{return e=l.processInstanceId,void _({processInstanceId:e}).then((s=>{s.success&&(p({url:"./self"}),C.$toast(s.message))}));var e}),["stop"])},{default:t((()=>[i(" 作废流程 ")])),_:2},1032,["onClick"]),c(b,{class:"handle",onClick:o((s=>{return e=l.processInstanceId,void k({processInstanceId:e}).then((s=>{s.success&&(p({url:"./self"}),C.$toast(s.message))}));var e}),["stop"])},{default:t((()=>[i(" 取回流程 ")])),_:2},1032,["onClick"])])),_:2},1024))])),_:2},1032,["onClick"])))),128))])),_:1})}}},[["__scopeId","data-v-3868ba91"]]);export{x as t};
diff --git a/unpackage/dist/build/web/assets/todotask-D87YuC5h.css b/unpackage/dist/build/web/assets/todotask-D87YuC5h.css
new file mode 100644
index 0000000..af0deeb
--- /dev/null
+++ b/unpackage/dist/build/web/assets/todotask-D87YuC5h.css
@@ -0,0 +1 @@
+uni-page-body[data-v-d5e6674e]{background-color:#f8f8f8}body[data-v-d5e6674e]{background-color:#f8f8f8}.content[data-v-d5e6674e]{padding-top:.9375rem}.todo .title_box[data-v-d5e6674e]{width:19.6875rem;height:3.375rem;background:#fff;box-shadow:0 .0625rem .1875rem rgba(0,0,0,.16);border-radius:.5rem;padding:0 .9375rem}.todo .title_box .title[data-v-d5e6674e]{font-weight:500;font-size:1rem;color:#333}.todo .title_box .title uni-image[data-v-d5e6674e]{width:1.5rem;height:1.5rem}.todo .title_box .num[data-v-d5e6674e]{width:1.6875rem;height:1.6875rem;background:url(../../static/my/num.png) no-repeat;background-size:1.6875rem 1.6875rem;font-size:.75rem;color:#fff;text-align:center;line-height:1.6875rem}.todo .list[data-v-d5e6674e]{width:17.8125rem;padding:.625rem .9375rem .9375rem;background:#fff;box-shadow:0 .0625rem .1875rem rgba(0,0,0,.16);border-radius:0 0 .5rem .5rem}.todo .list .box[data-v-d5e6674e]{max-height:3.75rem;transition:all .3s;overflow:hidden}.todo .list .box .item_box[data-v-d5e6674e]{display:flex;flex-wrap:wrap}.todo .list .box .item[data-v-d5e6674e]{font-size:.875rem;height:1.875rem;width:50%}.todo .list .box .item uni-view[data-v-d5e6674e]{color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}.todo .list .box .item uni-text[data-v-d5e6674e]{color:#ed361d;margin:0 .3125rem}.todo .list .close[data-v-d5e6674e]{max-height:var(--11d92706)}.todo .list .more[data-v-d5e6674e]{font-size:.875rem;color:#008dff;text-decoration:underline;margin-top:.625rem}.drag[data-v-75e7ca90]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;margin:.75rem .9375rem 0}.drag .title[data-v-75e7ca90]{font-size:.875rem;color:#333;padding:.9375rem 0 0 .9375rem}.inner uni-image[data-v-75e7ca90]{width:3.0625rem;height:3.0625rem;background-color:#efefef}.inner .text[data-v-75e7ca90]{font-size:.875rem;color:#333;margin-top:.625rem}.placeholder[data-v-75e7ca90]{height:var(--2da5e6dd)}.nav[data-v-75e7ca90]{width:calc(100% - 1.875rem);padding:0 .9375rem;height:var(--2da5e6dd);font-size:.75rem;color:#fff;position:fixed;top:0;left:0;z-index:99;background-image:url(/assets/navbg-M_a7Bl4W.png);background-repeat:no-repeat;background-size:23.4375rem 14.3125rem}.content[data-v-75e7ca90]{padding:0 .9375rem .625rem}.list[data-v-75e7ca90]{margin-bottom:.75rem}.list .item[data-v-75e7ca90]{background:#fff;box-shadow:0 .0625rem .125rem rgba(0,0,0,.5);border-radius:.5rem;padding:.9375rem 0;margin-top:.75rem}.list .item .title[data-v-75e7ca90]{font-size:.875rem;color:#333;padding-left:.9375rem}.list uni-image[data-v-75e7ca90]{width:3.0625rem;height:3.0625rem}.list .info_box[data-v-75e7ca90]{flex-wrap:wrap}.list .info_box .info[data-v-75e7ca90]{margin-top:1.25rem;width:25%}.list .info_box .info .text[data-v-75e7ca90]{font-size:.875rem;color:#333;margin-top:.625rem}
diff --git a/unpackage/dist/build/web/assets/uni-icons-pnNqpnb9.css b/unpackage/dist/build/web/assets/uni-icons-pnNqpnb9.css
new file mode 100644
index 0000000..c17b5e6
--- /dev/null
+++ b/unpackage/dist/build/web/assets/uni-icons-pnNqpnb9.css
@@ -0,0 +1 @@
+.uniui-cart-filled[data-v-5610c8db]:before{content:""}.uniui-gift-filled[data-v-5610c8db]:before{content:""}.uniui-color[data-v-5610c8db]:before{content:""}.uniui-wallet[data-v-5610c8db]:before{content:""}.uniui-settings-filled[data-v-5610c8db]:before{content:""}.uniui-auth-filled[data-v-5610c8db]:before{content:""}.uniui-shop-filled[data-v-5610c8db]:before{content:""}.uniui-staff-filled[data-v-5610c8db]:before{content:""}.uniui-vip-filled[data-v-5610c8db]:before{content:""}.uniui-plus-filled[data-v-5610c8db]:before{content:""}.uniui-folder-add-filled[data-v-5610c8db]:before{content:""}.uniui-color-filled[data-v-5610c8db]:before{content:""}.uniui-tune-filled[data-v-5610c8db]:before{content:""}.uniui-calendar-filled[data-v-5610c8db]:before{content:""}.uniui-notification-filled[data-v-5610c8db]:before{content:""}.uniui-wallet-filled[data-v-5610c8db]:before{content:""}.uniui-medal-filled[data-v-5610c8db]:before{content:""}.uniui-fire-filled[data-v-5610c8db]:before{content:""}.uniui-refreshempty[data-v-5610c8db]:before{content:""}.uniui-location-filled[data-v-5610c8db]:before{content:""}.uniui-person-filled[data-v-5610c8db]:before{content:""}.uniui-personadd-filled[data-v-5610c8db]:before{content:""}.uniui-arrowthinleft[data-v-5610c8db]:before{content:""}.uniui-arrowthinup[data-v-5610c8db]:before{content:""}.uniui-arrowthindown[data-v-5610c8db]:before{content:""}.uniui-back[data-v-5610c8db]:before{content:""}.uniui-forward[data-v-5610c8db]:before{content:""}.uniui-arrow-right[data-v-5610c8db]:before{content:""}.uniui-arrow-left[data-v-5610c8db]:before{content:""}.uniui-arrow-up[data-v-5610c8db]:before{content:""}.uniui-arrow-down[data-v-5610c8db]:before{content:""}.uniui-arrowthinright[data-v-5610c8db]:before{content:""}.uniui-down[data-v-5610c8db]:before{content:""}.uniui-bottom[data-v-5610c8db]:before{content:""}.uniui-arrowright[data-v-5610c8db]:before{content:""}.uniui-right[data-v-5610c8db]:before{content:""}.uniui-up[data-v-5610c8db]:before{content:""}.uniui-top[data-v-5610c8db]:before{content:""}.uniui-left[data-v-5610c8db]:before{content:""}.uniui-arrowup[data-v-5610c8db]:before{content:""}.uniui-eye[data-v-5610c8db]:before{content:""}.uniui-eye-filled[data-v-5610c8db]:before{content:""}.uniui-eye-slash[data-v-5610c8db]:before{content:""}.uniui-eye-slash-filled[data-v-5610c8db]:before{content:""}.uniui-info-filled[data-v-5610c8db]:before{content:""}.uniui-reload[data-v-5610c8db]:before{content:""}.uniui-micoff-filled[data-v-5610c8db]:before{content:""}.uniui-map-pin-ellipse[data-v-5610c8db]:before{content:""}.uniui-map-pin[data-v-5610c8db]:before{content:""}.uniui-location[data-v-5610c8db]:before{content:""}.uniui-starhalf[data-v-5610c8db]:before{content:""}.uniui-star[data-v-5610c8db]:before{content:""}.uniui-star-filled[data-v-5610c8db]:before{content:""}.uniui-calendar[data-v-5610c8db]:before{content:""}.uniui-fire[data-v-5610c8db]:before{content:""}.uniui-medal[data-v-5610c8db]:before{content:""}.uniui-font[data-v-5610c8db]:before{content:""}.uniui-gift[data-v-5610c8db]:before{content:""}.uniui-link[data-v-5610c8db]:before{content:""}.uniui-notification[data-v-5610c8db]:before{content:""}.uniui-staff[data-v-5610c8db]:before{content:""}.uniui-vip[data-v-5610c8db]:before{content:""}.uniui-folder-add[data-v-5610c8db]:before{content:""}.uniui-tune[data-v-5610c8db]:before{content:""}.uniui-auth[data-v-5610c8db]:before{content:""}.uniui-person[data-v-5610c8db]:before{content:""}.uniui-email-filled[data-v-5610c8db]:before{content:""}.uniui-phone-filled[data-v-5610c8db]:before{content:""}.uniui-phone[data-v-5610c8db]:before{content:""}.uniui-email[data-v-5610c8db]:before{content:""}.uniui-personadd[data-v-5610c8db]:before{content:""}.uniui-chatboxes-filled[data-v-5610c8db]:before{content:""}.uniui-contact[data-v-5610c8db]:before{content:""}.uniui-chatbubble-filled[data-v-5610c8db]:before{content:""}.uniui-contact-filled[data-v-5610c8db]:before{content:""}.uniui-chatboxes[data-v-5610c8db]:before{content:""}.uniui-chatbubble[data-v-5610c8db]:before{content:""}.uniui-upload-filled[data-v-5610c8db]:before{content:""}.uniui-upload[data-v-5610c8db]:before{content:""}.uniui-weixin[data-v-5610c8db]:before{content:""}.uniui-compose[data-v-5610c8db]:before{content:""}.uniui-qq[data-v-5610c8db]:before{content:""}.uniui-download-filled[data-v-5610c8db]:before{content:""}.uniui-pyq[data-v-5610c8db]:before{content:""}.uniui-sound[data-v-5610c8db]:before{content:""}.uniui-trash-filled[data-v-5610c8db]:before{content:""}.uniui-sound-filled[data-v-5610c8db]:before{content:""}.uniui-trash[data-v-5610c8db]:before{content:""}.uniui-videocam-filled[data-v-5610c8db]:before{content:""}.uniui-spinner-cycle[data-v-5610c8db]:before{content:""}.uniui-weibo[data-v-5610c8db]:before{content:""}.uniui-videocam[data-v-5610c8db]:before{content:""}.uniui-download[data-v-5610c8db]:before{content:""}.uniui-help[data-v-5610c8db]:before{content:""}.uniui-navigate-filled[data-v-5610c8db]:before{content:""}.uniui-plusempty[data-v-5610c8db]:before{content:""}.uniui-smallcircle[data-v-5610c8db]:before{content:""}.uniui-minus-filled[data-v-5610c8db]:before{content:""}.uniui-micoff[data-v-5610c8db]:before{content:""}.uniui-closeempty[data-v-5610c8db]:before{content:""}.uniui-clear[data-v-5610c8db]:before{content:""}.uniui-navigate[data-v-5610c8db]:before{content:""}.uniui-minus[data-v-5610c8db]:before{content:""}.uniui-image[data-v-5610c8db]:before{content:""}.uniui-mic[data-v-5610c8db]:before{content:""}.uniui-paperplane[data-v-5610c8db]:before{content:""}.uniui-close[data-v-5610c8db]:before{content:""}.uniui-help-filled[data-v-5610c8db]:before{content:""}.uniui-paperplane-filled[data-v-5610c8db]:before{content:""}.uniui-plus[data-v-5610c8db]:before{content:""}.uniui-mic-filled[data-v-5610c8db]:before{content:""}.uniui-image-filled[data-v-5610c8db]:before{content:""}.uniui-locked-filled[data-v-5610c8db]:before{content:""}.uniui-info[data-v-5610c8db]:before{content:""}.uniui-locked[data-v-5610c8db]:before{content:""}.uniui-camera-filled[data-v-5610c8db]:before{content:""}.uniui-chat-filled[data-v-5610c8db]:before{content:""}.uniui-camera[data-v-5610c8db]:before{content:""}.uniui-circle[data-v-5610c8db]:before{content:""}.uniui-checkmarkempty[data-v-5610c8db]:before{content:""}.uniui-chat[data-v-5610c8db]:before{content:""}.uniui-circle-filled[data-v-5610c8db]:before{content:""}.uniui-flag[data-v-5610c8db]:before{content:""}.uniui-flag-filled[data-v-5610c8db]:before{content:""}.uniui-gear-filled[data-v-5610c8db]:before{content:""}.uniui-home[data-v-5610c8db]:before{content:""}.uniui-home-filled[data-v-5610c8db]:before{content:""}.uniui-gear[data-v-5610c8db]:before{content:""}.uniui-smallcircle-filled[data-v-5610c8db]:before{content:""}.uniui-map-filled[data-v-5610c8db]:before{content:""}.uniui-map[data-v-5610c8db]:before{content:""}.uniui-refresh-filled[data-v-5610c8db]:before{content:""}.uniui-refresh[data-v-5610c8db]:before{content:""}.uniui-cloud-upload[data-v-5610c8db]:before{content:""}.uniui-cloud-download-filled[data-v-5610c8db]:before{content:""}.uniui-cloud-download[data-v-5610c8db]:before{content:""}.uniui-cloud-upload-filled[data-v-5610c8db]:before{content:""}.uniui-redo[data-v-5610c8db]:before{content:""}.uniui-images-filled[data-v-5610c8db]:before{content:""}.uniui-undo-filled[data-v-5610c8db]:before{content:""}.uniui-more[data-v-5610c8db]:before{content:""}.uniui-more-filled[data-v-5610c8db]:before{content:""}.uniui-undo[data-v-5610c8db]:before{content:""}.uniui-images[data-v-5610c8db]:before{content:""}.uniui-paperclip[data-v-5610c8db]:before{content:""}.uniui-settings[data-v-5610c8db]:before{content:""}.uniui-search[data-v-5610c8db]:before{content:""}.uniui-redo-filled[data-v-5610c8db]:before{content:""}.uniui-list[data-v-5610c8db]:before{content:""}.uniui-mail-open-filled[data-v-5610c8db]:before{content:""}.uniui-hand-down-filled[data-v-5610c8db]:before{content:""}.uniui-hand-down[data-v-5610c8db]:before{content:""}.uniui-hand-up-filled[data-v-5610c8db]:before{content:""}.uniui-hand-up[data-v-5610c8db]:before{content:""}.uniui-heart-filled[data-v-5610c8db]:before{content:""}.uniui-mail-open[data-v-5610c8db]:before{content:""}.uniui-heart[data-v-5610c8db]:before{content:""}.uniui-loop[data-v-5610c8db]:before{content:""}.uniui-pulldown[data-v-5610c8db]:before{content:""}.uniui-scan[data-v-5610c8db]:before{content:""}.uniui-bars[data-v-5610c8db]:before{content:""}.uniui-checkbox[data-v-5610c8db]:before{content:""}.uniui-checkbox-filled[data-v-5610c8db]:before{content:""}.uniui-shop[data-v-5610c8db]:before{content:""}.uniui-headphones[data-v-5610c8db]:before{content:""}.uniui-cart[data-v-5610c8db]:before{content:""}@font-face{font-family:uniicons;src:url(/assets/uniicons-DN59BOw4.ttf)}.uni-icons[data-v-5610c8db]{font-family:uniicons;text-decoration:none;text-align:center}
diff --git a/unpackage/dist/build/web/assets/uni-icons.C1BHJOhS.js b/unpackage/dist/build/web/assets/uni-icons.C1BHJOhS.js
new file mode 100644
index 0000000..3c85b23
--- /dev/null
+++ b/unpackage/dist/build/web/assets/uni-icons.C1BHJOhS.js
@@ -0,0 +1 @@
+import{_ as o,a as n,c as s,w as c,A as l,B as e,n as i,p as d}from"./index-CJjp0rBm.js";const a=[{font_class:"arrow-down",unicode:""},{font_class:"arrow-left",unicode:""},{font_class:"arrow-right",unicode:""},{font_class:"arrow-up",unicode:""},{font_class:"auth",unicode:""},{font_class:"auth-filled",unicode:""},{font_class:"back",unicode:""},{font_class:"bars",unicode:""},{font_class:"calendar",unicode:""},{font_class:"calendar-filled",unicode:""},{font_class:"camera",unicode:""},{font_class:"camera-filled",unicode:""},{font_class:"cart",unicode:""},{font_class:"cart-filled",unicode:""},{font_class:"chat",unicode:""},{font_class:"chat-filled",unicode:""},{font_class:"chatboxes",unicode:""},{font_class:"chatboxes-filled",unicode:""},{font_class:"chatbubble",unicode:""},{font_class:"chatbubble-filled",unicode:""},{font_class:"checkbox",unicode:""},{font_class:"checkbox-filled",unicode:""},{font_class:"checkmarkempty",unicode:""},{font_class:"circle",unicode:""},{font_class:"circle-filled",unicode:""},{font_class:"clear",unicode:""},{font_class:"close",unicode:""},{font_class:"closeempty",unicode:""},{font_class:"cloud-download",unicode:""},{font_class:"cloud-download-filled",unicode:""},{font_class:"cloud-upload",unicode:""},{font_class:"cloud-upload-filled",unicode:""},{font_class:"color",unicode:""},{font_class:"color-filled",unicode:""},{font_class:"compose",unicode:""},{font_class:"contact",unicode:""},{font_class:"contact-filled",unicode:""},{font_class:"down",unicode:""},{font_class:"bottom",unicode:""},{font_class:"download",unicode:""},{font_class:"download-filled",unicode:""},{font_class:"email",unicode:""},{font_class:"email-filled",unicode:""},{font_class:"eye",unicode:""},{font_class:"eye-filled",unicode:""},{font_class:"eye-slash",unicode:""},{font_class:"eye-slash-filled",unicode:""},{font_class:"fire",unicode:""},{font_class:"fire-filled",unicode:""},{font_class:"flag",unicode:""},{font_class:"flag-filled",unicode:""},{font_class:"folder-add",unicode:""},{font_class:"folder-add-filled",unicode:""},{font_class:"font",unicode:""},{font_class:"forward",unicode:""},{font_class:"gear",unicode:""},{font_class:"gear-filled",unicode:""},{font_class:"gift",unicode:""},{font_class:"gift-filled",unicode:""},{font_class:"hand-down",unicode:""},{font_class:"hand-down-filled",unicode:""},{font_class:"hand-up",unicode:""},{font_class:"hand-up-filled",unicode:""},{font_class:"headphones",unicode:""},{font_class:"heart",unicode:""},{font_class:"heart-filled",unicode:""},{font_class:"help",unicode:""},{font_class:"help-filled",unicode:""},{font_class:"home",unicode:""},{font_class:"home-filled",unicode:""},{font_class:"image",unicode:""},{font_class:"image-filled",unicode:""},{font_class:"images",unicode:""},{font_class:"images-filled",unicode:""},{font_class:"info",unicode:""},{font_class:"info-filled",unicode:""},{font_class:"left",unicode:""},{font_class:"link",unicode:""},{font_class:"list",unicode:""},{font_class:"location",unicode:""},{font_class:"location-filled",unicode:""},{font_class:"locked",unicode:""},{font_class:"locked-filled",unicode:""},{font_class:"loop",unicode:""},{font_class:"mail-open",unicode:""},{font_class:"mail-open-filled",unicode:""},{font_class:"map",unicode:""},{font_class:"map-filled",unicode:""},{font_class:"map-pin",unicode:""},{font_class:"map-pin-ellipse",unicode:""},{font_class:"medal",unicode:""},{font_class:"medal-filled",unicode:""},{font_class:"mic",unicode:""},{font_class:"mic-filled",unicode:""},{font_class:"micoff",unicode:""},{font_class:"micoff-filled",unicode:""},{font_class:"minus",unicode:""},{font_class:"minus-filled",unicode:""},{font_class:"more",unicode:""},{font_class:"more-filled",unicode:""},{font_class:"navigate",unicode:""},{font_class:"navigate-filled",unicode:""},{font_class:"notification",unicode:""},{font_class:"notification-filled",unicode:""},{font_class:"paperclip",unicode:""},{font_class:"paperplane",unicode:""},{font_class:"paperplane-filled",unicode:""},{font_class:"person",unicode:""},{font_class:"person-filled",unicode:""},{font_class:"personadd",unicode:""},{font_class:"personadd-filled",unicode:""},{font_class:"personadd-filled-copy",unicode:""},{font_class:"phone",unicode:""},{font_class:"phone-filled",unicode:""},{font_class:"plus",unicode:""},{font_class:"plus-filled",unicode:""},{font_class:"plusempty",unicode:""},{font_class:"pulldown",unicode:""},{font_class:"pyq",unicode:""},{font_class:"qq",unicode:""},{font_class:"redo",unicode:""},{font_class:"redo-filled",unicode:""},{font_class:"refresh",unicode:""},{font_class:"refresh-filled",unicode:""},{font_class:"refreshempty",unicode:""},{font_class:"reload",unicode:""},{font_class:"right",unicode:""},{font_class:"scan",unicode:""},{font_class:"search",unicode:""},{font_class:"settings",unicode:""},{font_class:"settings-filled",unicode:""},{font_class:"shop",unicode:""},{font_class:"shop-filled",unicode:""},{font_class:"smallcircle",unicode:""},{font_class:"smallcircle-filled",unicode:""},{font_class:"sound",unicode:""},{font_class:"sound-filled",unicode:""},{font_class:"spinner-cycle",unicode:""},{font_class:"staff",unicode:""},{font_class:"staff-filled",unicode:""},{font_class:"star",unicode:""},{font_class:"star-filled",unicode:""},{font_class:"starhalf",unicode:""},{font_class:"trash",unicode:""},{font_class:"trash-filled",unicode:""},{font_class:"tune",unicode:""},{font_class:"tune-filled",unicode:""},{font_class:"undo",unicode:""},{font_class:"undo-filled",unicode:""},{font_class:"up",unicode:""},{font_class:"top",unicode:""},{font_class:"upload",unicode:""},{font_class:"upload-filled",unicode:""},{font_class:"videocam",unicode:""},{font_class:"videocam-filled",unicode:""},{font_class:"vip",unicode:""},{font_class:"vip-filled",unicode:""},{font_class:"wallet",unicode:""},{font_class:"wallet-filled",unicode:""},{font_class:"weibo",unicode:""},{font_class:"weixin",unicode:""}];const t=o({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:()=>({icons:a}),computed:{unicode(){let o=this.icons.find((o=>o.font_class===this.type));return o?o.unicode:""},iconSize(){return"number"==typeof(o=this.size)||/^[0-9]*$/g.test(o)?o+"px":o;var o},styleObj(){return""!==this.fontFamily?`color: ${this.color}; font-size: ${this.iconSize}; font-family: ${this.fontFamily};`:`color: ${this.color}; font-size: ${this.iconSize};`}},methods:{_onClick(){this.$emit("click")}}},[["render",function(o,a,t,f,u,_){const r=d;return n(),s(r,{style:e(_.styleObj),class:i(["uni-icons",["uniui-"+t.type,t.customPrefix,t.customPrefix?t.type:""]]),onClick:_._onClick},{default:c((()=>[l(o.$slots,"default",{},void 0,!0)])),_:3},8,["style","class","onClick"])}],["__scopeId","data-v-5610c8db"]]);export{t as _};
diff --git a/unpackage/dist/build/web/assets/uni-popup-D2ifNXOl.css b/unpackage/dist/build/web/assets/uni-popup-D2ifNXOl.css
new file mode 100644
index 0000000..8d5a8eb
--- /dev/null
+++ b/unpackage/dist/build/web/assets/uni-popup-D2ifNXOl.css
@@ -0,0 +1 @@
+.uni-popup[data-v-90b62717]{position:fixed;z-index:99}.uni-popup.top[data-v-90b62717],.uni-popup.left[data-v-90b62717],.uni-popup.right[data-v-90b62717]{top:var(--window-top)}.uni-popup .uni-popup__wrapper[data-v-90b62717]{display:block;position:relative}.uni-popup .uni-popup__wrapper.left[data-v-90b62717],.uni-popup .uni-popup__wrapper.right[data-v-90b62717]{padding-top:var(--window-top);flex:1}.fixforpc-z-index[data-v-90b62717]{z-index:999}.fixforpc-top[data-v-90b62717]{top:0}
diff --git a/unpackage/dist/build/web/assets/uni-popup.DERhYTfl.js b/unpackage/dist/build/web/assets/uni-popup.DERhYTfl.js
new file mode 100644
index 0000000..b74c947
--- /dev/null
+++ b/unpackage/dist/build/web/assets/uni-popup.DERhYTfl.js
@@ -0,0 +1 @@
+import{aG as t,_ as s,O as i,Q as e,a as o,c as a,w as n,A as r,n as l,B as h,i as c,H as d,J as p,G as u,d as m,x as f,M as g}from"./index-CJjp0rBm.js";class y{constructor(s,i){this.options=s,this.animation=t({...s}),this.currentStepAnimates={},this.next=0,this.$=i}_nvuePushAnimates(t,s){let i=this.currentStepAnimates[this.next],e={};if(e=i||{styles:{},config:{}},k.includes(t)){e.styles.transform||(e.styles.transform="");let i="";"rotate"===t&&(i="deg"),e.styles.transform+=`${t}(${s+i}) `}else e.styles[t]=`${s}`;this.currentStepAnimates[this.next]=e}_animateRun(t={},s={}){let i=this.$.$refs.ani.ref;if(i)return new Promise(((e,o)=>{nvueAnimation.transition(i,{styles:t,...s},(t=>{e()}))}))}_nvueNextAnimate(t,s=0,i){let e=t[s];if(e){let{styles:o,config:a}=e;this._animateRun(o,a).then((()=>{s+=1,this._nvueNextAnimate(t,s,i)}))}else this.currentStepAnimates={},"function"==typeof i&&i(),this.isEnd=!0}step(t={}){return this.animation.step(t),this}run(t){this.$.animationData=this.animation.export(),this.$.timer=setTimeout((()=>{"function"==typeof t&&t()}),this.$.durationTime)}}const k=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];function b(t,s){if(s)return clearTimeout(s.timer),new y(t,s)}k.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach((t=>{y.prototype[t]=function(...s){return this.animation[t](...s),this}}));const w=s({name:"uniTransition",emits:["click","change"],props:{show:{type:Boolean,default:!1},modeClass:{type:[Array,String],default:()=>"fade"},duration:{type:Number,default:300},styles:{type:Object,default:()=>({})},customClass:{type:String,default:""},onceRender:{type:Boolean,default:!1}},data:()=>({isShow:!1,transform:"",opacity:1,animationData:{},durationTime:300,config:{}}),watch:{show:{handler(t){t?this.open():this.isShow&&this.close()},immediate:!0}},computed:{stylesObject(){let t={...this.styles,"transition-duration":this.duration/1e3+"s"},s="";for(let i in t){s+=this.toLine(i)+":"+t[i]+";"}return s},transformStyles(){return"transform:"+this.transform+";opacity:"+this.opacity+";"+this.stylesObject}},created(){this.config={duration:this.duration,timingFunction:"ease",transformOrigin:"50% 50%",delay:0},this.durationTime=this.duration},methods:{init(t={}){t.duration&&(this.durationTime=t.duration),this.animation=b(Object.assign(this.config,t),this)},onClick(){this.$emit("click",{detail:this.isShow})},step(t,s={}){if(this.animation){for(let s in t)try{"object"==typeof t[s]?this.animation[s](...t[s]):this.animation[s](t[s])}catch(i){console.error(`方法 ${s} 不存在`)}return this.animation.step(s),this}},run(t){this.animation&&this.animation.run(t)},open(){clearTimeout(this.timer),this.transform="",this.isShow=!0;let{opacity:t,transform:s}=this.styleInit(!1);void 0!==t&&(this.opacity=t),this.transform=s,this.$nextTick((()=>{this.timer=setTimeout((()=>{this.animation=b(this.config,this),this.tranfromInit(!1).step(),this.animation.run(),this.$emit("change",{detail:this.isShow})}),20)}))},close(t){this.animation&&this.tranfromInit(!0).step().run((()=>{this.isShow=!1,this.animationData=null,this.animation=null;let{opacity:t,transform:s}=this.styleInit(!1);this.opacity=t||1,this.transform=s,this.$emit("change",{detail:this.isShow})}))},styleInit(t){let s={transform:""},i=(t,i)=>{"fade"===i?s.opacity=this.animationType(t)[i]:s.transform+=this.animationType(t)[i]+" "};return"string"==typeof this.modeClass?i(t,this.modeClass):this.modeClass.forEach((s=>{i(t,s)})),s},tranfromInit(t){let s=(t,s)=>{let i=null;"fade"===s?i=t?0:1:(i=t?"-100%":"0","zoom-in"===s&&(i=t?.8:1),"zoom-out"===s&&(i=t?1.2:1),"slide-right"===s&&(i=t?"100%":"0"),"slide-bottom"===s&&(i=t?"100%":"0")),this.animation[this.animationMode()[s]](i)};return"string"==typeof this.modeClass?s(t,this.modeClass):this.modeClass.forEach((i=>{s(t,i)})),this.animation},animationType:t=>({fade:t?0:1,"slide-top":`translateY(${t?"0":"-100%"})`,"slide-right":`translateX(${t?"0":"100%"})`,"slide-bottom":`translateY(${t?"0":"100%"})`,"slide-left":`translateX(${t?"0":"-100%"})`,"zoom-in":`scaleX(${t?1:.8}) scaleY(${t?1:.8})`,"zoom-out":`scaleX(${t?1:1.2}) scaleY(${t?1:1.2})`}),animationMode:()=>({fade:"opacity","slide-top":"translateY","slide-right":"translateX","slide-bottom":"translateY","slide-left":"translateX","zoom-in":"scale","zoom-out":"scale"}),toLine:t=>t.replace(/([A-Z])/g,"-$1").toLowerCase()}},[["render",function(t,s,d,p,u,m){const f=c;return i((o(),a(f,{ref:"ani",animation:u.animationData,class:l(d.customClass),style:h(m.transformStyles),onClick:m.onClick},{default:n((()=>[r(t.$slots,"default")])),_:3},8,["animation","class","style","onClick"])),[[e,u.isShow]])}]]);const C=s({name:"uniPopup",components:{keypress:{name:"Keypress",props:{disable:{type:Boolean,default:!1}},mounted(){const t={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]};document.addEventListener("keyup",(s=>{if(this.disable)return;const i=Object.keys(t).find((i=>{const e=s.key,o=t[i];return o===e||Array.isArray(o)&&o.includes(e)}));i&&setTimeout((()=>{this.$emit(i,{})}),0)}))},render:()=>{}}},emits:["change","maskClick"],props:{animation:{type:Boolean,default:!0},type:{type:String,default:"center"},isMaskClick:{type:Boolean,default:null},maskClick:{type:Boolean,default:null},backgroundColor:{type:String,default:"none"},safeArea:{type:Boolean,default:!0},maskBackgroundColor:{type:String,default:"rgba(0, 0, 0, 0.4)"},borderRadius:{type:String}},watch:{type:{handler:function(t){this.config[t]&&this[this.config[t]](!0)},immediate:!0},isDesktop:{handler:function(t){this.config[t]&&this[this.config[this.type]](!0)},immediate:!0},maskClick:{handler:function(t){this.mkclick=t},immediate:!0},isMaskClick:{handler:function(t){this.mkclick=t},immediate:!0},showPopup(t){document.getElementsByTagName("body")[0].style.overflow=t?"hidden":"visible"}},data(){return{duration:300,ani:[],showPopup:!1,showTrans:!1,popupWidth:0,popupHeight:0,config:{top:"top",bottom:"bottom",center:"center",left:"left",right:"right",message:"top",dialog:"center",share:"bottom"},maskClass:{position:"fixed",bottom:0,top:0,left:0,right:0,backgroundColor:"rgba(0, 0, 0, 0.4)"},transClass:{backgroundColor:"transparent",borderRadius:this.borderRadius||"0",position:"fixed",left:0,right:0},maskShow:!0,mkclick:!0,popupstyle:"top"}},computed:{getStyles(){let t={backgroundColor:this.bg};return this.borderRadius,t=Object.assign(t,{borderRadius:this.borderRadius}),t},isDesktop(){return this.popupWidth>=500&&this.popupHeight>=500},bg(){return""===this.backgroundColor||"none"===this.backgroundColor?"transparent":this.backgroundColor}},mounted(){(()=>{const{windowWidth:t,windowHeight:s,windowTop:i,safeArea:e,screenHeight:o,safeAreaInsets:a}=g();this.popupWidth=t,this.popupHeight=s+(i||0),e&&this.safeArea?this.safeAreaInsets=a.bottom:this.safeAreaInsets=0})()},unmounted(){this.setH5Visible()},activated(){this.setH5Visible(!this.showPopup)},deactivated(){this.setH5Visible(!0)},created(){null===this.isMaskClick&&null===this.maskClick?this.mkclick=!0:this.mkclick=null!==this.isMaskClick?this.isMaskClick:this.maskClick,this.animation?this.duration=300:this.duration=0,this.messageChild=null,this.clearPropagation=!1,this.maskClass.backgroundColor=this.maskBackgroundColor},methods:{setH5Visible(t=!0){document.getElementsByTagName("body")[0].style.overflow=t?"visible":"hidden"},closeMask(){this.maskShow=!1},disableMask(){this.mkclick=!1},clear(t){t.stopPropagation(),this.clearPropagation=!0},open(t){if(this.showPopup)return;t&&-1!==["top","center","bottom","left","right","message","dialog","share"].indexOf(t)||(t=this.type),this.config[t]?(this[this.config[t]](),this.$emit("change",{show:!0,type:t})):console.error("缺少类型:",t)},close(t){this.showTrans=!1,this.$emit("change",{show:!1,type:this.type}),clearTimeout(this.timer),this.timer=setTimeout((()=>{this.showPopup=!1}),300)},touchstart(){this.clearPropagation=!1},onTap(){this.clearPropagation?this.clearPropagation=!1:(this.$emit("maskClick"),this.mkclick&&this.close())},top(t){this.popupstyle=this.isDesktop?"fixforpc-top":"top",this.ani=["slide-top"],this.transClass={position:"fixed",left:0,right:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0"},t||(this.showPopup=!0,this.showTrans=!0,this.$nextTick((()=>{this.messageChild&&"message"===this.type&&this.messageChild.timerClose()})))},bottom(t){this.popupstyle="bottom",this.ani=["slide-bottom"],this.transClass={position:"fixed",left:0,right:0,bottom:0,paddingBottom:this.safeAreaInsets+"px",backgroundColor:this.bg,borderRadius:this.borderRadius||"0"},t||(this.showPopup=!0,this.showTrans=!0)},center(t){this.popupstyle="center",this.ani=["zoom-out","fade"],this.transClass={position:"fixed",display:"flex",flexDirection:"column",bottom:0,left:0,right:0,top:0,justifyContent:"center",alignItems:"center",borderRadius:this.borderRadius||"0"},t||(this.showPopup=!0,this.showTrans=!0)},left(t){this.popupstyle="left",this.ani=["slide-left"],this.transClass={position:"fixed",left:0,bottom:0,top:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0",display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)},right(t){this.popupstyle="right",this.ani=["slide-right"],this.transClass={position:"fixed",bottom:0,right:0,top:0,backgroundColor:this.bg,borderRadius:this.borderRadius||"0",display:"flex",flexDirection:"column"},t||(this.showPopup=!0,this.showTrans=!0)}}},[["render",function(t,s,i,e,g,y){const k=d(p("uni-transition"),w),b=c,C=u("keypress");return g.showPopup?(o(),a(b,{key:0,class:l(["uni-popup",[g.popupstyle,y.isDesktop?"fixforpc-z-index":""]])},{default:n((()=>[m(b,{onTouchstart:y.touchstart},{default:n((()=>[g.maskShow?(o(),a(k,{key:"1",name:"mask","mode-class":"fade",styles:g.maskClass,duration:g.duration,show:g.showTrans,onClick:y.onTap},null,8,["styles","duration","show","onClick"])):f("",!0),m(k,{key:"2","mode-class":g.ani,name:"content",styles:g.transClass,duration:g.duration,show:g.showTrans,onClick:y.onTap},{default:n((()=>[m(b,{class:l(["uni-popup__wrapper",[g.popupstyle]]),style:h(y.getStyles),onClick:y.clear},{default:n((()=>[r(t.$slots,"default",{},void 0,!0)])),_:3},8,["style","class","onClick"])])),_:3},8,["mode-class","styles","duration","show","onClick"])])),_:3},8,["onTouchstart"]),g.maskShow?(o(),a(C,{key:0,onEsc:y.onTap},null,8,["onEsc"])):f("",!0)])),_:3},8,["class"])):f("",!0)}],["__scopeId","data-v-90b62717"]]);export{C as _};
diff --git a/unpackage/dist/build/web/assets/uni.81faab56.css b/unpackage/dist/build/web/assets/uni.81faab56.css
new file mode 100644
index 0000000..56386e4
--- /dev/null
+++ b/unpackage/dist/build/web/assets/uni.81faab56.css
@@ -0,0 +1 @@
+uni-button{position:relative;display:block;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px;box-sizing:border-box;font-size:18px;text-align:center;text-decoration:none;line-height:2.55555556;border-radius:5px;-webkit-tap-highlight-color:transparent;overflow:hidden;color:#000;background-color:#f8f8f8;cursor:pointer}uni-button[hidden]{display:none!important}uni-button:after{content:" ";width:200%;height:200%;position:absolute;top:0;left:0;border:1px solid rgba(0,0,0,.2);transform:scale(.5);transform-origin:0 0;box-sizing:border-box;border-radius:10px}uni-button[native]{padding-left:0;padding-right:0}uni-button[native] .uni-button-cover-view-wrapper{border:inherit;border-color:inherit;border-radius:inherit;background-color:inherit}uni-button[native] .uni-button-cover-view-inner{padding-left:14px;padding-right:14px}uni-button uni-cover-view{line-height:inherit;white-space:inherit}uni-button[type=default]{color:#000;background-color:#f8f8f8}uni-button[type=primary]{color:#fff;background-color:#007aff}uni-button[type=warn]{color:#fff;background-color:#e64340}uni-button[disabled]{color:rgba(255,255,255,.6);cursor:not-allowed}uni-button[disabled][type=default],uni-button[disabled]:not([type]){color:rgba(0,0,0,.3);background-color:#f7f7f7}uni-button[disabled][type=primary]{background-color:rgba(0,122,255,.6)}uni-button[disabled][type=warn]{background-color:#ec8b89}uni-button[type=primary][plain]{color:#007aff;border:1px solid #007aff;background-color:transparent}uni-button[type=primary][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=primary][plain]:after{border-width:0}uni-button[type=default][plain]{color:#353535;border:1px solid #353535;background-color:transparent}uni-button[type=default][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=default][plain]:after{border-width:0}uni-button[plain]{color:#353535;border:1px solid #353535;background-color:transparent}uni-button[plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[plain]:after{border-width:0}uni-button[plain][native] .uni-button-cover-view-inner{padding:0}uni-button[type=warn][plain]{color:#e64340;border:1px solid #e64340;background-color:transparent}uni-button[type=warn][plain][disabled]{color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}uni-button[type=warn][plain]:after{border-width:0}uni-button[size=mini]{display:inline-block;line-height:2.3;font-size:13px;padding:0 1.34em}uni-button[size=mini][native]{padding:0}uni-button[size=mini][native] .uni-button-cover-view-inner{padding:0 1.34em}uni-button[loading]:not([disabled]){cursor:progress}uni-button[loading]:before{content:" ";display:inline-block;width:18px;height:18px;vertical-align:middle;animation:uni-loading 1s steps(12,end) infinite;background-size:100%}uni-button[loading][type=primary]{color:rgba(255,255,255,.6);background-color:#0062cc}uni-button[loading][type=primary][plain]{color:#007aff;background-color:transparent}uni-button[loading][type=default]{color:rgba(0,0,0,.6);background-color:#dedede}uni-button[loading][type=default][plain]{color:#353535;background-color:transparent}uni-button[loading][type=warn]{color:rgba(255,255,255,.6);background-color:#ce3c39}uni-button[loading][type=warn][plain]{color:#e64340;background-color:transparent}uni-button[loading][native]:before{content:none}.button-hover{color:rgba(0,0,0,.6);background-color:#dedede}.button-hover[plain]{color:rgba(53,53,53,.6);border-color:rgba(53,53,53,.6);background-color:transparent}.button-hover[type=primary]{color:rgba(255,255,255,.6);background-color:#0062cc}.button-hover[type=primary][plain]{color:rgba(0,122,255,.6);border-color:rgba(0,122,255,.6);background-color:transparent}.button-hover[type=default]{color:rgba(0,0,0,.6);background-color:#dedede}.button-hover[type=default][plain]{color:rgba(53,53,53,.6);border-color:rgba(53,53,53,.6);background-color:transparent}.button-hover[type=warn]{color:rgba(255,255,255,.6);background-color:#ce3c39}.button-hover[type=warn][plain]{color:rgba(230,67,64,.6);border-color:rgba(230,67,64,.6);background-color:transparent}uni-image{width:320px;height:240px;display:inline-block;overflow:hidden;position:relative}uni-image[hidden]{display:none}uni-image>div{width:100%;height:100%;background-repeat:no-repeat}uni-image>img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}uni-image>.uni-image-will-change{will-change:transform}uni-input{display:block;font-size:16px;line-height:1.4em;height:1.4em;min-height:1.4em;overflow:hidden}uni-input[hidden]{display:none}.uni-input-wrapper,.uni-input-placeholder,.uni-input-form,.uni-input-input{outline:none;border:none;padding:0;margin:0;text-decoration:inherit}.uni-input-wrapper,.uni-input-form{display:flex;position:relative;width:100%;height:100%;flex-direction:column;justify-content:center}.uni-input-placeholder,.uni-input-input{width:100%}.uni-input-placeholder{position:absolute;top:auto!important;left:0;color:gray;overflow:hidden;text-overflow:clip;white-space:pre;word-break:keep-all;pointer-events:none;line-height:inherit}.uni-input-input{position:relative;display:block;height:100%;background:none;color:inherit;opacity:1;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;text-indent:inherit;text-transform:inherit;text-shadow:inherit}.uni-input-input[type=search]::-webkit-search-cancel-button,.uni-input-input[type=search]::-webkit-search-decoration{display:none}.uni-input-input::-webkit-outer-spin-button,.uni-input-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.uni-input-input[type=number]{-moz-appearance:textfield}.uni-input-input:disabled{-webkit-text-fill-color:currentcolor}uni-movable-area{display:block;position:relative;width:10px;height:10px}uni-movable-area[hidden]{display:none}uni-movable-view{display:inline-block;width:10px;height:10px;top:0;left:0;position:absolute;cursor:grab}uni-movable-view[hidden]{display:none}uni-picker-view-column{flex:1;position:relative;height:100%;overflow:hidden}uni-picker-view-column[hidden]{display:none}.uni-picker-view-group{height:100%;overflow:hidden}.uni-picker-view-mask{transform:translateZ(0)}.uni-picker-view-indicator,.uni-picker-view-mask{position:absolute;left:0;width:100%;z-index:3;pointer-events:none}.uni-picker-view-mask{top:0;height:100%;margin:0 auto;background-image:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.6)),linear-gradient(0deg,rgba(255,255,255,.95),rgba(255,255,255,.6));background-position:top,bottom;background-size:100% 102px;background-repeat:no-repeat;transform:translateZ(0)}.uni-picker-view-indicator{height:34px;top:50%;transform:translateY(-50%)}.uni-picker-view-content{position:absolute;top:0;left:0;width:100%;will-change:transform;padding:102px 0;cursor:pointer}.uni-picker-view-content>*{height:34px;overflow:hidden}.uni-picker-view-indicator:before{top:0;border-top:1px solid #e5e5e5;transform-origin:0 0;transform:scaleY(.5)}.uni-picker-view-indicator:after{bottom:0;border-bottom:1px solid #e5e5e5;transform-origin:0 100%;transform:scaleY(.5)}.uni-picker-view-indicator:after,.uni-picker-view-indicator:before{content:" ";position:absolute;left:0;right:0;height:1px;color:#e5e5e5}uni-picker-view{display:block}.uni-picker-view-wrapper{display:flex;position:relative;overflow:hidden;height:100%}uni-picker-view[hidden]{display:none}uni-progress{display:flex;align-items:center}uni-progress[hidden]{display:none}.uni-progress-bar{flex:1}.uni-progress-inner-bar{width:0;height:100%}.uni-progress-info{margin-top:0;margin-bottom:0;min-width:2em;margin-left:15px;font-size:16px}.uni-scroll-view-refresher{position:relative;overflow:hidden;flex-shrink:0}.uni-scroll-view-refresher-container{position:absolute;width:100%;bottom:0;display:flex;flex-direction:column-reverse}.uni-scroll-view-refresh{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;justify-content:center;align-items:center}.uni-scroll-view-refresh-inner{display:flex;align-items:center;justify-content:center;line-height:0;width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 1px 6px rgba(0,0,0,.118),0 1px 4px rgba(0,0,0,.118)}.uni-scroll-view-refresh__spinner{transform-origin:center center;animation:uni-scroll-view-refresh-rotate 2s linear infinite}.uni-scroll-view-refresh__spinner>circle{stroke:currentColor;stroke-linecap:round;animation:uni-scroll-view-refresh-dash 2s linear infinite}@keyframes uni-scroll-view-refresh-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes uni-scroll-view-refresh-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes once-show{0%{top:0}}uni-resize-sensor,uni-resize-sensor>div{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}uni-resize-sensor{display:block;z-index:-1;visibility:hidden;animation:once-show 1ms}uni-resize-sensor>div>div{position:absolute;left:0;top:0}uni-resize-sensor>div:first-child>div{width:100000px;height:100000px}uni-resize-sensor>div:last-child>div{width:200%;height:200%}uni-scroll-view{display:block;width:100%}uni-scroll-view[hidden]{display:none}.uni-scroll-view{position:relative;-webkit-overflow-scrolling:touch;width:100%;height:100%;max-height:inherit}.uni-scroll-view-scrollbar-hidden::-webkit-scrollbar{display:none}.uni-scroll-view-scrollbar-hidden{-moz-scrollbars:none;scrollbar-width:none}.uni-scroll-view-content{width:100%;height:100%}uni-swiper-item{display:block;overflow:hidden;will-change:transform;position:absolute;width:100%;height:100%;cursor:grab}uni-swiper-item[hidden]{display:none}uni-swiper{display:block;height:150px}uni-swiper[hidden]{display:none}.uni-swiper-wrapper{overflow:hidden;position:relative;width:100%;height:100%;transform:translateZ(0)}.uni-swiper-slides{position:absolute;left:0;top:0;right:0;bottom:0}.uni-swiper-slide-frame{position:absolute;left:0;top:0;width:100%;height:100%;will-change:transform}.uni-swiper-dots{position:absolute;font-size:0}.uni-swiper-dots-horizontal{left:50%;bottom:10px;text-align:center;white-space:nowrap;transform:translate(-50%)}.uni-swiper-dots-horizontal .uni-swiper-dot{margin-right:8px}.uni-swiper-dots-horizontal .uni-swiper-dot:last-child{margin-right:0}.uni-swiper-dots-vertical{right:10px;top:50%;text-align:right;transform:translateY(-50%)}.uni-swiper-dots-vertical .uni-swiper-dot{display:block;margin-bottom:9px}.uni-swiper-dots-vertical .uni-swiper-dot:last-child{margin-bottom:0}.uni-swiper-dot{display:inline-block;width:8px;height:8px;cursor:pointer;transition-property:background-color;transition-timing-function:ease;background:rgba(0,0,0,.3);border-radius:50%}.uni-swiper-dot-active{background-color:#000}.uni-swiper-navigation{width:26px;height:26px;cursor:pointer;position:absolute;top:50%;margin-top:-13px;display:flex;align-items:center;transition:all .2s;border-radius:50%;opacity:1}.uni-swiper-navigation-disabled{opacity:.35;cursor:not-allowed}.uni-swiper-navigation-hide{opacity:0;cursor:auto;pointer-events:none}.uni-swiper-navigation-prev{left:10px}.uni-swiper-navigation-prev svg{margin-left:-1px;left:10px}.uni-swiper-navigation-prev.uni-swiper-navigation-vertical{top:18px;left:50%;margin-left:-13px}.uni-swiper-navigation-prev.uni-swiper-navigation-vertical svg{transform:rotate(90deg);margin-left:auto;margin-top:-2px}.uni-swiper-navigation-next{right:10px}.uni-swiper-navigation-next svg{transform:rotate(180deg)}.uni-swiper-navigation-next.uni-swiper-navigation-vertical{top:auto;bottom:5px;left:50%;margin-left:-13px}.uni-swiper-navigation-next.uni-swiper-navigation-vertical svg{margin-top:2px;transform:rotate(270deg)}uni-text[selectable]{cursor:auto;-webkit-user-select:text;user-select:text}uni-text{white-space:pre-line}uni-textarea{width:300px;height:150px;display:block;position:relative;font-size:16px;line-height:normal;white-space:pre-wrap;word-break:break-all}uni-textarea[hidden]{display:none}.uni-textarea-wrapper,.uni-textarea-placeholder,.uni-textarea-line,.uni-textarea-compute,.uni-textarea-textarea{outline:none;border:none;padding:0;margin:0;text-decoration:inherit}.uni-textarea-wrapper{display:block;position:relative;width:100%;height:100%;min-height:inherit;overflow-y:hidden}.uni-textarea-placeholder,.uni-textarea-line,.uni-textarea-compute,.uni-textarea-textarea{position:absolute;width:100%;height:100%;left:0;top:0;white-space:inherit;word-break:inherit}.uni-textarea-placeholder{color:gray;overflow:hidden}.uni-textarea-line,.uni-textarea-compute{visibility:hidden;height:auto}.uni-textarea-line{width:1em}.uni-textarea-textarea{resize:none;background:none;color:inherit;opacity:1;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;text-indent:inherit;text-transform:inherit;text-shadow:inherit}.uni-textarea-textarea-fix-margin{width:auto;right:0;margin:0 -3px}.uni-textarea-textarea:disabled{-webkit-text-fill-color:currentcolor}uni-view{display:block}uni-view[hidden]{display:none}uni-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:block;box-sizing:border-box}.uni-modal{position:fixed;z-index:999;width:80%;max-width:300px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;text-align:center;border-radius:3px;overflow:hidden}.uni-modal *{box-sizing:border-box}.uni-modal__hd{padding:1em 1.6em .3em}.uni-modal__title{font-weight:400;font-size:18px;word-wrap:break-word;word-break:break-all;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.uni-modal__bd{padding:1.3em 1.6em;min-height:40px;font-size:15px;line-height:1.4;word-wrap:break-word;word-break:break-all;white-space:pre-wrap;color:#999;max-height:400px;overflow-x:hidden;overflow-y:auto}.uni-modal__textarea{resize:none;border:0;margin:0;width:90%;padding:10px;font-size:20px;outline:none;border:none;background-color:#eee;text-decoration:inherit}.uni-modal__ft{position:relative;line-height:48px;font-size:18px;display:flex}.uni-modal__ft:after{content:" ";position:absolute;left:0;top:0;right:0;height:1px;border-top:1px solid #d5d5d6;color:#d5d5d6;transform-origin:0 0;transform:scaleY(.5)}.uni-modal__btn{display:block;flex:1;color:#3cc51f;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;cursor:pointer}.uni-modal__btn:active{background-color:#eee}.uni-modal__btn:after{content:" ";position:absolute;left:0;top:0;width:1px;bottom:0;border-left:1px solid #d5d5d6;color:#d5d5d6;transform-origin:0 0;transform:scaleX(.5)}.uni-modal__btn:first-child:after{display:none}.uni-modal__btn_default{color:#353535}.uni-modal__btn_primary{color:#007aff}uni-toast{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:block;box-sizing:border-box;pointer-events:none;font-size:16px}.uni-sample-toast{position:fixed;z-index:999;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:80%}.uni-simple-toast__text{display:inline-block;vertical-align:middle;color:#fff;background-color:rgba(17,17,17,.7);padding:10px 20px;border-radius:5px;font-size:13px;text-align:center;max-width:100%;word-break:break-all;white-space:normal}uni-toast .uni-mask{pointer-events:auto}.uni-toast{position:fixed;z-index:999;width:8em;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(17,17,17,.7);text-align:center;border-radius:5px;color:#fff}.uni-toast *{box-sizing:border-box}.uni-toast__icon{margin:20px 0 0;width:38px!important;height:38px!important;vertical-align:baseline!important}.uni-icon_toast{margin:15px 0 0}.uni-icon_toast.uni-icon-success-no-circle:before{color:#fff;font-size:55px}.uni-icon_toast.uni-loading{margin:20px 0 0;width:38px;height:38px;vertical-align:baseline}.uni-toast__content{margin:0 0 15px}uni-picker{position:relative;display:block;cursor:pointer}uni-picker[hidden]{display:none}uni-picker[disabled]{cursor:not-allowed}.uni-picker-container{display:none;position:fixed;left:0;right:0;top:0;bottom:0;box-sizing:border-box;z-index:999;font-size:16px}.uni-picker-container .uni-picker-custom *{box-sizing:border-box}.uni-picker-container .uni-picker-custom{position:fixed;left:0;bottom:0;transform:translateY(100%);backface-visibility:hidden;z-index:999;width:100%;background-color:#fff;visibility:hidden;transition:transform .3s,visibility .3s}.uni-picker-container .uni-picker-custom.uni-picker-toggle{visibility:visible;transform:translate(0)}.uni-picker-container .uni-picker-content{position:relative;display:block;width:100%;height:238px;background-color:#fff}.uni-picker-container .uni-picker-item{padding:0;height:34px;line-height:34px;text-align:center;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}.uni-picker-container .uni-picker-header{display:block;position:relative;text-align:center;width:100%;height:45px}.uni-picker-container .uni-picker-header:after{content:"";position:absolute;left:0;bottom:0;right:0;height:1px;clear:both;border-bottom:1px solid #e5e5e5;color:#e5e5e5;transform-origin:0 100%;transform:scaleY(.5)}.uni-picker-container .uni-picker-action{display:block;max-width:50%;top:0;height:100%;box-sizing:border-box;padding:0 14px;font-size:17px;line-height:45px;overflow:hidden;cursor:pointer}.uni-picker-container .uni-picker-action.uni-picker-action-cancel{float:left;color:#888}.uni-picker-container .uni-picker-action.uni-picker-action-confirm{float:right;color:#007aff}.uni-picker-container .uni-picker-select{display:none}.uni-picker-system{position:absolute;display:none;display:block;top:0;left:0;width:100%;height:100%;overflow:hidden}.uni-picker-system>.uni-picker-system_input{position:absolute;border:none;height:100%;opacity:0;cursor:pointer}.uni-picker-system>.uni-picker-system_input.firefox{top:0;left:0;width:100%}.uni-picker-system>.uni-picker-system_input.chrome{top:0;left:0;width:2em;font-size:32px;height:32px}@media screen and (min-width: 500px) and (min-height: 500px){.uni-mask.uni-picker-mask{background:none}.uni-picker-container .uni-picker-custom{width:300px;left:50%;right:auto;top:50%;bottom:auto;transform:translate(-50%,-50%);opacity:0;border-radius:5px;transition:opacity .3s,visibility .3s;box-shadow:0 0 20px 5px rgba(0,0,0,.3)}.uni-picker-container .uni-picker-header{border-radius:5px 5px 0 0}.uni-picker-container .uni-picker-content{transform:translate(0 0);overflow:hidden;border-radius:0 0 5px 5px}.uni-picker-container .uni-picker-custom.uni-picker-toggle{opacity:1;transform:translate(-50%,-50%)}.uni-selector-select .uni-picker-header,.uni-selector-select .uni-picker-content{display:none}.uni-selector-select .uni-picker-select{display:block;max-height:300px;overflow:auto;background-color:#fff;border-radius:5px;padding:6px 0}.uni-selector-select .uni-picker-item{padding:0 10px;color:#555}.uni-selector-select .uni-picker-item:hover{background-color:#f6f6f6}.uni-selector-select .uni-picker-item.selected{color:#007aff}}uni-video{width:300px;height:225px;display:inline-block;line-height:0;overflow:hidden;position:relative}uni-video[hidden]{display:none}.uni-video-container{width:100%;height:100%;background-color:#000;display:inline-block;position:absolute;top:0;left:0;overflow:hidden;object-position:inherit}.uni-video-container.uni-video-type-fullscreen{position:fixed;z-index:999}.uni-video-video{width:100%;height:100%;object-position:inherit}.uni-video-cover{position:absolute;top:0;left:0;bottom:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(1,1,1,.5);z-index:1}.uni-video-slots{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.uni-video-cover-play-button{width:40px;height:40px;background-size:50%;background-repeat:no-repeat;background-position:50% 50%;cursor:pointer}.uni-video-cover-duration{color:#fff;font-size:16px;line-height:1;margin-top:10px}.uni-video-bar{height:44px;background-color:rgba(0,0,0,.5);overflow:hidden;position:absolute;bottom:0;right:0;display:flex;align-items:center;padding:0 10px;z-index:0;transform:translateZ(0)}.uni-video-bar.uni-video-bar-full{left:0}.uni-video-controls{display:flex;flex-grow:1;margin:0 8.5px}.uni-video-control-button{width:13px;height:15px;padding:14.5px 12.5px;margin-left:-8.5px;box-sizing:content-box;cursor:pointer}.uni-video-control-button:after{content:"";display:block;width:100%;height:100%;background-size:100%;background-position:50% 50%;background-repeat:no-repeat}.uni-video-control-button.uni-video-control-button-play:after,.uni-video-cover-play-button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAAAAXNSR0IArs4c6QAAAWhJREFUSA1j+P///0cgBoHjQGzCQCsAtgJB/AMy5wCxGNXtQ9iBwvoA5BUCMQvVLEQxHpNzDSjkRhXLMM3GKrIeKKpEkYVYjcUu+AMo3ALE3GRZiN1MvKKPgbIRJFuG10j8koeA0gZEW4jfLIKyf4EqpgOxMEELCRpFnIJ3QGU5QMyM00LizCFa1SWgSkeslhFtBGkKVwGVy6FYSJp+klR/A6quB2JOkIWMIK0oNlOf8xBoZDE9LAI7nYn6HsBq4l96WHQEaLUpAyiOaASeAM2NgvuPBpaACt82IEYtfKls0UagecpwXyAzqGTRdaA57sjmYrAptAjUsCkGYlYMg9EFyLQI1IiZB8Ti6Obh5JNh0QmgHlOcBuKSIMGi50C18UDMiMssvOJEWPQLqKYbiHnxGkRIkoBF24DyaoTMIEoeh0W3geI+RBlArCI0iz4D+RVAzEasfqLVAQ19AcSg5LoYiKWI1kiiQgCMBLnEEcfDSgAAAABJRU5ErkJggg==)}.uni-video-control-button.uni-video-control-button-pause:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAYAAAAffCjxAAAAAXNSR0IArs4c6QAAAFlJREFUSA3tksEKACAIQ7X//5zq98wOgQayum8QaGweHhMzG/6OujzKAymn+0LMqivu1XznWmX8/echTIyMyAgTwA72iIwwAexgj8gIE8CO3aMRbDPMaEy5BRGaKcZv8YxRAAAAAElFTkSuQmCC)}.uni-video-current-time,.uni-video-duration{height:14.5px;line-height:14.5px;margin-top:15px;margin-bottom:14.5px;font-size:12px;color:#cbcbcb}.uni-video-progress-container{flex-grow:2;position:relative}.uni-video-progress{height:2px;margin:21px 12px;background-color:rgba(255,255,255,.4);position:relative;cursor:pointer}.uni-video-progress-buffered{position:absolute;left:0;top:0;width:0;height:100%;transition:width .1s;background-color:rgba(255,255,255,.8)}.uni-video-ball{width:16px;height:16px;padding:14px;position:absolute;top:-21px;box-sizing:content-box;left:0%;margin-left:-22px}.uni-video-inner{width:100%;height:100%;background-color:#fff;border-radius:50%}.uni-video-danmu-button{white-space:nowrap;line-height:1;padding:2px 10px;border:1px solid #fff;border-radius:5px;font-size:13px;color:#fff;margin:0 8.5px;cursor:pointer}.uni-video-danmu-button.uni-video-danmu-button-active{border-color:#48c23d;color:#48c23d}.uni-video-fullscreen{width:17px;height:17px;padding:8.5px;box-sizing:content-box;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAAXNSR0IArs4c6QAAAQRJREFUWAnt1d0NwiAQB/CmS7hHX5zFxLF0Ah2hE/lg7BT4PyMJUj6Oyt299BIioZT7ARYG59wLpTXmoXOMGO/QecxtwyWW4o42AupGALkFdX1MkHxE3Q7jIbQPqNthQogpJoZkMLRlsn/gFMQEk4OoY0oQVUwNoobhQFQwgMxUKFkt0C8+Zy61d8SeR5iHWCLOwF/MCb8Tp//ex3QFsE1HlCfKFUX2OijNFMnPKD7k76YcBoL402Zh8B77+MjlXrVvwfglXA32b0MrRgxCE2nBiEJaMOIQLkYFwsGoQWoYVUgJow4pYD4Weq4ayBqfwDYQmnUK0301kITujuawu65/l2B5A4z3Qe+Ut7EBAAAAAElFTkSuQmCC);background-size:50%;background-position:50% 50%;background-repeat:no-repeat;cursor:pointer}.uni-video-fullscreen.uni-video-type-fullscreen{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAABBElEQVRYhcXWwQ3CMAwF0O+qOzAKQzAAl0pMxQQwQhmGKwcERxbgc4lEVdHUbm3zJR8qJemTo6YByS3JO8kjyQbGkHQpkOz4zcmK8YQ0BWDCkOxL+UDKombMYKwfZAkmDGLFhEIsmHCIFpMC0WDSIHOYVEgNkw6pYPIhE5j/QCoYF0g7eEkPYGej+cX82x/l6aIAIOb9CcrajrjFE/IAQGP1IgIRcYVsVs32+vx+nC9nWq6dAZDhOaPHBEDGh54O4w0pa9oxEZBFmCjIBGb6Qh4JMWGiIWpMBkSFyYLMYjIhNUw7N9GQi2aQiLxJHspjV+rl1hFrRp25uV2MRGQRBsAewPUD/HhJVOOuCzwAAAAASUVORK5CYII=)}.uni-video-danmu{position:absolute;top:0;left:0;bottom:0;width:100%;margin-top:14px;margin-bottom:44px;font-size:14px;line-height:14px;overflow:visible}.uni-video-danmu-item{line-height:1;position:absolute;color:#fff;white-space:nowrap;left:100%;transform:translate(0);transition-property:left,transform;transition-duration:3s;transition-timing-function:linear}.uni-video-toast{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:5px;background-color:rgba(255,255,255,.8);color:#000;display:none}.uni-video-toast.uni-video-toast-volume{width:100px;height:100px;display:block}.uni-video-toast-volume .uni-video-toast-title{width:100%;font-size:12px;line-height:16px;text-align:center;margin-top:10px;display:block}.uni-video-toast-volume .uni-video-toast-icon{fill:#000;width:50%;height:50%;margin-left:25%;display:block}.uni-video-toast-volume .uni-video-toast-value{width:80px;height:5px;margin-top:5px;margin-left:10px}.uni-video-toast-volume .uni-video-toast-value>.uni-video-toast-value-content{overflow:hidden}.uni-video-toast-volume-grids{width:80px;height:5px}.uni-video-toast-volume-grids-item{float:left;width:7.1px;height:5px;background-color:#000}.uni-video-toast-volume-grids-item:not(:first-child){margin-left:1px}.uni-video-toast.uni-video-toast-progress{display:block;background-color:rgba(0,0,0,.8);color:#fff;font-size:14px;line-height:18px;padding:6px}
diff --git a/unpackage/dist/build/web/assets/uniicons-DN59BOw4.ttf b/unpackage/dist/build/web/assets/uniicons-DN59BOw4.ttf
new file mode 100644
index 0000000..14696d0
Binary files /dev/null and b/unpackage/dist/build/web/assets/uniicons-DN59BOw4.ttf differ
diff --git a/unpackage/dist/build/web/assets/useredit-CTqsB1CA.css b/unpackage/dist/build/web/assets/useredit-CTqsB1CA.css
new file mode 100644
index 0000000..3b69b21
--- /dev/null
+++ b/unpackage/dist/build/web/assets/useredit-CTqsB1CA.css
@@ -0,0 +1 @@
+.choose[data-v-9fe6a686]{font-size:1rem;color:#999}.choosed[data-v-9fe6a686]{font-size:1rem;color:#333}uni-button[data-v-9fe6a686]:after{display:none}.content[data-v-9fe6a686]{padding:.9375rem .9375rem 0}.content .box[data-v-9fe6a686]:not(:last-child){border-bottom:.03125rem solid #EFEFEF}.content .box[data-v-9fe6a686]{display:flex;align-items:center;justify-content:space-between;font-size:1rem;color:#333}.content .box uni-button[data-v-9fe6a686]{background-color:#fff;margin:0;padding:0;border:none}.content .box uni-button uni-image[data-v-9fe6a686]{width:3.125rem;height:3.125rem;border-radius:50%;background-color:#f8f8f8}.content .box .value[data-v-9fe6a686]{color:#999}.content .out_login[data-v-9fe6a686]{color:#ed361d;font-size:1rem;font-weight:700;margin-top:1.875rem;text-align:center}.line[data-v-9fe6a686]{height:.3125rem;background:#f8f8f8}.btn[data-v-9fe6a686]{margin-top:1.25rem;text-align:center;font-size:1rem;color:#db4b31}
diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html
new file mode 100644
index 0000000..f3dc3d0
--- /dev/null
+++ b/unpackage/dist/build/web/index.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+ 数智产销
+
+
+
+
+
+
+
+
+
diff --git a/unpackage/dist/build/web/static/checkin/chenggong.png b/unpackage/dist/build/web/static/checkin/chenggong.png
new file mode 100644
index 0000000..dec1b3a
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/chenggong.png differ
diff --git a/unpackage/dist/build/web/static/checkin/circle1.png b/unpackage/dist/build/web/static/checkin/circle1.png
new file mode 100644
index 0000000..dc453c6
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/circle1.png differ
diff --git a/unpackage/dist/build/web/static/checkin/circle2.png b/unpackage/dist/build/web/static/checkin/circle2.png
new file mode 100644
index 0000000..3c0c545
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/circle2.png differ
diff --git a/unpackage/dist/build/web/static/checkin/circle3.png b/unpackage/dist/build/web/static/checkin/circle3.png
new file mode 100644
index 0000000..0bcf628
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/circle3.png differ
diff --git a/unpackage/dist/build/web/static/checkin/circle4.png b/unpackage/dist/build/web/static/checkin/circle4.png
new file mode 100644
index 0000000..217260d
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/circle4.png differ
diff --git a/unpackage/dist/build/web/static/checkin/position1.png b/unpackage/dist/build/web/static/checkin/position1.png
new file mode 100644
index 0000000..db18cc3
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/position1.png differ
diff --git a/unpackage/dist/build/web/static/checkin/position2.png b/unpackage/dist/build/web/static/checkin/position2.png
new file mode 100644
index 0000000..9c06896
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/position2.png differ
diff --git a/unpackage/dist/build/web/static/checkin/position3.png b/unpackage/dist/build/web/static/checkin/position3.png
new file mode 100644
index 0000000..6208aca
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/position3.png differ
diff --git a/unpackage/dist/build/web/static/checkin/position4.png b/unpackage/dist/build/web/static/checkin/position4.png
new file mode 100644
index 0000000..1df86fd
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/position4.png differ
diff --git a/unpackage/dist/build/web/static/checkin/shibai.png b/unpackage/dist/build/web/static/checkin/shibai.png
new file mode 100644
index 0000000..8862ce5
Binary files /dev/null and b/unpackage/dist/build/web/static/checkin/shibai.png differ
diff --git a/unpackage/dist/build/web/static/index/back.png b/unpackage/dist/build/web/static/index/back.png
new file mode 100644
index 0000000..ed35f33
Binary files /dev/null and b/unpackage/dist/build/web/static/index/back.png differ
diff --git a/unpackage/dist/build/web/static/index/calendar.png b/unpackage/dist/build/web/static/index/calendar.png
new file mode 100644
index 0000000..990d0de
Binary files /dev/null and b/unpackage/dist/build/web/static/index/calendar.png differ
diff --git a/unpackage/dist/build/web/static/index/eye.png b/unpackage/dist/build/web/static/index/eye.png
new file mode 100644
index 0000000..505705a
Binary files /dev/null and b/unpackage/dist/build/web/static/index/eye.png differ
diff --git a/unpackage/dist/build/web/static/index/line.png b/unpackage/dist/build/web/static/index/line.png
new file mode 100644
index 0000000..a7e9749
Binary files /dev/null and b/unpackage/dist/build/web/static/index/line.png differ
diff --git a/unpackage/dist/build/web/static/index/menu.png b/unpackage/dist/build/web/static/index/menu.png
new file mode 100644
index 0000000..a0b1184
Binary files /dev/null and b/unpackage/dist/build/web/static/index/menu.png differ
diff --git a/unpackage/dist/build/web/static/index/position.png b/unpackage/dist/build/web/static/index/position.png
new file mode 100644
index 0000000..14ee508
Binary files /dev/null and b/unpackage/dist/build/web/static/index/position.png differ
diff --git a/unpackage/dist/build/web/static/index/rili.png b/unpackage/dist/build/web/static/index/rili.png
new file mode 100644
index 0000000..c0c893d
Binary files /dev/null and b/unpackage/dist/build/web/static/index/rili.png differ
diff --git a/unpackage/dist/build/web/static/line.png b/unpackage/dist/build/web/static/line.png
new file mode 100644
index 0000000..46258ab
Binary files /dev/null and b/unpackage/dist/build/web/static/line.png differ
diff --git a/unpackage/dist/build/web/static/login/checked.png b/unpackage/dist/build/web/static/login/checked.png
new file mode 100644
index 0000000..a145806
Binary files /dev/null and b/unpackage/dist/build/web/static/login/checked.png differ
diff --git a/unpackage/dist/build/web/static/login/eye-off.png b/unpackage/dist/build/web/static/login/eye-off.png
new file mode 100644
index 0000000..45b5100
Binary files /dev/null and b/unpackage/dist/build/web/static/login/eye-off.png differ
diff --git a/unpackage/dist/build/web/static/login/eye.png b/unpackage/dist/build/web/static/login/eye.png
new file mode 100644
index 0000000..6b4c16a
Binary files /dev/null and b/unpackage/dist/build/web/static/login/eye.png differ
diff --git a/unpackage/dist/build/web/static/login/logo.png b/unpackage/dist/build/web/static/login/logo.png
new file mode 100644
index 0000000..84b9aeb
Binary files /dev/null and b/unpackage/dist/build/web/static/login/logo.png differ
diff --git a/unpackage/dist/build/web/static/login/nocheck.png b/unpackage/dist/build/web/static/login/nocheck.png
new file mode 100644
index 0000000..71e3663
Binary files /dev/null and b/unpackage/dist/build/web/static/login/nocheck.png differ
diff --git a/unpackage/dist/build/web/static/login/phone.png b/unpackage/dist/build/web/static/login/phone.png
new file mode 100644
index 0000000..3093700
Binary files /dev/null and b/unpackage/dist/build/web/static/login/phone.png differ
diff --git a/unpackage/dist/build/web/static/login/pwd.png b/unpackage/dist/build/web/static/login/pwd.png
new file mode 100644
index 0000000..51a728a
Binary files /dev/null and b/unpackage/dist/build/web/static/login/pwd.png differ
diff --git a/unpackage/dist/build/web/static/my/bg1.png b/unpackage/dist/build/web/static/my/bg1.png
new file mode 100644
index 0000000..ed123b7
Binary files /dev/null and b/unpackage/dist/build/web/static/my/bg1.png differ
diff --git a/unpackage/dist/build/web/static/my/biao.png b/unpackage/dist/build/web/static/my/biao.png
new file mode 100644
index 0000000..f557bc2
Binary files /dev/null and b/unpackage/dist/build/web/static/my/biao.png differ
diff --git a/unpackage/dist/build/web/static/my/close.png b/unpackage/dist/build/web/static/my/close.png
new file mode 100644
index 0000000..ef461c0
Binary files /dev/null and b/unpackage/dist/build/web/static/my/close.png differ
diff --git a/unpackage/dist/build/web/static/my/default.png b/unpackage/dist/build/web/static/my/default.png
new file mode 100644
index 0000000..bd645e8
Binary files /dev/null and b/unpackage/dist/build/web/static/my/default.png differ
diff --git a/unpackage/dist/build/web/static/my/dingwei.png b/unpackage/dist/build/web/static/my/dingwei.png
new file mode 100644
index 0000000..906afdb
Binary files /dev/null and b/unpackage/dist/build/web/static/my/dingwei.png differ
diff --git a/unpackage/dist/build/web/static/my/done.png b/unpackage/dist/build/web/static/my/done.png
new file mode 100644
index 0000000..0fd2e3e
Binary files /dev/null and b/unpackage/dist/build/web/static/my/done.png differ
diff --git a/unpackage/dist/build/web/static/my/edit.png b/unpackage/dist/build/web/static/my/edit.png
new file mode 100644
index 0000000..4944e32
Binary files /dev/null and b/unpackage/dist/build/web/static/my/edit.png differ
diff --git a/unpackage/dist/build/web/static/my/navbg.png b/unpackage/dist/build/web/static/my/navbg.png
new file mode 100644
index 0000000..794136b
Binary files /dev/null and b/unpackage/dist/build/web/static/my/navbg.png differ
diff --git a/unpackage/dist/build/web/static/my/num.png b/unpackage/dist/build/web/static/my/num.png
new file mode 100644
index 0000000..fddf20a
Binary files /dev/null and b/unpackage/dist/build/web/static/my/num.png differ
diff --git a/unpackage/dist/build/web/static/my/open.png b/unpackage/dist/build/web/static/my/open.png
new file mode 100644
index 0000000..df2c326
Binary files /dev/null and b/unpackage/dist/build/web/static/my/open.png differ
diff --git a/unpackage/dist/build/web/static/my/process.png b/unpackage/dist/build/web/static/my/process.png
new file mode 100644
index 0000000..d288cde
Binary files /dev/null and b/unpackage/dist/build/web/static/my/process.png differ
diff --git a/unpackage/dist/build/web/static/my/self.png b/unpackage/dist/build/web/static/my/self.png
new file mode 100644
index 0000000..c44396e
Binary files /dev/null and b/unpackage/dist/build/web/static/my/self.png differ
diff --git a/unpackage/dist/build/web/static/my/shengji.png b/unpackage/dist/build/web/static/my/shengji.png
new file mode 100644
index 0000000..0170ce6
Binary files /dev/null and b/unpackage/dist/build/web/static/my/shengji.png differ
diff --git a/unpackage/dist/build/web/static/my/shezhi.png b/unpackage/dist/build/web/static/my/shezhi.png
new file mode 100644
index 0000000..f667315
Binary files /dev/null and b/unpackage/dist/build/web/static/my/shezhi.png differ
diff --git a/unpackage/dist/build/web/static/my/xiaoxi.png b/unpackage/dist/build/web/static/my/xiaoxi.png
new file mode 100644
index 0000000..74fcbe9
Binary files /dev/null and b/unpackage/dist/build/web/static/my/xiaoxi.png differ
diff --git a/unpackage/dist/build/web/static/office/absence.png b/unpackage/dist/build/web/static/office/absence.png
new file mode 100644
index 0000000..b8e5686
Binary files /dev/null and b/unpackage/dist/build/web/static/office/absence.png differ
diff --git a/unpackage/dist/build/web/static/office/baoxiao.png b/unpackage/dist/build/web/static/office/baoxiao.png
new file mode 100644
index 0000000..3241a12
Binary files /dev/null and b/unpackage/dist/build/web/static/office/baoxiao.png differ
diff --git a/unpackage/dist/build/web/static/office/daka.png b/unpackage/dist/build/web/static/office/daka.png
new file mode 100644
index 0000000..97e478c
Binary files /dev/null and b/unpackage/dist/build/web/static/office/daka.png differ
diff --git a/unpackage/dist/build/web/static/office/duty.png b/unpackage/dist/build/web/static/office/duty.png
new file mode 100644
index 0000000..bf1c7a0
Binary files /dev/null and b/unpackage/dist/build/web/static/office/duty.png differ
diff --git a/unpackage/dist/build/web/static/office/feiyong.png b/unpackage/dist/build/web/static/office/feiyong.png
new file mode 100644
index 0000000..96318b3
Binary files /dev/null and b/unpackage/dist/build/web/static/office/feiyong.png differ
diff --git a/unpackage/dist/build/web/static/office/gonggao.png b/unpackage/dist/build/web/static/office/gonggao.png
new file mode 100644
index 0000000..73f43d8
Binary files /dev/null and b/unpackage/dist/build/web/static/office/gonggao.png differ
diff --git a/unpackage/dist/build/web/static/office/gongtuan.png b/unpackage/dist/build/web/static/office/gongtuan.png
new file mode 100644
index 0000000..1afccb4
Binary files /dev/null and b/unpackage/dist/build/web/static/office/gongtuan.png differ
diff --git a/unpackage/dist/build/web/static/office/gongwen.png b/unpackage/dist/build/web/static/office/gongwen.png
new file mode 100644
index 0000000..fdabc20
Binary files /dev/null and b/unpackage/dist/build/web/static/office/gongwen.png differ
diff --git a/unpackage/dist/build/web/static/office/huiyi.png b/unpackage/dist/build/web/static/office/huiyi.png
new file mode 100644
index 0000000..329c447
Binary files /dev/null and b/unpackage/dist/build/web/static/office/huiyi.png differ
diff --git a/unpackage/dist/build/web/static/office/jiankang.png b/unpackage/dist/build/web/static/office/jiankang.png
new file mode 100644
index 0000000..74cfe39
Binary files /dev/null and b/unpackage/dist/build/web/static/office/jiankang.png differ
diff --git a/unpackage/dist/build/web/static/office/jiedai.png b/unpackage/dist/build/web/static/office/jiedai.png
new file mode 100644
index 0000000..3ba894c
Binary files /dev/null and b/unpackage/dist/build/web/static/office/jiedai.png differ
diff --git a/unpackage/dist/build/web/static/office/process.png b/unpackage/dist/build/web/static/office/process.png
new file mode 100644
index 0000000..d288cde
Binary files /dev/null and b/unpackage/dist/build/web/static/office/process.png differ
diff --git a/unpackage/dist/build/web/static/office/task.png b/unpackage/dist/build/web/static/office/task.png
new file mode 100644
index 0000000..d2110dc
Binary files /dev/null and b/unpackage/dist/build/web/static/office/task.png differ
diff --git a/unpackage/dist/build/web/static/office/tongxun.png b/unpackage/dist/build/web/static/office/tongxun.png
new file mode 100644
index 0000000..c41d35f
Binary files /dev/null and b/unpackage/dist/build/web/static/office/tongxun.png differ
diff --git a/unpackage/dist/build/web/static/search.png b/unpackage/dist/build/web/static/search.png
new file mode 100644
index 0000000..6a0019e
Binary files /dev/null and b/unpackage/dist/build/web/static/search.png differ
diff --git a/unpackage/dist/build/web/static/system.png b/unpackage/dist/build/web/static/system.png
new file mode 100644
index 0000000..82a38b5
Binary files /dev/null and b/unpackage/dist/build/web/static/system.png differ
diff --git a/unpackage/dist/build/web/static/tab/anquan.png b/unpackage/dist/build/web/static/tab/anquan.png
new file mode 100644
index 0000000..54ed8d4
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/anquan.png differ
diff --git a/unpackage/dist/build/web/static/tab/cheliang.png b/unpackage/dist/build/web/static/tab/cheliang.png
new file mode 100644
index 0000000..ba753f7
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/cheliang.png differ
diff --git a/unpackage/dist/build/web/static/tab/index1.png b/unpackage/dist/build/web/static/tab/index1.png
new file mode 100644
index 0000000..21b7822
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/index1.png differ
diff --git a/unpackage/dist/build/web/static/tab/index2.png b/unpackage/dist/build/web/static/tab/index2.png
new file mode 100644
index 0000000..1aa67d5
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/index2.png differ
diff --git a/unpackage/dist/build/web/static/tab/office1.png b/unpackage/dist/build/web/static/tab/office1.png
new file mode 100644
index 0000000..3886126
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/office1.png differ
diff --git a/unpackage/dist/build/web/static/tab/office2.png b/unpackage/dist/build/web/static/tab/office2.png
new file mode 100644
index 0000000..7179f1b
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/office2.png differ
diff --git a/unpackage/dist/build/web/static/tab/product.png b/unpackage/dist/build/web/static/tab/product.png
new file mode 100644
index 0000000..7272719
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/product.png differ
diff --git a/unpackage/dist/build/web/static/tab/product1.png b/unpackage/dist/build/web/static/tab/product1.png
new file mode 100644
index 0000000..f52b601
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/product1.png differ
diff --git a/unpackage/dist/build/web/static/tab/product2.png b/unpackage/dist/build/web/static/tab/product2.png
new file mode 100644
index 0000000..53fcfd3
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/product2.png differ
diff --git a/unpackage/dist/build/web/static/tab/scan.png b/unpackage/dist/build/web/static/tab/scan.png
new file mode 100644
index 0000000..af318ad
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/scan.png differ
diff --git a/unpackage/dist/build/web/static/tab/shenpi.png b/unpackage/dist/build/web/static/tab/shenpi.png
new file mode 100644
index 0000000..b1910dd
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/shenpi.png differ
diff --git a/unpackage/dist/build/web/static/tab/taizhang.png b/unpackage/dist/build/web/static/tab/taizhang.png
new file mode 100644
index 0000000..5e1cd56
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/taizhang.png differ
diff --git a/unpackage/dist/build/web/static/tab/todo.png b/unpackage/dist/build/web/static/tab/todo.png
new file mode 100644
index 0000000..1a24984
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/todo.png differ
diff --git a/unpackage/dist/build/web/static/tab/user1.png b/unpackage/dist/build/web/static/tab/user1.png
new file mode 100644
index 0000000..a080253
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/user1.png differ
diff --git a/unpackage/dist/build/web/static/tab/user2.png b/unpackage/dist/build/web/static/tab/user2.png
new file mode 100644
index 0000000..f8bd8b0
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/user2.png differ
diff --git a/unpackage/dist/build/web/static/tab/yunshu.png b/unpackage/dist/build/web/static/tab/yunshu.png
new file mode 100644
index 0000000..da449f2
Binary files /dev/null and b/unpackage/dist/build/web/static/tab/yunshu.png differ
diff --git a/unpackage/dist/cache/.vite/deps/base-64.js.map b/unpackage/dist/cache/.vite/deps/base-64.js.map
index 47e330e..4d73976 100644
--- a/unpackage/dist/cache/.vite/deps/base-64.js.map
+++ b/unpackage/dist/cache/.vite/deps/base-64.js.map
@@ -2,6 +2,6 @@
"version": 3,
"sources": ["../../../../../node_modules/base-64/base64.js"],
"sourcesContent": ["/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */\r\n;(function(root) {\r\n\r\n\t// Detect free variables `exports`.\r\n\tvar freeExports = typeof exports == 'object' && exports;\r\n\r\n\t// Detect free variable `module`.\r\n\tvar freeModule = typeof module == 'object' && module &&\r\n\t\tmodule.exports == freeExports && module;\r\n\r\n\t// Detect free variable `global`, from Node.js or Browserified code, and use\r\n\t// it as `root`.\r\n\tvar freeGlobal = typeof global == 'object' && global;\r\n\tif (freeGlobal.global === freeGlobal || freeGlobal.window === freeGlobal) {\r\n\t\troot = freeGlobal;\r\n\t}\r\n\r\n\t/*--------------------------------------------------------------------------*/\r\n\r\n\tvar InvalidCharacterError = function(message) {\r\n\t\tthis.message = message;\r\n\t};\r\n\tInvalidCharacterError.prototype = new Error;\r\n\tInvalidCharacterError.prototype.name = 'InvalidCharacterError';\r\n\r\n\tvar error = function(message) {\r\n\t\t// Note: the error messages used throughout this file match those used by\r\n\t\t// the native `atob`/`btoa` implementation in Chromium.\r\n\t\tthrow new InvalidCharacterError(message);\r\n\t};\r\n\r\n\tvar TABLE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\r\n\t// http://whatwg.org/html/common-microsyntaxes.html#space-character\r\n\tvar REGEX_SPACE_CHARACTERS = /[\\t\\n\\f\\r ]/g;\r\n\r\n\t// `decode` is designed to be fully compatible with `atob` as described in the\r\n\t// HTML Standard. http://whatwg.org/html/webappapis.html#dom-windowbase64-atob\r\n\t// The optimized base64-decoding algorithm used is based on @atk’s excellent\r\n\t// implementation. https://gist.github.com/atk/1020396\r\n\tvar decode = function(input) {\r\n\t\tinput = String(input)\r\n\t\t\t.replace(REGEX_SPACE_CHARACTERS, '');\r\n\t\tvar length = input.length;\r\n\t\tif (length % 4 == 0) {\r\n\t\t\tinput = input.replace(/==?$/, '');\r\n\t\t\tlength = input.length;\r\n\t\t}\r\n\t\tif (\r\n\t\t\tlength % 4 == 1 ||\r\n\t\t\t// http://whatwg.org/C#alphanumeric-ascii-characters\r\n\t\t\t/[^+a-zA-Z0-9/]/.test(input)\r\n\t\t) {\r\n\t\t\terror(\r\n\t\t\t\t'Invalid character: the string to be decoded is not correctly encoded.'\r\n\t\t\t);\r\n\t\t}\r\n\t\tvar bitCounter = 0;\r\n\t\tvar bitStorage;\r\n\t\tvar buffer;\r\n\t\tvar output = '';\r\n\t\tvar position = -1;\r\n\t\twhile (++position < length) {\r\n\t\t\tbuffer = TABLE.indexOf(input.charAt(position));\r\n\t\t\tbitStorage = bitCounter % 4 ? bitStorage * 64 + buffer : buffer;\r\n\t\t\t// Unless this is the first of a group of 4 characters…\r\n\t\t\tif (bitCounter++ % 4) {\r\n\t\t\t\t// …convert the first 8 bits to a single ASCII character.\r\n\t\t\t\toutput += String.fromCharCode(\r\n\t\t\t\t\t0xFF & bitStorage >> (-2 * bitCounter & 6)\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn output;\r\n\t};\r\n\r\n\t// `encode` is designed to be fully compatible with `btoa` as described in the\r\n\t// HTML Standard: http://whatwg.org/html/webappapis.html#dom-windowbase64-btoa\r\n\tvar encode = function(input) {\r\n\t\tinput = String(input);\r\n\t\tif (/[^\\0-\\xFF]/.test(input)) {\r\n\t\t\t// Note: no need to special-case astral symbols here, as surrogates are\r\n\t\t\t// matched, and the input is supposed to only contain ASCII anyway.\r\n\t\t\terror(\r\n\t\t\t\t'The string to be encoded contains characters outside of the ' +\r\n\t\t\t\t'Latin1 range.'\r\n\t\t\t);\r\n\t\t}\r\n\t\tvar padding = input.length % 3;\r\n\t\tvar output = '';\r\n\t\tvar position = -1;\r\n\t\tvar a;\r\n\t\tvar b;\r\n\t\tvar c;\r\n\t\tvar buffer;\r\n\t\t// Make sure any padding is handled outside of the loop.\r\n\t\tvar length = input.length - padding;\r\n\r\n\t\twhile (++position < length) {\r\n\t\t\t// Read three bytes, i.e. 24 bits.\r\n\t\t\ta = input.charCodeAt(position) << 16;\r\n\t\t\tb = input.charCodeAt(++position) << 8;\r\n\t\t\tc = input.charCodeAt(++position);\r\n\t\t\tbuffer = a + b + c;\r\n\t\t\t// Turn the 24 bits into four chunks of 6 bits each, and append the\r\n\t\t\t// matching character for each of them to the output.\r\n\t\t\toutput += (\r\n\t\t\t\tTABLE.charAt(buffer >> 18 & 0x3F) +\r\n\t\t\t\tTABLE.charAt(buffer >> 12 & 0x3F) +\r\n\t\t\t\tTABLE.charAt(buffer >> 6 & 0x3F) +\r\n\t\t\t\tTABLE.charAt(buffer & 0x3F)\r\n\t\t\t);\r\n\t\t}\r\n\r\n\t\tif (padding == 2) {\r\n\t\t\ta = input.charCodeAt(position) << 8;\r\n\t\t\tb = input.charCodeAt(++position);\r\n\t\t\tbuffer = a + b;\r\n\t\t\toutput += (\r\n\t\t\t\tTABLE.charAt(buffer >> 10) +\r\n\t\t\t\tTABLE.charAt((buffer >> 4) & 0x3F) +\r\n\t\t\t\tTABLE.charAt((buffer << 2) & 0x3F) +\r\n\t\t\t\t'='\r\n\t\t\t);\r\n\t\t} else if (padding == 1) {\r\n\t\t\tbuffer = input.charCodeAt(position);\r\n\t\t\toutput += (\r\n\t\t\t\tTABLE.charAt(buffer >> 2) +\r\n\t\t\t\tTABLE.charAt((buffer << 4) & 0x3F) +\r\n\t\t\t\t'=='\r\n\t\t\t);\r\n\t\t}\r\n\r\n\t\treturn output;\r\n\t};\r\n\r\n\tvar base64 = {\r\n\t\t'encode': encode,\r\n\t\t'decode': decode,\r\n\t\t'version': '1.0.0'\r\n\t};\r\n\r\n\t// Some AMD build optimizers, like r.js, check for specific condition patterns\r\n\t// like the following:\r\n\tif (\r\n\t\ttypeof define == 'function' &&\r\n\t\ttypeof define.amd == 'object' &&\r\n\t\tdefine.amd\r\n\t) {\r\n\t\tdefine(function() {\r\n\t\t\treturn base64;\r\n\t\t});\r\n\t}\telse if (freeExports && !freeExports.nodeType) {\r\n\t\tif (freeModule) { // in Node.js or RingoJS v0.8.0+\r\n\t\t\tfreeModule.exports = base64;\r\n\t\t} else { // in Narwhal or RingoJS v0.7.0-\r\n\t\t\tfor (var key in base64) {\r\n\t\t\t\tbase64.hasOwnProperty(key) && (freeExports[key] = base64[key]);\r\n\t\t\t}\r\n\t\t}\r\n\t} else { // in Rhino or a web browser\r\n\t\troot.base64 = base64;\r\n\t}\r\n\r\n}(this));\r\n"],
- "mappings": ";;;;;;AAAA;AAAA;AACC,KAAC,SAAS,MAAM;AAGhB,UAAI,cAAc,OAAO,WAAW,YAAY;AAGhD,UAAI,aAAa,OAAO,UAAU,YAAY,UAC7C,OAAO,WAAW,eAAe;AAIlC,UAAI,aAAa,OAAO,UAAU,YAAY;AAC9C,UAAI,WAAW,WAAW,cAAc,WAAW,WAAW,YAAY;AACzE,eAAO;AAAA,MACR;AAIA,UAAI,wBAAwB,SAAS,SAAS;AAC7C,aAAK,UAAU;AAAA,MAChB;AACA,4BAAsB,YAAY,IAAI;AACtC,4BAAsB,UAAU,OAAO;AAEvC,UAAI,QAAQ,SAAS,SAAS;AAG7B,cAAM,IAAI,sBAAsB,OAAO;AAAA,MACxC;AAEA,UAAI,QAAQ;AAEZ,UAAI,yBAAyB;AAM7B,UAAI,SAAS,SAAS,OAAO;AAC5B,gBAAQ,OAAO,KAAK,EAClB,QAAQ,wBAAwB,EAAE;AACpC,YAAI,SAAS,MAAM;AACnB,YAAI,SAAS,KAAK,GAAG;AACpB,kBAAQ,MAAM,QAAQ,QAAQ,EAAE;AAChC,mBAAS,MAAM;AAAA,QAChB;AACA,YACC,SAAS,KAAK;AAAA,QAEd,iBAAiB,KAAK,KAAK,GAC1B;AACD;AAAA,YACC;AAAA,UACD;AAAA,QACD;AACA,YAAI,aAAa;AACjB,YAAI;AACJ,YAAI;AACJ,YAAI,SAAS;AACb,YAAI,WAAW;AACf,eAAO,EAAE,WAAW,QAAQ;AAC3B,mBAAS,MAAM,QAAQ,MAAM,OAAO,QAAQ,CAAC;AAC7C,uBAAa,aAAa,IAAI,aAAa,KAAK,SAAS;AAEzD,cAAI,eAAe,GAAG;AAErB,sBAAU,OAAO;AAAA,cAChB,MAAO,eAAe,KAAK,aAAa;AAAA,YACzC;AAAA,UACD;AAAA,QACD;AACA,eAAO;AAAA,MACR;AAIA,UAAI,SAAS,SAAS,OAAO;AAC5B,gBAAQ,OAAO,KAAK;AACpB,YAAI,aAAa,KAAK,KAAK,GAAG;AAG7B;AAAA,YACC;AAAA,UAED;AAAA,QACD;AACA,YAAI,UAAU,MAAM,SAAS;AAC7B,YAAI,SAAS;AACb,YAAI,WAAW;AACf,YAAI;AACJ,YAAI;AACJ,YAAI;AACJ,YAAI;AAEJ,YAAI,SAAS,MAAM,SAAS;AAE5B,eAAO,EAAE,WAAW,QAAQ;AAE3B,cAAI,MAAM,WAAW,QAAQ,KAAK;AAClC,cAAI,MAAM,WAAW,EAAE,QAAQ,KAAK;AACpC,cAAI,MAAM,WAAW,EAAE,QAAQ;AAC/B,mBAAS,IAAI,IAAI;AAGjB,oBACC,MAAM,OAAO,UAAU,KAAK,EAAI,IAChC,MAAM,OAAO,UAAU,KAAK,EAAI,IAChC,MAAM,OAAO,UAAU,IAAI,EAAI,IAC/B,MAAM,OAAO,SAAS,EAAI;AAAA,QAE5B;AAEA,YAAI,WAAW,GAAG;AACjB,cAAI,MAAM,WAAW,QAAQ,KAAK;AAClC,cAAI,MAAM,WAAW,EAAE,QAAQ;AAC/B,mBAAS,IAAI;AACb,oBACC,MAAM,OAAO,UAAU,EAAE,IACzB,MAAM,OAAQ,UAAU,IAAK,EAAI,IACjC,MAAM,OAAQ,UAAU,IAAK,EAAI,IACjC;AAAA,QAEF,WAAW,WAAW,GAAG;AACxB,mBAAS,MAAM,WAAW,QAAQ;AAClC,oBACC,MAAM,OAAO,UAAU,CAAC,IACxB,MAAM,OAAQ,UAAU,IAAK,EAAI,IACjC;AAAA,QAEF;AAEA,eAAO;AAAA,MACR;AAEA,UAAI,SAAS;AAAA,QACZ,UAAU;AAAA,QACV,UAAU;AAAA,QACV,WAAW;AAAA,MACZ;AAIA,UACC,OAAO,UAAU,cACjB,OAAO,OAAO,OAAO,YACrB,OAAO,KACN;AACD,eAAO,WAAW;AACjB,iBAAO;AAAA,QACR,CAAC;AAAA,MACF,WAAW,eAAe,CAAC,YAAY,UAAU;AAChD,YAAI,YAAY;AACf,qBAAW,UAAU;AAAA,QACtB,OAAO;AACN,mBAAS,OAAO,QAAQ;AACvB,mBAAO,eAAe,GAAG,MAAM,YAAY,GAAG,IAAI,OAAO,GAAG;AAAA,UAC7D;AAAA,QACD;AAAA,MACD,OAAO;AACN,aAAK,SAAS;AAAA,MACf;AAAA,IAED,GAAE,OAAI;AAAA;AAAA;",
+ "mappings": ";;;;;AAAA;AAAA;AACC,KAAC,SAAS,MAAM;AAGhB,UAAI,cAAc,OAAO,WAAW,YAAY;AAGhD,UAAI,aAAa,OAAO,UAAU,YAAY,UAC7C,OAAO,WAAW,eAAe;AAIlC,UAAI,aAAa,OAAO,UAAU,YAAY;AAC9C,UAAI,WAAW,WAAW,cAAc,WAAW,WAAW,YAAY;AACzE,eAAO;AAAA,MACR;AAIA,UAAI,wBAAwB,SAAS,SAAS;AAC7C,aAAK,UAAU;AAAA,MAChB;AACA,4BAAsB,YAAY,IAAI;AACtC,4BAAsB,UAAU,OAAO;AAEvC,UAAI,QAAQ,SAAS,SAAS;AAG7B,cAAM,IAAI,sBAAsB,OAAO;AAAA,MACxC;AAEA,UAAI,QAAQ;AAEZ,UAAI,yBAAyB;AAM7B,UAAI,SAAS,SAAS,OAAO;AAC5B,gBAAQ,OAAO,KAAK,EAClB,QAAQ,wBAAwB,EAAE;AACpC,YAAI,SAAS,MAAM;AACnB,YAAI,SAAS,KAAK,GAAG;AACpB,kBAAQ,MAAM,QAAQ,QAAQ,EAAE;AAChC,mBAAS,MAAM;AAAA,QAChB;AACA,YACC,SAAS,KAAK;AAAA,QAEd,iBAAiB,KAAK,KAAK,GAC1B;AACD;AAAA,YACC;AAAA,UACD;AAAA,QACD;AACA,YAAI,aAAa;AACjB,YAAI;AACJ,YAAI;AACJ,YAAI,SAAS;AACb,YAAI,WAAW;AACf,eAAO,EAAE,WAAW,QAAQ;AAC3B,mBAAS,MAAM,QAAQ,MAAM,OAAO,QAAQ,CAAC;AAC7C,uBAAa,aAAa,IAAI,aAAa,KAAK,SAAS;AAEzD,cAAI,eAAe,GAAG;AAErB,sBAAU,OAAO;AAAA,cAChB,MAAO,eAAe,KAAK,aAAa;AAAA,YACzC;AAAA,UACD;AAAA,QACD;AACA,eAAO;AAAA,MACR;AAIA,UAAI,SAAS,SAAS,OAAO;AAC5B,gBAAQ,OAAO,KAAK;AACpB,YAAI,aAAa,KAAK,KAAK,GAAG;AAG7B;AAAA,YACC;AAAA,UAED;AAAA,QACD;AACA,YAAI,UAAU,MAAM,SAAS;AAC7B,YAAI,SAAS;AACb,YAAI,WAAW;AACf,YAAI;AACJ,YAAI;AACJ,YAAI;AACJ,YAAI;AAEJ,YAAI,SAAS,MAAM,SAAS;AAE5B,eAAO,EAAE,WAAW,QAAQ;AAE3B,cAAI,MAAM,WAAW,QAAQ,KAAK;AAClC,cAAI,MAAM,WAAW,EAAE,QAAQ,KAAK;AACpC,cAAI,MAAM,WAAW,EAAE,QAAQ;AAC/B,mBAAS,IAAI,IAAI;AAGjB,oBACC,MAAM,OAAO,UAAU,KAAK,EAAI,IAChC,MAAM,OAAO,UAAU,KAAK,EAAI,IAChC,MAAM,OAAO,UAAU,IAAI,EAAI,IAC/B,MAAM,OAAO,SAAS,EAAI;AAAA,QAE5B;AAEA,YAAI,WAAW,GAAG;AACjB,cAAI,MAAM,WAAW,QAAQ,KAAK;AAClC,cAAI,MAAM,WAAW,EAAE,QAAQ;AAC/B,mBAAS,IAAI;AACb,oBACC,MAAM,OAAO,UAAU,EAAE,IACzB,MAAM,OAAQ,UAAU,IAAK,EAAI,IACjC,MAAM,OAAQ,UAAU,IAAK,EAAI,IACjC;AAAA,QAEF,WAAW,WAAW,GAAG;AACxB,mBAAS,MAAM,WAAW,QAAQ;AAClC,oBACC,MAAM,OAAO,UAAU,CAAC,IACxB,MAAM,OAAQ,UAAU,IAAK,EAAI,IACjC;AAAA,QAEF;AAEA,eAAO;AAAA,MACR;AAEA,UAAI,SAAS;AAAA,QACZ,UAAU;AAAA,QACV,UAAU;AAAA,QACV,WAAW;AAAA,MACZ;AAIA,UACC,OAAO,UAAU,cACjB,OAAO,OAAO,OAAO,YACrB,OAAO,KACN;AACD,eAAO,WAAW;AACjB,iBAAO;AAAA,QACR,CAAC;AAAA,MACF,WAAW,eAAe,CAAC,YAAY,UAAU;AAChD,YAAI,YAAY;AACf,qBAAW,UAAU;AAAA,QACtB,OAAO;AACN,mBAAS,OAAO,QAAQ;AACvB,mBAAO,eAAe,GAAG,MAAM,YAAY,GAAG,IAAI,OAAO,GAAG;AAAA,UAC7D;AAAA,QACD;AAAA,MACD,OAAO;AACN,aAAK,SAAS;AAAA,MACf;AAAA,IAED,GAAE,OAAI;AAAA;AAAA;",
"names": []
}
diff --git a/unpackage/dist/cache/.vite/deps/chunk-Y2F7D3TJ.js b/unpackage/dist/cache/.vite/deps/chunk-Y2F7D3TJ.js
new file mode 100644
index 0000000..1c36fad
--- /dev/null
+++ b/unpackage/dist/cache/.vite/deps/chunk-Y2F7D3TJ.js
@@ -0,0 +1,9 @@
+var __getOwnPropNames = Object.getOwnPropertyNames;
+var __commonJS = (cb, mod) => function __require() {
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
+};
+
+export {
+ __commonJS
+};
+//# sourceMappingURL=chunk-Y2F7D3TJ.js.map
diff --git a/unpackage/dist/cache/.vite/deps/chunk-Y2F7D3TJ.js.map b/unpackage/dist/cache/.vite/deps/chunk-Y2F7D3TJ.js.map
new file mode 100644
index 0000000..9865211
--- /dev/null
+++ b/unpackage/dist/cache/.vite/deps/chunk-Y2F7D3TJ.js.map
@@ -0,0 +1,7 @@
+{
+ "version": 3,
+ "sources": [],
+ "sourcesContent": [],
+ "mappings": "",
+ "names": []
+}
diff --git a/unpackage/dist/cache/.vite/deps/dayjs.js b/unpackage/dist/cache/.vite/deps/dayjs.js
new file mode 100644
index 0000000..8dcd447
--- /dev/null
+++ b/unpackage/dist/cache/.vite/deps/dayjs.js
@@ -0,0 +1,299 @@
+import {
+ __commonJS
+} from "./chunk-Y2F7D3TJ.js";
+
+// ../../../work/jeecg/app/cxc-szcx-uniapp/node_modules/dayjs/dayjs.min.js
+var require_dayjs_min = __commonJS({
+ "../../../work/jeecg/app/cxc-szcx-uniapp/node_modules/dayjs/dayjs.min.js"(exports, module) {
+ !function(t, e) {
+ "object" == typeof exports && "undefined" != typeof module ? module.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs = e();
+ }(exports, function() {
+ "use strict";
+ var t = 1e3, e = 6e4, n = 36e5, r = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", c = "month", f = "quarter", h = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) {
+ var e2 = ["th", "st", "nd", "rd"], n2 = t2 % 100;
+ return "[" + t2 + (e2[(n2 - 20) % 10] || e2[n2] || e2[0]) + "]";
+ } }, m = function(t2, e2, n2) {
+ var r2 = String(t2);
+ return !r2 || r2.length >= e2 ? t2 : "" + Array(e2 + 1 - r2.length).join(n2) + t2;
+ }, v = { s: m, z: function(t2) {
+ var e2 = -t2.utcOffset(), n2 = Math.abs(e2), r2 = Math.floor(n2 / 60), i2 = n2 % 60;
+ return (e2 <= 0 ? "+" : "-") + m(r2, 2, "0") + ":" + m(i2, 2, "0");
+ }, m: function t2(e2, n2) {
+ if (e2.date() < n2.date())
+ return -t2(n2, e2);
+ var r2 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r2, c), s2 = n2 - i2 < 0, u2 = e2.clone().add(r2 + (s2 ? -1 : 1), c);
+ return +(-(r2 + (n2 - i2) / (s2 ? i2 - u2 : u2 - i2)) || 0);
+ }, a: function(t2) {
+ return t2 < 0 ? Math.ceil(t2) || 0 : Math.floor(t2);
+ }, p: function(t2) {
+ return { M: c, y: h, w: o, d: a, D: d, h: u, m: s, s: i, ms: r, Q: f }[t2] || String(t2 || "").toLowerCase().replace(/s$/, "");
+ }, u: function(t2) {
+ return void 0 === t2;
+ } }, g = "en", D = {};
+ D[g] = M;
+ var p = "$isDayjsObject", S = function(t2) {
+ return t2 instanceof _ || !(!t2 || !t2[p]);
+ }, w = function t2(e2, n2, r2) {
+ var i2;
+ if (!e2)
+ return g;
+ if ("string" == typeof e2) {
+ var s2 = e2.toLowerCase();
+ D[s2] && (i2 = s2), n2 && (D[s2] = n2, i2 = s2);
+ var u2 = e2.split("-");
+ if (!i2 && u2.length > 1)
+ return t2(u2[0]);
+ } else {
+ var a2 = e2.name;
+ D[a2] = e2, i2 = a2;
+ }
+ return !r2 && i2 && (g = i2), i2 || !r2 && g;
+ }, O = function(t2, e2) {
+ if (S(t2))
+ return t2.clone();
+ var n2 = "object" == typeof e2 ? e2 : {};
+ return n2.date = t2, n2.args = arguments, new _(n2);
+ }, b = v;
+ b.l = w, b.i = S, b.w = function(t2, e2) {
+ return O(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset });
+ };
+ var _ = function() {
+ function M2(t2) {
+ this.$L = w(t2.locale, null, true), this.parse(t2), this.$x = this.$x || t2.x || {}, this[p] = true;
+ }
+ var m2 = M2.prototype;
+ return m2.parse = function(t2) {
+ this.$d = function(t3) {
+ var e2 = t3.date, n2 = t3.utc;
+ if (null === e2)
+ return /* @__PURE__ */ new Date(NaN);
+ if (b.u(e2))
+ return /* @__PURE__ */ new Date();
+ if (e2 instanceof Date)
+ return new Date(e2);
+ if ("string" == typeof e2 && !/Z$/i.test(e2)) {
+ var r2 = e2.match($);
+ if (r2) {
+ var i2 = r2[2] - 1 || 0, s2 = (r2[7] || "0").substring(0, 3);
+ return n2 ? new Date(Date.UTC(r2[1], i2, r2[3] || 1, r2[4] || 0, r2[5] || 0, r2[6] || 0, s2)) : new Date(r2[1], i2, r2[3] || 1, r2[4] || 0, r2[5] || 0, r2[6] || 0, s2);
+ }
+ }
+ return new Date(e2);
+ }(t2), this.init();
+ }, m2.init = function() {
+ var t2 = this.$d;
+ this.$y = t2.getFullYear(), this.$M = t2.getMonth(), this.$D = t2.getDate(), this.$W = t2.getDay(), this.$H = t2.getHours(), this.$m = t2.getMinutes(), this.$s = t2.getSeconds(), this.$ms = t2.getMilliseconds();
+ }, m2.$utils = function() {
+ return b;
+ }, m2.isValid = function() {
+ return !(this.$d.toString() === l);
+ }, m2.isSame = function(t2, e2) {
+ var n2 = O(t2);
+ return this.startOf(e2) <= n2 && n2 <= this.endOf(e2);
+ }, m2.isAfter = function(t2, e2) {
+ return O(t2) < this.startOf(e2);
+ }, m2.isBefore = function(t2, e2) {
+ return this.endOf(e2) < O(t2);
+ }, m2.$g = function(t2, e2, n2) {
+ return b.u(t2) ? this[e2] : this.set(n2, t2);
+ }, m2.unix = function() {
+ return Math.floor(this.valueOf() / 1e3);
+ }, m2.valueOf = function() {
+ return this.$d.getTime();
+ }, m2.startOf = function(t2, e2) {
+ var n2 = this, r2 = !!b.u(e2) || e2, f2 = b.p(t2), l2 = function(t3, e3) {
+ var i2 = b.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2);
+ return r2 ? i2 : i2.endOf(a);
+ }, $2 = function(t3, e3) {
+ return b.w(n2.toDate()[t3].apply(n2.toDate("s"), (r2 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2);
+ }, y2 = this.$W, M3 = this.$M, m3 = this.$D, v2 = "set" + (this.$u ? "UTC" : "");
+ switch (f2) {
+ case h:
+ return r2 ? l2(1, 0) : l2(31, 11);
+ case c:
+ return r2 ? l2(1, M3) : l2(0, M3 + 1);
+ case o:
+ var g2 = this.$locale().weekStart || 0, D2 = (y2 < g2 ? y2 + 7 : y2) - g2;
+ return l2(r2 ? m3 - D2 : m3 + (6 - D2), M3);
+ case a:
+ case d:
+ return $2(v2 + "Hours", 0);
+ case u:
+ return $2(v2 + "Minutes", 1);
+ case s:
+ return $2(v2 + "Seconds", 2);
+ case i:
+ return $2(v2 + "Milliseconds", 3);
+ default:
+ return this.clone();
+ }
+ }, m2.endOf = function(t2) {
+ return this.startOf(t2, false);
+ }, m2.$set = function(t2, e2) {
+ var n2, o2 = b.p(t2), f2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = f2 + "Date", n2[d] = f2 + "Date", n2[c] = f2 + "Month", n2[h] = f2 + "FullYear", n2[u] = f2 + "Hours", n2[s] = f2 + "Minutes", n2[i] = f2 + "Seconds", n2[r] = f2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2;
+ if (o2 === c || o2 === h) {
+ var y2 = this.clone().set(d, 1);
+ y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d;
+ } else
+ l2 && this.$d[l2]($2);
+ return this.init(), this;
+ }, m2.set = function(t2, e2) {
+ return this.clone().$set(t2, e2);
+ }, m2.get = function(t2) {
+ return this[b.p(t2)]();
+ }, m2.add = function(r2, f2) {
+ var d2, l2 = this;
+ r2 = Number(r2);
+ var $2 = b.p(f2), y2 = function(t2) {
+ var e2 = O(l2);
+ return b.w(e2.date(e2.date() + Math.round(t2 * r2)), l2);
+ };
+ if ($2 === c)
+ return this.set(c, this.$M + r2);
+ if ($2 === h)
+ return this.set(h, this.$y + r2);
+ if ($2 === a)
+ return y2(1);
+ if ($2 === o)
+ return y2(7);
+ var M3 = (d2 = {}, d2[s] = e, d2[u] = n, d2[i] = t, d2)[$2] || 1, m3 = this.$d.getTime() + r2 * M3;
+ return b.w(m3, this);
+ }, m2.subtract = function(t2, e2) {
+ return this.add(-1 * t2, e2);
+ }, m2.format = function(t2) {
+ var e2 = this, n2 = this.$locale();
+ if (!this.isValid())
+ return n2.invalidDate || l;
+ var r2 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = b.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, c2 = n2.months, f2 = n2.meridiem, h2 = function(t3, n3, i3, s3) {
+ return t3 && (t3[n3] || t3(e2, r2)) || i3[n3].slice(0, s3);
+ }, d2 = function(t3) {
+ return b.s(s2 % 12 || 12, t3, "0");
+ }, $2 = f2 || function(t3, e3, n3) {
+ var r3 = t3 < 12 ? "AM" : "PM";
+ return n3 ? r3.toLowerCase() : r3;
+ };
+ return r2.replace(y, function(t3, r3) {
+ return r3 || function(t4) {
+ switch (t4) {
+ case "YY":
+ return String(e2.$y).slice(-2);
+ case "YYYY":
+ return b.s(e2.$y, 4, "0");
+ case "M":
+ return a2 + 1;
+ case "MM":
+ return b.s(a2 + 1, 2, "0");
+ case "MMM":
+ return h2(n2.monthsShort, a2, c2, 3);
+ case "MMMM":
+ return h2(c2, a2);
+ case "D":
+ return e2.$D;
+ case "DD":
+ return b.s(e2.$D, 2, "0");
+ case "d":
+ return String(e2.$W);
+ case "dd":
+ return h2(n2.weekdaysMin, e2.$W, o2, 2);
+ case "ddd":
+ return h2(n2.weekdaysShort, e2.$W, o2, 3);
+ case "dddd":
+ return o2[e2.$W];
+ case "H":
+ return String(s2);
+ case "HH":
+ return b.s(s2, 2, "0");
+ case "h":
+ return d2(1);
+ case "hh":
+ return d2(2);
+ case "a":
+ return $2(s2, u2, true);
+ case "A":
+ return $2(s2, u2, false);
+ case "m":
+ return String(u2);
+ case "mm":
+ return b.s(u2, 2, "0");
+ case "s":
+ return String(e2.$s);
+ case "ss":
+ return b.s(e2.$s, 2, "0");
+ case "SSS":
+ return b.s(e2.$ms, 3, "0");
+ case "Z":
+ return i2;
+ }
+ return null;
+ }(t3) || i2.replace(":", "");
+ });
+ }, m2.utcOffset = function() {
+ return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
+ }, m2.diff = function(r2, d2, l2) {
+ var $2, y2 = this, M3 = b.p(d2), m3 = O(r2), v2 = (m3.utcOffset() - this.utcOffset()) * e, g2 = this - m3, D2 = function() {
+ return b.m(y2, m3);
+ };
+ switch (M3) {
+ case h:
+ $2 = D2() / 12;
+ break;
+ case c:
+ $2 = D2();
+ break;
+ case f:
+ $2 = D2() / 3;
+ break;
+ case o:
+ $2 = (g2 - v2) / 6048e5;
+ break;
+ case a:
+ $2 = (g2 - v2) / 864e5;
+ break;
+ case u:
+ $2 = g2 / n;
+ break;
+ case s:
+ $2 = g2 / e;
+ break;
+ case i:
+ $2 = g2 / t;
+ break;
+ default:
+ $2 = g2;
+ }
+ return l2 ? $2 : b.a($2);
+ }, m2.daysInMonth = function() {
+ return this.endOf(c).$D;
+ }, m2.$locale = function() {
+ return D[this.$L];
+ }, m2.locale = function(t2, e2) {
+ if (!t2)
+ return this.$L;
+ var n2 = this.clone(), r2 = w(t2, e2, true);
+ return r2 && (n2.$L = r2), n2;
+ }, m2.clone = function() {
+ return b.w(this.$d, this);
+ }, m2.toDate = function() {
+ return new Date(this.valueOf());
+ }, m2.toJSON = function() {
+ return this.isValid() ? this.toISOString() : null;
+ }, m2.toISOString = function() {
+ return this.$d.toISOString();
+ }, m2.toString = function() {
+ return this.$d.toUTCString();
+ }, M2;
+ }(), k = _.prototype;
+ return O.prototype = k, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach(function(t2) {
+ k[t2[1]] = function(e2) {
+ return this.$g(e2, t2[0], t2[1]);
+ };
+ }), O.extend = function(t2, e2) {
+ return t2.$i || (t2(e2, _, O), t2.$i = true), O;
+ }, O.locale = w, O.isDayjs = S, O.unix = function(t2) {
+ return O(1e3 * t2);
+ }, O.en = D[g], O.Ls = D, O.p = {}, O;
+ });
+ }
+});
+export default require_dayjs_min();
+//# sourceMappingURL=dayjs.js.map
diff --git a/unpackage/dist/cache/.vite/deps/dayjs.js.map b/unpackage/dist/cache/.vite/deps/dayjs.js.map
new file mode 100644
index 0000000..418bc7c
--- /dev/null
+++ b/unpackage/dist/cache/.vite/deps/dayjs.js.map
@@ -0,0 +1,7 @@
+{
+ "version": 3,
+ "sources": ["../../../../../node_modules/dayjs/dayjs.min.js"],
+ "sourcesContent": ["!function(t,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e():\"function\"==typeof define&&define.amd?define(e):(t=\"undefined\"!=typeof globalThis?globalThis:t||self).dayjs=e()}(this,(function(){\"use strict\";var t=1e3,e=6e4,n=36e5,r=\"millisecond\",i=\"second\",s=\"minute\",u=\"hour\",a=\"day\",o=\"week\",c=\"month\",f=\"quarter\",h=\"year\",d=\"date\",l=\"Invalid Date\",$=/^(\\d{4})[-/]?(\\d{1,2})?[-/]?(\\d{0,2})[Tt\\s]*(\\d{1,2})?:?(\\d{1,2})?:?(\\d{1,2})?[.:]?(\\d+)?$/,y=/\\[([^\\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:\"en\",weekdays:\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),months:\"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),ordinal:function(t){var e=[\"th\",\"st\",\"nd\",\"rd\"],n=t%100;return\"[\"+t+(e[(n-20)%10]||e[n]||e[0])+\"]\"}},m=function(t,e,n){var r=String(t);return!r||r.length>=e?t:\"\"+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return(e<=0?\"+\":\"-\")+m(r,2,\"0\")+\":\"+m(i,2,\"0\")},m:function t(e,n){if(e.date()1)return t(u[0])}else{var a=e.name;D[a]=e,i=a}return!r&&i&&(g=i),i||!r&&g},O=function(t,e){if(S(t))return t.clone();var n=\"object\"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},b=v;b.l=w,b.i=S,b.w=function(t,e){return O(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=w(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[p]=!0}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if(\"string\"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||\"0\").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.init()},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},m.$utils=function(){return b},m.isValid=function(){return!(this.$d.toString()===l)},m.isSame=function(t,e){var n=O(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return O(t)> 2;
+ enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
+ enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
+ enc4 = chr3 & 63;
+ if (isNaN(chr2)) {
+ enc3 = enc4 = 64;
+ } else if (isNaN(chr3)) {
+ enc4 = 64;
+ }
+ output = output +
+ _keyStr.charAt(enc1) + _keyStr.charAt(enc2) +
+ _keyStr.charAt(enc3) + _keyStr.charAt(enc4);
+ }
+ return output;
+ }
+ // 解密
+ this.decode = (input)=> {
+ var output = "";
+ var chr1, chr2, chr3;
+ var enc1, enc2, enc3, enc4;
+ var i = 0;
+ if (input==undefined||input==null){
+
+ }else {
+ input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
+ while (i < input.length) {
+ enc1 = _keyStr.indexOf(input.charAt(i++));
+ enc2 = _keyStr.indexOf(input.charAt(i++));
+ enc3 = _keyStr.indexOf(input.charAt(i++));
+ enc4 = _keyStr.indexOf(input.charAt(i++));
+ chr1 = (enc1 << 2) | (enc2 >> 4);
+ chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
+ chr3 = ((enc3 & 3) << 6) | enc4;
+ output = output + String.fromCharCode(chr1);
+ if (enc3 != 64) {
+ output = output + String.fromCharCode(chr2);
+ }
+ if (enc4 != 64) {
+ output = output + String.fromCharCode(chr3);
+ }
+ }
+ output = _utf8_decode(output);
+ return output;
+ }
+
+ }
+ // private method for UTF-8 encoding
+ let _utf8_encode = (string)=> {
+ string = string.replace(/\r\n/g,"\n");
+ var utftext = "";
+ for (var n = 0; n < string.length; n++) {
+ var c = string.charCodeAt(n);
+ if (c < 128) {
+ utftext += String.fromCharCode(c);
+ } else if((c > 127) && (c < 2048)) {
+ utftext += String.fromCharCode((c >> 6) | 192);
+ utftext += String.fromCharCode((c & 63) | 128);
+ } else {
+ utftext += String.fromCharCode((c >> 12) | 224);
+ utftext += String.fromCharCode(((c >> 6) & 63) | 128);
+ utftext += String.fromCharCode((c & 63) | 128);
+ }
+ }
+ return utftext;
+ }
+ // private method for UTF-8 decoding
+ let _utf8_decode = (utftext)=> {
+ var string = "";
+ var i = 0;
+ var c = c1 = c2 = 0;
+ var c1 = 0;
+ var c2 = 0;
+ var c3 = 0;
+ while ( i < utftext.length ) {
+ c = utftext.charCodeAt(i);
+ if (c < 128) {
+ string += String.fromCharCode(c);
+ i++;
+ } else if((c > 191) && (c < 224)) {
+ c2 = utftext.charCodeAt(i+1);
+ string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
+ i += 2;
+ } else {
+ c2 = utftext.charCodeAt(i+1);
+ c3 = utftext.charCodeAt(i+2);
+ string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
+ i += 3;
+ }
+ }
+ return string;
+ }
+}