zhongtianhaoyuan il y a 2 ans
Parent
commit
0f1ec3db6b
3 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 2 2
      config/index.js
  2. 2 2
      pages/release/addAddress.vue
  3. 4 4
      pages/release/record.vue

+ 2 - 2
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
-	// baseUrlNew: 'https://api.changyuntong56.com',
+	baseUrlNew: 'https://api.changyuntong56.com',
 	// baseUrlNew: 'https://apitest.changyuntong56.com',
-	baseUrlNew: 'http://192.168.110.9:8099',
+	// baseUrlNew: 'http://192.168.110.9:8099',
 	// baseUrlNew: 'https://apitest.eliangeyun.com',
 	// baseUrlNew: 'http://192.168.110.67:8999/',
 	h5Appid: 'wxb66b599f7f61b46f',

+ 2 - 2
pages/release/addAddress.vue

@@ -200,10 +200,10 @@
 					})
 					return true
 				}
-				if (this.addressInfo.detailedAddress.length < 4 || this.addressInfo.detailedAddress.length > 15) {
+				if (this.addressInfo.detailedAddress.length < 4 || this.addressInfo.detailedAddress.length > 50) {
 					this.$refs.uToast.show({
 						type: 'error',
-						message: "详细地址4-15个字符!",
+						message: "详细地址4-50个字符!",
 					})
 					return true
 				}

+ 4 - 4
pages/release/record.vue

@@ -150,11 +150,11 @@
 					num:0,
 					}, {
 				    name: '已通过',
-					status:'2',
+					status:'3',
 					num:0,
 				    }, {
 				    name: '未通过',
-					status:'3',
+					status:'2',
 					num:0,
 				    }, {
 				    name: '已过期',
@@ -393,8 +393,8 @@
 						commonId: this.userInfo.id,
 					}).then(res => {
 						this.list1[0].num=res.data.examieNum
-						this.list1[1].num=res.data.noNum
-						this.list1[2].num=res.data.passNum
+						this.list1[1].num=res.data.passNum
+						this.list1[2].num=res.data.noNum
 						this.list1[3].num=res.data.overdueNum
 						console.log(res)
 					})