Commit edfb392e authored by ly's avatar ly

多典花

parent c732d114
...@@ -27,13 +27,14 @@ ...@@ -27,13 +27,14 @@
this.Go('uni:/pages/login/login') this.Go('uni:/pages/login/login')
}else{ }else{
uni.setStorageSync('appNo',itemVal) uni.setStorageSync('appNo',itemVal)
if(label=='立即提现'){ // if(label=='立即提现'){
uni.navigateTo({ uni.navigateTo({
url:`/pages/websrc/websrc?url=${item}` url:`/pages/websrc/websrc?url=${item}`
}) })
}else{ // }else{
this.Go(item) // console.log(item,'item')
} // // this.Go(item)
// }
} }
}, },
......
...@@ -123,6 +123,14 @@ ...@@ -123,6 +123,14 @@
self.$request('/app/v1/ocr','POST',params).then(res => { self.$request('/app/v1/ocr','POST',params).then(res => {
console.log(res,'ocr'); console.log(res,'ocr');
const {cardInfo }=res.result const {cardInfo }=res.result
if(!cardInfo.realName){
self.toast('请上传正面身份证');
return false
}
if(!cardInfo.issueBy){
self.toast('请上传反面身份证');
return false
}
self.certInfo=cardInfo self.certInfo=cardInfo
self.showback=true self.showback=true
}).catch(err=>{ }).catch(err=>{
......
...@@ -452,7 +452,11 @@ ...@@ -452,7 +452,11 @@
console.log(res,'checkProductList') console.log(res,'checkProductList')
const {jumpUrl}=res.result const {jumpUrl}=res.result
console.log(jumpUrl,'jumpUrl') console.log(jumpUrl,'jumpUrl')
self.Go(jumpUrl)
uni.navigateTo({
url:`/pages/websrc/websrc?url=${jumpUrl}`
})
// self.Go(jumpUrl)
}).catch(err=>{ }).catch(err=>{
console.log(err,'请求出错') console.log(err,'请求出错')
}) })
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
padding:24rpx 20rpx 25rpx 25rpx; padding:24rpx 20rpx 25rpx 25rpx;
.main-top{ .main-top{
display: flex; display: flex;
align-items: center;
justify-content: space-between;
.top-l{ .top-l{
display: flex; display: flex;
.l-icon{ .l-icon{
...@@ -51,7 +53,7 @@ ...@@ -51,7 +53,7 @@
} }
} }
.top-time{ .top-time{
padding: 12rpx 132rpx 13rpx 0rpx ; padding: 12rpx 128rpx 13rpx 0rpx ;
height: 30rpx; height: 30rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
...@@ -63,7 +65,7 @@ ...@@ -63,7 +65,7 @@
} }
.top-des{ .top-des{
padding-top:11rpx; padding-top:11rpx;
padding-left: 14rpx; // padding-left: 34rpx;
height: 33rpx; height: 33rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
...@@ -103,7 +105,7 @@ ...@@ -103,7 +105,7 @@
} }
} }
.s-t{ .s-t{
margin:0 93rpx 0 76rpx; padding:0 128rpx 0 76rpx;
.t-text{ .t-text{
height: 56rpx; height: 56rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
} }
.bill-mian{ .bill-mian{
margin: 0 30rpx; margin: 0 30rpx;
margin-bottom:120rpx; padding-bottom:120rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.5); box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.5);
border-radius: 10rpx; border-radius: 10rpx;
...@@ -185,8 +185,8 @@ ...@@ -185,8 +185,8 @@
} }
} }
.mian-line{ .mian-line{
padding:32rpx; padding:34rpx;
height: 203rpx; height: 144rpx;
background: #FFFFFF; background: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
......
...@@ -186,7 +186,15 @@ ...@@ -186,7 +186,15 @@
this.Go('uni:/pages/login/login') this.Go('uni:/pages/login/login')
}else{ }else{
const { tager }=item 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){ goUP(val){
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
.item-text{ .item-text{
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 32rpx; font-size: 28rpx;
color: #333333; color: #333333;
line-height: 45rpx; line-height: 45rpx;
text-align: center; text-align: center;
......
...@@ -114,7 +114,10 @@ ...@@ -114,7 +114,10 @@
goPage(item){ goPage(item){
// const mobileCall=uni.getStorageSync('mobileCall') // const mobileCall=uni.getStorageSync('mobileCall')
// const newurl='http://192.168.0.23:8080/#/loan' // 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) this.Go(item.linkUrl)
}, },
goLogin(){ 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