- {{ hero.c_name ? hero.c_name : hero.detail.hero_name
- }}
+ {{ hero.c_name ? hero.c_name : hero.detail.hero_name }}
@@ -349,16 +348,16 @@ export default {
isTabs: false,
type: "hero",
orderId: 6,
- visible:this.dialogVisible,
+ visible: this.dialogVisible,
loadingInstance: null,
chainManager: new ChainManager(),
};
},
- watch:{
- dialogVisible(val){
- this.visible = val
- }
-},
+ watch: {
+ dialogVisible(val) {
+ this.visible = val;
+ },
+ },
methods: {
closeMyself(hide) {
this.$emit("on-close", hide);
@@ -412,10 +411,16 @@ export default {
CONTRACT_ADDRESS[AppModule.chainId].marketDddress
);
console.log(nftres, "beginSell");
- if (nftres.status == true) {
+ if (nftres.status == true) {
this.$emit("handMessage", 1);
this.hideLoading();
-
+ setTimeout(() => {
+ this.$emit("handMessageHide");
+ this.$emit("on-close");
+ setTimeout(() => {
+ this.$emit("getMarketNftList");
+ }, 1000);
+ }, 1000);
}
} catch (err) {
this.hideLoading();
@@ -540,7 +545,7 @@ export default {
color: #ffffff;
}
.token-id {
- margin-top: 36px;
+ margin-top: 36px;
width: 345px;
height: 41px;
font-size: 30px;
@@ -654,7 +659,7 @@ export default {
.price-number {
line-height: 89px;
margin-left: 78px;
- margin-right:10px;
+ margin-right: 10px;
}
}
.mynft {
diff --git a/src/components/market/Piecedialog.vue b/src/components/market/Piecedialog.vue
index 44be65b..5599dcf 100644
--- a/src/components/market/Piecedialog.vue
+++ b/src/components/market/Piecedialog.vue
@@ -64,8 +64,8 @@
{{ time }} UTC
-->
-
History :
-
#3006985843100103 (NFTLink)
+