From f73cb53f04716a23f8315f2208270fed09a68439 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 21 Oct 2022 18:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=96=E6=9E=9C=E6=A0=91?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=EF=BC=8C=E6=96=B0=E5=A2=9E=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=85=85=E5=80=BC=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/explore/index.html | 10 +++++----- view/peko/activity/explore/js/index.js | 10 +++++----- view/peko/modules/inform/help.html | 2 +- view/peko/modules/inform/index.html | 4 ++-- view/peko/modules/inform/inform-list.html | 2 +- view/peko/modules/pay/js/index.js | 4 +++- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/view/peko/activity/explore/index.html b/view/peko/activity/explore/index.html index b9a98a6..70cd728 100644 --- a/view/peko/activity/explore/index.html +++ b/view/peko/activity/explore/index.html @@ -85,7 +85,7 @@

-

我的幸运:

+

我的信物:

我的钻石数量:

@@ -101,10 +101,10 @@
玩法介绍

1. 促销活动期间,购买限定装扮即可获赠相应会场游戏币,参与活动。

-

2. 购买限定装扮1“”,可获赠幸运1个;
- 购买限定装扮2“”,可随机获赠幸运7-10个;
- 购买限定装扮3“”,可随机获赠幸运70~100个;
- 购买限定装扮4“”,可随机获赠幸运700~1000个。

+

2. 购买限定装扮1“”,可获赠信物1个;
+ 购买限定装扮2“”,可随机获赠信物10个;
+ 购买限定装扮3“”,可随机获赠信物100个;
+ 购买限定装扮4“”,可随机获赠信物1000个。

3. 该活动赠送给您的游戏币为参与该活动的虛拟道具,不具任何价值也不能转赠其他用户。

4. 活动结束将关闭页面,剩余游戏币将会清空,请留意活动关闭时间。

5. 本活动与Apple Inc.无关,最终解释权归平台所有。

diff --git a/view/peko/activity/explore/js/index.js b/view/peko/activity/explore/js/index.js index 4f207e7..5475c78 100644 --- a/view/peko/activity/explore/js/index.js +++ b/view/peko/activity/explore/js/index.js @@ -99,10 +99,10 @@ const getListPack = () => { // 渲染禮包 let arrTips = [ - '贈送糖果1個', - '隨機贈送糖果7-10個', - '隨機贈送糖果70-100個', - '隨機贈送糖果700-1000個', + '贈送信物1個', + '隨機贈送信物10個', + '隨機贈送信物100個', + '隨機贈送信物1000個', ] const renderList = () => { listPack.map((item, index) => { @@ -270,7 +270,7 @@ $(function(){ getUserInfo(res.data) $('.shade-mask-buy').hide() $('.shade').fadeIn(300) - $('.shade-mask-success .tip').html(`獲贈糖果x` + giftObj.ticketNum * giftObj.num) + $('.shade-mask-success .tip').html(`獲贈信物x` + giftObj.ticketNum * giftObj.num) $('.shade-mask-success').fadeIn() }else if(res.code === 2103){ $('.shade-mask-buy').hide() diff --git a/view/peko/modules/inform/help.html b/view/peko/modules/inform/help.html index e8dbf11..c5ae66b 100644 --- a/view/peko/modules/inform/help.html +++ b/view/peko/modules/inform/help.html @@ -63,7 +63,7 @@
- + @@ -83,7 +83,7 @@ - + diff --git a/view/peko/modules/inform/inform-list.html b/view/peko/modules/inform/inform-list.html index 5f5a827..26a5b4d 100644 --- a/view/peko/modules/inform/inform-list.html +++ b/view/peko/modules/inform/inform-list.html @@ -41,7 +41,7 @@ - + diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js index 945ae7b..788b84f 100644 --- a/view/peko/modules/pay/js/index.js +++ b/view/peko/modules/pay/js/index.js @@ -17,6 +17,7 @@ let successUrl = window.location.href;//支付成功回调路径 let uid; let modeOfPayment = false;//判断是否有选择支付方式 let paymentAmount = false;//判断是否有选择付款金额 +var deviceId;//型号ID $(function () { console.log(host) if (EnvCheck() == 'test') {//degBug @@ -59,6 +60,7 @@ $(function () { $('.wx_skip').hide(); } function getChargePageInfoForH5 (countryCode) { + deviceId = get_param('deviceId') channelType = get_param('channelType'); let is_CN = countryCode == "CN" ? true : false; networkRequest({ @@ -119,7 +121,7 @@ $(function () { networkRequest({ type: 'POST', url: urlPrefix + '/charge/apply2New', - data: { erbanNo, chargeProdId, countryCode, openId, payChannel, paymentType, successUrl, uid }, + data: { erbanNo, chargeProdId, countryCode, openId, payChannel, paymentType, successUrl, uid, deviceId: deviceId }, success: function (res) { if (res.code == 200) { console.log(res)