Commit 459eb346 authored by 卜远杰's avatar 卜远杰

改成产品详情图

parent 564e454d
......@@ -292,7 +292,7 @@
var smallimg = "$!{data.productImg}";
coverPP = new uePicPicker({
tarId: 'img',
title: '产品Banner图',
title: '产品封面图',
sizeDes: '205*202',
max: 1,
datas: smallimg=='' ? null : smallimg.split(","),
......@@ -308,7 +308,7 @@
tarId: 'imgDetail',
title: '产品详情图',
sizeDes: '205*202',
max: 3,
max: 4,
datas: smallimg=='' ? null : smallimg.split(","),
success: null
});
......
......@@ -106,7 +106,7 @@
<td>产品分类名称</td>
<td>产品名称</td>
<td>产品编码</td>
<td>产品图片</td>
<td>产品封面图</td>
<td>通用名</td>
<td>剂型</td>
<td>规格</td>
......
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 to comment