nieyuge 2 năm trước cách đây
mục cha
commit
edc98a9d0b
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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;
+            }
         })
     }
 }