diff --git a/plugs/think-plugs-points-mall/src/view/order/index.html b/plugs/think-plugs-points-mall/src/view/order/index.html
index f27a8a3..9efaf9f 100644
--- a/plugs/think-plugs-points-mall/src/view/order/index.html
+++ b/plugs/think-plugs-points-mall/src/view/order/index.html
@@ -41,7 +41,6 @@
$('#OrderTable').layTable({
even: true, height: 'full', sort: {field: 'id', type: 'desc'},
cols: [[
- {field: 'headimg', title: '头 像', width: 90, align: 'center', templet: '
{{-showTableImage(d.user.headimg,true,"md")}}
'},
{
title: '会员用户', width: 170, templet: function (d) {
let tpls = [];
diff --git a/plugs/think-plugs-points-mall/src/view/sender/index.html b/plugs/think-plugs-points-mall/src/view/sender/index.html
index 843597e..4f1665b 100644
--- a/plugs/think-plugs-points-mall/src/view/sender/index.html
+++ b/plugs/think-plugs-points-mall/src/view/sender/index.html
@@ -33,14 +33,13 @@
return _.join(' ');
}
- let tstatus = ['已取消', '待发货', '已发货', '已收货'];
- let tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
+ var tstatus = ['已取消', '待发货', '已发货', '已收货'];
+ var tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
$(function () {
$('#SenderTable').layTable({
even: true, height: 'full', sort: {field: 'id', type: 'desc'},
cols: [[
- {field: 'headimg', title: '头 像', width: 90, align: 'center', templet: '
{{-showTableImage(d.user.headimg,true,"md")}}
'},
{
field: 'unid', title: '会员用户', width: 170, templet: function (d) {
let tpls = [];