diff --git a/application/admin/view/default/goods/save_info.html b/application/admin/view/default/goods/save_info.html
index 1aa3f68b4..05d2cdc97 100755
--- a/application/admin/view/default/goods/save_info.html
+++ b/application/admin/view/default/goods/save_info.html
@@ -211,7 +211,7 @@
{{foreach $spec_base.value as $value}}
- ×
+ ×
{{/foreach}}
{{/if}}
@@ -291,7 +291,7 @@
{{if !empty($specifications['type'])}}
{{foreach $specifications.type as $type_v}}
- ×
+ ×
|
{{/foreach}}
diff --git a/changelog.txt b/changelog.txt
index 3166c76d3..e93bfc1e4 100755
--- a/changelog.txt
+++ b/changelog.txt
@@ -11,6 +11,7 @@ web端
1. 后台管理小程序列表新增主题管理
2. 分类管理组件优化、支持异步无刷新操作
3. 顶部小导航/logo位置新增钩
+ 4. 新增商品参数模板管理、配置商品直接选择模板载入
小程序
1. 支付订单0金额错误修复
diff --git a/public/static/admin/default/js/goods.js b/public/static/admin/default/js/goods.js
index 69ab34c32..16183b13e 100755
--- a/public/static/admin/default/js/goods.js
+++ b/public/static/admin/default/js/goods.js
@@ -98,7 +98,7 @@ $(function()
// title
var index = parseInt(Math.random()*1000001);
html = '';
- html += '×';
+ html += '×';
html += '';
html += ' | ';
$('.title-start').before(html);
@@ -631,7 +631,7 @@ $(function()
var index = parseInt(Math.random()*1000001);
// title
html = '';
- html += '×';
+ html += '×';
html += '';
html += ' | ';
$('.title-start').before(html);