This commit is contained in:
huangjinming 2023-01-04 11:23:13 +08:00
parent 6c116b9c85
commit f5628a273a
3 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@
<div>{{ owner }}</div> <div>{{ owner }}</div>
</div> </div>
<div class="owner-mint"> <div class="owner-mint">
<div>Mint Time :</div> <div>Mint Time:</div>
<div>{{ time }} UTC</div> <div>{{ time }} UTC</div>
</div> </div>
<div class="owner-history"> <div class="owner-history">

View File

@ -40,7 +40,6 @@ export default {
open(type) { open(type) {
this.dialogVisible = true; this.dialogVisible = true;
this.msgType = type; this.msgType = type;
console.log("dgdfgggggggggggggggggggggggg");
}, },
}, },
}; };

View File

@ -73,7 +73,7 @@
:key="i" :key="i"
> >
<div>{{ chipArrid[item.attr_id] }}</div> <div>{{ chipArrid[item.attr_id] }}</div>
<div>{{ parseFloat(item.val* 100).toFixed(2) }}%</div> <div>{{ parseFloat(item.val* 100).toFixed(2)}}%</div>
</div> </div>
<div class="def-item" >LUCKY Lv.{{chip.detail.chip_grade}}</div> <div class="def-item" >LUCKY Lv.{{chip.detail.chip_grade}}</div>
</div> </div>