Commit edfb392e authored by ly's avatar ly

多典花

parent c732d114
......@@ -27,13 +27,14 @@
this.Go('uni:/pages/login/login')
}else{
uni.setStorageSync('appNo',itemVal)
if(label=='立即提现'){
// if(label=='立即提现'){
uni.navigateTo({
url:`/pages/websrc/websrc?url=${item}`
})
}else{
this.Go(item)
}
// }else{
// console.log(item,'item')
// // this.Go(item)
// }
}
},
......
......@@ -123,6 +123,14 @@
self.$request('/app/v1/ocr','POST',params).then(res => {
console.log(res,'ocr');
const {cardInfo }=res.result
if(!cardInfo.realName){
self.toast('请上传正面身份证');
return false
}
if(!cardInfo.issueBy){
self.toast('请上传反面身份证');
return false
}
self.certInfo=cardInfo
self.showback=true
}).catch(err=>{
......
......@@ -452,7 +452,11 @@
console.log(res,'checkProductList')
const {jumpUrl}=res.result
console.log(jumpUrl,'jumpUrl')
self.Go(jumpUrl)
uni.navigateTo({
url:`/pages/websrc/websrc?url=${jumpUrl}`
})
// self.Go(jumpUrl)
}).catch(err=>{
console.log(err,'请求出错')
})
......
......@@ -31,6 +31,8 @@
padding:24rpx 20rpx 25rpx 25rpx;
.main-top{
display: flex;
align-items: center;
justify-content: space-between;
.top-l{
display: flex;
.l-icon{
......@@ -51,7 +53,7 @@
}
}
.top-time{
padding: 12rpx 132rpx 13rpx 0rpx ;
padding: 12rpx 128rpx 13rpx 0rpx ;
height: 30rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
......@@ -63,7 +65,7 @@
}
.top-des{
padding-top:11rpx;
padding-left: 14rpx;
// padding-left: 34rpx;
height: 33rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
......@@ -103,7 +105,7 @@
}
}
.s-t{
margin:0 93rpx 0 76rpx;
padding:0 128rpx 0 76rpx;
.t-text{
height: 56rpx;
font-family: PingFangSC, PingFang SC;
......
......@@ -135,7 +135,7 @@
}
.bill-mian{
margin: 0 30rpx;
margin-bottom:120rpx;
padding-bottom:120rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.5);
border-radius: 10rpx;
......@@ -185,8 +185,8 @@
}
}
.mian-line{
padding:32rpx;
height: 203rpx;
padding:34rpx;
height: 144rpx;
background: #FFFFFF;
display: flex;
align-items: center;
......
......@@ -186,7 +186,15 @@
this.Go('uni:/pages/login/login')
}else{
const { tager }=item
this.Go(tager)
const tagerUrl="'uni:/pages/indexfinance/index','tab'"
console.log(tager)
if(tager.split(',')[1]=='tab'){
console.log(1)
this.Go('uni:/pages/indexfinance/index','tab')
}else{
console.log(2)
this.Go(tager)
}
}
},
goUP(val){
......
......@@ -110,7 +110,7 @@
.item-text{
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
font-size: 28rpx;
color: #333333;
line-height: 45rpx;
text-align: center;
......
......@@ -114,7 +114,10 @@
goPage(item){
// const mobileCall=uni.getStorageSync('mobileCall')
// const newurl='http://192.168.0.23:8080/#/loan'
// this.Go('http://192.168.0.23:8080/#/loan')
// this.Go('http://192.168.0.23:8080/#/loanMulti')
// uni.navigateTo({
// url:`/pages/websrc/websrc?url=${newurl}`
// })
this.Go(item.linkUrl)
},
goLogin(){
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment