Commit d6a808bd by 梁建民

css

parent 0843c8f0
......@@ -16,7 +16,7 @@
<div class="nav_title">商品管理 > 发布商品 > 上传商品</div>
<div class="inquiry_form">
<div class="top_title clr">
<h3 class="bold fl">上传商品</h3>
<h3 class="bold fl" id="title"></h3>
<div class="plsc_btn fr">
<span class="icon iconfont iconjuxing16"></span>
批量上传
......
......@@ -7,6 +7,14 @@
},
created: function (opt) {
//判断编辑 新增状态
var id = Util.getRequest('id'), text = '';
id ? text = '编辑商品' : text = '上传商品';
$("#title").text(text);
return this;
},
mounted: function (opt) {
......@@ -33,7 +41,6 @@
});
//天数同步期货
$(document).on('input propertychange', 'input[name="day"]', function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment