商品列表页标题改为商品列表,图片border增加圆角
This commit is contained in:
parent
7c9de77ed2
commit
28207aa0c0
@ -12,6 +12,7 @@
|
||||
height:390rpx;
|
||||
width: 100%;
|
||||
border: 1px solid #eee;
|
||||
border-radius:6rpx;
|
||||
}
|
||||
.product-list .info{
|
||||
padding:5rpx;
|
||||
@ -52,7 +53,7 @@
|
||||
|
||||
export default class Index extends wepy.page {
|
||||
config = {
|
||||
navigationBarTitleText: '活动列表'
|
||||
navigationBarTitleText: '商品列表'
|
||||
};
|
||||
components = {
|
||||
zanLoadmore: zanLoadmore
|
||||
|
Loading…
x
Reference in New Issue
Block a user