From 28207aa0c0aad5f95048873499db2b4945045bed Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 1 Mar 2019 18:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=94=B9=E4=B8=BA=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E5=9B=BE=E7=89=87border=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.wpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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