Merge branch 'dev' into 'master'

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

See merge request jianweie/coreshoppro!41
This commit is contained in:
花城
2024-10-19 03:29:43 +00:00

View File

@@ -98,7 +98,7 @@
// #ifdef MP-ALIPAY
const login : Response<any> = await queryAliPayAppAuthTokenBYCode({ code, });
// #endif
// #endif
if (login.status) {
if (login.data.auth) {
@@ -134,6 +134,7 @@
const handleCloseAuth = () => {
emits('handleChangePopup', false);
handleShowToast('您已取消授权');
state.agreement = false;
}
/** 获取授权手机号 */