Explorar o código

[bug][定时器]

zhangwei %!s(int64=2) %!d(string=hai) anos
pai
achega
48db34e178
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      src/logic/content/twitter.js
  2. 2 0
      src/view/iframe/buy-nft/buy/home.vue

+ 1 - 0
src/logic/content/twitter.js

@@ -1189,6 +1189,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 }) => {

+ 2 - 0
src/view/iframe/buy-nft/buy/home.vue

@@ -235,6 +235,7 @@ onMounted(() => {
 
                 .right {
                     text-align: right;
+                    line-height: 17px;
 
                     p {
                         margin: 0;
@@ -280,6 +281,7 @@ onMounted(() => {
                 }
 
                 .right {
+                    line-height: 17px;
                     text-align: right;
 
                     p {