From ea36d4c872868796f7a92025988b53f36c58bd96 Mon Sep 17 00:00:00 2001 From: freechen Date: Thu, 24 May 2018 08:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=84=E6=A0=BC=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=EF=BC=8C=E8=A7=84=E6=A0=BC=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改规格编辑时,规格描述不显示 --- application/store/view/goods_spec/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/store/view/goods_spec/form.html b/application/store/view/goods_spec/form.html index 9d60ff2e2..1d4160890 100644 --- a/application/store/view/goods_spec/form.html +++ b/application/store/view/goods_spec/form.html @@ -70,7 +70,7 @@ // 属性参数 $rootScope.paramList = filterParamList(JSON.parse('{$vo.spec_param|default="[]"|raw}') || []); $rootScope.spec_title = '{$vo.spec_title|default=""}'; - $rootScope.spec_desc = '{$vo.sepc_desc|default=""}'; + $rootScope.spec_desc = '{$vo.spec_desc|default=""}'; // 删除菜单 $rootScope.delParam = function (x) {