From a194cf5893fb2d6f467e31a2c54daa8f4f9f2974 Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Mon, 9 Mar 2026 17:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compontent/public/exit.vue | 11 +++++++++-- pages/addjigou/all.vue | 4 ++-- pages/login/index.vue | 2 +- pages/supplierindex/mine.vue | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/compontent/public/exit.vue b/compontent/public/exit.vue index 15b2c90..9152b4c 100644 --- a/compontent/public/exit.vue +++ b/compontent/public/exit.vue @@ -28,7 +28,7 @@ }, cont:{ type: String, - default: '' + default: '是否退出登录?' } }); @@ -39,7 +39,14 @@ emit('close'); } const go = () => { - emit('go'); + if(props.cont=='是否退出登录?'){ + uni.clearStorage() + uni.reLaunch({ + url:'/pages/login/index' + }) + }else{ + emit('go'); + } } diff --git a/pages/addjigou/all.vue b/pages/addjigou/all.vue index 87559f0..53e85de 100644 --- a/pages/addjigou/all.vue +++ b/pages/addjigou/all.vue @@ -33,7 +33,7 @@ 人像面 - 请上传身份证人像面 + 国徽面 - 请上传身份证国徽面 +