diff --git a/pages/addjigou/where.vue b/pages/addjigou/where.vue index 52797fc..c91b217 100644 --- a/pages/addjigou/where.vue +++ b/pages/addjigou/where.vue @@ -332,7 +332,7 @@ } else { uni.showToast({ - title: res.message, + title: res.result == '未做变更'? `当前无变更,无需提交` : res.message, icon: 'error' }) } diff --git a/pages/addoldman/IDcard.vue b/pages/addoldman/IDcard.vue index ed6ee0e..8dae8fc 100644 --- a/pages/addoldman/IDcard.vue +++ b/pages/addoldman/IDcard.vue @@ -168,7 +168,7 @@ } if (res.data.result == '未做变更') { uni.showToast({ - title: `未做变更`, + title: `当前无变更,无需提交`, icon: 'error' }) return @@ -214,7 +214,7 @@ } if (res.data.result == '未做变更') { uni.showToast({ - title: `未做变更`, + title: `当前无变更,无需提交`, icon: 'error' }) return diff --git a/pages/addoldman/oldIDcard.vue b/pages/addoldman/oldIDcard.vue index ed60af7..343da35 100644 --- a/pages/addoldman/oldIDcard.vue +++ b/pages/addoldman/oldIDcard.vue @@ -544,7 +544,7 @@ } if (res.data.result == '未做变更') { uni.showToast({ - title: `未做变更`, + title: `当前无变更,无需提交`, icon: 'error' }) return diff --git a/pages/addstaff/healthcertificate.vue b/pages/addstaff/healthcertificate.vue index 774e625..e54174c 100644 --- a/pages/addstaff/healthcertificate.vue +++ b/pages/addstaff/healthcertificate.vue @@ -272,7 +272,7 @@ } if (res.result == '未做变更') { uni.showToast({ - title: `未做变更`, + title: `当前无变更,无需提交`, icon: 'error' }) return diff --git a/pages/addstaff/successpush.vue b/pages/addstaff/successpush.vue index 429551e..17fe294 100644 --- a/pages/addstaff/successpush.vue +++ b/pages/addstaff/successpush.vue @@ -2,12 +2,12 @@ - - + + - + {{ uni.getStorageSync('isstaffchange') ? '变更信息已提交' : '提交成功' }} @@ -142,7 +142,7 @@ } .title-photo { - margin-top: 300rpx; + margin-top: 500rpx; width: 120rpx; height: 120rpx; z-index: 1; diff --git a/pages/index/index.vue b/pages/index/index.vue index ff7feef..26b0c9b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -301,7 +301,7 @@ const ceshi = () => { // console.log("666666") // uni.navigateTo({ - // url:"/pages/login/index" + // url:"/pages/addstaff/successpush" // }) } diff --git a/pages/login/specialloginafther.vue b/pages/login/specialloginafther.vue index 45ff3db..80f7f0d 100644 --- a/pages/login/specialloginafther.vue +++ b/pages/login/specialloginafther.vue @@ -112,12 +112,12 @@ - - + + - + 尊敬的用户,您的手机 @@ -238,7 +238,7 @@ } .title-photo { - margin-top: 300rpx; + margin-top: 600rpx; width: 120rpx; height: 120rpx; z-index: 1; diff --git a/pages/login/specialsmall.vue b/pages/login/specialsmall.vue index 6c44183..6e1d286 100644 --- a/pages/login/specialsmall.vue +++ b/pages/login/specialsmall.vue @@ -1,7 +1,7 @@