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
38dfe684
Commit
38dfe684
authored
Dec 17, 2019
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b247645b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
openRedPacket.html
html/openRedPacket.html
+7
-8
No files found.
html/openRedPacket.html
View file @
38dfe684
...
...
@@ -217,7 +217,7 @@
<div
class=
"open_redP"
>
<div
class=
"open_money"
>
<span>
¥
</span>
<span>
99999
</span>
<span
class=
"money"
>
99999
</span>
<span>
元
</span>
</div>
</div>
...
...
@@ -266,12 +266,11 @@
<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'
}
localStorage
.
userInfo
=
JSON
.
stringify
(
userInfo
)
let
userInfo
=
JSON
.
parse
(
localStorage
.
userInfo
)
let
dataObj
=
JSON
.
parse
(
localStorage
.
dataObj
)
$
(
'.money'
).
html
(
dataObj
.
yearTotalPrice
);
var
isChecke
=
true
;
//是否阅读
$
(
'.readXieyi'
).
click
(
function
()
{
isChecke
=
!
isChecke
...
...
@@ -313,7 +312,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