This commit is contained in:
aihe 2024-05-07 10:38:17 +08:00
parent c53a2d5e74
commit 048a2a0aaa
2 changed files with 7 additions and 7 deletions

View File

@ -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": {

View File

@ -395,8 +395,8 @@
params.goodsPics = params.goodsPics.join(",")
await saveServerHand(params)
this.showToast('操作成功')
this.goBack()
}
}
}
</script>