Commit ffa0e799 authored by wildfirecode's avatar wildfirecode

Merge branch 'hotfix2' into dev

parents d6980ab8 5e3c2ea6
# xiaoxiaole
aa
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>duiba-games - 兑吧游戏自动化工程</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="兑吧游戏自动化工程">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'duiba-games',
repo: ''
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>
......@@ -37,6 +37,7 @@ export default class PrizePanel extends Panel {
this.img.visible = false;
this.propGroup.visible = true;
this.prop.source = 'prize_money_png';
this.prop.y=90;
this.nums.text = ${realValue || 1}`;
break;
default:
......
......@@ -18,7 +18,7 @@
<e:Label id="nums" text="×8" size="48" verticalAlign="middle" textAlign="left" fontFamily="FZY3JW" textColor="0xC17343" bold="true" anchorOffsetX="0" width="205" x="278" y="102.24"/>
<e:Image id="prop" scaleY="0.8" scaleX="0.8" x="173" y="81.24" source="prize_blood_png"/>
</e:Group>
<e:Image id="img" width="480" height="214" source="{data.url}" horizontalCenter="0" y="575.76" visible="false"/>
<e:Image id="img" width="480" height="214" source="{data.url}" horizontalCenter="0" y="739.76" visible="false"/>
<e:Button id="closeBtn" label="" x="594.5" y="456.01">
<e:skinName>
<e:Skin states="up,down,disabled">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment