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) {