Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
06a02c92
Commit
06a02c92
authored
Sep 13, 2022
by
黄冷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/文案' into dev
parents
8e42c690
f6373ed7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
card-item.vue
src/views/card/partials/card-item.vue
+1
-1
activityDetail.vue
src/views/game/cmh/statistics/activityDetail.vue
+5
-1
No files found.
src/views/card/partials/card-item.vue
View file @
06a02c92
...
...
@@ -36,7 +36,7 @@
<el-tooltip
class=
"item"
effect=
"dark"
open-delay=
"300"
>
<div
slot=
"content"
>
<span
v-if=
"item.isApiCreate"
>
该卡券为外部接口创建卡券无法用于营销
</span>
<span
v-else
>
1.卡券的领取数
量\使用数量\核销率\销售额统计数据每隔3小时更新一次
;
<br
/>
2.销售额:此卡券参与核销的订单应收总金额(若订单发送退款且退券则金额扣除,不退券则金额不扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额
</span>
<span
v-else
>
1.卡券的领取数
据\使用数量\核销率\销售额统计每天9:30/12:30/15:30/18:30各刷新一次数据
;
<br
/>
2.销售额:此卡券参与核销的订单应收总金额(若订单发送退款且退券则金额扣除,不退券则金额不扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额
</span>
</div>
<i
style=
"position:absolute;right:10px;top:10px;cursor:pointer;color:#c0c4cc;font-size:18px;"
class=
"el-icon-question"
></i>
</el-tooltip>
...
...
src/views/game/cmh/statistics/activityDetail.vue
View file @
06a02c92
...
...
@@ -45,7 +45,11 @@
<el-table-column
min-width=
"88"
prop=
"isNewMember"
:formatter=
"(row, col, val) => val || '--'"
>
<
template
slot=
"header"
>
新会员
<el-tooltip
placement=
"top"
content=
"用户自身是否通过本次游戏注册成为会员"
>
<el-tooltip
placement=
"top"
>
<div
slot=
"content"
>
1、用户自身是否通过本次游戏注册成为会员;
<br
/>
2、POS会员转微信会员也会统计为新会员。
</div>
<i
class=
"iconfont icon-QuestionCircleOutlined"
></i>
</el-tooltip>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment