Commit 71c6e064 authored by wildfirecode's avatar wildfirecode

1

parent 3e87b381
......@@ -13,7 +13,7 @@
<e:Image id="steps" source="signicon5_png" x="104" y="57" visible="false"/>
<e:Image id="blood" x="98.04" y="60.35" source="signicon_blood_png" visible="false"/>
<e:Image id="random" x="98.73" y="50.4" source="signicon6_png" visible="false"/>
<e:Image id="quan" x="95.42" y="54.76" anchorOffsetX="0" anchorOffsetY="0" height="79.34" source="" width="76" visible="false"/>
<e:Image id="quan" x="95.42" y="53.76" anchorOffsetX="0" anchorOffsetY="0" height="79.34" source="" width="76"/>
<e:Image id="quan10" x="95" y="56" anchorOffsetX="0" anchorOffsetY="0" height="79.34" source="sign_quan10_png" visible="false"/>
<e:Image id="quan23" x="95" y="56" anchorOffsetX="0" anchorOffsetY="0" height="79.34" source="sign_quan23_png" visible="false"/>
<e:Image id="quan36" x="95" y="56" anchorOffsetX="0" anchorOffsetY="0" height="79.34" source="sign_quan36_png" visible="false"/>
......
......@@ -148,7 +148,8 @@ export default class SignPanel extends Panel {
resultItem.type = 'blood';
}
else if (option.categoryType == 3) {
resultItem.nums = `*${option.num}`;
resultItem.nums = `*1`;
// resultItem.nums = `*${option.num}`;
resultItem.type = this.getPropType(option.propType);
}
else if (option.categoryType == 4) {
......
......@@ -21,7 +21,7 @@
"img": "//yun.dui88.com/images/202003/n3exi2tenh.png",
"smallImg": "//yun.dui88.com/images/202003/cfay38i1rl.jpg",
"appItemId": 10361,
"name": null,
"name": "111",
"value": "963"
},
{
......@@ -121,7 +121,7 @@
"day": null,
"categoryType": 2,
"title": "1",
"rate": "11",
"rate": "100",
"minValue": null,
"maxValue": null,
"coinType": null,
......
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