Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
9f3b9078
Commit
9f3b9078
authored
Sep 23, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
17c270e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
myInfo.vue
pages/my/myInfo.vue
+15
-2
No files found.
pages/my/myInfo.vue
View file @
9f3b9078
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
</view>
</view>
<view
v-if=
"userInfo.consumerMember && userInfo.consumerMember.isRights"
class=
"tip-date"
>
<view
v-if=
"userInfo.consumerMember && userInfo.consumerMember.isRights"
class=
"tip-date"
>
<text>
权益
<text
class=
"text-bold"
>
{{
userInfo
.
consumerMember
.
expirationDate
}}
</text>
到期
</text>
<text>
权益
<text
class=
"text-bold"
>
{{
userInfo
.
consumerMember
.
expirationDate
}}
</text>
到期
</text>
<
!--
<text
class=
"text-blue"
@
tap
.
stop=
"onOpenEquityMembers"
>
{{
list
&&
list
.
length
?
list
[
0
].
requiredAmount
+
'元'
:
''
}}
续费
</text>
--
>
<
text
class=
"text-blue"
@
tap
.
stop=
"onOpenEquityMembers"
>
{{
list
&&
list
.
length
?
list
[
0
].
requiredAmount
+
'元'
:
''
}}
续费
</text
>
</view>
</view>
</view>
</view>
<view
v-if=
"loginStatus"
class=
"nav-right"
@
tap
.
stop=
"onNavToSetUserInfo"
>
<view
v-if=
"loginStatus"
class=
"nav-right"
@
tap
.
stop=
"onNavToSetUserInfo"
>
...
@@ -200,6 +200,9 @@
...
@@ -200,6 +200,9 @@
</view>
</view>
</view>
</view>
<view
class=
"act-slogan-box"
>
<image
class=
"act-slogan"
:src=
"assetsPath+'/user/act_slogan.png'"
mode=
"widthFix"
></image>
</view>
<!-- 我的订单 -->
<!-- 我的订单 -->
<view
class=
"list-content-box"
>
<view
class=
"list-content-box"
>
<view
class=
"header-title"
>
<view
class=
"header-title"
>
...
@@ -215,7 +218,7 @@
...
@@ -215,7 +218,7 @@
<image
class=
"img-bg"
:src=
"item.iconPath"
mode=
"widthFix"
></image>
<image
class=
"img-bg"
:src=
"item.iconPath"
mode=
"widthFix"
></image>
<view
class=
"point-box"
>
<view
class=
"point-box"
>
<text
class=
"order-text"
:class=
"'order-text-'+k"
>
{{
item
.
label
}}
</text>
<text
class=
"order-text"
:class=
"'order-text-'+k"
>
{{
item
.
label
}}
</text>
<text
class=
"text-white"
>
{{
item
.
point
||
0
}}
</text>
<text
class=
"text-white"
style=
"min-height: 24upx;"
>
{{
item
.
point
||
''
}}
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -1752,4 +1755,13 @@
...
@@ -1752,4 +1755,13 @@
.filter-box
{
.filter-box
{
filter
:
grayscale
(
100%
);
filter
:
grayscale
(
100%
);
}
}
.act-slogan-box
{
width
:
92%
;
margin
:
0
auto
;
.act-slogan{
width
:
100%
;
max-height
:
72
upx
;
}
}
</
style
>
</
style
>
\ No newline at end of file
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