From 6f2bae6d5bad299c6f62e7a406b5d25564c9ea91 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:09:12 +0800 Subject: [PATCH] submit --- App.vue | 8 +- pages/confirm-order/index.vue | 613 ++++++++++++++------------- pages/consignment-painting/index.vue | 557 +++++++++++++----------- 3 files changed, 633 insertions(+), 545 deletions(-) diff --git a/App.vue b/App.vue index 6d25df6..043cac8 100644 --- a/App.vue +++ b/App.vue @@ -2,7 +2,13 @@ import tabBar from "./util/tabbar"; export default { - onLaunch: function() { + onLaunch: function(options) { + /* if (['pages/confirm-order/index'].includes(options.path)){ + uni.redirectTo({ + url: `pages/consignment-painting/index?type=confirm` + }) + } + console.log(options,'options')*/ // uni.setStorageSync("token",'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJJRCI6MCwiT3BlbklkIjoib01qYXY2NjlHMEtKcFlKNE1qWGhyNEh5cHhBUSIsIk5pY2tOYW1lIjoi5YiY5bCP5benIiwiVGVsTnVtIjoiMTUyNjI0ODE0OTgiLCJBdmF0YXIiOiJodHRwczovL2NkbnMuZm9udHJlZS5jbi9pbnZlbnRvcnkvZmlsZXMvaW1nL2MzNWQ1ODVhLTVjNTMtMTFlZS04OGRmLTAyNDJhYzEzMDAyNS5qcGciLCJJRE51bSI6IjMyMDMyNDE5OTAwNTA5NjY0WCIsImV4cCI6MTY5NTgxMTk4NCwiaXNzIjoibWFsbCJ9.QDDAiN5xFtL7BelKfgbnej_nO52T_UxQ7GFicHnQA2U') uni.hideTabBar(); uni.setStorageSync("tabBar", tabBar); diff --git a/pages/confirm-order/index.vue b/pages/confirm-order/index.vue index 9f9e59c..717f6d9 100644 --- a/pages/confirm-order/index.vue +++ b/pages/confirm-order/index.vue @@ -34,106 +34,110 @@ -