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
c22294db
Commit
c22294db
authored
Jan 17, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
06756228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
my.vue
pages/tab/my.vue
+14
-7
No files found.
pages/tab/my.vue
View file @
c22294db
...
...
@@ -74,7 +74,7 @@
<!-- 认证 第一部分-->
<view
class=
"content-1"
>
<view
class=
"double-auth"
>
<view
class=
"double-auth"
v-if=
"authShow"
>
<view
class=
"double-auth-title"
style=
"margin-left: 42rpx;"
>
双重认证
</view>
...
...
@@ -175,6 +175,8 @@ import {articleList, getOssUrl} from "../../api/article";
export
default
{
data
()
{
return
{
//双重认证显示 2/2时 不显示
authShow
:
true
,
//动态图片
articleImg
:[],
//头像图片
...
...
@@ -196,17 +198,17 @@ import {articleList, getOssUrl} from "../../api/article";
},
{
name
:
"个人资料"
,
num
:
''
,
desc
:
"
1111
"
,
desc
:
""
,
img
:
this
.
$IMG_URL
+
"/user/myren.png"
,
},
{
name
:
"推荐给好友"
,
num
:
''
,
desc
:
"
22222
"
,
desc
:
""
,
img
:
this
.
$IMG_URL
+
"/user/myshare.png"
,
},
{
name
:
"设置"
,
num
:
''
,
desc
:
"
33333
"
,
desc
:
""
,
img
:
this
.
$IMG_URL
+
'/user/myset.png'
,
}],
numtwo
:
0
,
...
...
@@ -244,6 +246,8 @@ import {articleList, getOssUrl} from "../../api/article";
getOssUrl
(
res
.
data
.
data
.
avatar
).
then
(
res
=>
{
this
.
avatarImg
=
res
.
data
.
data
})
}
else
{
this
.
avatarImg
=
null
}
this
.
info
=
res
.
data
.
data
//处理认证数量
...
...
@@ -254,6 +258,9 @@ import {articleList, getOssUrl} from "../../api/article";
if
(
this
.
info
.
memEducationAuthen
===
'1'
){
this
.
info
.
memAuthCount
+=
1
}
if
(
this
.
info
.
memAuthCount
==
2
){
this
.
authShow
=
false
}
})
},
//获取动态列表,只获取最新的一条
...
...
@@ -625,7 +632,7 @@ import {articleList, getOssUrl} from "../../api/article";
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
auto
;
margin-top
:
32
rpx
;
margin-top
:
40
rpx
;
position
:
relative
;
.double-auth
{
display
:
flex
;
...
...
@@ -713,7 +720,7 @@ import {articleList, getOssUrl} from "../../api/article";
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
auto
;
margin-top
:
32
rpx
;
margin-top
:
40
rpx
;
position
:
relative
;
.my-article
{
display
:
flex
;
...
...
@@ -781,7 +788,7 @@ import {articleList, getOssUrl} from "../../api/article";
background
:
#FFFFFF
;
border-radius
:
24rpx
;
margin
:
0
auto
;
margin-top
:
32
rpx
;
margin-top
:
40
rpx
;
position
:
relative
;
.box-bottom
{
width
:
100%
;
...
...
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