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" : {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<view class="flex-col group">
|
||||
<view class="mt-14 flex-row justify-between">
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt-22 flex-col">
|
||||
<view class="flex-row justify-center top-img">
|
||||
<view @click="fxyujin" class="flex-col section left-card">
|
||||
|
|
|
@ -131,10 +131,8 @@
|
|||
let that = this;
|
||||
if(that.flage==false){
|
||||
console.log('没确认');
|
||||
}else{
|
||||
|
||||
console.log("eeeeeeee", e);
|
||||
|
||||
}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