|
@@ -705,14 +705,14 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <van-toast id="van-toast" />
|
|
|
|
|
|
+ <van-toast id="van-toast"/>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import store from "../../store/competition";
|
|
import store from "../../store/competition";
|
|
-import { cal_down_time } from "../../utils";
|
|
|
|
|
|
+import {cal_down_time} from "../../utils";
|
|
import {
|
|
import {
|
|
checkJoined,
|
|
checkJoined,
|
|
doEnroll,
|
|
doEnroll,
|
|
@@ -784,7 +784,8 @@ export default {
|
|
to_report() {
|
|
to_report() {
|
|
// $this.$router.push({name: "Report"})
|
|
// $this.$router.push({name: "Report"})
|
|
},
|
|
},
|
|
- get_init() {},
|
|
|
|
|
|
+ get_init() {
|
|
|
|
+ },
|
|
//打开分享窗口
|
|
//打开分享窗口
|
|
show_share_window() {
|
|
show_share_window() {
|
|
$this.share_show = true;
|
|
$this.share_show = true;
|
|
@@ -971,6 +972,13 @@ export default {
|
|
$this.activity_id = $options.activity_id;
|
|
$this.activity_id = $options.activity_id;
|
|
$this.getActivity($this.activity_id);
|
|
$this.getActivity($this.activity_id);
|
|
},
|
|
},
|
|
|
|
+ onShareAppMessage() {
|
|
|
|
+ return {
|
|
|
|
+ title: "欢迎进入水母星球",
|
|
|
|
+ imageUrl: "http://img.shuimuai.com/textwx5_4img.png",
|
|
|
|
+ path:"/pages/competition/main?activity_id="+$this.activity_id
|
|
|
|
+ };
|
|
|
|
+ },
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style>
|
|
<style>
|
|
@@ -1157,11 +1165,11 @@ page {
|
|
}
|
|
}
|
|
|
|
|
|
.diy_container
|
|
.diy_container
|
|
- .rank_container
|
|
|
|
- .rank_main
|
|
|
|
- .rank_main_list
|
|
|
|
- .my_score
|
|
|
|
- .right_title {
|
|
|
|
|
|
+.rank_container
|
|
|
|
+.rank_main
|
|
|
|
+.rank_main_list
|
|
|
|
+.my_score
|
|
|
|
+.right_title {
|
|
width: 55px;
|
|
width: 55px;
|
|
height: 10px;
|
|
height: 10px;
|
|
font-size: 9px;
|
|
font-size: 9px;
|
|
@@ -1180,12 +1188,12 @@ page {
|
|
}
|
|
}
|
|
|
|
|
|
.diy_container
|
|
.diy_container
|
|
- .rank_container
|
|
|
|
- .rank_main
|
|
|
|
- .rank_main_list
|
|
|
|
- .my_score
|
|
|
|
- .rank_item
|
|
|
|
- .rank_num {
|
|
|
|
|
|
+.rank_container
|
|
|
|
+.rank_main
|
|
|
|
+.rank_main_list
|
|
|
|
+.my_score
|
|
|
|
+.rank_item
|
|
|
|
+.rank_num {
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -1194,40 +1202,41 @@ page {
|
|
}
|
|
}
|
|
|
|
|
|
.diy_container
|
|
.diy_container
|
|
- .rank_container
|
|
|
|
- .rank_main
|
|
|
|
- .rank_main_list
|
|
|
|
- .my_score
|
|
|
|
- .rank_item
|
|
|
|
- .rank_username {
|
|
|
|
|
|
+.rank_container
|
|
|
|
+.rank_main
|
|
|
|
+.rank_main_list
|
|
|
|
+.my_score
|
|
|
|
+.rank_item
|
|
|
|
+.rank_username {
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #e2e0ff;
|
|
color: #e2e0ff;
|
|
line-height: 14px;
|
|
line-height: 14px;
|
|
}
|
|
}
|
|
|
|
+
|
|
.rank_user_status {
|
|
.rank_user_status {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
|
|
.diy_container
|
|
.diy_container
|
|
- .rank_container
|
|
|
|
- .rank_main
|
|
|
|
- .rank_main_list
|
|
|
|
- .my_score
|
|
|
|
- .rank_item
|
|
|
|
- .avatar {
|
|
|
|
|
|
+.rank_container
|
|
|
|
+.rank_main
|
|
|
|
+.rank_main_list
|
|
|
|
+.my_score
|
|
|
|
+.rank_item
|
|
|
|
+.avatar {
|
|
width: 24px;
|
|
width: 24px;
|
|
height: 25px;
|
|
height: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
.diy_container
|
|
.diy_container
|
|
- .rank_container
|
|
|
|
- .rank_main
|
|
|
|
- .rank_main_list
|
|
|
|
- .my_score
|
|
|
|
- .rank_item
|
|
|
|
- .rank_score {
|
|
|
|
|
|
+.rank_container
|
|
|
|
+.rank_main
|
|
|
|
+.rank_main_list
|
|
|
|
+.my_score
|
|
|
|
+.rank_item
|
|
|
|
+.rank_score {
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|