抽卡修改提交
parent
59de7adf87
commit
04c9ab3b6b
|
@ -178,7 +178,7 @@ function RecruitMainPanel:BindEvent()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
self.CurRecruitId = self.dicData[self.curPage].ShopData[1][1]
|
||||||
self.lastPage = self.curPage - 1 > 0 and self.curPage - 1 or #self.dicData
|
self.lastPage = self.curPage - 1 > 0 and self.curPage - 1 or #self.dicData
|
||||||
self.nextPage = self.curPage + 1 > #self.dicData and 1 or self.curPage + 1
|
self.nextPage = self.curPage + 1 > #self.dicData and 1 or self.curPage + 1
|
||||||
this:SetIndex()
|
this:SetIndex()
|
||||||
|
@ -195,7 +195,7 @@ function RecruitMainPanel:BindEvent()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
self.CurRecruitId = self.dicData[self.curPage].ShopData[1][1]
|
||||||
self.lastPage = self.curPage - 1 > 0 and self.curPage - 1 or #self.dicData
|
self.lastPage = self.curPage - 1 > 0 and self.curPage - 1 or #self.dicData
|
||||||
self.nextPage = self.curPage + 1 > #self.dicData and 1 or self.curPage + 1
|
self.nextPage = self.curPage + 1 > #self.dicData and 1 or self.curPage + 1
|
||||||
this:SetIndex()
|
this:SetIndex()
|
||||||
|
|
Loading…
Reference in New Issue