12345678910111213141516171819202122 |
- <uipanel id="KLShopMallGoodsItem" name="商品模板" width="203" height="196" zindex="-1">
- <prefab path="Kml/KmlPrefab/Cookbook/KmlShopMallUI/KmlShopMallGoodsItem.prefab" width="203" height="196" id="prefab_848">
- <text bind="txt_goods_title" id="txt_goods_title">
- </text>
- <text bind="Text_Condition" id="Text_Condition">
- </text>
- <panel bind="img_goods_icon" id="img_goods_icon">
- <item id="item_goods" width="100" height="100" tips = "1" mscalefac = "1.5,1.5,1.5" bgscale="0,0" textpos="-20,20,0" />
- </panel>
- <text bind="txt_purchase_limitation" id="txt_purchase_limitation">
- </text>
- <img bind="Bg" id="Bg">
- </img>
- <img bind="img_money_icon" id="img_money_icon">
- </img>
- <text bind="txt_price" id="txt_price">
- </text>
- <button bind="ButtonBg" id="ButtonBg">
- </button>
- </prefab>
- </uipanel>
|