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
e3054a13
Commit
e3054a13
authored
Apr 02, 2019
by
Caiyijun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复轮播问题
parent
84b03adb
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
Daka.vue
src/views/Daka.vue
+1
-1
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+2
-0
PartakeChallenge.vue
src/views/PartakeChallenge.vue
+1
-1
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/Daka.vue
View file @
e3054a13
...
...
@@ -429,7 +429,7 @@
dakaSuccessHandle
()
{
this
.
refreshCalendar
()
this
.
getDakaStatus
()
this
.
showModal
(
"恭喜你打卡成功"
,
"坚持学习,向
七
日总奖金迈进"
,
{
this
.
showModal
(
"恭喜你打卡成功"
,
"坚持学习,向
三
日总奖金迈进"
,
{
btnText
:
"继续努力"
})
},
...
...
src/views/HaveJoinedGame.vue
View file @
e3054a13
...
...
@@ -175,7 +175,9 @@ export default {
this
.
total_signup
=
pageData
.
total_signup
;
this
.
target_steps
=
pageData
.
target_steps
;
this
.
record_list
=
pageData
.
record_list
;
setTimeout
(()
=>
{
this
.
showSwiper
=
true
},
500
)
}
});
},
...
...
src/views/PartakeChallenge.vue
View file @
e3054a13
...
...
@@ -2,7 +2,7 @@
<div
class=
"partake-challenge-page"
>
<Title
class=
"page-title"
title=
" "
v-on:goback=
"goback"
show_back=
"true"
v-if=
"currentPage()==='PartakeChallenge'"
></Title>
<div
class=
"game-title"
>
{{
daka_info
.
target_step
}}
步
七
日耐力赛
</div>
<div
class=
"game-title"
>
{{
daka_info
.
target_step
}}
步
三
日耐力赛
</div>
<div
class=
"game-time"
>
开赛时间:
{{
daka_info
.
start_format
}}
-
{{
daka_info
.
end_format
}}
</div>
<div
class=
"game-cost"
>
本期运动契约金:
<span>
{{
daka_info
.
money
}}
元/人
</span></div>
<div
class=
"game-introduce-container"
>
...
...
vue.config.js
View file @
e3054a13
...
...
@@ -2,8 +2,8 @@
module
.
exports
=
{
// 选项...
// publicPath: 'https://miniapp-api.wxatech.com/app_pages',
// indexPath: "
read
_daka.html",
// assetsDir: "
read
_static",
// indexPath: "
walk
_daka.html",
// assetsDir: "
walk
_static",
devServer
:
{
proxy
:
{
'/api'
:
{
...
...
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