Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
Y
year-end-activitiy
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.foundation.frontend
year-end-activitiy
提交
d3b5eb02
提交
d3b5eb02
编写于
12月 17, 2019
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
累计排行榜、活动页首页文案变更
上级
6cdf7111
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
activityPage.vue
pages/activityPage.vue
+1
-1
index.vue
pages/person-ranking/index.vue
+2
-1
prehot.vue
pages/prehot.vue
+2
-2
未找到文件。
pages/activityPage.vue
浏览文件 @
d3b5eb02
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<img
src=
"../assets/img/stage-two/invite-btn.png"
alt=
""
class=
"invite-btn"
>
<img
src=
"../assets/img/stage-two/invite-btn.png"
alt=
""
class=
"invite-btn"
>
<p
@
click=
"handleInviteClick"
class=
"text"
>
去邀请
</p>
<p
@
click=
"handleInviteClick"
class=
"text"
>
去邀请
</p>
</div>
</div>
<div
class=
"login-tips"
>
被邀请好友登录APP
并参与活动,收益X9倍
</div>
<div
class=
"login-tips"
>
被邀请好友登录APP
参与活动,+90勤奋分 +90云鹊豆
</div>
</div>
</div>
<!-- 每日任务 -->
<!-- 每日任务 -->
...
...
pages/person-ranking/index.vue
浏览文件 @
d3b5eb02
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<img
:src=
"rankData.avatarImageUrl"
alt=
""
>
<img
:src=
"rankData.avatarImageUrl"
alt=
""
>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"content"
v-if=
"rankData.score"
>
<div
class=
"content"
v-if=
"rankData.score"
>
<p
class=
"item"
>
<p
class=
"item"
>
<span
class=
"label"
>
{{
activeBtnType
?
'今日'
:
'累计'
}}
排名
</span>
<span
class=
"label"
>
{{
activeBtnType
?
'今日'
:
'累计'
}}
排名
</span>
<span
class=
"value"
>
{{
rankData
.
rank
}}
</span>
<span
class=
"value"
>
{{
rankData
.
rank
}}
</span>
</p>
</p>
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
<div
class=
"con details"
>
赶快参与活动赢每日奖品
</div>
<div
class=
"con details"
>
赶快参与活动赢每日奖品
</div>
</div>
</div>
<p
class=
"text"
v-if=
"activeBtnType&&rankData.score"
>
{{
rankAwards
}}
</p>
<p
class=
"text"
v-if=
"activeBtnType&&rankData.score"
>
{{
rankAwards
}}
</p>
<p
class=
"text"
v-if=
"!activeBtnType&&rankData.score"
>
个人累计排行第1名可获1台iphone11
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
pages/prehot.vue
浏览文件 @
d3b5eb02
<
template
>
<
template
>
<section
class=
"index-wrap
"
:class=
"
{'padbtm50': (showFixed
&&
showRemindBtn)}"
>
<section
class=
"index-wrap
padbtm50"
>
<!--:class="
{'padbtm50': (showFixed
&&
showRemindBtn)}"--
>
<h5header
v-if=
"!isWeb"
title=
"云鹊奖2019"
:scrollVal=
"scrollVal"
:baseShowHeight=
"25"
:shareObj=
"shareObj"
:setedScroll=
"true"
/>
<h5header
v-if=
"!isWeb"
title=
"云鹊奖2019"
:scrollVal=
"scrollVal"
:baseShowHeight=
"25"
:shareObj=
"shareObj"
:setedScroll=
"true"
/>
<div
id=
"imgHeight1"
>
<div
id=
"imgHeight1"
>
<img
src=
"../assets/img/img1.png"
/>
<img
src=
"../assets/img/img1.png"
/>
...
@@ -175,7 +175,7 @@ export default {
...
@@ -175,7 +175,7 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
showRemindBtn
(){
showRemindBtn
(){
// 没办法,这里需要对按钮的显示与否进行优化
// 没办法,这里需要对按钮的显示与否进行优化
// APP,已登录,等到加载完,再根据 [remindStatus] 显示按钮
// APP,已登录,等到加载完,再根据 [remindStatus] 显示按钮
// APP,未登录,直接显示【开赛提醒】按钮
// APP,未登录,直接显示【开赛提醒】按钮
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录