diff --git a/src/pages/index.wpy b/src/pages/index.wpy index b471baf..2ae7a06 100644 --- a/src/pages/index.wpy +++ b/src/pages/index.wpy @@ -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