Commit d1b9fb8b authored by salitedfish's avatar salitedfish

bug 修复

parent ed1a873b
......@@ -257,7 +257,7 @@
</div>
</div>
<div class=" fixed bottom-0 left-0 right-0 top-12 bg-font-black flex items-center z-50" v-if="getOfficialNft == 'loading'">
<div class=" fixed bottom-0 left-0 right-0 top-12 bg-font-black flex items-center z-50" v-if="getOfficialNft == 'loading'">
<div class=" w-4/6 mx-auto text-center">
<img src="@/assets/img/saveLoading.png" alt="" class=" mx-auto">
<div class=" mt-5">证书领取中,请稍后~~</div>
......@@ -439,7 +439,7 @@ export default Vue.extend({
this.getOfficialNft='success'
download(this.nftData.fileUrl);
this.$toast("领取成功");
this.$router.replace("");
// this.$router.replace("");
this.nftData.status = 0
}else {
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