Commit d1b9fb8b authored by salitedfish's avatar salitedfish

bug 修复

parent ed1a873b
...@@ -439,7 +439,7 @@ export default Vue.extend({ ...@@ -439,7 +439,7 @@ export default Vue.extend({
this.getOfficialNft='success' this.getOfficialNft='success'
download(this.nftData.fileUrl); download(this.nftData.fileUrl);
this.$toast("领取成功"); this.$toast("领取成功");
this.$router.replace(""); // this.$router.replace("");
this.nftData.status = 0 this.nftData.status = 0
}else { }else {
this.getOfficialNft='fail' this.getOfficialNft='fail'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment