This commit is contained in:
huangjinming 2023-01-11 16:44:49 +08:00
parent f3eccb8398
commit f5a8c8dd26
2 changed files with 3 additions and 2 deletions

View File

@ -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 }}

View File

@ -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,