Commit e3054a13 by Caiyijun

修复轮播问题

parent 84b03adb
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
dakaSuccessHandle() { dakaSuccessHandle() {
this.refreshCalendar() this.refreshCalendar()
this.getDakaStatus() this.getDakaStatus()
this.showModal("恭喜你打卡成功", "坚持学习,向日总奖金迈进", { this.showModal("恭喜你打卡成功", "坚持学习,向日总奖金迈进", {
btnText: "继续努力" btnText: "继续努力"
}) })
}, },
......
...@@ -175,7 +175,9 @@ export default { ...@@ -175,7 +175,9 @@ export default {
this.total_signup = pageData.total_signup; this.total_signup = pageData.total_signup;
this.target_steps = pageData.target_steps; this.target_steps = pageData.target_steps;
this.record_list = pageData.record_list; this.record_list = pageData.record_list;
this.showSwiper = true setTimeout(()=>{
this.showSwiper = true
},500)
} }
}); });
}, },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="partake-challenge-page"> <div class="partake-challenge-page">
<Title class="page-title" title=" " v-on:goback="goback" show_back="true" <Title class="page-title" title=" " v-on:goback="goback" show_back="true"
v-if="currentPage()==='PartakeChallenge'"></Title> 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-time">开赛时间:{{daka_info.start_format}}-{{daka_info.end_format}}</div>
<div class="game-cost">本期运动契约金:<span>{{daka_info.money}}元/人</span></div> <div class="game-cost">本期运动契约金:<span>{{daka_info.money}}元/人</span></div>
<div class="game-introduce-container"> <div class="game-introduce-container">
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
module.exports = { module.exports = {
// 选项... // 选项...
// publicPath: 'https://miniapp-api.wxatech.com/app_pages', // publicPath: 'https://miniapp-api.wxatech.com/app_pages',
// indexPath: "read_daka.html", // indexPath: "walk_daka.html",
// assetsDir: "read_static", // assetsDir: "walk_static",
devServer: { devServer: {
proxy: { proxy: {
'/api': { '/api': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment