Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiazhun authored and snackwangpetter committed Nov 4, 2021
1 parent a5a6fdb commit 8759189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/nftdialog/nftdialog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ export class NftdialogComponent implements OnInit {
const item = await this.nftContractHelperService.getSellerNFTItembyIndexFromContract(orderIndex);
const obj = { type: type, assItem: item, sellQuantity: this.quantity };
this.events.publish(FeedsEvent.PublishType.nftUpdateList, obj);
this.orderId = item.saleOrderId;
await this.getSetChannel(tokenId);
resolve(item);
} catch (err) {
Expand Down

0 comments on commit 8759189

Please sign in to comment.