Skip to content
切换导航面板
项目
群组
代码片段
帮助
zhangtai
/
zzhnc
当前项目
正在载入...
登录
切换导航面板
转到一个项目
项目
版本库
问题
0
合并请求
0
流水线
维基
设置
活动
图像
图表
创建新的问题
作业
提交
问题看板
文件
提交
分支
标签
贡献者
图像
比较
图表
Commit f73e4902
由
沈姿.前端(已离职)
编写于
Jan 04, 2018
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
样式更新
1 个父辈
7c43f7c5
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
WebContent/WEB-INF/jsp/pc/goods/goodsEdit.jsp
WebContent/WEB-INF/jsp/pc/goods/goodsList.jsp
WebContent/WEB-INF/jsp/pc/goods/goodsEdit.jsp
查看文件 @
f73e490
...
...
@@ -25,7 +25,7 @@
<div
class=
"layui-input-inline"
style=
"width: 400px;"
>
<div
class=
"layui-upload"
>
<button
type=
"button"
class=
"layui-btn"
id=
"uploadImg"
>
上传主图
</button>
<span
class=
"layui-form-mid layui-word-aux"
>
建议尺寸:200*200
</span>
<span
class=
"layui-form-mid layui-word-aux"
>
建议尺寸:200*200
,用于首页和列表页面显示
</span>
<div
class=
"layui-upload-list"
>
<img
class=
"layui-upload-img imgPic"
src=
""
>
<input
type=
"text"
style=
"display:none;"
name=
"imageUrl"
lay-verify=
"required"
>
...
...
@@ -38,7 +38,7 @@
<div
class=
"layui-input-inline"
style=
"width: 400px;"
>
<div
class=
"layui-upload"
>
<button
type=
"button"
class=
"layui-btn"
id=
"uploadBanner"
>
上传详情图
</button>
<span
class=
"layui-form-mid layui-word-aux"
>
建议尺寸:750*440
</span>
<span
class=
"layui-form-mid layui-word-aux"
>
建议尺寸:750*440
,用于商品详情页显示
</span>
<div
class=
"layui-upload-list"
>
<img
class=
"layui-upload-img bannerPic"
src=
""
>
<input
type=
"text"
style=
"display:none;"
name=
"bannerUrl"
lay-verify=
"required"
>
...
...
@@ -95,7 +95,7 @@
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
商家电话
</label>
<div
class=
"layui-input-inline"
style=
"width: 400px;"
>
<input
type=
"text"
lay-verify=
"phone"
name=
"sellerPhone"
placeholder=
"商家电话"
class=
"layui-input"
>
<input
type=
"text"
name=
"sellerPhone"
placeholder=
"商家电话"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item"
>
...
...
@@ -213,7 +213,7 @@
id
:
parseInt
(
goodsid
,
10
),
name
:
data
.
field
.
name
,
description
:
data
.
field
.
description
,
im
gUrl
:
$
(
"[name=img
Url]"
).
val
(),
im
ageUrl
:
$
(
"[name=image
Url]"
).
val
(),
bannerUrl
:
$
(
"[name=bannerUrl]"
).
val
(),
categoryName
:
$
(
"[name=categoryName]"
).
val
(),
isHome
:
isHome
,
...
...
WebContent/WEB-INF/jsp/pc/goods/goodsList.jsp
查看文件 @
f73e490
...
...
@@ -34,7 +34,7 @@
<th>
现价
</th>
<th
style=
"min-width: 56px;"
>
商家名称
</th>
<th
style=
"min-width: 56px;"
>
商家地址
</th>
<th>
商家电话
</th>
<th
style=
"min-width: 56px;"
>
商家电话
</th>
<th
style=
"min-width: 84px;"
>
是否首页显示
</th>
<th
style=
"min-width: 98px;"
>
操作
</th>
</tr>
...
...
编写
预览
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
请先完成此消息的编辑!
取消
请
注册
或
登录
后发表评论