From 2f397ee7b852bb3aab14a33c7c1b93a30c4ad0b9 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 15 Apr 2025 13:52:25 +0800 Subject: [PATCH] 4 --- .../src/view/goods/form.html | 19 +------------------ .../src/view/order/index.html | 1 - .../src/view/sender/index.html | 5 ++--- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/plugs/think-plugs-points-mall/src/view/goods/form.html b/plugs/think-plugs-points-mall/src/view/goods/form.html index 1d0bcb5..7da3833 100644 --- a/plugs/think-plugs-points-mall/src/view/goods/form.html +++ b/plugs/think-plugs-points-mall/src/view/goods/form.html @@ -8,24 +8,7 @@ {block name="content"} {include file='goods/form_style'}
-
- - -
- 商品标签Goods Mark -
- {foreach $marks as $mark} - - {/foreach} -
-
- +
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 = [];