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
81ac2499
Commit
81ac2499
authored
Jul 07, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案修改
parent
f551d9a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
consume.vue
src/views/recharge/consume.vue
+1
-1
recharge.vue
src/views/recharge/recharge.vue
+1
-1
No files found.
src/views/recharge/consume.vue
View file @
81ac2499
...
...
@@ -9,7 +9,7 @@
<div
class=
"text-center fz16"
v-if=
"$route.params.type === 'record'"
>
{{
formatDateTimeByType
(
dateTime
[
0
],
'yyyy-MM-dd'
)
}}
至
{{
formatDateTimeByType
(
dateTime
[
1
],
'yyyy-MM-dd'
)
}}
成功存储:
{{
sumCount
||
0
}}
分钟 总计消费:
{{
(
sumFee
/
100
).
toFixed
(
2
)
}}
元
</div>
<div
class=
"text-center fz16"
v-if=
"$route.params.type === 'video'"
>
{{
formatDateTimeByType
(
dateTime
[
0
],
'yyyy-MM-dd'
)
}}
至
{{
formatDateTimeByType
(
dateTime
[
1
],
'yyyy-MM-dd'
)
}}
共消耗流量
{{
sumCount
}}
MB 累计支出
{{
sumFee
}}
元
</div>
<div
class=
"text-center fz16"
v-else
>
{{
formatDateTimeByType
(
dateTime
[
0
],
'yyyy-MM-dd'
)
}}
至
{{
formatDateTimeByType
(
dateTime
[
1
],
'yyyy-MM-dd'
)
}}
成功发送:
{{
sumCount
||
0
}}
条
{{
formatDateTimeByType
(
dateTime
[
0
],
'yyyy-MM-dd'
)
}}
至
{{
formatDateTimeByType
(
dateTime
[
1
],
'yyyy-MM-dd'
)
}}
成功发送:
国内短信
{{
localCount
||
0
}}
条,国外短信
{{
sumInternational
||
0
}}
条
<!--
<template
v-if=
"['sms', 'marketing'].includes($route.params.type)"
>
,其中国内短信
{{
localCount
||
0
}}
条,国外短信
{{
sumInternational
||
0
}}
条
</
template
>
-->
总计消费:{{ (sumFee / 1000).toFixed(2) }} 元
</div>
...
...
src/views/recharge/recharge.vue
View file @
81ac2499
...
...
@@ -31,7 +31,7 @@
<p
class=
"fz12 gray line-height2"
>
1、我们提供在线充值服务(目前仅支持微信)
</p>
<p
class=
"fz12 gray line-height2"
>
2、请尽量保障账户余额大于您日常使用的额度,避免因余额不足导致业务中断
</p>
<p
class=
"fz12 gray line-height2"
>
3、若未能及时充值或其他问题,请联系客户经理或客服人员
</p>
<p
class=
"fz12 gray line-height2"
>
4、各项服务单价:
短信验证码
{{
allUnitFee
.
smsfee
}}
元/条,语音验证码
{{
allUnitFee
.
voiceIfee
}}
元/条,双向呼叫
{{
allUnitFee
.
callfee
}}
元/分钟
</p>
<p
class=
"fz12 gray line-height2"
>
4、各项服务单价:
国内短信验证码0.050元/条,国际短信验证码0.500元/条,语音验证码0.050元/条,双向呼叫0.420
元/分钟
</p>
<p
class=
"fz12 gray line-height2"
>
5、通话录音存储收费标准:「三个月
{{
allUnitFee
.
storageThreeFee
}}
元/分钟」「六个月
{{
allUnitFee
.
storageSixFee
}}
元/分钟」「十二个月
{{
allUnitFee
.
storageTwelveFee
}}
元/分钟」,不满一分钟按一分钟收费
</p>
</div>
</article>
...
...
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