From e4637bc12a41386186e34fbe0c20c203a2ea47b3 Mon Sep 17 00:00:00 2001
From: Jason <1432334894@qq.com>
Date: Wed, 3 Aug 2022 15:22:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95=E5=8F=B7?=
=?UTF-8?q?=E7=82=B9=E5=87=BB=E6=97=A0=E6=B3=95=E5=A4=8D=E5=88=B6=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
view/templates/index/order_list.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/view/templates/index/order_list.html b/view/templates/index/order_list.html
index 7c25cb2..a448e5c 100644
--- a/view/templates/index/order_list.html
+++ b/view/templates/index/order_list.html
@@ -96,7 +96,7 @@ layui.use(['element', 'layer', 'util', 'table'], function(){
,{field:'refund_status_desc', title:'退款状态'
,templet: function(d){
return ''+d.refund_status_desc+'';
-
+
}}
]]
,page: true
@@ -115,7 +115,7 @@ layui.use(['element', 'layer', 'util', 'table'], function(){
var data = res.data;
for(var i=0; i