diff --git a/miniprogram/pages/login/login.js b/miniprogram/pages/login/login.js
index c813b41..292c939 100755
--- a/miniprogram/pages/login/login.js
+++ b/miniprogram/pages/login/login.js
@@ -102,7 +102,7 @@ Page({
wx.showToast({
title: '请确认账号密码是否正确或联系管理员!',
icon: 'none',
- duration: 3500
+ duration: 4000
});
}else {
wx.setStorageSync('token', res.data.token);
diff --git a/miniprogram/subpages/checkIn/pages/checkIn/register/register.js b/miniprogram/subpages/checkIn/pages/checkIn/register/register.js
index f956f23..1810792 100644
--- a/miniprogram/subpages/checkIn/pages/checkIn/register/register.js
+++ b/miniprogram/subpages/checkIn/pages/checkIn/register/register.js
@@ -350,7 +350,10 @@ Page({
'form.gridStaff': res.data.gridStaff,
'form.volunteer': res.data.volunteer,
})
- if(res.data.status === 0 || res.data.status === 1){
+ if(res.data.status === 0 && res.data.couplingCommunity.length > 0){
+ this.setData({
+ look:false
+ })
this.handleNext();
this.submit();
}
diff --git a/miniprogram/subpages/checkIn/pages/checkIn/register/register.wxml b/miniprogram/subpages/checkIn/pages/checkIn/register/register.wxml
index d4c675d..a246188 100644
--- a/miniprogram/subpages/checkIn/pages/checkIn/register/register.wxml
+++ b/miniprogram/subpages/checkIn/pages/checkIn/register/register.wxml
@@ -188,7 +188,8 @@
您常住的社区{{tipData.liveStreetName?tipData.liveStreetName:'--'}} - {{tipData.liveCommunity?tipData.liveCommunity:'--'}}
街道名称 {{tipData.liveStreetName?tipData.liveStreetName:'--'}}
社区名称 {{tipData.liveCommunity?tipData.liveCommunity:'--'}}
- 办公地址 {{tipData.liveAddress?tipData.liveAddress:'--'}}
+ 办公地址 {{tipData.liveAddress?tipData.liveAddress:'--'}}
+
办公电话 {{tipData.liveTelephone?tipData.liveTelephone:'--'}}
书记主任 {{tipData.liveSecretaryName?tipData.liveSecretaryName:'--'}}
手机 {{tipData.liveMobile?tipData.liveMobile:'--'}}
@@ -197,19 +198,20 @@
您单位包联的社区{{tipData.couplingStreetName?tipData.couplingStreetName:'--'}} - {{tipData.couplingCommunity?tipData.couplingCommunity:'--'}}
街道名称 {{tipData.couplingStreetName?tipData.couplingStreetName:'--'}}
社区名称 {{tipData.couplingCommunity?tipData.couplingCommunity:'--'}}
- 办公地址 {{tipData.couplingAddress?tipData.couplingAddress:'--'}}
+ 办公地址 {{tipData.couplingAddress?tipData.couplingAddress:'--'}}
+
办公电话 {{tipData.couplingelephone?tipData.couplingelephone:'--'}}
书记主任 {{tipData.couplingSecretaryName?tipData.couplingSecretaryName:'--'}}
手机 {{tipData.couplingMobile?tipData.couplingMobile:'--'}}
-
-
+
+
-
+