Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
83c49405
Commit
83c49405
authored
Apr 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改认证的问题
parent
cf4a7951
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
20 deletions
+21
-20
editData.vue
pages/blindDate/editData.vue
+1
-1
postbar.vue
pages/blindDate/postbar.vue
+11
-15
friendcircle.vue
pages/friendcircle/friendcircle.vue
+8
-3
blinddate-user.vue
pages/user-center/components/blinddate-user.vue
+1
-1
No files found.
pages/blindDate/editData.vue
View file @
83c49405
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
</view>
</view>
</view>
</view>
<!-- 头像上传的情况 4-26新加 -->
<!-- 头像上传的情况 4-26新加 -->
<view
class=
"subItemBox"
v-if=
"item1.subType==4"
style=
"height: 140rpx;"
>
<view
class=
"subItemBox"
v-if=
"item1.subType==4"
style=
"height: 140rpx;
justify-content: flex-start
"
>
<view
class=
"subName"
>
<view
class=
"subName"
>
{{
item1
.
name
}}
{{
item1
.
name
}}
<text
v-if=
"item1.must!=undefined && item1.must"
style=
"font-size: 12px;color: #F70027;margin-left: 3px;font-weight: normal;"
>
*
</text>
<text
v-if=
"item1.must!=undefined && item1.must"
style=
"font-size: 12px;color: #F70027;margin-left: 3px;font-weight: normal;"
>
*
</text>
...
...
pages/blindDate/postbar.vue
View file @
83c49405
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<u-toast
ref=
"uToast"
/>
<u-toast
ref=
"uToast"
/>
<tabbar></tabbar>
<tabbar></tabbar>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
'gbAuth'
></auth>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
'gbAuth'
></auth>
<u-modal
v-model=
"show"
content=
"还未认证/上传身份证信息,是否去认证?
"
:show-cancel-button=
'true'
@
confirm=
'queren'
></u-modal>
<u-modal
v-model=
"show"
:content=
"showtext
"
:show-cancel-button=
'true'
@
confirm=
'queren'
></u-modal>
</view>
</view>
</
template
>
</
template
>
...
@@ -119,7 +119,8 @@
...
@@ -119,7 +119,8 @@
},
},
forumList
:
[],
forumList
:
[],
isAttestation
:
0
,
isAttestation
:
0
,
isFaTie
:
0
isFaTie
:
0
,
showtext
:
'去认证'
,
};
};
},
},
created
()
{
created
()
{
...
@@ -238,20 +239,15 @@
...
@@ -238,20 +239,15 @@
this
.
showAuth
=
true
;
this
.
showAuth
=
true
;
}
else
{
}
else
{
if
(
this
.
isAttestation
==
1
){
//判断是否认证了
if
(
this
.
isAttestation
==
1
){
//判断是否认证了
if
(
this
.
isFaTie
==
1
){
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/blindDate/postPublishing?ForumId='
+
this
.
msg
.
ForumId
url
:
'/pages/blindDate/postPublishing?ForumId='
+
this
.
msg
.
ForumId
})
})
}
else
if
(
this
.
isAttestation
==
0
){
}
else
{
this
.
show
=
true
uni
.
showToast
({
this
.
showtext
=
'还未认证,是否去认证?'
title
:
'暂无发帖权限,联系管理员开通权利'
,
}
else
if
(
this
.
isAttestation
==
2
){
duration
:
2000
,
icon
:
"none"
});
}
}
else
{
this
.
show
=
true
this
.
show
=
true
this
.
showtext
=
'还未上传身份证信息,是否去认证?'
}
}
}
}
...
...
pages/friendcircle/friendcircle.vue
View file @
83c49405
...
@@ -384,7 +384,7 @@
...
@@ -384,7 +384,7 @@
</u-popup>
</u-popup>
</view>
</view>
<tabbar
v-if=
'barshow==0'
></tabbar>
<tabbar
v-if=
'barshow==0'
></tabbar>
<u-modal
v-model=
"rzshow"
content=
"还未认证,是否去认证?
"
:show-cancel-button=
'true'
@
confirm=
'queren'
></u-modal>
<u-modal
v-model=
"rzshow"
:content=
"showtext
"
:show-cancel-button=
'true'
@
confirm=
'queren'
></u-modal>
</div>
</div>
</
template
>
</
template
>
...
@@ -445,7 +445,8 @@
...
@@ -445,7 +445,8 @@
is_bang
:
0
,
is_bang
:
0
,
barshow
:
0
,
barshow
:
0
,
IsOpenMiAi
:
0
,
//1开启 0 没开启
IsOpenMiAi
:
0
,
//1开启 0 没开启
isAttestation
:
0
,
isAttestation
:
0
,
showtext
:
'去认证'
,
}
}
},
},
created
()
{
created
()
{
...
@@ -875,8 +876,12 @@
...
@@ -875,8 +876,12 @@
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pages/friendcircle/release'
url
:
'/pages/friendcircle/release'
})
})
}
else
{
}
else
if
(
this
.
isAttestation
==
0
)
{
this
.
rzshow
=
true
this
.
rzshow
=
true
this
.
showtext
=
'还未认证,是否去认证?'
}
else
if
(
this
.
isAttestation
==
2
){
this
.
rzshow
=
true
this
.
showtext
=
'还未上传身份证信息,是否去上传?'
}
}
}
}
...
...
pages/user-center/components/blinddate-user.vue
View file @
83c49405
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<view
class=
"renzhen"
v-if=
"user_info.isAttestation==0 "
>
<view
class=
"renzhen"
v-if=
"user_info.isAttestation==0 "
>
未认证
未认证
</view>
</view>
<view
class=
"renzhen"
v-if=
"user_info.isAttestation
==1
"
:style=
"
{'border':'1px solid '+mainColor,'color':mainColor}">
<view
class=
"renzhen"
v-if=
"user_info.isAttestation
>0
"
:style=
"
{'border':'1px solid '+mainColor,'color':mainColor}">
已认证
已认证
</view>
</view>
</view>
</view>
...
...
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