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
f0ac0084
Commit
f0ac0084
authored
Nov 23, 2023
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
e30975ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
+1
-7
index.vue
pages/index/index.vue
+1
-0
myInfo.vue
pages/my/myInfo.vue
+0
-7
No files found.
pages/index/index.vue
View file @
f0ac0084
...
...
@@ -293,6 +293,7 @@
data
:
res
.
data
.
data
.
token
})
}
else
{
uni
.
removeStorageSync
(
'tokenHeaders'
)
this
.
$refs
.
loginPop
.
open
();
}
}
...
...
pages/my/myInfo.vue
View file @
f0ac0084
...
...
@@ -19,13 +19,6 @@
</view>
</view>
<view
class=
"flex-row amount-coupon"
>
<!--
<view
class=
"flex-col"
>
<text
class=
"text-white text-xl"
>
余额
</text>
<text
class=
"text-white text-xl"
>
¥
{{
(
Number
(
userInfo
.
amount
)
+
Number
(
userInfo
.
freeAmount
)).
toFixed
(
2
)
}}
</text>
</view>
<view
class=
"line"
></view>
-->
<view
class=
"flex-col"
@
tap=
"onNavToMyCoupon"
>
<text
class=
"text-white text-xl"
>
优惠券
</text>
<text
class=
"text-white text-xl"
>
{{
userInfo
.
number
||
0
}}
张
</text>
...
...
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