From f896ec4c54a4addc8ad8bd7be6c21e21be2d21f9 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Mon, 27 Jul 2020 17:03:50 +0800 Subject: [PATCH] 1. 退款详情显示退款积分的值 --- pages/user/return_goods_info/return_goods_info.wxml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/user/return_goods_info/return_goods_info.wxml b/pages/user/return_goods_info/return_goods_info.wxml index 898b382..ccbaf5a 100644 --- a/pages/user/return_goods_info/return_goods_info.wxml +++ b/pages/user/return_goods_info/return_goods_info.wxml @@ -19,6 +19,10 @@ 退款金额 : ¥{{return_goods.back_money}} + + 退款积分 : {{return_goods.back_integral}}积分 + + 售后信息 -- libgit2 0.21.4