gang.huang 4 năm trước cách đây
mục cha
commit
2b81536f1e
2 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 6 6
      pages/myhome/myhome.wxml
  2. 1 1
      pages/myhome/myhome.wxss

+ 6 - 6
pages/myhome/myhome.wxml

@@ -65,9 +65,9 @@
 				<text class="text">我的手机号</text>
 				<image src="/image/myhome/arrow-right.png" class="more"></image>
 			</view>
-			<view class="card-body">
+			<!-- <view class="card-body">
 				<view wx:if="{{phone.card_type==='phone'}}" class="card-item bg-blue">{{phone.card_no}}</view>
-			</view>
+			</view> -->
 		</view>
 		<view class="card">
 			<view class="card-title" bindtap="handleMore" data-cardtype="petrochina">
@@ -75,9 +75,9 @@
 				<text class="text">我的中石油油卡</text>
 				<image src="/image/myhome/arrow-right.png" class="more"></image>
 			</view>
-			<view class="card-body">
+			<!-- <view class="card-body">
 				<view wx:if="{{petrochina.card_type==='petrochina'}}" class="card-item bg-orange">{{petrochina.card_no}}</view>
-			</view>
+			</view> -->
 		</view>
 		<view class="card">
 			<view class="card-title" bindtap="handleMore" data-cardtype="sinopec">
@@ -85,9 +85,9 @@
 				<text class="text">我的中石化油卡</text>
 				<image src="/image/myhome/arrow-right.png" class="more"></image>
 			</view>
-			<view class="card-body">
+			<!-- <view class="card-body">
 				<view wx:if="{{sinopec.card_type==='sinopec'}}" class="card-item bg-orange">{{sinopec.card_no}}</view>
-			</view>
+			</view> -->
 		</view>
 		<view class="card">
 			<view class="card-title" bindtap="handleMore" data-cardtype="invitees">

+ 1 - 1
pages/myhome/myhome.wxss

@@ -206,7 +206,7 @@
   height: 36rpx;
   line-height: 40rpx;
   left: 50%;
-  top: -18rpx;
+  top: -4rpx;
   background: #FF4E4E;
   color: #fff;
   font-size: 20rpx;