| @@ -170,6 +170,7 @@ page { | |||||
| background: #FFFFFF; | background: #FFFFFF; | ||||
| width: 100%; | width: 100%; | ||||
| margin-top: 20rpx; | margin-top: 20rpx; | ||||
| padding-bottom: 20rpx; | |||||
| } | } | ||||
| .classifShop >view{ | .classifShop >view{ | ||||
| font-size: 28rpx; | font-size: 28rpx; | ||||
| @@ -179,7 +180,7 @@ page { | |||||
| justify-content: space-between; | justify-content: space-between; | ||||
| padding-left: 5%; | padding-left: 5%; | ||||
| padding-right: 5%; | padding-right: 5%; | ||||
| margin-bottom: 10rpx; | |||||
| margin-bottom: 20rpx; | |||||
| } | } | ||||
| .classifShop >view:nth-child(1){ | .classifShop >view:nth-child(1){ | ||||
| height: 88rpx!important; | height: 88rpx!important; | ||||
| @@ -510,7 +511,7 @@ radio { | |||||
| border-radius: 61rpx; | border-radius: 61rpx; | ||||
| } | } | ||||
| .merchantImgUrl{ | .merchantImgUrl{ | ||||
| width: 120rpx; | |||||
| width: 90rpx; | |||||
| float: left; | float: left; | ||||
| border-radius: 10rpx; | border-radius: 10rpx; | ||||
| z-index: 10; | z-index: 10; | ||||
| @@ -1,4 +1,5 @@ | |||||
| // let util = require("../../utils/util"); | // let util = require("../../utils/util"); | ||||
| const navigationBarHeight = (getApp().statusBarHeight + 44) + 'px' | |||||
| let Http = require("../../utils/HttpBasics"); | let Http = require("../../utils/HttpBasics"); | ||||
| let config = require("../../config/config.js"); | let config = require("../../config/config.js"); | ||||
| let app = getApp(); | let app = getApp(); | ||||
| @@ -6,6 +7,7 @@ const imgurl = require("../../utils/imgurl"); | |||||
| const QR = require("../../utils/memberqrcode.js"); | const QR = require("../../utils/memberqrcode.js"); | ||||
| Page({ | Page({ | ||||
| data: { | data: { | ||||
| navigationBarHeight, | |||||
| btomLineUrl: imgurl.btomLine.url, | btomLineUrl: imgurl.btomLine.url, | ||||
| topLineUrl: imgurl.topLine.url, | topLineUrl: imgurl.topLine.url, | ||||
| lineUrl: imgurl.line.url, | lineUrl: imgurl.line.url, | ||||
| @@ -1,4 +1,5 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "兑换码", | |||||
| "navigationBarBackgroundColor": "#FD832D" | |||||
| "usingComponents": { | |||||
| "navbar": "../../../components/navbar/navbar" | |||||
| } | |||||
| } | } | ||||
| @@ -1,4 +1,5 @@ | |||||
| <view class='couponBox'> | |||||
| <navbar home back text="兑换码" background="#fff"></navbar> | |||||
| <view class='couponBox' style="padding-top:{{navigationBarHeight}};margin-top:60rpx;"> | |||||
| <view class="couponbg"> | <view class="couponbg"> | ||||
| <view class="title">{{title}}</view> | <view class="title">{{title}}</view> | ||||
| <!-- <view class="subtitle">{{subtitle}}</view> --> | <!-- <view class="subtitle">{{subtitle}}</view> --> | ||||