aaa
This commit is contained in:
parent
045115158b
commit
8fed6b6369
|
@ -59,6 +59,7 @@
|
|||
"urlCheck" : false,
|
||||
"minified" : true
|
||||
},
|
||||
"libVersion": "latest",
|
||||
"usingComponents" : true,
|
||||
"permission" : {
|
||||
"scope.userLocation" : {
|
||||
|
|
|
@ -132,9 +132,7 @@
|
|||
if(that.flage==false){
|
||||
console.log('没确认');
|
||||
}else{
|
||||
|
||||
console.log("eeeeeeee", e);
|
||||
|
||||
const wxLoginAsync = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
wx.login({
|
||||
|
@ -142,7 +140,6 @@
|
|||
console.log(res,'codecode');
|
||||
if (res.code) {
|
||||
console.log('登录!', res);
|
||||
|
||||
let data = {
|
||||
code: res.code,
|
||||
mobile_code: e.detail.code,
|
||||
|
|
Loading…
Reference in New Issue
Block a user