宇智波胖虎
宇智波胖虎
点击登录 loginSuccess (res) { showSuccess('登录成功') wx.setStorageSync('userinfo', res) this.userinfo = res }, login () { wx.showToast({ title: '登录中', icon: 'loading' }) qcloud.setLoginUrl(config.loginUrl) const session = qcloud.Session.get() if (session) { qcloud.loginWithCode({ success:...
接了个需求,把上一个人做的微信小程序迁移到淘宝小程序上,用到了这个组件,怎么迁移?
### Description In a vue3 project, I use Checkbox by `import { Checkbox } from 'vue-recaptcha'`, recaptcha type is v2. So how to get token, not specified in the document...
