diff --git a/src/pages/memberCenter/inpart.vue b/src/pages/memberCenter/inpart.vue index 4e5394e..ed9c7d9 100644 --- a/src/pages/memberCenter/inpart.vue +++ b/src/pages/memberCenter/inpart.vue @@ -18,72 +18,21 @@ prop="tel"> - - - - 确认提交 + + + + 温馨提示 + + + 注册成功,请完善信息 + + + @@ -107,6 +56,7 @@ const uPickerRef = ref(null) + const showtit = ref(false) // 响应式表单数据 const form = ref({ mobile: '', @@ -350,17 +300,14 @@ // data.push(obj) // } // }) - uni.$u.toast('校验通过') + // uni.$u.toast('校验通过') // delete form.value.member_tag_name console.log(form.value); xh_memberRegister(form.value).then((res) => { if (res.code === 1) { - uni.showToast({ - title: '请完善信息', - icon: 'success', - duration: 2000 - }) + showtit.value = true setTimeout(()=>{ + showtit.value = false uni.navigateTo({ url: '/pages/memberCenter/makemessage?number='+form.value.mobile+'&type='+form.value.identity }) @@ -535,6 +482,30 @@ color: #ffffff; } } + .titbox { + display: grid; + justify-items: center; + width: 100%; + height: 100%; + box-shadow: 0px 54px 82px -22px rgba(0, 95, 155, 0.16); + padding: 50px 72px; + border-radius: 24px; + .wxts { + margin-top: -50px; + font-family: Source Han Sans; + font-size: 26px; + font-weight: bold; + text-align: center; + color: rgba(29, 29, 29, 0.95); + } + .zccg { + font-family: Source Han Sans; + font-size: 14px; + font-weight: normal; + color: #828282; + } + + } } .yyzz { diff --git a/src/pages/mine/associatedDetail.vue b/src/pages/mine/associatedDetail.vue index 2ca3a57..c3b0224 100644 --- a/src/pages/mine/associatedDetail.vue +++ b/src/pages/mine/associatedDetail.vue @@ -5,7 +5,7 @@ 公司简介 - + 说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明说明 diff --git a/src/pages/mine/porsonalinfo.vue b/src/pages/mine/porsonalinfo.vue index 5da8b90..6fe73f7 100644 --- a/src/pages/mine/porsonalinfo.vue +++ b/src/pages/mine/porsonalinfo.vue @@ -7,8 +7,9 @@ 头像 - - + + + @@ -40,7 +41,7 @@ 性别 - {{ userStore.userInfo.sex_name }} + {{ userStore.userInfo.sex===1?'男':'女' }} 绑定手机号 - {{ userStore.userInfo.moblie }} + {{ userStore.userInfo.mobile }} @@ -76,8 +77,9 @@ 关联企业 - - {{ userStore.userInfo.identity_name }} + + + {{ userStore.userInfo.title }} - + diff --git a/src/static/img/Bitmap.png b/src/static/img/Bitmap.png deleted file mode 100644 index 7b78ab9..0000000 Binary files a/src/static/img/Bitmap.png and /dev/null differ