refactor(web):改造成vue工程
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="OnlineRewardsTipsViewSkin" width="426" height="301" xmlns:e="http://ns.egret.com/eui">
|
||||
<e:Image source="bg_tipstc2_png" />
|
||||
<e:Label id="descLabel" text="是否消耗 测试" y="105" size="22" stroke="2" textColor="0xE5DDCF" lineSpacing="14"
|
||||
horizontalCenter="0" width="360" textAlign="center"/>
|
||||
<e:Button id="btn_close" label="" width="60" right="-39" top="-7">
|
||||
<e:skinName>
|
||||
<e:Skin states="up,down,disabled" xmlns:app="app.*" xmlns:w="http://ns.egret.com/wing">
|
||||
<e:Image width="100%" height="100%" source="btn_guanbi3" source.down="btn_guanbi4"
|
||||
source.disabled="btn_guanbi4" />
|
||||
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" />
|
||||
</e:Skin>
|
||||
</e:skinName>
|
||||
</e:Button>
|
||||
<e:Button id="okButton" skinName="Btn9Skin" label="前 往" y="239" x="159" />
|
||||
</e:Skin>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<e:Skin class="OnlineRewardsViewSkin" width="707" height="538" xmlns:e="http://ns.egret.com/eui"
|
||||
xmlns:w="http://ns.egret.com/wing" xmlns:app="app.*">
|
||||
<e:Image id="bgImg" source="banner_fudai_png" top="0" horizontalCenter="0" />
|
||||
<e:Image source="bg_fudai_png" horizontalCenter="0" bottom="0" />
|
||||
<app:ItemBase id="itemData" y="269" skinName="ItemBaseSkin" x="332" />
|
||||
<e:Button id="getBtn" label="" y="414" icon="fl_jhm_btn_1" skinName="Btn0Skin" width="137" height="56" x="290" />
|
||||
<e:Image id="receiveImg" source="apay_yilingqu" horizontalCenter="6" bottom="61" />
|
||||
<app:RedDotControl id="redPoint" x="413" y="412" />
|
||||
<e:Label id="timeLab" text="剩余时间:" x="21" y="88" size="22" textColor="0xffe500" stroke="2" />
|
||||
<e:Label id="actTime" text="" x="127" y="88" size="22" stroke="2" textColor="0x28ee01" />
|
||||
<e:Label id="actTime2" text="" y="483" size="22" stroke="2" textColor="0x28ee01" horizontalCenter="8" />
|
||||
</e:Skin>
|
||||
Reference in New Issue
Block a user