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
bfbf9cac
Commit
bfbf9cac
authored
Mar 05, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
1ac3b2a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
+16
-14
recharge.vue
pagesme/goldCoin/recharge.vue
+13
-13
updateInformation.vue
pagesme/me/updateInformation.vue
+3
-1
No files found.
pagesme/goldCoin/recharge.vue
View file @
bfbf9cac
...
...
@@ -40,19 +40,19 @@
<view
class=
"divss"
>
<view
class=
"namne"
>
提示
</view>
<view
class=
"namnes"
>
充值成功,预计10秒钟后到账
</view>
<u-count-down
:time=
"10000"
format=
"mm:ss"
:auto-start=
"true"
@
change=
"updateTimeData"
>
<view
class=
"time"
>
<text
class=
"time__doc"
></text
>
<view
class=
"time__custom"
>
<text
class=
"time__custom__item"
>
{{
showSeconds
}}
</text
>
</view
>
</view
>
</u-count-down
>
<!--
<u-count-down-->
<!-- :time="10000"-->
<!-- format="mm:ss"-->
<!-- :auto-start="true"-->
<!-- @change="updateTimeData"-->
<!-- >--
>
<!--
<view
class=
"time"
>
--
>
<!--
<text
class=
"time__doc"
></text>
--
>
<!--
<view
class=
"time__custom"
>
--
>
<!--
<text
class=
"time__custom__item"
>
{{
showSeconds
}}
</text>
--
>
<!--
</view>
--
>
<!--
</view>
--
>
<!--
</u-count-down>
--
>
<view
class=
"button"
@
click=
"confirm"
>
确认
</view>
</view>
</view>
...
...
pagesme/me/updateInformation.vue
View file @
bfbf9cac
...
...
@@ -121,11 +121,13 @@
<view
class=
"lable"
>
<view
class=
"lable-div"
style=
"margin-right: 20rpx;"
>
职业:
{{
userInfo
.
memCareer
?
userInfo
.
memCareer
:
''
}}
</view>
</view>
<view
class=
"lable"
>
<view
class=
"lable-div"
style=
"background-color: #FFE3DE;"
v-if=
"userInfo.memYearIncome"
>
年薪:
{{
userInfo
.
memYearIncome
}}
k
</view>
</view>
<view
class=
"lable"
style=
"margin-top: 24rpx;"
v-if=
"userInfo.memMarriage"
>
<view
class=
"lable"
v-if=
"userInfo.memMarriage"
>
<view
class=
"lable-div"
style=
"background-color: #F2E8F9;"
>
婚姻状况:
{{
userInfo
.
memMarriage
==
'0'
?
'无婚史'
:
'有婚史'
}}
</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