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
17c270e8
Commit
17c270e8
authored
Sep 20, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
50efed67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
noLogin.vue
components/noLogin/noLogin.vue
+1
-0
myInfo.vue
pages/my/myInfo.vue
+3
-0
No files found.
components/noLogin/noLogin.vue
View file @
17c270e8
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
register
(
registData
).
then
(
res
=>
{
register
(
registData
).
then
(
res
=>
{
uni
.
hideLoading
();
uni
.
hideLoading
();
if
(
res
.
data
.
code
==
200
)
{
if
(
res
.
data
.
code
==
200
)
{
uni
.
setStorageSync
(
'loginStatus'
,
res
.
data
.
data
.
type
)
uni
.
setStorageSync
(
'tokenHeaders'
,
"Authori-zation"
)
uni
.
setStorageSync
(
'tokenHeaders'
,
"Authori-zation"
)
uni
.
setStorage
({
uni
.
setStorage
({
key
:
uni
.
getStorageSync
(
'tokenHeaders'
),
key
:
uni
.
getStorageSync
(
'tokenHeaders'
),
...
...
pages/my/myInfo.vue
View file @
17c270e8
...
@@ -1194,6 +1194,9 @@
...
@@ -1194,6 +1194,9 @@
.text-box
{
.text-box
{
margin
:
0
0
4
upx
;
margin
:
0
0
4
upx
;
}
}
.bg-pink-wallet
+
.text-box
{
margin-top
:
4
upx
;
}
.order-status
{
.order-status
{
width
:
100%
;
width
:
100%
;
.img-bg{
.img-bg{
...
...
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