ccjgmwz 3 سال پیش
والد
کامیت
676f948c66
4فایلهای تغییر یافته به همراه79 افزوده شده و 79 حذف شده
  1. 2 2
      manifest.json
  2. 28 28
      pageD/identity/companyIdentity.vue
  3. 24 24
      pageD/identity/companyIdentityThree.vue
  4. 25 25
      pageD/identity/companyIdentityTwo.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "1.1.26",
-    "versionCode" : 1126,
+    "versionName" : "1.1.27",
+    "versionCode" : 1127,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},

+ 28 - 28
pageD/identity/companyIdentity.vue

@@ -269,35 +269,35 @@
 				that.id[1] = res
 				that.id2 = res
 				that.identityImgs1.personImg = res
-				that.$api.doRequest('get', '/driverViewInfo/personShibie', that
-					.identityImgs1).then(res => {
-					if (res.data.data.recPerson != null) {
-						if (res.data.data.recPerson != "") {
-							that.$set(that.identityAuthenticationInfo,
-								'customerName', res.data.data.recPerson)
-						}
-					}
-					if (res.data.data.recPersonNo != null) {
-						if (res.data.data.recPersonNo != "") {
-							that.$set(that.identityAuthenticationInfo,
-								'customerNumberCard', res.data.data
-								.recPersonNo)
-						}
-					}
+				// that.$api.doRequest('get', '/driverViewInfo/personShibie', that
+				// 	.identityImgs1).then(res => {
+				// 	if (res.data.data.recPerson != null) {
+				// 		if (res.data.data.recPerson != "") {
+				// 			that.$set(that.identityAuthenticationInfo,
+				// 				'customerName', res.data.data.recPerson)
+				// 		}
+				// 	}
+				// 	if (res.data.data.recPersonNo != null) {
+				// 		if (res.data.data.recPersonNo != "") {
+				// 			that.$set(that.identityAuthenticationInfo,
+				// 				'customerNumberCard', res.data.data
+				// 				.recPersonNo)
+				// 		}
+				// 	}
 					
-					if (res.data.data.recPersonAddr != null) {
-						if (res.data.data.recPersonAddr != "") {
-							that.$set(that.identityAuthenticationInfo, 'compAddress', res.data.data
-								.recPersonAddr)
-						}
-					}
-				}).catch(res => {
-					uni.showToast({
-						title: res.data.message,
-						icon: 'none',
-						duration: 2000
-					})
-				})
+				// 	if (res.data.data.recPersonAddr != null) {
+				// 		if (res.data.data.recPersonAddr != "") {
+				// 			that.$set(that.identityAuthenticationInfo, 'compAddress', res.data.data
+				// 				.recPersonAddr)
+				// 		}
+				// 	}
+				// }).catch(res => {
+				// 	uni.showToast({
+				// 		title: res.data.message,
+				// 		icon: 'none',
+				// 		duration: 2000
+				// 	})
+				// })
 			},
 			onError(error) {
 				alert(error)

+ 24 - 24
pageD/identity/companyIdentityThree.vue

@@ -210,30 +210,30 @@
 				that.bank2 = res
 				that.certificatesTwo = false
 				that.bankImgs1.bankImg = res
-				that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
-					.bankImgs1).then(res => {
-					if (res.data.data.bankNo != null) {
-						if (res.data.data.bankNo != "") {
-							that.$set(that.identityAuthenticationInfo,
-								'bankCard', res.data.data.bankNo)
-						}
-					}
-					if (res.data.data.bankName != null) {
-						if (res.data.data.bankName != "") {
-							that.$set(that.identityAuthenticationInfo,
-								'bankDeposit', res.data.data.bankName)
-						}
-					}
-					if (res.data.data.bankNameZhihang != null) {
-						that.bankType = res.data.data.bankNameZhihang
-					}
-				}).catch(res => {
-					uni.showToast({
-						title: res.data.message,
-						icon: 'none',
-						duration: 2000
-					})
-				})
+				// that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
+				// 	.bankImgs1).then(res => {
+				// 	if (res.data.data.bankNo != null) {
+				// 		if (res.data.data.bankNo != "") {
+				// 			that.$set(that.identityAuthenticationInfo,
+				// 				'bankCard', res.data.data.bankNo)
+				// 		}
+				// 	}
+				// 	if (res.data.data.bankName != null) {
+				// 		if (res.data.data.bankName != "") {
+				// 			that.$set(that.identityAuthenticationInfo,
+				// 				'bankDeposit', res.data.data.bankName)
+				// 		}
+				// 	}
+				// 	if (res.data.data.bankNameZhihang != null) {
+				// 		that.bankType = res.data.data.bankNameZhihang
+				// 	}
+				// }).catch(res => {
+				// 	uni.showToast({
+				// 		title: res.data.message,
+				// 		icon: 'none',
+				// 		duration: 2000
+				// 	})
+				// })
 
 			},
 			onError(error) {

+ 25 - 25
pageD/identity/companyIdentityTwo.vue

@@ -142,33 +142,33 @@
 				that.id2 = res
 				that.certificatesTwo = false
 				that.identityImgs1.personImg = res
-				that.$api.doRequest('get', '/driverViewInfo/personShibie', that.identityImgs1).then(res => {
-					if (res.data.data.recPerson != null) {
-						if (res.data.data.recPerson != "") {
-							that.$set(that.identityAuthenticationInfo, 'customerName', res.data.data.recPerson)
-						}
+				// that.$api.doRequest('get', '/driverViewInfo/personShibie', that.identityImgs1).then(res => {
+				// 	if (res.data.data.recPerson != null) {
+				// 		if (res.data.data.recPerson != "") {
+				// 			that.$set(that.identityAuthenticationInfo, 'customerName', res.data.data.recPerson)
+				// 		}
 
-					}
-					if (res.data.data.recPersonNo != null) {
-						if (res.data.data.recPersonNo != "") {
-							that.$set(that.identityAuthenticationInfo, 'customerNumberCard', res.data.data
-								.recPersonNo)
-						}
+				// 	}
+				// 	if (res.data.data.recPersonNo != null) {
+				// 		if (res.data.data.recPersonNo != "") {
+				// 			that.$set(that.identityAuthenticationInfo, 'customerNumberCard', res.data.data
+				// 				.recPersonNo)
+				// 		}
 
-					}
-					if (res.data.data.recPersonAddr != null) {
-						if (res.data.data.recPersonAddr != "") {
-							that.$set(that.identityAuthenticationInfo, 'compAddress', res.data.data
-								.recPersonAddr)
-						}
-					}
-				}).catch(res => {
-					uni.showToast({
-						title: res.data.message,
-						icon: 'none',
-						duration: 2000
-					})
-				})
+				// 	}
+				// 	if (res.data.data.recPersonAddr != null) {
+				// 		if (res.data.data.recPersonAddr != "") {
+				// 			that.$set(that.identityAuthenticationInfo, 'compAddress', res.data.data
+				// 				.recPersonAddr)
+				// 		}
+				// 	}
+				// }).catch(res => {
+				// 	uni.showToast({
+				// 		title: res.data.message,
+				// 		icon: 'none',
+				// 		duration: 2000
+				// 	})
+				// })
 			},
 			onError(error) {
 				alert(error)