【八日登录】图片位置修改

dev_chengFeng
ZhangBiao 2021-03-17 18:01:58 +08:00
parent ca3bcb612d
commit 1688bd41fb
1 changed files with 2 additions and 2 deletions

View File

@ -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"--动效资源名字