@@ -1199,6 +1199,7 @@ const TwitterLikeAPI = (tweet_Id) => {
export const hideBuyNFT = () => {
let iframe = document.querySelector('#nftProjectId')
iframe.style.display = 'none'
+ iframe.src = ''
}
export const showBuyNFT = ({ nft_project_Id }) => {
@@ -12,7 +12,7 @@
<script setup>
import { ref, onMounted, reactive, defineProps, defineEmits } from "vue";
import { syncChainTokenRechargeRecord } from "@/http/publishApi";
-const emits = defineEmits(["selectCurrency", "setCurrencyList"]);
+const emits = defineEmits(["updateData"]);
const props = defineProps({
dialogVisible: {
type: Object,
@@ -235,6 +235,7 @@ onMounted(() => {
.right {
text-align: right;
+ line-height: 17px;
p {
margin: 0;
@@ -280,6 +281,7 @@ onMounted(() => {