Explorar o código

Merge branch 'dev_1.1.0' of https://git.yishihui.com/DeNet/de-net into dev_1.1.0

wenliming %!s(int64=3) %!d(string=hai) anos
pai
achega
22a4e9ad7d

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

@@ -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 }) => {

+ 1 - 1
src/view/components/preview-balance.vue

@@ -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,

+ 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 {