From 3aafeee978e5d68ce2995010b6799eaef74c4160 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 10 May 2022 13:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=BB=86=E8=8A=82,=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=83=A8=E7=BD=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/UiLineBox.vue | 16 +++++-- components/UiMoney.vue | 2 +- nuxt.config.js | 8 +++- package-lock.json | 14 +++--- pages/account/index.vue | 20 +-------- .../index/order/detail/module/GoodsInfo.vue | 9 +++- .../order/detail/module/LogisitcsInfo.vue | 19 +++++--- .../index/order/detail/module/StatusStep.vue | 45 ++++++++++++++++--- pages/account/index/order/list/index.vue | 5 +-- pages/order/submit/index.vue | 7 ++- 10 files changed, 95 insertions(+), 50 deletions(-) diff --git a/components/UiLineBox.vue b/components/UiLineBox.vue index 0f7b95f..676c722 100644 --- a/components/UiLineBox.vue +++ b/components/UiLineBox.vue @@ -2,20 +2,27 @@ * @Author: ch * @Date: 2022-05-07 22:40:55 * @LastEditors: ch - * @LastEditTime: 2022-05-09 16:04:47 + * @LastEditTime: 2022-05-10 13:48:39 * @Description: file content --> \ No newline at end of file diff --git a/components/UiMoney.vue b/components/UiMoney.vue index 230095e..0dea6d2 100644 --- a/components/UiMoney.vue +++ b/components/UiMoney.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-04 17:44:29 * @LastEditors: ch - * @LastEditTime: 2022-05-08 17:24:29 + * @LastEditTime: 2022-05-10 13:55:12 * @Description: 金额显示UI组件,金额¥和小数点显示大小不同,以及需不需要小数点 props money 金额 数组或字符串 diff --git a/nuxt.config.js b/nuxt.config.js index 04e0028..fc23462 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-03 22:14:16 * @LastEditors: ch - * @LastEditTime: 2022-05-09 09:56:10 + * @LastEditTime: 2022-05-10 12:56:34 * @Description: file content */ export default { @@ -10,7 +10,11 @@ export default { head: { title: 'shop-pc', htmlAttrs: { - lang: 'en' + lang: 'zh' + }, + server: { + port: 3000, // default: 3000 + host: '0.0.0.0' // default: localhost, }, meta: [ { charset: 'utf-8' }, diff --git a/package-lock.json b/package-lock.json index c4298af..599a175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3875,7 +3875,7 @@ "dependencies": { "core-js": { "version": "2.6.12", - "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" }, "regenerator-runtime": { @@ -3917,7 +3917,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { @@ -3926,7 +3926,7 @@ }, "globals": { "version": "9.18.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-9.18.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", "dev": true }, @@ -6386,7 +6386,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -6444,7 +6444,7 @@ "dependencies": { "is-extendable": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "requires": { "is-plain-object": "^2.0.4" @@ -13737,7 +13737,7 @@ "dependencies": { "is-arrayish": { "version": "0.3.2", - "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" } } @@ -16214,7 +16214,7 @@ }, "make-dir": { "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "requires": { "pify": "^3.0.0" diff --git a/pages/account/index.vue b/pages/account/index.vue index 241e5df..f484ddc 100644 --- a/pages/account/index.vue +++ b/pages/account/index.vue @@ -2,24 +2,14 @@ * @Author: ch * @Date: 2022-05-08 17:48:36 * @LastEditors: ch - * @LastEditTime: 2022-05-09 22:06:37 + * @LastEditTime: 2022-05-10 12:19:04 * @Description: file content --> \ No newline at end of file diff --git a/pages/account/index/order/detail/module/LogisitcsInfo.vue b/pages/account/index/order/detail/module/LogisitcsInfo.vue index a5b9045..ad88299 100644 --- a/pages/account/index/order/detail/module/LogisitcsInfo.vue +++ b/pages/account/index/order/detail/module/LogisitcsInfo.vue @@ -2,15 +2,12 @@ * @Author: ch * @Date: 2022-05-09 15:52:51 * @LastEditors: ch - * @LastEditTime: 2022-05-09 18:05:32 + * @LastEditTime: 2022-05-10 13:50:29 * @Description: file content -->