Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
0d4a170c
Commit
0d4a170c
authored
Jun 12, 2025
by
youjie
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
强制登录
parent
a6edb611
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.vue
components/auth/index.vue
+5
-1
No files found.
components/auth/index.vue
View file @
0d4a170c
<
template
>
<div
class=
"auth-page"
>
<div
class=
"auth-page"
v-if=
"setting&&setting.is_show_auth==1"
>
<u-popup
v-model=
"showDialog"
mode=
"center"
...
...
@@ -50,6 +50,7 @@ export default {
showLogin
:
true
,
canIUseGetUserProfile
:
false
,
msg
:
{},
setting
:
{},
};
},
created
()
{
...
...
@@ -64,6 +65,9 @@ export default {
let
y
=
this
.
pageinfo
.
hotspot_cancel
;
this
.
sureStyle
=
`height:
${
x
.
height
}
rpx;width:
${
x
.
width
}
rpx;left:
${
x
.
left
}
rpx;top:
${
x
.
top
}
rpx;`
;
this
.
cancelStyle
=
`height:
${
y
.
height
}
rpx;width:
${
y
.
width
}
rpx;left:
${
y
.
left
}
rpx;top:
${
y
.
top
}
rpx;`
;
let
set
=
uni
.
getStorageSync
(
"basedata"
)
?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
:
{};
this
.
setting
=
set
;
},
methods
:
{
getoldUser
()
{
...
...
罗超
@luochao
mentioned in commit
5c5b577c
·
Jun 12, 2025
mentioned in commit
5c5b577c
mentioned in commit 5c5b577cef8e3d97d16d1ac363ff497551ee9957
Toggle commit list
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