nieyuge 2 anni fa
parent
commit
edc98a9d0b
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/view/iframe/publish/give-dialog.vue

+ 3 - 1
src/view/iframe/publish/give-dialog.vue

@@ -1495,7 +1495,9 @@ const getCurrencyInfo = async () => {
         })
 
         getChromeStorage('selectCurrencyList', (res) => {
-            tempCurrentCurrencyList.value = res;
+            if (showCurrencySelect.value === false) {
+                tempCurrentCurrencyList.value = res;
+            }
         })
     }
 }