Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
6172d47a
Commit
6172d47a
authored
Nov 27, 2018
by
王
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动按钮浮动
parent
ebd87336
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
activity.vue
src/components/buy/activity.vue
+3
-0
index.js
src/service/index.js
+2
-2
No files found.
src/components/buy/activity.vue
View file @
6172d47a
...
...
@@ -388,6 +388,7 @@
@red: #fc4a1b;
@borderRadius: 8px;
.activity {
padding-bottom: 120 * @toVh;
background-color: #1a65f7;
}
.headerImg {
...
...
@@ -467,6 +468,8 @@
height: auto;
}
.invite-btn {
position: fixed;
bottom: 0;
width: 100%;
padding-top: 10 * @toVw;
box-sizing: content-box;
...
...
src/service/index.js
View file @
6172d47a
...
...
@@ -44,7 +44,7 @@ axios.interceptors.request.use(
json
[
k
]
=
md5
(
json
[
k
].
toString
())
}
json
.
sing
=
"singsingenglish21000"
;
//
config.params.special_token="uncle.cyan.cyan";
config
.
params
.
special_token
=
"uncle.cyan.cyan"
;
config
.
params
.
param_token
=
md5
(
JSON
.
stringify
(
json
));
}
else
if
(
config
.
url
!==
'/api/admin/login'
){
config
.
data
=
config
.
data
||
{};
...
...
@@ -66,7 +66,7 @@ axios.interceptors.request.use(
json2
[
k
]
=
md5
(
json2
[
k
].
toString
())
}
json2
.
sing
=
"singsingenglish21000"
;
//
config.data.special_token="uncle.cyan.cyan";
config
.
data
.
special_token
=
"uncle.cyan.cyan"
;
config
.
data
.
param_token
=
md5
(
JSON
.
stringify
(
json2
));
}
return
config
;
...
...
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