From 579b26ee84fb489a26d8a9b3aaeb819fde7900d4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 28 May 2021 18:02:39 +0800
Subject: [PATCH] 风险上报,拜访记录修改
---
pages/infoRegistration/infoCheck.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pages/infoRegistration/infoCheck.vue b/pages/infoRegistration/infoCheck.vue
index a10a0bd..7402ecb 100644
--- a/pages/infoRegistration/infoCheck.vue
+++ b/pages/infoRegistration/infoCheck.vue
@@ -137,13 +137,13 @@
url: 'https://web.byisf.com/api/blade-system/tenant/submit',
method:'POST',
data:{
- "id":this.id,
- "tenantName":this.tenantName,
- "linkman":this.linkman,
- "contactNumber":this.contactNumber,
- "address":this.address,
- "type":this.type,
- "domain":this.domain,
+ "id":this.id,
+ "tenantName":this.tenantName,
+ "linkman":this.linkman,
+ "contactNumber":this.contactNumber,
+ "address":this.address,
+ "type":this.type,
+ "domain":this.domain
},
success: (res) => {
if(res.data.code==200){
@@ -219,7 +219,7 @@
width: 180rpx;
height: 180rpx;
border-radius: 100rpx;
- line-height:200rpx;
+ line-height:180rpx;
color: #FFFFFF;
letter-spacing: 2rpx;
}
--
Gitblit v1.9.3