浏览代码

前端gjy

gjy 3 年之前
父节点
当前提交
b4fb6f4185
共有 4 个文件被更改,包括 16 次插入12 次删除
  1. 2 2
      config/index.js
  2. 3 2
      pageB/contract/look.vue
  3. 8 8
      pageB/info/info_list.vue
  4. 3 0
      pages/task/my_task.vue

+ 2 - 2
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
-	baseUrlNew: 'http://192.168.1.120:8090/',
-	// baseUrlNew: 'http://api.eliangeyun.com/',
+	// baseUrlNew: 'http://192.168.1.120:8090/',
+	baseUrlNew: 'http://api.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }

+ 3 - 2
pageB/contract/look.vue

@@ -72,7 +72,7 @@
 			</view>
 		</view>
 		<view class='footer'>
-			<button class="btn" @click="commit1(goods)">添加发车信息</button>
+			<button class="btn car" @click="commit1(goods)">添加发车信息</button>
 		</view>
 		<!-- <view class="addcarwrap">
 				<view class="addcar" style="background-color: #FFFFFF;"
@@ -365,7 +365,7 @@
 	.center {
 		padding: 10px 20px;
 		background-color: #F5F6FA;
-		margin-bottom: 50px;
+		margin-bottom: 100px;
 	}
 
 	page {
@@ -1074,6 +1074,7 @@
 		bottom: 0;
 		width: 90%;
 		padding: 20px 0;
+		z-index:4;
 	}
 	.btn {
 		width: 90%;

+ 8 - 8
pageB/info/info_list.vue

@@ -1,21 +1,21 @@
 <template>
 	<view class="introduce-section">
-		<view class="cu-card article no-card" style='width: 100%;'>
-			<view class="cu-item shadow factoryItem flex justify-between align-center">
-				<view style='flex:1;font-weight:900;'>合约</view>
-				<view style='flex:1;font-weight:900;'>最新价</view>
+		<view class="article no-card" style='width: 100%;'>
+			<view class="shadow factoryItem flex justify-between">
+				<view style='flex:1;color:#B2B3BB;'>合约</view>
+				<view style='flex:1;text-align:right;color:#B2B3BB;'>最新价</view>
 			</view>
 		</view>
 		<view
 			v-for="(item, index) in infoList" :key="index"
 			class="guess-item"
 		>
-		<view class="cu-card article no-card" >
+		<view class="article no-card" >
 			<view class="cu-item shadow factoryItem flex justify-between align-center">
 				<view style='flex:1;'>
-					<view class='factory'>{{item.goodsName}}</view>
+					<view style='color:#333;' class='factory'>{{item.goodsName}}</view>
 				</view>
-				<view style='flex:1;' >
+				<view style='flex:1;text-align:right;font-weight:900;font-size:17px;' >
 					<view :class="item.newPrice > item.openPrice ? 'text-red':'text-green'">{{item.newPrice}}</view>
 				</view>
 			</view>
@@ -338,7 +338,7 @@
 		.guess-item {
 			padding-top: 10upx;
 			padding-bottom: 10upx;
-			border-bottom: 1px solid #b9b9b9;
+			border-bottom: 1px solid #EEEEEE;
 		}
 		.title {
 			font-size: 28upx;

+ 3 - 0
pages/task/my_task.vue

@@ -296,4 +296,7 @@
 		bottom:0;
 		border-bottom:1px solid #22C572;
 	}
+	/deep/.u-action-active{
+		margin-right:6px;
+	}
 </style>