Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
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
华国豪
SURPRISED
Commits
8ae8f3db
Commit
8ae8f3db
authored
Dec 17, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/surprised
parents
5b0de09a
be3c4998
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
openRedPacket.html
html/openRedPacket.html
+15
-8
No files found.
html/openRedPacket.html
View file @
8ae8f3db
...
...
@@ -100,7 +100,7 @@
}
.open_money
span
{
color
:
#FB412C
}
.open_money
span
:nth-child
(
1
)
{
font-size
:
0.16rem
;
margin-top
:
0.15rem
}
.open_money
span
:nth-child
(
2
)
{
font-size
:
0.
4
rem
}
.open_money
span
:nth-child
(
2
)
{
font-size
:
0.
32
rem
}
.open_money
span
:nth-child
(
3
)
{
font-size
:
0.16rem
;
margin-top
:
0.35rem
}
.readXieyi
{
...
...
@@ -217,7 +217,7 @@
<div
class=
"open_redP"
>
<div
class=
"open_money"
>
<span>
¥
</span>
<span
>
99999
</span>
<span
class=
"money"
>
0
</span>
<span>
元
</span>
</div>
</div>
...
...
@@ -266,12 +266,19 @@
<script
type=
"text/javascript"
src=
"../js/mian.js"
></script>
<script
type=
"text/javascript"
src=
"../js/layer/layer.js"
></script>
<script>
let
userInfo
=
{}
userInfo
=
{
token
:
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzY1NzIwMzkuMCwiZXhwIjoxNTc5MTY0MDM5LjAsInVzZXJJbmZvIjp7InVpZCI6IjcwNTQiLCJyZXF1ZXN0RnJvbSI6M319.uBvrEFp3YHg0qOHEYv2kmRdIIAYlBibDMx067Vo4Nv0'
,
secretKey
:
'0d3d144d53af47d5af918e213cb66dbe'
let
userInfo
,
dataObj
if
(
localStorage
.
userInfo
&&
localStorage
.
dataObj
){
userInfo
=
JSON
.
parse
(
localStorage
.
userInfo
)
dataObj
=
JSON
.
parse
(
localStorage
.
dataObj
)
}
else
{
window
.
location
.
href
=
'../login.html?page=billPage'
;
}
localStorage
.
userInfo
=
JSON
.
stringify
(
userInfo
)
$
(
'.money'
).
html
(
dataObj
.
yearTotalPrice
);
var
isChecke
=
true
;
//是否阅读
$
(
'.readXieyi'
).
click
(
function
()
{
isChecke
=
!
isChecke
...
...
@@ -313,7 +320,7 @@
function
getData
(){
let
msg
=
{
customerId
:
'7244'
customerId
:
userInfo
.
customerId
}
$
.
ajax
({
type
:
"POST"
,
...
...
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