refactor(web):改造成vue工程
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Fuli37WinSkin" width="1027" height="690" xmlns:e="http://ns.egret.com/eui"
|
||||
xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image id="dragDropUI" source="apay_bg2_png" />
|
||||
<e:Image y="59" horizontalCenter="-0.5" touchEnabled="false" x="238" source="biaoti_37fulidating" />
|
||||
<e:Image x="82" y="116" width="192" height="542" source="com_bg_kuang_6_png" scale9Grid="17,15,4,4" />
|
||||
<e:Image source="com_bg_kuang_6_png" scale9Grid="18,15,3,4" x="278" y="116" width="670" height="542" />
|
||||
<e:Button id="closeBtn" label="" width="61" height="57" x="931" y="56">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95" source="apay_x2"
|
||||
source.down="apay_x2" source.disabled="apay_x2" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Scroller id="btnScroller" width="185" height="536" x="85" y="119">
|
||||
<e:TabBar id="tabBar" width="200" height="200" itemRendererSkinName="YYLobbyPrivilegesTabSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout horizontalAlign="center" gap="8" />
|
||||
</e:layout>
|
||||
</e:TabBar>
|
||||
</e:Scroller>
|
||||
<e:Group id="infoGroup" width="667" height="540" touchEnabled="false" x="281" y="117" />
|
||||
<e:Group id="bannerGroup" width="660" height="145" touchEnabled="false" x="284" y="116">
|
||||
<e:Image source="banner_37vip" />
|
||||
<e:Label id="descLab1" text="您的超玩会员等级为:" size="16" x="20" textColor="0x28ee01" stroke="1" bottom="10" />
|
||||
<e:Label id="descLab2" text="成为vip" size="16" x="220" textColor="0x28ee01" stroke="1" bottom="10" />
|
||||
<e:Label id="descLab3" text="成为vip" size="16" textColor="0x28ee01" stroke="1" right="20" bottom="10" />
|
||||
</e:Group>
|
||||
<e:Group id="infoGroup2" width="667" height="395" touchEnabled="false" x="281" y="262" />
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Fuli37BindingGiftSkin" width="667" height="540" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="bg_4366shoujilibao_png" />
|
||||
<e:Button id="bindingBtn" label="" y="450" icon="txt_bangdingshouji" skinName="Btn26Skin" width="137" height="56"
|
||||
x="265" />
|
||||
<e:Button id="getBtn" label="" y="450" icon="fl_jhm_btn_1" skinName="Btn0Skin" width="137" height="56" x="265" />
|
||||
<e:List id="itemList" verticalCenter="71" horizontalCenter="0" itemRendererSkinName="FuLi4366ItemSkin">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="20" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<app:RedDotControl id="redPoint" x="388" y="448" />
|
||||
<e:Image id="receiveImg" source="apay_yilingqu" horizontalCenter="0" bottom="28" />
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Fuli37IndulgeGiftSkin" width="667" height="540" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="bg_4366renzhenglibao_png" />
|
||||
<e:Button id="indulgeBtn" label="" y="450" icon="btnt_txfcm" skinName="Btn26Skin" width="137" height="56" x="265" />
|
||||
<e:Button id="getBtn" label="" y="450" icon="fl_jhm_btn_1" skinName="Btn0Skin" width="137" height="56" x="265" />
|
||||
<e:List id="itemList" verticalCenter="71" horizontalCenter="0" itemRendererSkinName="FuLi4366ItemSkin">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="20" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<app:RedDotControl id="redPoint" x="388" y="448" />
|
||||
<e:Image id="receiveImg" source="apay_yilingqu" horizontalCenter="0" bottom="28" />
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Fuli37LevelGiftSkin" width="667" height="395" xmlns:e="http://ns.egret.com/eui">
|
||||
<e:Scroller width="667" height="395" scrollPolicyH="off">
|
||||
<e:List id="list" itemRendererSkinName="FuliLuDaShiLevelGiftItemSkin">
|
||||
<e:layout>
|
||||
<e:VerticalLayout/>
|
||||
</e:layout>
|
||||
<e:ArrayCollection>
|
||||
<e:Array>
|
||||
<e:Object D="null" />
|
||||
<e:Object D="null" />
|
||||
<e:Object D="null" />
|
||||
</e:Array>
|
||||
</e:ArrayCollection>
|
||||
</e:List>
|
||||
</e:Scroller>
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="Fuli37MicroGiftSkin" width="667" height="540" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" source="bg_37weiduan_png" />
|
||||
<e:Button id="microDownBtn" label="下载微端" x="265" y="450" icon="txt_djxz" width="137" height="56">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled" xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95" source="tq_btn" />
|
||||
<e:Label id="labelDisplay" text="下载微端" size="24" horizontalCenter="0" verticalCenter="0"
|
||||
touchEnabled="false" textColor="0xeee104" stroke="2" scaleX.down="0.95" scaleY.down="0.95" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Button id="getBtn" label="" y="450" icon="fl_jhm_btn_1" skinName="Btn0Skin" width="137" height="56" x="265" />
|
||||
<e:List id="itemList" verticalCenter="87" horizontalCenter="0" itemRendererSkinName="FuLi4366ItemSkin">
|
||||
<e:layout>
|
||||
<e:HorizontalLayout gap="20" />
|
||||
</e:layout>
|
||||
</e:List>
|
||||
<app:RedDotControl id="redPoint" x="388" y="448" />
|
||||
<e:Image id="receiveImg" source="apay_yilingqu" horizontalCenter="0" bottom="28" />
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user