自学内容网 自学内容网

shopro前端 短信登录只显示模板不能正常切换

在这里插入图片描述
在这里插入图片描述
删掉 换成下面的代码

// 打开授权弹框
export function showAuthModal(type = 'smsLogin') {
  const modal = $store('modal');
     setTimeout(() => {
       modal.$patch((state) => {
         state.auth = type;
       });
     }, 100);
}

原文地址:https://blog.csdn.net/qq_42841183/article/details/142420437

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!