From 20ae42da07e34949176aaac6d9ca995d810846dd Mon Sep 17 00:00:00 2001 From: mo-bai <1873032855@qq.com> Date: Tue, 10 May 2022 15:11:32 +0800 Subject: [PATCH] =?UTF-8?q?ui=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- apis/commonApi.js | 2 +- apis/deviceApi.js | 2 +- apis/mineApi.js | 2 +- .../business-components/factoryItem.vue | 3 +- components/qn-select/qn-select.vue | 5 + manifest.json | 322 +++++++++--------- pages/agreement/index.vue | 2 +- pages/digital-workshops/index.vue | 48 ++- pages/factory/index.vue | 1 + pages/login/index.vue | 2 +- pages/promotion/index.vue | 2 +- pages/setting/index.vue | 2 +- static/imgs/.DS_Store | Bin 8196 -> 8196 bytes .../imgs/digital-workshops/operation-icon.png | Bin 0 -> 948 bytes static/imgs/factory/.DS_Store | Bin 0 -> 6148 bytes unpackage/res/icons/1024x1024.png | Bin 301378 -> 185914 bytes unpackage/res/icons/120x120.png | Bin 6235 -> 8395 bytes unpackage/res/icons/144x144.png | Bin 7830 -> 10457 bytes unpackage/res/icons/152x152.png | Bin 8545 -> 11409 bytes unpackage/res/icons/167x167.png | Bin 9794 -> 12788 bytes unpackage/res/icons/180x180.png | Bin 10819 -> 13950 bytes unpackage/res/icons/192x192.png | Bin 11513 -> 15045 bytes unpackage/res/icons/20x20.png | Bin 729 -> 971 bytes unpackage/res/icons/29x29.png | Bin 1117 -> 1529 bytes unpackage/res/icons/40x40.png | Bin 1647 -> 2252 bytes unpackage/res/icons/58x58.png | Bin 2511 -> 3604 bytes unpackage/res/icons/60x60.png | Bin 2614 -> 3653 bytes unpackage/res/icons/72x72.png | Bin 3301 -> 4598 bytes unpackage/res/icons/76x76.png | Bin 3612 -> 5018 bytes unpackage/res/icons/80x80.png | Bin 3799 -> 5223 bytes unpackage/res/icons/87x87.png | Bin 4212 -> 5823 bytes unpackage/res/icons/96x96.png | Bin 4710 -> 6392 bytes 33 files changed, 209 insertions(+), 186 deletions(-) create mode 100644 static/imgs/digital-workshops/operation-icon.png create mode 100644 static/imgs/factory/.DS_Store diff --git a/README.md b/README.md index 70eea94..c6e8e0f 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -印包客 app +印包管家 app diff --git a/apis/commonApi.js b/apis/commonApi.js index 7de34ed..d90fb5c 100644 --- a/apis/commonApi.js +++ b/apis/commonApi.js @@ -245,7 +245,7 @@ export function bindingReceiptCode(data = {}) { } /** - * 印包客注销账号 + * 印包管家注销账号 * @param {object} data */ export function cancelAccount(data = {}) { diff --git a/apis/deviceApi.js b/apis/deviceApi.js index e8d074c..cda7741 100644 --- a/apis/deviceApi.js +++ b/apis/deviceApi.js @@ -41,7 +41,7 @@ export function getDeviceList(data = {}) { } /** - * 印包客监控台获取设备类型统计数据 + * 印包管家监控台获取设备类型统计数据 */ export function getEquipmentStatistics(data = {}) { return http.get({ diff --git a/apis/mineApi.js b/apis/mineApi.js index c01c4b2..e6fb561 100644 --- a/apis/mineApi.js +++ b/apis/mineApi.js @@ -1,7 +1,7 @@ import http from '../utils/http/index.js' /** - * 印包客获取纸盘商订单统计 + * 印包管家获取纸盘商订单统计 * @param {object} data * @returns 订单统计 * swagger:http://api-ops-uec-test.qniao.cn/uec/swagger-ui/index.html?urls.primaryName=CustomerApi#/%E7%99%BB%E5%BD%95%E8%AE%A4%E8%AF%81/authorizeByCaptchaUsingPOST diff --git a/components/business-components/factoryItem.vue b/components/business-components/factoryItem.vue index 93c3702..7e19296 100644 --- a/components/business-components/factoryItem.vue +++ b/components/business-components/factoryItem.vue @@ -4,7 +4,7 @@ {{ item.name }} - + {{ item.score }}分 @@ -60,6 +60,7 @@ export default {