| @@ -19,7 +19,7 @@ | |||||
| <text>购买数量:</text>1件 | <text>购买数量:</text>1件 | ||||
| </view> --> | </view> --> | ||||
| <view> | <view> | ||||
| <text>下单时间</text>{{createDate}}</view> | |||||
| <text>下单时间:</text>{{createDate}}</view> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -1,7 +1,7 @@ | |||||
| <view class="couponbg"> | <view class="couponbg"> | ||||
| <image src="./../../assets/img/bg.png"></image> | |||||
| <view class="title">{{title}}</view> | <view class="title">{{title}}</view> | ||||
| <view class="subtitle">{{subtitle}}</view> | <view class="subtitle">{{subtitle}}</view> | ||||
| <image class='line' src='./../../assets/img/line.png' mode="widthFix"></image> | |||||
| <!-- | <!-- | ||||
| couponorderstatus | couponorderstatus | ||||
| 0 未使用 | 0 未使用 | ||||
| @@ -4,27 +4,18 @@ page { | |||||
| .couponbg { | .couponbg { | ||||
| position: relative; | position: relative; | ||||
| width: 100%; | |||||
| } | |||||
| .couponbg image { | |||||
| display: block; | |||||
| position: absolute; | |||||
| width: 95%; | |||||
| height: 95%; | |||||
| top: 0; | |||||
| left: 0; | |||||
| bottom: 0; | |||||
| right: 0; | |||||
| margin: auto; | |||||
| z-index: -19999; | |||||
| background: #fff; | |||||
| overflow: hidden; | |||||
| background: #fff; | |||||
| width: 92%; | |||||
| margin: 8% auto 6%; | |||||
| border-radius: 16rpx; | border-radius: 16rpx; | ||||
| } | } | ||||
| .title { | .title { | ||||
| line-height: 36rpx; | line-height: 36rpx; | ||||
| text-align: center; | text-align: center; | ||||
| padding-top: 106rpx; | |||||
| padding-top: 67rpx; | |||||
| font-size: 32rpx; | font-size: 32rpx; | ||||
| color: #1f2d3d; | color: #1f2d3d; | ||||
| letter-spacing: 0; | letter-spacing: 0; | ||||
| @@ -38,6 +29,12 @@ page { | |||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| .line { | |||||
| height: 10rpx; | |||||
| display: block; | |||||
| width: 100%; | |||||
| } | |||||
| .panel, .zhuangtai image { | .panel, .zhuangtai image { | ||||
| width: 600rpx; | width: 600rpx; | ||||
| background-color: #fff; | background-color: #fff; | ||||
| @@ -80,7 +77,7 @@ page { | |||||
| font-size: 24rpx; | font-size: 24rpx; | ||||
| color: #999; | color: #999; | ||||
| letter-spacing: 0; | letter-spacing: 0; | ||||
| margin-right:6rpx; | |||||
| margin-right: 6rpx; | |||||
| } | } | ||||
| .barcode > canvas { | .barcode > canvas { | ||||
| @@ -95,7 +92,7 @@ page { | |||||
| flex-direction: column; | flex-direction: column; | ||||
| justify-content: flex-end; | justify-content: flex-end; | ||||
| align-items: center; | align-items: center; | ||||
| margin-top:30rpx; | |||||
| margin-top: 30rpx; | |||||
| } | } | ||||
| .qrcode > canvas { | .qrcode > canvas { | ||||
| @@ -67,7 +67,7 @@ | |||||
| <view class="margin"></view> | <view class="margin"></view> | ||||
| <!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> --> | <!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> --> | ||||
| <view bindlongtap='showVersion' class='version'> | <view bindlongtap='showVersion' class='version'> | ||||
| <view wx:if="{{flag=='show'}}">版本号:1.6.1</view> | |||||
| <view wx:if="{{flag=='show'}}">版本号:1.0.1</view> | |||||
| <view wx:if="{{flag=='hidden'}}"></view> | <view wx:if="{{flag=='hidden'}}"></view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||