From c5c9df215169a7513d30add2e762247b7cca687f Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 14 Aug 2020 23:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E5=85=85=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Common/GlobalDefine.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua index fb43a2e980..84f0e7a0b7 100644 --- a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua +++ b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua @@ -910,6 +910,7 @@ VipShowStatusDef = { LevelUp = 2, --可升级 Preview = 3, --预览 } + --特权奖励领取状态 GiftReceivedStatus = { NotReceive = 0, @@ -1103,10 +1104,10 @@ ConditionType = { CarBon = 15 --通关副本 } IndexValueDef = { - [1] = 6,--首充6元 - [2] = 100, --首充100元 - [6] = 1, - [100] = 2, + [1] = 1,--首充6元 + [2] = 15, --首充100元 + -- [6] = 1, + [15] = 2, } --功能开启