Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
uni-app-ddh-shop
Commits
edfb392e
Commit
edfb392e
authored
Sep 12, 2024
by
ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多典花
parent
c732d114
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
51 additions
and
25 deletions
+51
-25
index.vue
components/moduleCard/index.vue
+5
-4
auth.vue
pages/auth/auth.vue
+8
-0
baseInfo.vue
pages/baseInfo/baseInfo.vue
+5
-1
index.less
pages/bill/index.less
+5
-3
index.less
pages/billDetail/index.less
+3
-3
index.vue
pages/index/index.vue
+9
-1
index.less
pages/my/index.less
+1
-1
index.vue
pages/my/index.vue
+4
-1
app-service.js
unpackage/dist/dev/app-plus/app-service.js
+8
-8
app-view.js
unpackage/dist/dev/app-plus/app-view.js
+3
-3
No files found.
components/moduleCard/index.vue
View file @
edfb392e
...
@@ -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)
// }
}
}
},
},
...
...
pages/auth/auth.vue
View file @
edfb392e
...
@@ -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
=>
{
...
...
pages/baseInfo/baseInfo.vue
View file @
edfb392e
...
@@ -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
,
'请求出错'
)
})
})
...
...
pages/bill/index.less
View file @
edfb392e
...
@@ -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 1
32
rpx 13rpx 0rpx ;
padding: 12rpx 1
28
rpx 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: 1
4rpx;
// padding-left: 3
4rpx;
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 93
rpx 0 76rpx;
padding:0 128
rpx 0 76rpx;
.t-text{
.t-text{
height: 56rpx;
height: 56rpx;
font-family: PingFangSC, PingFang SC;
font-family: PingFangSC, PingFang SC;
...
...
pages/billDetail/index.less
View file @
edfb392e
...
@@ -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:3
2
rpx;
padding:3
4
rpx;
height:
203
rpx;
height:
144
rpx;
background: #FFFFFF;
background: #FFFFFF;
display: flex;
display: flex;
align-items: center;
align-items: center;
...
...
pages/index/index.vue
View file @
edfb392e
...
@@ -186,8 +186,16 @@
...
@@ -186,8 +186,16 @@
this
.
Go
(
'uni:/pages/login/login'
)
this
.
Go
(
'uni:/pages/login/login'
)
}
else
{
}
else
{
const
{
tager
}
=
item
const
{
tager
}
=
item
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
)
this
.
Go
(
tager
)
}
}
}
},
},
goUP
(
val
){
goUP
(
val
){
console
.
log
(
val
,
'val33'
)
console
.
log
(
val
,
'val33'
)
...
...
pages/my/index.less
View file @
edfb392e
...
@@ -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:
32
rpx;
font-size:
28
rpx;
color: #333333;
color: #333333;
line-height: 45rpx;
line-height: 45rpx;
text-align: center;
text-align: center;
...
...
pages/my/index.vue
View file @
edfb392e
...
@@ -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
(){
...
...
unpackage/dist/dev/app-plus/app-service.js
View file @
edfb392e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
unpackage/dist/dev/app-plus/app-view.js
View file @
edfb392e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment