瀏覽代碼

1.主题色

guo 2 年之前
父節點
當前提交
825f2bfccc

+ 6 - 4
pages/user/historyDetail.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="box">
 
-		<view class="top">
+		<view class="top" :style="{background:'#'+themeColor}">
 			<view class="orderState">
 				<image src="../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
 				
@@ -107,14 +107,16 @@
 				location: '',
 				id: '',
 				orderData: '',
-				
+				 themeColor:'',
+
 
 			}
 		},
 		onLoad(opt) {
 			
 			this.id = opt.id
-			
+			 this.themeColor = uni.getStorageSync("themeColor");
+
 			this.getData()
 			
 
@@ -199,7 +201,7 @@
 
 	.top {
 		height: 190rpx;
-		background-color: #FF0000;
+		background: #FF0000;
 
 	}
 

+ 2 - 2
pages/user/myOrder/activityOrderDetail.vue

@@ -17,7 +17,7 @@
 		<view style="height: 44px;"></view>
 		
 		
-		<view class="top">
+		<view class="top" :style="{background:'#'+themeColor}">
 			<view class="orderState">
 				<image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
 
@@ -524,7 +524,7 @@
 
 	.top {
 		height: 190rpx;
-		background-color: #FF0000;
+		background: #FF0000;
 
 	}
 

+ 2 - 2
pages/user/myOrder/mallOrderDetail.vue

@@ -17,7 +17,7 @@
 		<view style="height: 44px;"></view>
 		
 		
-		<view class="top">
+		<view class="top" :style="{background:'#'+themeColor}">
 			<view class="orderState">
 				<image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
 
@@ -545,7 +545,7 @@
 
 	.top {
 		height: 190rpx;
-		background-color: #FF0000;
+		background: #FF0000;
 
 	}
 

+ 2 - 2
pages/user/myOrder/paintOrderDetail.vue

@@ -17,7 +17,7 @@
 		<view style="height: 44px;"></view>
 		
 		
-		<view class="top">
+		<view class="top" :style="{background:'#'+themeColor}">
 			<view class="orderState">
 				<image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
 
@@ -526,7 +526,7 @@
 
 	.top {
 		height: 190rpx;
-		background-color: #FF0000;
+		background: #FF0000;
 
 	}