uniapp【优化】(授权框模块):取消授权时,取消协议选中

This commit is contained in:
15093570141
2024-10-19 11:29:18 +08:00
parent f86390ef63
commit 63f2bd1172

View File

@@ -134,6 +134,7 @@
const handleCloseAuth = () => { const handleCloseAuth = () => {
emits('handleChangePopup', false); emits('handleChangePopup', false);
handleShowToast('您已取消授权'); handleShowToast('您已取消授权');
state.agreement = false;
} }
/** 获取授权手机号 */ /** 获取授权手机号 */