摘要: import store from '@/store/index.js' function loginOut() { uni.showToast({ title: '登录失效,请重新登录', icon: 'none' }) setTimeout(() => { uni.clearStorage() 阅读全文
posted @ 2023-11-23 11:49 Cxymds 阅读(990) 评论(0) 推荐(0) 编辑
摘要: 在小程序登录时按照政策要求必须要提醒用户阅读服务协议以及隐私协议,例如 这种情况下必须先勾选才能够点击一键登录,否则就会进行弹窗提示。 <button type="primary" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber" 阅读全文
posted @ 2023-11-23 10:31 Cxymds 阅读(28) 评论(0) 推荐(0) 编辑