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
提交
7d5c4e93
提交
7d5c4e93
编写于
12月 04, 2019
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
吸底按钮兼容刘海屏
上级
d1ec798e
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
16 行增加
和
19 行删除
+16
-19
footer-button.vue
components/footer-button.vue
+3
-4
index.vue
pages/hospital-ranking/index.vue
+1
-1
index.less
pages/invite-details/index.less
+2
-3
index.vue
pages/invite-details/index.vue
+7
-7
index.vue
pages/person-detail/index.vue
+1
-1
index.vue
pages/person-ranking/index.vue
+1
-1
index.less
pages/yesterday-prize/index.less
+0
-1
index.vue
pages/yesterday-prize/index.vue
+1
-1
未找到文件。
components/footer-button.vue
浏览文件 @
7d5c4e93
<
template
>
<
template
>
<section
class=
"footer-btn-wrap"
>
<section
class=
"footer-btn-wrap"
>
<div
class=
"footer-btn"
>
<div
class=
"footer-btn"
:style=
"
{height: `${50+homeIndicatorHeight}` + 'Px'}"
>
<div
class=
"btn"
@
click=
"handlerMethod"
>
{{
btnText
}}
</div>
<div
class=
"btn"
@
click=
"handlerMethod"
>
{{
btnText
}}
</div>
</div>
</div>
</section>
</section>
...
@@ -39,8 +39,7 @@
...
@@ -39,8 +39,7 @@
.footer-btn-wrap {
.footer-btn-wrap {
.footer-btn {
.footer-btn {
width: 100%;
width: 100%;
height: 40px;
min-height: 50Px;
padding: 5px 0;
box-shadow:0px -1px 0px 0px rgba(237,237,237,1);
box-shadow:0px -1px 0px 0px rgba(237,237,237,1);
position: fixed;
position: fixed;
bottom: 0;
bottom: 0;
...
@@ -48,7 +47,7 @@
...
@@ -48,7 +47,7 @@
.btn {
.btn {
width: 345px;
width: 345px;
height: 40px;
height: 40px;
margin:
0
auto;
margin:
5Px
auto;
line-height: 40px;
line-height: 40px;
text-align: center;
text-align: center;
background: linear-gradient(270deg,rgba(255,88,36,1) 0%,rgba(254,163,86,1) 100%);
background: linear-gradient(270deg,rgba(255,88,36,1) 0%,rgba(254,163,86,1) 100%);
...
...
pages/hospital-ranking/index.vue
浏览文件 @
7d5c4e93
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<span
class=
"marginL"
>
{{
activeBtnType
?
'机构名称'
:
'机构成员'
}}
</span>
<span
class=
"marginL"
>
{{
activeBtnType
?
'机构名称'
:
'机构成员'
}}
</span>
<span
class=
"marginAuto"
>
{{
activeBtnType
?
'机构勤奋分'
:
'贡献勤奋分'
}}
</span>
<span
class=
"marginAuto"
>
{{
activeBtnType
?
'机构勤奋分'
:
'贡献勤奋分'
}}
</span>
</div>
</div>
<div
class=
"ranking-list"
>
<div
class=
"ranking-list"
:style=
"
{marginBottom: `${50+homeIndicatorHeight}` + 'Px'}"
>
<div
class=
"item"
v-if=
"activeBtnType"
v-for=
"(itemH,index) in hospitalRanking.topRankList"
>
<div
class=
"item"
v-if=
"activeBtnType"
v-for=
"(itemH,index) in hospitalRanking.topRankList"
>
<img
v-if=
"index
<
=
2
"
:src=
"dealRankIcon(index)"
alt=
""
class=
"ranking-icon"
>
<img
v-if=
"index
<
=
2
"
:src=
"dealRankIcon(index)"
alt=
""
class=
"ranking-icon"
>
<p
v-else
class=
"icon-num"
>
{{
index
+
1
}}
</p>
<p
v-else
class=
"icon-num"
>
{{
index
+
1
}}
</p>
...
...
pages/invite-details/index.less
浏览文件 @
7d5c4e93
.invite-details-wrap {
.invite-details-wrap {
.main-container {
.main-container {
//
overflow: hidden;
overflow: hidden;
.invite-explain {
.invite-explain {
padding: 0 15px;
padding: 0 15px;
margin: 20px 0 30px 0;
margin: 20px 0 30px 0;
...
@@ -106,6 +106,7 @@
...
@@ -106,6 +106,7 @@
}
}
.record-details {
.record-details {
width: 100%;
width: 100%;
min-height: 294px;
background: #fff;
background: #fff;
.tab-nav {
.tab-nav {
width: 100%;
width: 100%;
...
@@ -147,7 +148,6 @@
...
@@ -147,7 +148,6 @@
}
}
.record-list {
.record-list {
padding: 15px;
padding: 15px;
margin-bottom: 50px;
.sum {
.sum {
color: #676869;
color: #676869;
font-size: 14px;
font-size: 14px;
...
@@ -218,7 +218,6 @@
...
@@ -218,7 +218,6 @@
}
}
}
}
.no-data {
.no-data {
margin-bottom: 50px;
img {
img {
width: 150px;
width: 150px;
height: 150px;
height: 150px;
...
...
pages/invite-details/index.vue
浏览文件 @
7d5c4e93
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</div>
</div>
</div>
</div>
<div
class=
"gray-line"
></div>
<div
class=
"gray-line"
></div>
<div
class=
"record-details"
>
<div
class=
"record-details"
:style=
"
{marginBottom: `${50+homeIndicatorHeight}Px`}"
>
<div
class=
"tab-nav"
>
<div
class=
"tab-nav"
>
<div
class=
"item left-item"
:class=
"
{activeItem:recordType==1}" @click="changeRecordType">
<div
class=
"item left-item"
:class=
"
{activeItem:recordType==1}" @click="changeRecordType">
领取记录
领取记录
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<p
class=
"active-line"
v-if=
"recordType==2"
></p>
<p
class=
"active-line"
v-if=
"recordType==2"
></p>
</div>
</div>
</div>
</div>
<div
class=
"record-list"
v-if=
"inviteList.length"
>
<div
class=
"record-list"
v-if=
"inviteList.length"
>
<p
class=
"sum"
>
共
{{
recordTotal
}}
人
</p>
<p
class=
"sum"
>
共
{{
recordTotal
}}
人
</p>
<div
class=
"loadMore"
v-infinite-scroll=
"loadMore"
infinite-scroll-disabled=
"busy"
<div
class=
"loadMore"
v-infinite-scroll=
"loadMore"
infinite-scroll-disabled=
"busy"
infinite-scroll-distance=
"10"
>
infinite-scroll-distance=
"10"
>
...
@@ -73,17 +73,17 @@
...
@@ -73,17 +73,17 @@
</div>
</div>
</div>
</div>
<div
class=
"no-data"
v-if=
"!inviteList.length"
>
<div
class=
"no-data"
v-if=
"!inviteList.length"
>
<img
src=
"~/assets/img/icon-nodata.png"
alt=
""
>
<img
src=
"~/assets/img/icon-nodata.png"
alt=
""
>
<p
v-if=
"recordType==1"
>
提醒您的医生好友领取课程您将获得奖励哦!
</p>
<p
v-if=
"recordType==1"
>
提醒您的医生好友领取课程您将获得奖励哦!
</p>
<p
v-if=
"recordType==2"
class=
"text-get"
>
提醒您的医生好友领取课程后登录云鹊医APP您将再获得奖励哦!
</p>
<p
v-if=
"recordType==2"
class=
"text-get"
>
提醒您的医生好友领取课程后登录云鹊医APP您将再获得奖励哦!
</p>
</div>
</div>
<footer-button
:btnText=
"btnText"
:btnType=
"btnType"
>
</footer-button>
</div>
</div>
</div>
</div>
<footer-button
:btnText=
"btnText"
:btnType=
"btnType"
>
</footer-button>
</section>
</section>
</
template
>
</
template
>
...
...
pages/person-detail/index.vue
浏览文件 @
7d5c4e93
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</div>
</div>
<div
class=
"awards-details"
>
血压计 1 支/温度计 1 支/小米电视4C 2 台/米家洗衣机 1 台/米家冰箱 2 台/华为荣耀Play3 2 部
</div>
<div
class=
"awards-details"
>
血压计 1 支/温度计 1 支/小米电视4C 2 台/米家洗衣机 1 台/米家冰箱 2 台/华为荣耀Play3 2 部
</div>
</div>
-->
</div>
-->
<div
class=
"detail-list"
v-infinite-scroll=
"loadMore"
infinite-scroll-disabled=
"busy"
infinite-scroll-distance=
"10"
>
<div
class=
"detail-list"
v-i
f=
"personDetails.length"
v-i
nfinite-scroll=
"loadMore"
infinite-scroll-disabled=
"busy"
infinite-scroll-distance=
"10"
>
<div
class=
"item"
v-for=
"item in personDetails"
>
<div
class=
"item"
v-for=
"item in personDetails"
>
<div
class=
"left"
>
<div
class=
"left"
>
<img
:src=
"detailTaskIcon(item.taskName)"
alt=
""
>
<img
:src=
"detailTaskIcon(item.taskName)"
alt=
""
>
...
...
pages/person-ranking/index.vue
浏览文件 @
7d5c4e93
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<span
class=
"marginL"
>
用户名称
</span>
<span
class=
"marginL"
>
用户名称
</span>
<span
class=
"marginAuto"
>
{{
activeBtnType
?
'今日'
:
'累计'
}}
勤奋分
</span>
<span
class=
"marginAuto"
>
{{
activeBtnType
?
'今日'
:
'累计'
}}
勤奋分
</span>
</div>
</div>
<div
class=
"ranking-list"
>
<div
class=
"ranking-list"
:style=
"
{marginBottom: `${50+homeIndicatorHeight}Px`}"
>
<div
class=
"item"
v-for=
"(item,index) in rankData.topRankList"
>
<div
class=
"item"
v-for=
"(item,index) in rankData.topRankList"
>
<img
v-if=
"index
<
=
2
"
:src=
"dealRankIcon(index)"
alt=
""
class=
"ranking-icon"
>
<img
v-if=
"index
<
=
2
"
:src=
"dealRankIcon(index)"
alt=
""
class=
"ranking-icon"
>
<p
v-else
class=
"icon-num"
>
{{
index
+
1
}}
</p>
<p
v-else
class=
"icon-num"
>
{{
index
+
1
}}
</p>
...
...
pages/yesterday-prize/index.less
浏览文件 @
7d5c4e93
.yesterday-prize-wrap {
.yesterday-prize-wrap {
.prize-list {
.prize-list {
padding-left: 25px ;
padding-left: 25px ;
margin-bottom: 50px;
.item {
.item {
display: flex;
display: flex;
align-items: center;
align-items: center;
...
...
pages/yesterday-prize/index.vue
浏览文件 @
7d5c4e93
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:rightText=
"rightText"
:rightText=
"rightText"
:backType=
"1"
>
:backType=
"1"
>
</normal-header>
</normal-header>
<div
class=
"prize-list"
:style=
"
{ marginTop: `${44+statusBarHeight}Px`}">
<div
class=
"prize-list"
:style=
"
{ marginTop: `${44+statusBarHeight}Px`
,marginBottom: `${50+homeIndicatorHeight}Px`
}">
<div
class=
"item"
v-for=
"(item, index) in rewardsList"
>
<div
class=
"item"
v-for=
"(item, index) in rewardsList"
>
<img
v-if=
"index
<
=
2
"
:src=
"dealRankIcon(index)"
alt=
""
class=
"ranking-icon"
>
<img
v-if=
"index
<
=
2
"
:src=
"dealRankIcon(index)"
alt=
""
class=
"ranking-icon"
>
<p
v-else
class=
"icon-num"
>
{{
index
+
1
}}
</p>
<p
v-else
class=
"icon-num"
>
{{
index
+
1
}}
</p>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录