Browse Source

隐藏协议判断

master
liaoxinyu 11 months ago
parent
commit
e1a8e5b4af
  1. 14
      pages/index/login.vue

14
pages/index/login.vue

@ -420,15 +420,15 @@ export default {
},
weixinlogin:function(){
var that = this;
if ( !that.isagree) {
// if ( !that.isagree) {
// that.showxieyi = true;
// that.wxloginclick = true;
uni.showToast({
title:'请先阅读并同意协议',
icon:'none'
})
return;
}
// uni.showToast({
// title:'',
// icon:'none'
// })
// return;
// }
console.log('weixinlogin')
that.wxloginclick = false;
app.authlogin(function(res){

Loading…
Cancel
Save