From d54a8edadf76ee3fa6cc75f60482574d17697979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 5 Mar 2022 15:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/view/shop/goods/form.html | 18 +++++++++--------- app/data/view/shop/goods/formstyle.html | 2 +- public/static/theme/css/_display.less | 3 +++ public/static/theme/css/console.css | 2 +- public/static/theme/css/console.css.map | 2 +- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/app/data/view/shop/goods/form.html b/app/data/view/shop/goods/form.html index b84810e1e..dee530427 100644 --- a/app/data/view/shop/goods/form.html +++ b/app/data/view/shop/goods/form.html @@ -8,7 +8,7 @@
商品标签Mark Name -
+
{foreach $marks as $mark}{if isset($vo.marks) && is_array($vo.marks) && in_array($mark, $vo.marks)} {else} @@ -94,7 +94,7 @@
商品返利配置 -
+
{foreach ['非返利商品,其代理不会获得奖励','是返利商品,其代理将会获得奖励'] as $k => $v} {if (isset($vo.rebate_type) and $vo.rebate_type eq $k) or (empty($vo.rebate_type) and $k eq 0)} @@ -105,7 +105,7 @@
入会礼包配置 -
+
{foreach ['非入会礼包,购买后不会升级等级','是入会礼包,购买后升级会员等级'] as $k=>$v} {if (isset($vo.vip_entry) and $vo.vip_entry eq $k) or (empty($vo.vip_entry) and $k eq 0)} @@ -117,7 +117,7 @@
升级用户等级 -