fix
This commit is contained in:
parent
f3eccb8398
commit
f5a8c8dd26
@ -12,7 +12,7 @@
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
v-else
|
||||
v-else-if="data.c_id"
|
||||
width="97px"
|
||||
:src="
|
||||
require('@/assets/market/chip/details/' +
|
||||
@ -21,6 +21,7 @@
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
<span v-else></span>
|
||||
</div>
|
||||
<div class="name">
|
||||
{{ piece.c_name ? piece.c_name : data.c_name }}
|
||||
|
@ -199,7 +199,7 @@ export default {
|
||||
this.type == "piece" ? this.piece.o_link > 0 : this.data.o_link > 0
|
||||
) {
|
||||
try {
|
||||
this.showLoading();
|
||||
this.showLoading();
|
||||
const nftres = await this.chainManager.bc.beginUpdatePrice(
|
||||
this.type == "piece" ? this.piece.o_link : this.data.o_link,
|
||||
this.shell.price,
|
||||
|
Loading…
x
Reference in New Issue
Block a user