nieyuge 2 سال پیش
والد
کامیت
edc98a9d0b
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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;
+            }
         })
     }
 }