Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
10c86415
authored
2026-05-20 16:10:02 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
065c7030
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
pages/index/daoGuanLevel.vue
pages/index/daoGuanMy.vue
pages/index/daoGuanNotice.vue
pages/index/daoGuanPerson.vue
pages/index/daoGuanLevel.vue
View file @
10c8641
...
...
@@ -92,16 +92,16 @@ function goToAddApply() {
.hero-bg
{
position
:
absolute
;
left
:
0
;
top
:
-
116
px
;
width
:
100%
;
height
:
100%
;
left
:
-40
rpx
;
top
:
-
330
r
px
;
width
:
calc
(
100%
+
80
rpx
)
;
height
:
calc
(
100%
+
260
rpx
)
;
}
.hero-brand
{
position
:
relative
;
z-index
:
1
;
padding
:
calc
(
env
(
safe-area-inset-top
)
+
1
7
0
rpx
)
44
rpx
0
;
padding
:
calc
(
env
(
safe-area-inset-top
)
+
1
0
0
rpx
)
44
rpx
0
;
color
:
#fff
;
}
...
...
@@ -136,7 +136,7 @@ function goToAddApply() {
.panel-content
{
position
:
relative
;
z-index
:
12
;
padding
:
0
rpx
46
rpx
40
rpx
;
padding
:
0
rpx
30
rpx
40
rpx
;
}
.section-title
{
...
...
@@ -159,7 +159,7 @@ function goToAddApply() {
.level-grid
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
gap
:
14
rpx
14
rpx
;
gap
:
20
rpx
;
}
.level-card
{
...
...
pages/index/daoGuanMy.vue
View file @
10c8641
...
...
@@ -211,13 +211,13 @@ function onTabSwitch(index, url) {
.profile-hero
{
position
:
relative
;
z-index
:
1
;
z-index
:
4
;
min-height
:
460
rpx
;
}
.hero-content
{
position
:
relative
;
z-index
:
2
;
z-index
:
5
;
padding
:
calc
(
env
(
safe-area-inset-top
)
+
126
rpx
)
48
rpx
0
;
color
:
#fff
;
}
...
...
@@ -299,6 +299,8 @@ function onTabSwitch(index, url) {
}
.edit-btn
{
position
:
relative
;
z-index
:
6
;
width
:
168
rpx
;
height
:
48
rpx
;
margin
:
34
rpx
0
0
auto
;
...
...
pages/index/daoGuanNotice.vue
View file @
10c8641
...
...
@@ -20,7 +20,7 @@
</view>
</view>
<view
class=
"search-bar"
>
<
!--
<
view
class=
"search-bar"
>
<uni-easyinput
v-model=
"query.keyword"
:input-border=
"false"
...
...
@@ -32,7 +32,7 @@
@
clear=
"handleSearch"
/>
<view
class=
"search-btn"
@
click=
"handleSearch"
>
搜索
</view>
</view>
</view>
-->
</view>
<!--
<view
class=
"notice-tabs"
>
...
...
pages/index/daoGuanPerson.vue
View file @
10c8641
...
...
@@ -185,7 +185,7 @@ onShow(() => {
function
init
()
{
checkImgExist
()
handelGetMyRecent
()
//
handelGetMyRecent()
api
.
getMyOwnMemberInfo
().
then
(
res
=>
{
const
data
=
res
&&
res
.
data
?
res
.
data
:
{}
app
.
globalData
.
authenticationStatus
=
data
.
authenticationStatus
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment