From 8456962ef1c43dc0f26cf265df1d366962371a4c Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 14 Apr 2022 19:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +- common/utils/sotrageSync.js | 22 ------- pages.json | 7 ++ pages/index/index.vue | 4 +- pages/order/detail/index.vue | 4 +- pages/order/saleAfter/saleAfterApply.vue | 8 ++- .../components/SubmitLogistics.vue | 31 ++++++++- .../order/saleAfter/saleAfterDetail/index.vue | 8 +-- pages/order/saleAfter/saleAfterEdit.vue | 11 +++- pages/order/saleAfter/saleAfterSelect.vue | 62 +++++++++++++++++- static/{ => common}/tabbar/account-active.png | Bin static/{ => common}/tabbar/account.png | Bin .../{ => common}/tabbar/category-active.png | Bin static/{ => common}/tabbar/category.png | Bin static/{ => common}/tabbar/home-active.png | Bin static/{ => common}/tabbar/home.png | Bin .../tabbar/shopping-cart-active.png | Bin static/{ => common}/tabbar/shopping-cart.png | Bin static/testImg/1.png | Bin 6878 -> 0 bytes static/testImg/2.png | Bin 6119 -> 0 bytes static/testImg/3.png | Bin 2654 -> 0 bytes 21 files changed, 119 insertions(+), 42 deletions(-) delete mode 100644 common/utils/sotrageSync.js rename static/{ => common}/tabbar/account-active.png (100%) rename static/{ => common}/tabbar/account.png (100%) rename static/{ => common}/tabbar/category-active.png (100%) rename static/{ => common}/tabbar/category.png (100%) rename static/{ => common}/tabbar/home-active.png (100%) rename static/{ => common}/tabbar/home.png (100%) rename static/{ => common}/tabbar/shopping-cart-active.png (100%) rename static/{ => common}/tabbar/shopping-cart.png (100%) delete mode 100644 static/testImg/1.png delete mode 100644 static/testImg/2.png delete mode 100644 static/testImg/3.png diff --git a/.gitignore b/.gitignore index 1fc5661..88bd84a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .hbuilderx/ .history/ -unpackage/dist/dev/ -unpackage/dist/build/.automator/ +# unpackage/dist/dev/ +# unpackage/dist/build/.automator/ node_moudel/ package-lock.json \ No newline at end of file diff --git a/common/utils/sotrageSync.js b/common/utils/sotrageSync.js deleted file mode 100644 index 3b9f305..0000000 --- a/common/utils/sotrageSync.js +++ /dev/null @@ -1,22 +0,0 @@ - - -/* - * @Author: ch - * @Date: 2022-03-23 14:07:07 - * @LastEditors: ch - * @LastEditTime: 2022-03-23 14:14:37 - * @Description: file content - */ -import { ToAsyncAwait } from '@/common/utils'; - -const getStorageSync = (key )=> ToAsyncAwait(async ()=>{ - return Promise((resolve, reject)=>{ - try{ - cosnt val = await uni.getStorageSync(key); - resolve(val) - }catch (e){ - reject(e) - } - - }) -}) \ No newline at end of file diff --git a/pages.json b/pages.json index 5cffb7f..fed3fca 100644 --- a/pages.json +++ b/pages.json @@ -183,6 +183,13 @@ "navigationBarBackgroundColor" : "#F8F8F8" } }, + { + "path": "pages/order/saleAfter/saleAfterSelect", + "aliasPath" : "/saleAfterSelect", + "style": { + "navigationBarTitleText": "申请售后" + } + }, { "path": "pages/order/saleAfter/saleAfterApply", "aliasPath" : "/saleAfterApply", diff --git a/pages/index/index.vue b/pages/index/index.vue index 9de4172..a5f1347 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2019-08-22 19:41:20 * @LastEditors: ch - * @LastEditTime: 2022-04-12 18:55:04 + * @LastEditTime: 2022-04-14 17:37:40 * @Description: file content -->