twt hace 6 días
padre
commit
ee313b5f85
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 2 2
      pages/index/correction.vue
  2. 3 3
      pages/index/goodsList.vue

+ 2 - 2
pages/index/correction.vue

@@ -183,8 +183,8 @@
 					tempFilePaths.forEach(v => {
 						//console.log(that.$baseURL + '/search?action=uploadapi/uploadImgBatch');
 						uni.uploadFile({
-							//url: that.$baseURL + '/search?action=uploadapi/uploadImgBatch',
-							url:'http://openapi.db.66km.cn/uploadapi/uploadImgBatch?timestamp='+Date.now()+'&type=errorcorrection',
+							//url: that.$baseURL + '/search?action=uploadapi/uploadImgBatch&timestamp='+Date.now()+'&type=errorcorrection',
+							url:'https://openapi.db.66km.cn/uploadapi/uploadImgBatch?timestamp='+Date.now()+'&type=errorcorrection',
 							//url:'http://192.168.1.8:20134/uploadapi/uploadImgBatch?timestamp='+Date.now()+'&type=errorcorrection',
 							header:{
 								timestamp:Date.now(),

+ 3 - 3
pages/index/goodsList.vue

@@ -711,17 +711,17 @@ color: #E60006;
 	padding-top: 10rpx;
 }
 .correction{
-	color: #254A90;
+	color: #999;
 }
 .gengduosp{
 	color: #254A90;font-size: 26rpx;
 	padding-top: 10rpx;
 }
 .vinJc{
-	line-height: 60rpx;color: #ffffff;
+	line-height: 60rpx;color: #999;
 	font-size: 26rpx;
 }
 .lineRgiht{
-	width: 550rpx;
+	width: 568rpx;
 }
 </style>