Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
李伟
cust-app
Commits
e022905a
Commit
e022905a
authored
Mar 03, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
f0b5b5c5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
index.vue
pages/tab/index.vue
+1
-1
userInfo.vue
pagesUser/userInfo.vue
+5
-1
doubleauth.vue
pagesme/me/doubleauth.vue
+1
-1
info.vue
pagesme/message/info.vue
+2
-2
No files found.
pages/tab/index.vue
View file @
e022905a
...
...
@@ -64,7 +64,7 @@
</view>
</view>
</view>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isConfirm=
"isConfirm"
confirmName=
"认证"
@
confirm=
"confirm"
></ELM>
</view>
</
template
>
...
...
pagesUser/userInfo.vue
View file @
e022905a
...
...
@@ -197,7 +197,7 @@
</view>
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isCancel=
"false"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elmCoin"
:msg=
"tipMsg"
:isConfirm=
"isCoinConfirm"
@
confirm=
"coinConfirm"
></ELM>
<ELM
ref=
"elmCoin"
:msg=
"tipMsg"
:isConfirm=
"isCoinConfirm"
confirmName=
"充值"
@
confirm=
"coinConfirm"
></ELM>
<ELM
ref=
"elmLike"
:msg=
"tipMsg"
:isConfirm=
"isLikeConfirm"
@
confirm=
"likeConfirm"
></ELM>
</view>
</
template
>
...
...
@@ -496,6 +496,10 @@
setTimeout
(()
=>
{
this
.
showAnima
=
false
;
},
500
)
}
else
if
(
res
.
data
.
code
==
1003
)
{
this
.
isCoinConfirm
=
true
;
this
.
tipMsg
=
res
.
data
.
message
;
this
.
$refs
.
elmCoin
.
showDialog
();
}
else
{
uni
.
showToast
({
title
:
res
.
data
.
message
,
...
...
pagesme/me/doubleauth.vue
View file @
e022905a
...
...
@@ -3,7 +3,7 @@
<view
class=
"auth-item"
>
<image
class=
"auth-img"
:src=
"baseUrl+'/user/sfauth.png'"
></image>
<view
class=
"auth-con"
>
<view
class=
"auth-con-1"
>
身份
认证
</view>
<view
class=
"auth-con-1"
>
实名
认证
</view>
<view
class=
"auth-con-2"
style=
"color: #4093fa"
v-if=
"userInfo.memRealAuthen=='1'"
>
已认证
</view>
<view
class=
"auth-con-2"
v-else
>
未认证
</view>
</view>
...
...
pagesme/message/info.vue
View file @
e022905a
...
...
@@ -69,7 +69,7 @@
<ELM
ref=
"elm"
:msg=
"tipMsg"
:isCancel=
"false"
:isConfirm=
"isConfirm"
@
confirm=
"confirm"
></ELM>
<ELM
ref=
"elmShowApply"
:msg=
'tipMsg'
:isConfirm=
"showApply"
cancelName=
"拒绝"
confirmName=
"接受"
@
confirm=
"acceptPayConfirm"
@
cancel=
"refuse"
></ELM>
<ELM
ref=
"elmMessage"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
confirmName=
"
跳转
"
@
confirm=
"messageConfirm"
></ELM>
<ELM
ref=
"elmMessage"
:msg=
"tipMsg"
:isConfirm=
"isMessageConfirm"
confirmName=
"
充值
"
@
confirm=
"messageConfirm"
></ELM>
<ELM
ref=
"elmBlack"
:msg=
'tipMsg'
:isConfirm=
"isBlackConfirm"
@
confirm=
"blackConfirm"
></ELM>
<ELM
ref=
"elmMessagePay"
:msg=
'tipMsg'
:isConfirm=
"isMessagePayConfirm"
@
confirm=
"messagePayConfirm"
></ELM>
<ELM
ref=
"elmApplyPay"
:msg=
'tipMsg'
:isConfirm=
"isApplyPayConfirm"
@
confirm=
"applyPayConfirm"
></ELM>
...
...
@@ -467,7 +467,7 @@ export default {
},
phoneClick
(){
uni
.
showToast
({
title
:
'功能
待开发
'
,
title
:
'功能
开发中
'
,
icon
:
'none'
})
},
...
...
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