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='-'}