From 3798c3ff1820e9312e380bb64eb0ae9e26d28cb9 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Tue, 27 Oct 2020 10:29:00 +0800 Subject: [PATCH] 免费优惠券列表 --- packageA/pages/quan/quan.json | 2 +- packageA/pages/quan/quan.wxml | 7 +++---- packageA/pages/quan/quan.wxss | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packageA/pages/quan/quan.json b/packageA/pages/quan/quan.json index e3d91c4..7d53138 100644 --- a/packageA/pages/quan/quan.json +++ b/packageA/pages/quan/quan.json @@ -3,6 +3,6 @@ "nodata": "/components/nodata/nodata", "share_button": "/components/share/share" }, - "navigationBarTitleText": "优惠券列表", + "navigationBarTitleText": "免费优惠券列表", "enablePullDownRefresh": false } \ No newline at end of file diff --git a/packageA/pages/quan/quan.wxml b/packageA/pages/quan/quan.wxml index b2cd17c..089d1f3 100644 --- a/packageA/pages/quan/quan.wxml +++ b/packageA/pages/quan/quan.wxml @@ -3,18 +3,17 @@ - + + scroll-anchoring> diff --git a/packageA/pages/quan/quan.wxss b/packageA/pages/quan/quan.wxss index c0e2276..6146348 100644 --- a/packageA/pages/quan/quan.wxss +++ b/packageA/pages/quan/quan.wxss @@ -85,7 +85,8 @@ page { } .list { box-sizing: border-box; - height: calc(100% - 78rpx); + /* height: calc(100% - 78rpx); */ + height: 100%; background-color: #f2f2f2; padding: 20rpx 20rpx 0 20rpx; /* padding-bottom: 102rpx; */ -- libgit2 0.21.4