神医天降修改

dev_chengFeng
jiaoyangna 2020-11-07 16:56:53 +08:00
parent bc097708e9
commit 6cb1610d31
2 changed files with 21 additions and 1 deletions

View File

@ -9887,6 +9887,7 @@ GameObject:
- component: {fileID: 5100508242854902603}
- component: {fileID: 5252270024243941001}
- component: {fileID: 8908188559413290798}
- component: {fileID: 8640911064983371415}
m_Layer: 5
m_Name: reviewBtn
m_TagString: Untagged
@ -9992,6 +9993,25 @@ MonoBehaviour:
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
--- !u!95 &8640911064983371415
Animator:
serializedVersion: 3
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1894285200840332423}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 6ffe000b5a58aac48a9d130543849d76, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorControllerStateOnDisable: 0
--- !u!1 &1903151123944399701
GameObject:
m_ObjectHideFlags: 0

View File

@ -104,7 +104,7 @@ function ShengYiTianJiang:OnShowData()
end
rechargeData = OperatingManager.GetGiftGoodsInfo(GoodsTypeDef.DirectPurchaseGift, rechargeConfigId)
this.buytimes.text = "限购:"..rechargeData.buyTimes.."/"..rechargeData.dynamicBuyTimes
this.buytimes.text = "剩余次数:"..(rechargeData.dynamicBuyTimes - rechargeData.buyTimes)
end
function ShengYiTianJiang:SetTime()