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
提交
83e085ac
提交
83e085ac
编写于
12月 11, 2019
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
邀请明细添加去邀请埋点,昨日获奖名单添加如何获奖链接
上级
69ad5da0
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
35 行增加
和
3 行删除
+35
-3
normal-header.vue
components/normal-header.vue
+4
-1
index.vue
pages/invite-details/index.vue
+4
-1
index.vue
pages/yesterday-prize/index.vue
+27
-1
未找到文件。
components/normal-header.vue
浏览文件 @
83e085ac
...
...
@@ -4,7 +4,7 @@
<header
class=
"header-container"
>
<img
@
click=
"goBack"
src=
"~/assets/img/icon-back.png"
alt=
""
>
{{
title
}}
<div
class=
"btn-right"
v-if=
"rightText"
>
{{
rightText
}}
</div>
<div
class=
"btn-right"
v-if=
"rightText"
@
click=
"rightBtnClick"
>
{{
rightText
}}
</div>
</header>
</section>
</
template
>
...
...
@@ -44,6 +44,9 @@
}
else
{
this
.
$rocNative
.
goBack
()
}
},
rightBtnClick
()
{
this
.
$emit
(
'handleRightBtn'
)
}
}
}
...
...
pages/invite-details/index.vue
浏览文件 @
83e085ac
...
...
@@ -178,7 +178,10 @@
console
.
log
(
this
.
node1
,
this
.
node2
)
})
},
goInvite
()
{
// 去分享
goInvite
()
{
// 去邀请
this
.
$sendBuriedData
({
component_tag
:
`308#308001`
});
let
shareObj
=
wxShare
;
//处理分享链接需要的参数
...
...
pages/yesterday-prize/index.vue
浏览文件 @
83e085ac
...
...
@@ -3,7 +3,8 @@
<normal-header
:title=
"title"
:rightText=
"rightText"
:backType=
"1"
>
:backType=
"1"
@
handleRightBtn=
"rightBtn"
>
</normal-header>
<div
class=
"prize-list"
:style=
"
{ marginTop: `${44+statusBarHeight}Px`,marginBottom: `${50+homeIndicatorHeight}Px`}">
<div
class=
"item"
v-for=
"(item, index) in rewardsList"
>
...
...
@@ -67,6 +68,31 @@
return
require
(
'../../assets/img/icon-copper.png'
)
}
},
rightBtn
()
{
let
url
=
'https://phome.yunqueyi.com/template_v2/?id=599&token=9D4E3E66DC214776A523752AC26D4329&wx_code=7519926147'
;
let
paramList
=
[
{
"key"
:
"pageUrl"
,
"value"
:
url
,
"type"
:
4
,
"seqNo"
:
1
}
/*,{
"key":"showTitle",
"value": false,
"type":1,
"seqNo":2
},{
"key":"title",
"value": '',
"type":1,
"seqNo":3
}*/
]
this
.
$rocNative
.
dispatchEventByModuleCode
({
modeCode
:
'M300'
,
jsonString
:
paramList
});
},
getRewardList
()
{
getYesterdayRanking
().
then
(
res
=>
{
if
(
res
.
code
==
'000000'
)
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录