zhaoyang 2 vuotta sitten
vanhempi
commit
11ffd992ec

+ 5 - 2
FGUIProject/assets/Card/CardDetailUI.xml

@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <component size="1080,1920">
   <displayList>
-    <loader id="n10_gbqo" name="loaBg" xy="540,960" pivot="0.5,0.5" anchor="true" size="1080,2400" fill="scaleMatchWidth">
-      <relation target="" sidePair="width-width,height-height,center-center,middle-middle"/>
+    <loader id="n10_gbqo" name="loaBg" xy="540,720" pivot="0.5,0.5" anchor="true" size="1080,2400" fill="scaleMatchWidth">
+      <relation target="" sidePair="width-width,height-height,bottom-bottom"/>
     </loader>
+    <image id="n11_fqor" name="n11" src="fqortln" fileName="images/cp_yeqian_bg_shang.png" xy="0,0">
+      <relation target="" sidePair="top-top"/>
+    </image>
     <image id="n7_pq5x" name="n7" src="qkjsbu" fileName="imagesNew/TAB_DividingLine.png" xy="54,300">
       <relation target="" sidePair="center-center,top-top"/>
     </image>

BIN
FGUIProject/assets/Card/images/cp_yeqian_bg_shang.png


BIN
FGUIProject/assets/Card/images/cp_yeqian_bg_xia.png


+ 2 - 0
FGUIProject/assets/Card/package.xml

@@ -140,6 +140,8 @@
     <component id="wr9a83" name="btnPlus.xml" path="/components/"/>
     <image id="o9ghtlm" name="number_item_jian.png" path="/imagesNew/"/>
     <component id="vek88j" name="btnMinus.xml" path="/components/"/>
+    <image id="fqortln" name="cp_yeqian_bg_shang.png" path="/images/"/>
+    <image id="fqortlo" name="cp_yeqian_bg_xia.png" path="/images/"/>
   </resources>
   <publish name="" path="..\GameClient\Assets\ResIn\UI\Card" packageCount="2" genCode="true" extractAlpha="true"/>
 </packageDescription>

BIN
FGUIProject/assets/League/images/lm_fl_db.png


+ 14 - 0
FGUIProject/assets/RechargeStore/ComTab.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component size="857,129">
+  <controller name="c1" pages="0,,1,,2,,3,,4," selected="0"/>
+  <displayList>
+    <image id="n8_fqor" name="n8" src="fqortb2" fileName="imagesNew/sc_line2.png" xy="-65,55"/>
+    <list id="n5_fqor" name="listTab" xy="0,0" size="857,129" layout="row" overflow="scroll" scroll="horizontal" colGap="70" defaultItem="ui://vlgobc15fqortb1" autoClearItems="true">
+      <item/>
+      <item/>
+      <item/>
+      <item/>
+      <item/>
+    </list>
+  </displayList>
+</component>

+ 1 - 8
FGUIProject/assets/RechargeStore/StoreUI.xml

@@ -10,15 +10,8 @@
     <image id="n6_fqor" name="n6" src="fqortb0" fileName="imagesNew/sc_kuangjia.png" xy="0,175">
       <relation target="" sidePair="height-height"/>
     </image>
-    <image id="n8_fqor" name="n8" src="fqortb2" fileName="imagesNew/sc_line2.png" xy="55,325"/>
+    <component id="n8_fqor" name="n8" src="fqortb5" fileName="ComTab.xml" xy="55,270"/>
     <image id="n9_fqor" name="n9" src="fqortb3" fileName="imagesNew/sc_line1.png" xy="81,444"/>
-    <list id="n5_fqor" name="listTab" xy="120,270" size="857,129" layout="row" overflow="scroll" scroll="horizontal" colGap="70" defaultItem="ui://vlgobc15fqortb1" autoClearItems="true">
-      <item/>
-      <item/>
-      <item/>
-      <item/>
-      <item/>
-    </list>
     <list id="n7_fqor" name="listSubTab" xy="119,412" size="858,67" layout="row" overflow="scroll" scroll="horizontal" colGap="5" defaultItem="ui://vlgobc15fqortb4" autoClearItems="true">
       <item/>
       <item/>

BIN
FGUIProject/assets/RechargeStore/imagesNew/sc_beijing_hua.png


BIN
FGUIProject/assets/RechargeStore/imagesNew/sc_beijing_shang.png


BIN
FGUIProject/assets/RechargeStore/imagesNew/sc_yeqian_zhedang.png


+ 3 - 0
FGUIProject/assets/RechargeStore/package.xml

@@ -64,6 +64,9 @@
     <image id="fqortb3" name="sc_line1.png" path="/imagesNew/"/>
     <component id="fqortb4" name="Button4.xml" path="/components/"/>
     <component id="fqortb5" name="ComTab.xml" path="/"/>
+    <image id="fqortb6" name="sc_beijing_hua.png" path="/imagesNew/"/>
+    <image id="fqortb7" name="sc_beijing_shang.png" path="/imagesNew/"/>
+    <image id="fqortb8" name="sc_yeqian_zhedang.png" path="/imagesNew/"/>
   </resources>
   <publish name="" path="..\GameClient\Assets\ResIn\UI\RechargeStore" packageCount="2" genCode="true" extractAlpha="true"/>
 </packageDescription>

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Card/CardDetailView.cs

@@ -56,7 +56,7 @@ namespace GFGGame
         protected override void OnShown()
         {
             base.OnShown();
-            _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("xc_bjbj");
+            _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("cp_beijing");
 
             CardSProxy.GetCardInfos().Coroutine();
             int listRoleSelect = this.viewData != null ? (int)this.viewData : 0;

BIN
GameClient/Assets/ResIn/UI/Card/Card_atlas0!a.png


BIN
GameClient/Assets/ResIn/UI/Card/Card_atlas0.png


BIN
GameClient/Assets/ResIn/UI/Card/Card_atlas0_2!a.png


BIN
GameClient/Assets/ResIn/UI/Card/Card_atlas0_2.png


BIN
GameClient/Assets/ResIn/UI/Card/Card_atlas0_3!a.png


BIN
GameClient/Assets/ResIn/UI/Card/Card_atlas0_3.png


BIN
GameClient/Assets/ResIn/UI/Card/Card_fui.bytes


BIN
GameClient/Assets/ResIn/UI/League/League_atlas0_9!a.png


BIN
GameClient/Assets/ResIn/UI/League/League_atlas0_9.png