From 74989080700b05762c3eaeca4cdf7696a0b88698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 18 Mar 2021 15:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=91=E5=AE=9A=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/view/shop_order_send/index.html | 2 ++ app/data/view/user/index.html | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/data/view/shop_order_send/index.html b/app/data/view/shop_order_send/index.html index 1853c93f6..1013c51f2 100644 --- a/app/data/view/shop_order_send/index.html +++ b/app/data/view/shop_order_send/index.html @@ -47,7 +47,9 @@ + {notempty name='vo.address_idcode'}
身份证号:{$vo.address_idcode|default='-'}
+ {/notempty}
收货姓名:{$vo.address_name|default='-'}{$vo.address_phone}
收货地址:{$vo.address_province|default='-'}{$vo.address_city}{$vo.address_area}{$vo.address_content}
提交时间:{$vo.address_datetime|format_datetime}
diff --git a/app/data/view/user/index.html b/app/data/view/user/index.html index 5909ec9ec..5c65ec7bd 100644 --- a/app/data/view/user/index.html +++ b/app/data/view/user/index.html @@ -41,7 +41,14 @@ {notempty name='vo.from'}
-
+
+ + 永久 + + 临时 + +
+
{notempty name='vo.from.username'} 姓名:{$vo.from.username|default='-'}