diff --git a/pages.json b/pages.json index ed06910..adda29b 100644 --- a/pages.json +++ b/pages.json @@ -17,12 +17,6 @@ "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" }, "pages": [ - { - "path": "pages/post/openorder", - "style": { - "navigationBarTitleText": "开单" - } - }, { "path": "pages/tabBar/home/home", "style": { @@ -75,6 +69,12 @@ "navigationBarTitleText": "业务统计" } }, + { + "path": "pages/post/openorder", + "style": { + "navigationBarTitleText": "开单" + } + }, { "path": "pages/post/post", "style": { diff --git a/pages/post/openorder.vue b/pages/post/openorder.vue index 1af5be1..ad36b54 100644 --- a/pages/post/openorder.vue +++ b/pages/post/openorder.vue @@ -395,8 +395,8 @@ params.goodsPics = params.goodsPics.join(",") await saveServerHand(params) this.showToast('操作成功') + this.goBack() } - } }