refactor(web):改造成vue工程

This commit is contained in:
kubbo
2025-09-30 17:43:06 +08:00
parent f140c92ddd
commit 39f7598b02
1777 changed files with 878 additions and 2238 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="FuliShunwangBoxGiftSkin" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*" width="667" height="380">
<e:Image source="bg_ldsflhzdl_png" y="9" x="-1"/>
<e:List id="itemList" verticalCenter="19" horizontalCenter="10" itemRendererSkinName="FuLi4366ItemSkin">
<e:layout>
<e:HorizontalLayout gap="20" />
</e:layout>
</e:List>
<e:Button id="getBtn" label="" y="295" width="144" height="62" horizontalCenter="0.5">
<e:skinName>
<e:Skin states="up,down,disabled" xmlns:app="app.*">
<e:Image horizontalCenter="0" verticalCenter="0" scaleX.down="0.95" scaleY.down="0.95"
source="lingqu_bt" source.down="lingqu_bt" source.disabled="lingqu_bt" />
<e:Label id="labelDisplay" horizontalCenter="0" verticalCenter="0" />
</e:Skin>
</e:skinName>
</e:Button>
<e:Button id="boxDownBtn" skinName="Btn31Skin" icon="txt_xzhz" horizontalCenter="0.5" y="292" />
<app:RedDotControl id="redPoint" x="379" y="302" />
<e:Image id="receiveImg" source="apay_yilingqu" horizontalCenter="-1" bottom="18" />
</e:Skin>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="FuliShunwangWeixinGiftSkin" width="868" height="545" xmlns:e="http://ns.egret.com/eui" xmlns:app="app.*">
<e:Image source="bg_wxlb_shunwang_png" />
<e:EditableText id="InputCode" width="280" text="" x="322" size="20" height="30" verticalAlign="middle" y="472"
textAlign="center" maxChars="120" prompt="&lt;请输入激活码>" textColor="0xF9EFEF" />
<e:Button id="wxBuyBtn" label="" x="640" y="460" icon="fl_jhm_btn_1" skinName="Btn0Skin" width="137" height="56"/>
</e:Skin>