mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
uniapp【优化】(授权框模块):取消授权时,取消协议选中
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
// #ifdef MP-ALIPAY
|
// #ifdef MP-ALIPAY
|
||||||
const login : Response<any> = await queryAliPayAppAuthTokenBYCode({ code, });
|
const login : Response<any> = await queryAliPayAppAuthTokenBYCode({ code, });
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
if (login.status) {
|
if (login.status) {
|
||||||
if (login.data.auth) {
|
if (login.data.auth) {
|
||||||
@@ -134,6 +134,7 @@
|
|||||||
const handleCloseAuth = () => {
|
const handleCloseAuth = () => {
|
||||||
emits('handleChangePopup', false);
|
emits('handleChangePopup', false);
|
||||||
handleShowToast('您已取消授权');
|
handleShowToast('您已取消授权');
|
||||||
|
state.agreement = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 获取授权手机号 */
|
/** 获取授权手机号 */
|
||||||
|
|||||||
Reference in New Issue
Block a user