@10yun/cv-mobile-ui 0.5.55 → 0.5.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
- package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
- package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
- package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
- package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
- package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
- package/other/u-parse/readme.md +102 -0
- package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
- package/other/u-parse2026/libs/html2json.js +2 -2
- package/other/u-parse2026/libs/wxDiscode.js +1 -1
- package/other/u-parse2026/u-parse.css +1 -0
- package/other/u-parse2026/u-parse.vue +1 -3
- package/other/uParse2/components/wxParseAudio.vue +1 -0
- package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
- package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
- package/other/{uParse → uParse2}/libs/html2json.js +2 -2
- package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
- package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
- package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
- package/other/uParse2/u-parse2.css +264 -0
- package/package.json +1 -1
- package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
- package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
- package/ui-cv/components/cv-icons/cv-icons.vue +18 -62
- package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
- package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
- package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
- package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
- package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
- package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
- package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
- package/uview-plus/components/u-dropdown-list/u-dropdown-list.vue +1 -2
- package/uview-plus/components/u-form/form.js +13 -12
- package/uview-plus/components/u-image/u-image-wu.vue +25 -1
- package/uview-plus/components/u-parse/README.md +192 -0
- package/uview-plus/components/u-parse/changelog.md +163 -0
- package/uview-plus/components/u-parse/node/node.vue +37 -3
- package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
- package/uview-plus/components/u-parse/parser.js +8 -3
- package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
- package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
- package/uview-plus/components/u-parse/u-parse.vue +29 -1
- package/other/lime-painter2/README2.md +0 -576
- package/other/lime-painter2/changelog.md +0 -225
- package/other/lime-painter2/package.json +0 -93
- package/other/lime-painter2/readme.md +0 -758
- package/other/lime-painter2/test.md +0 -45
- package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
- package/other/u-parse-2019/readme.md +0 -99
- package/other/uParse/components/style.css +0 -1
- package/other/uParse/components/wxParseAudio.vue +0 -1
- package/other/xt-parse/changelog.md +0 -41
- package/other/xt-parse/node/node.vue +0 -752
- package/other/xt-parse/package.json +0 -129
- package/other/xt-parse/parser.js +0 -1461
- package/other/xt-parse/props.js +0 -49
- package/other/xt-parse/readme.md +0 -145
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
- package/other/xt-parse/u-parse.vue +0 -510
- package/plugins/luch-request/adapters/index.js +0 -131
- package/plugins/luch-request/core/InterceptorManager.js +0 -50
- package/plugins/luch-request/core/Request.js +0 -199
- package/plugins/luch-request/core/buildFullPath.js +0 -20
- package/plugins/luch-request/core/defaults.js +0 -32
- package/plugins/luch-request/core/dispatchRequest.js +0 -5
- package/plugins/luch-request/core/mergeConfig.js +0 -125
- package/plugins/luch-request/core/settle.js +0 -16
- package/plugins/luch-request/helpers/buildURL.js +0 -71
- package/plugins/luch-request/helpers/combineURLs.js +0 -12
- package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
- package/plugins/luch-request/index.d.ts +0 -197
- package/plugins/luch-request/index.js +0 -2
- package/plugins/luch-request/readme.md +0 -3
- package/plugins/luch-request/utils/clone.js +0 -260
- package/plugins/luch-request/utils.js +0 -131
- package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
- package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
- package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
- package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
- package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
- package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
- package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
- package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
- package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
- package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
- package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
- package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
- package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
- package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
- package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
- package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
- package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
- package/ui-sdks/sdk-app-update/img/logo.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
- package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
- package/ui-sdks/sdk-app-update/xxxx +0 -62
- package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
- package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
- package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
- package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
- package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
- package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
- package/ui-sdks/sdk-webview-main/main.js +0 -0
- package/ui-sdks/sdk-webview-main/mixin.js +0 -0
- package/uni-ui/lib/uni-badge/changelog.md +0 -33
- package/uni-ui/lib/uni-badge/package.json +0 -107
- package/uni-ui/lib/uni-badge/readme.md +0 -8
- package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
- package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
- package/uni-ui/lib/uni-calendar/changelog.md +0 -30
- package/uni-ui/lib/uni-calendar/package.json +0 -105
- package/uni-ui/lib/uni-calendar/readme.md +0 -103
- package/uni-ui/lib/uni-card/changelog.md +0 -26
- package/uni-ui/lib/uni-card/package.json +0 -107
- package/uni-ui/lib/uni-card/readme.md +0 -10
- package/uni-ui/lib/uni-collapse/changelog.md +0 -48
- package/uni-ui/lib/uni-collapse/package.json +0 -106
- package/uni-ui/lib/uni-collapse/readme.md +0 -11
- package/uni-ui/lib/uni-combox/changelog.md +0 -17
- package/uni-ui/lib/uni-combox/package.json +0 -107
- package/uni-ui/lib/uni-combox/readme.md +0 -10
- package/uni-ui/lib/uni-countdown/changelog.md +0 -30
- package/uni-ui/lib/uni-countdown/package.json +0 -105
- package/uni-ui/lib/uni-countdown/readme.md +0 -9
- package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
- package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
- package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
- package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
- package/uni-ui/lib/uni-data-picker/package.json +0 -109
- package/uni-ui/lib/uni-data-picker/readme.md +0 -21
- package/uni-ui/lib/uni-data-select/changelog.md +0 -51
- package/uni-ui/lib/uni-data-select/package.json +0 -106
- package/uni-ui/lib/uni-data-select/readme.md +0 -7
- package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
- package/uni-ui/lib/uni-dateformat/package.json +0 -107
- package/uni-ui/lib/uni-dateformat/readme.md +0 -10
- package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
- package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
- package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
- package/uni-ui/lib/uni-drawer/changelog.md +0 -13
- package/uni-ui/lib/uni-drawer/package.json +0 -106
- package/uni-ui/lib/uni-drawer/readme.md +0 -9
- package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
- package/uni-ui/lib/uni-easyinput/package.json +0 -107
- package/uni-ui/lib/uni-easyinput/readme.md +0 -10
- package/uni-ui/lib/uni-fab/changelog.md +0 -25
- package/uni-ui/lib/uni-fab/package.json +0 -107
- package/uni-ui/lib/uni-fab/readme.md +0 -8
- package/uni-ui/lib/uni-fav/changelog.md +0 -19
- package/uni-ui/lib/uni-fav/package.json +0 -106
- package/uni-ui/lib/uni-fav/readme.md +0 -9
- package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
- package/uni-ui/lib/uni-file-picker/package.json +0 -105
- package/uni-ui/lib/uni-file-picker/readme.md +0 -10
- package/uni-ui/lib/uni-forms/changelog.md +0 -100
- package/uni-ui/lib/uni-forms/package.json +0 -107
- package/uni-ui/lib/uni-forms/readme.md +0 -22
- package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
- package/uni-ui/lib/uni-goods-nav/package.json +0 -105
- package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
- package/uni-ui/lib/uni-grid/changelog.md +0 -13
- package/uni-ui/lib/uni-grid/package.json +0 -106
- package/uni-ui/lib/uni-grid/readme.md +0 -10
- package/uni-ui/lib/uni-group/changelog.md +0 -16
- package/uni-ui/lib/uni-group/package.json +0 -106
- package/uni-ui/lib/uni-group/readme.md +0 -8
- package/uni-ui/lib/uni-icons/changelog.md +0 -44
- package/uni-ui/lib/uni-icons/package.json +0 -111
- package/uni-ui/lib/uni-icons/readme.md +0 -7
- package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
- package/uni-ui/lib/uni-indexed-list/package.json +0 -107
- package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
- package/uni-ui/lib/uni-link/changelog.md +0 -17
- package/uni-ui/lib/uni-link/package.json +0 -106
- package/uni-ui/lib/uni-link/readme.md +0 -10
- package/uni-ui/lib/uni-list/changelog.md +0 -52
- package/uni-ui/lib/uni-list/package.json +0 -108
- package/uni-ui/lib/uni-list/readme.md +0 -44
- package/uni-ui/lib/uni-load-more/changelog.md +0 -27
- package/uni-ui/lib/uni-load-more/package.json +0 -105
- package/uni-ui/lib/uni-load-more/readme.md +0 -12
- package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
- package/uni-ui/lib/uni-nav-bar/package.json +0 -106
- package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
- package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
- package/uni-ui/lib/uni-notice-bar/package.json +0 -107
- package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
- package/uni-ui/lib/uni-number-box/changelog.md +0 -39
- package/uni-ui/lib/uni-number-box/package.json +0 -104
- package/uni-ui/lib/uni-number-box/readme.md +0 -11
- package/uni-ui/lib/uni-pagination/changelog.md +0 -27
- package/uni-ui/lib/uni-pagination/package.json +0 -106
- package/uni-ui/lib/uni-pagination/readme.md +0 -10
- package/uni-ui/lib/uni-popup/changelog.md +0 -102
- package/uni-ui/lib/uni-popup/package.json +0 -107
- package/uni-ui/lib/uni-popup/readme.md +0 -15
- package/uni-ui/lib/uni-rate/changelog.md +0 -27
- package/uni-ui/lib/uni-rate/package.json +0 -106
- package/uni-ui/lib/uni-rate/readme.md +0 -11
- package/uni-ui/lib/uni-row/changelog.md +0 -10
- package/uni-ui/lib/uni-row/package.json +0 -106
- package/uni-ui/lib/uni-row/readme.md +0 -9
- package/uni-ui/lib/uni-scss/changelog.md +0 -8
- package/uni-ui/lib/uni-scss/package.json +0 -99
- package/uni-ui/lib/uni-scss/readme.md +0 -3
- package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
- package/uni-ui/lib/uni-search-bar/package.json +0 -106
- package/uni-ui/lib/uni-search-bar/readme.md +0 -12
- package/uni-ui/lib/uni-section/changelog.md +0 -2
- package/uni-ui/lib/uni-section/package.json +0 -104
- package/uni-ui/lib/uni-section/readme.md +0 -7
- package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
- package/uni-ui/lib/uni-segmented-control/package.json +0 -106
- package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
- package/uni-ui/lib/uni-steps/changelog.md +0 -18
- package/uni-ui/lib/uni-steps/package.json +0 -106
- package/uni-ui/lib/uni-steps/readme.md +0 -11
- package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
- package/uni-ui/lib/uni-swipe-action/package.json +0 -113
- package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
- package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
- package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
- package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
- package/uni-ui/lib/uni-table/changelog.md +0 -35
- package/uni-ui/lib/uni-table/package.json +0 -106
- package/uni-ui/lib/uni-table/readme.md +0 -11
- package/uni-ui/lib/uni-tag/changelog.md +0 -25
- package/uni-ui/lib/uni-tag/package.json +0 -106
- package/uni-ui/lib/uni-tag/readme.md +0 -11
- package/uni-ui/lib/uni-title/changelog.md +0 -10
- package/uni-ui/lib/uni-title/package.json +0 -107
- package/uni-ui/lib/uni-title/readme.md +0 -12
- package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
- package/uni-ui/lib/uni-tooltip/package.json +0 -104
- package/uni-ui/lib/uni-tooltip/readme.md +0 -7
- package/uni-ui/lib/uni-transition/changelog.md +0 -31
- package/uni-ui/lib/uni-transition/package.json +0 -112
- package/uni-ui/lib/uni-transition/readme.md +0 -10
- package/uni-ui/lib/uni-ui/changelog.md +0 -639
- package/uni-ui/lib/uni-ui/package.json +0 -148
- package/uni-ui/lib/uni-ui/readme.md +0 -247
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
- /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
- /package/other/{uParse → uParse2}/editor.css +0 -0
- /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
3
|
+
{
|
|
4
|
+
"path": "pages/index/index",
|
|
5
|
+
"style": {
|
|
6
|
+
"navigationBarTitleText": "秋云高性能跨全端图表组件"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"path": "pages/ucharts/ucharts",
|
|
11
|
+
"style": {
|
|
12
|
+
"navigationBarTitleText": "全端uCharts渲染图表"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"path": "pages/echarts/echarts",
|
|
17
|
+
"style": {
|
|
18
|
+
"navigationBarTitleText": "H5、App用ECharts,其他端用uCharts"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"path": "pages/unicloud/unicloud",
|
|
23
|
+
"style": {
|
|
24
|
+
"navigationBarTitleText": "uniCloud数据渲染图表"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"path": "pages/other/other",
|
|
29
|
+
"style": {
|
|
30
|
+
"navigationBarTitleText": "图表交互示例"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"path": "pages/tab/tab",
|
|
35
|
+
"style": {
|
|
36
|
+
"navigationBarTitleText": "Tab选项卡切换示例"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"path": "pages/layout/layout",
|
|
41
|
+
"style": {
|
|
42
|
+
"navigationBarTitleText": "特殊布局示例"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"path": "pages/format-e/format-e",
|
|
47
|
+
"style": {
|
|
48
|
+
"navigationBarTitleText": "ECharts的formatter用法"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"path": "pages/format-u/format-u",
|
|
53
|
+
"style": {
|
|
54
|
+
"navigationBarTitleText": "uCharts的formatter用法"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"path": "pages/canvas/canvas",
|
|
59
|
+
"style": {
|
|
60
|
+
"navigationBarTitleText": "原生用法示例(非组件)"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"path": "pages/updata/updata",
|
|
65
|
+
"style": {
|
|
66
|
+
"navigationBarTitleText": "动态更新数据示例"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"globalStyle": {
|
|
71
|
+
"navigationBarTextStyle": "black",
|
|
72
|
+
"navigationBarTitleText": "秋云高性能跨全端图表组件",
|
|
73
|
+
"navigationBarBackgroundColor": "#F8F8F8",
|
|
74
|
+
"backgroundColor": "#F8F8F8",
|
|
75
|
+
"mp-alipay" : {
|
|
76
|
+
"titleBarColor" : "#FFFFFF"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 这里是uni-app内置的常用样式变量
|
|
3
|
+
*
|
|
4
|
+
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
5
|
+
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
11
|
+
*
|
|
12
|
+
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/* 颜色变量 */
|
|
16
|
+
|
|
17
|
+
/* 行为相关颜色 */
|
|
18
|
+
$uni-color-primary: #007aff;
|
|
19
|
+
$uni-color-success: #4cd964;
|
|
20
|
+
$uni-color-warning: #f0ad4e;
|
|
21
|
+
$uni-color-error: #dd524d;
|
|
22
|
+
|
|
23
|
+
/* 文字基本颜色 */
|
|
24
|
+
$uni-text-color:#333;//基本色
|
|
25
|
+
$uni-text-color-inverse:#fff;//反色
|
|
26
|
+
$uni-text-color-grey:#999;//辅助灰色,如加载更多的提示信息
|
|
27
|
+
$uni-text-color-placeholder: #808080;
|
|
28
|
+
$uni-text-color-disable:#c0c0c0;
|
|
29
|
+
|
|
30
|
+
/* 背景颜色 */
|
|
31
|
+
$uni-bg-color:#ffffff;
|
|
32
|
+
$uni-bg-color-grey:#f8f8f8;
|
|
33
|
+
$uni-bg-color-hover:#f1f1f1;//点击状态颜色
|
|
34
|
+
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
|
|
35
|
+
|
|
36
|
+
/* 边框颜色 */
|
|
37
|
+
$uni-border-color:#c8c7cc;
|
|
38
|
+
|
|
39
|
+
/* 尺寸变量 */
|
|
40
|
+
|
|
41
|
+
/* 文字尺寸 */
|
|
42
|
+
$uni-font-size-sm:24rpx;
|
|
43
|
+
$uni-font-size-base:28rpx;
|
|
44
|
+
$uni-font-size-lg:32rpx;
|
|
45
|
+
|
|
46
|
+
/* 图片尺寸 */
|
|
47
|
+
$uni-img-size-sm:40rpx;
|
|
48
|
+
$uni-img-size-base:52rpx;
|
|
49
|
+
$uni-img-size-lg:80rpx;
|
|
50
|
+
|
|
51
|
+
/* Border Radius */
|
|
52
|
+
$uni-border-radius-sm: 4rpx;
|
|
53
|
+
$uni-border-radius-base: 6rpx;
|
|
54
|
+
$uni-border-radius-lg: 12rpx;
|
|
55
|
+
$uni-border-radius-circle: 50%;
|
|
56
|
+
|
|
57
|
+
/* 水平间距 */
|
|
58
|
+
$uni-spacing-row-sm: 10px;
|
|
59
|
+
$uni-spacing-row-base: 20rpx;
|
|
60
|
+
$uni-spacing-row-lg: 30rpx;
|
|
61
|
+
|
|
62
|
+
/* 垂直间距 */
|
|
63
|
+
$uni-spacing-col-sm: 8rpx;
|
|
64
|
+
$uni-spacing-col-base: 16rpx;
|
|
65
|
+
$uni-spacing-col-lg: 24rpx;
|
|
66
|
+
|
|
67
|
+
/* 透明度 */
|
|
68
|
+
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度
|
|
69
|
+
|
|
70
|
+
/* 文章场景相关 */
|
|
71
|
+
$uni-color-title: #2C405A; // 文章标题颜色
|
|
72
|
+
$uni-font-size-title:40rpx;
|
|
73
|
+
$uni-color-subtitle: #555555; // 二级标题颜色
|
|
74
|
+
$uni-font-size-subtitle:36rpx;
|
|
75
|
+
$uni-color-paragraph: #3F536E; // 文章段落颜色
|
|
76
|
+
$uni-font-size-paragraph:30rpx;
|
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
// 在本文件中可配置云数据库初始化,数据格式见:https://uniapp.dcloud.io/uniCloud/hellodb?id=db-init
|
|
2
|
+
// 编写完毕后对本文件点右键,可按配置规则创建表和添加数据
|
|
3
|
+
{
|
|
4
|
"qiun-charts-demo": {
|
|
5
|
+
"data": [
|
|
6
|
+
{
|
|
7
|
+
"nickname": "赵六3",
|
|
8
|
+
"gender": 1,
|
|
9
|
+
"status": 3,
|
|
10
|
+
"register_date": 1618894332888,
|
|
11
|
+
"total_fee": 2589
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"nickname": "李四4",
|
|
15
|
+
"gender": 2,
|
|
16
|
+
"status": 0,
|
|
17
|
+
"register_date": 1619671932888,
|
|
18
|
+
"total_fee": 3171
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"nickname": "张三3",
|
|
22
|
+
"gender": 2,
|
|
23
|
+
"status": 0,
|
|
24
|
+
"register_date": 1617857532888,
|
|
25
|
+
"total_fee": 4523
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"nickname": "张三2",
|
|
29
|
+
"gender": 1,
|
|
30
|
+
"status": 0,
|
|
31
|
+
"register_date": 1617771132888,
|
|
32
|
+
"total_fee": 4522
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"nickname": "李四2",
|
|
36
|
+
"gender": 1,
|
|
37
|
+
"status": 0,
|
|
38
|
+
"register_date": 1622263932888,
|
|
39
|
+
"total_fee": 3169
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"nickname": "王五4",
|
|
43
|
+
"gender": 2,
|
|
44
|
+
"status": 2,
|
|
45
|
+
"register_date": 1620017532888,
|
|
46
|
+
"total_fee": 7686
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"nickname": "赵六2",
|
|
50
|
+
"gender": 1,
|
|
51
|
+
"status": 3,
|
|
52
|
+
"register_date": 1618807932888,
|
|
53
|
+
"total_fee": 2588
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"nickname": "张三3",
|
|
57
|
+
"gender": 2,
|
|
58
|
+
"status": 0,
|
|
59
|
+
"register_date": 1620622332888,
|
|
60
|
+
"total_fee": 4523
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"nickname": "赵六1",
|
|
64
|
+
"gender": 1,
|
|
65
|
+
"status": 3,
|
|
66
|
+
"register_date": 1620103932888,
|
|
67
|
+
"total_fee": 2587
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"nickname": "张三2",
|
|
71
|
+
"gender": 1,
|
|
72
|
+
"status": 0,
|
|
73
|
+
"register_date": 1621918332888,
|
|
74
|
+
"total_fee": 4522
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"nickname": "王五3",
|
|
78
|
+
"gender": 2,
|
|
79
|
+
"status": 2,
|
|
80
|
+
"register_date": 1621313532888,
|
|
81
|
+
"total_fee": 7685
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"nickname": "赵六4",
|
|
85
|
+
"gender": 1,
|
|
86
|
+
"status": 3,
|
|
87
|
+
"register_date": 1621745532888,
|
|
88
|
+
"total_fee": 2590
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"nickname": "张三4",
|
|
92
|
+
"gender": 2,
|
|
93
|
+
"status": 0,
|
|
94
|
+
"register_date": 1622091132888,
|
|
95
|
+
"total_fee": 4524
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"nickname": "赵六1",
|
|
99
|
+
"gender": 1,
|
|
100
|
+
"status": 3,
|
|
101
|
+
"register_date": 1622868732888,
|
|
102
|
+
"total_fee": 2587
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"nickname": "张三4",
|
|
106
|
+
"gender": 2,
|
|
107
|
+
"status": 0,
|
|
108
|
+
"register_date": 1617943932888,
|
|
109
|
+
"total_fee": 4524
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"nickname": "王五3",
|
|
113
|
+
"gender": 2,
|
|
114
|
+
"status": 2,
|
|
115
|
+
"register_date": 1619931132888,
|
|
116
|
+
"total_fee": 7685
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"nickname": "王五4",
|
|
120
|
+
"gender": 2,
|
|
121
|
+
"status": 2,
|
|
122
|
+
"register_date": 1621399932888,
|
|
123
|
+
"total_fee": 7686
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"nickname": "张三3",
|
|
127
|
+
"gender": 2,
|
|
128
|
+
"status": 0,
|
|
129
|
+
"register_date": 1622004732888,
|
|
130
|
+
"total_fee": 4523
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"nickname": "张三1",
|
|
134
|
+
"gender": 1,
|
|
135
|
+
"status": 0,
|
|
136
|
+
"register_date": 1620449532888,
|
|
137
|
+
"total_fee": 4521
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"nickname": "赵六1",
|
|
141
|
+
"gender": 1,
|
|
142
|
+
"status": 3,
|
|
143
|
+
"register_date": 1621486332888,
|
|
144
|
+
"total_fee": 2587
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"nickname": "李四2",
|
|
148
|
+
"gender": 1,
|
|
149
|
+
"status": 0,
|
|
150
|
+
"register_date": 1620881532888,
|
|
151
|
+
"total_fee": 3169
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"nickname": "王五4",
|
|
155
|
+
"gender": 2,
|
|
156
|
+
"status": 2,
|
|
157
|
+
"register_date": 1618635132888,
|
|
158
|
+
"total_fee": 7686
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"nickname": "张三3",
|
|
162
|
+
"gender": 2,
|
|
163
|
+
"status": 0,
|
|
164
|
+
"register_date": 1619239932888,
|
|
165
|
+
"total_fee": 4523
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"nickname": "张三1",
|
|
169
|
+
"gender": 1,
|
|
170
|
+
"status": 0,
|
|
171
|
+
"register_date": 1617684732888,
|
|
172
|
+
"total_fee": 4521
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"nickname": "李四2",
|
|
176
|
+
"gender": 1,
|
|
177
|
+
"status": 0,
|
|
178
|
+
"register_date": 1618116732888,
|
|
179
|
+
"total_fee": 3169
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"nickname": "王五2",
|
|
183
|
+
"gender": 1,
|
|
184
|
+
"status": 1,
|
|
185
|
+
"register_date": 1618462332888,
|
|
186
|
+
"total_fee": 7684
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"nickname": "李四4",
|
|
190
|
+
"gender": 2,
|
|
191
|
+
"status": 0,
|
|
192
|
+
"register_date": 1622436732888,
|
|
193
|
+
"total_fee": 3171
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"nickname": "李四4",
|
|
197
|
+
"gender": 2,
|
|
198
|
+
"status": 0,
|
|
199
|
+
"register_date": 1618289532888,
|
|
200
|
+
"total_fee": 3171
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"nickname": "赵六2",
|
|
204
|
+
"gender": 1,
|
|
205
|
+
"status": 3,
|
|
206
|
+
"register_date": 1620190332888,
|
|
207
|
+
"total_fee": 2588
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"nickname": "李四1",
|
|
211
|
+
"gender": 1,
|
|
212
|
+
"status": 0,
|
|
213
|
+
"register_date": 1622177532888,
|
|
214
|
+
"total_fee": 3168
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"nickname": "李四3",
|
|
218
|
+
"gender": 2,
|
|
219
|
+
"status": 0,
|
|
220
|
+
"register_date": 1622350332888,
|
|
221
|
+
"total_fee": 3170
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"nickname": "赵六3",
|
|
225
|
+
"gender": 1,
|
|
226
|
+
"status": 3,
|
|
227
|
+
"register_date": 1623041532888,
|
|
228
|
+
"total_fee": 2589
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"nickname": "王五3",
|
|
232
|
+
"gender": 2,
|
|
233
|
+
"status": 2,
|
|
234
|
+
"register_date": 1618548732888,
|
|
235
|
+
"total_fee": 7685
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"nickname": "张三2",
|
|
239
|
+
"gender": 1,
|
|
240
|
+
"status": 0,
|
|
241
|
+
"register_date": 1620535932888,
|
|
242
|
+
"total_fee": 4522
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"nickname": "李四1",
|
|
246
|
+
"gender": 1,
|
|
247
|
+
"status": 0,
|
|
248
|
+
"register_date": 1620795132888,
|
|
249
|
+
"total_fee": 3168
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"nickname": "王五2",
|
|
253
|
+
"gender": 1,
|
|
254
|
+
"status": 1,
|
|
255
|
+
"register_date": 1622609532888,
|
|
256
|
+
"total_fee": 7684
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"nickname": "张三4",
|
|
260
|
+
"gender": 2,
|
|
261
|
+
"status": 0,
|
|
262
|
+
"register_date": 1620708732888,
|
|
263
|
+
"total_fee": 4524
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"nickname": "李四1",
|
|
267
|
+
"gender": 1,
|
|
268
|
+
"status": 0,
|
|
269
|
+
"register_date": 1618030332888,
|
|
270
|
+
"total_fee": 3168
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"nickname": "王五1",
|
|
274
|
+
"gender": 1,
|
|
275
|
+
"status": 1,
|
|
276
|
+
"register_date": 1618375932888,
|
|
277
|
+
"total_fee": 7683
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"nickname": "张三4",
|
|
281
|
+
"gender": 2,
|
|
282
|
+
"status": 0,
|
|
283
|
+
"register_date": 1619326332888,
|
|
284
|
+
"total_fee": 4524
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"nickname": "王五1",
|
|
288
|
+
"gender": 1,
|
|
289
|
+
"status": 1,
|
|
290
|
+
"register_date": 1619758332888,
|
|
291
|
+
"total_fee": 7683
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"nickname": "赵六4",
|
|
295
|
+
"gender": 1,
|
|
296
|
+
"status": 3,
|
|
297
|
+
"register_date": 1620363132888,
|
|
298
|
+
"total_fee": 2590
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"nickname": "李四4",
|
|
302
|
+
"gender": 2,
|
|
303
|
+
"status": 0,
|
|
304
|
+
"register_date": 1621054332888,
|
|
305
|
+
"total_fee": 3171
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"nickname": "赵六3",
|
|
309
|
+
"gender": 1,
|
|
310
|
+
"status": 3,
|
|
311
|
+
"register_date": 1621659132888,
|
|
312
|
+
"total_fee": 2589
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"nickname": "赵六2",
|
|
316
|
+
"gender": 1,
|
|
317
|
+
"status": 3,
|
|
318
|
+
"register_date": 1621572732888,
|
|
319
|
+
"total_fee": 2588
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"nickname": "李四1",
|
|
323
|
+
"gender": 1,
|
|
324
|
+
"status": 0,
|
|
325
|
+
"register_date": 1619412732888,
|
|
326
|
+
"total_fee": 3168
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"nickname": "李四2",
|
|
330
|
+
"gender": 1,
|
|
331
|
+
"status": 0,
|
|
332
|
+
"register_date": 1619499132888,
|
|
333
|
+
"total_fee": 3169
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"nickname": "王五1",
|
|
337
|
+
"gender": 1,
|
|
338
|
+
"status": 1,
|
|
339
|
+
"register_date": 1621140732888,
|
|
340
|
+
"total_fee": 7683
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"nickname": "张三1",
|
|
344
|
+
"gender": 1,
|
|
345
|
+
"status": 0,
|
|
346
|
+
"register_date": 1619067132888,
|
|
347
|
+
"total_fee": 4521
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"nickname": "王五3",
|
|
351
|
+
"gender": 2,
|
|
352
|
+
"status": 2,
|
|
353
|
+
"register_date": 1622695932888,
|
|
354
|
+
"total_fee": 7685
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"nickname": "赵六4",
|
|
358
|
+
"gender": 1,
|
|
359
|
+
"status": 3,
|
|
360
|
+
"register_date": 1623127932888,
|
|
361
|
+
"total_fee": 2590
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"nickname": "张三2",
|
|
365
|
+
"gender": 1,
|
|
366
|
+
"status": 0,
|
|
367
|
+
"register_date": 1619153532888,
|
|
368
|
+
"total_fee": 4522
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"nickname": "李四3",
|
|
372
|
+
"gender": 2,
|
|
373
|
+
"status": 0,
|
|
374
|
+
"register_date": 1619585532888,
|
|
375
|
+
"total_fee": 3170
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"nickname": "赵六1",
|
|
379
|
+
"gender": 1,
|
|
380
|
+
"status": 3,
|
|
381
|
+
"register_date": 1618721532888,
|
|
382
|
+
"total_fee": 2587
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"nickname": "王五2",
|
|
386
|
+
"gender": 1,
|
|
387
|
+
"status": 1,
|
|
388
|
+
"register_date": 1621227132888,
|
|
389
|
+
"total_fee": 7684
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"nickname": "赵六4",
|
|
393
|
+
"gender": 1,
|
|
394
|
+
"status": 3,
|
|
395
|
+
"register_date": 1618980732888,
|
|
396
|
+
"total_fee": 2590
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"nickname": "王五4",
|
|
400
|
+
"gender": 2,
|
|
401
|
+
"status": 2,
|
|
402
|
+
"register_date": 1622782332888,
|
|
403
|
+
"total_fee": 7686
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"nickname": "李四3",
|
|
407
|
+
"gender": 2,
|
|
408
|
+
"status": 0,
|
|
409
|
+
"register_date": 1620967932888,
|
|
410
|
+
"total_fee": 3170
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"nickname": "王五1",
|
|
414
|
+
"gender": 1,
|
|
415
|
+
"status": 1,
|
|
416
|
+
"register_date": 1622523132888,
|
|
417
|
+
"total_fee": 7683
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"nickname": "李四3",
|
|
421
|
+
"gender": 2,
|
|
422
|
+
"status": 0,
|
|
423
|
+
"register_date": 1618203132888,
|
|
424
|
+
"total_fee": 3170
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"nickname": "王五2",
|
|
428
|
+
"gender": 1,
|
|
429
|
+
"status": 1,
|
|
430
|
+
"register_date": 1619844732888,
|
|
431
|
+
"total_fee": 7684
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"nickname": "赵六3",
|
|
435
|
+
"gender": 1,
|
|
436
|
+
"status": 3,
|
|
437
|
+
"register_date": 1620276732888,
|
|
438
|
+
"total_fee": 2589
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"nickname": "张三1",
|
|
442
|
+
"gender": 1,
|
|
443
|
+
"status": 0,
|
|
444
|
+
"register_date": 1621831932888,
|
|
445
|
+
"total_fee": 4521
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"nickname": "赵六2",
|
|
449
|
+
"gender": 1,
|
|
450
|
+
"status": 3,
|
|
451
|
+
"register_date": 1622955132888,
|
|
452
|
+
"total_fee": 2588
|
|
453
|
+
}
|
|
454
|
+
]
|
|
455
|
+
}
|
|
456
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
|
|
2
|
+
{
|
|
3
|
+
"bsonType": "object",
|
|
4
|
+
"required": [],
|
|
5
|
+
"permission": {
|
|
6
|
+
"read": true,
|
|
7
|
+
"create": true,
|
|
8
|
+
"update": true,
|
|
9
|
+
"delete": true
|
|
10
|
+
},
|
|
11
|
+
"properties": {
|
|
12
|
+
"_id": {
|
|
13
|
+
"description": "ID,系统自动生成"
|
|
14
|
+
},
|
|
15
|
+
"nickname": {
|
|
16
|
+
"bsonType": "string",
|
|
17
|
+
"title": "昵称",
|
|
18
|
+
"description": "用户昵称"
|
|
19
|
+
},
|
|
20
|
+
"gender": {
|
|
21
|
+
"bsonType": "int",
|
|
22
|
+
"title": "性别",
|
|
23
|
+
"description": "用户性别:0 未知 1 男性 2 女性",
|
|
24
|
+
"defaultValue": 0,
|
|
25
|
+
"enum": [
|
|
26
|
+
{
|
|
27
|
+
"text": "未知",
|
|
28
|
+
"value": 0
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"text": "男",
|
|
32
|
+
"value": 1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"text": "女",
|
|
36
|
+
"value": 2
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"status": {
|
|
41
|
+
"bsonType": "int",
|
|
42
|
+
"description": "用户状态:0 正常 1 禁用 2 审核中 3 审核拒绝",
|
|
43
|
+
"title": "用户状态",
|
|
44
|
+
"defaultValue": 0,
|
|
45
|
+
"enum": [
|
|
46
|
+
{
|
|
47
|
+
"text": "正常",
|
|
48
|
+
"value": 0
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"text": "禁用",
|
|
52
|
+
"value": 1
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"text": "审核中",
|
|
56
|
+
"value": 2
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"text": "审核拒绝",
|
|
60
|
+
"value": 3
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"register_date": {
|
|
65
|
+
"bsonType": "timestamp",
|
|
66
|
+
"description": "注册时间",
|
|
67
|
+
"forceDefaultValue": {
|
|
68
|
+
"$env": "now"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"total_fee": {
|
|
72
|
+
"bsonType": "int",
|
|
73
|
+
"description": "订单总金额,单位:分。"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -91,7 +91,8 @@ export default {
|
|
|
91
91
|
},
|
|
92
92
|
methods: {
|
|
93
93
|
wxParseATap(e) {
|
|
94
|
-
const { href } = e.currentTarget.dataset;
|
|
94
|
+
const { href } = e.currentTarget.dataset;
|
|
95
|
+
// TODO currentTarget才有dataset
|
|
95
96
|
if (!href) return;
|
|
96
97
|
let parent = this.$parent;
|
|
97
98
|
while (!parent.preview || typeof parent.preview !== 'function') {
|