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
7756980e
Commit
7756980e
authored
Jan 03, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了图片路径
parent
1ce52950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
16 deletions
+20
-16
my.vue
pages/tab/my.vue
+20
-16
No files found.
pages/tab/my.vue
View file @
7756980e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
class=
""
style=
"background: #F4F5F9;"
>
<view
class=
""
style=
"background: #F4F5F9;"
>
<!-- 没登录-->
<!-- 没登录-->
<view
class=
"home-page-container"
style=
"min-height: 100vh;"
@
touchmove
.
stop
.
prevent=
"() =>
{}" v-if="nologin==true">
<view
class=
"home-page-container"
style=
"min-height: 100vh;"
@
touchmove
.
stop
.
prevent=
"() =>
{}" v-if="nologin==true">
<image
class=
"bgc-imga"
src=
"../../static/images/bg-c.png
"
mode=
"aspectFill"
></image>
<image
class=
"bgc-imga"
:src=
"baseUrl+'/user/bg-c.png'
"
mode=
"aspectFill"
></image>
<u-navbar
leftText=
" "
title=
" "
:bgColor=
"bgColor"
:fixed=
"false"
:safeAreaInsetTop=
"true"
<u-navbar
leftText=
" "
title=
" "
:bgColor=
"bgColor"
:fixed=
"false"
:safeAreaInsetTop=
"true"
:placeholder=
"true"
>
:placeholder=
"true"
>
<view
class=
"u-nav-slot"
slot=
"left"
>
<view
class=
"u-nav-slot"
slot=
"left"
>
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
</u-navbar>
</u-navbar>
<view
class=
"noimg"
>
<view
class=
"noimg"
>
<image
src=
"../../static/images/nologin.png"
style=
"width: 100%;height: 100%;"
mode=
"aspectFill"
>
<image
:src=
"baseUrl+'/user/nologin.png'"
style=
"width: 100%;height: 100%;"
mode=
"aspectFill"
/>
</image>
</view>
</view>
<view
class=
"text"
>
登录后才能查看我的哦
</view>
<view
class=
"text"
>
登录后才能查看我的哦
</view>
<view
class=
"nobutton"
@
click=
"login"
>
点此登录
</view>
<view
class=
"nobutton"
@
click=
"login"
>
点此登录
</view>
...
@@ -25,22 +24,25 @@
...
@@ -25,22 +24,25 @@
<!-- 已登录-->
<!-- 已登录-->
<view
class=
""
v-if=
"nologin == false"
>
<view
class=
""
v-if=
"nologin == false"
>
<!-- 顶部 背景-->
<!-- 顶部 背景-->
<image
class=
"bgc-imga"
src=
"../../static/images/my2.png"
mode=
"aspectFill"
></image
>
<image
class=
"bgc-imga"
:src=
"baseUrl+'/user/my2.png'"
mode=
"aspectFill"
/
>
<!-- 顶部 第一部分-->
<!-- 顶部 第一部分-->
<view
class=
"logion"
>
<view
class=
"logion"
>
<image
class=
"bgc-imgas"
src=
"../../static/images/my22.png
"
mode=
"aspectFill"
></image>
<image
class=
"bgc-imgas"
:src=
"baseUrl+'/user/my22.png'
"
mode=
"aspectFill"
></image>
<view
class=
"sss"
>
<view
class=
"sss"
>
<view
class=
"logo"
>
<view
class=
"logo"
>
<image
:src=
"info.headPortrait"
style=
"width: 100%;height: 100%;border-radius: 50%;"
<image
:src=
"info.headPortrait"
style=
"width: 100%;height: 100%;border-radius: 50%;"
mode=
"aspectFill"
>
mode=
"aspectFill"
>
</image>
</image>
<view
class=
"logola"
>
<view
class=
"logola"
>
<image
src=
"../../static/images/myrz.png
"
class=
"cuo"
mode=
"aspectFill"
<image
:src=
"baseUrl+'/user/myrz.png'
"
class=
"cuo"
mode=
"aspectFill"
v-if=
"info.waitApprovedStatus
=='EXAMINE' || info.waitApprovedStatus=='REFUSE'"
></image
>
v-if=
"info.waitApprovedStatus
== 'EXAMINE' || info.waitApprovedStatus=='REFUSE'"
/
>
<image
src=
"../../static/images/yrz.png"
class=
"cuo"
mode=
"aspectFill"
v-else
></image
>
<image
:src=
"baseUrl+'/user/yrz.png'"
class=
"cuo"
mode=
"aspectFill"
v-else
/
>
<view
class=
"shenhe"
>
<view
class=
"shenhe"
>
{{
info
.
waitApprovedStatus
==
'EXAMINE'
?
"审核中"
:
info
.
waitApprovedStatus
==
'PASS'
?
"已认证"
:
info
.
waitApprovedStatus
==
'REFUSE'
?
"已拒绝"
:
''
}}
{{
info
.
waitApprovedStatus
==
'EXAMINE'
?
"审核中"
:
info
.
waitApprovedStatus
==
'PASS'
?
"已认证"
:
info
.
waitApprovedStatus
==
'REFUSE'
?
"已拒绝"
:
''
}}
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -117,7 +119,7 @@
...
@@ -117,7 +119,7 @@
<!-- 动态 第三部分-->
<!-- 动态 第三部分-->
<view
class=
"box"
@
click=
"goCommunity"
v-if=
"(info.userArticleViewResponse.articleImg !== null && info.userArticleViewResponse.articleImg.length) || info.userArticleViewResponse.articleContent !== null"
>
<view
class=
"box"
@
click=
"goCommunity"
v-if=
"(info.userArticleViewResponse.articleImg !== null && info.userArticleViewResponse.articleImg.length) || info.userArticleViewResponse.articleContent !== null"
>
<view
class=
"boxsing"
>
<view
class=
"boxsing"
>
<image
src=
"../../static/images/106.svg
"
style=
"width: 42rpx;height: 42rpx;margin-left: 42rpx;;"
<image
:src=
"baseUrl+'/user/106.svg'
"
style=
"width: 42rpx;height: 42rpx;margin-left: 42rpx;;"
mode=
"aspectFill"
>
mode=
"aspectFill"
>
</image>
</image>
<view
class=
"boxsname"
>
<view
class=
"boxsname"
>
...
@@ -159,7 +161,7 @@
...
@@ -159,7 +161,7 @@
{{
item
.
la
}}
{{
item
.
la
}}
</u-button>
</u-button>
</view>
</view>
<image
src=
"../../static/right.png
"
class=
"box-bottom-right-img"
mode=
"aspectFill"
></image>
<image
:src=
"baseUrl+'/common/right.png'
"
class=
"box-bottom-right-img"
mode=
"aspectFill"
></image>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -168,7 +170,7 @@
...
@@ -168,7 +170,7 @@
<!-- 授权弹窗-->
<!-- 授权弹窗-->
<u-popup
u-popup
:show=
"tipsShow"
mode=
"center"
round=
"12"
:safeAreaInsetBottom=
"false"
>
<u-popup
u-popup
:show=
"tipsShow"
mode=
"center"
round=
"12"
:safeAreaInsetBottom=
"false"
>
<view
class=
"popup-container"
>
<view
class=
"popup-container"
>
<image
class=
"pop-bgc"
src=
"../../static/images/me/home-pop-bg.png
"
></image>
<image
class=
"pop-bgc"
:src=
"baseUrl+'/common/home-pop-bg.png'
"
></image>
<view
class=
"div-popo"
>
<view
class=
"div-popo"
>
<view
class=
"pop-title"
>
温馨提示
</view>
<view
class=
"pop-title"
>
温馨提示
</view>
<view
class=
"tips-content"
>
<view
class=
"tips-content"
>
...
@@ -191,6 +193,8 @@ import {setUserProfile} from '../../api/login/index'
...
@@ -191,6 +193,8 @@ import {setUserProfile} from '../../api/login/index'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
//图片路径
baseUrl
:
'http://192.168.1.80/static/images'
,
tipsShow
:
false
,
//授权弹窗
tipsShow
:
false
,
//授权弹窗
nologin
:
''
,
//登录标志
nologin
:
''
,
//登录标志
userInfo
:{},
//用户信息
userInfo
:{},
//用户信息
...
@@ -202,22 +206,22 @@ import {setUserProfile} from '../../api/login/index'
...
@@ -202,22 +206,22 @@ import {setUserProfile} from '../../api/login/index'
name
:
"金币"
,
name
:
"金币"
,
num
:
0
,
num
:
0
,
la
:
"立即充值"
,
la
:
"立即充值"
,
img
:
"../../static/images
/mymoney.png"
,
img
:
baseUrl
+
"/user
/mymoney.png"
,
},
{
},
{
name
:
"个人资料"
,
name
:
"个人资料"
,
num
:
''
,
num
:
''
,
la
:
""
,
la
:
""
,
img
:
"../../static/images
/myren.png"
,
img
:
baseUrl
+
"/user
/myren.png"
,
},
{
},
{
name
:
"推荐给好友"
,
name
:
"推荐给好友"
,
num
:
''
,
num
:
''
,
la
:
""
,
la
:
""
,
img
:
"../../static/images
/myshare.png"
,
img
:
baseUrl
+
"/user
/myshare.png"
,
},
{
},
{
name
:
"设置"
,
name
:
"设置"
,
num
:
''
,
num
:
''
,
la
:
""
,
la
:
""
,
img
:
"../../static/images/myset.png"
,
img
:
baseUrl
+
'/user/myset.png'
,
}],
}],
info
:
{
info
:
{
headPortrait
:
'http://192.168.1.80/upload/CmsBanner/20241230/18E63B570FF04DB3A8EFE277D58256C4.jpg'
,
headPortrait
:
'http://192.168.1.80/upload/CmsBanner/20241230/18E63B570FF04DB3A8EFE277D58256C4.jpg'
,
...
...
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