From f3a30a8e196535eff7015a8c9db766e852dd6814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 26 Mar 2021 16:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/service/UserBalanceService.php | 2 +- app/data/service/payment/BalancePyamentService.php | 2 +- app/data/view/shop_order/index.html | 6 +++--- app/data/view/shop_order_send/index.html | 8 ++++---- app/data/view/user_balance/index.html | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/data/service/UserBalanceService.php b/app/data/service/UserBalanceService.php index c83c9fee5..e86748170 100644 --- a/app/data/service/UserBalanceService.php +++ b/app/data/service/UserBalanceService.php @@ -31,7 +31,7 @@ class UserBalanceService extends Service 'uid' => $order['uid'], 'code' => "CZ{$order['order_no']}", 'name' => "订单余额充值", - 'remark' => "来自订单{$order['order_no']}的余额充值{$order['reward_balance']}元", + 'remark' => "来自订单 {$order['order_no']} 的余额充值 {$order['reward_balance']} 元", 'amount' => $order['reward_balance'], ], 'code'); diff --git a/app/data/service/payment/BalancePyamentService.php b/app/data/service/payment/BalancePyamentService.php index 1d417c77d..80985fa0d 100644 --- a/app/data/service/payment/BalancePyamentService.php +++ b/app/data/service/payment/BalancePyamentService.php @@ -69,7 +69,7 @@ class BalancePyamentService extends PaymentService 'uid' => $order['uid'], 'code' => "KC{$order['order_no']}", 'name' => "账户余额支付", - 'remark' => "支付订单{$order['order_no']}的金额扣除{$paymentAmount}元", + 'remark' => "支付订单 {$order['order_no']} 的金额扣除 {$paymentAmount} 元", 'amount' => -$paymentAmount, ], 'code'); // 更新支付行为 diff --git a/app/data/view/shop_order/index.html b/app/data/view/shop_order/index.html index aebde6933..52a9d6483 100644 --- a/app/data/view/shop_order/index.html +++ b/app/data/view/shop_order/index.html @@ -43,8 +43,8 @@
- 推荐用户:{$vo.from.nickname|default='--'} [ VIP{$vo.from.vip_code} ] {$vo.from.vip_name}
- 推荐手机:{$vo.from.phone|default='--'}
+
推荐用户:{$vo.from.nickname|default='--'}[ VIP{$vo.from.vip_code} ] {$vo.from.vip_name}
+
推荐手机:{$vo.from.phone|default='--'}
没有推荐人
@@ -111,7 +111,7 @@ 修改发货 - + 取消订单 diff --git a/app/data/view/shop_order_send/index.html b/app/data/view/shop_order_send/index.html index c2686f815..70e6853f2 100644 --- a/app/data/view/shop_order_send/index.html +++ b/app/data/view/shop_order_send/index.html @@ -40,10 +40,10 @@
-
- 用户昵称:{$vo.user.nickname|default='-'}
- 用户手机:{$vo.user.phone|default='-'}
- 订单单号:{$vo.order_no|default='-'}
+
+
用户昵称:{$vo.user.nickname|default='-'}[ VIP{$vo.user.vip_code} ] {$vo.user.vip_name}
+
用户手机:{$vo.user.phone|default='-'}
+
订单单号:{$vo.order_no|default='-'}
diff --git a/app/data/view/user_balance/index.html b/app/data/view/user_balance/index.html index 0c4849909..6850990e4 100644 --- a/app/data/view/user_balance/index.html +++ b/app/data/view/user_balance/index.html @@ -42,12 +42,12 @@
交易金额:{if $vo.amount>=0}{$vo.amount+0}{else}{$vo.amount+0}{/if} 元
-
升级等级:{if $vo.vip_upgrade>0}升级到 [ VIP{$vo.vip_upgrade} ] {$vo.vip_upgradeinfo.name|default=''}{else}不进行用户升级{/if}
-
充值单号:{$vo.code|default='-'}
+
升级等级:{if $vo.vip_upgrade>0}升级到 [ VIP{$vo.vip_upgrade} ] {$vo.vip_upgradeinfo.name|default=''}{else}不进行用户升级{/if}
+
操作时间:{$vo.create_at|format_datetime}
充值名称:{$vo.name|default='-'}
-
操作时间:{$vo.create_at|format_datetime}{$vo.create_byname|default=''}
+
充值单号:{$vo.code|default='-'}
充值备注:{$vo.remark}