diff --git a/pages/post/post.vue b/pages/post/post.vue index 0eca2ad..8cea0c0 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -50,15 +50,22 @@ > - - - - - - - - - + + + + 联系人 + {{submitParam.intoWarehouseContact || '-'}} + + + 电话 + {{submitParam.intoWarehousePhone || '-'}} + + + + 地址 + {{submitParam.intoWarehouseAddress || '-'}} + +