diff --git a/pages/orderquanma/index.wxss b/pages/orderquanma/index.wxss
index e4cc103..94ec7f4 100644
--- a/pages/orderquanma/index.wxss
+++ b/pages/orderquanma/index.wxss
@@ -1,7 +1,5 @@
@import "../../app.wxss";
-page {
-
-}
+
.couponBox{
height: 100%;
background:linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);
diff --git a/pages/passCar/couponList/couponList.wxss b/pages/passCar/couponList/couponList.wxss
index 5e50d4f..b821ae9 100644
--- a/pages/passCar/couponList/couponList.wxss
+++ b/pages/passCar/couponList/couponList.wxss
@@ -7,7 +7,7 @@
.tabs {
width: 100% !important;
- height: 88rpx;
+ height: 96rpx;
text-align: center;
position: fixed;
left: 0;
diff --git a/pages/specialcourtesy/specialcourtesy.js b/pages/specialcourtesy/specialcourtesy.js
index 6b0a418..c7a0348 100644
--- a/pages/specialcourtesy/specialcourtesy.js
+++ b/pages/specialcourtesy/specialcourtesy.js
@@ -1,4 +1,4 @@
-const navigationBarHeight = (getApp().statusBarHeight + 50) + 'px'
+const navigationBarHeight = (getApp().statusBarHeight + 44);
var config = require("../../config/config.js");
var app = getApp();
const Http = require("../../utils/HttpBasics");
@@ -98,5 +98,6 @@ Page({
console.log("获取设备信息失败" + e);
}
return size;
- }
+ },
+
})
\ No newline at end of file
diff --git a/pages/specialcourtesy/specialcourtesy.wxml b/pages/specialcourtesy/specialcourtesy.wxml
index f118731..1da7012 100644
--- a/pages/specialcourtesy/specialcourtesy.wxml
+++ b/pages/specialcourtesy/specialcourtesy.wxml
@@ -1,37 +1,39 @@
-
-
-
-
-
- 会员码:{{memberId}}
-
- 会员等级为[{{level}}]对应门店的优惠折扣
+
+
+
+
+
+
+ 会员码:{{memberId}}
+
+ 会员等级为[{{level}}]对应门店的优惠折扣
+
-
-
-
-
-
- >
-
-
- {{item.discount/10}}折
- {{item.merchantName}}
-