fix
This commit is contained in:
parent
6c116b9c85
commit
f5628a273a
@ -72,7 +72,7 @@
|
||||
<div>{{ owner }}</div>
|
||||
</div>
|
||||
<div class="owner-mint">
|
||||
<div>Mint Time :</div>
|
||||
<div>Mint Time:</div>
|
||||
<div>{{ time }} UTC</div>
|
||||
</div>
|
||||
<div class="owner-history">
|
||||
|
@ -40,7 +40,6 @@ export default {
|
||||
open(type) {
|
||||
this.dialogVisible = true;
|
||||
this.msgType = type;
|
||||
console.log("dgdfgggggggggggggggggggggggg");
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@ -73,7 +73,7 @@
|
||||
:key="i"
|
||||
>
|
||||
<div>{{ chipArrid[item.attr_id] }}</div>
|
||||
<div>{{ parseFloat(item.val* 100).toFixed(2) }}%</div>
|
||||
<div>{{ parseFloat(item.val* 100).toFixed(2)}}%</div>
|
||||
</div>
|
||||
<div class="def-item" >LUCKY Lv.{{chip.detail.chip_grade}}</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user