Browse Source

修改登录

v1
前端-胡立永 9 months ago
parent
commit
8488acef0f
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      pages/login/login.vue

+ 6
- 0
pages/login/login.vue View File

@ -59,6 +59,12 @@
methods: {
wxLogin(){
if(!this.checkboxValue.length){
return uni.showToast({
title: '请先同意隐私协议',
icon:'none'
})
}
this.$store.commit('login')
},


Loading…
Cancel
Save