This commit is contained in:
3321822538@qq.com 2024-06-17 13:57:17 +08:00
parent 045115158b
commit 8fed6b6369
3 changed files with 4 additions and 6 deletions

View File

@ -59,6 +59,7 @@
"urlCheck" : false,
"minified" : true
},
"libVersion": "latest",
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {

View File

@ -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">

View File

@ -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,