From 1688bd41fbce5474a9c63d5f21f7c6bea0b9672f Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Wed, 17 Mar 2021 18:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=AB=E6=97=A5=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E3=80=91=E5=9B=BE=E7=89=87=E4=BD=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/EightDay/EightDayGiftPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua b/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua index 738e3cbf52..f1e3e230b9 100644 --- a/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/EightDay/EightDayGiftPanel.lua @@ -98,7 +98,7 @@ function EightDayGiftPanel:SetBg(i) ren:GetComponent("Image").enabled= true this.btnPreview:SetActive(false) elseif i > 3 then - ren.transform.localPosition = Vector3.New(-74,350,0) + ren.transform.localPosition = Vector3.New(-35,258,0) text = "b_baridenglu_slogan08_zh 1"--文字 id = day_picture[i][4]--itemviewId bgName = "b_baridenglu_slogan08_4geren"--动效资源名字 @@ -132,7 +132,7 @@ function EightDayGiftPanel:SetBg(i) ren:GetComponent("Image").enabled= true elseif curDay > 3 or (curDay == 3 and rewardData.mission[3].state == 1) then this.btnPreview:SetActive(false) - ren.transform.localPosition = Vector3.New(-74,350,0) + ren.transform.localPosition = Vector3.New(-35,258,0) text = "b_baridenglu_slogan08_zh 1"--文字 id = day_picture[3][4]--itemviewId bgName = "b_baridenglu_slogan08_4geren"--动效资源名字