Commit a2a1b5d2 authored by 谢希宇's avatar 谢希宇

Merge branch 'master' of http://106.14.62.141:8081/sa_aidea/aidea

parents 2c3ba5fa 7035d44b
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
var smallimg = "$!{data.productImg}"; var smallimg = "$!{data.productImg}";
coverPP = new uePicPicker({ coverPP = new uePicPicker({
tarId: 'img', tarId: 'img',
title: '产品Banner图', title: '产品封面图',
sizeDes: '205*202', sizeDes: '205*202',
max: 1, max: 1,
datas: smallimg=='' ? null : smallimg.split(","), datas: smallimg=='' ? null : smallimg.split(","),
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
tarId: 'imgDetail', tarId: 'imgDetail',
title: '产品详情图', title: '产品详情图',
sizeDes: '205*202', sizeDes: '205*202',
max: 3, max: 4,
datas: smallimg=='' ? null : smallimg.split(","), datas: smallimg=='' ? null : smallimg.split(","),
success: null success: null
}); });
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
<td>产品分类名称</td> <td>产品分类名称</td>
<td>产品名称</td> <td>产品名称</td>
<td>产品编码</td> <td>产品编码</td>
<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