商品列表页标题改为商品列表,图片border增加圆角

This commit is contained in:
zhl 2019-03-01 18:06:30 +08:00
parent 7c9de77ed2
commit 28207aa0c0

View File

@ -12,6 +12,7 @@
height:390rpx; height:390rpx;
width: 100%; width: 100%;
border: 1px solid #eee; border: 1px solid #eee;
border-radius:6rpx;
} }
.product-list .info{ .product-list .info{
padding:5rpx; padding:5rpx;
@ -52,7 +53,7 @@
export default class Index extends wepy.page { export default class Index extends wepy.page {
config = { config = {
navigationBarTitleText: '活动列表' navigationBarTitleText: '商品列表'
}; };
components = { components = {
zanLoadmore: zanLoadmore zanLoadmore: zanLoadmore