Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
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
穆启卓
walk_daka_h5
Commits
9680b380
Commit
9680b380
authored
Apr 03, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
630c10c0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fetch.js
src/components/axios/fetch.js
+1
-1
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+2
-2
No files found.
src/components/axios/fetch.js
View file @
9680b380
...
...
@@ -18,7 +18,7 @@ export function fetch(options) {
headers
:
{
'Content-Type'
:
'application/json'
,
// 'Authorization': window['userData']?window['userData'].token:''
'Authorization'
:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAiLCJvcGVuX2lkIjoiMTExMTExMTExMTExMTExMTExMTExMTExMTExMSIsInVuaW9uX2lkIjoiMTExMTExMTExMTExMTExMTExMTExMTExMTExMSIsImV4cCI6MTU1ND
MxNzM0NH0.3yWRj-qm-Rk1PcCc7KrifJiuExlzETSBznBxrtYA3dU
"
'Authorization'
:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAiLCJvcGVuX2lkIjoiMTExMTExMTExMTExMTExMTExMTExMTExMTExMSIsInVuaW9uX2lkIjoiMTExMTExMTExMTExMTExMTExMTExMTExMTExMSIsImV4cCI6MTU1ND
Q1NzU3Mn0.ehCAENl8zjdMyF4y44Z2-XEascaDhEbUF3BaNsWbfY8
"
// 'token_in_header': global_.token,//token从全局变量那里传过来
},
timeout
:
30
*
1000
// 30秒超时
...
...
src/views/HaveJoinedGame.vue
View file @
9680b380
...
...
@@ -74,7 +74,7 @@
{{popupData.money|moneyFormatter}}
<span>
元
</span>
</div>
<div
class=
"popup-text5"
>
第{{
popupData.week
}}期{{popupData.target_steps}}步3日耐力赛
</div>
<div
class=
"popup-text5"
>
第{{
String(popupData.week).substring(4,8)
}}期{{popupData.target_steps}}步3日耐力赛
</div>
</div>
<div
class=
"popup-text6"
>
{{popupData.target_steps}}步达标,今天走了{{popupData.step_num}}步
</div>
<div
class=
"popup-text7"
>
契约金已返还至你的钱包
</div>
...
...
@@ -93,7 +93,7 @@
{{popupData.money|moneyFormatter}}
<span>
元
</span>
</div>
<div
class=
"popup-text5"
>
第{{
popupData.week
}}期{{popupData.target_steps}}步3日耐力赛
</div>
<div
class=
"popup-text5"
>
第{{
String(popupData.week).substring(4,8)
}}期{{popupData.target_steps}}步3日耐力赛
</div>
</div>
<div
class=
"popup-text6"
>
{{popupData.target_steps}}步达标,今天走了{{popupData.step_num}}步
</div>
<div
class=
"popup-text7"
>
已达标{{popupData.days}}天,契约金已返还至你的钱包
</div>
...
...
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