bug修复

This commit is contained in:
tx 2024-09-11 18:06:45 +08:00
parent 13dbe41a76
commit 53d2036584
5 changed files with 635 additions and 569 deletions

View File

@ -5,11 +5,11 @@ const install = (Vue, vm) => {
Vue.prototype.$u.http.setConfig({
// baseUrl: 'http://61.174.243.28:15861',
// baseUrl: 'http://192.168.2.46:8080',
baseUrl: 'https://che.chuangtewl.com/prod-api',
// baseUrl: 'https://che.chuangtewl.com/prod-api',
// 测试环境
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
// 俞山岛
// baseUrl: 'https://dche.ccttiot.com/prod-api',
baseUrl: 'https://dche.ccttiot.com/prod-api',
// 创特
loadingText: '努力加载中~',
loadingTime: 10000,
@ -70,35 +70,35 @@ const install = (Vue, vm) => {
// })
// // return res.result;
// }
if (res.code == 401) {
wx.login({
success(res) {
if (res.code) {
console.log('登录!', res);
let areaId = uni.getStorageSync('areaId');
if (areaId) {
vm.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' + areaId).then(
res => {
uni.hideLoading();
if (res.code == 200) {
uni.setStorageSync('token', res.token);
} else if (res.code == 501) {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
} else {
uni.navigateTo({
url: '/pages/login/login'
})
}
});
}
}
},
});
}
// if (res.code == 401) {
// wx.login({
// success(res) {
// if (res.code) {
// // console.log('登录!', res);
// let areaId = uni.getStorageSync('areaId');
// if (areaId) {
// vm.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' + areaId).then(
// res => {
// uni.hideLoading();
// if (res.code == 200) {
// uni.setStorageSync('token', res.token);
// } else if (res.code == 501) {
// uni.showToast({
// title: res.msg,
// icon: 'none',
// duration: 2000
// });
// } else {
// uni.navigateTo({
// url: '/pages/login/login'
// })
// }
// });
// }
// }
// },
// });
// }
return res;
}

View File

@ -21,7 +21,7 @@ import'./common/css/iconfont.css'
let mpShare = require('uview-ui/libs/mixin/mpShare.js');
Vue.mixin(mpShare);
// import tabbar from '@/pages_admin/components/tab-bar/tab-bar.vue';
// import tabbar from '@/components/tab-bar/tab-bar.vue';
// import customizeAnswer from'@/components/customizeAnswer/customizeAnswer.vue'
// Vue.use('customizeAnswer',customizeAnswer)

View File

@ -1552,14 +1552,12 @@
},
deviceInfo(num) {
if (uni.getStorageSync('token')) {
if (this.sn) {
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
if (res.code === 200) {
this.isqrcode = true
this.deviceInfos = res.data;
this.getlist(res.data.getlist)
this.getlist(res.data.modelId)
if (!this.orderinfo.sn) {
this.mac = res.data.mac
}
@ -1659,166 +1657,177 @@
}
} else {
console.log('判断2');
wx.login({
success: (res) => {
if (res.code) {
console.log('登录!', res);
let data = {
wxOpenId: res.code,
};
let areaId = uni.getStorageSync('areaId');
if (areaId) {
this.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' +
areaId)
.then((
res) => {
// uni.hideLoading();
if (res.code == 200) {
uni.setStorageSync('token', res.token);
this.getinfo()
if (this.sn) {
this.$u.get('/app/device/info?sn=' + this.sn)
.then((
res) => {
if (res.code === 200) {
this.isqrcode = true
this.deviceInfos = res.data;
this.getlist(res.data.getlist)
if (num == 0) {
// this.routePlanning(res.data.latitude,
// res.data.longitude)
this.showdevice = true;
this.type = 0;
} else {
// if (this.deviceInfos
// .onlineStatus ==
// 0) {
// uni.showToast({
// title: '线,使',
// icon: 'none',
// duration: 4000
// if (uni.getStorageSync('token')) {
// } else {
// console.log('2');
// uni.navigateTo({
// url: '/pages/login/login'
// });
// } else
if (this.deviceInfos
.status ==
0) {
uni.showToast({
title: '车辆未上架,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
2) {
uni.showToast({
title: '车辆预约中,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
3) {
uni.showToast({
title: '车辆骑行中,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
4) {
uni.showToast({
title: '车辆临时锁车中,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
6) {
uni.showToast({
title: '车辆调度中,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
8) {
uni.showToast({
title: '车辆下线中,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
9) {
uni.showToast({
title: '车辆已废弃,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
7) {
uni.showToast({
title: '车辆未上线,请使用其他车辆',
icon: 'none',
duration: 4000
});
} else if (this.deviceInfos
.status ==
1) {
// this.routePlanning(res.data
// .latitude, res.data
// .longitude)
if (this.areaInfo != res.data
.areaId) {
this.getArea()
}
// this.routePlanning(res.data.latitude, res.data.longitude)
setTimeout(() => {
this.showdevice =
true
this.type = 1;
this.deviceIndex =
1;
}, 600)
}
}
} else {
this.showdevice = false;
this.deviceIndex = 0;
this.type = 0;
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
}
});
// // wx.login({
// // success: (res) => {
// // if (res.code) {
// // console.log('', res);
// // let data = {
// // wxOpenId: res.code,
// // };
// // let areaId = uni.getStorageSync('areaId');
// // if (areaId) {
// // this.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' +
// // areaId)
// // .then((
// // res) => {
// // // uni.hideLoading();
// // if (res.code == 200) {
// // uni.setStorageSync('token', res.token);
// // this.getinfo()
// // if (this.sn) {
// // this.$u.get('/app/device/info?sn=' + this.sn)
// // .then((
// // res) => {
// // if (res.code === 200) {
// // this.isqrcode = true
// // this.deviceInfos = res.data;
// // this.getlist(res.data.modelId)
// // if (num == 0) {
// // // this.routePlanning(res.data.latitude,
// // // res.data.longitude)
// // this.showdevice = true;
// // this.type = 0;
// // } else {
// // // if (this.deviceInfos
// // // .onlineStatus ==
// // // 0) {
// // // uni.showToast({
// // // title: '线,使',
// // // icon: 'none',
// // // duration: 4000
// // // });
// // // } else
// // if (this.deviceInfos
// // .status ==
// // 0) {
// // uni.showToast({
// // title: ',使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 2) {
// // uni.showToast({
// // title: ',使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 3) {
// // uni.showToast({
// // title: ',使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 4) {
// // uni.showToast({
// // title: ',使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 6) {
// // uni.showToast({
// // title: ',使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 8) {
// // uni.showToast({
// // title: '线,使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 9) {
// // uni.showToast({
// // title: ',使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 7) {
// // uni.showToast({
// // title: '线,使',
// // icon: 'none',
// // duration: 4000
// // });
// // } else if (this.deviceInfos
// // .status ==
// // 1) {
// // // this.routePlanning(res.data
// // // .latitude, res.data
// // // .longitude)
// // if (this.areaInfo != res.data
// // .areaId) {
// // this.getArea()
// // }
// // // this.routePlanning(res.data.latitude, res.data.longitude)
// // setTimeout(() => {
// // this.showdevice =
// // true
// // this.type = 1;
// // this.deviceIndex =
// // 1;
// // }, 600)
// // }
// // }
// // } else {
// // this.showdevice = false;
// // this.deviceIndex = 0;
// // this.type = 0;
// // uni.showToast({
// // title: res.msg,
// // icon: 'none',
// // duration: 2000
// // });
// // }
// // });
}
// // }
} else if (res.code == 501) {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
} else {
uni.redirectTo({
url: '/pages/login/login'
});
}
});
// // } else if (res.code == 501) {
// // uni.showToast({
// // title: res.msg,
// // icon: 'none',
// // duration: 2000
// // });
// // } else {
// // uni.redirectTo({
// // url: '/pages/login/login'
// // });
// // }
// // });
// // }
// // }
// // },
// // });
// }
}
}
},
});
}
},
mapFun() {
console.log('点击了');
uni.openLocation({
@ -2386,6 +2395,7 @@
},
taploadmask(num) {
if(uni.getStorageSync('token')){
this.maskepage = 0
this.loadimg = 'https://lxnapi.ccttiot.com/bike/img/static/uRxPPoVoqmnmng6wKlij'
if (num == 1) {
@ -2481,6 +2491,15 @@
}
}else{
this.seeDetail = true
uni.navigateTo({
url: '/pages/login/login?isindex=true'
});
}
},
Binddevice() {
@ -2967,7 +2986,7 @@
//
sub1() {
// uni.showLoading({});
if (uni.getStorageSync('token')) {
let data = {
userId: this.userId,
sn: this.sn,
@ -3016,6 +3035,13 @@
}
}
});
}else{
}
},
backDevicecar() {
@ -5128,111 +5154,113 @@
} else {
let that = this;
wx.login({
success(res) {
if (res.code) {
console.log('登录成功!', res);
let areaId = uni.getStorageSync('areaId');
uni.showLoading({
title: '登录中...'
});
that.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' +
areaId)
.then(res => {
uni.hideLoading();
if (res.code == 200) {
uni.setStorageSync('token', res.token);
if (that.areaInfo.authentication == 1) {
that.$u.get("/getAppInfo").then(res => {
if (res.code == 200) {
that.userinfo = res.user;
that.$store.commit(
'SET_USERID', res
.user.userId);
if (res.user
.isAuthentication == 0) {
uni.hideLoading()
that.seeDetail = true;
that.tozf = true
this.seeDetail = true
uni.navigateTo({
url: "/page_user/idcard_test"
});
} else {
that.seeDetail = true;
that.tozf = true
uni.hideLoading()
console.log('跳转3');
uni.navigateTo({
url: '/page_user/yj?isback=' +
that
.showYjTip
});
that.showYjTip = false
}
} else {
uni.hideLoading()
uni.showToast({
title: '未登录,请登录后尝试',
icon: 'none',
duration: 2000
});
}
});
} else {
that.tozf = true
that.seeDetail = true;
uni.hideLoading()
console.log('跳转4');
uni.navigateTo({
url: '/page_user/yj?isback=' + that
.showYjTip
});
that.showYjTip = false
}
} else if (res.code == 501) {
uni.hideLoading()
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
} else {
uni.hideLoading()
uni.redirectTo({
url: '/pages/login/login'
});
}
}).catch(err => {
uni.hideLoading();
uni.showToast({
title: '请求失败,请稍后重试',
icon: 'none',
duration: 2000
});
console.error('请求失败:', err);
});
} else {
uni.hideLoading()
uni.showToast({
title: '登录失败,请重试',
icon: 'none',
duration: 2000
});
console.error('微信登录失败:', res);
}
},
fail(err) {
uni.hideLoading()
uni.showToast({
title: '微信登录接口调用失败',
icon: 'none',
duration: 2000
});
console.error('微信登录接口调用失败:', err);
}
url: '/pages/login/login?isindex=true'
});
// wx.login({
// success(res) {
// if (res.code) {
// console.log('', res);
// let areaId = uni.getStorageSync('areaId');
// uni.showLoading({
// title: '...'
// });
// that.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' +
// areaId)
// .then(res => {
// uni.hideLoading();
// if (res.code == 200) {
// uni.setStorageSync('token', res.token);
// if (that.areaInfo.authentication == 1) {
// that.$u.get("/getAppInfo").then(res => {
// if (res.code == 200) {
// that.userinfo = res.user;
// that.$store.commit(
// 'SET_USERID', res
// .user.userId);
// if (res.user
// .isAuthentication == 0) {
// uni.hideLoading()
// that.seeDetail = true;
// that.tozf = true
// uni.navigateTo({
// url: "/page_user/idcard_test"
// });
// } else {
// that.seeDetail = true;
// that.tozf = true
// uni.hideLoading()
// console.log('3');
// uni.navigateTo({
// url: '/page_user/yj?isback=' +
// that
// .showYjTip
// });
// that.showYjTip = false
// }
// } else {
// uni.hideLoading()
// uni.showToast({
// title: '',
// icon: 'none',
// duration: 2000
// });
// }
// });
// } else {
// that.tozf = true
// that.seeDetail = true;
// uni.hideLoading()
// console.log('4');
// uni.navigateTo({
// url: '/page_user/yj?isback=' + that
// .showYjTip
// });
// that.showYjTip = false
// }
// } else if (res.code == 501) {
// uni.hideLoading()
// uni.showToast({
// title: res.msg,
// icon: 'none',
// duration: 2000
// });
// } else {
// uni.hideLoading()
// uni.redirectTo({
// url: '/pages/login/login'
// });
// }
// }).catch(err => {
// uni.hideLoading();
// uni.showToast({
// title: '',
// icon: 'none',
// duration: 2000
// });
// console.error('', err);
// });
// } else {
// uni.hideLoading()
// uni.showToast({
// title: '',
// icon: 'none',
// duration: 2000
// });
// console.error('', res);
// }
// },
// fail(err) {
// uni.hideLoading()
// uni.showToast({
// title: '',
// icon: 'none',
// duration: 2000
// });
// console.error('', err);
// }
// });
this.showYjTip = false
@ -5257,10 +5285,17 @@
}
} else if (num == 5) {
if (uni.getStorageSync('token')) {
uni.navigateTo({
url: '/page_user/gzsb'
})
}else{
this.seeDetail = true
uni.navigateTo({
url: '/pages/login/login?isindex=true'
});
}
} else if (num == 6) {
// console.log('');
this.sn = ''

View File

@ -244,10 +244,16 @@
codeButtonText2: '获取验证码',
countdown2: 60,
openCode:null,
isindex:false
}
},
onLoad() {
onLoad(e) {
this.deptId = uni.getStorageSync('deptId');
if(e.isindex=='true'){
this.isindex=true
}
// this.deptId = 101
},
computed: {
@ -639,9 +645,16 @@
async ceshi() {
this.$u.get("/getAppInfo").then((res) => {
console.log('进入跳转');
if(this.isindex==true){
uni.navigateBack({
delta: 1 // delta1
});
}else{
uni.navigateTo({
url: '/pages/index/index'
})
}
});
},
}

View File

@ -586,52 +586,70 @@
// })
// }
} else {
let areaId = uni.getStorageSync('areaId');
if (areaId) {
let that = this
wx.login({
success(res) {
if (res.code) {
console.log('登录!', res);
let data = {
wxOpenId: res.code,
};
let areaId = uni.getStorageSync('areaId');
that.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' +
areaId).then(
res => {
uni.hideLoading();
if (res.code == 200) {
uni.setStorageSync('token', res.token);
that.getuserInfo()
} else if (res.code == 501) {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
} else {
// console.log("",res.data)
uni.redirectTo({
url: '/pages/login/login'
})
}
});
}
},
// let areaId = uni.getStorageSync('areaId');
// if (areaId) {
// let areaId = uni.getStorageSync('areaId');
// if (areaId) {
// let that = this;
// wx.login({
// success(res) {
// if (res.code) {
// console.log('111', res);
// let data = {
// wxOpenId: res.code,
// };
// let areaId = uni.getStorageSync('areaId');
});
} else {
uni.showToast({
title: '请授权位置信息后再尝试',
icon: 'none',
duration: 4000
});
}
// //
// uni.showModal({
// title: '',
// content: '使',
// success(modalRes) {
// if (modalRes.confirm) {
// console.log('');
// //
// that.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' + areaId)
// .then(res => {
// uni.hideLoading();
// if (res.code == 200) {
// uni.setStorageSync('token', res.token);
// that.getuserInfo();
// } else if (res.code == 501) {
// uni.showToast({
// title: res.msg,
// icon: 'none',
// duration: 2000
// });
// } else {
// uni.redirectTo({
// url: '/pages/login/login'
// });
// }
// });
// } else if (modalRes.cancel) {
// console.log('');
// uni.redirectTo({
// url: '/pages/login/login'
// });
// //
// }
// }
// });
// }
// }
// });
// }
// } else {
// uni.showToast({
// title: '',
// icon: 'none',
// duration: 4000
// });
// }
}
});