diff --git a/pages/logistics/post.vue b/pages/logistics/post.vue
index 6ab7e52..cc7c9ec 100644
--- a/pages/logistics/post.vue
+++ b/pages/logistics/post.vue
@@ -11,7 +11,7 @@
收货人姓名: {{fuzzyName(item.receiver_name)}}
- 货物送达
+
@@ -53,7 +53,7 @@
showToast() {
this.$refs.uToast.show({
type: 'success',
- title: '成功主题(带图标)',
+ title: '成功',
message: "操作成功",
iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
})