Browse Source

fix:临时屏蔽本地图片

jinchaoyu 2 years ago
parent
commit
4a653b38de

+ 7 - 7
pages/order_addcart/order_addcart.vue

@@ -3,7 +3,7 @@
 		<view class="order_addcart-header-area">
 			<view class="received" @click="goDetail(item)">
 				<view class="pictrue">
-					<image src='../../static/order_addcart/qiandai.png'></image>
+					<!-- <image src='../../static/order_addcart/qiandai.png'></image> -->
 				</view>
 				<view class="text-info">
 					<view class="received-count">
@@ -48,21 +48,21 @@
 		</view>
 		<view class="rank-list">
 			<view class="rank-list-item">
-				<img src='../../static/order_addcart/rank1.png' alt="">
+				<!-- <img src='../../static/order_addcart/rank1.png' alt=""> -->
 				<text class="nuber"> 15772754677</text>
 				<text class="mosaic"> 1577***4677</text>
 				<text class="litem-info"> 共领取了</text>
 				<text class="balance"> 31212.40</text>
 			</view>
 			<view class="rank-list-item">
-				<img src='../../static/order_addcart/rank2.png' alt="">
+				<!-- <img src='../../static/order_addcart/rank2.png' alt=""> -->
 				<text class="nuber"> 15772754677</text>
 				<text class="mosaic"> 1577***4677</text>
 				<text class="litem-info"> 共领取了</text>
 				<text class="balance"> 3121.40</text>
 			</view>
 			<view class="rank-list-item">
-				<img src='../../static/order_addcart/rank3.png' alt="">
+				<!-- <img src='../../static/order_addcart/rank3.png' alt=""> -->
 				<text class="nuber"> 15772754677</text>
 				<text class="mosaic"> 1577***4677</text>
 				<text class="litem-info"> 共领取了</text>
@@ -1358,7 +1358,7 @@
 	}
 
 	.loop {
-		background: url('../../static/order_addcart/hongbaochi.png') no-repeat;
+		// background: url('../../static/order_addcart/hongbaochi.png') no-repeat;
 		width: 100%;
 		height: 250rpx;
 		background-size: 100% 100%;
@@ -1406,13 +1406,13 @@
 		}
 
 		.tab-area-active1 {
-			background: url('../../static/order_addcart/tab1.png') no-repeat;
+			// background: url('../../static/order_addcart/tab1.png') no-repeat;
 			background-size: 340rpx 120rpx;
 
 		}
 
 		.tab-area-active2 {
-			background: url('../../static/order_addcart/tab2.png') no-repeat;
+			// background: url('../../static/order_addcart/tab2.png') no-repeat;
 			background-size: 340rpx 120rpx;
 
 		}

BIN
static/order_addcart/hongbaochi.png


BIN
static/order_addcart/qiandai.png


BIN
static/order_addcart/rank1.png


BIN
static/order_addcart/rank2.png


BIN
static/order_addcart/rank3.png


BIN
static/order_addcart/rank4.png


BIN
static/order_addcart/tab1.png


BIN
static/order_addcart/tab2.png