diff --git a/view/peko/activity/act-2022-qx/js/index.js b/view/peko/activity/act-2022-qx/js/index.js
index bf51b4b..6192650 100644
--- a/view/peko/activity/act-2022-qx/js/index.js
+++ b/view/peko/activity/act-2022-qx/js/index.js
@@ -110,8 +110,8 @@ var arrInfoGift = [
var rewardGit = [
{ name: '', type: 1, day: "1天", img: '' },//type 1:头饰,2:礼物
{ name: '', type: 1, day: "3天", img: '' },
- { name: '星星瓶', type: 2, day: "99钻石", img: './images/g3.png' },
- { name: '告白情书', type: 2, day: "666钻石", img: './images/g4.png' },
+ { name: '星星瓶', type: 2, day: "99鉆石", img: './images/g3.png' },
+ { name: '告白情书', type: 2, day: "666鉆石", img: './images/g4.png' },
]
$(function () {
diff --git a/view/peko/activity/act-celebration/wish.html b/view/peko/activity/act-celebration/wish.html
index 1b98505..308e5fa 100644
--- a/view/peko/activity/act-celebration/wish.html
+++ b/view/peko/activity/act-celebration/wish.html
@@ -42,7 +42,7 @@
青铜
白银
黄金
- 钻石
+ 鉆石
距离 还需 狂欢值
@@ -50,7 +50,7 @@
- 全平台任何用户送出礼物都可使全民狂欢值增加(每1钻石的礼物=狂欢值+1),当狂欢值每次达到任何一个阶梯时,所有用户将获赠一个魔法棒
+ 全平台任何用户送出礼物都可使全民狂欢值增加(每1鉆石的礼物=狂欢值+1),当狂欢值每次达到任何一个阶梯时,所有用户将获赠一个魔法棒
狂欢值将在每日00:00重新开始计算,所有用户每天都可获得新的魔法棒
@@ -94,7 +94,7 @@
- 活动期间,每送出价值200钻的任意礼物即可获赠1个魔法棒,不设上限
+ 活动期间,每送出价值200鉆的任意礼物即可获赠1个魔法棒,不设上限
diff --git a/view/peko/activity/act-guard-planet/index.html b/view/peko/activity/act-guard-planet/index.html
index 474fece..acc21f6 100644
--- a/view/peko/activity/act-guard-planet/index.html
+++ b/view/peko/activity/act-guard-planet/index.html
@@ -71,7 +71,7 @@
召唤个数
-
成功击败怪兽将获得0钻石奖励
+
成功击败怪兽将获得0鉆石奖励
召唤个数

@@ -145,7 +145,7 @@
-
获得钻石奖励
+
获得鉆石奖励
-
我的钻石0
+
我的鉆石0
@@ -194,7 +194,7 @@

召唤个数
-
成功击败怪兽将获得0钻石奖励
+
成功击败怪兽将获得0鉆石奖励
消耗魔法石0
diff --git a/view/peko/activity/act-guard-planet/js/index.js b/view/peko/activity/act-guard-planet/js/index.js
index 6b04b44..58cc8e7 100644
--- a/view/peko/activity/act-guard-planet/js/index.js
+++ b/view/peko/activity/act-guard-planet/js/index.js
@@ -82,7 +82,7 @@ const getListPack = () => {
// 获取用户相关信息
let myFragment //道具数量
-let userDiamonds //钻石数量
+let userDiamonds //鉆石数量
const getUserInfo = (param) => {
networkRequest({
type: 'GET',
@@ -823,11 +823,11 @@ const renderPreviousResults = () => {
/************************************************** 守护记录 over ***************************************************/
/************************************************** 排行榜 start ***************************************************/
-// 榜单类型,1是钻石榜,2是欧皇榜
+// 榜单类型,1是鉆石榜,2是欧皇榜
let type = 1
let pageSizeRank = 30
-// 钻石榜单
+// 鉆石榜单
let pageD = 1
let myInfoD = []
let rankListD = []
@@ -856,7 +856,7 @@ const getListRank = (type, page) => {
success (res) {
if (res.code === 200) {
if (type === 1) {
- // 钻石榜单
+ // 鉆石榜单
rankListD.push(...res.data.rankList)
myInfoD = res.data.myRankInfo
renderMyInfo()
@@ -882,7 +882,7 @@ const getListRank = (type, page) => {
// 渲染底部个人信息
const renderMyInfo = () => {
if (type === 1) {
- // 钻石榜单
+ // 鉆石榜单
let erbanNo = myInfoD.erbanNo
let myIndex = rankListD.findIndex((item, index) => {
return item.erbanNo === erbanNo
@@ -931,7 +931,7 @@ const renderMyInfo = () => {
// 渲染榜单信息
const renderRankList = () => {
if (type === 1) {
- // 钻石榜单
+ // 鉆石榜单
// 渲染前3
let topThreeArr = rankListD.slice(0, 3)
if (rankListD.length < 3) {
diff --git a/view/peko/activity/act-guard-planet/mall.html b/view/peko/activity/act-guard-planet/mall.html
index 368328d..b73f4a8 100644
--- a/view/peko/activity/act-guard-planet/mall.html
+++ b/view/peko/activity/act-guard-planet/mall.html
@@ -73,7 +73,7 @@

- 钻石数量:
0
+ 鉆石数量:
0
@@ -94,7 +94,7 @@
取消
diff --git a/view/peko/activity/act-magicSchool/index.html b/view/peko/activity/act-magicSchool/index.html
index 1ccef1b..09fb259 100644
--- a/view/peko/activity/act-magicSchool/index.html
+++ b/view/peko/activity/act-magicSchool/index.html
@@ -73,7 +73,7 @@
-
每送出魔法礼物200钻石获得原石*1
+
每送出魔法礼物200鉆石获得原石*1
diff --git a/view/peko/activity/act-magicSchool/js/index.js b/view/peko/activity/act-magicSchool/js/index.js
index c67cc28..48d234f 100644
--- a/view/peko/activity/act-magicSchool/js/index.js
+++ b/view/peko/activity/act-magicSchool/js/index.js
@@ -362,7 +362,7 @@ function getExplorer (explorerType) {
}
$('.gx .gx_in .num').text(res.data.awardPrice + '天');
} else if (res.data.awardType == 4) {
- $('.gx .gx_in .num').text(res.data.awardPrice + '钻石');
+ $('.gx .gx_in .num').text(res.data.awardPrice + '鉆石');
} else if (res.data.awardType == 5) {
$('.gx .gx_in .gift').text(res.data.awardName + '*' + res.data.awardPrice);
$('.gx .gx_in .num').text('');
@@ -409,7 +409,7 @@ function getCaystalTrial (num) {
}
$('.gx .gx_in .num').text(res.data.awardNum + '天');
} else if (res.data.awardType == 4) {
- $('.gx .gx_in .num').text(res.data.awardNum + '钻石');
+ $('.gx .gx_in .num').text(res.data.awardNum + '鉆石');
} else if (res.data.awardType == 5) {
$('.gx .gx_in .gift').text(res.data.awardName + '*' + res.data.awardNum);
$('.gx .gx_in .num').text('');
diff --git a/view/peko/activity/act-midAutumnFestival-2022/index.html b/view/peko/activity/act-midAutumnFestival-2022/index.html
index e340e38..ddc417b 100644
--- a/view/peko/activity/act-midAutumnFestival-2022/index.html
+++ b/view/peko/activity/act-midAutumnFestival-2022/index.html
@@ -52,7 +52,7 @@
-
每赠送中秋礼物200钻获得月饼券*1
+
每赠送中秋礼物200鉆获得月饼券*1
@@ -334,7 +334,7 @@
名称
-
266钻石
+
266鉆石
diff --git a/view/peko/activity/act-midAutumnFestival-2022/js/index.js b/view/peko/activity/act-midAutumnFestival-2022/js/index.js
index 86b144c..60b7e28 100644
--- a/view/peko/activity/act-midAutumnFestival-2022/js/index.js
+++ b/view/peko/activity/act-midAutumnFestival-2022/js/index.js
@@ -108,7 +108,7 @@ const renderDM = (item) => {
}
var totalMoonTicketNum; //总获得月饼券数量
var usableMoonTicketNum; //当前可用月饼券数量
-var totalSendGoldNum; //总送出活动礼物钻石
+var totalSendGoldNum; //总送出活动礼物鉆石
var moonid;
var roomUid;
var meetNum;
diff --git a/view/peko/activity/act-new-year-2021/index.html b/view/peko/activity/act-new-year-2021/index.html
index bd6f91f..68bcf13 100644
--- a/view/peko/activity/act-new-year-2021/index.html
+++ b/view/peko/activity/act-new-year-2021/index.html
@@ -59,21 +59,21 @@
顽皮雪人
-
价值520钻石
+
价值520鉆石
开启时间
2月15日-2月21日
贺岁烟花
-
价值520钻石
+
价值520鉆石
开启时间
2月22日-2月28日
糯米汤圆
-
价值520钻石
+
价值520鉆石
diff --git a/view/peko/activity/act-ocean/images/record.png b/view/peko/activity/act-ocean/images/record.png
index f31646e..859ac6b 100644
Binary files a/view/peko/activity/act-ocean/images/record.png and b/view/peko/activity/act-ocean/images/record.png differ
diff --git a/view/peko/activity/act-ocean/images/rule.png b/view/peko/activity/act-ocean/images/rule.png
index 4ef7618..c47b7d7 100644
Binary files a/view/peko/activity/act-ocean/images/rule.png and b/view/peko/activity/act-ocean/images/rule.png differ
diff --git a/view/peko/activity/act-ocean/mall.html b/view/peko/activity/act-ocean/mall.html
index 58f2d72..69520d7 100644
--- a/view/peko/activity/act-ocean/mall.html
+++ b/view/peko/activity/act-ocean/mall.html
@@ -17,7 +17,7 @@
![]()

@@ -26,7 +26,7 @@
![]()

@@ -35,7 +35,7 @@
![]()

@@ -44,7 +44,7 @@
![]()

@@ -55,7 +55,7 @@


@@ -77,7 +77,7 @@
取消
diff --git a/view/peko/activity/act-ocean1/index.html b/view/peko/activity/act-ocean1/index.html
index 5582265..563cadc 100644
--- a/view/peko/activity/act-ocean1/index.html
+++ b/view/peko/activity/act-ocean1/index.html
@@ -76,7 +76,7 @@
1.用户购买限定头饰即可获赠送特权碎片,参与游戏活动
-
2.用户每次至少选择1种海洋生物,可多次叠加选择,中奖后可以获得{中奖海洋生物选择总次数*中奖海洋生物对应倍数*10}的钻石奖励
+
2.用户每次至少选择1种海洋生物,可多次叠加选择,中奖后可以获得{中奖海洋生物选择总次数*中奖海洋生物对应倍数*10}的鉆石奖励
3.该活动赠送给您的特权碎片为参与该活动的虚拟道具,不具任何价值也不能转赠其他用户
4.活动结束将关闭页面,剩余碎片将会清空,请留意活动关闭时间
5.本活动与 Apple Inc. 无关,最终解释权归平台所有
diff --git a/view/peko/activity/act-ocean1/js/index.js b/view/peko/activity/act-ocean1/js/index.js
index 4063477..a7b0b3b 100644
--- a/view/peko/activity/act-ocean1/js/index.js
+++ b/view/peko/activity/act-ocean1/js/index.js
@@ -392,7 +392,7 @@ let topThreeArr = []
const renderDrawInfo = () => {
if(isStatus3){
if(drawInfo.userDrawResult.drawStatus === 1){
- toastMsg(`恭喜你猜中啦,本轮获得${drawInfo.userDrawResult.prizeDiamonds}钻石!`)
+ toastMsg(`恭喜你猜中啦,本轮获得${drawInfo.userDrawResult.prizeDiamonds}鉆石!`)
}else if(drawInfo.userDrawResult.drawStatus === 2){
toastMsg('很遗憾本轮没有猜中~')
}
diff --git a/view/peko/activity/act-ocean1/js/rank.js b/view/peko/activity/act-ocean1/js/rank.js
index a943640..1545efa 100644
--- a/view/peko/activity/act-ocean1/js/rank.js
+++ b/view/peko/activity/act-ocean1/js/rank.js
@@ -34,12 +34,12 @@ if(!browser.app){
$('body').removeClass('no-in-app')
}
-// 榜单类型,1是钻石榜,2是欧皇榜
+// 榜单类型,1是鉆石榜,2是欧皇榜
let type = 1
let pageSize = 20
-// 钻石榜单
+// 鉆石榜单
let pageD = 1
let myInfoD = []
let rankListD = []
@@ -68,7 +68,7 @@ const getListRank = (type, page) => {
success(res){
if(res.code === 200){
if(type === 1){
- // 钻石榜单
+ // 鉆石榜单
if(res.data.rankList.length === pageSize){
// 可以请求下一页
canRequsetNextPageD = true
@@ -109,7 +109,7 @@ const getListRank = (type, page) => {
// 渲染底部个人信息
const renderMyInfo = () => {
if(type === 1){
- // 钻石榜单
+ // 鉆石榜单
let erbanNo = myInfoD.erbanNo
let myIndex = rankListD.findIndex((item, index) => {
return item.erbanNo === erbanNo
@@ -148,7 +148,7 @@ const renderMyInfo = () => {
// 渲染榜单信息
const renderRankList = () => {
if(type === 1){
- // 钻石榜单
+ // 鉆石榜单
// 渲染前3
let topThreeArr = rankListD.slice(0, 3)
console.log(topThreeArr);
diff --git a/view/peko/activity/act-ocean1/mall.html b/view/peko/activity/act-ocean1/mall.html
index 5e5184e..8def08d 100644
--- a/view/peko/activity/act-ocean1/mall.html
+++ b/view/peko/activity/act-ocean1/mall.html
@@ -17,7 +17,7 @@
![]()
@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
@@ -44,7 +44,7 @@
@@ -55,7 +55,7 @@
你的昵称
我的66碎片:0
-
我的钻石数量:0
+
我的鉆石数量:0
@@ -75,7 +75,7 @@
取消
diff --git a/view/peko/activity/act-ocean1/rank.html b/view/peko/activity/act-ocean1/rank.html
index 8dfbc8f..d76d07e 100644
--- a/view/peko/activity/act-ocean1/rank.html
+++ b/view/peko/activity/act-ocean1/rank.html
@@ -14,7 +14,7 @@
- 钻石榜
+ 鉆石榜
欧皇榜
diff --git a/view/peko/activity/act-qixi/css/message.scss b/view/peko/activity/act-qixi/css/message.scss
index bfbfba3..ea6237d 100644
--- a/view/peko/activity/act-qixi/css/message.scss
+++ b/view/peko/activity/act-qixi/css/message.scss
@@ -225,7 +225,7 @@ ul{
color: #5F5BFF;
}
-//钻石不足弹窗
+//鉆石不足弹窗
.fail-shade-mask{
display: none;
position: fixed;
diff --git a/view/peko/activity/act-qixi/index.html b/view/peko/activity/act-qixi/index.html
index f0c3a48..b10241b 100644
--- a/view/peko/activity/act-qixi/index.html
+++ b/view/peko/activity/act-qixi/index.html
@@ -81,7 +81,7 @@
3
-
每花1钻擦亮,爱心值+1;爱心值>52可上专属墙
+
每花1鉆擦亮,爱心值+1;爱心值>52可上专属墙
4
diff --git a/view/peko/activity/act-qixi/js/message.js b/view/peko/activity/act-qixi/js/message.js
index ffd98ab..7c3a3da 100644
--- a/view/peko/activity/act-qixi/js/message.js
+++ b/view/peko/activity/act-qixi/js/message.js
@@ -64,7 +64,7 @@ $(function () {
$('.toast').html('寄语不能为空').fadeIn(30).fadeOut(3000)
return
}
- //用户的钻石数够不够由后端判断
+ //用户的鉆石数够不够由后端判断
$.ajax({
type: 'POST',
diff --git a/view/peko/activity/act-qixi/message.html b/view/peko/activity/act-qixi/message.html
index 33affbc..c4e22f3 100644
--- a/view/peko/activity/act-qixi/message.html
+++ b/view/peko/activity/act-qixi/message.html
@@ -22,7 +22,7 @@
@@ -91,11 +91,11 @@
点击查看更多
-
+

-
钻石不足~快去购买钻石吧~
+
鉆石不足~快去购买鉆石吧~
去充值
知道了
diff --git a/view/peko/activity/act-radishMarket/index.html b/view/peko/activity/act-radishMarket/index.html
index 4d93319..1376847 100644
--- a/view/peko/activity/act-radishMarket/index.html
+++ b/view/peko/activity/act-radishMarket/index.html
@@ -53,7 +53,7 @@
-
用户累计赠送糖果树礼物价值6000钻
+
用户累计赠送糖果树礼物价值6000鉆
@@ -66,7 +66,7 @@
-
用户累计赠送糖果树礼物价值9000钻
+
用户累计赠送糖果树礼物价值9000鉆
diff --git a/view/peko/activity/act-sail/more.html b/view/peko/activity/act-sail/more.html
index a86b25e..466f38e 100644
--- a/view/peko/activity/act-sail/more.html
+++ b/view/peko/activity/act-sail/more.html
@@ -94,7 +94,7 @@

diff --git a/view/peko/activity/act-xplan/index.html b/view/peko/activity/act-xplan/index.html
index e1167da..74cbf12 100644
--- a/view/peko/activity/act-xplan/index.html
+++ b/view/peko/activity/act-xplan/index.html
@@ -54,7 +54,7 @@
【违规说明】
①严禁使用外挂脚本,违者取消比赛资格,封禁违规账号,永久禁止参赛;
②平台将在赛事内随机巡查,对违规选手及账号进行封禁处理;
-
③严禁使用模拟器,如经发现踢出比赛房间,且无法退换报名钻石;
+
③严禁使用模拟器,如经发现踢出比赛房间,且无法退换报名鉆石;
*所有赛事及奖励与苹果公司无关
*最终解释权归主办方所有
diff --git a/view/peko/activity/act-xplan/js/matchDetail.js b/view/peko/activity/act-xplan/js/matchDetail.js
index 48c207b..67a763a 100644
--- a/view/peko/activity/act-xplan/js/matchDetail.js
+++ b/view/peko/activity/act-xplan/js/matchDetail.js
@@ -135,7 +135,7 @@ $(function(){
})
return;
}
- confirm(`本场报名花费:${matchInfo.quotaPrice}钻
请点击确认完成本场报名`,
+ confirm(`本场报名花费:${matchInfo.quotaPrice}鉆
请点击确认完成本场报名`,
'取消', '确认', function () {
showLoading();
networkRequest({
@@ -149,7 +149,7 @@ $(function(){
if (res.code === 200) {
document.location.reload();
} else if (res.code === 31005) {
- confirm('当前钻石余额不足,请前往充值。',
+ confirm('当前鉆石余额不足,请前往充值。',
'取消', '充值', function () {
if(browser.app){
if(browser.android){
@@ -294,7 +294,7 @@ $(function(){
}
} else {
if (matchInfo.status == MATCH_STATUS.VALID) {
- $('.js-btn').text(`马上报名(${matchInfo.quotaPrice}钻)`)
+ $('.js-btn').text(`马上报名(${matchInfo.quotaPrice}鉆)`)
} else if (matchInfo.status == MATCH_STATUS.QUOTA_END || matchInfo.status == MATCH_STATUS.ENTER_STAGE) {
$('.js-btn').text(`报名已截止`)
$('.js-btn').addClass('disabled')
diff --git a/view/peko/activity/act-xplan/matchDetail.html b/view/peko/activity/act-xplan/matchDetail.html
index fc6092b..9a57128 100644
--- a/view/peko/activity/act-xplan/matchDetail.html
+++ b/view/peko/activity/act-xplan/matchDetail.html
@@ -70,7 +70,7 @@
- 报名需要:钻
+ 报名需要:鉆
- 报名总人数未达标,本场比赛自动关闭,报名消耗钻石已退回
+ 报名总人数未达标,本场比赛自动关闭,报名消耗鉆石已退回
diff --git a/view/peko/activity/act-yearBeast/index.html b/view/peko/activity/act-yearBeast/index.html
index 0c9f425..d818e35 100644
--- a/view/peko/activity/act-yearBeast/index.html
+++ b/view/peko/activity/act-yearBeast/index.html
@@ -100,7 +100,7 @@
刷礼获赠更多鞭炮
-
活动期间,每送出价值200钻的任意礼物即可自动获得1个鞭炮,不设上限。
+
活动期间,每送出价值200鉆的任意礼物即可自动获得1个鞭炮,不设上限。
-
每个组合赠送对方新年限定礼物,可获得对应福气值(1钻石=10福气值),活动期间内根据组合的福气值进行榜单排行。(不计算大头号)
+
每个组合赠送对方新年限定礼物,可获得对应福气值(1鉆石=10福气值),活动期间内根据组合的福气值进行榜单排行。(不计算大头号)
日榜
总榜
diff --git a/view/peko/activity/annualCelebration/index.html b/view/peko/activity/annualCelebration/index.html
index e148e38..1f23f5c 100644
--- a/view/peko/activity/annualCelebration/index.html
+++ b/view/peko/activity/annualCelebration/index.html
@@ -32,7 +32,7 @@
-
每小时送礼最多且送礼累积≥5200钻,即可登上神豪王座,每小时统计1次,登顶即可获得“巅峰时刻”铭牌*1天
+
每小时送礼最多且送礼累积≥5200鉆,即可登上神豪王座,每小时统计1次,登顶即可获得“巅峰时刻”铭牌*1天
diff --git a/view/peko/activity/annualCelebration/wish.html b/view/peko/activity/annualCelebration/wish.html
index af2c5cf..1a3ad3b 100644
--- a/view/peko/activity/annualCelebration/wish.html
+++ b/view/peko/activity/annualCelebration/wish.html
@@ -42,7 +42,7 @@
青铜
白银
黄金
-
钻石
+
鉆石
距离 还需 狂欢值
@@ -50,7 +50,7 @@
- 全平台任何用户送出礼物都可使全民狂欢值增加(每1钻石的礼物=狂欢值+1),当狂欢值每次达到任何一个阶梯时,所有用户将获赠一个魔法棒
+ 全平台任何用户送出礼物都可使全民狂欢值增加(每1鉆石的礼物=狂欢值+1),当狂欢值每次达到任何一个阶梯时,所有用户将获赠一个魔法棒
狂欢值将在每日00:00重新开始计算,所有用户每天都可获得新的魔法棒
@@ -94,7 +94,7 @@
- 活动期间,每送出价值200钻的任意礼物即可获赠1个魔法棒,不设上限
+ 活动期间,每送出价值200鉆的任意礼物即可获赠1个魔法棒,不设上限
diff --git a/view/peko/activity/explore/index.html b/view/peko/activity/explore/index.html
index 70cd728..9b2b88d 100644
--- a/view/peko/activity/explore/index.html
+++ b/view/peko/activity/explore/index.html
@@ -5,7 +5,7 @@
-
探索peko
+
尋愛之旅
@@ -86,7 +86,7 @@
我的信物:
-
我的钻石数量:
+
我的鉆石数量:
@@ -129,7 +129,7 @@
取消
diff --git a/view/peko/activity/explore_abandon/index.html b/view/peko/activity/explore_abandon/index.html
index 744e310..1775fa0 100644
--- a/view/peko/activity/explore_abandon/index.html
+++ b/view/peko/activity/explore_abandon/index.html
@@ -29,7 +29,7 @@
潮舞星迎
-
0钻石/天
+
0鉆石/天
随机赠送66流星0个
@@ -42,7 +42,7 @@
月魔法帽
-
0钻石/天
+
0鉆石/天
随机赠送66流星0个
@@ -55,7 +55,7 @@
神囚魔法
-
0钻石/天
+
0鉆石/天
随机赠送66流星0个
@@ -68,7 +68,7 @@
拉丁之神
-
0钻石/天
+
0鉆石/天
随机赠送66流星0个
@@ -82,7 +82,7 @@
我的66流星:
- 我的钻石数量:
+ 我的鉆石数量:
@@ -104,7 +104,7 @@
取消
diff --git a/view/peko/activity/explore_abandon/js/index.js b/view/peko/activity/explore_abandon/js/index.js
index 906f5f6..47a675b 100644
--- a/view/peko/activity/explore_abandon/js/index.js
+++ b/view/peko/activity/explore_abandon/js/index.js
@@ -308,13 +308,13 @@ function renderGift(val) {
// str += `
${val[i].name}
// 
//
${val[i].name}
- //
${val[i].sellingPrice}钻石/天
+ //
${val[i].sellingPrice}鉆石/天
//
${arrTit[i]}
//
立即购买
`
var $list = $('.cloth-box li').eq(i)
$list.find('img').attr('src', val[i].imgUrl)
// $list.find('.gift-name').html(giftName[i])
- $list.find('.gift-price').html(`${val[i].sellingPrice}钻石/天`)
+ $list.find('.gift-price').html(`${val[i].sellingPrice}鉆石/天`)
$list.find('.award').html(arrTit[i])
$('.buy-btn').eq(i).data('name', val[i].name)
diff --git a/view/peko/activity/first_anniversary/time_cinema.html b/view/peko/activity/first_anniversary/time_cinema.html
index c4f07ab..953d019 100644
--- a/view/peko/activity/first_anniversary/time_cinema.html
+++ b/view/peko/activity/first_anniversary/time_cinema.html
@@ -47,14 +47,14 @@
还记得你的2222个好友吗
在2022年2月22日这一天
你小手一挥,
-
送给XXXX:价值2121221钻石的22222个
+
送给XXXX:价值2121221鉆石的22222个
Ta 一定是对你很重要的人吧~
而在2022年2月22日
你收到了
-
XXXX送的价值2121221钻石的XXXX送的价值2121221鉆石的xxxx礼物22222个
真是羡煞旁人!
diff --git a/view/peko/activity/gift_changer/index.html b/view/peko/activity/gift_changer/index.html
index a84b0e3..fdedc5d 100644
--- a/view/peko/activity/gift_changer/index.html
+++ b/view/peko/activity/gift_changer/index.html
@@ -66,7 +66,7 @@
@@ -118,7 +118,7 @@
5
-
5200钻
+
5200鉆
1/2
@@ -126,7 +126,7 @@
//如果需要分页器
-->
-
+
diff --git a/view/peko/activity/gift_changer/js/index.js b/view/peko/activity/gift_changer/js/index.js
index 282038f..75caf99 100644
--- a/view/peko/activity/gift_changer/js/index.js
+++ b/view/peko/activity/gift_changer/js/index.js
@@ -183,7 +183,7 @@ function noticeFun() {
var str = ``;
res.data.forEach(res => {
str += `
-
${res.userNick}
合成了${res.giftPrice}钻的${res.giftName}
+
${res.userNick}
合成了${res.giftPrice}鉆的${res.giftName}
`
});
$('.header .notice ul').append(str);
@@ -264,7 +264,7 @@ function dataRendering(getDataArrIndex) {
$('.header .qipao img').attr('src', getDataArr[getDataArrIndex].giftUrl);
$('.header .qipao img').attr('RewardId', getDataArr[getDataArrIndex].compoundRewardId);
$('.header .qipao img').attr('giftId', getDataArr[getDataArrIndex].giftId);
- $('.header .qipao p').html(`
${getDataArr[getDataArrIndex].giftName}(${getDataArr[getDataArrIndex].goldPrice}钻)`);
+ $('.header .qipao p').html(`
${getDataArr[getDataArrIndex].giftName}(${getDataArr[getDataArrIndex].goldPrice}鉆)`);
$('.speed_rogress .speed_rogress_top p').html(`
${getDataArr[0].fraction}/${getDataArr[getDataArrIndex].expendValue}`);
// console.log(Number($('.speed_rogress .speed_rogress_top p span').text()) / getDataArr[getDataArrIndex].goldPrice * 100)
let percent = Number($('.speed_rogress .speed_rogress_top p span').text()) / getDataArr[getDataArrIndex].expendValue * 100
@@ -392,7 +392,7 @@ function listUserBackpackFun() {
${res.count}
-
${res.goldPrice}钻
+
${res.goldPrice}鉆
0/${res.count}
@@ -401,7 +401,7 @@ function listUserBackpackFun() {
})
// $('.bottom .diamonds b').text(goldPrices);
$('.bottom .diamonds').remove();
- $('.bottom .swiper').after(`
当前背包礼物总价值:${goldPrices}钻`);
+ $('.bottom .swiper').after(`
当前背包礼物总价值:${goldPrices}鉆`);
// 初始化swiper
swiperFun(mySwiper);
diff --git a/view/peko/activity/goodLuckCard/index.html b/view/peko/activity/goodLuckCard/index.html
index a678187..d4cdf3d 100644
--- a/view/peko/activity/goodLuckCard/index.html
+++ b/view/peko/activity/goodLuckCard/index.html
@@ -25,7 +25,7 @@
1月27日~2月11日
活动期间许愿可开出福气卡
-
集齐福气卡可获得瓜分20万钻石的机会
+
集齐福气卡可获得瓜分20万鉆石的机会
集齐次数越多,瓜分次数越多
(幸运许愿池和梦幻许愿池都可以参与噢~)
@@ -78,7 +78,7 @@
已获得次瓜分机会
2月12日00:00开奖
-
成功瓜分0钻石
+
成功瓜分0鉆石
@@ -136,7 +136,7 @@
恭喜您成功瓜分到
-
钻石已自动放入您的钱包
+
鉆石已自动放入您的钱包
diff --git a/view/peko/activity/goodLuckCard/js/index.js b/view/peko/activity/goodLuckCard/js/index.js
index 1f56134..46d9df2 100644
--- a/view/peko/activity/goodLuckCard/js/index.js
+++ b/view/peko/activity/goodLuckCard/js/index.js
@@ -197,7 +197,7 @@ $(function () {
}
// 点击领取后的处理
function awardAfterFun(data) {
- $('.pop_up .pop_up_box span').text(data.activeGold + '钻石');//当前瓜分金币数量
+ $('.pop_up .pop_up_box span').text(data.activeGold + '鉆石');//当前瓜分金币数量
$('.foca_box3 .foca_last b').text(data.allGold);//瓜分后的总金币数
$('.foca_box3 .foca_text b').text(data.awardNum)//剩余瓜分次数
$('.pop_up').css({ display: "block" })
diff --git a/view/peko/activity/lol-drainage/index.html b/view/peko/activity/lol-drainage/index.html
index 534e913..414f91d 100644
--- a/view/peko/activity/lol-drainage/index.html
+++ b/view/peko/activity/lol-drainage/index.html
@@ -51,7 +51,7 @@
1.通过邀请码邀请1名好友可获得200金豆
-
2.赠送普通礼物每满300钻可获得100金豆(0/5)
+
2.赠送普通礼物每满300鉆可获得100金豆(0/5)
3.停留两个直播间各十分钟可获得100金豆(0/1)
4.分享活动页面到朋友圈可获得100金豆(0/1)
diff --git a/view/peko/activity/planet/index.html b/view/peko/activity/planet/index.html
index e27d5bc..141b9f1 100644
--- a/view/peko/activity/planet/index.html
+++ b/view/peko/activity/planet/index.html
@@ -13,7 +13,7 @@
peko的小可爱们~
快来踏上星际探索的旅途吧
送出小星球可探索到各个星球的物资
-
最高可探索到7777钻的礼物哦~
+
最高可探索到7777鉆的礼物哦~
为确保体验,请更新到1.3以上版本

diff --git a/view/peko/activity/popular-anchor-plan/index.html b/view/peko/activity/popular-anchor-plan/index.html
index 2f100ca..c9a6fa9 100644
--- a/view/peko/activity/popular-anchor-plan/index.html
+++ b/view/peko/activity/popular-anchor-plan/index.html
@@ -88,7 +88,7 @@
恋恋萌熊
- 3344钻
+ 3344鉆
@@ -145,7 +145,7 @@
恋恋萌熊
- 3344钻
+ 3344鉆
-->
diff --git a/view/peko/modules/fans_club/rule.html b/view/peko/modules/fans_club/rule.html
index 93855e9..7100613 100644
--- a/view/peko/modules/fans_club/rule.html
+++ b/view/peko/modules/fans_club/rule.html
@@ -36,7 +36,7 @@
如何加入粉丝团?
- 任何人都可以加入粉丝团,主播也可以加入其他主播的粉丝团,在个人主播房间内,点击粉丝团入口,花费10钻送出入团礼物即可加入TA的粉丝团,开启粉丝团任务,还可以增加亲密度哦。加入主播粉丝团后会自动关注主播。
+ 任何人都可以加入粉丝团,主播也可以加入其他主播的粉丝团,在个人主播房间内,点击粉丝团入口,花费10鉆送出入团礼物即可加入TA的粉丝团,开启粉丝团任务,还可以增加亲密度哦。加入主播粉丝团后会自动关注主播。
diff --git a/view/peko/modules/inform/help.html b/view/peko/modules/inform/help.html
index c5ae66b..59ab50a 100644
--- a/view/peko/modules/inform/help.html
+++ b/view/peko/modules/inform/help.html
@@ -34,7 +34,7 @@
2、恶意刷屏,扰乱公共秩序,不听劝且严重者
3、人身攻击、地域歧视、言论不雅,严重者
4、被举报,经官方核实,情节严重者
-
5、任何途径盗刷平台金币、钻石等情节恶劣严重者,官方将移交公安机关处理
+
5、任何途径盗刷平台金币、鉆石等情节恶劣严重者,官方将移交公安机关处理
6、欢迎大家相互监督,举报成功经官方核实,官方会有一定奖励。
@@ -56,7 +56,7 @@
-
+
diff --git a/view/peko/modules/level/index.html b/view/peko/modules/level/index.html
index 9ed5ecf..75e7de4 100644
--- a/view/peko/modules/level/index.html
+++ b/view/peko/modules/level/index.html
@@ -47,7 +47,7 @@
@@ -76,7 +76,7 @@
diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js
index 788b84f..f49d546 100644
--- a/view/peko/modules/pay/js/index.js
+++ b/view/peko/modules/pay/js/index.js
@@ -5,7 +5,7 @@ const urlProduct = "https://beta.api.pekolive.com";
let arr = [];
let arr2 = [];
let countryCode = "";//选择区号
-var channelType;//参数值4:钻石充值 || 参数值5:贵族vip充值 || 6:首充充值
+var channelType;//参数值4:鉆石充值 || 参数值5:贵族vip充值 || 6:首充充值
let erbanNo;//账号
let chargeProdId;//金额:tw_payermax_1003_1000
let openId;
diff --git a/view/peko/modules/payment/index.html b/view/peko/modules/payment/index.html
index 7475056..9e23495 100644
--- a/view/peko/modules/payment/index.html
+++ b/view/peko/modules/payment/index.html
@@ -48,7 +48,7 @@
- peko禁止使用不合法信用卡和储蓄卡获取钻石,一经发现封禁账号及设备,情节严重将报警处理!
+ peko禁止使用不合法信用卡和储蓄卡获取鉆石,一经发现封禁账号及设备,情节严重将报警处理!
peko严厉打击刷单类诈骗行为,一旦发现我平台将追究其法律责任,同时保留追究损失的权利;我们呼吁用户如有收到以兼职赚钱为名义诱骗刷单的行为,请联系客服举报!情节严重者我们将交于警方处理,如执意配合刷单行为造成的损失我们平台概不负责!
@@ -117,7 +117,7 @@
充值金额:
- 钻石:0
+ 鉆石:0
diff --git a/view/peko/modules/payment/js/index.js b/view/peko/modules/payment/js/index.js
index b0438cb..38abc54 100644
--- a/view/peko/modules/payment/js/index.js
+++ b/view/peko/modules/payment/js/index.js
@@ -18,7 +18,7 @@ function getUrlPrefix() {
return EnvCheck() === 'live' ? productUrl : testUrl;
}
const urlPrefix = getUrlPrefix()
-// 钻石比例
+// 鉆石比例
var amountPercentage;
// 自定义充值id
var custom_charge_prod;
diff --git a/view/peko/modules/payment_mall/js/payment.js b/view/peko/modules/payment_mall/js/payment.js
index da9fcf0..26b0a04 100644
--- a/view/peko/modules/payment_mall/js/payment.js
+++ b/view/peko/modules/payment_mall/js/payment.js
@@ -38,7 +38,7 @@ const renderChargeList = () => {
return `
- ${item.prodName.slice(0,item.prodName.length-2)}钻石
+ ${item.prodName.slice(0,item.prodName.length-2)}鉆石
¥${item.money}
`
diff --git a/view/peko/modules/payment_mall/payment.html b/view/peko/modules/payment_mall/payment.html
index 497fb64..0445228 100644
--- a/view/peko/modules/payment_mall/payment.html
+++ b/view/peko/modules/payment_mall/payment.html
@@ -4,7 +4,7 @@
-
获取钻石
+
获取鉆石
diff --git a/view/peko/modules/payment_new/index.html b/view/peko/modules/payment_new/index.html
index e1abe60..39443d9 100644
--- a/view/peko/modules/payment_new/index.html
+++ b/view/peko/modules/payment_new/index.html
@@ -48,7 +48,7 @@
- peko禁止使用不合法信用卡和储蓄卡获取钻石,一经发现封禁账号及设备,情节严重将报警处理!
+ peko禁止使用不合法信用卡和储蓄卡获取鉆石,一经发现封禁账号及设备,情节严重将报警处理!
peko严厉打击刷单类诈骗行为,一旦发现我平台将追究其法律责任,同时保留追究损失的权利;我们呼吁用户如有收到以兼职赚钱为名义诱骗刷单的行为,请联系客服举报!情节严重者我们将交于警方处理,如执意配合刷单行为造成的损失我们平台概不负责!
diff --git a/view/peko/modules/rule-yinyou/auction.html b/view/peko/modules/rule-yinyou/auction.html
index c73ebb7..54c7f5d 100644
--- a/view/peko/modules/rule-yinyou/auction.html
+++ b/view/peko/modules/rule-yinyou/auction.html
@@ -27,7 +27,7 @@
如何完成订单?拍卖环节完成后,声优回到首页,点击右上角自己头像,选择“我的订单”,进入订单界面,点击需要完成的订单,即可跟客户电话语音聊天。
- 服务时间完成或者客户点击结束订单后,则订单完成,同时所得钻石由系统自动转至声优账户上。
+ 服务时间完成或者客户点击结束订单后,则订单完成,同时所得鉆石由系统自动转至声优账户上。