Browse Source

修改问题

hejie 3 years ago
parent
commit
daff54c5c0
2 changed files with 5 additions and 3 deletions
  1. 1 0
      src/pages/accountDetails/teaBaby.vue
  2. 4 3
      src/pagesB/order/verificationCode.vue

+ 1 - 0
src/pages/accountDetails/teaBaby.vue

@@ -23,6 +23,7 @@
           <view class="head_name" v-else-if="item.type == 4">提现转茶宝</view>
           <view class="head_name" v-else-if="item.type == 5">赠送茶宝</view>
           <view class="head_name" v-else-if="item.type == 6">消费茶宝</view>
+        <view class="head_name" v-else-if="item.type == 7">核销后送茶宝</view>
           <view class="head_price g_color">{{item.act}}{{ item.num }}</view>
         </view>
         <view class="list_con flex_r flex_ac flex_jb">

+ 4 - 3
src/pagesB/order/verificationCode.vue

@@ -93,21 +93,22 @@ export default {
 }
 
 .receiptCode-wrap {
+  margin-top: 20rpx;
   padding-bottom: 40rpx;
 }
 
 .receiptCode-wrap-inner {
   // background: #eee;
   border-radius: 48rpx;
-  padding: 40rpx 44rpx;
+  // padding: 40rpx 44rpx;
 
   .code-bg {
-    padding: 52rpx;
+    padding: 52rpx 0rpx;
     border-radius: 48rpx;
     background: #dad6d6;
 
     .code-bg-img {
-      width: 498rpx;
+      // width: 400rpx;
       height: 498rpx;
       display: block;
       // margin-bottom: 30rpx;