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