@ -285,7 +285,7 @@
psdPayHandle(newV){
checkPsw({password:newV}).then(res=>{
if(res.status!=200){
console.log(res)
uni.showToast({
title: res.msg,
icon: 'none',
@ -295,6 +295,13 @@
this.psdShow = false;
this.goPay(this.number,this.paytype)
}
}).catch((res)=>{
title: res,
duration: 2000
});
})
},
goPay(number, paytype) {
@ -42,6 +42,7 @@
if (tagDate === nowDate) {
if(this.isLogin){
getUserInfo().then(res => {
uni.setStorageSync('mark',res.data.renzheng.company_name)
if(res.data.renzheng&&res.data.renzheng.status==1){
uni.switchTab({
url: '/pages/index/index'
@ -206,7 +206,7 @@
}).then(res => {
if(res.code=='100014'){
uni.setStorageSync('mark',this.infoForm.companyName)
this.status = 3